summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorChuck Robey <chuckr@FreeBSD.org>1996-08-04 00:22:21 +0000
committerChuck Robey <chuckr@FreeBSD.org>1996-08-04 00:22:21 +0000
commit2a709dbdae9030340d585a0fdc8a8a1ca7a9704c (patch)
tree039070a9254d64e8f00b5421d9b56f6d19fec600 /deskutils
parentUpgraded to 0.98b18 (diff)
New port 'zorro' a tcl todo-list manager.
Submitted by: Andreas Kohout
Notes
Notes: svn path=/head/; revision=3517
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/zorro/Makefile29
-rw-r--r--deskutils/zorro/distinfo1
-rw-r--r--deskutils/zorro/files/patch-aa17
-rw-r--r--deskutils/zorro/files/patch-ab19
-rw-r--r--deskutils/zorro/pkg-comment1
-rw-r--r--deskutils/zorro/pkg-descr7
-rw-r--r--deskutils/zorro/pkg-plist2
7 files changed, 76 insertions, 0 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile
new file mode 100644
index 000000000000..dae2c7cc6622
--- /dev/null
+++ b/deskutils/zorro/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: zorro
+# Version required: 1.1p8
+# Date created: 03 Aug 1996
+# Whom: shanee@rabbit.augusta.de
+#
+# $Id$
+#
+
+DISTNAME= zorro-1.1p8
+PKGNAME= zorro-1.1
+CATEGORIES+= misc x11
+MASTER_SITES= http://catless.ncl.ac.uk/pub
+
+MAINTAINER= shanee@rabbit.augusta.de
+
+LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \
+ tk41\\.1\\.:${PORTSDIR}/x11/tk41
+
+NO_BUILD= yes
+
+do-install:
+ cp ${WRKDIR}/zorro-1.1p8/zorro $(PREFIX)/bin/zorro
+
+post-install:
+ @echo ""
+ @echo "Take a look at work/zorro-1.1p8/DOTzorrorc
+ @echo ""
+
+.include <bsd.port.mk>
diff --git a/deskutils/zorro/distinfo b/deskutils/zorro/distinfo
new file mode 100644
index 000000000000..b53a850e1263
--- /dev/null
+++ b/deskutils/zorro/distinfo
@@ -0,0 +1 @@
+MD5 (zorro-1.1p8.tar.gz) = af21c8435f7a8b33614e2a761c6dbd54
diff --git a/deskutils/zorro/files/patch-aa b/deskutils/zorro/files/patch-aa
new file mode 100644
index 000000000000..a47307609217
--- /dev/null
+++ b/deskutils/zorro/files/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/deskutils/zorro/files/patch-ab b/deskutils/zorro/files/patch-ab
new file mode 100644
index 000000000000..7efefb9b34bc
--- /dev/null
+++ b/deskutils/zorro/files/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/deskutils/zorro/pkg-comment b/deskutils/zorro/pkg-comment
new file mode 100644
index 000000000000..1cb37330eede
--- /dev/null
+++ b/deskutils/zorro/pkg-comment
@@ -0,0 +1 @@
+Zorro is a simple to-do list manager.
diff --git a/deskutils/zorro/pkg-descr b/deskutils/zorro/pkg-descr
new file mode 100644
index 000000000000..1bb021488aa9
--- /dev/null
+++ b/deskutils/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/deskutils/zorro/pkg-plist b/deskutils/zorro/pkg-plist
new file mode 100644
index 000000000000..5e9705bf2331
--- /dev/null
+++ b/deskutils/zorro/pkg-plist
@@ -0,0 +1,2 @@
+@cwd /usr/local
+bin/zorro