diff options
author | arved <arved@FreeBSD.org> | 2005-11-03 04:59:24 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-11-03 04:59:24 +0800 |
commit | 7df65c078d580d0efcf33077da6b27428cbe6d61 (patch) | |
tree | cd42b08bab168930b78bf3c89b76e0775dfa79aa /deskutils | |
parent | 5e48adc14cf8845d331e564e6ef03312aa36ced6 (diff) | |
download | freebsd-ports-gnome-7df65c078d580d0efcf33077da6b27428cbe6d61.tar.gz freebsd-ports-gnome-7df65c078d580d0efcf33077da6b27428cbe6d61.tar.zst freebsd-ports-gnome-7df65c078d580d0efcf33077da6b27428cbe6d61.zip |
Add calcurse, an ncurses based personal organizer
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/calcurse/Makefile | 24 | ||||
-rw-r--r-- | deskutils/calcurse/distinfo | 2 | ||||
-rw-r--r-- | deskutils/calcurse/pkg-descr | 8 |
4 files changed, 35 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index a77cb324fe53..b37356600957 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -14,6 +14,7 @@ SUBDIR += blogtk SUBDIR += bmp-docklet SUBDIR += cal + SUBDIR += calcurse SUBDIR += checkrdf SUBDIR += cycle SUBDIR += dailystrips diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile new file mode 100644 index 000000000000..c5746113a3be --- /dev/null +++ b/deskutils/calcurse/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: calcurse +# Date created: Nov 1, 2005 +# Whom: Herbert J. Skuhra <h.skuhra@gmail.com> +# +# $FreeBSD$ + +PORTNAME= calcurse +PORTVERSION= 1.1 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved + +MAINTAINER= h.skuhra@gmail.com +COMMENT= A text-based personal organizer + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --prefix=${PREFIX} + +MAN1= calcurse.1 +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/deskutils/calcurse/distinfo b/deskutils/calcurse/distinfo new file mode 100644 index 000000000000..9a2389ea06eb --- /dev/null +++ b/deskutils/calcurse/distinfo @@ -0,0 +1,2 @@ +MD5 (calcurse-1.1.tar.gz) = a972069f4c17e5a83e6aab49ede6a1af +SIZE (calcurse-1.1.tar.gz) = 106378 diff --git a/deskutils/calcurse/pkg-descr b/deskutils/calcurse/pkg-descr new file mode 100644 index 000000000000..92da4db33b0d --- /dev/null +++ b/deskutils/calcurse/pkg-descr @@ -0,0 +1,8 @@ +Calcurse is a text-based personal organizer which helps keeping track +of events and everyday tasks. It contains a calendar, a 'todo' list, +and puts your appointments in order. The user interface is +configurable, and one can choose between different color schemes and +layouts. All of the commands are documented within an online help +system. + +WWW: http://culot.org/calcurse/ |