summaryrefslogtreecommitdiff
path: root/graphics/py-paint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update to 0.3Hye-Shik Chang2004-08-083-28/+22
| | | | | | | | PR: 70000 (!) Submitted by: ijliao Notes: svn path=/head/; revision=115625
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-252-1/+1
| | | | Notes: svn path=/head/; revision=76449
* Use REINPLACE_CMD as well as USE_REINPLACEHye-Shik Chang2002-06-251-3/+5
| | | | Notes: svn path=/head/; revision=61967
* Updating my email address.Hye-Shik Chang2002-06-251-1/+1
| | | | | | | Approved by: cjh (mentor) Notes: svn path=/head/; revision=61912
* back out commit made comparing OSVERSION and use sed(1) to workaround perlPatrick Li2002-05-231-5/+0
| | | | | | | | | | | on current issue. gotta back it out sooner or later. /me puts on pointy hat Requested by: many Notes: svn path=/head/; revision=59826
* Fix ports for building with -current without perlPatrick Li2002-05-231-0/+5
| | | | | | | | PR: 38359 Submitted by: maintainer Notes: svn path=/head/; revision=59747
* Update to 0.2Patrick Li2002-05-043-25/+4
| | | | | | | | PR: 37617 Submitted by: maintainer Notes: svn path=/head/; revision=58538
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-6/+2
| | | | Notes: svn path=/head/; revision=58323
* Fix breakage caused by the recent freetype overhaul.Maxim Sobolev2002-03-181-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56298
* Adjust in accordance with the new location of freetype1 includesMaxim Sobolev2002-03-141-1/+1
| | | | | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype). Notes: svn path=/head/; revision=56069
* LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yesMaxim Sobolev2002-03-141-2/+2
| | | | Notes: svn path=/head/; revision=56060
* Update maintainer email addressPatrick Li2002-01-281-1/+1
| | | | | | | | PR: 34372 Submitted by: maintainer Notes: svn path=/head/; revision=53911
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47625
* Fix MakefileKevin Lo2001-07-091-2/+2
| | | | | | | | PR: 28827 Submitted by: MAINTAINER Notes: svn path=/head/; revision=44946
* Initial import of py-paint 0.1.Kevin Lo2001-07-086-0/+81
The paint module provides a simple and flexible facility for painting PNG images files. The paint module depends upon three free libraries: freetype, libart, libpng. PR: 28819 Submitted by: Hye-Shik Chang <perky@python.or.kr> Notes: svn path=/head/; revision=44934