summaryrefslogtreecommitdiff
path: root/misc/remind
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-03-02 06:14:48 +0000
committerkim <kim@pkgsrc.org>1999-03-02 06:14:48 +0000
commitb5e9b809fbabc7a928b90da68ca9609976db9dd3 (patch)
tree4480cc583bd44b223f1f8e43ff6fb911730a4563 /misc/remind
parentde213b2130033a5c9d77d22dc644fb1a3740c94e (diff)
downloadpkgsrc-b5e9b809fbabc7a928b90da68ca9609976db9dd3.tar.gz
remind 3.0.19 -- a calendar/alarm program with interpreted input language
Diffstat (limited to 'misc/remind')
-rw-r--r--misc/remind/Makefile13
-rw-r--r--misc/remind/files/md53
-rw-r--r--misc/remind/patches/patch-aa13
-rw-r--r--misc/remind/patches/patch-ab28
-rw-r--r--misc/remind/pkg/COMMENT1
-rw-r--r--misc/remind/pkg/DESCR4
-rw-r--r--misc/remind/pkg/PLIST11
7 files changed, 73 insertions, 0 deletions
diff --git a/misc/remind/Makefile b/misc/remind/Makefile
new file mode 100644
index 00000000000..55d35642b92
--- /dev/null
+++ b/misc/remind/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/03/02 06:14:48 kim Exp $
+
+DISTNAME= remind-03.00.19
+PKGNAME!= echo ${DISTNAME} | sed -e 's/0\([0-9]\)/\1/g'
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.doe.carleton.ca/pub/remind-3.0/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/remind/files/md5 b/misc/remind/files/md5
new file mode 100644
index 00000000000..015d5c12d60
--- /dev/null
+++ b/misc/remind/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/03/02 06:14:48 kim Exp $
+
+MD5 (remind-03.00.19.tgz) = cc1b146a79e869dd44ed5cc86e647268
diff --git a/misc/remind/patches/patch-aa b/misc/remind/patches/patch-aa
new file mode 100644
index 00000000000..96338472648
--- /dev/null
+++ b/misc/remind/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/03/02 06:14:48 kim Exp $
+
+--- src/custom.h.orig Sun Mar 1 16:04:27 1998
++++ src/custom.h Tue Mar 2 00:48:16 1999
+@@ -228,7 +228,7 @@
+ #define PUBLIC
+ #define PRIVATE static
+
+-#ifdef UNIX
++#if defined(UNIX) && !defined(__NetBSD__)
+ #define _POSIX_SOURCE
+ #define _SVID_SOURCE
+ #endif
diff --git a/misc/remind/patches/patch-ab b/misc/remind/patches/patch-ab
new file mode 100644
index 00000000000..df21c32f0e2
--- /dev/null
+++ b/misc/remind/patches/patch-ab
@@ -0,0 +1,28 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/03/02 06:14:48 kim Exp $
+
+--- src/Makefile.in.orig Sat May 9 22:19:20 1998
++++ src/Makefile.in Tue Mar 2 01:07:31 1999
+@@ -15,6 +15,7 @@
+
+ INSTALL=@INSTALL@
+ INSTALL_PROGRAM=@INSTALL_PROGRAM@
++INSTALL_SCRIPT=@INSTALL@ -m 0555
+ INSTALL_DATA=@INSTALL_DATA@
+
+ PROGS= remind rem2ps
+@@ -48,11 +49,12 @@
+ @CC@ @LDFLAGS@ -o remind $(REMINDOBJS) @LIBS@
+
+ install: all
+- for prog in $(PROGS) $(SCRIPTS) ; do \
++ for prog in $(PROGS) ; do \
+ $(INSTALL_PROGRAM) $$prog $(bindir) ; \
+ done
+- -strip $(bindir)/remind
+- -strip $(bindir)/rem2ps
++ for prog in $(SCRIPTS) ; do \
++ $(INSTALL_SCRIPT) $$prog $(bindir) ; \
++ done
+ for man in $(MANS) ; do \
+ $(INSTALL_DATA) $$man $(mandir)/man1 ; \
+ done
diff --git a/misc/remind/pkg/COMMENT b/misc/remind/pkg/COMMENT
new file mode 100644
index 00000000000..9d56f95d39f
--- /dev/null
+++ b/misc/remind/pkg/COMMENT
@@ -0,0 +1 @@
+a calendar/alarm program with interpreted input language
diff --git a/misc/remind/pkg/DESCR b/misc/remind/pkg/DESCR
new file mode 100644
index 00000000000..3ac31fcd393
--- /dev/null
+++ b/misc/remind/pkg/DESCR
@@ -0,0 +1,4 @@
+REMIND is a calendar/alarm program that lets you specify reminders
+and alarms with a versatile interpreted input language. REMIND
+also produces PostScript calendars, and can handle both the
+common and Hebrew calendars.
diff --git a/misc/remind/pkg/PLIST b/misc/remind/pkg/PLIST
new file mode 100644
index 00000000000..3ce6f478f99
--- /dev/null
+++ b/misc/remind/pkg/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/02 06:14:48 kim Exp $
+bin/kall
+bin/rem
+bin/rem2ps
+bin/remind
+bin/tkremind
+man/man1/kall.1
+man/man1/rem.1
+man/man1/rem2ps.1
+man/man1/remind.1
+man/man1/tkremind.1