From 49cb8b48d6ed23d1dd750b3212aa6a6ea7e0c3bd Mon Sep 17 00:00:00 2001 From: lofi Date: Wed, 21 Sep 2005 14:33:21 +0000 Subject: Add foomatic-db-hpijs, foomatic data for the HPIJS printer drivers. --- print/Makefile | 1 + print/foomatic-db-hpijs/Makefile | 23 +++++++++++++++++++++++ print/foomatic-db-hpijs/distinfo | 2 ++ print/foomatic-db-hpijs/files/patch-configure | 11 +++++++++++ print/foomatic-db-hpijs/pkg-descr | 5 +++++ print/foomatic-db-hpijs/pkg-plist | 14 ++++++++++++++ 6 files changed, 56 insertions(+) create mode 100644 print/foomatic-db-hpijs/Makefile create mode 100644 print/foomatic-db-hpijs/distinfo create mode 100644 print/foomatic-db-hpijs/files/patch-configure create mode 100644 print/foomatic-db-hpijs/pkg-descr create mode 100644 print/foomatic-db-hpijs/pkg-plist diff --git a/print/Makefile b/print/Makefile index 56afbe61..eafd5f7 100644 --- a/print/Makefile +++ b/print/Makefile @@ -69,6 +69,7 @@ SUBDIR += fontforge SUBDIR += foomatic-db SUBDIR += foomatic-db-engine + SUBDIR += foomatic-db-hpijs SUBDIR += foomatic-filters SUBDIR += fpdf SUBDIR += freetype diff --git a/print/foomatic-db-hpijs/Makefile b/print/foomatic-db-hpijs/Makefile new file mode 100644 index 0000000..253b42f --- /dev/null +++ b/print/foomatic-db-hpijs/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: foomatic-db-hpijs +# Date created: 2005-09-17 +# Whom: Michael Nottebrock +# +# $FreeBSD$ +# + +PORTNAME= foomatic-db-hpijs +PORTVERSION= 1.4 +CATEGORIES= print +MASTER_SITES= http://www.linuxprinting.org/download/foomatic/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 + +MAINTAINER= lofi@FreeBSD.org +COMMENT= Foomatic data for the HPIJS printer drivers + +BUILD_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db +RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include diff --git a/print/foomatic-db-hpijs/distinfo b/print/foomatic-db-hpijs/distinfo new file mode 100644 index 0000000..2123a291 --- /dev/null +++ b/print/foomatic-db-hpijs/distinfo @@ -0,0 +1,2 @@ +MD5 (foomatic-db-hpijs-1.4-1.tar.gz) = 524e062489894daf6929c1591f7832b0 +SIZE (foomatic-db-hpijs-1.4-1.tar.gz) = 83326 diff --git a/print/foomatic-db-hpijs/files/patch-configure b/print/foomatic-db-hpijs/files/patch-configure new file mode 100644 index 0000000..21cd21a --- /dev/null +++ b/print/foomatic-db-hpijs/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Sep 17 02:25:59 2005 ++++ configure Sat Sep 17 02:26:04 2005 +@@ -522,7 +522,7 @@ + + + +-if [ x$sysconfdir == 'x${prefix}/etc' ]; then ++if [ x$sysconfdir = 'x${prefix}/etc' ]; then + sysconfdir=/etc + fi + diff --git a/print/foomatic-db-hpijs/pkg-descr b/print/foomatic-db-hpijs/pkg-descr new file mode 100644 index 0000000..438f8f5 --- /dev/null +++ b/print/foomatic-db-hpijs/pkg-descr @@ -0,0 +1,5 @@ +Foomatic data for the HP's HPIJS (http://hpinkjet.sourceforge.net) +printer drivers, to be added to the Foomatic database (package +foomatic-db). + +WWW: http://www.linuxprinting.org diff --git a/print/foomatic-db-hpijs/pkg-plist b/print/foomatic-db-hpijs/pkg-plist new file mode 100644 index 0000000..8e1cdb8 --- /dev/null +++ b/print/foomatic-db-hpijs/pkg-plist @@ -0,0 +1,14 @@ +share/foomatic/db/source/driver/hpijs.xml +share/foomatic/db/source/driver/hpijs-rss.xml +share/foomatic/db/source/opt/hpijs-Duplex.xml +share/foomatic/db/source/opt/hpijs-InputSlot.xml +share/foomatic/db/source/opt/hpijs-Model.xml +share/foomatic/db/source/opt/hpijs-PageSize.xml +share/foomatic/db/source/opt/hpijs-PrintoutMode.xml +share/foomatic/db/source/opt/hpijs-Quality.xml +share/foomatic/db/source/opt/hpijs-rss-Duplex.xml +share/foomatic/db/source/opt/hpijs-rss-InputSlot.xml +share/foomatic/db/source/opt/hpijs-rss-Model.xml +share/foomatic/db/source/opt/hpijs-rss-PageSize.xml +share/foomatic/db/source/opt/hpijs-rss-Resolution.xml + -- cgit v1.1