aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-paint
Commit message (Collapse)AuthorAgeFilesLines
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-241-1/+1
| | | | | | to email. Hat: portmgr
* - update to 1.4.1dinoex2010-03-281-1/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with G
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 0.3perky2004-08-083-28/+22
| | | | | PR: 70000 (!) Submitted by: ijliao
* Add SIZE data.perky2004-03-181-0/+1
| | | | Submitted by: trevor
* De-pkg-comment for my ports.perky2003-02-252-1/+1
|
* Use REINPLACE_CMD as well as USE_REINPLACEperky2002-06-261-3/+5
|
* Updating my email address.perky2002-06-251-1/+1
| | | | Approved by: cjh (mentor)
* back out commit made comparing OSVERSION and use sed(1) to workaround perlpat2002-05-241-5/+0
| | | | | | | | on current issue. gotta back it out sooner or later. /me puts on pointy hat Requested by: many
* Fix ports for building with -current without perlpat2002-05-231-0/+5
| | | | | PR: 38359 Submitted by: maintainer
* Update to 0.2pat2002-05-053-25/+4
| | | | | PR: 37617 Submitted by: maintainer
* use USE_PYDISTUTILSijliao2002-04-301-6/+2
|
* Fix breakage caused by the recent freetype overhaul.sobomax2002-03-181-1/+1
| | | | Submitted by: bento
* Adjust in accordance with the new location of freetype1 includessobomax2002-03-141-1/+1
| | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
* LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yessobomax2002-03-141-2/+2
|
* Update maintainer email addresspat2002-01-291-1/+1
| | | | | PR: 34372 Submitted by: maintainer
* Bump png majorache2001-09-111-1/+1
|
* Fix Makefilekevlo2001-07-091-2/+2
| | | | | PR: 28827 Submitted by: MAINTAINER
* Initial import of py-paint 0.1.kevlo2001-07-096-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>