diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-02-22 17:34:49 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-02-22 17:34:49 +0000 |
commit | 7399093dadd4054e50250ddbcba13a87e0f4fd4b (patch) | |
tree | 988d0f43d272a2c33e3b228739eb599273b81706 /print/hpijs/Makefile | |
parent | c8a5dfddcc68857c3769b5838399a4972fca6184 (diff) | |
download | pkgsrc-7399093dadd4054e50250ddbcba13a87e0f4fd4b.tar.gz |
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.
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r-- | print/hpijs/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
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" |