diff options
author | markp <markp@FreeBSD.org> | 2001-07-19 23:55:18 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-19 23:55:18 +0800 |
commit | 4be5f38cab6e34201c49a8ff0ca2902637156fb9 (patch) | |
tree | d4ff9d30ce320b8edc518aa2e303f94857d40fc9 /print | |
parent | 9788e44fdf4f4424d0cdbb07e3aa6aff3ea5f91e (diff) | |
download | freebsd-ports-gnome-4be5f38cab6e34201c49a8ff0ca2902637156fb9.tar.gz freebsd-ports-gnome-4be5f38cab6e34201c49a8ff0ca2902637156fb9.tar.zst freebsd-ports-gnome-4be5f38cab6e34201c49a8ff0ca2902637156fb9.zip |
Add rprint 3.2, remote printing utility using a raw bidirectional
tcp connection.
PR: 29085
Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-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 |
6 files changed, 36 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 40ccc4d756d0..9f16c043c922 100644 --- a/print/Makefile +++ b/print/Makefile @@ -119,6 +119,7 @@ SUBDIR += py-freetype SUBDIR += py-reportlab SUBDIR += rlpr + SUBDIR += rprint SUBDIR += rtf2latex SUBDIR += ruby-clibpdf SUBDIR += ruby-panda 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 |