summaryrefslogtreecommitdiff
path: root/remind
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-04 09:10:23 +0000
committerTim Biermann <tbier@posteo.de>2021-03-04 09:10:23 +0000
commit89d37b7ce2e37b10a593f5e0e2d8fa5a7f5dda5b (patch)
tree9d1f47a9df6a584cf8b015d09705f946e5f337db /remind
parente8e964081f2ee273204bf8ed7a7c2debcce2ed8b (diff)
downloadcontrib-89d37b7ce2e37b10a593f5e0e2d8fa5a7f5dda5b.tar.gz
contrib-89d37b7ce2e37b10a593f5e0e2d8fa5a7f5dda5b.tar.xz
remind: deleted unmaintained port
Diffstat (limited to 'remind')
-rw-r--r--remind/.footprint15
-rw-r--r--remind/.signature5
-rw-r--r--remind/Pkgfile17
3 files changed, 0 insertions, 37 deletions
diff --git a/remind/.footprint b/remind/.footprint
deleted file mode 100644
index 79f401cd2..000000000
--- a/remind/.footprint
+++ /dev/null
@@ -1,15 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/cm2rem.tcl
-lrwxrwxrwx root/root usr/bin/rem -> remind
--rwxr-xr-x root/root usr/bin/rem2ps
--rwxr-xr-x root/root usr/bin/remind
--rwxr-xr-x root/root usr/bin/tkremind
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/cm2rem.1.gz
--rw-r--r-- root/root usr/share/man/man1/rem.1.gz
--rw-r--r-- root/root usr/share/man/man1/rem2ps.1.gz
--rw-r--r-- root/root usr/share/man/man1/remind.1.gz
--rw-r--r-- root/root usr/share/man/man1/tkremind.1.gz
diff --git a/remind/.signature b/remind/.signature
deleted file mode 100644
index fa2e15616..000000000
--- a/remind/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF38jYpqeIjQVHvmRPAH1Qid7gKKj+heV2mLq0yq/GOjwW0Vfj27NYmVCzmZNwG1yuZyLQ91M70AI9T6qCMIW5+As=
-SHA256 (Pkgfile) = 89aa9fb9d2ab25415b017a79ae942ec35dd9ff6f7d2636ee2fb819096087fca4
-SHA256 (.footprint) = 837e243acc3e7801c26598300b51c40bc3b7c20d9a1ca885e0fe7736bb5673c6
-SHA256 (remind-03.03.05.tar.gz) = 61ed17d86bde93fa7268d57118a2fbef739626f0b823a1799c4b11420cd66ec1
diff --git a/remind/Pkgfile b/remind/Pkgfile
deleted file mode 100644
index f78260fab..000000000
--- a/remind/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: A sophisticated CLI calendar and alarm program
-# URL: https://dianne.skoll.ca/projects/remind/
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Packager: treach, treachster at gmail dot com
-# Depends on:
-
-name=remind
-version=03.03.05
-release=1
-source=(https://dianne.skoll.ca/projects/$name/download/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}

Generated by cgit