aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
commitc3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch)
treee774af268961483556ceccc49ef1a585f2e45ce0 /print
parentb701e182a654c26eba0d8736d26c90cc1ffc7811 (diff)
downloadports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.tar.gz
ports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/epsmerge/Makefile52
-rw-r--r--print/epsmerge/distinfo2
-rw-r--r--print/epsmerge/files/epsmerge2
-rw-r--r--print/epsmerge/pkg-descr10
-rw-r--r--print/epsmerge/pkg-plist14
6 files changed, 0 insertions, 81 deletions
diff --git a/print/Makefile b/print/Makefile
index 3f46b46fa007..a1601db9fe14 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -59,7 +59,6 @@
SUBDIR += enscript-letter
SUBDIR += enscript-letterdj
SUBDIR += enscriptfonts
- SUBDIR += epsmerge
SUBDIR += epsonepl
SUBDIR += es-acroread8
SUBDIR += fi-acroread8
diff --git a/print/epsmerge/Makefile b/print/epsmerge/Makefile
deleted file mode 100644
index 5eca8e2cebcb..000000000000
--- a/print/epsmerge/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: epsmerge
-# Date created: Nov 30, 2003
-# Whom: Bruce M Simpson <bms@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epsmerge
-PORTVERSION= 2.2.2
-CATEGORIES= print
-MASTER_SITES= http://home.clara.net/nox/software/epsmerge/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Merge multiple EPS files into one EPS or PS file
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-USE_PERL5= yes
-USE_SUBMAKE= yes
-NO_BUILD= yes
-
-MAN1= epsmerge.1
-
-EPSMERGELIBDIR= ${PREFIX}/lib/${PORTNAME}
-
-LIBFILES= Cell.pm CellFactory.pm Driver.pm Eps.pm Formatter.pm \
- Io.pm MainCell.pm Options.pm
-
-do-install:
- ${MKDIR} ${EPSMERGELIBDIR}
-.for libfile in ${LIBFILES}
- ${INSTALL_SCRIPT} ${WRKSRC}/lib/${libfile} ${EPSMERGELIBDIR}
-.endfor
- ${INSTALL_SCRIPT} ${WRKSRC}/epsmerge ${EPSMERGELIBDIR}
- ${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL5}|g' \
- ${EPSMERGELIBDIR}/epsmerge
- ${RM} ${EPSMERGELIBDIR}/epsmerge.bak
- ${INSTALL_SCRIPT} ${FILESDIR}/epsmerge ${PREFIX}/bin
- ${REINPLACE_CMD} -e 's|%%EPSMERGELIBDIR%%|${EPSMERGELIBDIR}|g' \
- ${PREFIX}/bin/epsmerge
- ${RM} ${PREFIX}/bin/epsmerge.bak
-.if !defined(NO_INSTALL_MANPAGES)
- ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${PREFIX}/man/man1
-.endif
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.txt ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.html ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/print/epsmerge/distinfo b/print/epsmerge/distinfo
deleted file mode 100644
index f07d01a292bd..000000000000
--- a/print/epsmerge/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (epsmerge-2.2.2.tar.gz) = 40bb584f265c9eae038cfa22dadf947504d0916e7522424570462f0103191691
-SIZE (epsmerge-2.2.2.tar.gz) = 65685
diff --git a/print/epsmerge/files/epsmerge b/print/epsmerge/files/epsmerge
deleted file mode 100644
index 87b06fa82280..000000000000
--- a/print/epsmerge/files/epsmerge
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec perl -w -I%%EPSMERGELIBDIR%% %%EPSMERGELIBDIR%%/epsmerge "$@"
diff --git a/print/epsmerge/pkg-descr b/print/epsmerge/pkg-descr
deleted file mode 100644
index f0ad55fde88d..000000000000
--- a/print/epsmerge/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-epsmerge is a perl program for merging EPS (Encapsulated Postscript)
-files into one bigger EPS file. It does this by reading the files
-and arranging them in rows (or columns), squeezing them together
-so that they all fit. It can squeeze in several ways: uniformly,
-preserving aspect ratios, preserving the relative sizes of the
-images, etc. It can also be used to format a single EPS file on a
-paper which can then be sent to a printer. There are options to put
-labels over or under the images.
-
-WWW: http://home.clara.net/nox/software/epsmerge/
diff --git a/print/epsmerge/pkg-plist b/print/epsmerge/pkg-plist
deleted file mode 100644
index 4906a737cab2..000000000000
--- a/print/epsmerge/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-lib/epsmerge/Options.pm
-lib/epsmerge/MainCell.pm
-lib/epsmerge/Io.pm
-lib/epsmerge/Formatter.pm
-lib/epsmerge/Eps.pm
-lib/epsmerge/Driver.pm
-lib/epsmerge/CellFactory.pm
-lib/epsmerge/Cell.pm
-lib/epsmerge/epsmerge
-@dirrm lib/epsmerge
-bin/epsmerge
-%%PORTDOCS%%%%DOCSDIR%%/epsmerge.txt
-%%PORTDOCS%%%%DOCSDIR%%/epsmerge.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%