Bug 50593 - New port: deskutils/rolo - Text-based contact management software
Summary: New port: deskutils/rolo - Text-based contact management software
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-04 09:40 UTC by Andrew Hsu
Modified: 2003-04-12 09:51 UTC (History)
1 user (show)

See Also:


Attachments
sharout (1.77 KB, text/plain)
2003-04-04 09:40 UTC, Andrew Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Hsu 2003-04-04 09:40:10 UTC
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.

Fix: Please throw this into ports/deskutils.  I've tried very hard to
keep this port clean and simple.  Thanks very much in advance!
How-To-Repeat: N/A
Comment 1 Oliver Braun freebsd_committer freebsd_triage 2003-04-10 14:06:50 UTC
I would like to commit this with the following changes:

-PORTVERSION=   006
+PORTVERSION=	0.0.7

-MASTER_SITE_SUBDIR= rolo
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}

+COMMENT=	Text-based contact management software

-MD5 (rolo-006.tar.gz) = 35380e97eba6478cb0833c28f059afaf
+MD5 (rolo-007.tar.gz) = 842ddb8b84b50711e433a87a2229d4b1

no more pkg-comment file

Approved?

Regards,
         Olli
-- 
Oliver Braun :: <obraun@unsane.org> :: <obraun@FreeBSD.org>
Comment 2 ahsu 2003-04-12 00:14:12 UTC
Hello Oliver,

I approve of all of the changes you have suggested except for the
lines detailing the port version.  I have intentionally kept the
version numbering system to NNN where N is a decimal number.  In
other words, I intend to use version numbers "001" through "999",
sequentially, for the entire life-cycle of Rolo.  There is suppose
to be no '.' between the numbers.

Therefore, the line change you have suggested for:

   +PORTVERSION=	0.0.7

Should be changed to:

   +PORTVERSION=	007

And the line change for:

   +DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}

Can be simplified to:

   +DISTNAME=	${PORTNAME}-${PORTVERSION}

If you have any questions, feel free to email me back, but please
also include a cc: to ahsu@paradise.net.nz (my home address) because
SourceForge seems to have intermittent problems forwarding email
to me from ahsu@users.sourceforge.net.  I will, however, check the
web site for this problem report from time to time in case you are
worried that none of the email will reach me.

Thanks for your time and effort in helping me with this port!

Cheers,
Andrew



On Thu, Apr 10, 2003 at 15:06:50 +0200, Oliver Braun wrote:
>
> I would like to commit this with the following changes:
>
> -PORTVERSION=   006
> +PORTVERSION=	0.0.7
>
> -MASTER_SITE_SUBDIR= rolo
> +MASTER_SITE_SUBDIR=	${PORTNAME}
> +DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
>
> +COMMENT=	Text-based contact management software
>
> -MD5 (rolo-006.tar.gz) = 35380e97eba6478cb0833c28f059afaf
> +MD5 (rolo-007.tar.gz) = 842ddb8b84b50711e433a87a2229d4b1
>
> no more pkg-comment file
>
> Approved?
>

-- 
 .
 .  Andrew Hsu
 .  email: ahsu@paradise.net.nz
 .  email: ahsu@users.sf.net
 .
Comment 3 ahsu 2003-04-12 00:40:57 UTC
Hello again,

In my haste, I forgot to put in a comment line that may make things
a little more easy to maintain for the future.

The line change I have suggested for:

   +PORTVERSION=        007

Would be more clear if it had a comment:

   +# only use version numbers "001" through "999" with no '.' for this port
   +PORTVERSION=        007

Cheers,
Andrew

-- 
 .
 .  Andrew Hsu
 .  email: ahsu@paradise.net.nz
 .  email: ahsu@users.sf.net
 .
Comment 4 Oliver Braun freebsd_committer freebsd_triage 2003-04-12 09:49:49 UTC
State Changed
From-To: open->closed

New port added, thanks!