Index: head/devel/p5-Class-Mix/Makefile =================================================================== --- head/devel/p5-Class-Mix/Makefile (revision 395182) +++ head/devel/p5-Class-Mix/Makefile (revision 395183) @@ -1,23 +1,23 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Class-Mix PORTVERSION= 0.005 PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for dynamic class mixing LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild .include Index: head/devel/p5-Data-Integer/Makefile =================================================================== --- head/devel/p5-Data-Integer/Makefile (revision 395182) +++ head/devel/p5-Data-Integer/Makefile (revision 395183) @@ -1,17 +1,17 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Data-Integer PORTVERSION= 0.004 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for details of the native integer data type USES= perl5 USE_PERL5= modbuild .include Index: head/devel/p5-Module-Runtime/Makefile =================================================================== --- head/devel/p5-Module-Runtime/Makefile (revision 395182) +++ head/devel/p5-Module-Runtime/Makefile (revision 395183) @@ -1,20 +1,20 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Module-Runtime PORTVERSION= 0.014 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for runtime module handling LICENSE= ART10 GPLv1 LICENSE_COMB= dual USES= perl5 USE_PERL5= modbuild .include Index: head/devel/p5-Scalar-String/Makefile =================================================================== --- head/devel/p5-Scalar-String/Makefile (revision 395182) +++ head/devel/p5-Scalar-String/Makefile (revision 395183) @@ -1,19 +1,19 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Scalar-String PORTVERSION= 0.002 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for string aspects of scalars LICENSE_COMB= dual LICENSE= ART10 GPLv1 USES= perl5 USE_PERL5= modbuild .include Index: head/net/p5-Growl-GNTP/Makefile =================================================================== --- head/net/p5-Growl-GNTP/Makefile (revision 395182) +++ head/net/p5-Growl-GNTP/Makefile (revision 395183) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= Growl-GNTP PORTVERSION= 0.20 PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl implementation of the Growl GNTP Protocol (Client Part) LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \ p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild .include Index: head/net/p5-WebService-Prowl/Makefile =================================================================== --- head/net/p5-WebService-Prowl/Makefile (revision 395182) +++ head/net/p5-WebService-Prowl/Makefile (revision 395183) @@ -1,26 +1,26 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= WebService-Prowl PORTVERSION= 0.07 PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to Prowl Public API LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure .include Index: head/net-mgmt/spectools/Makefile =================================================================== --- head/net-mgmt/spectools/Makefile (revision 395182) +++ head/net-mgmt/spectools/Makefile (revision 395183) @@ -1,68 +1,68 @@ # Created by: Henrik Brix Andersen # $FreeBSD$ PORTNAME= spectools PORTVERSION= 201108.r1 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://www.kismetwireless.net/code/ \ LOCAL/brix DISTNAME= spectools-2011-08-R1 -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools for the Wi-Spy spectrum analyzers from MetaGeek LLC LICENSE= GPLv2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake pkgconfig PORTDOCS= README OPTIONS_DEFINE= GTK2 NCURSES DOCS OPTIONS_DEFAULT= GTK2 NCURSES ALL_TARGET= spectool_net spectool_raw .include .if ${PORT_OPTIONS:MGTK2} ALL_TARGET+= spectool_gtk USE_GNOME= gtk20 PLIST_SUB+= GTK="" .else PLIST_SUB+= GTK="@comment " .endif .if ${PORT_OPTIONS:MNCURSES} ALL_TARGET+= spectool_curses PLIST_SUB+= NCURSES="" .else PLIST_SUB+= NCURSES="@comment " .endif .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not build: duplicate definition of malloc .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spectool_net ${STAGEDIR}/${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/spectool_raw ${STAGEDIR}/${PREFIX}/bin .if ${PORT_OPTIONS:MGTK2} ${INSTALL_PROGRAM} ${WRKSRC}/spectool_gtk ${STAGEDIR}/${PREFIX}/bin .endif .if ${PORT_OPTIONS:MNCURSES} ${INSTALL_PROGRAM} ${WRKSRC}/spectool_curses ${STAGEDIR}/${PREFIX}/bin .endif post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${STAGEDIR}/${DOCSDIR} .endif .include Index: head/security/p5-Authen-DecHpwd/Makefile =================================================================== --- head/security/p5-Authen-DecHpwd/Makefile (revision 395182) +++ head/security/p5-Authen-DecHpwd/Makefile (revision 395183) @@ -1,23 +1,23 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Authen-DecHpwd PORTVERSION= 2.006 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for DEC VMS password hashing BUILD_DEPENDS= p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String \ p5-Data-Integer>=0:${PORTSDIR}/devel/p5-Data-Integer \ p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 USES= perl5 USE_PERL5= modbuild .include Index: head/security/p5-Authen-Passphrase/Makefile =================================================================== --- head/security/p5-Authen-Passphrase/Makefile (revision 395182) +++ head/security/p5-Authen-Passphrase/Makefile (revision 395183) @@ -1,33 +1,33 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Authen-Passphrase PORTVERSION= 0.008 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for handling hashed passwords/passphrases as objects LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Authen-DecHpwd>=0:${PORTSDIR}/security/p5-Authen-DecHpwd \ p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ p5-Crypt-MySQL>=0:${PORTSDIR}/security/p5-Crypt-MySQL \ p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Crypt-UnixCrypt_XS>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \ p5-Data-Entropy>=0:${PORTSDIR}/security/p5-Data-Entropy \ p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \ p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild .include Index: head/security/p5-Crypt-Eksblowfish/Makefile =================================================================== --- head/security/p5-Crypt-Eksblowfish/Makefile (revision 395182) +++ head/security/p5-Crypt-Eksblowfish/Makefile (revision 395183) @@ -1,23 +1,23 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Crypt-Eksblowfish PORTVERSION= 0.009 PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for the Eksblowfish block cipher LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild .include Index: head/security/p5-Crypt-UnixCrypt_XS/Makefile =================================================================== --- head/security/p5-Crypt-UnixCrypt_XS/Makefile (revision 395182) +++ head/security/p5-Crypt-UnixCrypt_XS/Makefile (revision 395183) @@ -1,20 +1,20 @@ # Created by: brix@FreeBSD.org # $FreeBSD$ PORTNAME= Crypt-UnixCrypt_XS PORTVERSION= 0.10 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl XS interface for a portable traditional crypt function LICENSE= ARTPERL10 USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes .include Index: head/sysutils/usbutils/Makefile =================================================================== --- head/sysutils/usbutils/Makefile (revision 395182) +++ head/sysutils/usbutils/Makefile (revision 395183) @@ -1,41 +1,41 @@ # Created by: Henrik Brix Andersen # $FreeBSD$ PORTNAME= usbutils PORTVERSION= 0.86 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/linux-usb/${PORTNAME} -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility for listing USB devices LICENSE= GPLv2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --datadir=${DATADIR} --enable-zlib USES= gmake pkgconfig PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS .include CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \ LIBUSB_LIBS="-L/usr/lib -lusb" post-patch: @${REINPLACE_CMD} -i '' \ -e 's|/bin/bash|/bin/sh|' \ ${WRKSRC}/usb-devices post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${STAGEDIR}${DOCSDIR} .endif .include Index: head/www/p5-Apache-Gallery/Makefile =================================================================== --- head/www/p5-Apache-Gallery/Makefile (revision 395182) +++ head/www/p5-Apache-Gallery/Makefile (revision 395183) @@ -1,59 +1,59 @@ # Created by: Erwin Lansing # $FreeBSD$ PORTNAME= Apache-Gallery PORTVERSION= 1.0.2 PORTREVISION= 5 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= http://apachegallery.dk/download/ \ CPAN PKGNAMEPREFIX= p5- -MAINTAINER= brix@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Apache::Gallery - mod_perl handler to create an image gallery LICENSE= ART10 BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \ p5-Image-Info>=0:${PORTSDIR}/graphics/p5-Image-Info \ p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \ p5-Image-Imlib2>=0:${PORTSDIR}/graphics/p5-Image-Imlib2 \ p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 \ p5-CGI>=0:${PORTSDIR}/www/p5-CGI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure USE_APACHE= 22+ DOC_FILES= INSTALL LICENSE README TODO UPGRADE SUB_FILES+= pkg-message OPTIONS_DEFINE= DOCS .include post-patch: @${CP} ${WRKSRC}/templates/bright/navdirectory.tpl ${WRKSRC}/templates/default @${CP} ${WRKSRC}/templates/bright/navdirectory.tpl ${WRKSRC}/templates/new post-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/www/icons/gallery/ ${INSTALL_DATA} ${WRKSRC}/htdocs/* \ ${STAGEDIR}/${PREFIX}/www/icons/gallery/ @${MKDIR} ${STAGEDIR}/${DATADIR}/templates/bright @${MKDIR} ${STAGEDIR}/${DATADIR}/templates/default @${MKDIR} ${STAGEDIR}/${DATADIR}/templates/new ${INSTALL_DATA} ${WRKSRC}/templates/bright/* \ ${STAGEDIR}/${DATADIR}/templates/bright/ ${INSTALL_DATA} ${WRKSRC}/templates/default/* \ ${STAGEDIR}/${DATADIR}/templates/default/ ${INSTALL_DATA} ${WRKSRC}/templates/new/* \ ${STAGEDIR}/${DATADIR}/templates/new/ @${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}/${DOCSDIR} .include