Bug 103663 - [NEW PORT] www/p5-Bigtop: A web application data language processor
Summary: [NEW PORT] www/p5-Bigtop: A web application data language processor
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 05:00 UTC by gslin
Modified: 2006-10-02 16:40 UTC (History)
1 user (show)

See Also:


Attachments
p5-Bigtop-0.16.shar (5.83 KB, text/plain)
2006-09-26 05:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-26 05:00:44 UTC
Bigtop is a language for describing the data of a web application.
Usually this data will be stored in a relational database. Once you
have a description of your data, you can generate a web application
from it. This includes all the pieces you need like: the sql
statements ready for feeding to your database command line tool, the
httpd.conf you need to Include in the httpd.conf on your system, the
modules that will handle the web requests, the models that make the
database tables look like classes, etc.

If you need to alter the data model in the future, you can change your
original description to match the new reality, then regenerate the
application without fear of losing hand written code (though you may
have to modify some of it to reflect the new reality).

WWW:	http://search.cpan.org/dist/Bigtop/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-26 05:01:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-02 16:36:22 UTC
clsung      2006-10-02 15:36:16 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Bigtop        Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Bigtop 0.16, a web application data language processor.
  
  PR:             ports/103663
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.1579    +1 -0      ports/www/Makefile
  1.1       +59 -0     ports/www/p5-Bigtop/Makefile (new)
  1.1       +3 -0      ports/www/p5-Bigtop/distinfo (new)
  1.1       +15 -0     ports/www/p5-Bigtop/pkg-descr (new)
  1.1       +50 -0     ports/www/p5-Bigtop/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 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-02 16:37:57 UTC
State Changed
From-To: open->closed

New port added. Thank You.