Filter scripts used by printer spoolers to convert incoming PostScript
data into the printer's native format using a printer/driver specific, but spooler-independent PPD file.
This commit is contained in:
parent
49fbf522a2
commit
5cae1ce1a8
4 changed files with 1846 additions and 0 deletions
3
foomatic-db/DESCR
Normal file
3
foomatic-db/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Filter scripts used by printer spoolers to convert incoming PostScript
|
||||
data into the printer's native format using a printer/driver specific,
|
||||
but spooler-independent PPD file.
|
17
foomatic-db/Makefile
Normal file
17
foomatic-db/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/03/21 21:16:54 bjan2 Exp $
|
||||
|
||||
DISTNAME= foomatic-db-current
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
|
||||
|
||||
MAINTAINER= pkgsrc@bjan.freeshell.org
|
||||
HOMEPAGE= http://www.linuxprinting.org/
|
||||
COMMENT= Spooler independent postscript printing filter
|
||||
|
||||
DEPENDS+= foomatic-filters-[0-9]*:../../wip/foomatic-filters
|
||||
|
||||
WRKSRC= ${WRKDIR}/foomatic-db-20040319 # XXX HACK ALERT
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
1822
foomatic-db/PLIST
Normal file
1822
foomatic-db/PLIST
Normal file
File diff suppressed because it is too large
Load diff
4
foomatic-db/distinfo
Normal file
4
foomatic-db/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/03/21 21:16:54 bjan2 Exp $
|
||||
|
||||
SHA1 (foomatic-db-current.tar.gz) = 4f4692a7939a0a86a7aafc5773015bf76c159660
|
||||
Size (foomatic-db-current.tar.gz) = 480406 bytes
|
Loading…
Reference in a new issue