Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 1999 10:05:12 -0700 (PDT)
From:      papowell@astart.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13732: ifhp-3.3.9
Message-ID:  <199909131705.KAA74633@h10.private>

next in thread | raw e-mail | index | archive | help

>Number:         13732
>Category:       ports
>Synopsis:       ifhp-3.3.9 port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 13 10:20:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Powell
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Astart Technologies 
>Environment:

    FreeBSD 3.2-Release + 4-Current

>Description:

    Port for ifhp-3.3.9

>How-To-Repeat:

    
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ifhp
#	ifhp/files
#	ifhp/files/md5
#	ifhp/patches
#	ifhp/patches/patch-aa
#	ifhp/patches/patch-ab
#	ifhp/pkg
#	ifhp/pkg/COMMENT
#	ifhp/pkg/DESCR
#	ifhp/pkg/PLIST
#	ifhp/pkg/PLIST.bak
#	ifhp/Makefile
#	ifhp/README.html
#	ifhp/Makefile.bak
#
echo c - ifhp
mkdir -p ifhp > /dev/null 2>&1
echo c - ifhp/files
mkdir -p ifhp/files > /dev/null 2>&1
echo x - ifhp/files/md5
sed 's/^X//' >ifhp/files/md5 << 'END-of-ifhp/files/md5'
XMD5 (ifhp-3.3.9.tgz) = d7f87d1cc11307e55c7fdb5aa385b8b3
END-of-ifhp/files/md5
echo c - ifhp/patches
mkdir -p ifhp/patches > /dev/null 2>&1
echo x - ifhp/patches/patch-aa
sed 's/^X//' >ifhp/patches/patch-aa << 'END-of-ifhp/patches/patch-aa'
X*** man/Makefile.bsd.in.orig	Sun Sep 12 19:43:16 1999
X--- man/Makefile.bsd.in	Mon Sep 13 08:53:57 1999
X***************
X*** 18,23 ****
X--- 18,24 ----
X  
X  MAN=@mandir@
X  INSTALL_MAN=@INSTALL_MAN@
X+ MANEXT = .gz
X  
X  #**************** configure does not change lines after this *********
X  
X***************
X*** 37,48 ****
X  
X  install: all $(INSTALL)
X  	${SRC}/mkinstalldirs $(MAN)/man8
X! 	for i in $(INSTALL) ; do \
X! 		$(INSTALL_MAN) -m 755 $$i $(MAN)/man8; \
X  	done ;
X  
X  clean:
X! 	rm -f ifhp.8
X  
X  ifhp.8: $(SRC)/ifhp.n Makefile
X  	VERSION=`cat $(SRC)/../VERSION | sed 's/.* //'`; \
X--- 38,49 ----
X  
X  install: all $(INSTALL)
X  	${SRC}/mkinstalldirs $(MAN)/man8
X! 	for i in ${SRC}/*.8; do compress < $$i >/tmp/_; \
X! 	 $(INSTALL_MAN) /tmp/_ $(MAN)/man8/$$i$(MANEXT); rm -f /tmp/_; \
X  	done ;
X  
X  clean:
X! 	rm -f ifhp.8 textps.8
X  
X  ifhp.8: $(SRC)/ifhp.n Makefile
X  	VERSION=`cat $(SRC)/../VERSION | sed 's/.* //'`; \
END-of-ifhp/patches/patch-aa
echo x - ifhp/patches/patch-ab
sed 's/^X//' >ifhp/patches/patch-ab << 'END-of-ifhp/patches/patch-ab'
X*** src/Makefile.bsd.in.orig	Sun Sep 12 19:43:39 1999
X--- src/Makefile.bsd.in	Mon Sep 13 09:11:59 1999
X***************
X*** 56,63 ****
X  
X  
X  # commands
X! INSTALL=$(SRC)/psbanner.ps
X! COMMANDS= ifhp textps accounting.sh
X  
X  .SUFFIXES: .sh .sh_init
X  
X--- 56,63 ----
X  
X  
X  # commands
X! INSTALL=$(SRC)/psbanner.ps accounting.sh
X! COMMANDS= ifhp textps
X  
X  .SUFFIXES: .sh .sh_init
X  
X***************
X*** 67,73 ****
X  		$> >$@
X  	chmod +x $@
X  
X! all: ${COMMANDS}
X  
X  .PHONY: all clean install
X  
X--- 67,73 ----
X  		$> >$@
X  	chmod +x $@
X  
X! all: ${COMMANDS} ${INSTALL}
X  
X  .PHONY: all clean install
X  
END-of-ifhp/patches/patch-ab
echo c - ifhp/pkg
mkdir -p ifhp/pkg > /dev/null 2>&1
echo x - ifhp/pkg/COMMENT
sed 's/^X//' >ifhp/pkg/COMMENT << 'END-of-ifhp/pkg/COMMENT'
XLPRng print filter for text, PostScript, PCL, HP, Xerox, etc printers
END-of-ifhp/pkg/COMMENT
echo x - ifhp/pkg/DESCR
sed 's/^X//' >ifhp/pkg/DESCR << 'END-of-ifhp/pkg/DESCR'
XThe IFHP print filter is a highly configurable and almost universal
Xprint filter for the LPRng print spooler.  It can handle text, PostScript,
XPCL, and PJL compatible printers, as well as doing synchronization, resetting,
Xgetting page counts,  end of job detection and other administrative functions.
XIt will handle HP, Tektronics,  Xerox, Qume, and just about any printer that
Xcan accept a connection.  Configuration is done using the /etc/ifhp.conf file
Xwhich can be tailored for your particular printer.
END-of-ifhp/pkg/DESCR
echo x - ifhp/pkg/PLIST
sed 's/^X//' >ifhp/pkg/PLIST << 'END-of-ifhp/pkg/PLIST'
Xetc/ifhp.conf
Xetc/ifhp.conf.sample
Xlibexec/filters/ifhp
Xlibexec/filters/textps
Xlibexec/filters/accounting.sh
Xlibexec/filters/psbanner.ps
Xlibexec/filters/ofhp
Xlibexec/filters/banner
Xshare/doc/ifhp/IFHP-HOWTO-1.html
Xshare/doc/ifhp/options
Xshare/doc/ifhp/fixoptions
Xshare/doc/ifhp/Makefile.in
Xshare/doc/ifhp/Makefile.bsd.in
Xshare/doc/ifhp/Makefile.bsd
Xshare/doc/ifhp/Makefile
Xshare/doc/ifhp/IFHP-HOWTO.txt
Xshare/doc/ifhp/IFHP-HOWTO.tex
Xshare/doc/ifhp/IFHP-HOWTO.sgml
Xshare/doc/ifhp/IFHP-HOWTO.ps
Xshare/doc/ifhp/IFHP-HOWTO.info-4
Xshare/doc/ifhp/IFHP-HOWTO.info-3
Xshare/doc/ifhp/IFHP-HOWTO.info-2
Xshare/doc/ifhp/IFHP-HOWTO.info-1
Xshare/doc/ifhp/IFHP-HOWTO.info
Xshare/doc/ifhp/IFHP-HOWTO.html
Xshare/doc/ifhp/IFHP-HOWTO.dvi
Xshare/doc/ifhp/IFHP-HOWTO-9.html
Xshare/doc/ifhp/IFHP-HOWTO-8.html
Xshare/doc/ifhp/IFHP-HOWTO-7.html
Xshare/doc/ifhp/IFHP-HOWTO-6.html
Xshare/doc/ifhp/IFHP-HOWTO-5.html
Xshare/doc/ifhp/IFHP-HOWTO-4.html
Xshare/doc/ifhp/IFHP-HOWTO-3.html
Xshare/doc/ifhp/IFHP-HOWTO-2.html
Xshare/doc/ifhp/IFHP-HOWTO-12.html
Xshare/doc/ifhp/IFHP-HOWTO-11.html
Xshare/doc/ifhp/IFHP-HOWTO-10.html
Xshare/doc/ifhp/updateversion
X@dirrm share/doc/ifhp
END-of-ifhp/pkg/PLIST
echo x - ifhp/pkg/PLIST.bak
sed 's/^X//' >ifhp/pkg/PLIST.bak << 'END-of-ifhp/pkg/PLIST.bak'
Xetc/ifhp.conf
Xetc/ifhp.conf.sample
Xlibexec/filters/ifhp
Xlibexec/filters/textps
Xlibexec/filters/accounting.sh
Xlibexec/filters/psbanner.ps
Xlibexec/filters/ofhp
Xlibexec/filters/banner
Xshare/doc/ifhp/IFHP-HOWTO-1.html
Xshare/doc/ifhp/options
Xshare/doc/ifhp/fixoptions
Xshare/doc/ifhp/Makefile.in
Xshare/doc/ifhp/Makefile.bsd.in
Xshare/doc/ifhp/Makefile.bsd
Xshare/doc/ifhp/Makefile
Xshare/doc/ifhp/IFHP-HOWTO.txt
Xshare/doc/ifhp/IFHP-HOWTO.tex
Xshare/doc/ifhp/IFHP-HOWTO.sgml
Xshare/doc/ifhp/IFHP-HOWTO.ps
Xshare/doc/ifhp/IFHP-HOWTO.info-4
Xshare/doc/ifhp/IFHP-HOWTO.info-3
Xshare/doc/ifhp/IFHP-HOWTO.info-2
Xshare/doc/ifhp/IFHP-HOWTO.info-1
Xshare/doc/ifhp/IFHP-HOWTO.info
Xshare/doc/ifhp/IFHP-HOWTO.html
Xshare/doc/ifhp/IFHP-HOWTO.dvi
Xshare/doc/ifhp/IFHP-HOWTO-9.html
Xshare/doc/ifhp/IFHP-HOWTO-8.html
Xshare/doc/ifhp/IFHP-HOWTO-7.html
Xshare/doc/ifhp/IFHP-HOWTO-6.html
Xshare/doc/ifhp/IFHP-HOWTO-5.html
Xshare/doc/ifhp/IFHP-HOWTO-4.html
Xshare/doc/ifhp/IFHP-HOWTO-3.html
Xshare/doc/ifhp/IFHP-HOWTO-2.html
Xshare/doc/ifhp/IFHP-HOWTO-12.html
Xshare/doc/ifhp/IFHP-HOWTO-11.html
Xshare/doc/ifhp/IFHP-HOWTO-10.html
Xshare/doc/ifhp/updateversion
X@dirrm share/doc/ifhp
END-of-ifhp/pkg/PLIST.bak
echo x - ifhp/Makefile
sed 's/^X//' >ifhp/Makefile << 'END-of-ifhp/Makefile'
X# New ports collection makefile for:	LPRng
X# Version required:	3.3.7
X# Date created:		2 Apr 1997
X# Whom:			papowell@astart.com
X#
X# $Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp $
X#
X
XDISTNAME=	ifhp-3.3.9
XCATEGORIES=	print
XMASTER_SITES=	ftp://ftp.astart.com/pub/LPRng/FILTERS/
XEXTRACT_SUFX=   .tgz
X
XMAINTAINER=	papowell@astart.com
X
XMAKEFILE=	Makefile.bsd
XHAS_CONFIGURE=	yes
X
XMAN8=	ifhp.8 textps.8
XMANCOMPRESSED=	yes
Xpost-install:
X	${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/ifhp
X	${CP} -r ${WRKSRC}/HOWTO/* ${PREFIX}/share/doc/ifhp;
X
X.include <bsd.port.mk>
END-of-ifhp/Makefile
echo x - ifhp/README.html
sed 's/^X//' >ifhp/README.html << 'END-of-ifhp/README.html'
X<html>
X<title> The FreeBSD Ports Collection (print/ifhp)</title>
X<head><h1> The FreeBSD Ports Collection ("print/ifhp")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "print/ifhp" (package name "ifhp-3.6.6").
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XLPRng print filter for text, PostScript, PCL, HP, Xerox, etc printers
X<p><hr>
X
X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
X
X<p>
X
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
END-of-ifhp/README.html
echo x - ifhp/Makefile.bak
sed 's/^X//' >ifhp/Makefile.bak << 'END-of-ifhp/Makefile.bak'
X# New ports collection makefile for:	LPRng
X# Version required:	3.3.7
X# Date created:		2 Apr 1997
X# Whom:			papowell@astart.com
X#
X# $Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp $
X#
X
XDISTNAME=	ifhp-3.3.8
XCATEGORIES=	print
XMASTER_SITES=	ftp://ftp.astart.com/pub/LPRng/FILTERS/
XEXTRACT_SUFX=   .tgz
X
XMAINTAINER=	papowell@astart.com
X
XMAKEFILE=	Makefile.bsd
XHAS_CONFIGURE=	yes
X
XMAN8=	ifhp.8 textps.8
XMANCOMPRESSED=	yes
Xpost-install:
X	${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/ifhp
X	${CP} -r ${WRKSRC}/HOWTO/* ${PREFIX}/share/doc/ifhp;
X
X.include <bsd.port.mk>
END-of-ifhp/Makefile.bak
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909131705.KAA74633>