From efd62942198ea404d0134a5d56a238288d05da63 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 11 Sep 2002 00:01:28 +0000 Subject: Initial import of hpijs-1.2.2. HPIJS implements a IJS server for IJS clients such as GNU Ghostscript, and provides printing support for more than 150 printer models, including DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet models. --- print/hpijs/DESCR | 4 ++++ print/hpijs/Makefile | 14 ++++++++++++++ print/hpijs/PLIST | 5 +++++ print/hpijs/distinfo | 5 +++++ print/hpijs/patches/patch-aa | 13 +++++++++++++ 5 files changed, 41 insertions(+) create mode 100644 print/hpijs/DESCR create mode 100644 print/hpijs/Makefile create mode 100644 print/hpijs/PLIST create mode 100644 print/hpijs/distinfo create mode 100644 print/hpijs/patches/patch-aa (limited to 'print/hpijs') diff --git a/print/hpijs/DESCR b/print/hpijs/DESCR new file mode 100644 index 00000000000..465a1e3ea05 --- /dev/null +++ b/print/hpijs/DESCR @@ -0,0 +1,4 @@ +HPIJS implements a IJS server for IJS clients such as GNU Ghostscript, +and provides printing support for more than 150 printer models, including +DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet +models. diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile new file mode 100644 index 00000000000..dcc65cb2c33 --- /dev/null +++ b/print/hpijs/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/11 00:01:28 jlam Exp $ + +DISTNAME= hpijs-1.2.2 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/} + +MAINTAINER= jlam@netbsd.org +COMMENT= HP inkjet printer driver server +HOMEPAGE= http://hpinkjet.sourceforge.net/ + +USE_BUILDLINK2= # defined +GNU_CONFIGURE= # defined + +.include "../../mk/bsd.pkg.mk" diff --git a/print/hpijs/PLIST b/print/hpijs/PLIST new file mode 100644 index 00000000000..1dd6a889837 --- /dev/null +++ b/print/hpijs/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/11 00:01:29 jlam Exp $ +bin/hpijs +share/doc/html/hpijs/gs_hpijs.png +share/doc/html/hpijs/hpijs_readme.html +@dirrm share/doc/html/hpijs diff --git a/print/hpijs/distinfo b/print/hpijs/distinfo new file mode 100644 index 00000000000..2e57d2f8395 --- /dev/null +++ b/print/hpijs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/11 00:01:28 jlam Exp $ + +SHA1 (hpijs-1.2.2.tar.gz) = dbedc99d96fdac5bd3cfe6204ad94119bae0113c +Size (hpijs-1.2.2.tar.gz) = 302285 bytes +SHA1 (patch-aa) = b7b5e892205fe901baad1d77a0b97cf80314581b diff --git a/print/hpijs/patches/patch-aa b/print/hpijs/patches/patch-aa new file mode 100644 index 00000000000..da79e650394 --- /dev/null +++ b/print/hpijs/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/11 00:01:29 jlam Exp $ + +--- Makefile.in.orig Tue Sep 10 16:50:09 2002 ++++ Makefile.in +@@ -64,7 +64,7 @@ MAKEINFO = @MAKEINFO@ + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ + +-docdir = $(datadir)/doc/$(distdir) ++docdir = $(datadir)/doc/html/@PACKAGE@ + + bin_PROGRAMS = hpijs + hpijs_SOURCES = hpijs.cpp ijs_server.c ijs.c ijs_exec_unix.c models.cpp breaks_open.cpp dj9xxvip.cpp dj9xx.cpp capture.cpp colormatch.cpp colormatcher_open.cpp compression.cpp context.cpp create_so.cpp creator.cpp dj600.cpp dj630.cpp dj660.cpp dj690.cpp dj6xx.cpp dj8xx.cpp dj600_maps.cpp dj660_maps.cpp dj690_maps.cpp dj895_maps.cpp dj895_maps2.cpp dj970_maps.cpp dj970_maps2.cpp dj970_maps3.cpp filterhpa.cpp apollo21xx.cpp apollo2560.cpp apollo2xxx.cpp dj8x5.cpp psp100.cpp phobos_cmaps.cpp dj350.cpp halftoner.cpp halftoner_open.cpp globals.cpp header.cpp htmtxhi.cpp pmselect.cpp job.cpp printer.cpp registry.cpp scaler.cpp scaler_open.cpp script.cpp systemservices.cpp services.cpp translator.cpp version.cpp versioncode.cpp hpijs97.cpp djgenericvip.cpp dj540.cpp dj850.cpp dj850_maps.cpp dj890.cpp apollo21xx.h apollo2560.h apollo2xxx.h colormatch.h colormatcher_open.h compression.h config.h context.h dj350.h dj400.h dj540.h dj600.h dj630.h dj660.h dj690.h dj6xx.h dj8x5.h dj8xx.h dj850.h dj890.h dj9xx.h dj9xxvip.h ernieplatform.h filterhpa.h global_types.h halftoner.h font.h debug.h halftoner_open.h header.h hpijs.h hpijs97.h hpprint_c_api.h hpprintapi.h hptypes.h htfed.h ijs.h ijs_server.h internal.h interp.h interp_data_50.h io_defs.h job.h models.h modes.h platform.h pmselect.h printer.h psp100.h resources.h scaler_open.h scaler_prop.h script.h services.h systemservices.h unistd_.h ijs_client.h djgenericvip.h ljmono.h ljmono.cpp -- cgit v1.2.3