Speaklater is a Python module that provides lazy strings for translations. See, http://pypi.python.org/pypi/speaklater Fix: Patch attached with submission follows:
Looks nice, several minor corrections: - Makefile header could be indented better: tab after port name, line up date created with port name (whom: line is already lined up properly) - COMMENT should read: "Lazy string Python module for translations", "Implements a" text is redundant - LICENSE better be placed after COMMENT, not after USE_* knobs (for readbility's sake, but that's IMHO) - Two spaces after PKGNAMEPREFIX= should be replaced by one tab - In pkg-comment, tab after WWW: should be single space
wen 2010-11-16 06:13:59 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-speaklater Makefile distinfo pkg-descr pkg-plist Log: Speaklater is a Python module that provides lazy strings for translations. WWW: http://pypi.python.org/pypi/speaklater PR: ports/151624 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Reviewed by: danfe@ Revision Changes Path 1.4121 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/py-speaklater/Makefile (new) 1.1 +2 -0 ports/devel/py-speaklater/distinfo (new) 1.1 +3 -0 ports/devel/py-speaklater/pkg-descr (new) 1.1 +10 -0 ports/devel/py-speaklater/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!