[ intro from the website ] FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a given model. FormAlchemy will try to figure out what kind of HTML code should be returned by introspecting the model's properties and generate ready-to-use HTML code that will fit the developer's application. Fix: Shar attached. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
lwhsu 2010-07-18 13:30:19 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-formalchemy Makefile distinfo pkg-descr pkg-plist Log: Add py-formalchemy 1.3.3, toolkit for creating HTML form elements manually or from SQLAlchemy mapped classes. PR: ports/148487 Submitted by: ghostonthewire <ghostonthewire at gmail dot com> Revision Changes Path 1.2647 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/py-formalchemy/Makefile (new) 1.1 +3 -0 ports/www/py-formalchemy/distinfo (new) 1.1 +45 -0 ports/www/py-formalchemy/pkg-descr (new) 1.1 +179 -0 ports/www/py-formalchemy/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->feedback I added this port (a bit accidient), could you thix these portlint(1) warnings? : pkg-descr: exceeds 24 lines, make it shorter if possible.(currently 45 lines) Makefile: COMMENT exceeds 70 characters limit.
Responsible Changed From-To: freebsd-python->lwhsu Take, this port need more cosmetic fix.
State Changed From-To: feedback->closed Committed 2010-07-18.