diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:47:15 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:47:15 +0000 |
commit | bb8b021e51c49dc5abd9c24ca914766520641026 (patch) | |
tree | 966b9ea93f69d08ca05b5ed80cb562fe9c96c1f1 /graphics/py-paint/pkg-descr | |
parent | 5ac643444a5ab8fd654bfd0dbc8fc97e0f3ca201 (diff) |
Initial import of py-paint 0.1.
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
Notes:
svn path=/head/; revision=44934
Diffstat (limited to 'graphics/py-paint/pkg-descr')
-rw-r--r-- | graphics/py-paint/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/py-paint/pkg-descr b/graphics/py-paint/pkg-descr new file mode 100644 index 000000000000..1710ae72e0e3 --- /dev/null +++ b/graphics/py-paint/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://object-craft.com.au/projects/paint/ |