Bug 148487 - [new port] www/py-formalchemy
Summary: [new port] www/py-formalchemy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-11 00:10 UTC by ghostonthewire
Modified: 2010-07-28 03:04 UTC (History)
0 users

See Also:


Attachments
file.shar (17.57 KB, text/plain)
2010-07-11 00:10 UTC, ghostonthewire
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ghostonthewire 2010-07-11 00:10:05 UTC
[ 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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-11 00:10:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-18 14:30:28 UTC
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"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2010-07-18 14:33:25 UTC
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.
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2010-07-18 14:35:28 UTC
Responsible Changed
From-To: freebsd-python->lwhsu

Take, this port need more cosmetic fix.
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2010-07-28 03:04:02 UTC
State Changed
From-To: feedback->closed

Committed 2010-07-18.