aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-07-15 05:09:55 +0800
committerbapt <bapt@FreeBSD.org>2015-07-15 05:09:55 +0800
commita03891b741852a39ed49d208f0f9babc4c9b7e8c (patch)
treefeec3abdcba13237d6b07638918562bfb7597cbd /print
parent5c4acf3598fd67199bea7d94abcf02763e523343 (diff)
downloadfreebsd-ports-gnome-a03891b741852a39ed49d208f0f9babc4c9b7e8c.tar.gz
freebsd-ports-gnome-a03891b741852a39ed49d208f0f9babc4c9b7e8c.tar.zst
freebsd-ports-gnome-a03891b741852a39ed49d208f0f9babc4c9b7e8c.zip
Remove a printer configuration tool that is not usable anymore
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/pup/Makefile32
-rw-r--r--print/pup/distinfo2
-rw-r--r--print/pup/pkg-descr14
4 files changed, 0 insertions, 49 deletions
diff --git a/print/Makefile b/print/Makefile
index 1cc9603191a0..b6b4db3ea357 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -186,7 +186,6 @@
SUBDIR += pslib
SUBDIR += pstotext
SUBDIR += psutils
- SUBDIR += pup
SUBDIR += py-cups
SUBDIR += py-fonttools
SUBDIR += py-pdf
diff --git a/print/pup/Makefile b/print/pup/Makefile
deleted file mode 100644
index b20bab0f4881..000000000000
--- a/print/pup/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Klaus Goger <klaus.goger@reflex.at>
-# $FreeBSD$
-
-PORTNAME= pup
-PORTVERSION= 1.1
-PORTREVISION= 5
-CATEGORIES= print
-MASTER_SITES= SF
-DISTNAME= ${PORTNAME}_${PORTVERSION}_src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK+ printer setup and maintaining tool
-
-WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
-
-USE_GNOME= gtk12
-
-PLIST_FILES= bin/pup
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's| =| ?=| ; \
- s|$$(CC) $$(SRCS)|$$(CC) $$(CFLAGS) $$(SRCS)| ; \
- s|gtk-config|$$(GTK_CONFIG)|' ${WRKSRC}/Makefile
-.for i in lexgui.c build_choices.c proutines.c
- @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/${i}
-.endfor
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} pup ${STAGEDIR}${PREFIX}/bin)
-
-.include <bsd.port.mk>
diff --git a/print/pup/distinfo b/print/pup/distinfo
deleted file mode 100644
index 5ecfe6e4d28f..000000000000
--- a/print/pup/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pup_1.1_src.tar.gz) = ecccdf473424c2af71e6cfc32f5e76e992dd9de45cacb4df12230ea3a3c65e30
-SIZE (pup_1.1_src.tar.gz) = 186281
diff --git a/print/pup/pkg-descr b/print/pup/pkg-descr
deleted file mode 100644
index e167a250e2c1..000000000000
--- a/print/pup/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Pup (Printer Utility Program) is a GUI utility for maintaining your printer.
-
-Supports following printers
- * Lexmark Optra Color 40
- Color 45
- E310
- * HP 2100M
- 4000
- LJ4 Plus
-
-With read back additionally all PJL printers are supported.
-see lptcontrol(8)
-
-WWW: http://pup.sourceforge.net/