From root@froukje.nescioludens.nl  Wed May 31 15:13:50 2006
Return-Path: <root@froukje.nescioludens.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 323E316A436
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 May 2006 15:13:50 +0000 (UTC)
	(envelope-from root@froukje.nescioludens.nl)
Received: from mail-enschede.nescioludens.nl (a80-127-133-253.adsl.xs4all.nl [80.127.133.253])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BA1FF43D7D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 31 May 2006 15:13:40 +0000 (GMT)
	(envelope-from root@froukje.nescioludens.nl)
Received: from localhost (localhost [127.0.0.1])
  (uid 0)
  by froukje.nescioludens.nl with local; Wed, 31 May 2006 17:13:39 +0200
Message-Id: <courier.447DB2A3.00009415@froukje.nescioludens.nl>
Date: Wed, 31 May 2006 17:13:39 +0200
From: W.J.Zwart@NescioLudens.nl
Reply-To: W.J.Zwart@NescioLudens.nl
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port update comms/hylafax to 4.3.0	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98222
>Category:       ports
>Synopsis:       port update comms/hylafax to 4.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 31 15:20:15 GMT 2006
>Closed-Date:    Sat Oct 07 13:37:56 GMT 2006
>Last-Modified:  Sat Oct  7 13:40:27 GMT 2006
>Originator:     W.J.Zwart@NescioLudens.nl
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
Nescio Ludens BV	
>Environment:
System: FreeBSD froukje.nescioludens.nl 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #9: Sun May 7 14:49:09 CEST 2006 root@froukje.nescioludens.nl:/usr/obj/usr/src/sys/FILESERVER i386


	
>Description:
This is a proposed update of the hylafax port to version 4.3.0
>How-To-Repeat:
>Fix:

Below is the shar of the complete comms/hylafax dir; if diff's are more convenient please let me know and I will provide them.

