Revert "remind: deleted unmaintained port"

This reverts commit 89d37b7ce2e37b10a593f5e0e2d8fa5a7f5dda5b.
This commit is contained in:
Juergen Daubert 2021-03-18 18:30:12 +01:00
parent 701a0c7182
commit b942e034e9
3 changed files with 37 additions and 0 deletions

15
remind/.footprint Normal file
View File

@ -0,0 +1,15 @@
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

5
remind/.signature Normal file
View File

@ -0,0 +1,5 @@
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

17
remind/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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
}