Index: head/astro/p5-Astro-ADS/Makefile =================================================================== --- head/astro/p5-Astro-ADS/Makefile (revision 245718) +++ head/astro/p5-Astro-ADS/Makefile (revision 245719) @@ -1,29 +1,29 @@ # ex:ts=8 # Ports collection makefile for: Astro-ADS # Date created: Oct 19, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Astro-ADS PORTVERSION= 1.20.7 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Astro PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An OO Perl interface to the ADS abstract service BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN1= adsquery.1 MAN3= Astro::ADS.3 Astro::ADS::Query.3 Astro::ADS::Result.3 Astro::ADS::Result::Paper.3 .include Property changes on: head/astro/p5-Astro-ADS/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/astro/p5-Astro-DSS/Makefile =================================================================== --- head/astro/p5-Astro-DSS/Makefile (revision 245718) +++ head/astro/p5-Astro-DSS/Makefile (revision 245719) @@ -1,28 +1,28 @@ # ex:ts=8 # Ports collection makefile for: Astro-DSS # Date created: Oct 19, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Astro-DSS PORTVERSION= 1.6.1 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Astro PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An OO interface to the 1st and 2nd Digital Sky Surveys BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Astro::DSS.3 .include Property changes on: head/astro/p5-Astro-DSS/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/astro/p5-Astro-FITS-Header/Makefile =================================================================== --- head/astro/p5-Astro-FITS-Header/Makefile (revision 245718) +++ head/astro/p5-Astro-FITS-Header/Makefile (revision 245719) @@ -1,30 +1,30 @@ # ex:ts=8 # Ports collection makefile for: Astro-FITS-Header # Date created: Mar 10, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Astro-FITS-Header PORTVERSION= 3.01 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Astro PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Object Orientated interface to FITS HDUs MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Astro::FITS::Header.3 \ Astro::FITS::Header::AST.3 \ Astro::FITS::Header::CFITSIO.3 \ Astro::FITS::Header::GSD.3 \ Astro::FITS::Header::Item.3 \ Astro::FITS::Header::NDF.3 .include Property changes on: head/astro/p5-Astro-FITS-Header/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/astro/p5-Astro-SIMBAD/Makefile =================================================================== --- head/astro/p5-Astro-SIMBAD/Makefile (revision 245718) +++ head/astro/p5-Astro-SIMBAD/Makefile (revision 245719) @@ -1,31 +1,31 @@ # ex:ts=8 # Ports collection makefile for: Astro-SIMBAD # Date created: Oct 19, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Astro-SIMBAD PORTVERSION= 2.0.0 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Astro PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An OO Perl interface to the SIMBAD astronomical database BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Astro::SIMBAD.3 \ Astro::SIMBAD::Query.3 \ Astro::SIMBAD::Result.3 \ Astro::SIMBAD::Result::Object.3 .include Property changes on: head/astro/p5-Astro-SIMBAD/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/astro/p5-Astro-SunTime/Makefile =================================================================== --- head/astro/p5-Astro-SunTime/Makefile (revision 245718) +++ head/astro/p5-Astro-SunTime/Makefile (revision 245719) @@ -1,25 +1,25 @@ # New ports collection makefile for: Astro-SunTime # Date created: Mon Jan 1 10:06:12 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Astro-SunTime PORTVERSION= 0.01 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Astro PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to calculate sunrise/sunset times BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes .include Property changes on: head/astro/p5-Astro-SunTime/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/astro/p5-Geo-METAR/Makefile =================================================================== --- head/astro/p5-Geo-METAR/Makefile (revision 245718) +++ head/astro/p5-Geo-METAR/Makefile (revision 245719) @@ -1,24 +1,24 @@ # New ports collection makefile for: Geo-METAR # Date created: Mon Jan 1 01:42:56 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Geo-METAR PORTVERSION= 1.15 CATEGORIES= astro geography perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Geo PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl module that processes METAR information from NOAA sources MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Geo::METAR.3 .include Property changes on: head/astro/p5-Geo-METAR/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/biology/p5-AcePerl/Makefile =================================================================== --- head/biology/p5-AcePerl/Makefile (revision 245718) +++ head/biology/p5-AcePerl/Makefile (revision 245719) @@ -1,58 +1,58 @@ # New ports collection makefile for: p5-AcePerl # Date created: 26 July 2000 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= AcePerl PORTVERSION= 1.92 CATEGORIES= biology databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Ace PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the ACEDB genome database system RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache BUILD_DEPENDS= ${RUN_DEPENDS} MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes MAN1= ace.pl.1 MAN3= Ace.3 Ace::Browser::AceSubs.3 Ace::Browser::SearchSubs.3 \ Ace::Browser::SiteDefs.3 Ace::Graphics::Fk.3 \ Ace::Graphics::Glyph.3 Ace::Graphics::Glyph::anchored_arrow.3 \ Ace::Graphics::Glyph::arrow.3 Ace::Graphics::Glyph::box.3 \ Ace::Graphics::Glyph::dot.3 Ace::Graphics::Glyph::ex.3 \ Ace::Graphics::Glyph::graded_segments.3 \ Ace::Graphics::Glyph::group.3 Ace::Graphics::Glyph::line.3 \ Ace::Graphics::Glyph::primers.3 \ Ace::Graphics::Glyph::segments.3 Ace::Graphics::Glyph::span.3 \ Ace::Graphics::Glyph::toomany.3 \ Ace::Graphics::Glyph::transcript.3 \ Ace::Graphics::Glyph::triangle.3 \ Ace::Graphics::GlyphFactory.3 Ace::Graphics::Panel.3 \ Ace::Graphics::Track.3 Ace::Iterator.3 Ace::Local.3 \ Ace::Model.3 Ace::Object.3 Ace::Sequence.3 \ Ace::Sequence::Feature.3 Ace::Sequence::FeatureList.3 \ Ace::Sequence::GappedAlignment.3 Ace::Sequence::Gene.3 \ Ace::Sequence::Homol.3 Ace::Sequence::Multi.3 \ Ace::Sequence::Transcript.3 .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif post-patch: @ ${SED} -e 's|XX__CC__XX|${CC}|' < ${FILESDIR}/FREEBSD_DEF \ > ${WRKSRC}/acelib/wmake/FREEBSD_DEF .include Property changes on: head/biology/p5-AcePerl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/devel/p5-FreezeThaw/Makefile =================================================================== --- head/devel/p5-FreezeThaw/Makefile (revision 245718) +++ head/devel/p5-FreezeThaw/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: p5-FreezeThaw # Date created: September 10th 1997 # Whom: James FitzGibbon # # $FreeBSD$ # PORTNAME= FreezeThaw PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A module for converting Perl structures to strings and back MAKE_JOBS_SAFE= yes PERL_CONFIGURE= YES MAN3= FreezeThaw.3 .include Property changes on: head/devel/p5-FreezeThaw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/devel/p5-IPC-Run-SafeHandles/Makefile =================================================================== --- head/devel/p5-IPC-Run-SafeHandles/Makefile (revision 245718) +++ head/devel/p5-IPC-Run-SafeHandles/Makefile (revision 245719) @@ -1,32 +1,32 @@ # New ports collection makefile for: devele/p5-IPC-Run-SafeHandles # Date created: 29 July 2008 # Whom: Philip M. Gollucci # # $FreeBSD$ # PORTNAME= IPC-Run-SafeHandles PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= IPC::Run::SafeHandles - Safe guarding for IPC::Run(3) MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= IPC::Run::SafeHandles.3 PLIST_DIRS= %%SITE_PERL%%/IPC/Run \ %%SITE_PERL%%/IPC \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run/SafeHandles \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC PLIST_FILES= %%SITE_PERL%%/IPC/Run/SafeHandles.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run/SafeHandles/.packlist .include Property changes on: head/devel/p5-IPC-Run-SafeHandles/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/p5-Tie-IxHash/Makefile =================================================================== --- head/devel/p5-Tie-IxHash/Makefile (revision 245718) +++ head/devel/p5-Tie-IxHash/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: Tie-IxHash # Date created: Mon Jan 1 06:56:59 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Tie-IxHash PORTVERSION= 1.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing ordered in-memory associative arrays MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Tie::IxHash.3 .include Property changes on: head/devel/p5-Tie-IxHash/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/graphics/p5-GraphViz-Traverse/Makefile =================================================================== --- head/graphics/p5-GraphViz-Traverse/Makefile (revision 245718) +++ head/graphics/p5-GraphViz-Traverse/Makefile (revision 245719) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-GraphViz-Traverse # Date created: 02 Jun 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= GraphViz-Traverse PORTVERSION= 0.02 PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Build a GraphViz object via callback traversal BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= GraphViz::Traverse.3 GraphViz::Traverse::Filesystem.3 PERL_CONFIGURE= yes .include Property changes on: head/graphics/p5-GraphViz-Traverse/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/lang/p5-Error/Makefile =================================================================== --- head/lang/p5-Error/Makefile (revision 245718) +++ head/lang/p5-Error/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: p5-Error # Date created: 24-May-2000 # Whom: Peter van Heusden # # $FreeBSD$ # PORTNAME= Error PORTVERSION= 0.17015 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to provide Error/exception support for perl: Error MAKE_JOBS_SAFE= yes PERL_CONFIGURE= YES MAN3= Error.3 Error::Simple.3 .include Property changes on: head/lang/p5-Error/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/mail/p5-Mail-Audit-Attach/Makefile =================================================================== --- head/mail/p5-Mail-Audit-Attach/Makefile (revision 245718) +++ head/mail/p5-Mail-Audit-Attach/Makefile (revision 245719) @@ -1,31 +1,31 @@ # New ports collection makefile for: p5-Mail-Audit-Attach # Date created: 28 May 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Mail-Audit-Attach PORTVERSION= 0.94 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Mail::Audit plugin for attachment handling BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit \ ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/MIME/Head.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= Mail::Audit::Attach.3 PERL_CONFIGURE= yes .include Property changes on: head/mail/p5-Mail-Audit-Attach/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-Mail-IMAPTalk/Makefile =================================================================== --- head/mail/p5-Mail-IMAPTalk/Makefile (revision 245718) +++ head/mail/p5-Mail-IMAPTalk/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: p5-Mail-IMAPTalk # Date created: 24 May 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Mail-IMAPTalk PORTVERSION= 1.03 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= IMAP client interface with lots of features MAKE_JOBS_SAFE= yes MAN3= Mail::IMAPTalk.3 PERL_CONFIGURE= yes .include Property changes on: head/mail/p5-Mail-IMAPTalk/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-Mail-Sendmail/Makefile =================================================================== --- head/mail/p5-Mail-Sendmail/Makefile (revision 245718) +++ head/mail/p5-Mail-Sendmail/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: p5-Mail-Sendmail # Date created: Jan 28 2000 # Whom: Wei-chun Chao # # $FreeBSD$ # PORTNAME= Mail-Sendmail PORTVERSION= 0.79 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module implementing a simple, platform-independent mailer MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Mail::Sendmail.3 .include Property changes on: head/mail/p5-Mail-Sendmail/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/net/p5-Net-Gnats/Makefile =================================================================== --- head/net/p5-Net-Gnats/Makefile (revision 245718) +++ head/net/p5-Net-Gnats/Makefile (revision 245719) @@ -1,25 +1,25 @@ # ex:ts=8 # Ports collection makefile for: Net-Gnats # Date created: May 6, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= Net-Gnats PORTVERSION= 0.06 CATEGORIES= net databases perl5 MASTER_SITES= SF/gnatsperl/gnatsperl/${PORTVERSION} PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to GNU Gnats daemon MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Net::Gnats.3 Net::Gnats::PR.3 .include Property changes on: head/net/p5-Net-Gnats/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/security/p5-Authen-Simple-HTTP/Makefile =================================================================== --- head/security/p5-Authen-Simple-HTTP/Makefile (revision 245718) +++ head/security/p5-Authen-Simple-HTTP/Makefile (revision 245719) @@ -1,27 +1,27 @@ # New ports collection makefile for: Authen-Simple-HTTP # Date created: 21 May 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Authen-Simple-HTTP PORTVERSION= 0.2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple HTTP authentication BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= Authen::Simple::HTTP.3 PERL_MODBUILD= 5.8.0+ .include Property changes on: head/security/p5-Authen-Simple-HTTP/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/security/p5-Authen-Simple-Passwd/Makefile =================================================================== --- head/security/p5-Authen-Simple-Passwd/Makefile (revision 245718) +++ head/security/p5-Authen-Simple-Passwd/Makefile (revision 245719) @@ -1,26 +1,26 @@ # New ports collection makefile for: Authen-Simple-Passwd # Date created: 21 May 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Authen-Simple-Passwd PORTVERSION= 0.6 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple Passwd authentication BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= Authen::Simple::Passwd.3 PERL_MODBUILD= 5.8.0+ .include Property changes on: head/security/p5-Authen-Simple-Passwd/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/security/p5-Authen-Simple-SSH/Makefile =================================================================== --- head/security/p5-Authen-Simple-SSH/Makefile (revision 245718) +++ head/security/p5-Authen-Simple-SSH/Makefile (revision 245719) @@ -1,27 +1,27 @@ # New ports collection makefile for: Authen-Simple-SSH # Date created: 22 May 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Authen-Simple-SSH PORTVERSION= 0.1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple SSH authentication BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ ${SITE_PERL}/Net/SSH/Perl.pm:${PORTSDIR}/net/p5-Net-SSH-Perl RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= Authen::Simple::SSH.3 PERL_MODBUILD= 5.8.0+ .include Property changes on: head/security/p5-Authen-Simple-SSH/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/textproc/p5-Apache-XBEL/Makefile =================================================================== --- head/textproc/p5-Apache-XBEL/Makefile (revision 245718) +++ head/textproc/p5-Apache-XBEL/Makefile (revision 245719) @@ -1,41 +1,41 @@ # New ports collection makefile for: p5-Apache-XBEL # Date created: August 03 2004 # Whom: Aaron Straup Cope # # $FreeBSD$ # PORTNAME= Apache-XBEL PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Apache mod_perl handler to render an XBEL file as an HTML tree BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache::XBEL.3 .if defined(NOXSL) PLIST_SUB+= XSL="@Comment " .else PLIST_SUB+= XSL="" post-install: @${ECHO} "Installing ${DATADIR}/apache-xbel.xsl" @${MKDIR} ${DATADIR} @${INSTALL_DATA} ${WRKSRC}/xsl/apache-xbel.xsl ${DATADIR} .endif .include Property changes on: head/textproc/p5-Apache-XBEL/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/textproc/p5-CSS-Squish/Makefile =================================================================== --- head/textproc/p5-CSS-Squish/Makefile (revision 245718) +++ head/textproc/p5-CSS-Squish/Makefile (revision 245719) @@ -1,25 +1,25 @@ # New ports collection makefile for: p5-CSS-Squish # Date created: 18 Jun 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= CSS-Squish PORTVERSION= 0.08 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Compact many CSS files into one big file BUILD_DEPENDS= p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString MAKE_JOBS_SAFE= yes MAN3= CSS::Squish.3 PERL_CONFIGURE= yes .include Property changes on: head/textproc/p5-CSS-Squish/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/textproc/p5-Filter-Simple/Makefile =================================================================== --- head/textproc/p5-Filter-Simple/Makefile (revision 245718) +++ head/textproc/p5-Filter-Simple/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: textproc/p5-Filter-Simple # Date created: 15 October 2003 # Whom: philip@p6m7g8.com # # $FreeBSD$ # PORTNAME= Filter-Simple PORTVERSION= 0.84 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simplified source filtering MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Filter::Simple.3 .include Property changes on: head/textproc/p5-Filter-Simple/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/textproc/p5-HTML-RewriteAttributes/Makefile =================================================================== --- head/textproc/p5-HTML-RewriteAttributes/Makefile (revision 245718) +++ head/textproc/p5-HTML-RewriteAttributes/Makefile (revision 245719) @@ -1,34 +1,34 @@ # New ports collection makefile for: p5-HTML-Attributes # Date created: 2008/08/24 # Whom: Philip M. Gollucci # # $FreeBSD$ PORTNAME= HTML-RewriteAttributes PORTVERSION= 0.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple yet powerful HTML attribute rewriting MAKE_JOBS_SAFE= yes MAN3= HTML::RewriteAttributes::Resources.3 \ HTML::RewriteAttributes::Links.3 \ HTML::RewriteAttributes.3 PERL_CONFIGURE= yes PLIST_FILES= %%SITE_PERL%%/HTML/RewriteAttributes.pm \ %%SITE_PERL%%/HTML/RewriteAttributes/Resources.pm \ %%SITE_PERL%%/HTML/RewriteAttributes/Links.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RewriteAttributes/.packlist PLIST_DIRS= %%SITE_PERL%%/HTML/RewriteAttributes \ %%SITE_PERL%%/HTML \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/RewriteAttributes \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML .include Property changes on: head/textproc/p5-HTML-RewriteAttributes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/textproc/p5-Text-ParseWords/Makefile =================================================================== --- head/textproc/p5-Text-ParseWords/Makefile (revision 245718) +++ head/textproc/p5-Text-ParseWords/Makefile (revision 245719) @@ -1,31 +1,31 @@ # New ports collection makefile for: p5-Text-ParseWords # Date created: Jul 31, 2008 # Whom: Philip M. Gollucci # # $FreeBSD$ # PORTNAME= Text-ParseWords PORTVERSION= 3.27 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= parse text into an array of tokens or array of arrays MAKE_JOBS_SAFE= yes USE_ZIP= yes PERL_CONFIGURE= yes MAN3= Text::ParseWords.3 PLIST_FILES= %%SITE_PERL%%/Text/ParseWords.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords/.packlist PLIST_DIRS= %%SITE_PERL%%/Text \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ParseWords \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text .include Property changes on: head/textproc/p5-Text-ParseWords/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-Apache-AddHostPath/Makefile =================================================================== --- head/www/p5-Apache-AddHostPath/Makefile (revision 245718) +++ head/www/p5-Apache-AddHostPath/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: Apache::AddHostPath # Date created: 04 Nov 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-AddHostPath PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface for transforming a requested URI based on host/port MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache::AddHostPath.3 .include Property changes on: head/www/p5-Apache-AddHostPath/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/www/p5-Apache-Archive/Makefile =================================================================== --- head/www/p5-Apache-Archive/Makefile (revision 245718) +++ head/www/p5-Apache-Archive/Makefile (revision 245719) @@ -1,26 +1,26 @@ # New ports collection makefile for: Apache::Archive # Date created: 04 Nov 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-Archive PORTVERSION= 0.1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that creates a menu to allow perusal of tarball contents BUILD_DEPENDS= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache::Archive.3 .include Property changes on: head/www/p5-Apache-Archive/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/www/p5-Apache-AuthenCache/Makefile =================================================================== --- head/www/p5-Apache-AuthenCache/Makefile (revision 245718) +++ head/www/p5-Apache-AuthenCache/Makefile (revision 245719) @@ -1,37 +1,37 @@ # New ports collection makefile for: Apache-AuthenCache # Date created: Sun Dec 31 19:59:31 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-AuthenCache PORTVERSION= 1.00 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CG/CGILMORE PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that implements authentication caching BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Object.pm:${PORTSDIR}/devel/p5-Time-Object \ ${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes .if defined(WITH_APACHE2) IGNORE= this module is only for www/mod_perl .else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .endif PERL_CONFIGURE= yes MAN3= Apache::AuthenCache.3 post-patch: @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; .include Property changes on: head/www/p5-Apache-AuthenCache/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/www/p5-Apache-AutoIndex/Makefile =================================================================== --- head/www/p5-Apache-AutoIndex/Makefile (revision 245718) +++ head/www/p5-Apache-AutoIndex/Makefile (revision 245719) @@ -1,28 +1,28 @@ # New ports collection makefile for: Apache-AutoIndex # Date created: Sun Dec 31 20:13:11 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-AutoIndex PORTVERSION= 0.08 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl module that can completely replace mod_dir and mod_autoindex BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/${PERL_ARCH}/Apache/Icon.pm:${PORTSDIR}/www/p5-Apache-Icon \ ${SITE_PERL}/${PERL_ARCH}/Apache/Language.pm:${PORTSDIR}/www/p5-Apache-Language \ ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache::AutoIndex.3 .include Property changes on: head/www/p5-Apache-AutoIndex/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile =================================================================== --- head/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile (revision 245718) +++ head/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile (revision 245719) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-Apache-AxKit-Plugin-AddXSLParams-Request # Date created: 1.8.2003 # Whom: Hansjoerg Pehofer # # $FreeBSD$ # PORTNAME= Apache-AxKit-Plugin-AddXSLParams-Request PORTVERSION= 1.02 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Provides a way to pass info from the Apache::Request to XSLT params RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Apache::AxKit::Plugin::AddXSLParams::Request.3 .include Property changes on: head/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-Apache-CompressClientFixup/Makefile =================================================================== --- head/www/p5-Apache-CompressClientFixup/Makefile (revision 245718) +++ head/www/p5-Apache-CompressClientFixup/Makefile (revision 245719) @@ -1,26 +1,26 @@ # New ports collection makefile for: Apache::CompressClientFixup # Date created: 25 May 2004 # Whom: Bill Swingle # # $FreeBSD$ # PORTNAME= Apache-CompressClientFixup PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Apache-1.3.X to avoid gzip compression for known buggy browsers BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Constants.pm:${PORTSDIR}/www/mod_perl RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache::CompressClientFixup.3 .include Property changes on: head/www/p5-Apache-CompressClientFixup/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/www/p5-Apache-ConfigParser/Makefile =================================================================== --- head/www/p5-Apache-ConfigParser/Makefile (revision 245718) +++ head/www/p5-Apache-ConfigParser/Makefile (revision 245719) @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Apache-ConfigParser # Date created: 24 May 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Apache-ConfigParser PORTVERSION= 1.01 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Load Apache configuration files BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/FnMatch.pm:${PORTSDIR}/devel/p5-File-FnMatch \ ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node MAKE_JOBS_SAFE= yes MAN3= Apache::ConfigParser.3 Apache::ConfigParser::Directive.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-Apache-ConfigParser/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/www/p5-Apache-Icon/Makefile =================================================================== --- head/www/p5-Apache-Icon/Makefile (revision 245718) +++ head/www/p5-Apache-Icon/Makefile (revision 245719) @@ -1,23 +1,23 @@ # New ports collection makefile for: Apache-Icon # Date created: Mon Jan 1 04:09:18 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-Icon PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl module that provides an interface for looking up icon images BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl PERL_CONFIGURE= yes MAN3= Apache::Icon.3 .include Property changes on: head/www/p5-Apache-Icon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/p5-Apache-Language/Makefile =================================================================== --- head/www/p5-Apache-Language/Makefile (revision 245718) +++ head/www/p5-Apache-Language/Makefile (revision 245719) @@ -1,27 +1,27 @@ # New ports collection makefile for: Apache-Language # Date created: Mon Jan 1 05:22:52 2001 # Whom: will # # $FreeBSD$ # PORTNAME= Apache-Language PORTVERSION= 0.14 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl module that provides language-aware object hashes BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/src.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache::Language.3 Apache::Language::Constants.3 \ Apache::Language::DBI.3 Apache::Language::PlainFile.3 .include Property changes on: head/www/p5-Apache-Language/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/www/p5-Apache-MP3/Makefile =================================================================== --- head/www/p5-Apache-MP3/Makefile (revision 245718) +++ head/www/p5-Apache-MP3/Makefile (revision 245719) @@ -1,37 +1,37 @@ # New ports collection makefile for: p5-Apache-MP3 # Date created: 23-Jan-2001 # Whom: Dominic Mitchell # # $FreeBSD$ # PORTNAME= Apache-MP3 PORTVERSION= 4.00 CATEGORIES= www audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= MP3 browsing and streaming under mod_perl and Apache BUILD_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav \ ${SITE_PERL}/CGI/Session.pm:${PORTSDIR}/www/p5-CGI-Session \ ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ ${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis/Header.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header \ ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Apache::MP3.3 \ Apache::MP3::L10N.3 \ Apache::MP3::Playlist.3 \ Apache::MP3::Resample.3 \ Apache::MP3::Sorted.3 post-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/apache_mp3/* ${DATADIR} ${CAT} ${PKGMESSAGE} .include Property changes on: head/www/p5-Apache-MP3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/www/p5-Apache-PageKit/Makefile =================================================================== --- head/www/p5-Apache-PageKit/Makefile (revision 245718) +++ head/www/p5-Apache-PageKit/Makefile (revision 245719) @@ -1,83 +1,83 @@ # New ports collection makefile for: Apache::PageKit # Date created: 27 Oct 2001 # Whom: Seamus Venasse # # $FreeBSD$ # PORTNAME= Apache-PageKit PORTVERSION= 1.18 PORTREVISION= 0 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= MVCC web framework using mod_perl, XML and HTML::Template BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \ ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ ${SITE_PERL}/HTML/Clean.pm:${PORTSDIR}/www/p5-HTML-Clean \ ${SITE_PERL}/Mail/Mailer.pm:${PORTSDIR}/mail/p5-Mail-Tools \ ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/MD5.pm:${PORTSDIR}/security/p5-MD5 \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${SITE_PERL}/MIME/Types.pm:${PORTSDIR}/mail/p5-MIME-Types \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test RUN_DEPENDS= ${BUILD_DEPENDS} EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME} PERL_CONFIGURE= 5.8.0+ MAN3= Apache::ErrorReport.3 \ Apache::PageKit.3 \ Apache::PageKit::FAQ.3 \ Apache::PageKit::Model.3 \ Apache::PageKit::Session.3 post-build: @${FIND} ${WRKSRC} -name '*.orig' -delete post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} \ ${EXAMPLESDIR}/Config ${EXAMPLESDIR}/Content \ ${EXAMPLESDIR}/Model ${EXAMPLESDIR}/Model/MyPageKit \ ${EXAMPLESDIR}/View ${EXAMPLESDIR}/View/Default \ ${EXAMPLESDIR}/View/Default/pkit_edit ${EXAMPLESDIR}/View/pdf \ ${EXAMPLESDIR}/View/print ${EXAMPLESDIR}/View/wml \ ${EXAMPLESDIR}/View/xml ${EXAMPLESDIR}/contrib \ ${EXAMPLESDIR}/contrib/bin ${EXAMPLESDIR}/contrib/locale \ ${EXAMPLESDIR}/contrib/locale/templates \ ${EXAMPLESDIR}/contrib/locale/templates/empty \ ${EXAMPLESDIR}/contrib/locale/templates/po @${INSTALL_DATA} ${WRKSRC}/docsrc/* ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/eg/Config/* ${EXAMPLESDIR}/Config @${INSTALL_DATA} ${WRKSRC}/eg/Content/* ${EXAMPLESDIR}/Content @${INSTALL_DATA} ${WRKSRC}/eg/Model/MyPageKit/* ${EXAMPLESDIR}/Model/MyPageKit @${INSTALL_DATA} ${WRKSRC}/eg/README ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/eg/View/Default/*.tmpl ${EXAMPLESDIR}/View/Default @${INSTALL_DATA} ${WRKSRC}/eg/View/Default/*.xsl ${EXAMPLESDIR}/View/Default @${INSTALL_DATA} ${WRKSRC}/eg/View/Default/pkit_edit/* ${EXAMPLESDIR}/View/Default/pkit_edit @${INSTALL_DATA} ${WRKSRC}/eg/View/pdf/* ${EXAMPLESDIR}/View/pdf @${INSTALL_DATA} ${WRKSRC}/eg/View/print/* ${EXAMPLESDIR}/View/print @${INSTALL_DATA} ${WRKSRC}/eg/View/wml/* ${EXAMPLESDIR}/View/wml @${INSTALL_DATA} ${WRKSRC}/eg/View/xml/* ${EXAMPLESDIR}/View/xml @${INSTALL_DATA} ${WRKSRC}/eg/contrib/bin/* ${EXAMPLESDIR}/contrib/bin @${INSTALL_DATA} ${WRKSRC}/eg/contrib/locale/README ${EXAMPLESDIR}/contrib/locale @${INSTALL_DATA} ${WRKSRC}/eg/contrib/locale/templates/empty/* ${EXAMPLESDIR}/contrib/locale/templates/empty @${INSTALL_DATA} ${WRKSRC}/eg/contrib/locale/templates/po/* ${EXAMPLESDIR}/contrib/locale/templates/po .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/p5-Apache-PageKit/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/www/p5-Apache-Radius/Makefile =================================================================== --- head/www/p5-Apache-Radius/Makefile (revision 245718) +++ head/www/p5-Apache-Radius/Makefile (revision 245719) @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Apache-Radius # Date created: Mon 20 Sep 19:46:21 SAST 1999 # Whom: Sheldon Hearn # # $FreeBSD$ # PORTNAME= Apache-Radius PORTVERSION= 0.9 CATEGORIES= www security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= Apache-AuthenRadius-${PORTVERSION} -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl5 module for providing RADIUS authentication in Apache+mod_perl BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Apache::AuthenRadius.3 .include Property changes on: head/www/p5-Apache-Radius/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/www/p5-Apache-Reload/Makefile =================================================================== --- head/www/p5-Apache-Reload/Makefile (revision 245718) +++ head/www/p5-Apache-Reload/Makefile (revision 245719) @@ -1,46 +1,46 @@ # New ports collection makefile for: Apache::Reload # Date created: 15 Jan 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Apache-Reload PORTVERSION= 0.10 PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Reload changed modules MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache2::Reload.3 Apache::Reload.3 .include .if defined(WITH_MODPERL2) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 MAKE_ENV+= MOD_PERL=2 _APACHE= Apache2 .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl MAKE_ENV+= MOD_PERL=1 _APACHE= Apache .endif PLIST_DIRS= %%SITE_PERL%%/Apache2 \ %%SITE_PERL%%/Apache \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/${_APACHE}/Reload PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${_APACHE}/Reload/.packlist \ %%SITE_PERL%%/Apache2/Reload.pm \ %%SITE_PERL%%/Apache/Reload.pm .include Property changes on: head/www/p5-Apache-Reload/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/www/p5-Apache-Session/Makefile =================================================================== --- head/www/p5-Apache-Session/Makefile (revision 245718) +++ head/www/p5-Apache-Session/Makefile (revision 245719) @@ -1,50 +1,50 @@ # New ports collection makefile for: p5-Apache-Session # Date created: March 13, 2000 # Whom: Frank Mayhar # # $FreeBSD$ # PORTNAME= Apache-Session PORTVERSION= 1.87 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A persistence framework for session data MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= Apache::Session.3 \ Apache::Session::DB_File.3 \ Apache::Session::File.3 \ Apache::Session::Flex.3 \ Apache::Session::Generate::MD5.3 \ Apache::Session::Generate::ModUniqueId.3 \ Apache::Session::Generate::ModUsertrack.3 \ Apache::Session::Informix.3 \ Apache::Session::Lock::File.3 \ Apache::Session::Lock::MySQL.3 \ Apache::Session::Lock::Null.3 \ Apache::Session::Lock::Semaphore.3 \ Apache::Session::Lock::Sybase.3 \ Apache::Session::MySQL.3 \ Apache::Session::Oracle.3 \ Apache::Session::Postgres.3 \ Apache::Session::Serialize::Base64.3 \ Apache::Session::Serialize::Storable.3 \ Apache::Session::Serialize::Sybase.3 \ Apache::Session::Serialize::UUEncode.3 \ Apache::Session::Store::DB_File.3 \ Apache::Session::Store::File.3 \ Apache::Session::Store::Informix.3 \ Apache::Session::Store::MySQL.3 \ Apache::Session::Store::Oracle.3 \ Apache::Session::Store::Postgres.3 \ Apache::Session::Store::Sybase.3 \ Apache::Session::Sybase.3 .include Property changes on: head/www/p5-Apache-Session/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/www/p5-Apache-SessionX/Makefile =================================================================== --- head/www/p5-Apache-SessionX/Makefile (revision 245718) +++ head/www/p5-Apache-SessionX/Makefile (revision 245719) @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-Apache-SessionX # Date created: 01 Jun 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Apache-SessionX PORTVERSION= 2.01 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An extented persistence framework for session data BUILD_DEPENDS= ${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Apache::SessionX.3 \ Apache::SessionX::Generate::MD5.3 PERL_CONFIGURE= yes IS_INTERACTIVE= yes .include Property changes on: head/www/p5-Apache-SessionX/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-ApacheBench/Makefile =================================================================== --- head/www/p5-ApacheBench/Makefile (revision 245718) +++ head/www/p5-ApacheBench/Makefile (revision 245719) @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-ApacheBench # Date created: 11 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= ApacheBench PORTVERSION= 0.63 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= HTTPD PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for HTTP benchmarking MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= HTTPD::Bench::ApacheBench.3 .include Property changes on: head/www/p5-ApacheBench/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/www/p5-AxKit/Makefile =================================================================== --- head/www/p5-AxKit/Makefile (revision 245718) +++ head/www/p5-AxKit/Makefile (revision 245719) @@ -1,77 +1,77 @@ # Ports collection Makefile for: AxKit # Date created: 17 Jan 2001 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit PORTVERSION= 1.7 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= xml/axkit PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= XML Delivery Toolkit for Apache/Perl BUILD_DEPENDS= \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \ ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ ${SITE_PERL}/${PERL_ARCH}/XML/Sablotron.pm:${PORTSDIR}/textproc/p5-XML-Sablotron \ ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \ ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= \ Apache::AxKit::DirHandler.3 \ Apache::AxKit::Language.3 \ Apache::AxKit::Language::AxPoint.3 \ Apache::AxKit::Language::HtmlDoc.3 \ Apache::AxKit::Language::SAXMachines.3 \ Apache::AxKit::Language::XPathScript.3 \ Apache::AxKit::Language::XSP.3 \ Apache::AxKit::Language::XSP::Preload.3 \ Apache::AxKit::Language::XSP::SimpleTaglib.3 \ Apache::AxKit::Language::XSP::TaglibHelper.3 \ Apache::AxKit::LibXMLSupport.3 \ Apache::AxKit::MediaChooser::WAPCheck.3 \ Apache::AxKit::Plugin::Fragment.3 \ Apache::AxKit::Plugin::Passthru.3 \ Apache::AxKit::Plugin::QueryStringCache.3 \ Apache::AxKit::Provider.3 \ Apache::AxKit::Provider::POST.3 \ Apache::AxKit::Provider::FileWrite.3 \ Apache::AxKit::StyleChooser::Cookie.3 \ Apache::AxKit::StyleChooser::FileSuffix.3 \ Apache::AxKit::StyleChooser::PathInfo.3 \ Apache::AxKit::StyleChooser::QueryString.3 \ Apache::AxKit::StyleChooser::UserAgent.3 \ AxKit.3 USE_ICONV= yes PERL_CONFIGURE= yes CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \ LIBS='-L${LOCALBASE}/lib' \ OPTIMIZE="${CFLAGS}" CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL='--defaultdeps' PORTEXAMPLES= * post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/axkit.org ${EXAMPLESDIR} .endif .include Property changes on: head/www/p5-AxKit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/www/p5-AxKit-XSP-Cookie/Makefile =================================================================== --- head/www/p5-AxKit-XSP-Cookie/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-Cookie/Makefile (revision 245719) @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-Cookie # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Cookie PORTVERSION= 1.41 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An XSP library for setting and getting HTTP cookies BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Cookie.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-Cookie/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/www/p5-AxKit-XSP-ESQL/Makefile =================================================================== --- head/www/p5-AxKit-XSP-ESQL/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-ESQL/Makefile (revision 245719) @@ -1,26 +1,26 @@ # Ports collection Makefile for: p5-AxKit-XSP-ESQL # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-ESQL PORTVERSION= 1.4 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An Extended SQL taglib for AxKit eXtensible Server Pages BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/AxKit/XSP/Util.pm:${PORTSDIR}/www/p5-AxKit-XSP-Util \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::ESQL.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-ESQL/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/p5-AxKit-XSP-Exception/Makefile =================================================================== --- head/www/p5-AxKit-XSP-Exception/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-Exception/Makefile (revision 245719) @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-Exception # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Exception PORTVERSION= 1.6 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Exceptions taglib for eXtensible Server Pages plugin for AxKit BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Exception.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-Exception/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/www/p5-AxKit-XSP-IfParam/Makefile =================================================================== --- head/www/p5-AxKit-XSP-IfParam/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-IfParam/Makefile (revision 245719) @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-IfParam # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-IfParam PORTVERSION= 1.4 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Equivalent of XSP Param taglib, but conditional plugin for AxKit BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::IfParam.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-IfParam/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/www/p5-AxKit-XSP-Param/Makefile =================================================================== --- head/www/p5-AxKit-XSP-Param/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-Param/Makefile (revision 245719) @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-Param # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Param PORTVERSION= 1.4 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A namespace wrapper for accessing HTTP request paramaters BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Param.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-Param/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/www/p5-AxKit-XSP-PerForm/Makefile =================================================================== --- head/www/p5-AxKit-XSP-PerForm/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-PerForm/Makefile (revision 245719) @@ -1,25 +1,25 @@ # Ports collection Makefile for: p5-AxKit-XSP-PerForm # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-PerForm PORTVERSION= 1.83 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= XSP Taglib for making complex forms easy BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/AxKit/XSP/WebUtils.pm:${PORTSDIR}/www/p5-AxKit-XSP-WebUtils RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::PerForm.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-PerForm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/p5-AxKit-XSP-Sendmail/Makefile =================================================================== --- head/www/p5-AxKit-XSP-Sendmail/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-Sendmail/Makefile (revision 245719) @@ -1,25 +1,25 @@ # Ports collection Makefile for: p5-AxKit-XSP-Sendmail # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Sendmail PORTVERSION= 1.5 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Simple SMTP mailer tag library for AxKit eXtesible Server Pages. RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid MAN3= AxKit::XSP::Sendmail.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-Sendmail/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/www/p5-AxKit-XSP-Util/Makefile =================================================================== --- head/www/p5-AxKit-XSP-Util/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-Util/Makefile (revision 245719) @@ -1,26 +1,26 @@ # Ports collection Makefile for: p5-AxKit-XSP-Util # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-Util PORTVERSION= 1.6 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= XSP util: taglib plugin for AxKit BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/${PERL_ARCH}/HTTP/GHTTP.pm:${PORTSDIR}/www/p5-HTTP-GHTTP \ ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Util.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-Util/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/www/p5-AxKit-XSP-WebUtils/Makefile =================================================================== --- head/www/p5-AxKit-XSP-WebUtils/Makefile (revision 245718) +++ head/www/p5-AxKit-XSP-WebUtils/Makefile (revision 245719) @@ -1,24 +1,24 @@ # Ports collection Makefile for: p5-AxKit-XSP-WebUtils # Date created: 8 Jan 2002 # Whom: dom@happygiraffe.net # # $FreeBSD$ # PORTNAME= AxKit-XSP-WebUtils PORTVERSION= 1.6 CATEGORIES= www perl5 MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Plugin for AxKit that provide utilities for building XSP web apps BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::WebUtils.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-AxKit-XSP-WebUtils/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/www/p5-HTML-Scrubber/Makefile =================================================================== --- head/www/p5-HTML-Scrubber/Makefile (revision 245718) +++ head/www/p5-HTML-Scrubber/Makefile (revision 245719) @@ -1,26 +1,26 @@ # New ports collection makefile for: p5-HTML-Scrubber # Date created: 31 Oct 2003 # Whom: Foxfair Hu # # $FreeBSD$ # PORTNAME= HTML-Scrubber PORTVERSION= 0.08 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for scrubbing/sanitizing html BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes MAN3= HTML::Scrubber.3 .include Property changes on: head/www/p5-HTML-Scrubber/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-HTTP-Size/Makefile =================================================================== --- head/www/p5-HTTP-Size/Makefile (revision 245718) +++ head/www/p5-HTTP-Size/Makefile (revision 245719) @@ -1,28 +1,28 @@ # New ports collection makefile for: p5-HTTP-Size # Date created: 19 Jun 2006 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= HTTP-Size PORTVERSION= 1.13 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Get the byte size of an internet resource BUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-URI>0:${PORTSDIR}/net/p5-URI \ p5-HTML-SimpleLinkExtor>0:${PORTSDIR}/www/p5-HTML-SimpleLinkExtor RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= HTTP::Size.3 PERL_CONFIGURE= yes .include Property changes on: head/www/p5-HTTP-Size/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/www/p5-MasonX-Request-WithApacheSession/Makefile =================================================================== --- head/www/p5-MasonX-Request-WithApacheSession/Makefile (revision 245718) +++ head/www/p5-MasonX-Request-WithApacheSession/Makefile (revision 245719) @@ -1,27 +1,27 @@ # New ports collection makefile for: p5-MasonX-Request-WithApacheSession # Date created: 2003.07.21 # Whom: Nick Hilliard # # $FreeBSD$ # PORTNAME= MasonX-Request-WithApacheSession PORTVERSION= 0.31 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= An interface to Apache::Session for HTML::Mason BUILD_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= MasonX::Request::WithApacheSession.3 \ MasonX::Request::WithMultiSession.3 .include Property changes on: head/www/p5-MasonX-Request-WithApacheSession/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/www/p5-MasonX-WebApp/Makefile =================================================================== --- head/www/p5-MasonX-WebApp/Makefile (revision 245718) +++ head/www/p5-MasonX-WebApp/Makefile (revision 245719) @@ -1,37 +1,37 @@ # New ports collection makefile for: p5-MasonX-WebApp # Date created: 2005.01.08 # Whom: Travis Campbell # # $FreeBSD$ # PORTNAME= MasonX-WebApp PORTVERSION= 0.12 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Works with HTML::Mason to do processing before Mason is invoked RUN_DEPENDS= ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \ ${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util BUILD_DEPENDS= ${RUN_DEPENDS} .if defined(WITH_MODPERL2) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .else BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl MAKE_JOBS_SAFE= yes .endif PERL_MODBUILD= yes MAN3= MasonX::WebApp.3 .include Property changes on: head/www/p5-MasonX-WebApp/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/www/p5-Maypole/Makefile =================================================================== --- head/www/p5-Maypole/Makefile (revision 245718) +++ head/www/p5-Maypole/Makefile (revision 245719) @@ -1,123 +1,123 @@ # New ports collection makefile for: p5-Maypole # Date created: Apr 2 2004 # Whom: Lars Thegler # # $FreeBSD$ PORTNAME= Maypole PORTVERSION= 2.13 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TEEJAY PKGNAMEPREFIX= p5- -MAINTAINER= pgollucci@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= MVC web application framework BUILD_DEPENDS= p5-CGI-Simple>0:${PORTSDIR}/www/p5-CGI-Simple \ p5-CGI-Untaint-date>0:${PORTSDIR}/www/p5-CGI-Untaint-date \ p5-CGI-Untaint-email>0:${PORTSDIR}/www/p5-CGI-Untaint-email \ p5-CGI-Untaint>=1.26:${PORTSDIR}/www/p5-CGI-Untaint \ p5-Class-DBI-AbstractSearch>0:${PORTSDIR}/databases/p5-Class-DBI-AbstractSearch \ p5-Class-DBI-Loader-Relationship>0:${PORTSDIR}/databases/p5-Class-DBI-Loader-Relationship \ p5-Class-DBI-Loader>=0.02:${PORTSDIR}/databases/p5-Class-DBI-Loader \ p5-Class-DBI-Pager>0:${PORTSDIR}/databases/p5-Class-DBI-Pager \ p5-Class-DBI-Plugin-RetrieveAll>0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-RetrieveAll \ p5-Class-DBI-Plugin-Type>0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-Type \ p5-Class-DBI>=0.96:${PORTSDIR}/databases/p5-Class-DBI \ p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-File-MMagic-XS>=0.08:${PORTSDIR}/devel/p5-File-MMagic-XS \ p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTTP-Body>=0.5:${PORTSDIR}/www/p5-HTTP-Body \ p5-Lingua-EN-Inflect-Number>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ p5-Template-Plugin-Class>0:${PORTSDIR}/www/p5-Template-Plugin-Class \ p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \ p5-UNIVERSAL-moniker>0:${PORTSDIR}/devel/p5-UNIVERSAL-moniker \ p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-URI>0:${PORTSDIR}/net/p5-URI \ p5-libwww>0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes OPTIONS= MODPERL "mod_perl support" on \ MODPERL2 "mod_perl2 support" off PERL_CONFIGURE= yes .include .if defined(WITH_MODPERL2) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2 .endif .if defined(WITH_MODPERL) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq .endif .if defined(WITH_MODPERL) && defined(WITH_MODPERL2) IGNORE= only 1 mod_perl at a time .endif PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-message MAN3= Apache::MVC.3 \ CGI::Maypole.3 \ CGI::Untaint::Maypole.3 \ Maypole.3 \ Maypole::Application.3 \ Maypole::CLI.3 \ Maypole::Config.3 \ Maypole::Constants.3 \ Maypole::HTTPD.3 \ Maypole::HTTPD::Frontend.3 \ Maypole::Headers.3 \ Maypole::Manual.3 \ Maypole::Manual::About.3 \ Maypole::Manual::Beer.3 \ Maypole::Manual::BuySpy.3 \ Maypole::Manual::Cookbook.3 \ Maypole::Manual::Flox.3 \ Maypole::Manual::Inheritance.3 \ Maypole::Manual::Install.3 \ Maypole::Manual::Model.3 \ Maypole::Manual::Plugins.3 \ Maypole::Manual::StandardTemplates.3 \ Maypole::Manual::View.3 \ Maypole::Manual::Workflow.3 \ Maypole::Model::Base.3 \ Maypole::Model::CDBI.3 \ Maypole::Model::CDBI::AsForm.3 \ Maypole::Model::CDBI::Base.3 \ Maypole::Model::CDBI::DFV.3 \ Maypole::Model::CDBI::FromCGI.3 \ Maypole::Model::CDBI::Plain.3 \ Maypole::Session.3 \ Maypole::View::Base.3 \ Maypole::View::TT.3 DOC_FILES= ../Manual.pod \ About.pod \ Beer.pod \ BuySpy.pod \ Flox.pod \ Model.pod \ StandardTemplates.pod \ View.pod \ Workflow.pod post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR}/ .for FILE in ${DOC_FILES} @ ${INSTALL_DATA} ${WRKSRC}/lib/Maypole/Manual/${FILE} ${DOCSDIR}/ .endfor .endif .if !defined(NOPORTEXAMPLES) @ ${MKDIR} ${EXAMPLESDIR}/ @ ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}/ .endif @ ${CAT} ${PKGMESSAGE} .include Property changes on: head/www/p5-Maypole/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property