diff options
author | lofi <lofi@FreeBSD.org> | 2005-09-21 14:33:21 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-09-21 14:33:21 +0000 |
commit | 49cb8b48d6ed23d1dd750b3212aa6a6ea7e0c3bd (patch) | |
tree | 20212aabd6401c80be07893add2118c203141f7c /print | |
parent | d499350a28be052ba4d63cd41f1fa2e29603cf59 (diff) | |
download | FreeBSD-ports-49cb8b48d6ed23d1dd750b3212aa6a6ea7e0c3bd.zip FreeBSD-ports-49cb8b48d6ed23d1dd750b3212aa6a6ea7e0c3bd.tar.gz |
Add foomatic-db-hpijs, foomatic data for the HPIJS printer drivers.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/foomatic-db-hpijs/Makefile | 23 | ||||
-rw-r--r-- | print/foomatic-db-hpijs/distinfo | 2 | ||||
-rw-r--r-- | print/foomatic-db-hpijs/files/patch-configure | 11 | ||||
-rw-r--r-- | print/foomatic-db-hpijs/pkg-descr | 5 | ||||
-rw-r--r-- | print/foomatic-db-hpijs/pkg-plist | 14 |
6 files changed, 56 insertions, 0 deletions
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 <lofi@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 + |