aboutsummaryrefslogtreecommitdiff
path: root/graphics/cfdg
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Pet portlintDmitry Marakasov2017-07-302-5/+7
| | | | | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=446909
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-1/+1
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Convert most NO_INSTALL_MANPAGES to USES=imake:nomanAntoine Brodin2014-08-181-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365343
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-4/+2
| | | | Notes: svn path=/head/; revision=360491
* Stagify.Vanilla I. Shu2014-06-161-7/+4
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=357947
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355687
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Update to 2.2.2Julien Laffaye2011-06-204-46/+20
| | | | | | | | | PR: ports/158005 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=275923
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 2.2.1Martin Wilke2009-09-184-12/+12
| | | | | | | | | PR: 138906 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241693
* Context Free Design Grammar compiler.Martin Wilke2008-04-265-0/+114
About CFDG: Chris Coyne created a small language for design grammars called CFDG. These grammars are sets of non-deterministic rules to produce images. The images are surprisingly beautiful, often from very simple grammars. Context Free is a full graphical environment for editing, rendering, and exploring CFDG design grammars. Features: * Simultaneously available for Macintosh, Windows and Posix/Unix. * Progressive image update: watch it generate * Save generated images in PNG or SVG format. * Produce animations * Edit grammars and re-render easily. * Render very large images (as large as 100 Mega-pixels). * Can handle generated images with millions of shapes. * Carefully tuned graphics rendering * Many built-in examples * Automatic checking for updates (Mac only). * It's free, as in beer and as in speech. WWW: http://www.contextfreeart.org/ PR: ports/121715 Submitted by: Anatoly Borodin <anatoly.borodin at gmail.com> Notes: svn path=/head/; revision=212035