From fa4531250ef439afb6c8db305147ce22c2879cc8 Mon Sep 17 00:00:00 2001 From: obraun Date: Sat, 12 Apr 2003 08:50:34 +0000 Subject: Add rolo 007, text-based contact management software. PR: ports/50593 Submitted by: Andrew Hsu --- deskutils/rolo/Makefile | 22 ++++++++++++++++++++++ deskutils/rolo/distinfo | 1 + deskutils/rolo/pkg-descr | 10 ++++++++++ deskutils/rolo/pkg-plist | 1 + 4 files changed, 34 insertions(+) create mode 100644 deskutils/rolo/Makefile create mode 100644 deskutils/rolo/distinfo create mode 100644 deskutils/rolo/pkg-descr create mode 100644 deskutils/rolo/pkg-plist (limited to 'deskutils/rolo') diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile new file mode 100644 index 0000000..5a4c418 --- /dev/null +++ b/deskutils/rolo/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rolo +# Date created: 04 April 2003 +# Whom: Andrew Hsu +# +# $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 diff --git a/deskutils/rolo/distinfo b/deskutils/rolo/distinfo new file mode 100644 index 0000000..39029c4 --- /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 0000000..5dda26a --- /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 0000000..d6897ad --- /dev/null +++ b/deskutils/rolo/pkg-plist @@ -0,0 +1 @@ +bin/rolo -- cgit v1.1