diff options
author | jlam <jlam> | 2003-05-28 08:25:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-05-28 08:25:06 +0000 |
commit | 77f34f5c33a8b24456ef5cef36db2fe3e79b198b (patch) | |
tree | b056310d01e68d78e03450ceb42cfcafc08c2073 | |
parent | 536e12d97b443a45310bcbd7615de7fce68c88de (diff) | |
download | pkgsrc-77f34f5c33a8b24456ef5cef36db2fe3e79b198b.tar.gz |
Initial import of adobeps-win-1.0.6:
Adobe PostScript printer drivers for MS Windows 9x/NT to use CUPS as a
networked PostScript RIP (raster image processor), handling printfiles
from all client platforms in a uniform way, and enabling clients to
consolidate on a single PostScript driver, even for many different target
printers.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | print/adobeps-win/DESCR | 8 | ||||
-rw-r--r-- | print/adobeps-win/Makefile | 42 | ||||
-rw-r--r-- | print/adobeps-win/PLIST | 11 | ||||
-rw-r--r-- | print/adobeps-win/distinfo | 4 |
5 files changed, 67 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 147f5dd5d58..fdc2b2515e9 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2346 2003/05/28 07:27:56 agc Exp $ +$NetBSD: CHANGES,v 1.2347 2003/05/28 08:26:30 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2185,3 +2185,4 @@ Changes to the packages collection and infrastructure in 2003: Added mbmon-201 [agc 2003-05-28] Updated mldonkey to 2.5.0nb1 [wiz 2003-05-28] Added xmbmon-201 [agc 2003-05-28] + Added adobeps-win-1.0.6 [jlam 2003-05-28] diff --git a/print/adobeps-win/DESCR b/print/adobeps-win/DESCR new file mode 100644 index 00000000000..6700855b858 --- /dev/null +++ b/print/adobeps-win/DESCR @@ -0,0 +1,8 @@ +Adobe PostScript printer drivers for MS Windows 9x/NT to use CUPS as a +networked PostScript RIP (raster image processor), handling printfiles +from all client platforms in a uniform way, and enabling clients to +consolidate on a single PostScript driver, even for many different target +printers. + +Please see the Samba and CUPS documentation for more information on how +to set this up. diff --git a/print/adobeps-win/Makefile b/print/adobeps-win/Makefile new file mode 100644 index 00000000000..b05d1964294 --- /dev/null +++ b/print/adobeps-win/Makefile @@ -0,0 +1,42 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/28 08:25:06 jlam Exp $ + +DISTNAME= winsteng +PKGNAME= adobeps-win-1.0.6 +CATEGORIES= print +MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/ +EXTRACT_SUFX= .exe + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.adobe.com/products/printerdrivers/windows.html +COMMENT= Adobe PostScript MS Windows drivers for CUPS/Samba + +BUILD_DEPENDS+= cabextract-[0-9]*:../../archivers/cabextract + +DIST_SUBDIR= ${PKGNAME_NOREV} +WRKSRC= ${WRKDIR} +EXTRACT_CMD= ${LOCALBASE}/bin/cabextract ${DOWNLOADED_DISTFILE} +NO_CONFIGURE= yes +NO_BUILD= yes + +NTFILES= ADOBEPS5.DLL ADOBEPSU.DLL ADOBEPSU.HLP DEFPRTR2.PPD +9XFILES= ADFONTS.MFM ADOBEPS4.DRV ADOBEPS4.HLP ICONLIB.DLL PSMON.DLL +DRIVERDIR= ${PREFIX}/share/cups/drivers + +post-extract: + cd ${WRKSRC}; for dir in WinNT Windows; do \ + ( cd $$dir; for file in *; do \ + cap=`${ECHO} $$file | ${TR} '[a-z]' '[A-Z]'`; \ + ${MV} $$file $$cap; \ + done ); \ + done + +do-install: + ${INSTALL_DATA_DIR} ${DRIVERDIR} + for file in ${NTFILES}; do \ + ${INSTALL_DATA} ${WRKSRC}/WinNT/$$file ${DRIVERDIR}; \ + done + for file in ${9XFILES}; do \ + ${INSTALL_DATA} ${WRKSRC}/Windows/$$file ${DRIVERDIR}; \ + done + +.include "../../mk/bsd.pkg.mk" diff --git a/print/adobeps-win/PLIST b/print/adobeps-win/PLIST new file mode 100644 index 00000000000..04c0fa9c6cd --- /dev/null +++ b/print/adobeps-win/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/28 08:25:06 jlam Exp $ +share/cups/drivers/ADFONTS.MFM +share/cups/drivers/ADOBEPS4.DRV +share/cups/drivers/ADOBEPS4.HLP +share/cups/drivers/ADOBEPS5.DLL +share/cups/drivers/ADOBEPSU.DLL +share/cups/drivers/ADOBEPSU.HLP +share/cups/drivers/DEFPRTR2.PPD +share/cups/drivers/ICONLIB.DLL +share/cups/drivers/PSMON.DLL +@unexec ${RMDIR} -p %D/share/cups/drivers 2>/dev/null || ${TRUE} diff --git a/print/adobeps-win/distinfo b/print/adobeps-win/distinfo new file mode 100644 index 00000000000..2d4b02cc731 --- /dev/null +++ b/print/adobeps-win/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/05/28 08:25:06 jlam Exp $ + +SHA1 (adobeps-win-1.0.6/winsteng.exe) = 1d5de340ec3e165cf56da87c20434ad077f2bb86 +Size (adobeps-win-1.0.6/winsteng.exe) = 7740765 bytes |