mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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 <e-masson@kisoft-services.com>
This commit is contained in:
parent
f56e5b6759
commit
8d62d8f490
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145185
@ -237,6 +237,7 @@
|
||||
SUBDIR += pnm2ppa
|
||||
SUBDIR += poster
|
||||
SUBDIR += pscal
|
||||
SUBDIR += psdim
|
||||
SUBDIR += pslib
|
||||
SUBDIR += psmark
|
||||
SUBDIR += pstotext
|
||||
|
27
print/psdim/Makefile
Normal file
27
print/psdim/Makefile
Normal file
@ -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 <bsd.port.mk>
|
2
print/psdim/distinfo
Normal file
2
print/psdim/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (psdim-1.4.tar.gz) = 1e953d81876b5423a535583188196584
|
||||
SIZE (psdim-1.4.tar.gz) = 99679
|
3
print/psdim/pkg-descr
Normal file
3
print/psdim/pkg-descr
Normal file
@ -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/
|
1
print/psdim/pkg-plist
Normal file
1
print/psdim/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/psdim
|
Loading…
Reference in New Issue
Block a user