Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 1999 19:03:56 -0700 (PDT)
From:      papowell@astart.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13430: ifhp-3.3.8
Message-ID:  <199908280203.TAA08567@h10.private>

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

>Number:         13430
>Category:       ports
>Synopsis:       ifhp-3.3.8 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:   Fri Aug 27 19:10:00 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.8

>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/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.8.tgz) = 25f650eeb9176f61de4b27f7ce574d8a
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	Tue Aug  3 15:47:44 1999
X--- man/Makefile.bsd.in	Tue Aug  3 17:00:03 1999
X***************
X*** 13,21 ****
X  # Directory where the manual pages are to be placed
X  
X  MAN=${prefix}/man
X! INSTALLCMD=@INSTALL@
X  FONTDIR=${prefix}/lib/filters/fonts/
X  INSTDIR=${prefix}/lib/filters/
X  
X  #**************** configure does not change lines after this *********
X  
X--- 13,22 ----
X  # Directory where the manual pages are to be placed
X  
X  MAN=${prefix}/man
X! MANINSTCMD=@INSTALL@
X  FONTDIR=${prefix}/lib/filters/fonts/
X  INSTDIR=${prefix}/lib/filters/
X+ MANEXT = .gz
X  
X  #**************** configure does not change lines after this *********
X  
X***************
X*** 25,37 ****
X  all: $(INSTALL)
X  
X  install: all $(INSTALL)
X! 	${SRC}/mkinstalldirs $(MAN)/man8
X! 	for i in $(INSTALL) ; do \
X! 		$(INSTALLCMD) -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--- 26,36 ----
X  all: $(INSTALL)
X  
X  install: all $(INSTALL)
X! 	for i in ${SRC}/*.8; do compress < $$i >/tmp/_; \
X! 	 $(MANINSTCMD) /tmp/_ $(MAN)/man8/$$i$(MANEXT); rm -f /tmp/_; 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 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
Xlib/filters/ifhp
Xlib/filters/textps
Xlib/filters/accounting.sh
Xlib/filters/psbanner.ps
Xlib/filters/pclbanner
Xlib/filters/ofhp
Xlib/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
Xlib/filters/ifhp
Xlib/filters/textps
Xlib/filters/accounting.sh
Xlib/filters/psbanner.ps
Xlib/filters/pclbanner
Xlib/filters/ofhp
Xlib/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.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
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?199908280203.TAA08567>