Take maintainer (kili@ agrees).
While here: * regen PLIST * fmt(1) DESCR
This commit is contained in:
parent
58fde224e4
commit
f5a4e7121a
@ -1,13 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/06 13:46:27 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2011/07/06 16:07:16 ajacoutot Exp $
|
||||
|
||||
COMMENT = filter to convert PostScript or PDF to cups raster format
|
||||
|
||||
DISTNAME = gstoraster-1.03
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = print
|
||||
|
||||
HOMEPAGE = http://cupsaddons.sourceforge.net/
|
||||
|
||||
MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
@ -18,6 +21,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cupsaddons/filter-gstoraster/}
|
||||
|
||||
RUN_DEPENDS = print/ghostscript/gnu>=9.02
|
||||
|
||||
PKG_ARCH = *
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
@ -30,9 +34,8 @@ do-install:
|
||||
${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/cups/filter
|
||||
${INSTALL_SCRIPT} ${WRKDIST}/gstoraster ${PREFIX}/libexec/cups/filter
|
||||
cd ${PREFIX}/libexec/cups/filter && ln -s gstoraster pstoraster
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gstoraster
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/{doc,examples}/gstoraster
|
||||
${INSTALL_DATA} ${WRKDIST}/gstoraster.convs ${PREFIX}/share/examples/gstoraster
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gstoraster
|
||||
${INSTALL_DATA} ${WRKDIST}/gstoraster.pdf ${PREFIX}/share/doc/gstoraster
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,6 +5,6 @@ directive (Any interpreted as Plus90) and does the necessary
|
||||
transformation by ordinary PostScript means, thus bypassing the
|
||||
special CTM handling by Ghostscript's cups device (which is equivalent
|
||||
to Minus90).
|
||||
Currently, only the Landscape/Portrait orientation is handled,
|
||||
forcing the output to the orientation specified by the PPD default
|
||||
page size. Any fit-to-page scaling is not yet implemented.
|
||||
Currently, only the Landscape/Portrait orientation is handled, forcing
|
||||
the output to the orientation specified by the PPD default page size
|
||||
Any fit-to-page scaling is not yet implemented.
|
||||
|
@ -1,9 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/06 13:46:27 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/07/06 16:07:16 ajacoutot Exp $
|
||||
@conflict ghostscript-<9.02
|
||||
@pkgpath print/ghostscript/gnu
|
||||
@newgroup _cups:541
|
||||
libexec/cups/
|
||||
libexec/cups/filter/
|
||||
libexec/cups/filter/gstoraster
|
||||
libexec/cups/filter/pstoraster
|
||||
share/doc/gstoraster/
|
||||
|
Loading…
x
Reference in New Issue
Block a user