Index: head/www/wwwoffle/pkg-message =================================================================== --- head/www/wwwoffle/pkg-message (revision 315138) +++ head/www/wwwoffle/pkg-message (nonexistent) @@ -1,15 +0,0 @@ -NOTES: - -Please copy /var/spool/wwwoffle/wwwoffle.conf.install to -/var/spool/wwwoffle/wwwoffle.conf, and edit the copy as needed. - -If you are upgrading from an old version of wwwoffle, you may need to -convert the cache directory structure to work with the new version. You -can find programs in the WWWOFFLE distribution tarball to do this, along -with instructions about what is needed. A more common requirement is to run -the `upgrade-config.pl' script, so you will find a copy of this in -/var/spool/wwwoffle/upgrade-config.pl. You should run this on your -configuration file, e.g.: - - $ perl /var/spool/wwwoffle/upgrade-config.pl \ - /usr/local/etc/wwwoffle.conf Property changes on: head/www/wwwoffle/pkg-message ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/wwwoffle/Makefile =================================================================== --- head/www/wwwoffle/Makefile (revision 315138) +++ head/www/wwwoffle/Makefile (revision 315139) @@ -1,57 +1,49 @@ -# New ports collection makefile for: wwwoffle -# Date created: 1 Jun 1998 -# Whom: Peter Mutsaers -# +# Creaed by: Peter Mutsaers # $FreeBSD$ -# PORTNAME= wwwoffle PORTVERSION= 2.9i PORTREVISION= 1 CATEGORIES= www ipv6 -MASTER_SITES= http://www.gedanken.demon.co.uk/download-wwwoffle/ +MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A caching proxy server for HTTP and FTP designed for dial-up hosts +COMMENT= Caching proxy server for HTTP and FTP designed for dial-up hosts -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LICENSE= GPLv2 +LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls + USE_PERL5= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes + USE_RC_SUBR= ${PORTNAME}d # $SPOOL seems like a common name which could be used for other things, so # use $WWWOFFLE_SPOOL as the overriding setting. WWWOFFLE_SPOOL?= /var/spool/wwwoffle PLIST_SUB+= WWWOFFLE_SPOOL=${WWWOFFLE_SPOOL} HAS_CONFIGURE= yes CONFIGURE_ENV= LIBS=-lmd CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc --with-ipv6 \ - --with-gnutls=${PREFIX} \ + --with-gnutls=${LOCALBASE} \ --with-spooldir=${WWWOFFLE_SPOOL} \ --docdir=${DOCSDIR} \ --mandir=${MANPREFIX}/man +SUB_FILES= pkg-message +SUB_LIST= WWWOFFLE_SPOOL="${WWWOFFLE_SPOOL}" + MAN1= wwwoffle.1 MAN5= wwwoffle.conf.5 MAN8= wwwoffled.8 - -.if ${WWWOFFLE_SPOOL} != "/var/spool/wwwoffle" -# If using a non-standard spool, change all the documentation (and anything -# else) to reflect that. -PKGMESSAGE=${WRKDIR}/MESSAGE - -post-configure: - @${SED} 's@/var/spool/wwwoffle@${WWWOFFLE_SPOOL}/wwwoffle@g' \ - ${PKGDIR}/pkg-message > ${PKGMESSAGE} - -.endif post-install: @${INSTALL_SCRIPT} ${WRKSRC}/conf/upgrade-config.pl ${WWWOFFLE_SPOOL} @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/wwwoffle/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/wwwoffle/files/pkg-message.in =================================================================== --- head/www/wwwoffle/files/pkg-message.in (nonexistent) +++ head/www/wwwoffle/files/pkg-message.in (revision 315139) @@ -0,0 +1,15 @@ +NOTES: + +Please copy %%WWWOFFLE_SPOOL%%/wwwoffle.conf.install to +%%WWWOFFLE_SPOOL%%/wwwoffle.conf, and edit the copy as needed. + +If you are upgrading from an old version of wwwoffle, you may need to +convert the cache directory structure to work with the new version. You +can find programs in the WWWOFFLE distribution tarball to do this, along +with instructions about what is needed. A more common requirement is to +run the `upgrade-config.pl' script, so you will find a copy of this in +%%WWWOFFLE_SPOOL%%/upgrade-config.pl. You should run this on your +configuration file, e.g.: + + $ perl %%WWWOFFLE_SPOOL%%/upgrade-config.pl \ + %%PREFIX%%/etc/wwwoffle.conf Property changes on: head/www/wwwoffle/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/wwwoffle/pkg-descr =================================================================== --- head/www/wwwoffle/pkg-descr (revision 315138) +++ head/www/wwwoffle/pkg-descr (revision 315139) @@ -1,12 +1,12 @@ The wwwoffled program is a simple proxy server with special features for use with dial-up internet links. This means that it is possible to browse web pages and read them without having to remain connected. * Can be configured to use dial-on-demand for pages that are not cached. * Selection of pages to download next time online + Using normal browser to follow links. + Command line interface to select pages for downloading. * Control which pages can be requested when offline. * Provides non-cached access to intranet servers. -WWW: http://www.gedanken.demon.co.uk/wwwoffle/ +WWW: http://www.gedanken.org.uk/software/wwwoffle/ Property changes on: head/www/wwwoffle/pkg-descr ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property