diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-04 08:22:21 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-04 08:22:21 +0800 |
commit | e6811002b06f8b96a2293861a94cb134a86a4b16 (patch) | |
tree | f7518f7971198a51521529e5dd264b93ef7c0f91 | |
parent | 08b21b644f01c2a35b4d82204f5c4fee4adb56f4 (diff) | |
download | freebsd-ports-gnome-e6811002b06f8b96a2293861a94cb134a86a4b16.tar.gz freebsd-ports-gnome-e6811002b06f8b96a2293861a94cb134a86a4b16.tar.zst freebsd-ports-gnome-e6811002b06f8b96a2293861a94cb134a86a4b16.zip |
New port 'zorro' a tcl todo-list manager.
Submitted by: Andreas Kohout
-rw-r--r-- | deskutils/zorro/Makefile | 29 | ||||
-rw-r--r-- | deskutils/zorro/distinfo | 1 | ||||
-rw-r--r-- | deskutils/zorro/files/patch-aa | 17 | ||||
-rw-r--r-- | deskutils/zorro/files/patch-ab | 19 | ||||
-rw-r--r-- | deskutils/zorro/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/zorro/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/zorro/pkg-plist | 2 |
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 |