diff options
Diffstat (limited to 'print/envelope')
-rw-r--r-- | print/envelope/Makefile | 48 | ||||
-rw-r--r-- | print/envelope/distinfo | 3 | ||||
-rw-r--r-- | print/envelope/files/patch-samplerc | 12 | ||||
-rw-r--r-- | print/envelope/pkg-descr | 1 | ||||
-rw-r--r-- | print/envelope/pkg-message | 10 | ||||
-rw-r--r-- | print/envelope/pkg-plist | 30 |
6 files changed, 0 insertions, 104 deletions
diff --git a/print/envelope/Makefile b/print/envelope/Makefile deleted file mode 100644 index fdd77ec31f44..000000000000 --- a/print/envelope/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# ex:ts=8 -# -# New ports collection makefile for: envelope -# Date created: 2002/03/24 -# Whom: Alan Eldridge alane@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= envelope -PORTVERSION= 1.0.0 -CATEGORIES= print -MASTER_SITES= http://freefall.homeip.net/code/envelope/ -DISTNAME= ${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Command-line Postscript envelope printer - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -NO_BUILD= yes -USE_PERL5= yes -NO_WRKSUBDIR= yes - -PLIST_SUB+= DOCSDIR=${DOCSDIR:S@^${PREFIX}/@@} -PLIST_SUB+= EXAMPLESDIR=${EXAMPLESDIR:S@^${PREFIX}/@@} - -post-patch: - @${REINPLACE_CMD} -e 's@/usr/bin/perl@${PERL}@' ${WRKDIR}/envelope - -do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/envelope ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/config - @cd ${WRKDIR}; ${INSTALL_DATA} samplerc INSTALL ReadMe ${DOCSDIR} - @cd ${WRKDIR}/examples; \ - ${INSTALL_DATA} normal returnaddress shipping_label \ - simple with_config with_font_info with_options \ - ${EXAMPLESDIR} - @cd ${WRKDIR}/examples; ${INSTALL_DATA} config/* ${EXAMPLESDIR}/config -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/print/envelope/distinfo b/print/envelope/distinfo deleted file mode 100644 index 95033058ed30..000000000000 --- a/print/envelope/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (envelope_1.0.0.tgz) = f02702b7958db2035beeb42a8f2b155e -SHA256 (envelope_1.0.0.tgz) = 1b2db948cee426cf08e21848a6a844357addf16d9346a9dc6a4d10f75089a720 -SIZE (envelope_1.0.0.tgz) = 7202 diff --git a/print/envelope/files/patch-samplerc b/print/envelope/files/patch-samplerc deleted file mode 100644 index 3f52f082daa9..000000000000 --- a/print/envelope/files/patch-samplerc +++ /dev/null @@ -1,12 +0,0 @@ ---- samplerc.orig Mon Jan 29 22:20:06 2001 -+++ samplerc Sat May 18 00:33:08 2002 -@@ -25,6 +25,9 @@ - $feedcenter = $normalwidth/2 - $eheight/2 - - $leftmargin = 0.25 -+# if you use a program (like kprinter) that tells the printer -+# to expect an envelope of the correct size, do not add the $feed* -+# offset to $topmargin. - $topmargin = 0.30 + $feedcenter - - diff --git a/print/envelope/pkg-descr b/print/envelope/pkg-descr deleted file mode 100644 index 1dc263f5d5af..000000000000 --- a/print/envelope/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Configurable command-line envelope printer which outputs Postscript. diff --git a/print/envelope/pkg-message b/print/envelope/pkg-message deleted file mode 100644 index a9a48734cf80..000000000000 --- a/print/envelope/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -====================================================================== -NOTE: In order to use this program, you will need to copy the -file ${PREFIX}/share/doc/envelope/samplerc to ~/.enveloperc. - -You may then modify ~/.enveloperc according to the instructions in -the file. - -Additional configuration examples can be found in the directory -${PREFIX}/share/examples/envelope. -====================================================================== diff --git a/print/envelope/pkg-plist b/print/envelope/pkg-plist deleted file mode 100644 index e88ebdc43c62..000000000000 --- a/print/envelope/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/envelope -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/ReadMe -%%PORTDOCS%%%%DOCSDIR%%/samplerc -%%PORTDOCS%%%%EXAMPLESDIR%%/config/8.625 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/datacard -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number10 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number10.5 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number11 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number12 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number14 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number5 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number6 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number6.25 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number6.75 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number7 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number7.5 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number7.75 -%%PORTDOCS%%%%EXAMPLESDIR%%/config/number9 -%%PORTDOCS%%%%EXAMPLESDIR%%/normal -%%PORTDOCS%%%%EXAMPLESDIR%%/returnaddress -%%PORTDOCS%%%%EXAMPLESDIR%%/shipping_label -%%PORTDOCS%%%%EXAMPLESDIR%%/simple -%%PORTDOCS%%%%EXAMPLESDIR%%/with_config -%%PORTDOCS%%%%EXAMPLESDIR%%/with_font_info -%%PORTDOCS%%%%EXAMPLESDIR%%/with_options -@comment dirs -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/config -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |