summaryrefslogtreecommitdiff
path: root/remind
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2007-07-18 19:50:15 +1000
committerJames Mills <prologic@shortcircuit.net.au>2007-07-18 19:50:15 +1000
commit5b870452d1a487c4cdc2a045e257c4c129bdd8a5 (patch)
tree1a8c5fbfd93637e568358527296445a1ea7d3086 /remind
parentd9f88e6a412b1c870aa17ea8273f455a1333621d (diff)
downloadcontrib-5b870452d1a487c4cdc2a045e257c4c129bdd8a5.tar.gz
contrib-5b870452d1a487c4cdc2a045e257c4c129bdd8a5.tar.xz
remind: NEW port
Diffstat (limited to 'remind')
-rw-r--r--remind/.footprint16
-rw-r--r--remind/.md5sum1
-rw-r--r--remind/Pkgfile19
3 files changed, 36 insertions, 0 deletions
diff --git a/remind/.footprint b/remind/.footprint
new file mode 100644
index 000000000..6e2ab1ba7
--- /dev/null
+++ b/remind/.footprint
@@ -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
diff --git a/remind/.md5sum b/remind/.md5sum
new file mode 100644
index 000000000..9292822d5
--- /dev/null
+++ b/remind/.md5sum
@@ -0,0 +1 @@
+41258b5d1058cc6938ebd6279706ac48 remind-03.00.24.tar.gz
diff --git a/remind/Pkgfile b/remind/Pkgfile
new file mode 100644
index 000000000..b70a06fb7
--- /dev/null
+++ b/remind/Pkgfile
@@ -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
+}

Generated by cgit