mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add foomatic-filters, wrapper scripts for foomatic.
This commit is contained in:
parent
88ea3562e0
commit
a2ca357e34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127539
@ -64,6 +64,7 @@
|
||||
SUBDIR += fontforge
|
||||
SUBDIR += foomatic-db
|
||||
SUBDIR += foomatic-db-engine
|
||||
SUBDIR += foomatic-filters
|
||||
SUBDIR += freetype
|
||||
SUBDIR += freetype2
|
||||
SUBDIR += ft2demos
|
||||
|
27
print/foomatic-filters/Makefile
Normal file
27
print/foomatic-filters/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: foomatic-rip
|
||||
# Date created: 2005-01-28
|
||||
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= foomatic-filters
|
||||
PORTVERSION= 3.0.2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
|
||||
|
||||
MAINTAINER= lofi@FreeBSD.org
|
||||
COMMENT= Foomatic wrapper scripts
|
||||
|
||||
BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter \
|
||||
cups-config:${PORTSDIR}/print/cups-base \
|
||||
enscript:${PORTSDIR}/print/enscript-letter \
|
||||
mpage:${PORTSDIR}/print/mpage
|
||||
|
||||
USE_PERL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_path_PPR=${LOCALBASE}/lib/ppr \
|
||||
ac_cv_path_PPR_INTERFACES=${LOCALBASE}/lib/ppr/interfaces \
|
||||
ac_cv_path_PPR_LIB=${LOCALBASE}/lib/ppr/lib
|
||||
|
||||
.include <bsd.port.mk>
|
2
print/foomatic-filters/distinfo
Normal file
2
print/foomatic-filters/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (foomatic-filters-3.0.2.tar.gz) = f0f4c90fa0ae346f53bf19a165e071a6
|
||||
SIZE (foomatic-filters-3.0.2.tar.gz) = 125875
|
5
print/foomatic-filters/pkg-descr
Normal file
5
print/foomatic-filters/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Filter scripts used by the printer spoolers to convert the incoming
|
||||
PostScript data into the printer's native format using a
|
||||
printer/driver specific, but spooler-independent PPD file.
|
||||
|
||||
WWW: http://www.linuxprinting.org
|
16
print/foomatic-filters/pkg-plist
Normal file
16
print/foomatic-filters/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
bin/foomatic-gswrapper
|
||||
bin/foomatic-rip
|
||||
etc/foomatic/filter.conf
|
||||
etc/foomatic/filter.conf.sample
|
||||
lib/ppr/interfaces/foomatic-rip
|
||||
lib/ppr/lib/foomatic-rip
|
||||
libexec/cups/filter/foomatic-rip
|
||||
@exec /bin/mkdir -p %D/etc/foomatic/direct
|
||||
@unexec /bin/rmdir %D/etc/foomatic/direct 2>/dev/null || true
|
||||
@unexec /bin/rmdir %D/libexec/cups/filter 2>/dev/null || true
|
||||
@unexec /bin/rmdir %D/libexec/cups 2>/dev/null || true
|
||||
@unexec /bin/rmdir %D/libexec 2>/dev/null || true
|
||||
@dirrm lib/ppr/lib
|
||||
@dirrm lib/ppr/interfaces
|
||||
@dirrm lib/ppr
|
||||
@dirrm etc/foomatic
|
Loading…
Reference in New Issue
Block a user