From 7399093dadd4054e50250ddbcba13a87e0f4fd4b Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 22 Feb 2004 17:34:49 +0000 Subject: update hpijs package to latest 1.5 version Full list of changes since previously packaged version 1.3 is available at: http://hpinkjet.sourceforge.net/updates.php Briefly: * many more recent printer models supported * added foomatic PPD files * added 4KB output buffering to improve USB performance * various improvements for DJ3320 and DJ9xx * fixed a Deskjet 5550 problem with odd page duplex jobs * documented new Photo mode for VIP printers with no auto media detection. * added support for custom paper size, removed (now redundant) 3425-COVER paper size * added Printable Area documentation * fixed a Officejet hang problem (ie: Officejet 500/600/700 and PSC 300). Package update submitted in PR pkg/24526 by Paul Shupak Package also updated to do the install step itself, and removed the now unneded patch. --- print/hpijs/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'print/hpijs/Makefile') diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index 15bca0f3bdf..72bf0dd600d 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2003/09/17 19:41:31 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/22 17:34:49 jdolecek Exp $ -DISTNAME= hpijs-1.3 +DISTNAME= hpijs-1.5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/} @@ -20,4 +20,13 @@ CPPFLAGS+= -DAPDK_BUFFER_SEND USE_PKGSRC_GCC= # defined .endif +do-install: + ${INSTALL_DATA_DIR} ${LOCALBASE}/share/ppd + ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/html/hpijs + cd ${WRKSRC} && ${CP} hpijs ${LOCALBASE}/bin/hpijs + cd ${WRKSRC} && ${CP} hpijs_readme.html gs_hpijs.png \ + ${LOCALBASE}/share/doc/html/hpijs/ + cd ${WRKSRC} && ${CP} ppd/HP* ${LOCALBASE}/share/ppd/ + ${GZIP_CMD} ${LOCALBASE}/share/ppd/HP*.ppd + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3