diff options
author | acm <acm@FreeBSD.org> | 2006-09-26 23:54:41 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-26 23:54:41 +0800 |
commit | cb1ff32a82d5d0bd89c3d314b07d8445e71f93bc (patch) | |
tree | f6e378eab50328ea9948ae1c3964215ea8fdb019 /graphics/Makefile | |
parent | e1b679f3561b5f84c1e90dd35603c41025dbd9c2 (diff) | |
download | freebsd-ports-gnome-cb1ff32a82d5d0bd89c3d314b07d8445e71f93bc.tar.gz freebsd-ports-gnome-cb1ff32a82d5d0bd89c3d314b07d8445e71f93bc.tar.zst freebsd-ports-gnome-cb1ff32a82d5d0bd89c3d314b07d8445e71f93bc.zip |
- New port: graphics/py-amanith
PyAmanith is a Python wrapper for the Amanith 2D vector graphics
library. It strives to offer a pythonic interface to the library
and make all its features accessible.
WWW: http://louhi.kempele.fi/~skyostil/projects/pyamanith/
PR: ports/103655
Submitted by: Dmitry Marakasov <amdmi3__at__mail.ru>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 331c4241f060..03e456caca59 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -531,6 +531,7 @@ SUBDIR += pstoepsi SUBDIR += pvmpov SUBDIR += py-PyX + SUBDIR += py-amanith SUBDIR += py-cairo SUBDIR += py-cgkit SUBDIR += py-chart |