diff options
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 34 | ||||
-rw-r--r-- | print/py-cups/distinfo | 3 | ||||
-rw-r--r-- | print/py-cups/files/patch-cupsppd.c | 11 | ||||
-rw-r--r-- | print/py-cups/pkg-descr | 3 |
4 files changed, 0 insertions, 51 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile deleted file mode 100644 index 017d90fbb..000000000 --- a/print/py-cups/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: py-cups -# Date created: 2008-03-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= cups -PORTVERSION= 1.9.47 -CATEGORIES= print python -MASTER_SITES= http://cyberelk.net/tim/data/pycups/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ahze@FreeBSD.org -COMMENT= CUPS bindings for Python - -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client - -USE_PYTHON= yes -USE_ICONV= yes -USE_BZIP2= yes -USE_PYDISTUTILS= yes -CFLAGS+= -I${LOCALBASE}/include -DVERSION=\\\"${PORTVERSION}\\\" -LDFLAGS+= -L${LOCALBASE}/lib -liconv -MAKE_ENV= LDFLAGS="${LDFLAGS}" -PYDISTUTILS_EGGINFO=${PORTNAME}-1.0-py${PYTHON_VER}.egg-info -PLIST_FILES= %%PYTHON_SITELIBDIR%%/cups.so - -pre-configure: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/cupsconnection.c - -.include <bsd.port.mk> diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo deleted file mode 100644 index d41cd4ca7..000000000 --- a/print/py-cups/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pycups-1.9.47.tar.bz2) = b2c94db15c916e0776e320addb279ba8 -SHA256 (pycups-1.9.47.tar.bz2) = 1bb0cb75c1b8e0c4f0677b07546fcd0c9ec9ed04aa977ee9fc5466cbb6fe862b -SIZE (pycups-1.9.47.tar.bz2) = 45175 diff --git a/print/py-cups/files/patch-cupsppd.c b/print/py-cups/files/patch-cupsppd.c deleted file mode 100644 index 83b68ca60..000000000 --- a/print/py-cups/files/patch-cupsppd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- cupsppd.c.orig 2008-03-20 10:16:42.000000000 -0400 -+++ cupsppd.c 2008-03-20 10:17:16.000000000 -0400 -@@ -451,7 +451,7 @@ - return PyBool_FromLong (nondefaults_marked); - } - --#ifdef __SVR4 -+#if 1 - /* - * A rudimentary emulation of getline() for systems that dont support it - * natively. Since this is used for PPD file reading, it assumes (possibly diff --git a/print/py-cups/pkg-descr b/print/py-cups/pkg-descr deleted file mode 100644 index 1b76ec48e..000000000 --- a/print/py-cups/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CUPS bindings for Python - -WWW: http://cyberelk.net/tim/software/pycups/ |