Summary: | [NEW PORT]devel/cog:Cog is a code generation tool for any language | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alex Pesternikov <ap> | ||||
Component: | Individual Port(s) | Assignee: | Nicola Vitale <nivit> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alex Pesternikov
2007-03-31 02:20:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->nivit I will take it. nivit 2007-04-13 16:42:45 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-cog Makefile distinfo pkg-descr pkg-plist Log: Cog transforms files in a very simple way: it finds chunks of Python code embedded in them, executes the Python code, and inserts its output back into the original file. The file can contain whatever text you like around the Python code. It will usually be source code. Author: Ned Batchelder WWW: http://www.nedbatchelder.com/code/cog/index.html PR: ports/111046 Submitted by: Alex Pesternikov <apesternikov at page2rss.com> Revision Changes Path 1.2730 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/py-cog/Makefile (new) 1.1 +3 -0 ports/devel/py-cog/distinfo (new) 1.1 +7 -0 ports/devel/py-cog/pkg-descr (new) 1.1 +34 -0 ports/devel/py-cog/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 New port added. Thanks! |