Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need. 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. Fix: Patch attached with submission follows:
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!