1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add rprint 3.2, remote printing utility using a raw bidirectional

tcp connection.

PR:		29085
Submitted by:	Konrad Heuer <kheuer@gwdu60.gwdg.de>
This commit is contained in:
Mark Pulford 2001-07-19 15:55:18 +00:00
parent 0ae3bdb947
commit e1c9c8a98f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45248
6 changed files with 36 additions and 0 deletions

View File

@ -119,6 +119,7 @@
SUBDIR += py-freetype
SUBDIR += py-reportlab
SUBDIR += rlpr
SUBDIR += rprint
SUBDIR += rtf2latex
SUBDIR += ruby-clibpdf
SUBDIR += ruby-panda

22
print/rprint/Makefile Normal file
View File

@ -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>

1
print/rprint/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rprint-3.2.tar.gz) = 92d536986d5a352bd0ce491c53bb6da0

1
print/rprint/pkg-comment Normal file
View File

@ -0,0 +1 @@
Remote printing utility using a raw bidirectional tcp connection

10
print/rprint/pkg-descr Normal file
View File

@ -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

1
print/rprint/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/rprint