Index: head/japanese/wikicker/Makefile =================================================================== --- head/japanese/wikicker/Makefile (revision 248678) +++ head/japanese/wikicker/Makefile (revision 248679) @@ -1,98 +1,97 @@ # New ports collection makefile for: WiKicker # Date created: 21 Sep 2003 # Whom: Fumihiko Kimura # # $FreeBSD$ # PORTNAME= WiKicker PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES+= japanese www perl5 MASTER_SITES= http://www.naney.org/comp/distrib/WiKicker/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= Wiki like system by perl5 USE_PERL5= yes PERL_CONFIGURE= yes # ============================================================================ # = You have to appoint GPG to use a function to upload an image. = # = If it is necessary, it seems to be WITH_IMAGEUPLOAD=yes = # ============================================================================ .if defined(WITH_IMAGEUPLOAD) RUN_DEPENDS+= ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface .endif -RUN_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ +RUN_DEPENDS+= ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${JCODE}:${PORTSDIR}/japanese/p5-Jcode \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl .if defined(WITH_WIKICKER_RECENTLOG) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite .endif # DiKicker needed .if defined(WITH_WIKICKER_DB_FILE_LOCK) RUN_DEPENDS+= ${SITE_PERL}/DB_File/Lock.pm:${PORTSDIR}/devel/p5-DB_File-Lock .endif .if !defined(WITHOUT_WIKICKER_MEMCACHED) RUN_DEPENDS+= ${SITE_PERL}/Cache/Memcached.pm:${PORTSDIR}/databases/p5-Cache-Memcached .endif JCODE= ${SITE_PERL}/Jcode.pm PKGMESSAGE= ${WRKDIR}/pkg-message WIKIAUTO= ${SITE_PERL}/auto/${PORTNAME} WIKIPM= ${SITE_PERL}/${PORTNAME} WIKISCRIPT= wiki.cgi.in MAN3= WiKicker.3 WiKicker::HTML.3 SUB_FILES= pkg-message SUB_LIST= HostName=${HOST} post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} @${ECHO_MSG} "=============================================================" @${ECHO_MSG} " Install Documents to ${DOCSDIR}" @${ECHO_MSG} "=============================================================" @${MKDIR} ${DOCSDIR} .for FILE in AUTHORS ChangeLog NEWS README THANKS ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @cd ${DOCSDIR} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${DOCSDIR:S|${LOCALBASE}/||},' >>${TMPPLIST} @cd ${DOCSDIR} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm ${DOCSDIR:S|${LOCALBASE}/||},' >>${TMPPLIST} .endif @${ECHO_MSG} @${ECHO_MSG} "=============================================================" @${ECHO_MSG} " Install Examples to ${EXAMPLESDIR}" @${ECHO_MSG} "=============================================================" @-${MKDIR} ${EXAMPLESDIR} .for FILE in htaccess.in wiki.cgi.properties.in wiki.css.in ${INSTALL_DATA} ${FILESDIR}/${FILE} ${EXAMPLESDIR}/${FILE:S|.in||} .endfor ${INSTALL_SCRIPT} ${FILESDIR}/${WIKISCRIPT} ${EXAMPLESDIR}/${WIKISCRIPT:S|.in||} @cd ${EXAMPLESDIR} && ${FIND} . -type f -o -type l | ${SED} -e 's,^\.,${EXAMPLESDIR:S|${LOCALBASE}/||},' >>${TMPPLIST} @cd ${EXAMPLESDIR} && ${FIND} . -type d -depth | ${SED} -e 's,^\.,@dirrm ${EXAMPLESDIR:S|${LOCALBASE}/||},' >>${TMPPLIST} @${ECHO_MSG} @${ECHO_MSG} "===> Making PLIST Phase Start" @cd ${PREFIX}; ${FIND} ${WIKIAUTO:S/^${PREFIX}\///} -type f -o -type l | ${SED} -e 's,^\.,${WIKIAUTO:S|${PREFIX}/||},' >>${TMPPLIST} @cd ${PREFIX}; ${FIND} ${WIKIAUTO:S/^${PREFIX}\///} -type d | \ ${SORT} -r | ${SED} -e 's/^/@dirrm /' >>${TMPPLIST} @cd ${PREFIX}; ${FIND} ${WIKIPM:S/^${PREFIX}\///} -type f -o -type l | ${SED} -e 's,^\.,${WIKIPM:S|${PREFIX}/||},' >>${TMPPLIST} @cd ${PREFIX}; ${FIND} ${WIKIPM:S/^${PREFIX}\///} -type d | \ ${SORT} -r | ${SED} -e 's/^/@dirrm /' >>${TMPPLIST} @${ECHO_MSG} "===> Making PLIST Phase End" @${CAT} ${PKGMESSAGE} .include Property changes on: head/japanese/wikicker/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/lang/p5-Perl6-Subs/Makefile =================================================================== --- head/lang/p5-Perl6-Subs/Makefile (revision 248678) +++ head/lang/p5-Perl6-Subs/Makefile (revision 248679) @@ -1,26 +1,25 @@ # New ports collection makefile for: lang/p5-Perl6-Subs # Date created: 07 January 2006 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Perl6-Subs PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl6::Subs - Define your subroutines in the Perl 6 style -BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple \ - ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ - ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.4+ MAN3= Perl6::Subs.3 .include Property changes on: head/lang/p5-Perl6-Subs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/mail/anomy-sanitizer/Makefile =================================================================== --- head/mail/anomy-sanitizer/Makefile (revision 248678) +++ head/mail/anomy-sanitizer/Makefile (revision 248679) @@ -1,50 +1,47 @@ # New ports collection makefile for: anomy-sanitizer # Date created: 2003-02-11 # Whom: janos.mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= anomy-sanitizer PORTVERSION= 1.76 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail security MASTER_SITES= http://mailtools.anomy.net/dist/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Sanitize and clean incoming/outgoing mail - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 USE_PERL5= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/anomy DOCS= CHANGELOG.sanitizer CREDITS README.sanitizer sanitizer.html do-install: @${MKDIR} ${SITE_PERL}/Anomy/Sanitizer/ ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/HTMLCleaner.pm ${SITE_PERL}/Anomy ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/Log.pm ${SITE_PERL}/Anomy ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/MIMEStream.pm ${SITE_PERL}/Anomy ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/Sanitizer.pm ${SITE_PERL}/Anomy ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/Sanitizer/FProt.pm ${SITE_PERL}/Anomy/Sanitizer/ ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/Sanitizer/FileTypes.pm ${SITE_PERL}/Anomy/Sanitizer/ ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/Sanitizer/MacroScanner.pm ${SITE_PERL}/Anomy/Sanitizer/ ${INSTALL_DATA} ${WRKSRC}/bin/Anomy/Sanitizer/Scoring.pm ${SITE_PERL}/Anomy/Sanitizer/ ${INSTALL_SCRIPT} ${WRKSRC}/bin/sanitizer.pl ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/simplify.pl ${PREFIX}/bin post-install: ${INSTALL_DATA} ${FILESDIR}/sanitizer.cfg.sample ${PREFIX}/etc/ @${ECHO_MSG} "" @${ECHO_MSG} "Sample config installed at ${PREFIX}/etc/sanitizer.cfg.sample" @${ECHO_MSG} "" .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/mail/anomy-sanitizer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/mail/demime/Makefile =================================================================== --- head/mail/demime/Makefile (revision 248678) +++ head/mail/demime/Makefile (revision 248679) @@ -1,42 +1,42 @@ # New ports collection makefile for: demime # Date Created: 25 April 2001 # Whom: Pete Fritchman # # $FreeBSD$ # PORTNAME= demime PORTVERSION= 1.1d +PORTREVISION= 1 CATEGORIES= mail textproc MASTER_SITES= http://majordomo.squawk.com/njs/demime/:demime \ http://scifi.squawk.com/:junkmail DISTFILES= ${PORTNAME}.${PORTVERSION}:demime demime_junkmail.cf:junkmail MAINTAINER= ports@FreeBSD.org COMMENT= A tool to scrub mime from mailing lists -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset NO_BUILD= yes USE_PERL5= yes POD2MAN?= pod2man MAN1= demime.1 do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/demime.${PORTVERSION} ${WRKSRC}/demime post-patch: @${REINPLACE_CMD} -e 's!/usr/lib/majordomo/demime_junkmail.cf!${PREFIX}/etc/demime_junkmail.cf!g' ${WRKSRC}/demime do-install: ${INSTALL_SCRIPT} -c ${WRKSRC}/demime ${PREFIX}/bin/demime ${INSTALL_DATA} ${DISTDIR}/demime_junkmail.cf ${PREFIX}/etc ${POD2MAN} ${WRKSRC}/demime > ${PREFIX}/man/man1/demime.1 .include Property changes on: head/mail/demime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/mail/dkfilter/Makefile =================================================================== --- head/mail/dkfilter/Makefile (revision 248678) +++ head/mail/dkfilter/Makefile (revision 248679) @@ -1,42 +1,41 @@ # New ports collection makefile for: dkfilter # Date created: 3 Nov 2005 # Whom: Yoshisato YANAGISAWA # # $FreeBSD$ # PORTNAME= dkfilter PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://jason.long.name/dkfilter/ MAINTAINER= yanagisawa@csg.is.titech.ac.jp COMMENT= Domainkeys filter for Postfix BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_PERL5= yes USE_RC_SUBR= dkfilter_in dkfilter_out DKFILTER_USERNAME?= dkfilter DKFILTER_USERID?= 325 DKFILTER_GROUPNAME?= ${DKFILTER_USERNAME} DKFILTER_GROUPID?= ${DKFILTER_USERID} SUB_FILES= pkg-install pkg-deinstall SUB_LIST= USER=${DKFILTER_USERNAME} \ UID=${DKFILTER_USERID} \ GROUP=${DKFILTER_GROUPNAME} \ GID=${DKFILTER_GROUPID} pre-install: ${SH} ${PKGINSTALL} ${PREFIX} PRE-INSTALL .include Property changes on: head/mail/dkfilter/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/mail/extmail/Makefile =================================================================== --- head/mail/extmail/Makefile (revision 248678) +++ head/mail/extmail/Makefile (revision 248679) @@ -1,66 +1,66 @@ # New ports collection makefile for: extmail # Date created: 31 Frebruary 2006 # Whom: Chifeng QU # # $FreeBSD$ # PORTNAME= extmail PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.chifeng.name/dist/extmail/ \ http://mirror3.extmail.net/dist/ MAINTAINER= chifeng@gmail.com COMMENT= A high performance webmail system -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog USE_PERL5= yes NO_BUILD= yes OPTIONS= MYSQL "Use MySQL support" On \ LDAP "Use LDAP support" Off .include .if defined(WITH_MYSQL) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .endif .if defined(WITH_LDAP) RUN_DEPENDS+= ${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP .endif do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR:S,^${PREFIX}/,%D/,}' >> ${TMPPLIST} @${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 @${ECHO_CMD} '@exec ${FIND} ${WWWDIR:S,^${PREFIX}/,%D/,} -type d -print0 | \ ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} @${FIND} \ ${WWWDIR}/cgi \ ${WWWDIR}/tools \ ${WWWDIR}/dispatch-init \ ${WWWDIR}/dispatch.fcgi \ ${WWWDIR}/dispatch_lig.sh \ -type f -print0 | ${XARGS} -0 ${CHMOD} +x @${ECHO_CMD} '@exec ${FIND} \ ${WWWDIR:S,^${PREFIX}/,%D/,}/cgi \ ${WWWDIR:S,^${PREFIX}/,%D/,}/tools \ ${WWWDIR:S,^${PREFIX}/,%D/,}/dispatch-init \ ${WWWDIR:S,^${PREFIX}/,%D/,}/dispatch.fcgi \ ${WWWDIR:S,^${PREFIX}/,%D/,}/dispatch_lig.sh \ -type f -print0 | ${XARGS} -0 ${CHMOD} +x' >> ${TMPPLIST} post-install: @if [ ! -f ${WWWDIR}/webmail.cf ]; then \ ${CP} -p ${WWWDIR}/webmail.cf.default ${WWWDIR}/webmail.cf ; \ ${CHMOD} +w ${WWWDIR}/webmail.cf ; \ fi .include Property changes on: head/mail/extmail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/mail/extman/Makefile =================================================================== --- head/mail/extman/Makefile (revision 248678) +++ head/mail/extman/Makefile (revision 248679) @@ -1,69 +1,69 @@ # New ports collection makefile for: extman # Date created: 3 April 2007 # Whom: Chifeng QU # # $FreeBSD$ # PORTNAME= extman PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.chifeng.name/dist/extman/%SUBDIR%/ \ http://mirror3.extmail.net/dist/%SUBDIR%/ MAINTAINER= chifeng@gmail.com COMMENT= Web interface to manage Virtual Accounts -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes NO_BUILD= yes OPTIONS= MySQL "Use MySQL support" On \ LDAP "Use LDAP support" Off .include .if defined(WITH_MySQL) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .endif .if defined(WITH_LDAP) RUN_DEPENDS+= ${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP .endif do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR:S,^${PREFIX}/,%D/,}' >> ${TMPPLIST} @${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 @${ECHO_CMD} '@exec ${FIND} ${WWWDIR:S,^${PREFIX}/,%D/,} -type d -print0 | \ ${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST} @${FIND} \ ${WWWDIR}/cgi \ ${WWWDIR}/contrib \ ${WWWDIR}/tools \ ${WWWDIR}/addon/mailgraph_ext/mailgraph-init \ ${WWWDIR}/addon/mailgraph_ext/mailgraph_ext.pl \ ${WWWDIR}/addon/mailgraph_ext/qmonitor.pl \ -type f -print0 | ${XARGS} -0 ${CHMOD} +x @${ECHO_CMD} '@exec ${FIND} \ ${WWWDIR:S,^${PREFIX}/,%D/,}/cgi \ ${WWWDIR:S,^${PREFIX}/,%D/,}/contrib \ ${WWWDIR:S,^${PREFIX}/,%D/,}/tools \ ${WWWDIR:S,^${PREFIX}/,%D/,}/addon/mailgraph_ext/mailgraph-init \ ${WWWDIR:S,^${PREFIX}/,%D/,}/addon/mailgraph_ext/mailgraph_ext.pl \ ${WWWDIR:S,^${PREFIX}/,%D/,}/addon/mailgraph_ext/qmonitor.pl \ -type f -print0 | ${XARGS} -0 ${CHMOD} +x' >> ${TMPPLIST} post-install: @if [ ! -f ${WWWDIR}/webman.cf ]; then \ ${CP} -p ${WWWDIR}/webman.cf.default ${WWWDIR}/webman.cf ; \ ${CHMOD} +w ${WWWDIR}/webman.cf ; \ fi .include Property changes on: head/mail/extman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/mail/fetchyahoo/Makefile =================================================================== --- head/mail/fetchyahoo/Makefile (revision 248678) +++ head/mail/fetchyahoo/Makefile (revision 248679) @@ -1,46 +1,46 @@ # New ports collection makefile for: fetchyahoo # Date created: 2003-09-27 # Whom: trevor # # $FreeBSD$ # PORTNAME= fetchyahoo PORTVERSION= 2.13.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://fetchyahoo.twizzler.org/ MAINTAINER= chalpin@cs.wisc.edu COMMENT= Download e-mail from a Yahoo account to a Berkeley mailbox RUN_DEPENDS= \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/IO/Lines.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ ${SITE_PERL}/${PERL_ARCH}/HTML/Filter.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey MAN1= fetchyahoo.1 PLIST_DIRS= share/examples/fetchyahoo PLIST_FILES= bin/fetchyahoo share/examples/fetchyahoo/fetchyahoorc PORTDOCS= COPYING ChangeLog Credits INSTALL TODO index.html NO_BUILD= yes USE_PERL5= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/fetchyahoo ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/fetchyahoorc ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for ii in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} .endfor .endif .include Property changes on: head/mail/fetchyahoo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/mail/mailscanner/Makefile =================================================================== --- head/mail/mailscanner/Makefile (revision 248678) +++ head/mail/mailscanner/Makefile (revision 248679) @@ -1,430 +1,424 @@ # New ports collection makefile for: MailScanner # Date created: 17 March 2003 # Whom: Jan-Peter Koopmann # # $FreeBSD$ # PORTNAME= MailScanner PORTVERSION= 4.79.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.mailscanner.info/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} MAINTAINER= pgollucci@FreeBSD.org COMMENT= Powerful virus/spam scanning framework for mail gateways BUILD_DEPENDS= \ ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/${PERL_ARCH}/Bundle/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF \ ${SITE_PERL}/Convert/BinHex.pm:${PORTSDIR}/converters/p5-Convert-BinHex \ ${SITE_PERL}/Net/CIDR.pm:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ ${SITE_PERL}/Net/Ident.pm:${PORTSDIR}/net/p5-Net-Ident \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ - ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO \ ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite RUN_DEPENDS+= ${BUILD_DEPENDS} \ bash:${PORTSDIR}/shells/bash \ tnef:${PORTSDIR}/converters/tnef \ wget:${PORTSDIR}/ftp/wget OPTIONS= SPAMASSASSIN "Install SpamAssassin" on \ CLAMAV "Install ClamAV" on \ CLAMAVMODULE "Install ClamAV Module" off \ BDC "Install BitDefender" off CONFLICTS= MailScanner-devel-[0-9]* PATCHLEVEL= 1 USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME}-install-${PORTVERSION} SUB_FILES= pkg-message MAN8= MailScanner.8 MLINKS= MailScanner.8 mailscanner.8 .include .if defined(WITH_SPAMASSASSIN) RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin PLIST_SUB+= SPAMASSASSIN="" .else PLIST_SUB+= SPAMASSASSIN="@comment " .endif # backwards compatibility .if defined(NO_SPAMASSASSIN_SYMLINK) WITHOUT_SPAMASSASSIN_SYMLINK=${NO_SPAMASSASSIN_SYMLINK} .endif .if defined(WITHOUT_SPAMASSASSIN_SYMLINK) PLIST_SUB+= SPAMASSASSIN_SYMLINK="@comment " .else PLIST_SUB+= SPAMASSASSIN_SYMLINK="" .endif .if !defined(WITHOUT_CLAMAV) RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav .endif .if defined(WITH_CLAMAVMODULE) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mail/ClamAV.pm:${PORTSDIR}/mail/p5-Mail-ClamAV .endif .if defined(WITH_CLAMAV)||defined(WITH_CLAMAVMODULE) RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip \ unrar:${PORTSDIR}/archivers/unrar \ zoo:${PORTSDIR}/archivers/zoo \ unarj:${PORTSDIR}/archivers/unarj \ unace:${PORTSDIR}/archivers/unace \ lha:${PORTSDIR}/archivers/lha .endif .if defined(WITH_BDC) RUN_DEPENDS+= bdc:${PORTSDIR}/security/bdc .endif DOC_FILES= INSTALL.FreeBSD INSTALL.OpenBSD README ETC_FILES= MailScanner.conf filename.rules.conf \ archives.filename.rules.conf archives.filetype.rules.conf \ filetype.rules.conf spam.assassin.prefs.conf \ spam.lists.conf virus.scanners.conf \ phishing.safe.sites.conf \ phishing.bad.sites.conf \ country.domains.conf MCP_FILES= mcp.spam.assassin.prefs.conf \ 10_example.cf v320.pre USRLOCAL_FILES_LIB= \ bitdefender-autoupdate f-prot-autoupdate \ f-secure-wrapper inoculan-autoupdate \ kavdaemonclient-wrapper mcafee-autoupdate \ nod32-autoupdate rav-autoupdate \ rav-wrapper sophos-autoupdate USE_RC_SUBR= mailscanner mta SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} post-extract: cd ${WRKSRC} && ${TAR} xvzf perl-tar/MailScanner-${PORTVERSION}-${PATCHLEVEL}.tar.gz > /dev/null && ${MV} MailScanner-${PORTVERSION}-${PATCHLEVEL}/* . do-build: ${PERL} -pi -e \ 's,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g;' \ ${WRKSRC}/bin/MailScanner ${PERL} -pi -e \ 's,/opt/MailScanner/lib,${PREFIX}/libexec/MailScanner,g;' \ ${WRKSRC}/bin/mailscanner_create_locks ${PERL} -pi -e \ 's,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/bin/processing_messages_alert ${PERL} -pi -e \ 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ s,/opt/MailScanner/bin,${PREFIX}/bin,g; \ s,/opt/MailScanner/etc/reports,${DATADIR}/reports,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g; \ s,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g; \ s,/usr/bin/unrar,${LOCALBASE}/bin/unrar,g; \ s,/bin/gunzip,/usr/bin/gunzip,g; \ s,/etc/mail/spamassassin,${LOCALBASE}/etc/mail/spamassassin,g; \ s,/tmp/clamd.socket,/var/run/clamav/clamd.sock,g; \ s,/usr/local/share/clamav,/var/db/clamav,g;' \ ${WRKSRC}/etc/MailScanner.conf ${PERL} -pi -e \ 's,/opt/MailScanner/lib,${PREFIX}/libexec/MailScanner,g; \ s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g;' \ ${WRKSRC}/bin/update_virus_scanners ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g; \ s,%%RC_SUBR%%,${RC_SUBR},g;' \ ${WRKSRC}/bin/cron/update_virus_scanners.cron ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/bin/update_bad_phishing_emails ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/bin/update_phishing_sites ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/bin/update_bad_phishing_sites ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g; \ s,%%RC_SUBR%%,${RC_SUBR},g;' \ ${WRKSRC}/bin/cron/update_phishing_sites.cron ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g; \ s,%%RC_SUBR%%,${RC_SUBR},g;' \ ${WRKSRC}/bin/cron/update_bad_phishing_sites.cron ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g; \ s,%%RC_SUBR%%,${RC_SUBR},g;' \ ${WRKSRC}/bin/cron/update_spamassassin.cron ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/etc/init.d/MailScanner,${LOCALBASE}/etc/rc.d/mailscanner,g; \ s,/etc/mail/,${LOCALBASE}/etc/mail/,g; \ s,/usr/bin/sa-compile,${LOCALBASE}/bin/sa-compile,g; \ s,/usr/bin/sa-update,${LOCALBASE}/bin/sa-update,g;' \ ${WRKSRC}/bin/update_spamassassin ${PERL} -pi -e \ 's,/etc/MailScanner/MailScanner.conf,${PREFIX}/etc/MailScanner/MailScanner.conf,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g;' \ ${WRKSRC}/bin/clean.SA.cache ${PERL} -pi -e \ 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ s,/opt/MailScanner/bin,${PREFIX}/bin,g; \ s,/opt/MailScanner/etc/reports,${DATADIR}/reports,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/lib/MailScanner/ConfigDefs.pl ${PERL} -pi -e \ 's,/bin/sed,/usr/bin/sed,g;' ${WRKSRC}/lib/MailScanner/SystemDefs.pm ${PERL} -pi -e \ 's,/usr/bin/clamscan,${LOCALBASE}/bin/clamscan,g;' \ ${WRKSRC}/lib/clamav-wrapper ${PERL} -pi -e \ 's,/usr/bin/wget,${LOCALBASE}/bin/wget,g;' \ ${WRKSRC}/lib/sophos-autoupdate ${PERL} -pi -e \ 's,/usr/bin/unzip,${LOCALBASE}/bin/unzip,g;' \ ${WRKSRC}/lib/sophos-autoupdate .for FILE in ${USRLOCAL_FILES_LIB} ${PERL} -pi -e \ 's,/usr/local,${LOCALBASE},g;' \ ${WRKSRC}/lib/${FILE} .endfor do-install: # # Step 1: Install bin files # ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${PREFIX}/sbin/mailscanner ${LN} -s ${LOCALBASE}/sbin/mailscanner ${PREFIX}/sbin/MailScanner # # Step 2: Install libexec files # ${MKDIR} ${PREFIX}/libexec/MailScanner ${CHMOD} -R ${BINMODE} ${PREFIX}/libexec/MailScanner cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec \ ${INSTALL_SCRIPT} {} ${PREFIX}/libexec/MailScanner/{}.sample \; cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \ ${INSTALL_SCRIPT} {} ${PREFIX}/libexec/MailScanner/{}.sample \; ${INSTALL_SCRIPT} ${WRKSRC}/bin/analyse_SpamAssassin_cache \ ${PREFIX}/libexec/MailScanner/analyse_SpamAssassin_cache ${INSTALL_SCRIPT} ${WRKSRC}/bin/clean.SA.cache \ ${PREFIX}/libexec/MailScanner/clean.SA.cache ${INSTALL_SCRIPT} ${WRKSRC}/bin/clean.quarantine \ ${PREFIX}/libexec/MailScanner/clean.quarantine ${INSTALL_SCRIPT} ${WRKSRC}/bin/mailscanner_create_locks \ ${PREFIX}/libexec/MailScanner/mailscanner_create_locks ${INSTALL_SCRIPT} ${WRKSRC}/bin/processing_messages_alert \ ${PREFIX}/libexec/MailScanner/processing_messages_alert ${INSTALL_SCRIPT} ${WRKSRC}/bin/Quick.Peek \ ${PREFIX}/libexec/MailScanner/Quick.Peek ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_bad_phishing_emails \ ${PREFIX}/libexec/MailScanner/update_bad_phishing_emails ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_phishing_sites \ ${PREFIX}/libexec/MailScanner/update_phishing_sites ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_bad_phishing_sites \ ${PREFIX}/libexec/MailScanner/update_bad_phishing_sites ${INSTALL_SCRIPT} ${WRKSRC}/bin/cron/update_phishing_sites.cron \ ${PREFIX}/libexec/MailScanner/update_phishing_sites.cron ${INSTALL_SCRIPT} ${WRKSRC}/bin/cron/update_bad_phishing_sites.cron \ ${PREFIX}/libexec/MailScanner/update_bad_phishing_sites.cron ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners \ ${PREFIX}/libexec/MailScanner/update_virus_scanners ${INSTALL_SCRIPT} ${WRKSRC}/bin/cron/update_virus_scanners.cron \ ${PREFIX}/libexec/MailScanner/update_virus_scanners.cron ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_spamassassin \ ${PREFIX}/libexec/MailScanner/update_spamassassin ${INSTALL_SCRIPT} ${WRKSRC}/bin/cron/update_spamassassin.cron \ ${PREFIX}/libexec/MailScanner/update_spamassassin.cron # # Step 3: Install etc files # ${MKDIR} ${PREFIX}/etc/MailScanner ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner .for FILE in ${ETC_FILES} ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \ ${PREFIX}/etc/MailScanner/${FILE}.sample .endfor ${MKDIR} ${PREFIX}/etc/MailScanner/rules cd ${WRKSRC}/etc/rules && \ ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample ${INSTALL_DATA} ${WRKSRC}/etc/rules/bounce.rules \ ${PREFIX}/etc/MailScanner/rules/bounce.rules.sample ${INSTALL_DATA} ${WRKSRC}/etc/rules/max.message.size.rules \ ${PREFIX}/etc/MailScanner/rules/max.message.size.rules.sample ${MKDIR} ${PREFIX}/etc/MailScanner/mcp ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner/mcp .for FILE in ${MCP_FILES} ${INSTALL_DATA} ${WRKSRC}/etc/mcp/${FILE} \ ${PREFIX}/etc/MailScanner/mcp/${FILE}.sample .endfor ${MKDIR} ${PREFIX}/etc/MailScanner/conf.d ${INSTALL_DATA} ${WRKSRC}/etc/conf.d/README \ ${PREFIX}/etc/MailScanner/conf.d/README # # Step 4: Install files in share # @${MKDIR} ${DATADIR} cd ${WRKSRC}/etc && ${FIND} reports -type d ! -name "*.old" -exec \ ${MKDIR} ${DATADIR}/{} \; # cd ${WRKSRC}/etc && ${FIND} reports -type f ! \( -name "*.orig" -exec ... cd ${WRKSRC}/etc && ${FIND} reports \( -type d -name "*.old" -prune \) \ -o \( -type f ! \( -name "*.orig" -o -name "*.bak" \) \ -exec ${INSTALL_DATA} {} ${DATADIR}/{}.sample \; \) ${CHMOD} -R ${BINMODE} ${DATADIR}/reports # # Step 5: Install lib # ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner/CustomFunctions ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \ ${PREFIX}/lib/MailScanner/MailScanner.pm cd ${WRKSRC}/lib/MailScanner && ${FIND} * -type f ! -name "*.orig" -exec \ ${INSTALL_SCRIPT} {} ${PREFIX}/lib/MailScanner/MailScanner/{} \; # # Step 6: Docs & Manpages # # Manpage .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${DOCSDIR} # Sophos install script ${INSTALL_SCRIPT} ${FILESDIR}/Sophos.install.freebsd ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} cd ${FILESDIR} && ${INSTALL_DATA} CHANGES.port ${DOCSDIR} .endif cd ${FILESDIR} && \ ${INSTALL_MAN} ${MAN8} ${MAN5PREFIX}/man/man8 ${PERL} -pi -e \ 's,%%LOCALBASE%%,${LOCALBASE},g; \ s,%%PREFIX%%,${PREFIX},g;' \ ${DOCSDIR}/Sophos.install.freebsd .if exists(${PREFIX}/etc/MailScanner/MailScanner.conf) # Upgrading MailScanner.conf file... Please wait @${PERL} ${WRKSRC}/bin/upgrade_MailScanner_conf \ ${PREFIX}/etc/MailScanner/MailScanner.conf \ ${PREFIX}/etc/MailScanner/MailScanner.conf.sample > \ ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} \ 2> /dev/null # Diff the files. If the files do not differ, delete the new file @if diff -b -B -q ${PREFIX}/etc/MailScanner/MailScanner.conf \ ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ then ${ECHO} "No changes in MailScanner.conf options found" ; \ ${RM} ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ else \ ${ECHO} "Changes in MailScanner.conf found. Please look at \ ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION}" ; \ fi .endif # Languages.conf update @for LANG_DIR in ${DATADIR}/reports/*; do \ if [ -f $${LANG_DIR}/languages.conf ]; then \ ${ECHO} -n Upgrading $${LANG_DIR}/languages.conf... Please wait...; \ ${PERL} ${WRKSRC}/bin/upgrade_languages_conf \ $${LANG_DIR}/languages.conf \ $${LANG_DIR}/languages.conf.sample > \ $${LANG_DIR}/languages.conf.new.${PORTVERSION} \ 2> /dev/null ; \ if diff -b -B -q $${LANG_DIR}/languages.conf \ $${LANG_DIR}/languages.conf.new.${PORTVERSION} ; \ then ${ECHO} " no changes"; \ ${RM} $${LANG_DIR}/languages.conf.new.${PORTVERSION} ; \ else ${ECHO} " done"; \ ${CP} $${LANG_DIR}/languages.conf.new.${PORTVERSION} $${LANG_DIR}/languages.conf ; \ fi; \ fi; \ done @${CAT} ${PKGMESSAGE} post-install: .if defined(WITH_SPAMASSASSIN) && !defined(WITHOUT_SPAMASSASSIN_SYMLINK) @if [ ! -r ${PREFIX}/etc/mail/spamassassin/mailscanner.cf ]; then \ ${ECHO} ${LN} -s ${PREFIX}/etc/MailScanner/spam.assassin.prefs.conf ${PREFIX}/etc/mail/spamassassin/mailscanner.cf; \ ${LN} -s ${PREFIX}/etc/MailScanner/spam.assassin.prefs.conf ${PREFIX}/etc/mail/spamassassin/mailscanner.cf; \ else \ ${ECHO} "File ${PREFIX}/etc/mail/spamassassin/mailscanner.cf already exists!"; \ fi; .endif # Display warning about new start/stop scripts @${CAT} ${FILESDIR}/rcwarning.txt .if !defined(BATCH) @${ECHO} Press ENTER to continue... @read a .endif renew-wrapper: configure # Renew virus wrapper scripts ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-wrapper ${PREFIX}/libexec/MailScanner renew-autoupdate: configure # Renew autoupdate scripts ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-autoupdate ${PREFIX}/libexec/MailScanner renew-reports: configure # Renew reports cd ${WRKSRC}/etc/reports/en && ${FIND} * -type f ! -name "*.orig" \ -exec ${INSTALL_DATA} {} ${DATADIR}/reports/en/{} \; initial-config: renew-wrapper renew-autoupdate renew-reports cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETC_FILES} \ ${PREFIX}/etc/MailScanner ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules ${INSTALL_DATA} ${WRKSRC}/etc/rules/bounce.rules \ ${PREFIX}/etc/MailScanner/rules/bounce.rules ${INSTALL_DATA} ${WRKSRC}/etc/rules/max.message.size.rules \ ${PREFIX}/etc/MailScanner/rules/max.message.size.rules .for FILE in ${MCP_FILES} ${INSTALL_DATA} ${WRKSRC}/etc/mcp/${FILE} \ ${PREFIX}/etc/MailScanner/mcp/${FILE} .endfor @${ECHO} "******************************************************************************" @${ECHO} "The provided default configuration requires several directories to be created:" @${ECHO} "/var/spool/MailScanner/incoming" @${ECHO} "/var/spool/MailScanner/incoming/Locks" @${ECHO} "/var/spool/MailScanner/quarantine" @${ECHO} "/var/spool/mqueue" @${ECHO} "/var/spool/mqueue.in" @${ECHO} "Either create those directories or change the configuration." @${ECHO} "******************************************************************************" .include Property changes on: head/mail/mailscanner/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.82 \ No newline at end of property +1.83 \ No newline at end of property Index: head/mail/mailscanner-devel/Makefile =================================================================== --- head/mail/mailscanner-devel/Makefile (revision 248678) +++ head/mail/mailscanner-devel/Makefile (revision 248679) @@ -1,365 +1,359 @@ # New ports collection makefile for: MailScanner # Date created: 17 March 2003 # Whom: Jan-Peter Koopmann # # $FreeBSD$ # PORTNAME= MailScanner PORTVERSION= 4.60.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://www.mailscanner.info/files/4/tar/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} MAINTAINER= pgollucci@FreeBSD.org COMMENT= Powerful virus/spam scanning framework for mail gateways BUILD_DEPENDS= \ ${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/${PERL_ARCH}/Bundle/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset \ ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF \ ${SITE_PERL}/Convert/BinHex.pm:${PORTSDIR}/converters/p5-Convert-BinHex \ ${SITE_PERL}/Net/CIDR.pm:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ ${SITE_PERL}/Net/Ident.pm:${PORTSDIR}/net/p5-Net-Ident \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ ${SITE_PERL}/${PERL_ARCH}/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long RUN_DEPENDS= ${BUILD_DEPENDS} \ bash:${PORTSDIR}/shells/bash \ tnef:${PORTSDIR}/converters/tnef \ wget:${PORTSDIR}/ftp/wget IGNORE= Use mail/mailscanner instead OPTIONS= SPAMASSASSIN "Install SpamAssassin" on \ CLAMAV "Install ClamAV" on \ CLAMAVMODULE "Install ClamAV Module" off \ BDC "Install BitDefender" off CONFLICTS= MailScanner-[0-9]* PATCHLEVEL= 1 USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME}-install-${PORTVERSION} SUB_FILES= pkg-message MAN8= MailScanner.8 MLINKS= MailScanner.8 mailscanner.8 .include .if defined(WITH_SPAMASSASSIN) RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin PLIST_SUB+= SPAMASSASSIN="" .else PLIST_SUB+= SPAMASSASSIN="@comment " .endif # backwards compatibility .if defined(NO_SPAMASSASSIN_SYMLINK) WITHOUT_SPAMASSASSIN_SYMLINK=${NO_SPAMASSASSIN_SYMLINK} .endif .if defined(WITHOUT_SPAMASSASSIN_SYMLINK) PLIST_SUB+= SPAMASSASSIN_SYMLINK="@comment " .else PLIST_SUB+= SPAMASSASSIN_SYMLINK="" .endif .if !defined(WITHOUT_CLAMAV) RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav .endif .if defined(WITH_CLAMAVMODULE) RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mail/ClamAV.pm:${PORTSDIR}/mail/p5-Mail-ClamAV .endif .if defined(WITH_CLAMAV)||defined(WITH_CLAMAVMODULE) RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip \ unrar:${PORTSDIR}/archivers/unrar \ zoo:${PORTSDIR}/archivers/zoo \ unarj:${PORTSDIR}/archivers/unarj \ unace:${PORTSDIR}/archivers/unace \ lha:${PORTSDIR}/archivers/lha .endif .if defined(WITH_BDC) RUN_DEPENDS+= bdc:${PORTSDIR}/security/bdc .endif DOC_FILES= INSTALL.FreeBSD INSTALL.OpenBSD README ETC_FILES= MailScanner.conf filename.rules.conf \ filetype.rules.conf spam.assassin.prefs.conf \ spam.lists.conf virus.scanners.conf \ phishing.safe.sites.conf \ country.domains.conf MCP_FILES= mcp.spam.assassin.prefs.conf \ 10_example.cf USRLOCAL_FILES_LIB= \ bitdefender-autoupdate f-prot-autoupdate \ f-secure-wrapper inoculan-autoupdate \ kavdaemonclient-wrapper mcafee-autoupdate \ nod32-autoupdate rav-autoupdate \ rav-wrapper sophos-autoupdate USE_RC_SUBR= mailscanner mta SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} post-extract: cd ${WRKSRC} && ${TAR} xvzf perl-tar/MailScanner-${PORTVERSION}-${PATCHLEVEL}.tar.gz > /dev/null && ${MV} MailScanner-${PORTVERSION}/* . do-build: ${PERL} -pi -e \ 's,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/bin/MailScanner ${PERL} -pi -e \ 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ s,/opt/MailScanner/bin,${PREFIX}/bin,g; \ s,/opt/MailScanner/etc/reports,${DATADIR}/reports,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g; \ s,/opt/MailScanner/lib,${PREFIX}/lib/MailScanner,g; \ s,/usr/bin/unrar,${LOCALBASE}/bin/unrar,g; \ s,/bin/gunzip,/usr/bin/gunzip,g; \ s,/etc/mail/spamassassin,${LOCALBASE}/etc/mail/spamassassin,g;' \ ${WRKSRC}/etc/MailScanner.conf ${PERL} -pi -e \ 's,/opt/MailScanner/lib,${PREFIX}/libexec/MailScanner,g; \ s,/bin/false,/usr/bin/false,;' ${WRKSRC}/etc/virus.scanners.conf ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/bin/update_virus_scanners ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g; \ s,%%RC_SUBR%%,${RC_SUBR},g;' \ ${WRKSRC}/bin/cron/update_virus_scanners.cron ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/bin/update_phishing_sites ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/opt/MailScanner/bin,${PREFIX}/libexec/MailScanner,g; \ s,%%RC_SUBR%%,${RC_SUBR},g;' \ ${WRKSRC}/bin/cron/update_phishing_sites.cron ${PERL} -pi -e \ 's,/bin/bash,${LOCALBASE}/bin/bash,g; \ s,/usr/bin/sa-update,${LOCALBASE}/bin/sa-update,g; \ s,%%RC_SUBR%%,${RC_SUBR},g;' \ ${WRKSRC}/bin/cron/sa-update.cron ${PERL} -pi -e \ 's,/etc/MailScanner/MailScanner.conf,${PREFIX}/etc/MailScanner/MailScanner.conf,g;' \ ${WRKSRC}/bin/clean.SA.cache ${PERL} -pi -e \ 's,/opt/MailScanner/var/MailScanner.pid,/var/run/MailScanner.pid,g; \ s,/usr/lib/sendmail,/usr/sbin/sendmail,g; \ s,/opt/MailScanner/bin,${PREFIX}/bin,g; \ s,/opt/MailScanner/etc/reports,${DATADIR}/reports,g; \ s,/opt/MailScanner/etc,${PREFIX}/etc/MailScanner,g;' \ ${WRKSRC}/lib/MailScanner/ConfigDefs.pl ${PERL} -pi -e \ 's,/bin/sed,/usr/bin/sed,g;' ${WRKSRC}/lib/MailScanner/SystemDefs.pm ${PERL} -pi -e \ 's,/usr/bin/clamscan,${LOCALBASE}/bin/clamscan,g;' \ ${WRKSRC}/lib/clamav-wrapper ${PERL} -pi -e \ 's,/usr/bin/wget,${LOCALBASE}/bin/wget,g;' \ ${WRKSRC}/lib/sophos-autoupdate ${PERL} -pi -e \ 's,/usr/bin/unzip,${LOCALBASE}/bin/unzip,g;' \ ${WRKSRC}/lib/sophos-autoupdate .for FILE in ${USRLOCAL_FILES_LIB} ${PERL} -pi -e \ 's,/usr/local,${LOCALBASE},g;' \ ${WRKSRC}/lib/${FILE} .endfor do-install: # # Step 1: Install bin files # ${INSTALL_SCRIPT} ${WRKSRC}/bin/MailScanner ${PREFIX}/sbin/mailscanner ${LN} -s ${LOCALBASE}/sbin/mailscanner ${PREFIX}/sbin/MailScanner # # Step 2: Install libexec files # ${MKDIR} ${PREFIX}/libexec/MailScanner ${CHMOD} -R ${BINMODE} ${PREFIX}/libexec/MailScanner cd ${WRKSRC}/lib && ${FIND} * -name "*-wrapper" -exec \ ${INSTALL_SCRIPT} {} ${PREFIX}/libexec/MailScanner/{}.sample \; cd ${WRKSRC}/lib && ${FIND} * -name "*-autoupdate" -exec \ ${INSTALL_SCRIPT} {} ${PREFIX}/libexec/MailScanner/{}.sample \; ${INSTALL_SCRIPT} ${WRKSRC}/bin/analyse_SpamAssassin_cache \ ${PREFIX}/libexec/MailScanner/analyse_SpamAssassin_cache ${INSTALL_SCRIPT} ${WRKSRC}/bin/clean.SA.cache \ ${PREFIX}/libexec/MailScanner/clean.SA.cache ${INSTALL_SCRIPT} ${WRKSRC}/bin/clean.quarantine \ ${PREFIX}/libexec/MailScanner/clean.quarantine ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_phishing_sites \ ${PREFIX}/libexec/MailScanner/update_phishing_sites ${INSTALL_SCRIPT} ${WRKSRC}/bin/cron/update_phishing_sites.cron \ ${PREFIX}/libexec/MailScanner/update_phishing_sites.cron ${INSTALL_SCRIPT} ${WRKSRC}/bin/update_virus_scanners \ ${PREFIX}/libexec/MailScanner/update_virus_scanners ${INSTALL_SCRIPT} ${WRKSRC}/bin/cron/update_virus_scanners.cron \ ${PREFIX}/libexec/MailScanner/update_virus_scanners.cron ${INSTALL_SCRIPT} ${WRKSRC}/bin/cron/sa-update.cron \ ${PREFIX}/libexec/MailScanner/sa-update.cron # # Step 3: Install etc files # ${MKDIR} ${PREFIX}/etc/MailScanner ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner .for FILE in ${ETC_FILES} ${INSTALL_DATA} ${WRKSRC}/etc/${FILE} \ ${PREFIX}/etc/MailScanner/${FILE}.sample .endfor ${MKDIR} ${PREFIX}/etc/MailScanner/rules cd ${WRKSRC}/etc/rules && \ ${INSTALL_DATA} EXAMPLES README ${PREFIX}/etc/MailScanner/rules ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules.sample ${MKDIR} ${PREFIX}/etc/MailScanner/mcp ${CHMOD} ${BINMODE} ${PREFIX}/etc/MailScanner/mcp .for FILE in ${MCP_FILES} ${INSTALL_DATA} ${WRKSRC}/etc/mcp/${FILE} \ ${PREFIX}/etc/MailScanner/mcp/${FILE}.sample .endfor # # Step 4: Install files in share # @${MKDIR} ${DATADIR} cd ${WRKSRC}/etc && ${FIND} reports -type d ! -name "*.old" -exec \ ${MKDIR} ${DATADIR}/{} \; # cd ${WRKSRC}/etc && ${FIND} reports -type f ! \( -name "*.orig" -exec ... cd ${WRKSRC}/etc && ${FIND} reports \( -type d -name "*.old" -prune \) \ -o \( -type f ! \( -name "*.orig" -o -name "*.bak" \) \ -exec ${INSTALL_DATA} {} ${DATADIR}/{}.sample \; \) ${CHMOD} -R ${BINMODE} ${DATADIR}/reports # # Step 5: Install lib # ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner ${MKDIR} ${PREFIX}/lib/MailScanner/MailScanner/CustomFunctions ${INSTALL_SCRIPT} ${WRKSRC}/lib/MailScanner.pm \ ${PREFIX}/lib/MailScanner/MailScanner.pm cd ${WRKSRC}/lib/MailScanner && ${FIND} * -type f ! -name "*.orig" -exec \ ${INSTALL_SCRIPT} {} ${PREFIX}/lib/MailScanner/MailScanner/{} \; # # Step 6: Docs & Manpages # # Manpage .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD.port ${DOCSDIR} # Sophos install script ${INSTALL_SCRIPT} ${FILESDIR}/Sophos.install.freebsd ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} .endif cd ${FILESDIR} && \ ${INSTALL_MAN} ${MAN8} ${MAN5PREFIX}/man/man8 ${PERL} -pi -e \ 's,%%LOCALBASE%%,${LOCALBASE},g; \ s,%%PREFIX%%,${PREFIX},g;' \ ${DOCSDIR}/Sophos.install.freebsd .if exists(${PREFIX}/etc/MailScanner/MailScanner.conf) # Upgrading MailScanner.conf file... Please wait @${PERL} ${WRKSRC}/bin/upgrade_MailScanner_conf \ ${PREFIX}/etc/MailScanner/MailScanner.conf \ ${PREFIX}/etc/MailScanner/MailScanner.conf.sample > \ ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} \ 2> /dev/null # Diff the files. If the files do not differ, delete the new file @if diff -b -B -q ${PREFIX}/etc/MailScanner/MailScanner.conf \ ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ then ${ECHO} "No changes in MailScanner.conf options found" ; \ ${RM} ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION} ; \ else \ ${ECHO} "Changes in MailScanner.conf found. Please look at \ ${PREFIX}/etc/MailScanner/MailScanner.conf.new.${PORTVERSION}" ; \ fi .endif # Languages.conf update @for LANG_DIR in ${DATADIR}/reports/*; do \ if [ -f $${LANG_DIR}/languages.conf ]; then \ ${ECHO} -n Upgrading $${LANG_DIR}/languages.conf... Please wait...; \ ${PERL} ${WRKSRC}/bin/upgrade_languages_conf \ $${LANG_DIR}/languages.conf \ $${LANG_DIR}/languages.conf.sample > \ $${LANG_DIR}/languages.conf.new.${PORTVERSION} \ 2> /dev/null ; \ if diff -b -B -q $${LANG_DIR}/languages.conf \ $${LANG_DIR}/languages.conf.new.${PORTVERSION} ; \ then ${ECHO} " no changes"; \ ${RM} $${LANG_DIR}/languages.conf.new.${PORTVERSION} ; \ else ${ECHO} " done"; \ ${CP} $${LANG_DIR}/languages.conf.new.${PORTVERSION} $${LANG_DIR}/languages.conf ; \ fi; \ fi; \ done @${CAT} ${PKGMESSAGE} post-install: .if defined(WITH_SPAMASSASSIN) && !defined(WITHOUT_SPAMASSASSIN_SYMLINK) @if [ ! -r ${PREFIX}/etc/mail/spamassassin/mailscanner.cf ]; then \ ${ECHO} ${LN} -s ${PREFIX}/etc/MailScanner/spam.assassin.prefs.conf ${PREFIX}/etc/mail/spamassassin/mailscanner.cf; \ ${LN} -s ${PREFIX}/etc/MailScanner/spam.assassin.prefs.conf ${PREFIX}/etc/mail/spamassassin/mailscanner.cf; \ else \ ${ECHO} "File ${PREFIX}/etc/mail/spamassassin/mailscanner.cf already exists!"; \ fi; .endif # Display warning about new start/stop scripts @${CAT} ${FILESDIR}/rcwarning.txt .if !defined(BATCH) @${ECHO} Press ENTER to continue... @read a .endif renew-wrapper: configure # Renew virus wrapper scripts ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-wrapper ${PREFIX}/libexec/MailScanner renew-autoupdate: configure # Renew autoupdate scripts ${INSTALL_SCRIPT} ${WRKSRC}/lib/*-autoupdate ${PREFIX}/libexec/MailScanner renew-reports: configure # Renew reports cd ${WRKSRC}/etc/reports/en && ${FIND} * -type f ! -name "*.orig" \ -exec ${INSTALL_DATA} {} ${DATADIR}/reports/en/{} \; initial-config: renew-wrapper renew-autoupdate renew-reports cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETC_FILES} \ ${PREFIX}/etc/MailScanner ${INSTALL_DATA} ${WRKSRC}/etc/rules/spam.whitelist.rules \ ${PREFIX}/etc/MailScanner/rules/spam.whitelist.rules @${ECHO} "******************************************************************************" @${ECHO} "The provided default configuration requires several directories to be created:" @${ECHO} "/var/spool/MailScanner/incoming" @${ECHO} "/var/spool/MailScanner/quarantine" @${ECHO} "/var/spool/mqueue" @${ECHO} "Either create those directories or change the configuration." @${ECHO} "******************************************************************************" .include Property changes on: head/mail/mailscanner-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/mail/mimedefang/Makefile =================================================================== --- head/mail/mimedefang/Makefile (revision 248678) +++ head/mail/mimedefang/Makefile (revision 248679) @@ -1,78 +1,78 @@ # New ports collection makefile for: mimedefang # Date created: 13 May 2002 # Whom: Andrey V. Pevnev # # $FreeBSD$ # PORTNAME= mimedefang PORTVERSION= 2.67 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ MAINTAINER= wes@FreeBSD.org COMMENT= Milter based anti-spam and anti-virus filtering program BUILD_DEPENDS= \ ${PERL_SITELIBDIR}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \ p5-MIME-Tools>=5.417:${PORTSDIR}/mail/p5-MIME-Tools \ - ${PERL_SITELIBDIR}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${PERL_SITELIBDIR}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${PERL_SITELIBDIR}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${PERL_SITELIBDIR}/Mail/SpamAssassin.pm:${PORTSDIR}/mail/p5-Mail-SpamAssassin RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes PERL_SITELIBDIR= ${SITE_PERL} GNU_CONFIGURE= yes MAILUSER?= mailnull SPOOLDIR?= /var/spool/MIMEDefang QUARANTINEDIR?= /var/spool/MD-Quarantine CONFIGURE_ENV+= PERL=${PERL} CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \ --with-confsubdir=mimedefang \ --with-user=${MAILUSER} \ --with-spooldir=${SPOOLDIR} \ --with-quarantinedir=${QUARANTINEDIR} \ --prefix=${PREFIX} MAN5= mimedefang-filter.5 MAN7= mimedefang-notify.7 mimedefang-protocol.7 MAN8= mimedefang.8 mimedefang.pl.8 mimedefang-multiplexor.8 \ md-mx-ctrl.8 watch-mimedefang.8 watch-multiple-mimedefangs.8 .include .if !exists( /usr/include/libmilter/mfapi.h ) BUILD_DEPENDS+= ${LOCALBASE}/include/libmilter/mfapi.h:${PORTSDIR}/mail/sendmail .endif .if exists( /usr/local/include/libmilter/mfapi.h ) CONFIGURE_ARGS+= --with-milterinc=${LOCALBASE}/include CONFIGURE_ARGS+= --with-milterlib=${LOCALBASE}/lib .endif post-patch: @${REINPLACE_CMD} -e '/fgrep -e/d' ${WRKSRC}/configure pre-install: @${REINPLACE_CMD} -e '/LOCAL_STATE_DIR/s,/var/lib,/var/db,' ${WRKSRC}/mimedefang.pl post-install: @${REINPLACE_CMD} -e 's,# MX_USER=,MX_USER=,g ; \ s,# MX_MAX_RSS=,MX_MAX_RSS=,g ; \ s,# MX_MAX_AS=,MX_MAX_AS=,g' ${WRKSRC}/examples/init-script @${INSTALL_SCRIPT} ${WRKSRC}/examples/init-script ${PREFIX}/etc/rc.d/mimedefang.sh-dist .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/examples/stream-by-domain-filter ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/suggested-minimum-filter-for-windows-clients ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/mimedefang/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.65 \ No newline at end of property +1.66 \ No newline at end of property Index: head/mail/msgconvert/Makefile =================================================================== --- head/mail/msgconvert/Makefile (revision 248678) +++ head/mail/msgconvert/Makefile (revision 248679) @@ -1,34 +1,34 @@ # New ports collection makefile for: msgconvert # Date created: 12 Jan 2003 # Whom: Franz Klammer # # $FreeBSD$ # PORTNAME= msgconvert PORTVERSION= 20060330 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://www.webonaut.com/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}.pl EXTRACT_SUFX= .bz2 MAINTAINER= klammer@webonaut.com COMMENT= Convert .MSG files to multipart MIME messages (mbox) RUN_DEPENDS= ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ ${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes NO_WRKSUBDIR= yes USE_BZIP2= yes USE_PERL5= yes EXTRACT_AFTER_ARGS= > ${PORTNAME}.pl do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl ${LN} -s ${PREFIX}/bin/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} .include Property changes on: head/mail/msgconvert/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/mail/p5-Email-Date/Makefile =================================================================== --- head/mail/p5-Email-Date/Makefile (revision 248678) +++ head/mail/p5-Email-Date/Makefile (revision 248679) @@ -1,30 +1,30 @@ # New ports collection makefile for: p5-Email-Date # Date created: 2004-07-26 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= Email-Date PORTVERSION= 1.10.3 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= clsung@FreeBSD.org COMMENT= Find and Format Date Headers BUILD_DEPENDS= p5-Email-Abstract>=2.10:${PORTSDIR}/mail/p5-Email-Abstract \ p5-Email-Date-Format>=1:${PORTSDIR}/mail/p5-Email-Date-Format \ p5-Email-Simple>=1.9:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Time-Local>=1.07:${PORTSDIR}/devel/p5-Time-Local \ p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Email::Date.3 .include Property changes on: head/mail/p5-Email-Date/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/mail/p5-Email-MIME/Makefile =================================================================== --- head/mail/p5-Email-MIME/Makefile (revision 248678) +++ head/mail/p5-Email-MIME/Makefile (revision 248679) @@ -1,32 +1,32 @@ # New ports collection makefile for: p5-Email-MIME # Date created: 2004-08-29 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= Email-MIME PORTVERSION= 1.903 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Easy MIME message parsing BUILD_DEPENDS= p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple \ p5-Email-MessageID>=0:${PORTSDIR}/mail/p5-Email-MessageID \ p5-Email-MIME-Encodings>=1.313:${PORTSDIR}/mail/p5-Email-MIME-Encodings \ p5-Email-MIME-ContentType>=1.01.1:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ - p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Encode>=1.98.1:${PORTSDIR}/converters/p5-Encode + p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Email::MIME.3 \ Email::MIME::Creator.3 \ Email::MIME::Header.3 \ Email::MIME::Modifier.3 .include Property changes on: head/mail/p5-Email-MIME/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/mail/p5-Email-Reply/Makefile =================================================================== --- head/mail/p5-Email-Reply/Makefile (revision 248678) +++ head/mail/p5-Email-Reply/Makefile (revision 248679) @@ -1,29 +1,27 @@ # New ports collection makefile for: mail/p5-Email-Reply # Date created: 21 February 2007 # Whom: Kay Abendroth # # $FreeBSD$ # PORTNAME= Email-Reply PORTVERSION= 1.202 PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kay.abendroth@raxion.net COMMENT= Email::Reply - Reply to a Message -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \ p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \ p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \ p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple PERL_CONFIGURE= 5.8.1+ MAN3= Email::Reply.3 .include Property changes on: head/mail/p5-Email-Reply/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/mail/p5-Email-Send/Makefile =================================================================== --- head/mail/p5-Email-Send/Makefile (revision 248678) +++ head/mail/p5-Email-Send/Makefile (revision 248679) @@ -1,35 +1,34 @@ # New ports collection makefile for: mail/p5-Email-Send # Date created: 27 December 2005 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Email-Send PORTVERSION= 2.198 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Email::Send - Simply Sending Email BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \ p5-Email-Simple>=1.92:${PORTSDIR}/mail/p5-Email-Simple \ - p5-Module-Pluggable>=2.97:${PORTSDIR}/devel/p5-Module-Pluggable \ p5-Return-Value>=1.28:${PORTSDIR}/devel/p5-Return-Value \ - ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \ - p5-Net>0:${PORTSDIR}/net/p5-Net + ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.1+ MAN3= Email::Send.3 \ Email::Send::NNTP.3 \ Email::Send::Qmail.3 \ Email::Send::SMTP.3 \ Email::Send::Sendmail.3 \ Email::Send::Test.3 .include Property changes on: head/mail/p5-Email-Send/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/mail/p5-FuzzyOcr-devel/Makefile =================================================================== --- head/mail/p5-FuzzyOcr-devel/Makefile (revision 248678) +++ head/mail/p5-FuzzyOcr-devel/Makefile (revision 248679) @@ -1,99 +1,99 @@ # New ports collection makefile for: FuzzyOcr # Date Created: 2006-11-03 # Whom: Shaun Amott # # $FreeBSD$ # PORTNAME= FuzzyOcr DISTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://users.own-hero.net/~decoder/${PORTNAME:L}/ PKGNAMEPREFIX= p5- PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME:L}-${DISTVERSION} MAINTAINER= ismail.yenigul@endersys.com.tr COMMENT= Plugin for SpamAssassin which scans image attachments for spam RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ gifsicle:${PORTSDIR}/graphics/gifsicle \ gocr:${PORTSDIR}/graphics/gocr \ ocrad:${PORTSDIR}/graphics/ocrad \ gif2ps:${PORTSDIR}/graphics/libungif \ spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/MLDBM/Sync.pm:${PORTSDIR}/databases/p5-MLDBM-Sync \ ${SITE_PERL}/${PERL_ARCH}/String/Approx.pm:${PORTSDIR}/devel/p5-String-Approx USE_PERL5= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= samples PORTDOCS_F= samples/README samples/ocr-animated.eml \ samples/ocr-gif.eml samples/ocr-jpg.eml samples/ocr-multi.eml \ samples/ocr-obfuscated.eml samples/ocr-png.eml samples/ocr-wrongext.eml SUB_FILES= pkg-message SA_PLUGINDIR?= Mail/SpamAssassin/Plugin SA_CONFIGDIR?= etc/mail/spamassassin PLIST_FILES= %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Config.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Deanimate.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Hashing.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Logging.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Misc.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Preprocessor.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Scanset.pm \ %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr/Scoring.pm \ %%EXAMPLESDIR%%/FuzzyOcr.cf %%EXAMPLESDIR%%/FuzzyOcr.words %%EXAMPLESDIR%%/FuzzyOcr.scansets \ %%EXAMPLESDIR%%/FuzzyOcr.preps %%EXAMPLESDIR%%/FuzzyOcr.mysql PLIST_DIRS= %%EXAMPLESDIR%% %%SITE_PERL%%/${SA_PLUGINDIR}/FuzzyOcr .include #.if defined(WITH_OCRAD) #RUN_DEPENDS+= ocrad:${PORTSDIR}/graphics/ocrad #.endif pre-everything:: @${ECHO_MSG} "+---------------------------------------------------+" @${ECHO_MSG} "| |" @${ECHO_MSG} "| Warning: FuzzyOcr now requires SpamAssassin 3.2.X |" @${ECHO_MSG} "| |" @${ECHO_MSG} "+---------------------------------------------------+" post-patch: @${REINPLACE_CMD} -e 's,/usr/bin,${LOCALBASE}/bin,g' \ -e 's,/etc/mail,${LOCALBASE}/etc/mail,g' \ ${WRKSRC}/FuzzyOcr.?? ${WRKSRC}/FuzzyOcr/Config.pm @${REINPLACE_CMD} -e 's,FuzzyOcr::,Mail::SpamAssassin::Plugin::FuzzyOcr::,' \ ${WRKSRC}/FuzzyOcr.pm ${WRKSRC}/FuzzyOcr/*.pm @${REINPLACE_CMD} -e 's,FuzzyOcr;,Mail::SpamAssassin::Plugin::FuzzyOcr;,' \ ${WRKSRC}/FuzzyOcr.pm do-install: @${MKDIR} ${EXAMPLESDIR} ${SITE_PERL}/${SA_PLUGINDIR}/FuzzyOcr ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.pm ${SITE_PERL}/${SA_PLUGINDIR} ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr/*.pm ${SITE_PERL}/${SA_PLUGINDIR}/FuzzyOcr ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.cf ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.words ${EXAMPLESDIR}/FuzzyOcr.words ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.scansets ${EXAMPLESDIR}/FuzzyOcr.scansets ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.preps ${EXAMPLESDIR}/FuzzyOcr.preps ${INSTALL_DATA} ${WRKSRC}/FuzzyOcr.mysql ${EXAMPLESDIR}/FuzzyOcr.mysql post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/samples . for f in ${PORTDOCS_F} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f} . endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/p5-FuzzyOcr-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/mail/p5-Mail-Box/Makefile =================================================================== --- head/mail/p5-Mail-Box/Makefile (revision 248678) +++ head/mail/p5-Mail-Box/Makefile (revision 248679) @@ -1,45 +1,41 @@ # New ports collection makefile for: Mail-Box # Date created: Wed Jan 3 12:54:59 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Mail-Box PORTVERSION= 2.093 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module implementing a modern mail folder management BUILD_DEPENDS= \ ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ p5-File-Remove>=0.20:${PORTSDIR}/devel/p5-File-Remove \ p5-HTML-Format>=2.01:${PORTSDIR}/textproc/p5-HTML-Format \ p5-HTML-Tree>=3.13:${PORTSDIR}/www/p5-HTML-Tree \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ p5-Mail-IMAPClient>=2.2.8:${PORTSDIR}/mail/p5-Mail-IMAPClient \ p5-Mail-Transport-Dbx>=0.04:${PORTSDIR}/mail/p5-Mail-Transport-Dbx \ p5-Object-Realize-Later>=0.14:${PORTSDIR}/devel/p5-Object-Realize-Later \ - p5-Scalar-List-Utils>=1.13:${PORTSDIR}/lang/p5-Scalar-List-Utils \ - p5-Time-HiRes>=1.51:${PORTSDIR}/devel/p5-Time-HiRes \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-URI>=1.23:${PORTSDIR}/net/p5-URI \ p5-User-Identity>=0.90:${PORTSDIR}/devel/p5-User-Identity \ p5-Test-Harness>=3.00:${PORTSDIR}/devel/p5-Test-Harness RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ CONFIGURE_ARGS= Property changes on: head/mail/p5-Mail-Box/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.31 \ No newline at end of property +1.32 \ No newline at end of property Index: head/mail/p5-Mail-CheckUser/Makefile =================================================================== --- head/mail/p5-Mail-CheckUser/Makefile (revision 248678) +++ head/mail/p5-Mail-CheckUser/Makefile (revision 248679) @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Mail-CheckUser # Date created: 2 January 2004 # Whom: Attila Nagy # # $FreeBSD$ # PORTNAME= Mail-CheckUser PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= bra@fsn.hu COMMENT= Perl module to check email addresses for validity -BUILD_DEPENDS= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN1= cufilter.1 MAN3= Mail::CheckUser.3 .include Property changes on: head/mail/p5-Mail-CheckUser/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/mail/p5-Mail-Graph/Makefile =================================================================== --- head/mail/p5-Mail-Graph/Makefile (revision 248678) +++ head/mail/p5-Mail-Graph/Makefile (revision 248679) @@ -1,47 +1,44 @@ # New ports collection makefile for: p5-Mail-Graph # Date created: Nov 4 2003 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= Mail-Graph PORTVERSION= 0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module for drawing graphical stats for mails/spams -BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ - ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ +BUILD_DEPENDS= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \ - ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes EXAMPLESCRIPT= samples/*pl EXAMPLEDUMMY= samples/index/dummy.txt EXAMPLEOUTPUT= samples/output/w3c.png samples/output/spam.css EXAMPLEARCHIVE= samples/archive/*.gz MAN3= Mail::Graph.3 post-install: @${MKDIR} ${EXAMPLESDIR} @${MKDIR} ${EXAMPLESDIR}/archive @${MKDIR} ${EXAMPLESDIR}/index @${MKDIR} ${EXAMPLESDIR}/output cd ${WRKSRC} && \ ${INSTALL_SCRIPT} ${EXAMPLESCRIPT} ${EXAMPLESDIR} && \ ${INSTALL_SCRIPT} ${EXAMPLEDUMMY} ${EXAMPLESDIR}/index && \ ${INSTALL_SCRIPT} ${EXAMPLEOUTPUT} ${EXAMPLESDIR}/output && \ ${INSTALL_SCRIPT} ${EXAMPLEARCHIVE} ${EXAMPLESDIR}/archive .include Property changes on: head/mail/p5-Mail-Graph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property