summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-08-08 13:20:09 +0000
committerRene Ladan <rene@FreeBSD.org>2015-08-08 13:20:09 +0000
commitcb3ccb4f1fdb422331f531c7488bd525e9071166 (patch)
tree3cc75e917fd83e838c5f7d533620e2f0fbc41617 /graphics
parent- Update net/asterisk11 to 11.19.0 (diff)
Remove expired ports:
2015-08-08 graphics/skencil: Project is abandoned and was overtaken by sK1 fork 2015-08-08 www/ismail: Development has been discontinued for many years
Notes
Notes: svn path=/head/; revision=393728
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/skencil/Makefile67
-rw-r--r--graphics/skencil/distinfo2
-rw-r--r--graphics/skencil/pkg-descr12
4 files changed, 0 insertions, 82 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 24e05dc4077a..5c4609f73100 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -974,7 +974,6 @@
SUBDIR += simpleviewer
SUBDIR += sk1libs
SUBDIR += skanlite
- SUBDIR += skencil
SUBDIR += sketch
SUBDIR += springgraph
SUBDIR += squish
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
deleted file mode 100644
index b15072aab296..000000000000
--- a/graphics/skencil/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# Created by: Thomas Gellekum <tg@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= skencil
-PORTVERSION= 1.0.a784
-PORTREVISION= 3
-CATEGORIES= graphics
-MASTER_SITES= GOOGLE_CODE
-PROJECTHOST= sk1
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/alpha_rev/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Interactive drawing program
-
-DEPRECATED= Project is abandoned and was overtaken by sK1 fork
-EXPIRATION_DATE=2015-08-08
-
-LICENSE= LGPL20
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
- ${PYTHON_PKGNAMEPREFIX}reportlab2>=0:${PORTSDIR}/print/py-reportlab2 \
- ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
- ${PYXML}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}alpha
-
-USES= tk desktop-file-utils python
-USE_XORG= x11 xext
-USE_PYTHON= distutils autoplist
-PYDISTUTILS_EGGINFO= ${PORTNAME}-${PORTVERSION:R}alpha-py${PYTHON_VER}.egg-info
-
-CFLAGS+= -I${TK_INCLUDEDIR} -I${LOCALBASE}/include \
- -L${LOCALBASE}/lib
-
-PORTDOCS= README
-OPTIONS_DEFINE= DOCS NLS
-
-NLS_USES= gettext
-
-.include <bsd.port.options.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e \
- "s|/usr/include|${LOCALBASE}/include|g ; \
- s|/usr/lib|${LOCALBASE}/lib|g ; \
- /tcl_ver/s|8\.[0-9]|${TCL_SHLIB_VER}|g ; \
- /libtcl/s|8\.[0-9]|${TCL_SHLIB_VER}|g ; \
- /libraries/s|tcl_ver\])|tcl_ver, 'intl'])|g ; \
- s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/setup.py
-
-.if ! ${PORT_OPTIONS:MNLS}
- @${REINPLACE_CMD} -e 's| + messages_dirs||' \
- ${WRKSRC}/setup.py
-.endif
-
-post-install:
-.for l in streamfilter paxmodule pstokenize _sketchmodule intl skreadmodule \
- _type1module paxtkinter
- ${STRIP_CMD} \
- ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/skencil/Sketch/Modules/${l}.so
-.endfor
-
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/graphics/skencil/distinfo b/graphics/skencil/distinfo
deleted file mode 100644
index a8c08ffca5a8..000000000000
--- a/graphics/skencil/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (skencil-1.0alpha_rev784.tar.gz) = 8794f361c8ee0ca86e9d237646db03ab57214cf452663fde23c66e0430523a60
-SIZE (skencil-1.0alpha_rev784.tar.gz) = 947398
diff --git a/graphics/skencil/pkg-descr b/graphics/skencil/pkg-descr
deleted file mode 100644
index 77a2ab03f8d0..000000000000
--- a/graphics/skencil/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Skencil is an interactive vector drawing program for X (similar to XFig
-or tgif). It is written almost completely in Python, an object oriented
-interpreted programming language.
-
-This is a stable release. It is quite featureful and usable, but there
-are still things missing that I want in a 1.0 release, hence the low
-version number.
-
-Skencil was originally named "Sketch" and the name "Sketch" is still
-used is many places.
-
-WWW: http://www.skencil.org/