1
0
forked from ports/contrib

remind: NEW port

This commit is contained in:
James Mills 2007-07-18 19:50:15 +10:00
parent d9f88e6a41
commit 5b870452d1
3 changed files with 36 additions and 0 deletions

16
remind/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cm2rem.tcl
-rwxr-xr-x root/root usr/bin/kall
-rwxr-xr-x root/root usr/bin/rem
-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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cm2rem.1.gz
-rw-r--r-- root/root usr/man/man1/kall.1.gz
-rw-r--r-- root/root usr/man/man1/rem.1.gz
-rw-r--r-- root/root usr/man/man1/rem2ps.1.gz
-rw-r--r-- root/root usr/man/man1/remind.1.gz
-rw-r--r-- root/root usr/man/man1/tkremind.1.gz

1
remind/.md5sum Normal file
View File

@ -0,0 +1 @@
41258b5d1058cc6938ebd6279706ac48 remind-03.00.24.tar.gz

19
remind/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: A sophisticated CLI calendar and alarm program
# URL: http://www.roaringpenguin.com/penguin/open_source_remind.php
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: treach, treachster at gmail dot com
#
# Depends on:
name=remind
version=03.00.24
release=1
source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}