diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-01 04:07:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-01 04:07:46 +0000 |
commit | 9dad302d1e1a2815cf90b6267127f6ac597c684f (patch) | |
tree | 5197e7e114e691b4263486ab60476afdd268ea6f /print/ifhp | |
parent | d78d5e45f86db3499dc620cd702779aa0bc93d04 (diff) | |
download | ports-9dad302d1e1a2815cf90b6267127f6ac597c684f.tar.gz ports-9dad302d1e1a2815cf90b6267127f6ac597c684f.zip |
Notes
Diffstat (limited to 'print/ifhp')
-rw-r--r-- | print/ifhp/Makefile | 27 | ||||
-rw-r--r-- | print/ifhp/distinfo | 1 | ||||
-rw-r--r-- | print/ifhp/pkg-comment | 1 | ||||
-rw-r--r-- | print/ifhp/pkg-descr | 7 | ||||
-rw-r--r-- | print/ifhp/pkg-plist | 40 |
5 files changed, 76 insertions, 0 deletions
diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile new file mode 100644 index 000000000000..75337f8e5e27 --- /dev/null +++ b/print/ifhp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: ifhp +# Version required: 3.3.10 +# Date created: 27 August 1999 +# Whom: papowell@astart.com +# +# $FreeBSD$ +# + +DISTNAME= ifhp-3.3.10 +CATEGORIES= print +MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/FILTERS/ +EXTRACT_SUFX= .tgz + +MAINTAINER= papowell@astart.com + +MAKEFILE= Makefile.bsd +HAS_CONFIGURE= yes + +MAN8= ifhp.8 textps.8 + +post-install: + ${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/ifhp +.if !defined(NOPORTSDOCS) + ${CP} -r ${WRKSRC}/HOWTO/* ${PREFIX}/share/doc/ifhp; +.endif + +.include <bsd.port.mk> diff --git a/print/ifhp/distinfo b/print/ifhp/distinfo new file mode 100644 index 000000000000..5ea5000f479c --- /dev/null +++ b/print/ifhp/distinfo @@ -0,0 +1 @@ +MD5 (ifhp-3.3.10.tgz) = e3094c65d4acb3b09d79ee08f489ffff diff --git a/print/ifhp/pkg-comment b/print/ifhp/pkg-comment new file mode 100644 index 000000000000..6bfe434f05f9 --- /dev/null +++ b/print/ifhp/pkg-comment @@ -0,0 +1 @@ +LPRng print filter for text, PostScript, PCL, HP, Xerox, etc printers diff --git a/print/ifhp/pkg-descr b/print/ifhp/pkg-descr new file mode 100644 index 000000000000..204d2c92a35f --- /dev/null +++ b/print/ifhp/pkg-descr @@ -0,0 +1,7 @@ +The IFHP print filter is a highly configurable and almost universal +print filter for the LPRng print spooler. It can handle text, PostScript, +PCL, and PJL compatible printers, as well as doing synchronization, resetting, +getting page counts, end of job detection and other administrative functions. +It will handle HP, Tektronics, Xerox, Qume, and just about any printer that +can accept a connection. Configuration is done using the /etc/ifhp.conf file +which can be tailored for your particular printer. diff --git a/print/ifhp/pkg-plist b/print/ifhp/pkg-plist new file mode 100644 index 000000000000..0fc0fb173f87 --- /dev/null +++ b/print/ifhp/pkg-plist @@ -0,0 +1,40 @@ +etc/ifhp.conf +etc/ifhp.conf.sample +libexec/filters/ifhp +libexec/filters/textps +libexec/filters/accounting.sh +libexec/filters/psbanner.ps +libexec/filters/ofhp +libexec/filters/banner +share/doc/ifhp/IFHP-HOWTO-1.html +share/doc/ifhp/options +share/doc/ifhp/fixoptions +share/doc/ifhp/Makefile.in +share/doc/ifhp/Makefile.bsd.in +share/doc/ifhp/Makefile.bsd +share/doc/ifhp/Makefile +share/doc/ifhp/IFHP-HOWTO.txt +share/doc/ifhp/IFHP-HOWTO.tex +share/doc/ifhp/IFHP-HOWTO.sgml +share/doc/ifhp/IFHP-HOWTO.ps +share/doc/ifhp/IFHP-HOWTO.info-4 +share/doc/ifhp/IFHP-HOWTO.info-3 +share/doc/ifhp/IFHP-HOWTO.info-2 +share/doc/ifhp/IFHP-HOWTO.info-1 +share/doc/ifhp/IFHP-HOWTO.info +share/doc/ifhp/IFHP-HOWTO.html +share/doc/ifhp/IFHP-HOWTO.dvi +share/doc/ifhp/IFHP-HOWTO-9.html +share/doc/ifhp/IFHP-HOWTO-8.html +share/doc/ifhp/IFHP-HOWTO-7.html +share/doc/ifhp/IFHP-HOWTO-6.html +share/doc/ifhp/IFHP-HOWTO-5.html +share/doc/ifhp/IFHP-HOWTO-4.html +share/doc/ifhp/IFHP-HOWTO-3.html +share/doc/ifhp/IFHP-HOWTO-2.html +share/doc/ifhp/IFHP-HOWTO-12.html +share/doc/ifhp/IFHP-HOWTO-11.html +share/doc/ifhp/IFHP-HOWTO-10.html +share/doc/ifhp/dict +share/doc/ifhp/updateversion +@dirrm share/doc/ifhp |