Add foomatic-db-hpijs, foomatic data for the HPIJS printer drivers.
This commit is contained in:
parent
a301112a1d
commit
230c0b2237
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143289
6 changed files with 56 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
SUBDIR += fontforge
|
||||
SUBDIR += foomatic-db
|
||||
SUBDIR += foomatic-db-engine
|
||||
SUBDIR += foomatic-db-hpijs
|
||||
SUBDIR += foomatic-filters
|
||||
SUBDIR += fpdf
|
||||
SUBDIR += freetype
|
||||
|
|
23
print/foomatic-db-hpijs/Makefile
Normal file
23
print/foomatic-db-hpijs/Makefile
Normal file
|
@ -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>
|
2
print/foomatic-db-hpijs/distinfo
Normal file
2
print/foomatic-db-hpijs/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (foomatic-db-hpijs-1.4-1.tar.gz) = 524e062489894daf6929c1591f7832b0
|
||||
SIZE (foomatic-db-hpijs-1.4-1.tar.gz) = 83326
|
11
print/foomatic-db-hpijs/files/patch-configure
Normal file
11
print/foomatic-db-hpijs/files/patch-configure
Normal file
|
@ -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
|
||||
|
5
print/foomatic-db-hpijs/pkg-descr
Normal file
5
print/foomatic-db-hpijs/pkg-descr
Normal file
|
@ -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
|
14
print/foomatic-db-hpijs/pkg-plist
Normal file
14
print/foomatic-db-hpijs/pkg-plist
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue