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
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>
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 .
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 .
State Changed From-To: open->closed New port added, thanks!