--- hylafax.4.3.0 begins here ---
# 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:
#
#	.
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#	./files
#	./files/README
#	./files/pkg-message.in
#	./files/hylafax.sh.sample.in
#	./README.html
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# ports collection makefile for:	hylafax
X# Date created:		16 May 1995
X# Whom:			Julian Stacey <jhs@freebsd.org>
X#
X# $FreeBSD: ports/comms/hylafax/Makefile,v 1.79 2006/05/03 23:38:35 edwin Exp $
X#
X
XPORTNAME=	hylafax
XPORTVERSION=	4.3.0
XCATEGORIES=	comms
XMASTER_SITES=	ftp://ftp.hylafax.org/source/ \
X		ftp://ftp.pangora.org/hylafax.org/source/ \
X		ftp://ftp.planetmirror.com/pub/hylafax/source/ \
X		ftp://mirror.aarnet.edu.au/pub/hylafax/	\
X		ftp://gd.tuwien.ac.at/infosys/fax/hylafax/ \
X		ftp://ftp.ntua.gr/pub/net/hylafax/ \
X		ftp://na.mirror.garr.it/mirrors/hylafax/ \
X		http://public.planetmirror.com/pub/hylafax/source/
X
XMAINTAINER=	W.J.Zwart@NescioLudens.nl
XCOMMENT=	Fax software
X
X# no dependency on ghostscript because we don't know which
X# version the user prefers
XRUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
XLIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff \
X		jpeg:${PORTSDIR}/graphics/jpeg
XBUILD_DEPENDS=	${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm \
X		gawk:${PORTSDIR}/lang/gawk
X
XDIST_SUBDIR=	hylafax
X
XCONFIGURE_ARGS=	--with-INSTALL="" \
X		--with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \
X		--with-ZLIB=no --with-LIBZ=-lz --with-ZLIBINC=none \
X		--with-TIFFINC="${LOCALBASE}/include" \
X		--with-GCOPTS=" " --with-GCXXOPTS=" " \
X		--with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none \
X		--with-DIR_HTML="${DOCSDIR}" \
X		--with-AWK="${LOCALBASE}/bin/gawk"
X
XSUB_FILES=	pkg-message hylafax.sh.sample
X
X# Defaults to "North American Letter".  Use "ISO A4" for A4.
X.if defined(PAGESIZE)
XCONFIGURE_ARGS+=--with-PAGESIZE="${PAGESIZE}"
X.endif
X
X# Want PAM?
X.if defined(WITHOUT_PAM)
XCONFIGURE_ARGS+=--disable-pam
X.endif
X
X# Want HTML documentation?
X.if defined(WITH_HTMLDOC)
XCONFIGURE_ARGS+=--with-HTML=yes
XPLIST_SUB+=	PORTDOCS=""
X.else
XPLIST_SUB+=	PORTDOCS="@comment "
X.endif
X
X.if defined(PACKAGE_BUILDING) || defined(BATCH)
XCONFIGURE_ARGS+=--nointeractive
X.endif
X
XMAKE_ARGS+=	OPTIMIZER="" -EOPTIMIZER
XHAS_CONFIGURE=	yes
XCONFIGURE_ENV=	ENVOPTS="${CFLAGS}"
X
XMAN1=	edit-faxcover.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 \
X	hylafax-client.1 sendfax.1 sendpage.1 sgi2fax.1 textfmt.1
X
XMAN5=	callid.5f destctrls.5f dialrules.5f doneq.5f hosts.hfaxd.5f \
X	hylafax-config.5f hylafax-info.5f hylafax-log.5f hylafax-server.5f \
X	hylafax-shutdown.5f pagermap.5f pagesizes.5f recvq.5f sendq.5f \
X	status.5f tsi.5f typerules.5f xferfaxlog.5f
X
XMAN8=	choptest.8c cqtest.8c dialtest.8c faxabort.8c faxaddmodem.8c \
X	faxadduser.8c faxanswer.8c faxconfig.8c faxcron.8c faxdeluser.8c \
X	faxgetty.8c faxinfo.8c faxlock.8c faxmodem.8c faxq.8c \
X	faxqclean.8c faxquit.8c faxrcvd.8c faxsend.8c faxsetup.8c faxstate.8c \
X	faxwatch.8c hfaxd.8c mkcover.8c notify.8c pagesend.8c pdf2fax.8c \
X	pollrcvd.8c ps2fax.8c recvstats.8c tagtest.8c tiff2fax.8c \
X	tiffcheck.8c tsitest.8c wedged.8c xferfaxstats.8c
X
XSUID_EXES=	${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \
X		${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter
X
X.include <bsd.port.pre.mk>
X
Xpre-extract:
X	@if [ -d ${PKG_DBDIR}/tiff-3.6.1 ]; then \
X		${ECHO_MSG} ""; \
X		${ECHO_MSG} "Hylafax does not work with libtiff-3.6.1."; \
X		${ECHO_MSG} "Please upgrade to libtiff-3.6.1_1. (/usr/ports/graphics/tiff)"; \
X		${ECHO_MSG} ""; \
X		exit 1; \
X	fi
X
Xpost-patch:
X	${REINPLACE_CMD} \
X		-e 's,/usr/local,${LOCALBASE},g' \
X		${WRKSRC}/configure
X	${REINPLACE_CMD} -e 's,-O hfaxd.conf,-O hfaxd.conf-dist,' \
X		${WRKSRC}/hfaxd/Makefile.in
X	${REINPLACE_CMD} -e 's,-O typerules,-O typerules-dist -src typerules,' \
X		-e 's,-O pagesizes,-O pagesizes-dist -src pagesizes,' \
X		${WRKSRC}/util/Makefile.in
X
Xpost-install:
X	${CHOWN} uucp ${SUID_EXES}
X	${CHMOD} 4555 ${SUID_EXES}
X	${INSTALL_SCRIPT} ${WRKDIR}/hylafax.sh.sample ${PREFIX}/etc/rc.d
X.for f in hfaxd.conf pagesizes typerules
X	if [ ! -f ${PREFIX}/lib/fax/${f} ]; then ${CP} -p ${PREFIX}/lib/fax/${f}-dist ${PREFIX}/lib/fax/${f}; fi
X.endfor
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (hylafax/hylafax-4.3.0.tar.gz) = 15fbb3eb5fdf6def379799442a68da4e
XSHA256 (hylafax/hylafax-4.3.0.tar.gz) = a50512bfe6ae60573084dadfb5a629de78db30d19ac59ad6750bd621e138817c
XSIZE (hylafax/hylafax-4.3.0.tar.gz) = 1468136
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
X(excerpt from HylaFAX FAQ, http://www.hylafax.org/HylaFAQ/Q001.html)
X
X     HylaFAX is a facsimile system for UNIX systems. It supports:
X        o sending facsimile
X        o receiving facsimile
X        o polled retrieval of facsimile
X        o transparent shared data use of the modem
X        o sending messages to pagers
X     Facsimile can be any size (e.g. A4, B4), either 98 or 196 lpi, and
X     transmitted/received as either 1D-encoded or 2D-encoded facsimile data
X     (2D-encoded data is frequently more compact and hence takes a shorter
X     time to communicate). Any modem that supports one of the standard
X     interfaces for facsimile operation can be used; i.e. any Class 1, Class
X     2, or Class 2.0 modem.
X
XWWW: http://www.hylafax.org/
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/faxalter
Xbin/faxcover
Xbin/faxmail
Xbin/faxrm
Xbin/faxstat
Xbin/sendfax
Xbin/sendpage
Xetc/rc.d/hylafax.sh.sample
Xlib/fax/faxcover.ps
Xlib/fax/faxcover_example_sgi.ps
Xlib/fax/faxmail.ps
X@unexec if cmp -s %D/lib/fax/hfaxd.conf %D/lib/fax/hfaxd.conf-dist; then rm -f %D/lib/fax/hfaxd.conf; fi
Xlib/fax/hfaxd.conf-dist
X@exec [ -f %B/hfaxd.conf ] || cp %B/%f %B/hfaxd.conf
X@unexec if cmp -s %D/lib/fax/pagesizes %D/lib/fax/pagesizes-dist; then rm -f %D/lib/fax/pagesizes; fi
Xlib/fax/pagesizes-dist
X@exec [ -f %B/pagesizes ] || cp %B/%f %B/pagesizes
X@unexec if cmp -s %D/lib/fax/typerules %D/lib/fax/typerules-dist; then rm -f %D/lib/fax/typerules; fi
Xlib/fax/typerules-dist
X@exec [ -f %B/typerules ] || cp %B/%f %B/typerules
X@dirrm lib/fax
Xsbin/choptest
Xsbin/cqtest
Xsbin/dialtest
Xsbin/edit-faxcover
Xsbin/faxabort
Xsbin/faxaddmodem
Xsbin/faxadduser
Xsbin/faxanswer
Xsbin/faxconfig
Xsbin/faxcron
Xsbin/faxdeluser
Xsbin/faxgetty
Xsbin/faxinfo
Xsbin/faxlock
Xsbin/faxmodem
Xsbin/faxmsg
Xsbin/faxq
Xsbin/faxqclean
Xsbin/faxquit
Xsbin/faxsend
Xsbin/faxsetup
Xsbin/faxsetup.bsdi
Xsbin/faxsetup.irix
Xsbin/faxsetup.linux
Xsbin/faxstate
Xsbin/faxwatch
Xsbin/hfaxd
Xsbin/hylafax
Xsbin/lockname
Xsbin/ondelay
Xsbin/pagesend
Xsbin/probemodem
Xsbin/recvstats
Xsbin/tagtest
Xsbin/textfmt
Xsbin/tiffcheck
Xsbin/tsitest
Xsbin/typetest
Xsbin/xferfaxstats
X%%PORTDOCS%%share/doc/hylafax/acknowledge.html
X%%PORTDOCS%%share/doc/hylafax/binary.html
X%%PORTDOCS%%share/doc/hylafax/building.html
X%%PORTDOCS%%share/doc/hylafax/cgi-bin/man2html
X%%PORTDOCS%%share/doc/hylafax/cgi-bin/manpage
X%%PORTDOCS%%share/doc/hylafax/cgi-bin/unquote
X%%PORTDOCS%%share/doc/hylafax/class1.html
X%%PORTDOCS%%share/doc/hylafax/class2.html
X%%PORTDOCS%%share/doc/hylafax/class2.0.html
X%%PORTDOCS%%share/doc/hylafax/contrib.html
X%%PORTDOCS%%share/doc/hylafax/copyright.html
X%%PORTDOCS%%share/doc/hylafax/documentation.html
X%%PORTDOCS%%share/doc/hylafax/faxgateway.html
X%%PORTDOCS%%share/doc/hylafax/ftpmail-help.html
X%%PORTDOCS%%share/doc/hylafax/ghostscript.html
X%%PORTDOCS%%share/doc/hylafax/HOWTO.html
X%%PORTDOCS%%share/doc/hylafax/hylafax.gif
X%%PORTDOCS%%share/doc/hylafax/hylafax3.0.html
X%%PORTDOCS%%share/doc/hylafax/hylafax4.0.html
X%%PORTDOCS%%share/doc/hylafax/icons/at_work_icon.gif
X%%PORTDOCS%%share/doc/hylafax/icons/back.gif
X%%PORTDOCS%%share/doc/hylafax/icons/ball_blue_icon.gif
X%%PORTDOCS%%share/doc/hylafax/icons/button.excl.gif
X%%PORTDOCS%%share/doc/hylafax/icons/contents.gif
X%%PORTDOCS%%share/doc/hylafax/icons/frog.gif
X%%PORTDOCS%%share/doc/hylafax/icons/improved.gif
X%%PORTDOCS%%share/doc/hylafax/icons/info_icon.gif
X%%PORTDOCS%%share/doc/hylafax/icons/new.gif
X%%PORTDOCS%%share/doc/hylafax/icons/next.gif
X%%PORTDOCS%%share/doc/hylafax/icons/smiley.gif
X%%PORTDOCS%%share/doc/hylafax/icons/warning_icon.gif
X%%PORTDOCS%%share/doc/hylafax/index.html
X%%PORTDOCS%%share/doc/hylafax/install-source.html
X%%PORTDOCS%%share/doc/hylafax/ixotap.html
X%%PORTDOCS%%share/doc/hylafax/mailing-lists.html
X%%PORTDOCS%%share/doc/hylafax/Majordomo/help.html
X%%PORTDOCS%%share/doc/hylafax/matthias.gif
X%%PORTDOCS%%share/doc/hylafax/matthias.html
X%%PORTDOCS%%share/doc/hylafax/modems.html
X%%PORTDOCS%%share/doc/hylafax/Modems/Hayes/hayes.html
X%%PORTDOCS%%share/doc/hylafax/Modems/Supra/class1.html
X%%PORTDOCS%%share/doc/hylafax/Modems/Supra/class2.html
X%%PORTDOCS%%share/doc/hylafax/Modems/Telebit/faxcmds.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/autodetect.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/codes.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/commands.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/compression.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/examples.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ZyXEL/voice.html
X%%PORTDOCS%%share/doc/hylafax/Modems/att-dataport.html
X%%PORTDOCS%%share/doc/hylafax/Modems/digicom-scout.html
X%%PORTDOCS%%share/doc/hylafax/Modems/everex-2496d.html
X%%PORTDOCS%%share/doc/hylafax/Modems/hayes-accura288.html
X%%PORTDOCS%%share/doc/hylafax/Modems/hayes-optima2400.html
X%%PORTDOCS%%share/doc/hylafax/Modems/index.html
X%%PORTDOCS%%share/doc/hylafax/Modems/multitech-1432.html
X%%PORTDOCS%%share/doc/hylafax/Modems/multitech-1932.html
X%%PORTDOCS%%share/doc/hylafax/Modems/multitech-2834.html
X%%PORTDOCS%%share/doc/hylafax/Modems/nuvo-96424pfx.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ppi-pm14400fxmt.html
X%%PORTDOCS%%share/doc/hylafax/Modems/rockwell-56k.html
X%%PORTDOCS%%share/doc/hylafax/Modems/supra-v32bis.html
X%%PORTDOCS%%share/doc/hylafax/Modems/telebit-t3000.html
X%%PORTDOCS%%share/doc/hylafax/Modems/twincom-144df.html
X%%PORTDOCS%%share/doc/hylafax/Modems/ucom-traveller96.html
X%%PORTDOCS%%share/doc/hylafax/Modems/usr-courier.html
X%%PORTDOCS%%share/doc/hylafax/Modems/usr-sportster.html
X%%PORTDOCS%%share/doc/hylafax/Modems/zyxel-1496.html
X%%PORTDOCS%%share/doc/hylafax/Modems/zyxel-elite.html
X%%PORTDOCS%%share/doc/hylafax/Modems/zyxel-omni.html
X%%PORTDOCS%%share/doc/hylafax/namechange.html
X%%PORTDOCS%%share/doc/hylafax/operation.html
X%%PORTDOCS%%share/doc/hylafax/overview.html
X%%PORTDOCS%%share/doc/hylafax/sam.gif
X%%PORTDOCS%%share/doc/hylafax/sam.html
X%%PORTDOCS%%share/doc/hylafax/setup-advanced.html
X%%PORTDOCS%%share/doc/hylafax/setup-client.html
X%%PORTDOCS%%share/doc/hylafax/setup.html
X%%PORTDOCS%%share/doc/hylafax/source.html
X%%PORTDOCS%%share/doc/hylafax/toc.html
X%%PORTDOCS%%share/doc/hylafax/troubleshooting.html
X%%PORTDOCS%%share/doc/hylafax/upgrade4.0.html
X%%PORTDOCS%%share/doc/hylafax/v2.3beta036.html
X%%PORTDOCS%%share/doc/hylafax/v2.3beta036special.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta096.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta100.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta108.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta110.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta111.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta112.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta113.html
X%%PORTDOCS%%share/doc/hylafax/v3.0beta114.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta005.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta006.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta007.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta008.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta009.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta010.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta011.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta012.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta013.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta014.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta015.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta018.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta020.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta021.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta022.html
X%%PORTDOCS%%share/doc/hylafax/v4.0beta023.html
X%%PORTDOCS%%share/doc/hylafax/version.html
X%%PORTDOCS%%@dirrm share/doc/hylafax/cgi-bin
X%%PORTDOCS%%@dirrm share/doc/hylafax/icons
X%%PORTDOCS%%@dirrm share/doc/hylafax/Majordomo
X%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/Hayes
X%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/Supra
X%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/Telebit
X%%PORTDOCS%%@dirrm share/doc/hylafax/Modems/ZyXEL
X%%PORTDOCS%%@dirrm share/doc/hylafax/Modems
X%%PORTDOCS%%@dirrm share/doc/hylafax
X@cwd /var/spool
Xhylafax/COPYRIGHT
X@exec mkfifo %D/hylafax/FIFO
X@exec chown uucp:dialer %D/hylafax/FIFO
X@exec chmod 0600 %D/hylafax/FIFO
X@unexec rm %D/hylafax/FIFO
X@exec mkdir %D/hylafax/archive
X@exec chown uucp:dialer %D/hylafax/archive
X@exec chmod 0700 %D/hylafax/archive
Xhylafax/bin/archive
Xhylafax/bin/faxrcvd
Xhylafax/bin/mkcover
Xhylafax/bin/notify
Xhylafax/bin/notify-4.1
Xhylafax/bin/notify.awk
Xhylafax/bin/pcl2fax
X@unexec if [ -f %D/hylafax/bin/pdf2fax ]; then rm %D/hylafax/bin/pdf2fax; fi
Xhylafax/bin/pdf2fax.gs
Xhylafax/bin/pollrcvd
X@unexec if [ -f %D/hylafax/bin/ps2fax ]; then rm %D/hylafax/bin/ps2fax; fi
Xhylafax/bin/ps2fax.dps
Xhylafax/bin/ps2fax.gs
Xhylafax/bin/ps2fax.imp
Xhylafax/bin/tiff2fax
Xhylafax/bin/tiff2pdf
Xhylafax/bin/wedged
X@exec mkdir %D/hylafax/client
X@exec chown uucp:dialer %D/hylafax/client
X@exec chmod 0755 %D/hylafax/client
Xhylafax/config/agere-mp-2
Xhylafax/config/agere-mp-21
Xhylafax/config/att-dataport
Xhylafax/config/att-dataport-2
Xhylafax/config/att-dataport-2.0
Xhylafax/config/att-dpexpress-2
Xhylafax/config/cirrus
Xhylafax/config/class1
Xhylafax/config/class1.0
Xhylafax/config/class2
Xhylafax/config/class2.0
Xhylafax/config/class2.1
Xhylafax/config/conexant-1.0
Xhylafax/config/digi
Xhylafax/config/digi-2
Xhylafax/config/digi-20
Xhylafax/config/davicom-2
Xhylafax/config/dsi-scout+
Xhylafax/config/e-tech
Xhylafax/config/eicon
Xhylafax/config/eicon-2
Xhylafax/config/elsa-microlink-56k-basic-2.0
Xhylafax/config/everex-2496d
Xhylafax/config/exar
Xhylafax/config/gvc-288
Xhylafax/config/gvc-288-2
Xhylafax/config/hayes
Xhylafax/config/intel-400e
Xhylafax/config/lucent
Xhylafax/config/lucent-isa
Xhylafax/config/lucent-mt-10
Xhylafax/config/lucent-mt-2
Xhylafax/config/lucent-mt-20
Xhylafax/config/lucent-mt-21
Xhylafax/config/moto-288
Xhylafax/config/mt-1432
Xhylafax/config/nuvo-voyager
Xhylafax/config/ppi-pm14400fxmt
Xhylafax/config/ppi-pm14400fxsa
Xhylafax/config/prometheus
Xhylafax/config/rc144ac
Xhylafax/config/rc144ac-1
Xhylafax/config/rc288dpi
Xhylafax/config/rc288dpi-1
Xhylafax/config/rc32acl
Xhylafax/config/rc32acl-1
Xhylafax/config/rockwell-k56
Xhylafax/config/rockwell-rc
Xhylafax/config/sierra
Xhylafax/config/skel
Xhylafax/config/t38modem
Xhylafax/config/telebit-qblazer
Xhylafax/config/telebit-t3000
Xhylafax/config/telebit-wb
Xhylafax/config/topic
Xhylafax/config/tricom2842
Xhylafax/config/uds-fastalk
Xhylafax/config/umc92144
Xhylafax/config/umc9624
Xhylafax/config/usr-2.0
Xhylafax/config/usr-rts
Xhylafax/config/usr-xon
Xhylafax/config/zyxel-1496e
Xhylafax/config/zyxel-1496e-1
Xhylafax/config/zyxel-1496e-2.0
Xhylafax/config/zyxel-2864
X@exec mkdir %D/hylafax/dev
X@exec chown uucp:dialer %D/hylafax/dev
X@exec chmod 0755 %D/hylafax/dev
X@exec mkdir %D/hylafax/docq
X@exec chown uucp:dialer %D/hylafax/docq
X@exec chmod 0700 %D/hylafax/docq
X@exec mkdir %D/hylafax/doneq
X@exec chown uucp:dialer %D/hylafax/doneq
X@exec chmod 0700 %D/hylafax/doneq
Xhylafax/etc/cover.templ
Xhylafax/etc/dialrules
Xhylafax/etc/dialrules.europe
Xhylafax/etc/dialrules.sf-ba
Xhylafax/etc/dpsprinter.ps
Xhylafax/etc/lutRS18.pcf
X@exec mkdir %D/hylafax/info
X@exec chown uucp:dialer %D/hylafax/info
X@exec chmod 755 %D/hylafax/info
X@exec mkdir %D/hylafax/log
X@exec chown uucp:dialer %D/hylafax/log
X@exec chmod 755 %D/hylafax/log
X@exec mkdir %D/hylafax/pollq
X@exec chown uucp:dialer %D/hylafax/pollq
X@exec chmod 700 %D/hylafax/pollq
X@exec mkdir %D/hylafax/recvq
X@exec chown uucp:dialer %D/hylafax/recvq
X@exec chmod 755 %D/hylafax/recvq
X@exec mkdir %D/hylafax/sendq
X@exec chown uucp:dialer %D/hylafax/sendq
X@exec chmod 700 %D/hylafax/sendq
X@exec mkdir %D/hylafax/status
X@exec chown uucp:dialer %D/hylafax/status
X@exec chmod 755 %D/hylafax/status
X@exec mkdir %D/hylafax/tmp
X@exec chown uucp:dialer %D/hylafax/tmp
X@exec chmod 700 %D/hylafax/tmp
X@dirrm hylafax/bin
X@dirrm hylafax/client
X@dirrm hylafax/config
X@dirrm hylafax/docq
X@dirrm hylafax/pollq
X@dirrm hylafax/recvq
X@dirrm hylafax/sendq
X@dirrm hylafax/status
X@dirrm hylafax/tmp
X@unexec rmdir %D/hylafax 2>/dev/null || echo "If you are permanently removing this port, you should do a ''rm -rf /var/spool/hylafax'' to remove any binary, configuration and log files left." | fmt
X@unexec echo "-----------------"
END-of-./pkg-plist
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/README
sed 's/^X//' >./files/README << 'END-of-./files/README'
XThe port is complete rewrite of hylafax-3.0p1 port by Julian Stacey
X<jhs@freebsd.org>, May 1995.
Xoriginal notice was as follows:
X 
X Copyright Julian Stacey 1995:
X 	Please preserve & comply with Sam Leffler's & SGI's legal stuff
X	I hereby release my work in this area for public use,
X	& disclaim all liability !  
X	Leave my name intact please, I'm a freelance, publicity can
X	be useful.
END-of-./files/README
echo x - ./files/pkg-message.in
sed 's/^X//' >./files/pkg-message.in << 'END-of-./files/pkg-message.in'
XHylafax was installed.  You'll need manual configurations to actually
Xactivate it.
X
XSetting up: (for impatients)
X	Invoke %%PREFIX%%/sbin/faxsetup, and answer the questions.
X	Mostly, accepting the defaults should work well.
X
X	When you are asked to specify the name of tty device, use "cuaa1"
X	instead of "ttyd1".  Otherwise it does not work well.
X
X	Consult %%PREFIX%%/etc/rc.d/hylafax.sh.sample for startups.
X
X	For accepting incoming FAX/data calls, modify /etc/ttys as below
X	and send SIGHUP to init process:
X
X>cuaa1	"%%PREFIX%%/sbin/faxgetty"	dialup	on secure
X
XBe sure to rerun %%PREFIX%%/sbin/faxsetup after updating your hylafax version
X 
XDocumentation:
X	On Line Manuals: 	man hylafax-client
X				man hylafax-server
X	World Wide Web site:	http://www.hylafax.org/
END-of-./files/pkg-message.in
echo x - ./files/hylafax.sh.sample.in
sed 's/^X//' >./files/hylafax.sh.sample.in << 'END-of-./files/hylafax.sh.sample.in'
X#! /bin/sh
X# hylafax startup example.
X# be sure to initialize the following:
X#   server: %%PREFIX%%/sbin/faxsetup
X#   modems: %%PREFIX%%/sbin/faxaddmodem
X#   incoming calls: /etc/ttys
X
Xcase "$1" in
Xstart)
X	if [ -x %%PREFIX%%/sbin/hylafax ]; then
X		%%PREFIX%%/sbin/hylafax start
X	fi
X	;;
Xstop)
X	if [ -x %%PREFIX%%/sbin/hylafax ]; then
X		%%PREFIX%%/sbin/hylafax stop
X	fi
X	;;
X*)
X	echo "Usage: `basename $0` {start|stop}" >&2
X	exit 64
X	;;
Xesac
X
Xexit 0
END-of-./files/hylafax.sh.sample.in
echo x - ./README.html
sed 's/^X//' >./README.html << 'END-of-./README.html'
X<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
X
X<html>
X  <head>
X    <title>The FreeBSD Ports Collection (comms/hylafax)</title>
X  </head>
X
X  <body>
X    <h1>The FreeBSD Ports Collection (comms/hylafax)</h1>
X    <hr>
X
X    <p>You are now in the directory for the port "comms/hylafax".</p>
X
X    <p>The package name of this port is "hylafax-4.1.5".</p>
X
X    <p>This is the one-line description for this port:</p>
X    <hr>
X
X    <p>
XFax software
X    </p>
X    <hr>
X
X    <p>Please read the "<a href="pkg-descr">description file</a>" for a
X    longer description and/or visit the <a href="http://www.hylafax.org/">web site</a> for futher informations.</p>
X
X    <p>If needed, you may contact the <a href=
X    "mailto:ports@FreeBSD.org">maintainer</a> of this port or the port <a href=
X    "mailto:ports@FreeBSD.org">mailing-list</a>.</p>
X
X    <p>This port requires package(s) "afm-1.0 jpeg-6b_1 tiff-3.5.7" to build.</p>
X
X    <p>This port requires package(s) "jpeg-6b_1 tiff-3.5.7" to run.</p>
X
X    <p>Go to the <a href="../../README.html">top of the ports tree</a> for
X    a summary on how to use the ports collection.</p>
X    <hr>
X
X    <p><a href="../README.html">Go up one level</a> | <a href=
X    "../../README.html">Go to top of ports tree</a></p>
X  </body>
X</html>
X
END-of-./README.html
exit
--- hylafax.4.3.0 ends here ---


>Release-Note:
>Audit-Trail:

From: "Willem Jaap Zwart" <W.J.Zwart@NescioLudens.nl>
To: bug-followup@FreeBSD.org, W.J.Zwart@NescioLudens.nl
Cc:  
Subject: Re: ports/98222: port update comms/hylafax to 4.3.0
Date: Wed, 31 May 2006 17:35:46 +0200 (CEST)

 Oops, forgot to update the README.html
 
 here's the updated content:
 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
 
 <html>
   <head>
     <title>The FreeBSD Ports Collection (comms/hylafax)</title>
   </head>
 
   <body>
     <h1>The FreeBSD Ports Collection (comms/hylafax)</h1>
     <hr>
 
     <p>You are now in the directory for the port "comms/hylafax".</p>
 
     <p>The package name of this port is "hylafax-4.3.0</p>
 
     <p>This is the one-line description for this port:</p>
     <hr>
 
     <p>
 Fax software
     </p>
     <hr>
 
     <p>Please read the "<a href="pkg-descr">description file</a>" for a
     longer description and/or visit the <a
 href="http://www.hylafax.org/">web
 site</a> for futher informations.</p>
 
     <p>If needed, you may contact the <a href=
     "mailto:W.J.Zwart@NescioLudens.nl">maintainer</a> of this port or
 the port <a href=
     "mailto:ports@FreeBSD.org">mailing-list</a>.</p>
 
     <p>This port requires package(s) "afm-1.0 jpeg-6b_1 tiff-3.5.7" to
 build.</p>
 
     <p>This port requires package(s) "jpeg-6b_1 tiff-3.5.7" to run.</p>
 
     <p>Go to the <a href="../../README.html">top of the ports tree</a>
 for
     a summary on how to use the ports collection.</p>
     <hr>
 
     <p><a href="../README.html">Go up one level</a> | <a href=
     "../../README.html">Go to top of ports tree</a></p>
   </body>
 </html>
 
 
 
State-Changed-From-To: open->feedback 
State-Changed-By: mnag 
State-Changed-When: Mon Jun 5 00:06:18 UTC 2006 
State-Changed-Why:  
Please, submmit diff -ruN patch. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98222 

From: "Willem Jaap Zwart" <W.J.Zwart@NescioLudens.nl>
To: bug-followup@FreeBSD.org
Cc: "Marcus Alves Grando" <mnag@FreeBSD.org>
Subject: Re: ports/98222: port update comms/hylafax to 4.3.0
Date: Tue, 6 Jun 2006 21:16:57 +0200 (CEST)

 ------=_20060606211657_79520
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: 8bit
 
 Hi
 
 Please find attached the diff -ruN
 
 Note: the patch does not apply cleanly on the Makefile, I guess
 because too many lines are reshuffled (following the output of
 portlint)
 Please advice
 
 Willem Jaap
 
 Marcus Alves Grando wrote:
 > Synopsis: port update comms/hylafax to 4.3.0
 >
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: mnag
 > State-Changed-When: Mon Jun 5 00:06:18 UTC 2006
 > State-Changed-Why:
 > Please, submmit diff -ruN patch. Thanks.
 >
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=98222
 >
 >
 
 ------=_20060606211657_79520
 Content-Type: application/octet-stream; name="hylafax.4.3.0.diff"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="hylafax.4.3.0.diff"
 
 ZGlmZiAtcnVOIGh5bGFmYXguNC4yLjUvTWFrZWZpbGUgaHlsYWZheC9NYWtlZmlsZQotLS0gaHls
 YWZheC40LjIuNS9NYWtlZmlsZQlXZWQgTWF5IDMxIDAwOjI0OjM4IDIwMDYKKysrIGh5bGFmYXgv
 TWFrZWZpbGUJTW9uIEp1biAgNSAxMDoyNzozNCAyMDA2CkBAIC02LDIyICs2LDI3IEBACiAjCiAK
 IFBPUlROQU1FPQloeWxhZmF4Ci1QT1JUVkVSU0lPTj0JNC4yLjUKK1BPUlRWRVJTSU9OPQk0LjMu
 MAogQ0FURUdPUklFUz0JY29tbXMKLU1BU1RFUl9TSVRFUz0JZnRwOi8vZnRwLmh5bGFmYXgub3Jn
 L3NvdXJjZS8KK01BU1RFUl9TSVRFUz0JZnRwOi8vZnRwLmh5bGFmYXgub3JnL3NvdXJjZS8gXAor
 CQlmdHA6Ly9mdHAucGFuZ29yYS5vcmcvaHlsYWZheC5vcmcvc291cmNlLyBcCisJCWZ0cDovL2Z0
 cC5wbGFuZXRtaXJyb3IuY29tL3B1Yi9oeWxhZmF4L3NvdXJjZS8gXAorCQlmdHA6Ly9taXJyb3Iu
 YWFybmV0LmVkdS5hdS9wdWIvaHlsYWZheC8JXAorCQlmdHA6Ly9nZC50dXdpZW4uYWMuYXQvaW5m
 b3N5cy9mYXgvaHlsYWZheC8gXAorCQlmdHA6Ly9mdHAubnR1YS5nci9wdWIvbmV0L2h5bGFmYXgv
 IFwKKwkJZnRwOi8vbmEubWlycm9yLmdhcnIuaXQvbWlycm9ycy9oeWxhZmF4LyBcCisJCWh0dHA6
 Ly9wdWJsaWMucGxhbmV0bWlycm9yLmNvbS9wdWIvaHlsYWZheC9zb3VyY2UvCiAKIE1BSU5UQUlO
 RVI9CVcuSi5ad2FydEBOZXNjaW9MdWRlbnMubmwKIENPTU1FTlQ9CUZheCBzb2Z0d2FyZQogCi1C
 VUlMRF9ERVBFTkRTPQkke0xPQ0FMQkFTRX0vbGliL2FmbS9Db3VyaWVyOiR7UE9SVFNESVJ9L3By
 aW50L2FmbSBcCi0JCWdhd2s6JHtQT1JUU0RJUn0vbGFuZy9nYXdrCi0KICMgbm8gZGVwZW5kZW5j
 eSBvbiBnaG9zdHNjcmlwdCBiZWNhdXNlIHdlIGRvbid0IGtub3cgd2hpY2gKICMgdmVyc2lvbiB0
 aGUgdXNlciBwcmVmZXJzCitSVU5fREVQRU5EUz0JZ2F3azoke1BPUlRTRElSfS9sYW5nL2dhd2sK
 IExJQl9ERVBFTkRTPQl0aWZmOiR7UE9SVFNESVJ9L2dyYXBoaWNzL3RpZmYgXAogCQlqcGVnOiR7
 UE9SVFNESVJ9L2dyYXBoaWNzL2pwZWcKLQotUlVOX0RFUEVORFM9CWdhd2s6JHtQT1JUU0RJUn0v
 bGFuZy9nYXdrCitCVUlMRF9ERVBFTkRTPQkke0xPQ0FMQkFTRX0vbGliL2FmbS9Db3VyaWVyOiR7
 UE9SVFNESVJ9L3ByaW50L2FmbSBcCisJCWdhd2s6JHtQT1JUU0RJUn0vbGFuZy9nYXdrCiAKIERJ
 U1RfU1VCRElSPQloeWxhZmF4CiAKQEAgLTg0LDcgKzg5LDcgQEAKIC5pbmNsdWRlIDxic2QucG9y
 dC5wcmUubWs+CiAKIHByZS1leHRyYWN0OgotCUBpZiBbIC1kIC92YXIvZGIvcGtnL3RpZmYtMy42
 LjEgXTsgdGhlbiBcCisJQGlmIFsgLWQgJHtQS0dfREJESVJ9L3RpZmYtMy42LjEgXTsgdGhlbiBc
 CiAJCSR7RUNIT19NU0d9ICIiOyBcCiAJCSR7RUNIT19NU0d9ICJIeWxhZmF4IGRvZXMgbm90IHdv
 cmsgd2l0aCBsaWJ0aWZmLTMuNi4xLiI7IFwKIAkJJHtFQ0hPX01TR30gIlBsZWFzZSB1cGdyYWRl
 IHRvIGxpYnRpZmYtMy42LjFfMS4gKC91c3IvcG9ydHMvZ3JhcGhpY3MvdGlmZikiOyBcCmRpZmYg
 LXJ1TiBoeWxhZmF4LjQuMi41L2Rpc3RpbmZvIGh5bGFmYXgvZGlzdGluZm8KLS0tIGh5bGFmYXgu
 NC4yLjUvZGlzdGluZm8JU3VuIE1heSAgNyAxNDo0MDoxMCAyMDA2CisrKyBoeWxhZmF4L2Rpc3Rp
 bmZvCU1vbiBKdW4gIDUgMDk6NTM6MzEgMjAwNgpAQCAtMSwzICsxLDMgQEAKLU1ENSAoaHlsYWZh
 eC9oeWxhZmF4LTQuMi41LnRhci5neikgPSA1OTg5YzI2MzhmNzliMTc4Y2JlOTM1ODgyY2Q1OGYz
 ZQotU0hBMjU2IChoeWxhZmF4L2h5bGFmYXgtNC4yLjUudGFyLmd6KSA9IDBhNWY3YzUyZWUzNzdm
 ZWQ2MDI4MWQ5NzY4MWY1MGFlMjMwNjIzNDhlMTM5ZjdmY2MyMTU5NTdkZjllNjllYjcKLVNJWkUg
 KGh5bGFmYXgvaHlsYWZheC00LjIuNS50YXIuZ3opID0gMTQ1MDk1OAorTUQ1IChoeWxhZmF4L2h5
 bGFmYXgtNC4zLjAudGFyLmd6KSA9IDE1ZmJiM2ViNWZkZjZkZWYzNzk3OTk0NDJhNjhkYTRlCitT
 SEEyNTYgKGh5bGFmYXgvaHlsYWZheC00LjMuMC50YXIuZ3opID0gYTUwNTEyYmZlNmFlNjA1NzMw
 ODRkYWRmYjVhNjI5ZGU3OGRiMzBkMTlhYzU5YWQ2NzUwYmQ2MjFlMTM4ODE3YworU0laRSAoaHls
 YWZheC9oeWxhZmF4LTQuMy4wLnRhci5neikgPSAxNDY4MTM2CmRpZmYgLXJ1TiBoeWxhZmF4LjQu
 Mi41L2ZpbGVzL3BhdGNoLU1ha2VmaWxlIGh5bGFmYXgvZmlsZXMvcGF0Y2gtTWFrZWZpbGUKLS0t
 IGh5bGFmYXguNC4yLjUvZmlsZXMvcGF0Y2gtTWFrZWZpbGUJU2F0IEZlYiAxMSAwMzozNDo1MCAy
 MDA2CisrKyBoeWxhZmF4L2ZpbGVzL3BhdGNoLU1ha2VmaWxlCVRodSBKYW4gIDEgMDE6MDA6MDAg
 MTk3MApAQCAtMSwxNCArMCwwIEBACi0tLS0gTWFrZWZpbGUuaW4ub3JpZwlNb24gQXByIDE0IDEy
 OjQ0OjQyIDIwMDMKLSsrKyBNYWtlZmlsZS5pbglTYXQgRmViIDExIDEyOjAwOjE2IDIwMDYKLUBA
 IC0yMzMsMTAgKzIzMyw4IEBACi0gbWFrZUNsaWVudERpcnM6OgotIAktJHtJTlNUQUxMfSAtdSAk
 e1NZU1VTRVJ9IC1nICR7U1lTR1JPVVB9IC1tICR7RElSTU9ERX0gXAotIAkgICAgLWlkYiBoeWxh
 ZmF4LnN3LmNsaWVudCAtZGlyIFwKLS0JICAgICR7QklOfSAke0xJQkRBVEF9ICR7TElCRVhFQ30g
 JHtTQklOfQotKwkgICAgJHtMSUJEQVRBfQotIG1ha2VTZXJ2ZXJEaXJzOjoKLS0JLSR7SU5TVEFM
 TH0gLXUgJHtTWVNVU0VSfSAtZyAke1NZU0dST1VQfSAtbSAke0RJUk1PREV9IFwKLS0JICAgIC1p
 ZGIgaHlsYWZheC5zdy5zZXJ2ZXIgLWRpciAke1NCSU59OwotIAktJHtJTlNUQUxMfSAtdSAke0ZB
 WFVTRVJ9IC1nICR7RkFYR1JPVVB9IC1tICR7RElSTU9ERX0gXAotIAkgICAgLWlkYiBoeWxhZmF4
 LnN3LnNlcnZlciAtZGlyICR7U1BPT0x9Ci0gCS0ke0lOU1RBTEx9IC11ICR7RkFYVVNFUn0gLWcg
 JHtGQVhHUk9VUH0gLW0gJHtESVJNT0RFfSBcCmRpZmYgLXJ1TiBoeWxhZmF4LjQuMi41L2ZpbGVz
 L3BhdGNoLWNvbmZpZ3VyZSBoeWxhZmF4L2ZpbGVzL3BhdGNoLWNvbmZpZ3VyZQotLS0gaHlsYWZh
 eC40LjIuNS9maWxlcy9wYXRjaC1jb25maWd1cmUJU2F0IEZlYiAxMSAwMzozNDo1MCAyMDA2Cisr
 KyBoeWxhZmF4L2ZpbGVzL3BhdGNoLWNvbmZpZ3VyZQlUaHUgSmFuICAxIDAxOjAwOjAwIDE5NzAK
 QEAgLTEsMTEgKzAsMCBAQAotLS0tIGNvbmZpZ3VyZS5vcmlnCU1vbiBKYW4gMzAgMjM6MzE6MDkg
 MjAwNgotKysrIGNvbmZpZ3VyZQlNb24gSmFuIDMwIDIzOjMxOjMyIDIwMDYKLUBAIC0yNDE4LDcg
 KzI0MTgsNyBAQAotIAlpZiBbICR7aGVhZGVyX3Zlcn0gLWdlIDE5OTYwMzA3IF07IHRoZW4KLSAJ
 ICAgIGNhc2UgJHtsaWJfdmVyfSBpbgotIAkJMy40KQkJdGlmZl9ydW5sZW5fdD0idWludDE2IiA7
 OwotLQkJMy5bNTY3XSkJdGlmZl9ydW5sZW5fdD0idWludDMyIiA7OwotKwkJMy5bNTY3OF0pCXRp
 ZmZfcnVubGVuX3Q9InVpbnQzMiIgOzsKLSAJICAgIGVzYWMKLSAJZmkKLSAgICAgZWxzZQpkaWZm
 IC1ydU4gaHlsYWZheC40LjIuNS9maWxlcy9wa2ctbWVzc2FnZS5pbiBoeWxhZmF4L2ZpbGVzL3Br
 Zy1tZXNzYWdlLmluCi0tLSBoeWxhZmF4LjQuMi41L2ZpbGVzL3BrZy1tZXNzYWdlLmluCUZyaSBK
 YW4gMTQgMjM6Mjg6MTAgMjAwNQorKysgaHlsYWZheC9maWxlcy9wa2ctbWVzc2FnZS5pbglNb24g
 SnVuICA1IDEwOjA1OjI1IDIwMDYKQEAgLTE1LDYgKzE1LDggQEAKIAogPmN1YWExCSIlJVBSRUZJ
 WCUlL3NiaW4vZmF4Z2V0dHkiCWRpYWx1cAlvbiBzZWN1cmUKIAorQmUgc3VyZSB0byByZXJ1biAl
 JVBSRUZJWCUlL3NiaW4vZmF4c2V0dXAgYWZ0ZXIgdXBkYXRpbmcgeW91ciBoeWxhZmF4IHZlcnNp
 b24KKyAKIERvY3VtZW50YXRpb246CiAJT24gTGluZSBNYW51YWxzOiAJbWFuIGh5bGFmYXgtY2xp
 ZW50CiAJCQkJbWFuIGh5bGFmYXgtc2VydmVyCmRpZmYgLXJ1TiBoeWxhZmF4LjQuMi41L3BrZy1k
 ZXNjciBoeWxhZmF4L3BrZy1kZXNjcgotLS0gaHlsYWZheC40LjIuNS9wa2ctZGVzY3IJV2VkIEZl
 YiAgNSAxOToxNTo1NyAyMDAzCisrKyBoeWxhZmF4L3BrZy1kZXNjcglUdWUgSnVuICA2IDIxOjA2
 OjI1IDIwMDYKQEAgLTEsNCArMSw0IEBACi0oZXhjZXJwdCBmcm9tIEh5bGFGQVggRkFRLCBodHRw
 Oi8vd3d3Lmh5bGFmYXgub3JnL0h5bGFGQVEvUTAwMS5odG1sKQorKGV4Y2VycHQgZnJvbSBIeWxh
 RkFYIEZBUSwgaHR0cDovL3d3dy5oeWxhZmF4Lm9yZy9jb250ZW50L0Fib3V0X0h5bGFGQVgpCiAK
 ICAgICAgSHlsYUZBWCBpcyBhIGZhY3NpbWlsZSBzeXN0ZW0gZm9yIFVOSVggc3lzdGVtcy4gSXQg
 c3VwcG9ydHM6CiAgICAgICAgIG8gc2VuZGluZyBmYWNzaW1pbGUK
 ------=_20060606211657_79520--
 
 

From: "Willem Jaap Zwart" <W.J.Zwart@NescioLudens.nl>
To: "Marcus Alves Grando" <mnag@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/98222: port update comms/hylafax to 4.3.0
Date: Tue, 20 Jun 2006 19:33:46 +0200 (CEST)

 ------=_20060620193346_46617
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: 8bit
 
 Hi
 
 I guess the previous patch was too complicated, so I've created a new
 diff with just the minimal changes needed; please find it both in line
 below and attached
 
 Meanwhile users are asking for the release of this update. Please
 advise on the best way forward
 
 thanks
 
 Willem Jaap
 
 diff -ruN hylafax.4.2.5/Makefile hylafax/Makefile
 --- hylafax.4.2.5/Makefile	Wed May 31 00:24:38 2006
 +++ hylafax/Makefile	Tue Jun 20 19:27:00 2006
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=	hylafax
 -PORTVERSION=	4.2.5
 +PORTVERSION=	4.3.0
  CATEGORIES=	comms
  MASTER_SITES=	ftp://ftp.hylafax.org/source/
 
 diff -ruN hylafax.4.2.5/distinfo hylafax/distinfo
 --- hylafax.4.2.5/distinfo	Sun May  7 14:40:10 2006
 +++ hylafax/distinfo	Tue Jun 20 19:23:00 2006
 @@ -1,3 +1,3 @@
 -MD5 (hylafax/hylafax-4.2.5.tar.gz) = 5989c2638f79b178cbe935882cd58f3e
 -SHA256 (hylafax/hylafax-4.2.5.tar.gz) =
 0a5f7c52ee377fed60281d97681f50ae23062348e139f7fcc215957df9e69eb7
 -SIZE (hylafax/hylafax-4.2.5.tar.gz) = 1450958
 +MD5 (hylafax/hylafax-4.3.0.tar.gz) = 15fbb3eb5fdf6def379799442a68da4e
 +SHA256 (hylafax/hylafax-4.3.0.tar.gz) =
 a50512bfe6ae60573084dadfb5a629de78db30d19ac59ad6750bd621e138817c
 +SIZE (hylafax/hylafax-4.3.0.tar.gz) = 1468136
 diff -ruN hylafax.4.2.5/files/patch-Makefile hylafax/files/patch-Makefile
 --- hylafax.4.2.5/files/patch-Makefile	Sat Feb 11 03:34:50 2006
 +++ hylafax/files/patch-Makefile	Tue Jun 20 19:23:00 2006
 @@ -1,14 +0,0 @@
 ---- Makefile.in.orig	Mon Apr 14 12:44:42 2003
 -+++ Makefile.in	Sat Feb 11 12:00:16 2006
 -@@ -233,10 +233,8 @@
 - makeClientDirs::
 - 	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
 - 	    -idb hylafax.sw.client -dir \
 --	    ${BIN} ${LIBDATA} ${LIBEXEC} ${SBIN}
 -+	    ${LIBDATA}
 - makeServerDirs::
 --	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
 --	    -idb hylafax.sw.server -dir ${SBIN};
 - 	-${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
 - 	    -idb hylafax.sw.server -dir ${SPOOL}
 - 	-${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
 diff -ruN hylafax.4.2.5/files/patch-configure
 hylafax/files/patch-configure
 --- hylafax.4.2.5/files/patch-configure	Sat Feb 11 03:34:50 2006
 +++ hylafax/files/patch-configure	Tue Jun 20 19:23:00 2006
 @@ -1,11 +0,0 @@
 ---- configure.orig	Mon Jan 30 23:31:09 2006
 -+++ configure	Mon Jan 30 23:31:32 2006
 -@@ -2418,7 +2418,7 @@
 - 	if [ ${header_ver} -ge 19960307 ]; then
 - 	    case ${lib_ver} in
 - 		3.4)		tiff_runlen_t="uint16" ;;
 --		3.[567])	tiff_runlen_t="uint32" ;;
 -+		3.[5678])	tiff_runlen_t="uint32" ;;
 - 	    esac
 - 	fi
 -     else
 diff -ruN hylafax.4.2.5/files/pkg-message.in hylafax/files/pkg-message.in
 --- hylafax.4.2.5/files/pkg-message.in	Fri Jan 14 23:28:10 2005
 +++ hylafax/files/pkg-message.in	Tue Jun 20 19:23:00 2006
 @@ -15,6 +15,8 @@
 
  >cuaa1	"%%PREFIX%%/sbin/faxgetty"	dialup	on secure
 
 +Be sure to rerun %%PREFIX%%/sbin/faxsetup after updating your hylafax
 version
 +
  Documentation:
  	On Line Manuals: 	man hylafax-client
  				man hylafax-server
 diff -ruN hylafax.4.2.5/pkg-descr hylafax/pkg-descr
 --- hylafax.4.2.5/pkg-descr	Wed Feb  5 19:15:57 2003
 +++ hylafax/pkg-descr	Tue Jun 20 19:23:00 2006
 @@ -1,4 +1,4 @@
 -(excerpt from HylaFAX FAQ, http://www.hylafax.org/HylaFAQ/Q001.html)
 +(excerpt from HylaFAX FAQ, http://www.hylafax.org/content/About_HylaFAX)
 
       HylaFAX is a facsimile system for UNIX systems. It supports:
          o sending facsimile
 
 ------=_20060620193346_46617
 Content-Type: application/octet-stream; name="hylafax.4.3.0.diff"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="hylafax.4.3.0.diff"
 
 ZGlmZiAtcnVOIGh5bGFmYXguNC4yLjUvTWFrZWZpbGUgaHlsYWZheC9NYWtlZmlsZQotLS0gaHls
 YWZheC40LjIuNS9NYWtlZmlsZQlXZWQgTWF5IDMxIDAwOjI0OjM4IDIwMDYKKysrIGh5bGFmYXgv
 TWFrZWZpbGUJVHVlIEp1biAyMCAxOToyNzowMCAyMDA2CkBAIC02LDcgKzYsNyBAQAogIwogCiBQ
 T1JUTkFNRT0JaHlsYWZheAotUE9SVFZFUlNJT049CTQuMi41CitQT1JUVkVSU0lPTj0JNC4zLjAK
 IENBVEVHT1JJRVM9CWNvbW1zCiBNQVNURVJfU0lURVM9CWZ0cDovL2Z0cC5oeWxhZmF4Lm9yZy9z
 b3VyY2UvCiAKZGlmZiAtcnVOIGh5bGFmYXguNC4yLjUvZGlzdGluZm8gaHlsYWZheC9kaXN0aW5m
 bwotLS0gaHlsYWZheC40LjIuNS9kaXN0aW5mbwlTdW4gTWF5ICA3IDE0OjQwOjEwIDIwMDYKKysr
 IGh5bGFmYXgvZGlzdGluZm8JVHVlIEp1biAyMCAxOToyMzowMCAyMDA2CkBAIC0xLDMgKzEsMyBA
 QAotTUQ1IChoeWxhZmF4L2h5bGFmYXgtNC4yLjUudGFyLmd6KSA9IDU5ODljMjYzOGY3OWIxNzhj
 YmU5MzU4ODJjZDU4ZjNlCi1TSEEyNTYgKGh5bGFmYXgvaHlsYWZheC00LjIuNS50YXIuZ3opID0g
 MGE1ZjdjNTJlZTM3N2ZlZDYwMjgxZDk3NjgxZjUwYWUyMzA2MjM0OGUxMzlmN2ZjYzIxNTk1N2Rm
 OWU2OWViNwotU0laRSAoaHlsYWZheC9oeWxhZmF4LTQuMi41LnRhci5neikgPSAxNDUwOTU4CitN
 RDUgKGh5bGFmYXgvaHlsYWZheC00LjMuMC50YXIuZ3opID0gMTVmYmIzZWI1ZmRmNmRlZjM3OTc5
 OTQ0MmE2OGRhNGUKK1NIQTI1NiAoaHlsYWZheC9oeWxhZmF4LTQuMy4wLnRhci5neikgPSBhNTA1
 MTJiZmU2YWU2MDU3MzA4NGRhZGZiNWE2MjlkZTc4ZGIzMGQxOWFjNTlhZDY3NTBiZDYyMWUxMzg4
 MTdjCitTSVpFIChoeWxhZmF4L2h5bGFmYXgtNC4zLjAudGFyLmd6KSA9IDE0NjgxMzYKZGlmZiAt
 cnVOIGh5bGFmYXguNC4yLjUvZmlsZXMvcGF0Y2gtTWFrZWZpbGUgaHlsYWZheC9maWxlcy9wYXRj
 aC1NYWtlZmlsZQotLS0gaHlsYWZheC40LjIuNS9maWxlcy9wYXRjaC1NYWtlZmlsZQlTYXQgRmVi
 IDExIDAzOjM0OjUwIDIwMDYKKysrIGh5bGFmYXgvZmlsZXMvcGF0Y2gtTWFrZWZpbGUJVHVlIEp1
 biAyMCAxOToyMzowMCAyMDA2CkBAIC0xLDE0ICswLDAgQEAKLS0tLSBNYWtlZmlsZS5pbi5vcmln
 CU1vbiBBcHIgMTQgMTI6NDQ6NDIgMjAwMwotKysrIE1ha2VmaWxlLmluCVNhdCBGZWIgMTEgMTI6
 MDA6MTYgMjAwNgotQEAgLTIzMywxMCArMjMzLDggQEAKLSBtYWtlQ2xpZW50RGlyczo6Ci0gCS0k
 e0lOU1RBTEx9IC11ICR7U1lTVVNFUn0gLWcgJHtTWVNHUk9VUH0gLW0gJHtESVJNT0RFfSBcCi0g
 CSAgICAtaWRiIGh5bGFmYXguc3cuY2xpZW50IC1kaXIgXAotLQkgICAgJHtCSU59ICR7TElCREFU
 QX0gJHtMSUJFWEVDfSAke1NCSU59Ci0rCSAgICAke0xJQkRBVEF9Ci0gbWFrZVNlcnZlckRpcnM6
 OgotLQktJHtJTlNUQUxMfSAtdSAke1NZU1VTRVJ9IC1nICR7U1lTR1JPVVB9IC1tICR7RElSTU9E
 RX0gXAotLQkgICAgLWlkYiBoeWxhZmF4LnN3LnNlcnZlciAtZGlyICR7U0JJTn07Ci0gCS0ke0lO
 U1RBTEx9IC11ICR7RkFYVVNFUn0gLWcgJHtGQVhHUk9VUH0gLW0gJHtESVJNT0RFfSBcCi0gCSAg
 ICAtaWRiIGh5bGFmYXguc3cuc2VydmVyIC1kaXIgJHtTUE9PTH0KLSAJLSR7SU5TVEFMTH0gLXUg
 JHtGQVhVU0VSfSAtZyAke0ZBWEdST1VQfSAtbSAke0RJUk1PREV9IFwKZGlmZiAtcnVOIGh5bGFm
 YXguNC4yLjUvZmlsZXMvcGF0Y2gtY29uZmlndXJlIGh5bGFmYXgvZmlsZXMvcGF0Y2gtY29uZmln
 dXJlCi0tLSBoeWxhZmF4LjQuMi41L2ZpbGVzL3BhdGNoLWNvbmZpZ3VyZQlTYXQgRmViIDExIDAz
 OjM0OjUwIDIwMDYKKysrIGh5bGFmYXgvZmlsZXMvcGF0Y2gtY29uZmlndXJlCVR1ZSBKdW4gMjAg
 MTk6MjM6MDAgMjAwNgpAQCAtMSwxMSArMCwwIEBACi0tLS0gY29uZmlndXJlLm9yaWcJTW9uIEph
 biAzMCAyMzozMTowOSAyMDA2Ci0rKysgY29uZmlndXJlCU1vbiBKYW4gMzAgMjM6MzE6MzIgMjAw
 NgotQEAgLTI0MTgsNyArMjQxOCw3IEBACi0gCWlmIFsgJHtoZWFkZXJfdmVyfSAtZ2UgMTk5NjAz
 MDcgXTsgdGhlbgotIAkgICAgY2FzZSAke2xpYl92ZXJ9IGluCi0gCQkzLjQpCQl0aWZmX3J1bmxl
 bl90PSJ1aW50MTYiIDs7Ci0tCQkzLls1NjddKQl0aWZmX3J1bmxlbl90PSJ1aW50MzIiIDs7Ci0r
 CQkzLls1Njc4XSkJdGlmZl9ydW5sZW5fdD0idWludDMyIiA7OwotIAkgICAgZXNhYwotIAlmaQot
 ICAgICBlbHNlCmRpZmYgLXJ1TiBoeWxhZmF4LjQuMi41L2ZpbGVzL3BrZy1tZXNzYWdlLmluIGh5
 bGFmYXgvZmlsZXMvcGtnLW1lc3NhZ2UuaW4KLS0tIGh5bGFmYXguNC4yLjUvZmlsZXMvcGtnLW1l
 c3NhZ2UuaW4JRnJpIEphbiAxNCAyMzoyODoxMCAyMDA1CisrKyBoeWxhZmF4L2ZpbGVzL3BrZy1t
 ZXNzYWdlLmluCVR1ZSBKdW4gMjAgMTk6MjM6MDAgMjAwNgpAQCAtMTUsNiArMTUsOCBAQAogCiA+
 Y3VhYTEJIiUlUFJFRklYJSUvc2Jpbi9mYXhnZXR0eSIJZGlhbHVwCW9uIHNlY3VyZQogCitCZSBz
 dXJlIHRvIHJlcnVuICUlUFJFRklYJSUvc2Jpbi9mYXhzZXR1cCBhZnRlciB1cGRhdGluZyB5b3Vy
 IGh5bGFmYXggdmVyc2lvbgorIAogRG9jdW1lbnRhdGlvbjoKIAlPbiBMaW5lIE1hbnVhbHM6IAlt
 YW4gaHlsYWZheC1jbGllbnQKIAkJCQltYW4gaHlsYWZheC1zZXJ2ZXIKZGlmZiAtcnVOIGh5bGFm
 YXguNC4yLjUvcGtnLWRlc2NyIGh5bGFmYXgvcGtnLWRlc2NyCi0tLSBoeWxhZmF4LjQuMi41L3Br
 Zy1kZXNjcglXZWQgRmViICA1IDE5OjE1OjU3IDIwMDMKKysrIGh5bGFmYXgvcGtnLWRlc2NyCVR1
 ZSBKdW4gMjAgMTk6MjM6MDAgMjAwNgpAQCAtMSw0ICsxLDQgQEAKLShleGNlcnB0IGZyb20gSHls
 YUZBWCBGQVEsIGh0dHA6Ly93d3cuaHlsYWZheC5vcmcvSHlsYUZBUS9RMDAxLmh0bWwpCisoZXhj
 ZXJwdCBmcm9tIEh5bGFGQVggRkFRLCBodHRwOi8vd3d3Lmh5bGFmYXgub3JnL2NvbnRlbnQvQWJv
 dXRfSHlsYUZBWCkKIAogICAgICBIeWxhRkFYIGlzIGEgZmFjc2ltaWxlIHN5c3RlbSBmb3IgVU5J
 WCBzeXN0ZW1zLiBJdCBzdXBwb3J0czoKICAgICAgICAgbyBzZW5kaW5nIGZhY3NpbWlsZQo=
 ------=_20060620193346_46617--
 
 

From: Marcus Alves Grando <mnag@FreeBSD.org>
To: Willem Jaap Zwart <W.J.Zwart@NescioLudens.nl>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/98222: port update comms/hylafax to 4.3.0
Date: Sat, 24 Jun 2006 12:30:26 -0300

 Please, fix this two issues:
 
 ===>  Building package for hylafax-4.3.0
 Creating package /tmp/packages/All/hylafax-4.3.0.tgz
 Registering depends: gawk-3.1.1_1 gettext-0.14.5_2 expat-2.0.0_1
 tiff-3.8.2 libiconv-1.9.2_2 jpeg-6b_4.
 Creating gzip'd tar ball in '/tmp/packages/All/hylafax-4.3.0.tgz'
 Deleting hylafax-4.3.0
 pkg_delete: unable to completely remove directory '/var/spool/hylafax/bin'
 pkg_delete: unable to completely remove directory
 '/var/spool/hylafax/config'
 If you are permanently removing this port, you should do a ''rm -rf
 /var/spool/hylafax'' to remove any binary, configuration and log
 files left.
 -----------------
 pkg_delete: couldn't entirely delete package (perhaps the packing list is
 incorrectly specified?)
 ================================================================
 
 === Checking filesystem state
 list of filesystem changes from before and after port installation and
 deinstallation
 usr/local/bin changed
 	user expected 0 found 3
 	gid expected 0 found 7
 usr/local/sbin changed
 	user expected 0 found 3
 	gid expected 0 found 7
 
 Regards
 
 -- 
 Marcus Alves Grando
 marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
   mnag(at)FreeBSD.org         |  FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sat Oct 7 13:37:48 UTC 2006 
State-Changed-Why:  
Committed with modifications. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98222 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/98222: commit references a PR
Date: Sat,  7 Oct 2006 13:37:52 +0000 (UTC)

 pav         2006-10-07 13:37:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/hylafax        Makefile distinfo pkg-descr 
     comms/hylafax/files  pkg-message.in 
   Removed files:
     comms/hylafax/files  patch-configure 
   Log:
   - Update to 4.3.0
   
   PR:             ports/98222
   Submitted by:   <W.J.Zwart@NescioLudens.nl> (maintainer)
   
   Revision  Changes    Path
   1.81      +3 -3      ports/comms/hylafax/Makefile
   1.22      +3 -3      ports/comms/hylafax/distinfo
   1.9       +0 -11     ports/comms/hylafax/files/patch-configure (dead)
   1.2       +2 -0      ports/comms/hylafax/files/pkg-message.in
   1.7       +1 -1      ports/comms/hylafax/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
