diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 15:55:18 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 15:55:18 +0000 |
commit | e1c9c8a98f7cfb42ea3a636120e355e8764f8f02 (patch) | |
tree | 6e411fef314f2d43e59356e4642da953cbdb74c3 /print/rprint | |
parent | 0ae3bdb947d5abceef876bc71608a5109a8cd8c1 (diff) | |
download | ports-e1c9c8a98f7cfb42ea3a636120e355e8764f8f02.tar.gz ports-e1c9c8a98f7cfb42ea3a636120e355e8764f8f02.zip |
Notes
Diffstat (limited to 'print/rprint')
-rw-r--r-- | print/rprint/Makefile | 22 | ||||
-rw-r--r-- | print/rprint/distinfo | 1 | ||||
-rw-r--r-- | print/rprint/pkg-comment | 1 | ||||
-rw-r--r-- | print/rprint/pkg-descr | 10 | ||||
-rw-r--r-- | print/rprint/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/print/rprint/Makefile b/print/rprint/Makefile new file mode 100644 index 000000000000..4bd159115640 --- /dev/null +++ b/print/rprint/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rprint +# Date created: June 19th, 2001 +# Whom: Konrad Heuer +# +# $FreeBSD$ +# + +PORTNAME= rprint +PORTVERSION= 3.2 +CATEGORIES= print +MASTER_SITES= ftp://gwdu60.gwdg.de/pub/FreeBSD/misc/ \ + ftp://gwdu61.gwdg.de/pub/FreeBSD/misc/ + +MAINTAINER= kheuer@gwdu60.gwdg.de + +MAN1= rprint.1 +MANCOMPRESSED= yes + +post-patch: + @${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/print/rprint/distinfo b/print/rprint/distinfo new file mode 100644 index 000000000000..f0ed66240dea --- /dev/null +++ b/print/rprint/distinfo @@ -0,0 +1 @@ +MD5 (rprint-3.2.tar.gz) = 92d536986d5a352bd0ce491c53bb6da0 diff --git a/print/rprint/pkg-comment b/print/rprint/pkg-comment new file mode 100644 index 000000000000..696eb035292c --- /dev/null +++ b/print/rprint/pkg-comment @@ -0,0 +1 @@ +Remote printing utility using a raw bidirectional tcp connection diff --git a/print/rprint/pkg-descr b/print/rprint/pkg-descr new file mode 100644 index 000000000000..2bf619f7b52a --- /dev/null +++ b/print/rprint/pkg-descr @@ -0,0 +1,10 @@ +The rprint utility establishes a bidirectional raw tcp connection +to a network printer, usually on port 9100. In case of PostScript(TM) +printers, rprint may be directed to query the printer for accounting +and printer status information. + +Although rprint can be used interactively, too, it is normally be +invoked by an lpd input filter program. + +- Konrad Heuer +kheuer@gwdu60.gwdg.de diff --git a/print/rprint/pkg-plist b/print/rprint/pkg-plist new file mode 100644 index 000000000000..c83d526a7ea7 --- /dev/null +++ b/print/rprint/pkg-plist @@ -0,0 +1 @@ +bin/rprint |