diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-26 15:54:41 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-26 15:54:41 +0000 |
commit | a7e8c702ee21dceea3457f919bf09c03f1d5b3cd (patch) | |
tree | f22dd4baba34bf38a02e9cb3a71e98cb0b1c278a /graphics/py-amanith/files/patch-ignore.i | |
parent | - use fixed PKGNAMEPREFIX instead of dynamic one based on PHP_VER (diff) |
- 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/py-amanith/files/patch-ignore.i')
-rw-r--r-- | graphics/py-amanith/files/patch-ignore.i | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/py-amanith/files/patch-ignore.i b/graphics/py-amanith/files/patch-ignore.i new file mode 100644 index 000000000000..8116f8338f34 --- /dev/null +++ b/graphics/py-amanith/files/patch-ignore.i @@ -0,0 +1,10 @@ +--- ignore.i Fri May 5 01:23:47 2006 ++++ ignore.i Tue Sep 26 03:54:57 2006 +@@ -15,6 +15,7 @@ + %ignore Amanith::GEllipseCurve2D::YAxis; + %ignore Amanith::GFont2D::CharMap; + %ignore Amanith::GRenderingContext::GRenderingContext; ++%ignore Amanith::GDrawBoard::DrawEllipseArc; + + /* Don't mind these unsupported things */ + %warnfilter(362) Amanith::GInterval::operator=; |