aboutsummaryrefslogtreecommitdiff
path: root/print/wmlpq
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 22:23:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 22:23:47 +0000
commitcb6890b7266d2bb95f5ceb10f2770725670db763 (patch)
treeba32169bd94dd1a68fa7e27ab87c534bee605c93 /print/wmlpq
parent35cd057a462e6fff96ac2b4a8d8146e43e8304f1 (diff)
Remove unmaintained expired ports from print
2011-05-01 print/bjfilter360: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter850: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter850ug: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter860: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilter870: Upstream disapear and distfile is no more available 2011-05-01 print/bjfiltercom: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilters600: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilters630: Upstream disapear and distfile is no more available 2011-05-01 print/bjfilters6300: Upstream disapear and distfile is no more available 2011-05-01 print/bsd_lpr: Upstream disapear and distfile is no more available 2011-05-01 print/dvi2xx: Upstream disapear and distfile is no more available 2011-05-01 print/envelope: Upstream disapear and distfile is no more available 2011-05-01 print/pclprint: Upstream disapear and distfile is no more available 2011-05-01 print/psmark: Upstream disapear and distfile is no more available 2011-05-01 print/tipograf: Upstream disapear and distfile is no more available 2011-05-01 print/tr2latex: Upstream disapear and distfile is no more available 2011-05-01 print/wmlpq: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273414
Diffstat (limited to 'print/wmlpq')
-rw-r--r--print/wmlpq/Makefile40
-rw-r--r--print/wmlpq/distinfo3
-rw-r--r--print/wmlpq/files/patch-Makefile26
-rw-r--r--print/wmlpq/files/patch-sample.wmlpqrc38
-rw-r--r--print/wmlpq/pkg-descr15
-rw-r--r--print/wmlpq/pkg-message11
-rw-r--r--print/wmlpq/pkg-plist6
7 files changed, 0 insertions, 139 deletions
diff --git a/print/wmlpq/Makefile b/print/wmlpq/Makefile
deleted file mode 100644
index 43ff4d018d11..000000000000
--- a/print/wmlpq/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: wmlpq
-# Date created: Thu Jul 5 14:43:55 EDT 2001
-# Whom: Patrick Li <pat@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wmlpq
-PORTVERSION= 0.2.1
-PORTREVISION= 3
-CATEGORIES= print windowmaker
-MASTER_SITES= http://www.ur.uklinux.net/wmlpq/dl/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Print queue monitoring dockapp for Window Maker
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_XORG= xpm
-
-MAN1= ${PORTNAME}.1x
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1x ${PREFIX}/man/man1
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
- @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
- @${INSTALL_DATA} ${WRKSRC}/sample.wmlpqrc ${PREFIX}/share/examples/${PORTNAME}
- @${INSTALL_DATA} ${WRKSRC}/wmlpqrc ${PREFIX}/share/examples/${PORTNAME}
-.endif #NOPORTDOCS
- @${SED} -e "s|/usr/X11R6|${PREFIX}|" ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/print/wmlpq/distinfo b/print/wmlpq/distinfo
deleted file mode 100644
index 48c7f671faab..000000000000
--- a/print/wmlpq/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (wmlpq_0.2.1.tar.gz) = 9ac9b52ea1394ab39b1b3320ce726b75
-SHA256 (wmlpq_0.2.1.tar.gz) = 6dba6ed7b61baa6060f4646a230477970dec2fd06d01dab7dbdf064bed348e83
-SIZE (wmlpq_0.2.1.tar.gz) = 15180
diff --git a/print/wmlpq/files/patch-Makefile b/print/wmlpq/files/patch-Makefile
deleted file mode 100644
index d7c64c46a449..000000000000
--- a/print/wmlpq/files/patch-Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.orig Wed Mar 28 00:19:12 2001
-+++ Makefile Mon Nov 27 00:14:57 2006
-@@ -1,13 +1,11 @@
--prefix=
--CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include
-+CPPFLAGS = -I$(LOCALBASE)/include -I/usr/local/include
- LIBS = -lXpm -lX11 -ldockapp
--LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib
--CFLAGS = -O2 -Wall
-+LDFLAGS = -L$(LOCALBASE)/lib -L/usr/local/lib
-+CFLAGS += -Wall
- DFLAGS = -ggdb3 -Wall
-
- wmlpq: wmlpq.c wmlpq-master.xpm
- cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c
-- strip wmlpq
-
- debug: wmlpq.c wmlpq-master.xpm
- cc $(DFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c
-@@ -23,6 +21,3 @@
- cp -f wmlpq.1x /usr/local/man/man1/
- chmod 644 /usr/local/man/man1/wmlpq.1x
-
--install-debian: wmlpq
-- cp -f wmlpq $(prefix)/usr/X11R6/bin/
-- chmod 755 $(prefix)/usr/X11R6/bin/wmlpq
diff --git a/print/wmlpq/files/patch-sample.wmlpqrc b/print/wmlpq/files/patch-sample.wmlpqrc
deleted file mode 100644
index 4468243f68d3..000000000000
--- a/print/wmlpq/files/patch-sample.wmlpqrc
+++ /dev/null
@@ -1,38 +0,0 @@
---- sample.wmlpqrc.orig Thu Jul 5 20:49:27 2001
-+++ sample.wmlpqrc Thu Jul 5 20:51:29 2001
-@@ -1,20 +1,19 @@
--
--lptype lpd # Can be lpd or lpsched as appropriate.
--queuecmd /usr/local/bin/lpq # Only necessary if your queuecommand is
-- # in a non-standard place, or if it needs
-- # some funny options.
-+lptype lpd # Can be lpd or lpsched as appropriate.
-+queuecmd /usr/bin/lpq # Only necessary if your queuecommand is
-+ # in a non-standard place, or if it needs
-+ # some funny options.
- # The above two options can also be specified on a per-queue basis if necessary.
-
--label.0 HP137 # The label which will appear in the dockapp.
--queuename.0 HP137 # The name of the printqueue. (May be of the
-- # form queue@host if you're using pdq or
-- # rlpr.)
--interval.0 30 # The checking interval in seconds.
-+label.0 HP137 # The label which will appear in the dockapp.
-+queuename.0 HP137 # The name of the printqueue. (May be of the
-+ # form queue@host if you're using pdq or
-+ # rlpr.)
-+interval.0 30 # The checking interval in seconds.
-
--label.1 dj248
--queuename.1 hp2000
--interval.1 30
-+label.1 dj248
-+queuename.1 hp2000
-+interval.1 30
-
--label.2 roma
--queuename.2 hproma
--interval.2 30
-+label.2 roma
-+queuename.2 hproma
-+interval.2 30
diff --git a/print/wmlpq/pkg-descr b/print/wmlpq/pkg-descr
deleted file mode 100644
index a2ec9ef6dcdd..000000000000
--- a/print/wmlpq/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-wmlpq is a Windowmaker dockapp which monitors up to 5 printqueues,
-allowing you to see when your print job has finally been printed.
-This is useful when you work in a networked environment with several
-printers available, which are not in the same room; or (in some
-cases) the same country, and is easier than typing lpq every 30
-seconds.
-
-Currently it requires that you are running a print server that can
-emulate either BSD lpd or SysV lpsched. Experimental support for
-cups and pdq is now included. It will display 8 LEDs for each of
-up to 5 different printqueues; jobs are shown as green LEDs if
-owned by you, red if owned by somebody else, and they move to the
-left as they move up the queue.
-
-WWW: http://www.ur.uklinux.net/wmlpq/
diff --git a/print/wmlpq/pkg-message b/print/wmlpq/pkg-message
deleted file mode 100644
index 83cf5c0effda..000000000000
--- a/print/wmlpq/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-The wmlpq example configuration file has been installed to:
-
- (/usr/X11R6/share/examples/wmlpq/sample.wmlpqrc)
-
-Default configuration file that wmlpq looks for is ${HOME}/.wmlpqrc
-Follow the example configuration file and also dont forget to read
-the README file located at:
-
- (/usr/X11R6/share/doc/wmlpq/README)
-
-
diff --git a/print/wmlpq/pkg-plist b/print/wmlpq/pkg-plist
deleted file mode 100644
index 26b451aa704d..000000000000
--- a/print/wmlpq/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/wmlpq
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%share/examples/wmlpq/sample.wmlpqrc
-%%PORTDOCS%%share/examples/wmlpq/wmlpqrc
-%%PORTDOCS%%@dirrm share/examples/wmlpq
-%%PORTDOCS%%@dirrm %%DOCSDIR%%