diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 2 | ||||
-rw-r--r-- | print/libppd/Makefile | 22 | ||||
-rw-r--r-- | print/libppd/distinfo | 2 | ||||
-rw-r--r-- | print/libppd/files/patch-src_Makefile.in | 11 | ||||
-rw-r--r-- | print/libppd/pkg-descr | 1 | ||||
-rw-r--r-- | print/libppd/pkg-plist | 17 | ||||
-rw-r--r-- | print/lpr-wrapper/Makefile | 29 | ||||
-rw-r--r-- | print/lpr-wrapper/distinfo | 2 | ||||
-rw-r--r-- | print/lpr-wrapper/files/patch-lpr-wrapper-cups.in | 39 | ||||
-rw-r--r-- | print/lpr-wrapper/files/patch-lpr-wrapper.in | 39 | ||||
-rw-r--r-- | print/lpr-wrapper/pkg-descr | 3 |
11 files changed, 0 insertions, 167 deletions
diff --git a/print/Makefile b/print/Makefile index f62d76f01857..8fcb7db1567b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -111,7 +111,6 @@ SUBDIR += libotf SUBDIR += libpagemaker SUBDIR += libpaper - SUBDIR += libppd SUBDIR += libspectre SUBDIR += lilypond SUBDIR += lilypond-devel @@ -119,7 +118,6 @@ SUBDIR += linux-c7-cups-libs SUBDIR += linux-c7-harfbuzz SUBDIR += lout - SUBDIR += lpr-wrapper SUBDIR += lprps SUBDIR += lyx SUBDIR += magicfilter diff --git a/print/libppd/Makefile b/print/libppd/Makefile deleted file mode 100644 index f60dc42c7e06..000000000000 --- a/print/libppd/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: e-masson@kisoft-services.com -# $FreeBSD$ - -PORTNAME= libppd -PORTVERSION= 0.10 -PORTREVISION= 4 -CATEGORIES= print -MASTER_SITES= SF/lpr/${PORTNAME}/${PORTVERSION} - -MAINTAINER= emss@free.fr -COMMENT= Library providing routines for ppd files - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -USES= libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= Yes -USE_GNOME= glib12 -MAKE_JOBS_UNSAFE= yes - -.include <bsd.port.mk> diff --git a/print/libppd/distinfo b/print/libppd/distinfo deleted file mode 100644 index 86133fda7fff..000000000000 --- a/print/libppd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libppd-0.10.tar.gz) = e185ec4db0a6c09a69be188d0b1a8ce259812d61fdbff87dcc76cb43cdf0b438 -SIZE (libppd-0.10.tar.gz) = 200507 diff --git a/print/libppd/files/patch-src_Makefile.in b/print/libppd/files/patch-src_Makefile.in deleted file mode 100644 index 23e590a1bb41..000000000000 --- a/print/libppd/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Thu Apr 21 17:53:57 2005 -+++ src/Makefile.in Thu Apr 21 17:54:30 2005 -@@ -87,7 +87,7 @@ - INCLUDES = $(GLIB_CFLAGS) -DG_LOG_DOMAIN=\"LibPPD\" - bin_PROGRAMS = ppdfilt - lib_LTLIBRARIES = libppd.la --LDFLAGS = $(GLIB_LIBS) -+LDFLAGS = @LDFLAGS@ $(GLIB_LIBS) - include_HEADERS = ppd.h ppdenums.h ppdmacros.h - - libppd_la_SOURCES = emit.c options.c page.c mark.c ppd.c init.c debug.h ppdfilt.h diff --git a/print/libppd/pkg-descr b/print/libppd/pkg-descr deleted file mode 100644 index 944e5290a1d9..000000000000 --- a/print/libppd/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A library providing routines for ppd files diff --git a/print/libppd/pkg-plist b/print/libppd/pkg-plist deleted file mode 100644 index 51872ce9b975..000000000000 --- a/print/libppd/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/ppdfilt -include/ppd.h -include/ppdenums.h -include/ppdmacros.h -lib/libppd.a -lib/libppd.so -lib/libppd.so.1 -lib/libppd.so.1.0.1 -share/postscript/ppd/generic-printer.ppd -man/man1/ppdfilt.1.gz -man/man3/ppd_check_option_is_marked.3.gz -man/man3/ppd_emit_to_file.3.gz -man/man3/ppd_file_free.3.gz -man/man3/ppd_file_new.3.gz -man/man3/ppd_find_choice.3.gz -man/man3/ppd_get_num_conflicts.3.gz -man/man3/ppd_get_page_length.3.gz diff --git a/print/lpr-wrapper/Makefile b/print/lpr-wrapper/Makefile deleted file mode 100644 index 40b8b66175ea..000000000000 --- a/print/lpr-wrapper/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: e-masson@kisoft-services.com -# $FreeBSD$ - -PORTNAME= lpr-wrapper -PORTVERSION= 0.7 -PORTREVISION= 4 -CATEGORIES= print -MASTER_SITES= http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= User level printer frontend - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -RUN_DEPENDS= bash:shells/bash \ - ppdfilt:print/libppd \ - psdim:print/psdim \ - mpage:print/mpage \ - pstops:print/psutils - -USES= ghostscript:run shebangfix -SHEBANG_FILES= lpr-wrapper.in lpr-wrapper-cups.in lpr-wrapper-features -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -PLIST_FILES= bin/lpr-wrapper bin/lpr-wrapper-cups bin/lpr-wrapper-features - -.include <bsd.port.mk> diff --git a/print/lpr-wrapper/distinfo b/print/lpr-wrapper/distinfo deleted file mode 100644 index 6a0963818275..000000000000 --- a/print/lpr-wrapper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (lpr-wrapper-0.7.tar.gz) = 72fd4e6ce70eb1510b43d15ff5a84a1c88a69f28335d0672b25e514019e5d3f9 -SIZE (lpr-wrapper-0.7.tar.gz) = 67365 diff --git a/print/lpr-wrapper/files/patch-lpr-wrapper-cups.in b/print/lpr-wrapper/files/patch-lpr-wrapper-cups.in deleted file mode 100644 index 587db6947f91..000000000000 --- a/print/lpr-wrapper/files/patch-lpr-wrapper-cups.in +++ /dev/null @@ -1,39 +0,0 @@ ---- lpr-wrapper-cups.in.orig 2011-12-28 22:04:02.000000000 +0100 -+++ lpr-wrapper-cups.in 2011-12-28 22:05:03.000000000 +0100 -@@ -88,7 +88,7 @@ - prefix=@prefix@ - - # global options file --SYST_CONFIG=/etc/lprrc -+SYST_CONFIG=@prefix@/etc/lprrc - - # user's options file - USER_CONFIG=.lprrc -@@ -464,17 +464,17 @@ - OPTSTRING=o:P:#:K:C:J:T:U:i:1:2:3:4:w:cdfghlnmprstv - LONGOPTS=help,version,verbose,test,ppd:,tmpdir: - --if [ "$HAVE_getopt" ]; then -- OPTIONS=`getopt -n $NAME -s bash -l $LONGOPTS -o $OPTSTRING -- $XOPTS "$@"` -- if [ $? != 0 ]; then -- echo "Try --help for more information" > /dev/stderr -- exit 1 -- fi -- eval set -- "$OPTIONS" -- dopts "$@" --else -+#if [ "$HAVE_getopt" ]; then -+# OPTIONS=`getopt -n $NAME -s bash -l $LONGOPTS -o $OPTSTRING -- $XOPTS "$@"` -+# if [ $? != 0 ]; then -+# echo "Try --help for more information" > /dev/stderr -+# exit 1 -+# fi -+# eval set -- "$OPTIONS" -+# dopts "$@" -+#else - dopts $XOPTS "$@" --fi -+#fi - - #if no printer given (as option or through environment), use default - if [ -z "$PRINTER" ]; then diff --git a/print/lpr-wrapper/files/patch-lpr-wrapper.in b/print/lpr-wrapper/files/patch-lpr-wrapper.in deleted file mode 100644 index 9c4e013ef967..000000000000 --- a/print/lpr-wrapper/files/patch-lpr-wrapper.in +++ /dev/null @@ -1,39 +0,0 @@ ---- lpr-wrapper.in.orig 2011-07-15 13:17:49.000000000 +0800 -+++ lpr-wrapper.in 2011-07-15 13:18:56.000000000 +0800 -@@ -90,7 +90,7 @@ - prefix=@prefix@ - - # global options file --SYST_CONFIG=/etc/lprrc -+SYST_CONFIG=@prefix@/etc/lprrc - - # user's options file - USER_CONFIG=.lprrc -@@ -465,17 +465,17 @@ - OPTSTRING=o:P:#:K:C:J:T:U:i:1:2:3:4:w:cdfghlnmprstv - LONGOPTS=help,version,verbose,test,ppd:,tmpdir: - --if [ "$HAVE_getopt" ]; then -- OPTIONS=`getopt -n $NAME -s bash -l $LONGOPTS -o $OPTSTRING -- $XOPTS "$@"` -- if [ $? != 0 ]; then -- echo "Try --help for more information" > /dev/stderr -- exit 1 -- fi -- eval set -- "$OPTIONS" -- dopts "$@" --else -+#if [ "$HAVE_getopt" ]; then -+# OPTIONS=`getopt -n $NAME -s bash -l $LONGOPTS -o $OPTSTRING -- $XOPTS "$@"` -+# if [ $? != 0 ]; then -+# echo "Try --help for more information" > /dev/stderr -+# exit 1 -+# fi -+# eval set -- "$OPTIONS" -+# dopts "$@" -+#else - dopts $XOPTS "$@" --fi -+#fi - - #if no printer given (as option or through environment), use default - if [ -z "$PRINTER" ]; then diff --git a/print/lpr-wrapper/pkg-descr b/print/lpr-wrapper/pkg-descr deleted file mode 100644 index c4fd194efb38..000000000000 --- a/print/lpr-wrapper/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A user level printer frontend - -WWW: http://www.mathstat.dal.ca/~selinger/lpr-wrapper/ |