diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-soya3d/Makefile | 65 | ||||
-rw-r--r-- | graphics/py-soya3d/distinfo | 4 | ||||
-rw-r--r-- | graphics/py-soya3d/files/patch-include_freetype.h | 14 | ||||
-rw-r--r-- | graphics/py-soya3d/files/patch-setup.py | 48 | ||||
-rw-r--r-- | graphics/py-soya3d/pkg-descr | 8 |
6 files changed, 0 insertions, 140 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index dde710df5e6e..2715ce6502c3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -862,7 +862,6 @@ SUBDIR += py-scikit-image SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail - SUBDIR += py-soya3d SUBDIR += py-spectra SUBDIR += py-stltools SUBDIR += py-svg.path diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile deleted file mode 100644 index 8fb080c42d00..000000000000 --- a/graphics/py-soya3d/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# $FreeBSD$ - -PORTNAME= soya3d -PORTVERSION= 0.14 -PORTREVISION= 14 -CATEGORIES= graphics python -MASTER_SITES= http://download.gna.org/soya/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Soya-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -DIST_SUBDIR= python - -MAINTAINER= ports@FreeBSD.org -COMMENT= Very high level 3D engine for Python - -DEPRECATED= Unmaintained, uses EOLed python27 -EXPIRATION_DATE= 2020-03-19 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow6>0:graphics/py-pillow6@${PY_FLAVOR} -LIB_DEPENDS= libode.so:devel/ode \ - libcal3d.so:graphics/cal3d \ - libfreetype.so:print/freetype2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/editobj/editor.py:graphics/py-editobj@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/tofu/client.py:net/py-tofu@${PY_FLAVOR} \ - ${PYTHON_SITELIBDIR}/cerealizer/__init__.py:security/py-cerealizer@${PY_FLAVOR} - -USES= gl gmake openal:al,alut python:2.7 sdl tar:bzip2 -USE_GL= glew glu -USE_PYTHON= autoplist distutils -USE_SDL= sdl - -LDFLAGS+= -L${LOCALBASE}/lib -lGLU - -SOYATUTVER= 0.14 - -PLIST_FILES= man/man1/soya_editor.1.gz -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES -EXAMPLES_DISTFILES= SoyaTutorial-${SOYATUTVER}${EXTRACT_SUFX} - -post-patch: - @${REINPLACE_CMD} -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g' -e \ - 's|/usr/include|${LOCALBASE}/include|g' ${WRKSRC}/setup.py - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/soya/*.so - ${INSTALL_MAN} ${WRKSRC}/manpage/man1/soya_editor.1 ${STAGEDIR}${PREFIX}/man/man1 - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${CP} -R ${WRKDIR}/SoyaTutorial-${SOYATUTVER}/tutorial/* ${STAGEDIR}${EXAMPLESDIR} - ${FIND} ${STAGEDIR}${EXAMPLESDIR}/* -type f -print0 | \ - ${XARGS} -0 ${CHMOD} ${SHAREMODE} - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for FILE in AUTHORS README - ${INSTALL_DATA} ${WRKDIR}/SoyaTutorial-${SOYATUTVER}/${FILE} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/graphics/py-soya3d/distinfo b/graphics/py-soya3d/distinfo deleted file mode 100644 index ecc953904c69..000000000000 --- a/graphics/py-soya3d/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (python/Soya-0.14.tar.bz2) = dcb93206d7154dc575ec6eeb7fa3ecfd6bfb78fa233db639e423857cd2a99590 -SIZE (python/Soya-0.14.tar.bz2) = 905659 -SHA256 (python/SoyaTutorial-0.14.tar.bz2) = 86d5b8189e7f7b4269976a65f23a51291bb99c6272f2884cbd129a6e9cc6cbec -SIZE (python/SoyaTutorial-0.14.tar.bz2) = 5223674 diff --git a/graphics/py-soya3d/files/patch-include_freetype.h b/graphics/py-soya3d/files/patch-include_freetype.h deleted file mode 100644 index 0d16fe2ae324..000000000000 --- a/graphics/py-soya3d/files/patch-include_freetype.h +++ /dev/null @@ -1,14 +0,0 @@ ---- include_freetype.h.orig 2013-12-24 20:30:39.000000000 +0100 -+++ include_freetype.h 2013-12-24 20:31:30.000000000 +0100 -@@ -21,8 +21,7 @@ - - #include <ft2build.h> - #include FT_FREETYPE_H // this is not do-able in Pyrex --#include <freetype/freetype.h> --#include <freetype/ftoutln.h> --#include <freetype/ftimage.h> --#include <freetype/ftglyph.h> -+#include FT_OUTLINE_H -+#include FT_IMAGE_H -+#include FT_GLYPH_H - diff --git a/graphics/py-soya3d/files/patch-setup.py b/graphics/py-soya3d/files/patch-setup.py deleted file mode 100644 index 0f3e569b5121..000000000000 --- a/graphics/py-soya3d/files/patch-setup.py +++ /dev/null @@ -1,48 +0,0 @@ ---- setup.py 2009-04-22 10:00:23.000000000 -0500 -+++ setup.py 2009-04-22 10:03:23.000000000 -0500 -@@ -21,6 +21,7 @@ - - # Modify the following if needed : - USE_OPENAL = 1 # use OpenAL -+HAVE_PYREX = 0 - #USE_OPENAL = 0 - - # Modify the following if needed : -@@ -32,7 +33,7 @@ - INCDIR = [ - #"ode-0.5/include", - "/usr/include", -- "/usr/local/include", -+ "%%LOCALBASE%%/include", - "/usr/X11R6/include", - "/usr/X11/include", - "/usr/include/freetype2", -@@ -48,7 +49,7 @@ - LIBDIR = [ - #"ode-0.5/lib", - "/usr/lib", -- "/usr/local/lib", -+ "%%LOCALBASE%%/lib", - "/opt/local/lib", # For Mac OS X "darwin port" - "/usr/X11R6/lib", - "/usr/X11/lib", -@@ -79,11 +80,6 @@ - SDISTING = ("sdist" in sys.argv[1:]) and not ("--help" in sys.argv[1:]) - - MACOSX_DEPLOYMENT_TARGET = os.getenv('MACOSX_DEPLOYMENT_TARGET') --try: -- from Pyrex.Distutils import build_ext -- HAVE_PYREX = 1 --except: -- HAVE_PYREX = 0 - - # Only enable Pyrex compilation for SVN sources - if not os.path.exists(os.path.join(os.path.dirname(__file__), ".svn")): -@@ -159,6 +155,7 @@ - DEFINES.append(('SOYA_MACOSX',1)) - else: - LIBS.append("openal") -+ LIBS.append("alut") - - - if "darwin" in sys.platform: diff --git a/graphics/py-soya3d/pkg-descr b/graphics/py-soya3d/pkg-descr deleted file mode 100644 index 867f4585c90b..000000000000 --- a/graphics/py-soya3d/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Soya 3D is a very high level 3D engine for Python. -Soya aims at being to 3D what Python is to -programming : fast to learn, easy to use, while -keeping good performances - -Soya is Free Software, under the GNU GPL. - -WWW: http://home.gna.org/oomadness/en/soya/index.html |