diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/cupsddk/Makefile | 52 | ||||
-rw-r--r-- | print/cupsddk/distinfo | 3 | ||||
-rw-r--r-- | print/cupsddk/files/patch-configure.in | 27 | ||||
-rw-r--r-- | print/cupsddk/pkg-descr | 5 | ||||
-rw-r--r-- | print/cupsddk/pkg-plist | 63 |
7 files changed, 1 insertions, 151 deletions
@@ -4553,3 +4553,4 @@ www/lws||2010-09-08|Broken for 6+ months, unmaintained net-p2p/javadc||2010-09-08|Has expired: is ancient, unmaintained, works only with JDK 1.3, no master site net/pathchar||2010-09-08|Has expired: has been broken for 2+ years, no sources available www/linux-nvu|www/kompozer|2010-09-08|Has expired: NVU 1.0 last release June 2005, use www/kompozer instead +print/cupsddk||2010-09-09|Now part of print/cups-base diff --git a/print/Makefile b/print/Makefile index 969a730f0b01..3669a3797ca6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -56,7 +56,6 @@ SUBDIR += cups-pstoraster SUBDIR += cups-samba SUBDIR += cups-smb-backend - SUBDIR += cupsddk SUBDIR += detex SUBDIR += dk-acroread8 SUBDIR += dvi2tty diff --git a/print/cupsddk/Makefile b/print/cupsddk/Makefile deleted file mode 100644 index 7996ea0d9045..000000000000 --- a/print/cupsddk/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: cupsddk -# Date created: 2007-07-04 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/print/cupsddk/Makefile,v 1.1 2007/12/02 18:35:31 ahze Exp $ - -PORTNAME= cupsddk -PORTVERSION= 1.2.3 -PORTREVISION= 7 -CATEGORIES= print devel -MASTER_SITES= EASYSW -MASTER_SITE_SUBDIR= ${PORTNAME}/${DISTVERSION} -DISTNAME= ${PORTNAME}-${DISTVERSION}-source - -MAINTAINER= ports@FreeBSD.org -COMMENT= CUPS Driver Development Kit - -LIB_DEPENDS= cupsimage.2:${PORTSDIR}/print/cups-image - -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:262 -USE_GMAKE= yes - -OPTIONS= X11 "built with FLTK gui" on - -MAN1= commandtoescpx.1 commandtopclx.1 cupsprofile.1 ppdc.1 ppdhtml.1 \ - ppdi.1 ppdmerge.1 ppdpo.1 rastertoescpx.1 rastertopclx.1 -MAN5= ppdcfile.5 - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_X11) -LIB_DEPENDS+= fltk.1:${PORTSDIR}/x11-toolkits/fltk -CONFIGURE_ARGS+= --with-fltk -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/cupsprofile.ppm|${DATADIR:S,${PREFIX}/share,,}/cupsprofile.ppm|' \ - ${WRKSRC}/cups/cupsprofile.c - @${REINPLACE_CMD} -e 's|ln -s|${LN} -sf|' \ - ${WRKSRC}/Makedefs.in - -post-install: - @${INSTALL_DATA} ${WRKSRC}/cups/cupsprofile.ppm ${DATADIR} - -.include <bsd.port.post.mk> diff --git a/print/cupsddk/distinfo b/print/cupsddk/distinfo deleted file mode 100644 index 42ffd2878901..000000000000 --- a/print/cupsddk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cupsddk-1.2.3-source.tar.gz) = 4f8a1dc2369cee88e5b1293a19e1a3e6 -SHA256 (cupsddk-1.2.3-source.tar.gz) = 6216c2570267b44440f94d58fa323c2c1d255fa0bfd99e5fd3c96d0b2f7ad040 -SIZE (cupsddk-1.2.3-source.tar.gz) = 2243519 diff --git a/print/cupsddk/files/patch-configure.in b/print/cupsddk/files/patch-configure.in deleted file mode 100644 index 5807497bbe36..000000000000 --- a/print/cupsddk/files/patch-configure.in +++ /dev/null @@ -1,27 +0,0 @@ -diff -urN configure.in configure.in ---- configure.in 2007-10-05 22:42:17.000000000 +0200 -+++ configure.in 2007-10-14 20:19:40.000000000 +0200 -@@ -155,14 +155,16 @@ - AC_CHECK_HEADER(cups/cups.h,,AC_MSG_ERROR(CUPS headers are not installed!)) - - dnl Check for FLTK... --AC_PATH_PROG(FLTKCONFIG,fltk-config) -+AC_ARG_WITH([fltk], AS_HELP_STRING([--with-fltk], [Build with fltk library GUI (default: disabled)])) - --if test "x$FLTKCONFIG" = x; then --# AC_MSG_ERROR([Sorry, the CUPS DDK requires FLTK 1.1.x.]) -- GUILIBS="" --else -- CXXFLAGS="`$FLTKCONFIG --cflags` $CXXFLAGS" -- GUILIBS="`$FLTKCONFIG --use-images --ldstaticflags`" -+if test "x$with_fltk" == "xyes"; then -+ AC_PATH_PROG(FLTKCONFIG,fltk-config) -+ if test "x$FLTKCONFIG" = x; then -+ AC_MSG_ERROR([Sorry, the CUPS DDK GUI requires FLTK 1.1.x.]) -+ else -+ CXXFLAGS="`$FLTKCONFIG --cflags` $CXXFLAGS" -+ GUILIBS="`$FLTKCONFIG --use-images --ldstaticflags`" -+ fi - fi - - AC_SUBST(FLTKCONFIG) diff --git a/print/cupsddk/pkg-descr b/print/cupsddk/pkg-descr deleted file mode 100644 index 47417efe84cb..000000000000 --- a/print/cupsddk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The CUPS Driver Development Kit (DDK) provides a suite of standard drivers, -a PPD file compiler, and other utilities that can be used to develop printer -drivers for CUPS and other printing environments. - -WWW: http://www.cups.org/ddk/ diff --git a/print/cupsddk/pkg-plist b/print/cupsddk/pkg-plist deleted file mode 100644 index ef323a121b82..000000000000 --- a/print/cupsddk/pkg-plist +++ /dev/null @@ -1,63 +0,0 @@ -bin/cupsprofile -bin/ppdc -bin/ppdhtml -bin/ppdi -bin/ppdmerge -bin/ppdpo -include/cups/driver.h -libexec/cups/driver/drv -libexec/cups/filter/commandtoescpx -libexec/cups/filter/commandtopclx -libexec/cups/filter/rastertoescpx -libexec/cups/filter/rastertopclx -%%DATADIR%%/cupsprofile.ppm -%%DATADIR%%/include/dymo.h -%%DATADIR%%/include/epson.h -%%DATADIR%%/include/escp.h -%%DATADIR%%/include/font.defs -%%DATADIR%%/include/hp.h -%%DATADIR%%/include/label.h -%%DATADIR%%/include/media.defs -%%DATADIR%%/include/pcl.h -%%DATADIR%%/include/raster.defs -%%DATADIR%%/po/cupsddk.pot -%%DATADIR%%/po/da.po -%%DATADIR%%/po/de.po -%%DATADIR%%/po/es.po -%%DATADIR%%/po/fi.po -%%DATADIR%%/po/fr.po -%%DATADIR%%/po/it.po -%%DATADIR%%/po/ja.po -%%DATADIR%%/po/ko.po -%%DATADIR%%/po/nl.po -%%DATADIR%%/po/no.po -%%DATADIR%%/po/pt.po -%%DATADIR%%/po/sv.po -%%DATADIR%%/po/zh.po -%%DATADIR%%/po/zh_CN.po -%%DATADIR%%/po/zh_TW.po -share/doc/cups/examples/color.drv -share/doc/cups/examples/constraint.drv -share/doc/cups/examples/custom.drv -share/doc/cups/examples/grouping.drv -share/doc/cups/examples/minimum.drv -share/doc/cups/help/man-cupsprofile.html -share/doc/cups/help/man-ppdc.html -share/doc/cups/help/man-ppdhtml.html -share/doc/cups/help/man-ppdi.html -share/doc/cups/help/man-ppdmerge.html -share/doc/cups/help/man-ppdpo.html -share/doc/cups/help/man-rastertoescpx.html -share/doc/cups/help/man-rastertopclx.html -share/doc/cups/help/ref-ppdcfile.html -@dirrmtry share/doc/cups/examples -@dirrm %%DATADIR%%/po -@dirrm %%DATADIR%%/include -@dirrm %%DATADIR%% -@dirrmtry share/cups/drv -@dirrmtry share/cups -@dirrmtry share/doc/cups/help -@dirrmtry share/doc/cups/examples -@dirrmtry share/doc/cups -@dirrmtry libexec/cups/driver -@dirrmtry libexec/cups |