diff options
author | obraun <obraun@FreeBSD.org> | 2003-04-12 16:50:34 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-04-12 16:50:34 +0800 |
commit | fa4531250ef439afb6c8db305147ce22c2879cc8 (patch) | |
tree | 6d94f09482943a3b71b1e8f316ae25f5f2b192f0 /deskutils/rolo | |
parent | 8c60e4ae18cdeef969e0f2307f338c33a7f31d97 (diff) | |
download | freebsd-ports-gnome-fa4531250ef439afb6c8db305147ce22c2879cc8.tar.gz freebsd-ports-gnome-fa4531250ef439afb6c8db305147ce22c2879cc8.tar.zst freebsd-ports-gnome-fa4531250ef439afb6c8db305147ce22c2879cc8.zip |
Add rolo 007, text-based contact management software.
PR: ports/50593
Submitted by: Andrew Hsu <ahsu@users.sf.net>
Diffstat (limited to 'deskutils/rolo')
-rw-r--r-- | deskutils/rolo/Makefile | 22 | ||||
-rw-r--r-- | deskutils/rolo/distinfo | 1 | ||||
-rw-r--r-- | deskutils/rolo/pkg-descr | 10 | ||||
-rw-r--r-- | deskutils/rolo/pkg-plist | 1 |
4 files changed, 34 insertions, 0 deletions
diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile new file mode 100644 index 000000000000..5a4c418efc3b --- /dev/null +++ b/deskutils/rolo/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rolo +# Date created: 04 April 2003 +# Whom: Andrew Hsu <ahsu@users.sf.net> +# +# $FreeBSD$ +# + +PORTNAME= rolo +PORTVERSION= 007 +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Text-based contact management software + +USE_BISON= yes +GNU_CONFIGURE= yes + +MAN1= rolo.1 + +.include <bsd.port.mk> diff --git a/deskutils/rolo/distinfo b/deskutils/rolo/distinfo new file mode 100644 index 000000000000..39029c486968 --- /dev/null +++ b/deskutils/rolo/distinfo @@ -0,0 +1 @@ +MD5 (rolo-007.tar.gz) = 842ddb8b84b50711e433a87a2229d4b1 diff --git a/deskutils/rolo/pkg-descr b/deskutils/rolo/pkg-descr new file mode 100644 index 000000000000..5dda26ad4ea1 --- /dev/null +++ b/deskutils/rolo/pkg-descr @@ -0,0 +1,10 @@ +Rolo keeps track of your contacts and display them to you with a text-based +menu. Rolo strives to be a well-constructed tool for complimenting text-based +email programs-such as mutt. It utilizes the vCard version 3.0 format for +storing its contacts and it interfaces with the end-user through a NCurses +front-end. + +WWW: http://rolo.sf.net/ + +- Andrew +ahsu@users.sf.net diff --git a/deskutils/rolo/pkg-plist b/deskutils/rolo/pkg-plist new file mode 100644 index 000000000000..d6897ad838a2 --- /dev/null +++ b/deskutils/rolo/pkg-plist @@ -0,0 +1 @@ +bin/rolo |