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.
This commit is contained in:
parent
81221d71bc
commit
c185f4bf97
5 changed files with 41 additions and 0 deletions
4
print/hpijs/DESCR
Normal file
4
print/hpijs/DESCR
Normal file
|
@ -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.
|
14
print/hpijs/Makefile
Normal file
14
print/hpijs/Makefile
Normal file
|
@ -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"
|
5
print/hpijs/PLIST
Normal file
5
print/hpijs/PLIST
Normal file
|
@ -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
|
5
print/hpijs/distinfo
Normal file
5
print/hpijs/distinfo
Normal file
|
@ -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
|
13
print/hpijs/patches/patch-aa
Normal file
13
print/hpijs/patches/patch-aa
Normal file
|
@ -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
|
Loading…
Reference in a new issue