summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-07-19 15:55:18 +0000
committerMark Pulford <markp@FreeBSD.org>2001-07-19 15:55:18 +0000
commite1c9c8a98f7cfb42ea3a636120e355e8764f8f02 (patch)
tree6e411fef314f2d43e59356e4642da953cbdb74c3 /print
parentAdd stegdetect 0.2, an automated tool for detecting stenographic (diff)
Add rprint 3.2, remote printing utility using a raw bidirectional
tcp connection. PR: 29085 Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
Notes
Notes: svn path=/head/; revision=45248
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/rprint/Makefile22
-rw-r--r--print/rprint/distinfo1
-rw-r--r--print/rprint/pkg-comment1
-rw-r--r--print/rprint/pkg-descr10
-rw-r--r--print/rprint/pkg-plist1
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