From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 4 00:40:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32EAB37B401 for ; Fri, 4 Apr 2003 00:40:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A16043FA3 for ; Fri, 4 Apr 2003 00:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h348eBUp028736 for ; Fri, 4 Apr 2003 00:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h348eAib028735; Fri, 4 Apr 2003 00:40:10 -0800 (PST) Resent-Date: Fri, 4 Apr 2003 00:40:10 -0800 (PST) Resent-Message-Id: <200304040840.h348eAib028735@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Hsu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08CC237B401 for ; Fri, 4 Apr 2003 00:37:02 -0800 (PST) Received: from smtp-2.paradise.net.nz (smtp-2a.paradise.net.nz [202.0.32.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C48E43FA3 for ; Fri, 4 Apr 2003 00:37:01 -0800 (PST) (envelope-from ahsu@users.sourceforge.net) Received: from paradise.net.nz (203-79-76-48.ipn5.paradise.net.nz [203.79.76.48]) by smtp-2.paradise.net.nz (Postfix) with SMTP id 7FBA69E21E; Fri, 4 Apr 2003 20:36:59 +1200 (NZST) Received: by paradise.net.nz (sSMTP sendmail emulation); Fri, 4 Apr 2003 20:36:27 +1200 Message-Id: <20030404083659.7FBA69E21E@smtp-2.paradise.net.nz> Date: Fri, 4 Apr 2003 20:36:27 +1200 From: Andrew Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Andrew Hsu Subject: ports/50593: New port: deskutils/rolo - Text-based contact management software X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Hsu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 08:40:13 -0000 >Number: 50593 >Category: ports >Synopsis: New port: deskutils/rolo - Text-based contact management software >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 04 00:40:10 PST 2003 >Closed-Date: >Last-Modified: >Originator: Andrew Hsu >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD monica.mshome.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Rolo keeps track of contacts and displays with a text-based menu. It strives to be a well-constructed tool for complementing text-based email programs. It utilizes the vCard version 3.0 format for storing its contacts and interfaces with the end-user through an NCurses front-end. >How-To-Repeat: N/A >Fix: Please throw this into ports/deskutils. I've tried very hard to keep this port clean and simple. Thanks very much in advance! --- sharout begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rolo # rolo/pkg-comment # rolo/pkg-descr # rolo/pkg-plist # rolo/Makefile # rolo/distinfo # echo c - rolo mkdir -p rolo > /dev/null 2>&1 echo x - rolo/pkg-comment sed 's/^X//' >rolo/pkg-comment << 'END-of-rolo/pkg-comment' XText-based contact management software END-of-rolo/pkg-comment echo x - rolo/pkg-descr sed 's/^X//' >rolo/pkg-descr << 'END-of-rolo/pkg-descr' XRolo keeps track of contacts and displays with a text-based menu. XIt strives to be a well-constructed tool for complementing text-based Xemail programs. It utilizes the vCard version 3.0 format for storing Xits contacts and interfaces with the end-user through an NCurses Xfront-end. X XWWW: http://rolo.sf.net/ X X- Andrew Xahsu@users.sf.net END-of-rolo/pkg-descr echo x - rolo/pkg-plist sed 's/^X//' >rolo/pkg-plist << 'END-of-rolo/pkg-plist' Xbin/rolo END-of-rolo/pkg-plist echo x - rolo/Makefile sed 's/^X//' >rolo/Makefile << 'END-of-rolo/Makefile' X# New ports collection makefile for: rolo X# Date created: 04 April 2003 X# Whom: Andrew Hsu X# X# $FreeBSD$ X# X XPORTNAME= rolo XPORTVERSION= 006 XCATEGORIES= deskutils XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= rolo X XMAINTAINER= ports@FreeBSD.org X XUSE_BISON= yes XGNU_CONFIGURE= yes XMAN1= rolo.1 X X.include END-of-rolo/Makefile echo x - rolo/distinfo sed 's/^X//' >rolo/distinfo << 'END-of-rolo/distinfo' XMD5 (rolo-006.tar.gz) = 35380e97eba6478cb0833c28f059afaf END-of-rolo/distinfo exit --- sharout ends here --- >Release-Note: >Audit-Trail: >Unformatted: