Bug 151625

Summary: [NEW PORT] www/py-flask, a micro webdevelopment framework for Python
Product: Ports & Packages Reporter: Olivier Duchateau <duchateau.olivier>
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Olivier Duchateau 2010-10-21 17:30:11 UTC
Flask is a microframework for Python based on Werkzeug, and Jinja 2.

Fix: Patch attached with submission follows:
Comment 1 danfe 2010-11-09 03:46:31 UTC
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)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-27 01:20:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-27 02:01:14 UTC
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"
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-27 02:01:15 UTC
State Changed
From-To: open->closed

Committed, Thanks!