From 8d62d8f490313c3d51715b78cfbc2f8ecbab3124 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 13 Oct 2005 02:08:55 +0000 Subject: New Port : print/lpr-wrapper A user level printer frontend New port for lpr-wrapper, a user level printer frontend Contains required ports print/libppd & print/psdim PR: ports/80255 Submitted by: Eric Masson --- print/psdim/Makefile | 27 +++++++++++++++++++++++++++ print/psdim/distinfo | 2 ++ print/psdim/pkg-descr | 3 +++ print/psdim/pkg-plist | 1 + 4 files changed, 33 insertions(+) create mode 100644 print/psdim/Makefile create mode 100644 print/psdim/distinfo create mode 100644 print/psdim/pkg-descr create mode 100644 print/psdim/pkg-plist (limited to 'print/psdim') diff --git a/print/psdim/Makefile b/print/psdim/Makefile new file mode 100644 index 000000000000..01ba9055bfed --- /dev/null +++ b/print/psdim/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: psdim +# Date created: 22 Apr 2005 17:00:00 CEST +# Whom: e-masson@kisoft-services.com +# +# $FreeBSD$ +# + +PORTNAME= psdim +PORTVERSION= 1.4 +CATEGORIES= print +MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/ + +MAINTAINER= e-masson@kisoft-services.com +COMMENT= Utility that calculates the optimal placement of the pages for n-up printing + +# +# define WITH_GHOSTSCRIPT_AFPL=yes for AFPL Postscript interpreter +# instead of GNU one +# +USE_GHOSTSCRIPT_RUN= yes + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +MAN1= psdim.1 + +.include diff --git a/print/psdim/distinfo b/print/psdim/distinfo new file mode 100644 index 000000000000..efa73da5c236 --- /dev/null +++ b/print/psdim/distinfo @@ -0,0 +1,2 @@ +MD5 (psdim-1.4.tar.gz) = 1e953d81876b5423a535583188196584 +SIZE (psdim-1.4.tar.gz) = 99679 diff --git a/print/psdim/pkg-descr b/print/psdim/pkg-descr new file mode 100644 index 000000000000..12fd630139ef --- /dev/null +++ b/print/psdim/pkg-descr @@ -0,0 +1,3 @@ +Utility that calculates the optimal placement of the pages for n-up printing + +WWW: http://www.mathstat.dal.ca/~selinger/psdim/ diff --git a/print/psdim/pkg-plist b/print/psdim/pkg-plist new file mode 100644 index 000000000000..7ff071036b50 --- /dev/null +++ b/print/psdim/pkg-plist @@ -0,0 +1 @@ +bin/psdim -- cgit v1.2.3