Index: head/audio/p5-Audio-FLAC-Header/Makefile =================================================================== --- head/audio/p5-Audio-FLAC-Header/Makefile (revision 399248) +++ head/audio/p5-Audio-FLAC-Header/Makefile (revision 399249) @@ -1,20 +1,20 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= Audio-FLAC-Header PORTVERSION= 2.4 PORTREVISION= 3 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Interface to FLAC header metadata LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac USES= perl5 USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include .include Index: head/databases/mysqlreport/Makefile =================================================================== --- head/databases/mysqlreport/Makefile (revision 399248) +++ head/databases/mysqlreport/Makefile (revision 399249) @@ -1,35 +1,35 @@ # Created by: Alexander Zhuravlev # $FreeBSD$ PORTNAME= mysqlreport PORTVERSION= 3.5 PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://hackmysql.com/scripts/ -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlreport makes a friendly report of important MySQL status values LICENSE= GPLv3 RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey OPTIONS_DEFINE= DOCS USES= perl5 shebangfix tar:tgz NO_BUILD= yes PLIST_FILES= bin/mysqlreport PORTDOCS= COPYING mysqlreportguide.html mysqlreportdoc.html SHEBANG_FILES= mysqlreport do-install: @${INSTALL_SCRIPT} ${WRKSRC}/mysqlreport ${STAGEDIR}${PREFIX}/bin @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/databases/mysqlsla/Makefile =================================================================== --- head/databases/mysqlsla/Makefile (revision 399248) +++ head/databases/mysqlsla/Makefile (revision 399249) @@ -1,35 +1,35 @@ # Created by: Alexander Zhuravlev # $FreeBSD$ PORTNAME= mysqlsla PORTVERSION= 2.03 PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://hackmysql.com/scripts/ -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlsla analyzes general, slow, and raw MySQL statement logs LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey USES= perl5 shebangfix NO_BUILD= yes PLIST_FILES= bin/mysqlsla \ man/man3/mysqlsla.3.gz SHEBANG_FILES= bin/mysqlsla pre-install: @${MKDIR} ${WRKSRC}/doc @pod2man ${WRKSRC}/lib/mysqlsla.pm > ${WRKSRC}/doc/mysqlsla.3 do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqlsla ${STAGEDIR}${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/doc/mysqlsla.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 .include Index: head/databases/p5-DBD-Mock/Makefile =================================================================== --- head/databases/p5-DBD-Mock/Makefile (revision 399248) +++ head/databases/p5-DBD-Mock/Makefile (revision 399249) @@ -1,22 +1,22 @@ # Created by: Espen Tagestad # $FreeBSD$ PORTNAME= DBD-Mock PORTVERSION= 1.45 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Simple mock DBD implementation used for testing BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \ p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/databases/p5-Test-DatabaseRow/Makefile =================================================================== --- head/databases/p5-Test-DatabaseRow/Makefile (revision 399248) +++ head/databases/p5-Test-DatabaseRow/Makefile (revision 399249) @@ -1,21 +1,21 @@ # Created by: Joshua D. Abraham # $FreeBSD$ PORTNAME= Test-DatabaseRow PORTVERSION= 2.03 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Simple database tests BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/devel/jep/Makefile =================================================================== --- head/devel/jep/Makefile (revision 399248) +++ head/devel/jep/Makefile (revision 399249) @@ -1,31 +1,31 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= jep PORTVERSION= 2.4 PORTREVISION= 1 CATEGORIES= devel java python MASTER_SITES= SF/${PORTNAME}p/${PORTNAME}/${PORTVERSION} -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java Embedded Python HAS_CONFIGURE= yes CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME} MAKE_ENV= JAVA_HOME=${JAVA_HOME} CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} USE_JAVA= yes JAVA_VERSION= 1.6+ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool python # Necessary, since the configure script does the LIBS and # LDFLAGS detection wrong LDFLAGS= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes post-install: ${INSTALL_DATA} ${WRKSRC}/jep.jar ${STAGEDIR}${JAVAJARDIR}/ .include Index: head/devel/p5-Class-Std/Makefile =================================================================== --- head/devel/p5-Class-Std/Makefile (revision 399248) +++ head/devel/p5-Class-Std/Makefile (revision 399249) @@ -1,20 +1,20 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= Class-Std DISTVERSION= 0.011 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Support for creating standard "inside-out" classes LICENSE= ART10 GPLv1 LICENSE_COMB= dual USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Devel-SimpleTrace/Makefile =================================================================== --- head/devel/p5-Devel-SimpleTrace/Makefile (revision 399248) +++ head/devel/p5-Devel-SimpleTrace/Makefile (revision 399249) @@ -1,20 +1,20 @@ # Created by: estith # $FreeBSD$ PORTNAME= Devel-SimpleTrace PORTVERSION= 0.08 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl module for better stack traces on interpreter-generated warn/die USES= perl5 USE_PERL5= configure BUILD_DEPENDS= p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS:= ${BUILD_DEPENDS} .include Index: head/devel/p5-Exception-Class-TryCatch/Makefile =================================================================== --- head/devel/p5-Exception-Class-TryCatch/Makefile (revision 399248) +++ head/devel/p5-Exception-Class-TryCatch/Makefile (revision 399249) @@ -1,22 +1,22 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Exception-Class-TryCatch PORTVERSION= 1.12 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Syntactic try/catch sugar for use with Exception::Class BUILD_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-ExtUtils-Manifest/Makefile =================================================================== --- head/devel/p5-ExtUtils-Manifest/Makefile (revision 399248) +++ head/devel/p5-ExtUtils-Manifest/Makefile (revision 399249) @@ -1,21 +1,21 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= ExtUtils-Manifest PORTVERSION= 1.70 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Utilities to write and check a MANIFEST file LICENSE= ART10 GPLv1 LICENSE_COMB= dual NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Geo-ShapeFile/Makefile =================================================================== --- head/devel/p5-Geo-ShapeFile/Makefile (revision 399248) +++ head/devel/p5-Geo-ShapeFile/Makefile (revision 399249) @@ -1,17 +1,17 @@ # Created by: estith # $FreeBSD$ PORTNAME= Geo-ShapeFile PORTVERSION= 2.52 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl extension for handling ESRI GIS Shapefiles USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Module-Refresh/Makefile =================================================================== --- head/devel/p5-Module-Refresh/Makefile (revision 399248) +++ head/devel/p5-Module-Refresh/Makefile (revision 399249) @@ -1,22 +1,22 @@ # Created by: aturetta@commit.it # $FreeBSD$ PORTNAME= Module-Refresh PORTVERSION= 0.17 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Refresh %INC files when updated on disk LICENSE= ART10 GPLv1 LICENSE_COMB= dual TEST_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Test-Distribution/Makefile =================================================================== --- head/devel/p5-Test-Distribution/Makefile (revision 399248) +++ head/devel/p5-Test-Distribution/Makefile (revision 399249) @@ -1,23 +1,23 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Test-Distribution PORTVERSION= 2.00 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Test::Distribution - Perform tests on all modules of a distribution BUILD_DEPENDS+= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild .include Index: head/devel/p5-Test-Kwalitee/Makefile =================================================================== --- head/devel/p5-Test-Kwalitee/Makefile (revision 399248) +++ head/devel/p5-Test-Kwalitee/Makefile (revision 399249) @@ -1,26 +1,26 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Test-Kwalitee PORTVERSION= 1.01 PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Test the Kwalitee of a distribution before you release it BUILD_DEPENDS= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature RUN_DEPENDS= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature USES= perl5 USE_PERL5= modbuild .include Index: head/devel/p5-Test-LectroTest/Makefile =================================================================== --- head/devel/p5-Test-LectroTest/Makefile (revision 399248) +++ head/devel/p5-Test-LectroTest/Makefile (revision 399249) @@ -1,17 +1,17 @@ # Created by: Alex Kapranoff # $FreeBSD$ PORTNAME= Test-LectroTest PORTVERSION= 0.5001 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Easy, automatic, specification-based tests USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Test-NoWarnings/Makefile =================================================================== --- head/devel/p5-Test-NoWarnings/Makefile (revision 399248) +++ head/devel/p5-Test-NoWarnings/Makefile (revision 399249) @@ -1,35 +1,35 @@ # Created by: Alex Kapranoff # $FreeBSD$ PORTNAME= Test-NoWarnings PORTVERSION= 1.04 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Hide and store warnings while running test scripts LICENSE= LGPL21 USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= DEVEL_STACKTRACE DEVEL_STACKTRACE_DESC= Stack trace support .include .if ${PORT_OPTIONS:MDEVEL_STACKTRACE} BUILD_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace RUN_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace .endif .include .if ${PERL_LEVEL} < 502200 TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple .endif .include Index: head/devel/p5-Test-Portability-Files/Makefile =================================================================== --- head/devel/p5-Test-Portability-Files/Makefile (revision 399248) +++ head/devel/p5-Test-Portability-Files/Makefile (revision 399249) @@ -1,17 +1,17 @@ # Created by: lippe # $FreeBSD$ PORTNAME= Test-Portability-Files PORTVERSION= 0.06 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Test::Portability::Files Check file names portability USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Test-YAML-Meta/Makefile =================================================================== --- head/devel/p5-Test-YAML-Meta/Makefile (revision 399248) +++ head/devel/p5-Test-YAML-Meta/Makefile (revision 399249) @@ -1,23 +1,23 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Test-YAML-Meta PORTVERSION= 0.20 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Validation of the META.yml file in a distribution BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ p5-Test-CPAN-Meta-YAML>=0.17:${PORTSDIR}/devel/p5-Test-CPAN-Meta-YAML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-Tie-ToObject/Makefile =================================================================== --- head/devel/p5-Tie-ToObject/Makefile (revision 399248) +++ head/devel/p5-Tie-ToObject/Makefile (revision 399249) @@ -1,26 +1,26 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Tie-ToObject PORTVERSION= 0.03 PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Tie to an existing object USES= perl5 USE_PERL5= configure post-extract: @${REINPLACE_CMD} -e '/Test::/d' ${WRKSRC}/Makefile.PL .include .if ${PERL_LEVEL} < 502200 TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple .endif .include Index: head/devel/premake/Makefile =================================================================== --- head/devel/premake/Makefile (revision 399248) +++ head/devel/premake/Makefile (revision 399249) @@ -1,31 +1,31 @@ # Created by: michael johnson # $FreeBSD$ PORTNAME= premake PORTVERSION= 3.7 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Premake/${PORTVERSION} DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Build script creation tool OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/Premake-${PORTVERSION} USES= gmake dos2unix zip PLIST_FILES= bin/premake PORTDOCS= CHANGES.txt LICENSE.txt README.txt MAKE_JOBS_UNSAFE= yes do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/bin/premake ${STAGEDIR}${PREFIX}/bin .include Index: head/graphics/ocrad/Makefile =================================================================== --- head/graphics/ocrad/Makefile (revision 399248) +++ head/graphics/ocrad/Makefile (revision 399249) @@ -1,50 +1,50 @@ # Created by: Ulrich Spoerlein # $FreeBSD$ PORTNAME= ocrad PORTVERSION= 0.22 CATEGORIES= graphics MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= OCR program implemented as filter LICENSE= GPLv3 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} CXXFLAGS="${CXXFLAGS}" CXX="${CXX}" CXXFLAGS+= -Wall -W MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu` PLIST_FILES= bin/${PORTNAME} man/man1/ocrad.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES .include .if ${OSVERSION} < 1000024 EXTRACT_DEPENDS=lzip:${PORTSDIR}/archivers/lzip EXTRACT_CMD= ${LOCALBASE}/bin/lzip EXTRACT_BEFORE_ARGS= -cd EXTRACT_AFTER_ARGS= | ${TAR} -xf - .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/ocrad.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .endif .include Index: head/graphics/p5-Geo-Proj4/Makefile =================================================================== --- head/graphics/p5-Geo-Proj4/Makefile (revision 399248) +++ head/graphics/p5-Geo-Proj4/Makefile (revision 399249) @@ -1,21 +1,21 @@ # Created by: Eric Stith # $FreeBSD$ PORTNAME= Geo-Proj4 PORTVERSION= 1.04 PORTREVISION= 3 CATEGORIES= graphics devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl cartographic projections wrapper for Proj library LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj CONFIGURE_ENV= GEOPROJ_FWTOOLS_DIR=${LOCALBASE} MAKE_ENV= INC=-I${LOCALBASE}/include USES= perl5 USE_PERL5= configure .include Index: head/mail/simscan/Makefile =================================================================== --- head/mail/simscan/Makefile (revision 399248) +++ head/mail/simscan/Makefile (revision 399249) @@ -1,163 +1,163 @@ # Created by: Anton Karpov # $FreeBSD$ PORTNAME= simscan PORTVERSION= 1.4.0 PORTREVISION= 6 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast Content/Anti-virus Scanner for qmail Written in C USES= qmail:build GNU_CONFIGURE= yes USERS= ${PORTNAME} GROUPS= ${USERS} WORKDIR?= ${QMAIL_PREFIX}/${PORTNAME} QMAIL_QUEUE= ${QMAIL_PREFIX}/bin/qmail-queue SUB_FILES= pkg-message SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX} \ SIMSCAN_DIR=${PORTNAME} PLIST_SUB= QMAIL_PREFIX=${QMAIL_PREFIX} \ SIMSCAN_DIR=${PORTNAME} OPTIONS_DEFINE= CLAMAV RIPMIME SPAMD USER DOMAIN ATTACH DROPMSG PASSTHRU HEADERS DSPAM DOCS OPTIONS_DEFAULT= CLAMAV RIPMIME CLAMAV_DESC= Support for ClamAV Virus Scanning RIPMIME_DESC= Ripmime Processing (if Clamav ScanMail disabled) SPAMD_DESC= Support for SpamAssassin Spam Filtering USER_DESC= Turn On Per User SpamAssassin (required SPAMD) DOMAIN_DESC= Turn On Per Domain Based Checking ATTACH_DESC= Turn On Attachment Scanning (required CLAMAV) DROPMSG_DESC= Drop Message in Case of Virus Found PASSTHRU_DESC= Pass Spam Thru, Do Not Reject (required SPAMD) HEADERS_DESC= Add a Received Line With Versions of Scanners DSPAM_DESC= Turn on DSPAM scanning .include CONFIGURE_ARGS=--enable-clamavdb-path=/var/db/clamav \ --enable-qmaildir=${QMAIL_PREFIX} \ --enable-spamc-user=n \ --enable-workdir=${WORKDIR} \ --enable-user=nobody .if ! ${PORT_OPTIONS:MCLAMAV} CONFIGURE_ARGS+= --enable-clamav=n .else BUILD_DEPENDS+= clamdscan:${PORTSDIR}/security/clamav .endif .if ! ${PORT_OPTIONS:MRIPMIME} CONFIGURE_ARGS+=--disable-ripmime .else BUILD_DEPENDS+= ripmime:${PORTSDIR}/mail/ripmime .endif .if ${PORT_OPTIONS:MSPAMD} BUILD_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin CONFIGURE_ARGS+=--enable-spam=y CONFIGURE_ARGS+=--enable-spamassassin-path=${LOCALBASE}/bin/spamassassin .endif .if ${PORT_OPTIONS:MUSER} CONFIGURE_ARGS+=--enable-spamc-user=y .endif .if ${PORT_OPTIONS:MDOMAIN} CONFIGURE_ARGS+=--enable-per-domain=y .endif .if ${PORT_OPTIONS:MATTACH} CONFIGURE_ARGS+=--enable-attach=y .endif .if ${PORT_OPTIONS:MDROPMSG} CONFIGURE_ARGS+=--enable-dropmsg=y .endif .if ${PORT_OPTIONS:MPASSTHRU} CONFIGURE_ARGS+=--enable-spam-passthru=y .endif .if ${PORT_OPTIONS:MHEADERS} CONFIGURE_ARGS+=--enable-received=y CONFIGURE_ARGS+=--enable-sigtool-path=${LOCALBASE}/bin/sigtool .endif .if ${PORT_OPTIONS:MDSPAM} CONFIGURE_ARGS+=--enable-dspam=y BUILD_DEPENDS+= dspam:${PORTSDIR}/mail/dspam .endif .if defined(SPAM_HITS) CONFIGURE_ARGS+=--enable-spam-hits=${SPAM_HITS} .endif .if defined(QUARANTINE_DIR) CONFIGURE_ARGS+=--enable-quarantinedir=${QUARANTINE_DIR} .endif .if defined(SPAMC_ARGS) CONFIGURE_ARGS+=--enable-spamc-args=${SPAMC_ARGS} .endif .if defined(QMAIL_QUEUE) CONFIGURE_ARGS+=--enable-qmail-queue=${QMAIL_QUEUE} .endif PORTDOCS= AUTHORS ChangeLog README TODO if ! ${TEST} -f ${QMAIL_QUEUE}; then \ ${ECHO_MSG} "Unable to found qmail-queue binary trying '${QMAIL_QUEUE}'."; \ ${ECHO_MSG} "Please set QMAIL_PREFIX to your qmail installation directory !"; \ exit 1; \ fi post-patch: @${REINPLACE_CMD} -E 's,($f/daily.cvd"),\1 || test -d "$$f/daily.inc",' \ ${WRKSRC}/configure @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/cdb/conf-cc @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/cdb/conf-ld @${ECHO_CMD} ${STAGEDIR}${PREFIX} > ${WRKSRC}/cdb/conf-home @${REINPLACE_CMD} -e 's|@qmaildir@|$$(DESTDIR)@qmaildir@|' \ -e 's|@workdir@|$$(DESTDIR)@workdir@|' \ ${WRKSRC}/Makefile.in pre-configure: @${ECHO_MSG} "" @${ECHO_MSG} "=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=" @${ECHO_MSG} "You may also use the following build options:" @${ECHO_MSG} "" @${ECHO_MSG} "QMAIL_PREFIX Base qmail directory. Default is ${QMAIL_PREFIX}" @${ECHO_MSG} "WORKDIR Directory to unpack emails. Default is ${QMAIL_PREFIX}/${PORTNAME}" @${ECHO_MSG} "QMAIL_QUEUE Define full path and name of the qmail-queue program" @${ECHO_MSG} " Incoming mail is passed to this program after being" @${ECHO_MSG} " scanned by SimScan. Default is ${QMAIL_PREFIX}/bin/qmail-queue" @${ECHO_MSG} "SPAMC_ARGS Define the arguments to pass to spamc." @${ECHO_MSG} " Be sure to place quotes around the options you define" @${ECHO_MSG} "SPAM_HITS Reject spam only above this hit level" @${ECHO_MSG} " Default is 10.0. Useful without PASSTHRU option" @${ECHO_MSG} "QUARANTINE_DIR Directory to keep spam and/or infected emails" @${ECHO_MSG} " Default is disabled" @${ECHO_MSG} "=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=" @${ECHO_MSG} "" pre-install: ${MKDIR} ${STAGEDIR}${QMAIL_PREFIX}/bin post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif .include Index: head/misc/ttyrec/Makefile =================================================================== --- head/misc/ttyrec/Makefile (revision 399248) +++ head/misc/ttyrec/Makefile (revision 399249) @@ -1,37 +1,37 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= ttyrec PORTVERSION= 1.0.8 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://0xcc.net/ttyrec/ -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tty recorder MANPAGE= ttyplay.1 ttyrec.1 BINS= ttyplay ttyrec ttytime OPTIONS_DEFINE= OPENPTY OPENPTY_DESC= Use openpty instead PLIST_FILES= bin/ttyplay bin/ttyrec bin/ttytime \ man/man1/ttyplay.1.gz man/man1/ttyrec.1.gz .include post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|^CFLAGS|#CFLAGS|g" \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${MANPAGE:S,^,${WRKSRC}/,} \ ${STAGEDIR}${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MOPENPTY} CFLAGS+= -DHAVE_openpty -lutil .endif .include Index: head/net/p5-Net-Google-AuthSub/Makefile =================================================================== --- head/net/p5-Net-Google-AuthSub/Makefile (revision 399248) +++ head/net/p5-Net-Google-AuthSub/Makefile (revision 399249) @@ -1,20 +1,20 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Net-Google-AuthSub PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Interact with sites that implement Google style AuthSub RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww USES= perl5 USE_PERL5= configure .include Index: head/net/zsync/Makefile =================================================================== --- head/net/zsync/Makefile (revision 399248) +++ head/net/zsync/Makefile (revision 399249) @@ -1,31 +1,31 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= zsync PORTVERSION= 0.6.2 CATEGORIES= net MASTER_SITES= http://zsync.moria.org.uk/download/ -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= File transfer program USES= tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= COPYING INSTALL NEWS README PLIST_FILES= bin/zsync bin/zsyncmake \ man/man1/zsync.1.gz man/man1/zsyncmake.1.gz MANPAGE= zsync.1 zsyncmake.1 BINS= zsync zsyncmake OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${MANPAGE:S,^,${WRKSRC}/doc/,} \ ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/weathermap/Makefile =================================================================== --- head/net-mgmt/weathermap/Makefile (revision 399248) +++ head/net-mgmt/weathermap/Makefile (revision 399249) @@ -1,53 +1,53 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= weathermap PORTVERSION= 1.1.1 PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= http://netmon.grnet.gr/weathermap/dist/ -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= This tool displays the utilization of the network links LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ mrtg:${PORTSDIR}/net-mgmt/mrtg USES= perl5 shebangfix NO_BUILD= yes SHEBANG_FILES= weathermap OPTIONS_DEFINE= WGET DOCS EXAMPLES WGET_DESC= WGET support PORTDOCS= README LICENSE INSTALL CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ --with-gd-inc=${LOCALBASE}/include SUB_FILES= pkg-message .include .if ${PORT_OPTIONS:MWGET} RUN_DEPENDS+= wget:${PORTSDIR}/ftp/wget .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ -e 's|weathermap.conf|${PREFIX}/etc/weathermap.conf|g' \ ${WRKSRC}/weathermap do-install: @${INSTALL_SCRIPT} ${WRKSRC}/weathermap ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/example/weathermap.conf ${STAGEDIR}${ETCDIR}/weathermap.conf.sample .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include Index: head/security/p5-Business-PayPal-EWP/Makefile =================================================================== --- head/security/p5-Business-PayPal-EWP/Makefile (revision 399248) +++ head/security/p5-Business-PayPal-EWP/Makefile (revision 399249) @@ -1,22 +1,22 @@ # Created by: Alfred Perlstein # $FreeBSD$ PORTNAME= Business-PayPal-EWP PORTVERSION= 1.03 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl extension for PayPal Encrypted Website Payments RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay USES= dos2unix perl5 USE_PERL5= configure USE_OPENSSL= yes CONFIGURE_ARGS= ${OPENSSLBASE} .include Index: head/sysutils/p5-Probe-Perl/Makefile =================================================================== --- head/sysutils/p5-Probe-Perl/Makefile (revision 399248) +++ head/sysutils/p5-Probe-Perl/Makefile (revision 399249) @@ -1,18 +1,18 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Probe-Perl PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KWILLIAMS PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Information about the currently running perl USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Excel-Template/Makefile =================================================================== --- head/textproc/p5-Excel-Template/Makefile (revision 399248) +++ head/textproc/p5-Excel-Template/Makefile (revision 399249) @@ -1,27 +1,27 @@ # Created by: Espen Tagestad # $FreeBSD$ PORTNAME= Excel-Template PORTVERSION= 0.34 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Perl module for templating Excel files LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Getopt-Lucid/Makefile =================================================================== --- head/textproc/p5-Getopt-Lucid/Makefile (revision 399248) +++ head/textproc/p5-Getopt-Lucid/Makefile (revision 399249) @@ -1,26 +1,26 @@ # Created by: Felippe de Meirelles Motta # $FreeBSD$ PORTNAME= Getopt-Lucid PORTVERSION= 1.05 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing LICENSE= APACHE20 BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable USES= perl5 USE_PERL5= configure .include Index: head/www/p5-CGI-Application-Plugin-DBH/Makefile =================================================================== --- head/www/p5-CGI-Application-Plugin-DBH/Makefile (revision 399248) +++ head/www/p5-CGI-Application-Plugin-DBH/Makefile (revision 399249) @@ -1,23 +1,23 @@ # Created by: Espen Tagestad # $FreeBSD$ PORTNAME= CGI-Application-Plugin-DBH PORTVERSION= 4.01 PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Easy DBI access from CGI::Application BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Test-MockObject>=1.20120301:${PORTSDIR}/devel/p5-Test-MockObject RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= perl5 USE_PERL5= modbuild .include Index: head/www/p5-CGI-Application-Plugin-HTDot/Makefile =================================================================== --- head/www/p5-CGI-Application-Plugin-HTDot/Makefile (revision 399248) +++ head/www/p5-CGI-Application-Plugin-HTDot/Makefile (revision 399249) @@ -1,24 +1,24 @@ # Created by: Espen Tagestad # $FreeBSD$ PORTNAME= CGI-Application-Plugin-HTDot PORTVERSION= 0.07 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Enable "magic dot" notation in CGI::Application-derived applications BUILD_DEPENDS= p5-CGI-Application>=4.0:${PORTSDIR}/www/p5-CGI-Application \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-HTML-Template-Pluggable>=0:${PORTSDIR}/www/p5-HTML-Template-Pluggable \ p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile =================================================================== --- head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile (revision 399248) +++ head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile (revision 399249) @@ -1,24 +1,24 @@ # Created by: Espen Tagestad # $FreeBSD$ PORTNAME= CGI-Application-Plugin-ValidateRM PORTVERSION= 2.5 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Help validate forms with the CGI::Application framework BUILD_DEPENDS= p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm \ p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \ p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include Index: head/www/p5-HTML-Template-Pluggable/Makefile =================================================================== --- head/www/p5-HTML-Template-Pluggable/Makefile (revision 399248) +++ head/www/p5-HTML-Template-Pluggable/Makefile (revision 399249) @@ -1,23 +1,23 @@ # Created by: Espen Tagestad # $FreeBSD$ PORTNAME= HTML-Template-Pluggable PORTVERSION= 0.17 PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= lippe@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Extends HTML::Template with plugin support BUILD_DEPENDS= p5-HTML-Template>=2.7:${PORTSDIR}/www/p5-HTML-Template \ p5-Test-MockObject>=1:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include