Flask is a microframework for Python based on Werkzeug, and Jinja 2. Fix: Patch attached with submission follows:
Looks nice, couple of suggestions: - Canonical Makefile header should read "New ports collection makefile" (mind the "New" part), and date created should probably be put in line with port name (be directly under it). Whom: line is correct. - "It's a" part should be dropped from COMMENT, it is redundant - Missing leading tab in the second line of RUN_DEPENDS= - LICENSE should probably be placed after COMMENT (but that's just a matter of taste) - In port description: superfluous comma in "Werkzeug, and Jinja 2" and tab after WWW: (should be space)
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it.
pgollucci 2010-11-27 02:00:57 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-flask Makefile distinfo pkg-descr pkg-plist Log: Flask is a microframework for Python based on Werkzeug and Jinja 2. WWW: http://flask.pocoo.org/ PR: ports/151625 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> Revision Changes Path 1.2754 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/py-flask/Makefile (new) 1.1 +3 -0 ports/www/py-flask/distinfo (new) 1.1 +3 -0 ports/www/py-flask/pkg-descr (new) 1.1 +48 -0 ports/www/py-flask/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 Committed, Thanks!