summaryrefslogtreecommitdiff
path: root/misc/zorro
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
commit240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/zorro
parent652e2956ee0721786181dcf43d7559a17c9b93f9 (diff)
downloadpkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz
Import as of 09/25/97
Diffstat (limited to 'misc/zorro')
-rw-r--r--misc/zorro/Makefile28
-rw-r--r--misc/zorro/files/md51
-rw-r--r--misc/zorro/patches/patch-aa17
-rw-r--r--misc/zorro/patches/patch-ab19
-rw-r--r--misc/zorro/pkg/COMMENT1
-rw-r--r--misc/zorro/pkg/DESCR7
-rw-r--r--misc/zorro/pkg/PLIST2
7 files changed, 75 insertions, 0 deletions
diff --git a/misc/zorro/Makefile b/misc/zorro/Makefile
new file mode 100644
index 00000000000..bda1cd7f830
--- /dev/null
+++ b/misc/zorro/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: zorro
+# Version required: 1.1p8
+# Date created: 03 Aug 1996
+# Whom: shanee@rabbit.augusta.de
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:18 hubertf Exp $
+#
+
+DISTNAME= zorro-1.1p8
+PKGNAME= zorro-1.1.8
+CATEGORIES= misc tk41
+MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/
+
+MAINTAINER= shanee@augusta.de
+
+LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro
+ ${MKDIR} ${PREFIX}/share/zorro
+ ${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro
+ @echo ""
+ @echo "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
+ @echo ""
+
+.include <bsd.port.mk>
diff --git a/misc/zorro/files/md5 b/misc/zorro/files/md5
new file mode 100644
index 00000000000..b53a850e126
--- /dev/null
+++ b/misc/zorro/files/md5
@@ -0,0 +1 @@
+MD5 (zorro-1.1p8.tar.gz) = af21c8435f7a8b33614e2a761c6dbd54
diff --git a/misc/zorro/patches/patch-aa b/misc/zorro/patches/patch-aa
new file mode 100644
index 00000000000..a4730760921
--- /dev/null
+++ b/misc/zorro/patches/patch-aa
@@ -0,0 +1,17 @@
+*** zorro.orig Sat Aug 3 22:52:54 1996
+--- zorro Sat Aug 3 22:53:10 1996
+***************
+*** 1,6 ****
+! #!/usr/local/bin/wish
+ #
+! # Version 1.1 Patch 7
+ #
+ # ----------------------------------------------------------------------
+ # AUTHOR: Lindsay Marshall <lindsay.marshall@newcastle.ac.uk>
+--- 1,6 ----
+! #!/usr/local/bin/wish4.1
+ #
+! # Version 1.1 Patch 8
+ #
+ # ----------------------------------------------------------------------
+ # AUTHOR: Lindsay Marshall <lindsay.marshall@newcastle.ac.uk>
diff --git a/misc/zorro/patches/patch-ab b/misc/zorro/patches/patch-ab
new file mode 100644
index 00000000000..7efefb9b34b
--- /dev/null
+++ b/misc/zorro/patches/patch-ab
@@ -0,0 +1,19 @@
+*** DOTzorrorc.orig Sat Aug 3 23:02:53 1996
+--- DOTzorrorc Sat Aug 3 23:06:44 1996
+***************
+*** 3,9 ****
+ # the defaults so if you like them dont do anything! You can probably
+ # configure all kinds of things using X resources as well but I havent
+ # got it set up for that yet. The easiest way to set many of these is
+! # using the configure option oof the program.
+ #
+ # Set the sort order controlling how actions are displayed.
+ #
+--- 3,9 ----
+ # the defaults so if you like them dont do anything! You can probably
+ # configure all kinds of things using X resources as well but I havent
+ # got it set up for that yet. The easiest way to set many of these is
+! # using the configure option of the program.
+ #
+ # Set the sort order controlling how actions are displayed.
+ #
diff --git a/misc/zorro/pkg/COMMENT b/misc/zorro/pkg/COMMENT
new file mode 100644
index 00000000000..6225c816b08
--- /dev/null
+++ b/misc/zorro/pkg/COMMENT
@@ -0,0 +1 @@
+A simple to-do list manager.
diff --git a/misc/zorro/pkg/DESCR b/misc/zorro/pkg/DESCR
new file mode 100644
index 00000000000..1bb021488aa
--- /dev/null
+++ b/misc/zorro/pkg/DESCR
@@ -0,0 +1,7 @@
+The program allows you to set up a tree of actions starting
+from an (invisible) root and going down to as many levels as you
+specify. Associated with each action is a descriptive note, a done/
+not done flag, an optional priority and an optional completion date
+(more to come). Zorro stores your to-do list in the file ~/.zorrodb
+and it reads the file ~/.zorrorc on startup. There are quite a lot of
+configurable items - look at the file DOTzorrorc for further details.
diff --git a/misc/zorro/pkg/PLIST b/misc/zorro/pkg/PLIST
new file mode 100644
index 00000000000..3f29957e723
--- /dev/null
+++ b/misc/zorro/pkg/PLIST
@@ -0,0 +1,2 @@
+bin/zorro
+share/zorro/DOTzorrorc