aboutsummaryrefslogtreecommitdiff
path: root/print/py-cups
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-11 10:02:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-11 10:02:18 +0000
commit90dcc9ae9e54a1f8e44f658110771a54d5fde937 (patch)
tree665d733c3e4a5aa8037af1481f454af5759805ba /print/py-cups
parent6713c94829d3ae27ce63f67511b0253945477bb1 (diff)
downloadports-90dcc9ae9e54a1f8e44f658110771a54d5fde937.tar.gz
ports-90dcc9ae9e54a1f8e44f658110771a54d5fde937.zip
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
Notes
Notes: svn path=/head/; revision=403510
Diffstat (limited to 'print/py-cups')
-rw-r--r--print/py-cups/Makefile37
-rw-r--r--print/py-cups/distinfo2
-rw-r--r--print/py-cups/pkg-descr4
3 files changed, 0 insertions, 43 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile
deleted file mode 100644
index 9df5f2490c90..000000000000
--- a/print/py-cups/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Michael Johnson <ahze@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= cups
-PORTVERSION= 1.9.73
-CATEGORIES= print python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= CUPS bindings for Python
-
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
-
-LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
-
-USE_PYTHON= autoplist concurrent distutils
-USES= iconv localbase python tar:bzip2
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^\(VERSION=\).*$$|\1${PORTVERSION}|' ${WRKSRC}/Makefile
-.if empty(ICONV_LIB)
- @${REINPLACE_CMD} -e 's| or sys.platform.startswith("freebsd"):|:|' ${WRKSRC}/setup.py
-.endif
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cupsconnection.c
- @${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups.so
-
-.include <bsd.port.post.mk>
diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo
deleted file mode 100644
index 6b7832ee525e..000000000000
--- a/print/py-cups/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pycups-1.9.73.tar.bz2) = c381be011889ca6f728598578c89c8ac9f7ab1e95b614474df9f2fa831ae5335
-SIZE (pycups-1.9.73.tar.bz2) = 52732
diff --git a/print/py-cups/pkg-descr b/print/py-cups/pkg-descr
deleted file mode 100644
index a40edfb59895..000000000000
--- a/print/py-cups/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-CUPS bindings for Python
-
-WWW: https://pypi.python.org/pypi/pycups
-WWW: http://cyberelk.net/tim/software/pycups/