Index: head/audio/quimup/Makefile =================================================================== --- head/audio/quimup/Makefile (revision 305920) +++ head/audio/quimup/Makefile (revision 305921) @@ -1,59 +1,55 @@ -# New ports collection makefile for: quimup -# Date created: 2011-02-08 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= quimup PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF MASTER_SITE_SUBDIR=musicpd/Quimup/${PORTVERSION} DISTNAME= ${PORTNAME}_${DISTVERSION}_source -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= QT4 Client for MPD (the Music Player Daemon) LIB_DEPENDS= mpdclient.2:${PORTSDIR}/audio/libmpdclient USE_QT4= corelib gui network \ qmake_build moc_build rcc_build uic_build QMAKE_ARGS= PREFIX=${PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} PLIST_FILES= bin/${PORTNAME} \ share/icons/hicolor/32x32/apps/${PORTNAME}.png \ share/icons/hicolor/48x48/apps/${PORTNAME}.png \ share/icons/hicolor/64x64/apps/${PORTNAME}.png PLIST_DIRS= share/icons/hicolor/32x32/apps \ share/icons/hicolor/32x32 \ share/icons/hicolor/48x48/apps \ share/icons/hicolor/48x48 \ share/icons/hicolor/64x64/apps \ share/icons/hicolor/64x64 \ share/icons/hicolor \ share/icons .include do-configure: ${REINPLACE_CMD} -e 's|/usr/lib/libmpdclient.so|${LOCALBASE}/lib/libmpdclient.so|' \ ${WRKSRC}/${PORTNAME}.pro cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/icons/hicolor/32x32/apps ${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps ${MKDIR} ${PREFIX}/share/icons/hicolor/64x64/apps ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}32.png \ ${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}48.png \ ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}64.png \ ${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png .include Property changes on: head/audio/quimup/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/p5-Format-Human-Bytes/Makefile =================================================================== --- head/converters/p5-Format-Human-Bytes/Makefile (revision 305920) +++ head/converters/p5-Format-Human-Bytes/Makefile (revision 305921) @@ -1,21 +1,17 @@ -# New ports collection makefile for: p5-Format-Human-Bytes -# Date created: November 28th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Format-Human-Bytes PORTVERSION= 0.06 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to format a bytecount and make it human readable PERL_CONFIGURE= YES MAN3= Format::Human::Bytes.3 .include Property changes on: head/converters/p5-Format-Human-Bytes/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/p5-ORLite/Makefile =================================================================== --- head/databases/p5-ORLite/Makefile (revision 305920) +++ head/databases/p5-ORLite/Makefile (revision 305921) @@ -1,42 +1,38 @@ -# New ports collection makefile for: p5-ORLite -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= ORLite PORTVERSION= 1.97 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ADAMK PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 extremely light weight SQLite-specific ORM BUILD_DEPENDS= p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \ p5-DBD-SQLite>=1.27:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-File-Remove>=1.40:${PORTSDIR}/devel/p5-File-Remove \ p5-Params-Util>=0.33:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script PERL_CONFIGURE= yes MAN3= ORLite.3 .include .if ${PERL_LEVEL} < 501001 BUILD_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp .endif .if ${PERL_LEVEL} < 501200 BUILD_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path RUN_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path .endif .include Index: head/databases/p5-ORLite-Migrate/Makefile =================================================================== --- head/databases/p5-ORLite-Migrate/Makefile (revision 305920) +++ head/databases/p5-ORLite-Migrate/Makefile (revision 305921) @@ -1,34 +1,30 @@ -# New ports collection makefile for: p5-ORLite-Migrate -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= ORLite-Migrate PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ADAMK PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 extremely light weight SQLite-specific schema migration BUILD_DEPENDS= p5-File-pushd>=1.00:${PORTSDIR}/devel/p5-File-pushd \ p5-IPC-Run3>=0.042:${PORTSDIR}/devel/p5-IPC-Run3 \ p5-ORLite>=1.28:${PORTSDIR}/databases/p5-ORLite \ p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl \ p5-DBI>=1.58:${PORTSDIR}/databases/p5-DBI \ p5-DBD-SQLite>=1.21:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Params-Util>0.37:${PORTSDIR}/devel/p5-Params-Util \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= ORLite::Migrate.3 \ ORLite::Migrate::Timeline.3 .include Index: head/databases/tora/Makefile =================================================================== --- head/databases/tora/Makefile (revision 305920) +++ head/databases/tora/Makefile (revision 305921) @@ -1,72 +1,68 @@ -# New ports collection makefile for: tora -# Date created: 03 January 2002 -# Whom: anders -# +# Created by: anders # $FreeBSD$ -# PORTNAME= tora PORTVERSION= 2.1.3 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= SF -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit for Oracle BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 \ pcre.1:${PORTSDIR}/devel/pcre OPTIONS= ORACLE "Build with Oracle support (i386 only)" off \ PGSQL "Build with PostgreSQL support" on \ MYSQL "Build with MySQL support" on USE_AUTOTOOLS= aclocal automake autoconf autoheader libtool USE_QT4= gui corelib sql xml network linguist moc_build uic_build rcc_build USE_GMAKE= yes GNU_CONFIGURE= yes PREFIX2FIX= doc/help/preferences.texi doc/help/preferences.html .include .if !defined(NOPORTDOCS) INFO= tora .endif .if !defined(WITHOUT_MYSQL) RUN_DEPENDS+= ${QT_PLUGINDIR}/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt4-mysql-plugin .endif .if !defined(WITHOUT_PGSQL) RUN_DEPENDS+= ${QT_PLUGINDIR}/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt4-pgsql-plugin .endif .if !defined(WITHOUT_ORACLE) BUILD_DEPENDS+= ${ORACLE_HOME}/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client RUN_DEPENDS+= ${ORACLE_HOME}/network/admin/tnsnames.ora:${PORTSDIR}/databases/oracle8-client ORACLE_HOME?= ${LOCALBASE}/oracle8-client ORACLE_VER= 8i # Client version CONFIGURE_ARGS+= --with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:U} .endif run-autotools: (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh) post-patch: .if ${OSVERSION} < 700000 ${REINPLACE_CMD} -e 's|LIBS="|LIBS="-lpthread |' ${WRKSRC}/config/m4/qtkde.m4 .endif pre-configure: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|test doc|test|' ${WRKSRC}/Makefile.am .else @${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' \ ${PREFIX2FIX:S|^|${WRKSRC}/|} .endif .include Property changes on: head/databases/tora/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-CPAN-Checksums/Makefile =================================================================== --- head/devel/p5-CPAN-Checksums/Makefile (revision 305920) +++ head/devel/p5-CPAN-Checksums/Makefile (revision 305921) @@ -1,36 +1,32 @@ -# New ports collection makefile for: p5-CPAN-Checksums -# Date created: September 21st 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= CPAN-Checksums PORTVERSION= 2.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to write a CHECKSUMS file for a directory as on CPAN BUILD_DEPENDS= p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature RUN_DEPENDS= p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \ p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature TEST_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 PERL_CONFIGURE= YES .include .if ${PERL_LEVEL} < 501000 BUILD_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \ p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA RUN_DEPENDS+= p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \ p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA .endif MAN3= CPAN::Checksums.3 .include Property changes on: head/devel/p5-CPAN-Checksums/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-CPAN-Inject/Makefile =================================================================== --- head/devel/p5-CPAN-Inject/Makefile (revision 305920) +++ head/devel/p5-CPAN-Inject/Makefile (revision 305921) @@ -1,31 +1,27 @@ -# New ports collection makefile for: p5-CPAN-Inject -# Date created: September 21st 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= CPAN-Inject PORTVERSION= 1.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Base class for injecting distributions into CPAN sources BUILD_DEPENDS= p5-File-chmod>=0.30:${PORTSDIR}/devel/p5-File-chmod \ p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \ p5-CPAN-Checksums>=1.05:${PORTSDIR}/devel/p5-CPAN-Checksums RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Script-Run>=1.02:${PORTSDIR}/devel/p5-Test-Script-Run \ p5-File-Remove>=0.34:${PORTSDIR}/devel/p5-File-Remove \ p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ p5-Test-Script>=1.02:${PORTSDIR}/devel/p5-Test-Script PERL_CONFIGURE= YES MAN1= cpaninject.1 MAN3= CPAN::Inject.3 .include Index: head/devel/p5-Class-Unload/Makefile =================================================================== --- head/devel/p5-Class-Unload/Makefile (revision 305920) +++ head/devel/p5-Class-Unload/Makefile (revision 305921) @@ -1,24 +1,20 @@ -# New ports collection makefile for: p5-Class-Unload -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Class-Unload PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module for unloading classes BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Class::Unload.3 .include Index: head/devel/p5-Class-XSAccessor-Array/Makefile =================================================================== --- head/devel/p5-Class-XSAccessor-Array/Makefile (revision 305920) +++ head/devel/p5-Class-XSAccessor-Array/Makefile (revision 305921) @@ -1,24 +1,20 @@ -# New ports collection makefile for: p5-Class-XSAccessor-Array -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Class-XSAccessor-Array PORTVERSION= 1.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module for unloading classes BUILD_DEPENDS= p5-AutoXS-Header>=0:${PORTSDIR}/devel/p5-AutoXS-Header RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Class::XSAccessor::Array.3 .include Property changes on: head/devel/p5-Class-XSAccessor-Array/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Config-IniFiles/Makefile =================================================================== --- head/devel/p5-Config-IniFiles/Makefile (revision 305920) +++ head/devel/p5-Config-IniFiles/Makefile (revision 305921) @@ -1,28 +1,24 @@ -# New ports collection makefile for: p5-Config-IniFiles -# Date created: October 21st 1996 -# Whom: James FitzGibbon -# +# Created by: James FitzGibbon # $FreeBSD$ -# PORTNAME= Config-IniFiles PORTVERSION= 2.77 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module for reading .ini-style configuration files LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy PERL_CONFIGURE= yes MAN3= Config::IniFiles.3 .include Property changes on: head/devel/p5-Config-IniFiles/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Config-Record/Makefile =================================================================== --- head/devel/p5-Config-Record/Makefile (revision 305920) +++ head/devel/p5-Config-Record/Makefile (revision 305921) @@ -1,24 +1,20 @@ -# New ports collection makefile for: p5-Config-Record -# Date created: 22 Jun 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Config-Record PORTVERSION= 1.1.2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Configuration file access TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage MAN3= Config::Record.3 PERL_CONFIGURE= yes .include Property changes on: head/devel/p5-Config-Record/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Config-Simple/Makefile =================================================================== --- head/devel/p5-Config-Simple/Makefile (revision 305920) +++ head/devel/p5-Config-Simple/Makefile (revision 305921) @@ -1,21 +1,18 @@ # Ports collection makefile for: Config-Simple -# Date created: 8 Oct 2003 -# Whom: mig -# +# Created by: mig # $FreeBSD$ -# PORTNAME= Config-Simple PORTVERSION= 4.59 CATEGORIES= devel perl5 MASTER_SITES= CPAN/Config/SHERZODR PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Simple configuration file class PERL_CONFIGURE= yes MAN3= Config::Simple.3 .include Property changes on: head/devel/p5-Config-Simple/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Config-Std/Makefile =================================================================== --- head/devel/p5-Config-Std/Makefile (revision 305920) +++ head/devel/p5-Config-Std/Makefile (revision 305921) @@ -1,31 +1,27 @@ -# New ports collection makefile for: p5-Config-Std -# Date created: 30 May 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= Config-Std DISTVERSIONPREFIX= v DISTVERSION= 0.0.4 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Load and save configuration files in a standard format RUN_DEPENDS= p5-Class-Std>=0:${PORTSDIR}/devel/p5-Class-Std PERL_CONFIGURE= YES MAN3= Config::Std.3 .include .if ${PERL_LEVEL} < 500900 RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version .endif .include Property changes on: head/devel/p5-Config-Std/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-ConfigReader/Makefile =================================================================== --- head/devel/p5-ConfigReader/Makefile (revision 305920) +++ head/devel/p5-ConfigReader/Makefile (revision 305921) @@ -1,28 +1,24 @@ -# New ports collection makefile for: p5-ConfigReader -# Date created: October 20th 1996 -# Whom: James FitzGibbon -# +# Created by: James FitzGibbon # $FreeBSD$ -# PORTNAME= ConfigReader PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to read directives from a configuration file USE_PERL5= YES NO_BUILD= YES do-install: ${MKDIR} ${PREFIX}/${SITE_PERL_REL}/ConfigReader/ ${INSTALL_DATA} ${WRKSRC}/DirectiveStyle.pm ${WRKSRC}/Spec.pm \ ${WRKSRC}/Values.pm ${PREFIX}/${SITE_PERL_REL}/ConfigReader/ ${INSTALL_DATA} ${WRKSRC}/ConfigReader.pod ${PREFIX}/${SITE_PERL_REL}/ .include Property changes on: head/devel/p5-ConfigReader/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-DateTime-Format-Flexible/Makefile =================================================================== --- head/devel/p5-DateTime-Format-Flexible/Makefile (revision 305920) +++ head/devel/p5-DateTime-Format-Flexible/Makefile (revision 305921) @@ -1,32 +1,28 @@ -# New ports collection makefile for: devel/p5-DateTime-Format-Flexible -# Date created: 23 Jun 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= DateTime-Format-Flexible PORTVERSION= 0.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Flexibly parse strings and turn them into DateTime objects RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.74:${PORTSDIR}/devel/p5-DateTime-Format-Builder \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime PERL_CONFIGURE= yes MAN3= DateTime::Format::Flexible.3 \ DateTime::Format::Flexible::lang.3 \ DateTime::Format::Flexible::lang::de.3 \ DateTime::Format::Flexible::lang::en.3 \ DateTime::Format::Flexible::lang::es.3 .include Index: head/devel/p5-DateTimeX-Easy/Makefile =================================================================== --- head/devel/p5-DateTimeX-Easy/Makefile (revision 305920) +++ head/devel/p5-DateTimeX-Easy/Makefile (revision 305921) @@ -1,31 +1,27 @@ -# New ports collection makefile for: devel/p5-DateTimeX-Easy -# Date created: 23 Jun 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= DateTimeX-Easy PORTVERSION= 0.089 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Parse a date/time string using the best method available RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \ p5-DateTime-Format-Flexible>=0:${PORTSDIR}/devel/p5-DateTime-Format-Flexible \ p5-DateTime-Format-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Format-ICal \ p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most PERL_CONFIGURE= yes MAN3= DateTimeX::Easy.3 \ DateTimeX::Easy::DateParse.3 .include Property changes on: head/devel/p5-DateTimeX-Easy/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Devel-CheckOS/Makefile =================================================================== --- head/devel/p5-Devel-CheckOS/Makefile (revision 305920) +++ head/devel/p5-Devel-CheckOS/Makefile (revision 305921) @@ -1,93 +1,89 @@ -# New ports collection makefile for: p5-Devel-CheckOS -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Devel-CheckOS PORTVERSION= 1.64 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to check currently running OS BUILD_DEPENDS= p5-Data-Compare>=1.2100:${PORTSDIR}/devel/p5-Data-Compare \ p5-File-Find-Rule>=0.28:${PORTSDIR}/devel/p5-File-Find-Rule RUN_DEPENDS= p5-Data-Compare>=1.2100:${PORTSDIR}/devel/p5-Data-Compare \ p5-File-Find-Rule>=0.28:${PORTSDIR}/devel/p5-File-Find-Rule PERL_CONFIGURE= yes MAN1= use-devel-assertos.1 MAN3= Devel::AssertOS.3 \ Devel::AssertOS::AIX.3 \ Devel::AssertOS::Amiga.3 \ Devel::AssertOS::Apple.3 \ Devel::AssertOS::BSDOS.3 \ Devel::AssertOS::BeOS.3 \ Devel::AssertOS::Cygwin.3 \ Devel::AssertOS::DEC.3 \ Devel::AssertOS::DGUX.3 \ Devel::AssertOS::DragonflyBSD.3 \ Devel::AssertOS::Dynix.3 \ Devel::AssertOS::EBCDIC.3 \ Devel::AssertOS::Extending.3 \ Devel::AssertOS::FreeBSD.3 \ Devel::AssertOS::GNUkFreeBSD.3 \ Devel::AssertOS::HPUX.3 \ Devel::AssertOS::Haiku.3 \ Devel::AssertOS::Interix.3 \ Devel::AssertOS::Irix.3 \ Devel::AssertOS::Linux.3 \ Devel::AssertOS::Linux::v2_6.3 \ Devel::AssertOS::MPEiX.3 \ Devel::AssertOS::MSDOS.3 \ Devel::AssertOS::MSWin32.3 \ Devel::AssertOS::MacOSX.3 \ Devel::AssertOS::MacOSX::v10_4.3 \ Devel::AssertOS::MacOSX::v10_5.3 \ Devel::AssertOS::MacOSclassic.3 \ Devel::AssertOS::MachTen.3 \ Devel::AssertOS::MicrosoftWindows.3 \ Devel::AssertOS::MidnightBSD.3 \ Devel::AssertOS::MirOSBSD.3 \ Devel::AssertOS::NeXT.3 \ Devel::AssertOS::NetBSD.3 \ Devel::AssertOS::Netware.3 \ Devel::AssertOS::OS2.3 \ Devel::AssertOS::OS390.3 \ Devel::AssertOS::OS400.3 \ Devel::AssertOS::OSF.3 \ Devel::AssertOS::OSFeatures::POSIXShellRedirection.3 \ Devel::AssertOS::OpenBSD.3 \ Devel::AssertOS::POSIXBC.3 \ Devel::AssertOS::QNX.3 \ Devel::AssertOS::QNX::Neutrino.3 \ Devel::AssertOS::QNX::v4.3 \ Devel::AssertOS::RISCOS.3 \ Devel::AssertOS::Realtime.3 \ Devel::AssertOS::SCO.3 \ Devel::AssertOS::Solaris.3 \ Devel::AssertOS::Sun.3 \ Devel::AssertOS::SunOS.3 \ Devel::AssertOS::SysVr4.3 \ Devel::AssertOS::SysVr5.3 \ Devel::AssertOS::Unicos.3 \ Devel::AssertOS::Unix.3 \ Devel::AssertOS::VMESA.3 \ Devel::AssertOS::VMS.3 \ Devel::AssertOS::VOS.3 \ Devel::CheckOS.3 \ Devel::CheckOS::Families.3 .include .if ${PERL_LEVEL} == 501000 BUILD_DEPENDS+= p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp .endif .include Property changes on: head/devel/p5-Devel-CheckOS/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Devel-Dumpvar/Makefile =================================================================== --- head/devel/p5-Devel-Dumpvar/Makefile (revision 305920) +++ head/devel/p5-Devel-Dumpvar/Makefile (revision 305921) @@ -1,25 +1,21 @@ -# New ports collection makefile for: p5-Devel-Dumpvar -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Devel-Dumpvar PORTVERSION= 1.06 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= A pure-OO reimplementation of dumpvar.pl BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Devel::Dumpvar.3 .include Property changes on: head/devel/p5-Devel-Dumpvar/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Devel-Refactor/Makefile =================================================================== --- head/devel/p5-Devel-Refactor/Makefile (revision 305920) +++ head/devel/p5-Devel-Refactor/Makefile (revision 305921) @@ -1,21 +1,17 @@ -# New ports collection makefile for: p5-Devel-Refactor -# Date created: September 21st 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Devel-Refactor PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for refactoring Perl code PERL_CONFIGURE= YES MAN3= Devel::Refactor.3 .include Property changes on: head/devel/p5-Devel-Refactor/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-ExtUtils-XSpp/Makefile =================================================================== --- head/devel/p5-ExtUtils-XSpp/Makefile (revision 305920) +++ head/devel/p5-ExtUtils-XSpp/Makefile (revision 305921) @@ -1,47 +1,43 @@ -# New ports collection makefile for: p5-ExtUtils-XSpp -# Date created: August 22nd 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= ExtUtils-XSpp PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= XS for C++ in Perl BUILD_DEPENDS= p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \ p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences PERL_MODBUILD= yes MAN1= xspp.1 MAN3= ExtUtils::XSpp.3 \ ExtUtils::XSpp::Cmd.3 \ ExtUtils::XSpp::Exception.3 \ ExtUtils::XSpp::Node.3 \ ExtUtils::XSpp::Node::Access.3 \ ExtUtils::XSpp::Node::Argument.3 \ ExtUtils::XSpp::Node::Class.3 \ ExtUtils::XSpp::Node::Comment.3 \ ExtUtils::XSpp::Node::Constructor.3 \ ExtUtils::XSpp::Node::Destructor.3 \ ExtUtils::XSpp::Node::Enum.3 \ ExtUtils::XSpp::Node::EnumValue.3 \ ExtUtils::XSpp::Node::File.3 \ ExtUtils::XSpp::Node::Function.3 \ ExtUtils::XSpp::Node::Method.3 \ ExtUtils::XSpp::Node::Module.3 \ ExtUtils::XSpp::Node::Package.3 \ ExtUtils::XSpp::Node::PercAny.3 \ ExtUtils::XSpp::Node::Raw.3 \ ExtUtils::XSpp::Parser.3 \ ExtUtils::XSpp::Plugin.3 \ ExtUtils::XSpp::Typemap.3 .include Property changes on: head/devel/p5-ExtUtils-XSpp/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-File-Find-Rule-VCS/Makefile =================================================================== --- head/devel/p5-File-Find-Rule-VCS/Makefile (revision 305920) +++ head/devel/p5-File-Find-Rule-VCS/Makefile (revision 305921) @@ -1,26 +1,22 @@ -# New ports collection makefile for: p5-File-Find-Rule-VCS -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= File-Find-Rule-VCS PORTVERSION= 1.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Exclude files and directories for Version Control Systems BUILD_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-Text-Glob>=0.08:${PORTSDIR}/textproc/p5-Text-Glob RUN_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-Text-Glob>=0.08:${PORTSDIR}/textproc/p5-Text-Glob PERL_CONFIGURE= yes MAN3= File::Find::Rule::VCS.3 .include Index: head/devel/p5-File-ShareDir-PAR/Makefile =================================================================== --- head/devel/p5-File-ShareDir-PAR/Makefile (revision 305920) +++ head/devel/p5-File-ShareDir-PAR/Makefile (revision 305921) @@ -1,27 +1,23 @@ -# New ports collection makefile for: p5-File-ShareDir-PAR -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= File-ShareDir-PAR PORTVERSION= 0.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 File::ShareDir module with PAR support BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-PAR>=0:${PORTSDIR}/devel/p5-PAR \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= File::ShareDir::PAR.3 .include Index: head/devel/p5-Locale-Msgfmt/Makefile =================================================================== --- head/devel/p5-Locale-Msgfmt/Makefile (revision 305920) +++ head/devel/p5-Locale-Msgfmt/Makefile (revision 305921) @@ -1,25 +1,21 @@ -# New ports collection makefile for: p5-Locale-Msgfmt -# Date created: July 12th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Locale-Msgfmt PORTVERSION= 0.15 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Compile .po files to .mo files PERL_CONFIGURE= yes MAN3= Locale::Msgfmt::Utils.3 \ Locale::Msgfmt::mo.3 \ Locale::Msgfmt::po.3 \ Locale::Msgfmt.3 .include Index: head/devel/p5-Module-Extract/Makefile =================================================================== --- head/devel/p5-Module-Extract/Makefile (revision 305920) +++ head/devel/p5-Module-Extract/Makefile (revision 305921) @@ -1,25 +1,21 @@ -# New ports collection makefile for: p5-Module-Extract -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Module-Extract PORTVERSION= 0.01 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Base class for working with Perl distributions BUILD_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Module::Extract.3 .include Property changes on: head/devel/p5-Module-Extract/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Module-Inspector/Makefile =================================================================== --- head/devel/p5-Module-Inspector/Makefile (revision 305920) +++ head/devel/p5-Module-Inspector/Makefile (revision 305921) @@ -1,32 +1,28 @@ -# New ports collection makefile for: p5-Module-Inspector -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Module-Inspector PORTVERSION= 1.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= An integrated API for inspecting Perl distributions BUILD_DEPENDS= p5-File-Find-Rule-VCS>=0:${PORTSDIR}/devel/p5-File-Find-Rule-VCS \ p5-File-Find-Rule-Perl>=0:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \ p5-Module-Extract>=0:${PORTSDIR}/devel/p5-Module-Extract \ p5-Module-Manifest>=0:${PORTSDIR}/devel/p5-Module-Manifest \ p5-Module-Math-Depends>=0:${PORTSDIR}/devel/p5-Module-Math-Depends \ p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI \ p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Module::Inspector.3 .include Property changes on: head/devel/p5-Module-Inspector/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Module-Manifest/Makefile =================================================================== --- head/devel/p5-Module-Manifest/Makefile (revision 305920) +++ head/devel/p5-Module-Manifest/Makefile (revision 305921) @@ -1,27 +1,23 @@ -# New ports collection makefile for: p5-Module-Manifest -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Module-Manifest PORTVERSION= 1.08 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Parse and examine a Perl distribution MANIFEST file BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= YES MAN3= Module::Manifest.3 .include Property changes on: head/devel/p5-Module-Manifest/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-Module-Math-Depends/Makefile =================================================================== --- head/devel/p5-Module-Math-Depends/Makefile (revision 305920) +++ head/devel/p5-Module-Math-Depends/Makefile (revision 305921) @@ -1,26 +1,22 @@ -# New ports collection makefile for: p5-Module-Math-Depends -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Module-Math-Depends PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Convenience object for manipulating module dependencies BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Module::Math::Depends.3 .include Property changes on: head/devel/p5-Module-Math-Depends/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-MooseX-MultiInitArg/Makefile =================================================================== --- head/devel/p5-MooseX-MultiInitArg/Makefile (revision 305920) +++ head/devel/p5-MooseX-MultiInitArg/Makefile (revision 305921) @@ -1,26 +1,22 @@ -# New ports collection makefile for: MooseX-MultiInitArg -# Date created: 31 July 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= MooseX-MultiInitArg PORTVERSION= 0.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Attributes with aliases for constructor arguments for MooseX RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= MooseX::MultiInitArg.3 \ MooseX::MultiInitArg::Trait.3 \ MooseX::MultiInitArg::Attribute.3 .include Property changes on: head/devel/p5-MooseX-MultiInitArg/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile =================================================================== --- head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile (revision 305920) +++ head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile (revision 305921) @@ -1,32 +1,28 @@ -# New ports collection makefile for: devel/p5-MooseX-Types-DateTime-ButMaintained -# Date created: 23 Jun 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= MooseX-Types-DateTime-ButMaintained PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= DateTime related constraints and coercions for Moose RUN_DEPENDS= p5-DateTime>=0.43:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Locale>=0.40:${PORTSDIR}/devel/p5-DateTime-Locale \ p5-DateTime-TimeZone>=0.96:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-Moose>=0.41:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Olson-Abbreviations>=0.03:${PORTSDIR}/devel/p5-Olson-Abbreviations \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0.27:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-use-ok>=0.02:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes MAN3= MooseX::Types::DateTime::ButMaintained.3 .include Index: head/devel/p5-MooseX-Types-DateTimeX/Makefile =================================================================== --- head/devel/p5-MooseX-Types-DateTimeX/Makefile (revision 305920) +++ head/devel/p5-MooseX-Types-DateTimeX/Makefile (revision 305921) @@ -1,29 +1,25 @@ -# New ports collection makefile for: devel/p5-MooseX-Types-DateTimeX -# Date created: 23 Jun 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= MooseX-Types-DateTimeX PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Extensions to MooseX::Types::DateTime::ButMaintained RUN_DEPENDS= p5-DateTimeX-Easy>=0.085:${PORTSDIR}/devel/p5-DateTimeX-Easy \ p5-Moose>=0.41:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types \ p5-MooseX-Types-DateTime-ButMaintained>=0.04:${PORTSDIR}/devel/p5-MooseX-Types-DateTime-ButMaintained \ p5-Time-Duration-Parse>=0.06:${PORTSDIR}/devel/p5-Time-Duration-Parse \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= MooseX::Types::DateTimeX.3 .include Index: head/devel/p5-Olson-Abbreviations/Makefile =================================================================== --- head/devel/p5-Olson-Abbreviations/Makefile (revision 305920) +++ head/devel/p5-Olson-Abbreviations/Makefile (revision 305921) @@ -1,27 +1,23 @@ -# New ports collection makefile for: devel/p5-Olson-Abbreviations -# Date created: 23 Jun 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Olson-Abbreviations PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ECARROLL PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Globally unique timezones abbreviation handling RUN_DEPENDS= p5-Moose>=0.41:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ p5-MooseX-ClassAttribute>=0:${PORTSDIR}/devel/p5-MooseX-ClassAttribute BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Olson::Abbreviations.3 .include Index: head/devel/p5-Parse-ErrorString-Perl/Makefile =================================================================== --- head/devel/p5-Parse-ErrorString-Perl/Makefile (revision 305920) +++ head/devel/p5-Parse-ErrorString-Perl/Makefile (revision 305921) @@ -1,29 +1,25 @@ -# New ports collection makefile for: p5-Parse-ErrorString-Perl -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Parse-ErrorString-Perl PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Parse error messages from the Perl interpreter BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \ p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ p5-Class-XSAccessor>=0:${PORTSDIR}/devel/p5-Class-XSAccessor RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN1= check_perldiag.1 MAN3= Parse::ErrorString::Perl.3 \ Parse::ErrorString::Perl::ErrorItem.3 \ Parse::ErrorString::Perl::StackItem.3 .include Index: head/devel/p5-Parse-ExuberantCTags/Makefile =================================================================== --- head/devel/p5-Parse-ExuberantCTags/Makefile (revision 305920) +++ head/devel/p5-Parse-ExuberantCTags/Makefile (revision 305921) @@ -1,21 +1,17 @@ -# New ports collection makefile for: p5-Parse-ExuberantCTags -# Date created: Jun 28th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Parse-ExuberantCTags PORTVERSION= 1.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to efficiently parse exuberant ctags files PERL_CONFIGURE= YES MAN3= Parse::ExuberantCTags.3 .include Index: head/devel/p5-Test-Compile/Makefile =================================================================== --- head/devel/p5-Test-Compile/Makefile (revision 305920) +++ head/devel/p5-Test-Compile/Makefile (revision 305921) @@ -1,26 +1,22 @@ -# New ports collection makefile for: p5-Test-Compile -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Test-Compile PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EGILES PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Check whether Perl module files compile correctly BUILD_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Test::Compile.3 Test::Compile::Internal.3 .include Index: head/devel/p5-Thread-Queue/Makefile =================================================================== --- head/devel/p5-Thread-Queue/Makefile (revision 305920) +++ head/devel/p5-Thread-Queue/Makefile (revision 305921) @@ -1,24 +1,20 @@ -# New ports collection makefile for: p5-Thread-Queue -# Date created: June 2nd 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Thread-Queue PORTVERSION= 2.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 thread-safe queues BUILD_DEPENDS= p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Thread::Queue.3 .include Index: head/devel/p5-pip/Makefile =================================================================== --- head/devel/p5-pip/Makefile (revision 305920) +++ head/devel/p5-pip/Makefile (revision 305921) @@ -1,40 +1,36 @@ -# New ports collection makefile for: p5-pip -# Date created: September 21st 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= pip PORTVERSION= 1.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ADAMK PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl Installation Program BUILD_DEPENDS= p5-Archive-Zip>=1.29:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-CPAN-Inject>=0.07:${PORTSDIR}/devel/p5-CPAN-Inject \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which \ p5-File-pushd>=0.32:${PORTSDIR}/devel/p5-File-pushd \ p5-PAR-Dist>=0.25:${PORTSDIR}/devel/p5-PAR-Dist \ p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-LWP-Online>=0:${PORTSDIR}/www/p5-LWP-Online \ p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \ p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 PERL_CONFIGURE= YES MAN3= Module::Plan::Base.3 \ Module::Plan::Lite.3 \ pip.3 post-configure: @${REINPLACE_CMD} 's|(INST_SCRIPT)/pip|(INST_SCRIPT)/pip-perl|' ${WRKSRC}/Makefile .include Property changes on: head/devel/p5-pip/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/p5-Padre/Makefile =================================================================== --- head/editors/p5-Padre/Makefile (revision 305920) +++ head/editors/p5-Padre/Makefile (revision 305921) @@ -1,244 +1,240 @@ -# New ports collection makefile for: p5-Padre -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Padre PORTVERSION= 0.62 PORTREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl Application Development and Refactoring Environment BUILD_DEPENDS= p5-ack>=1.86:${PORTSDIR}/textproc/p5-ack \ p5-Class-Adapter>=1.05:${PORTSDIR}/devel/p5-Class-Adapter \ p5-Class-Unload>=0.03:${PORTSDIR}/devel/p5-Class-Unload \ p5-Devel-Dumpvar>=0.04:${PORTSDIR}/devel/p5-Devel-Dumpvar \ p5-Devel-Refactor>=0.05:${PORTSDIR}/devel/p5-Devel-Refactor \ p5-File-Copy-Recursive>=0.37:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-File-HomeDir>=0.84:${PORTSDIR}/devel/p5-File-HomeDir \ p5-File-Next>=1.06:${PORTSDIR}/sysutils/p5-File-Next \ p5-File-Remove>=1.42:${PORTSDIR}/devel/p5-File-Remove \ p5-File-ShareDir>=1.00:${PORTSDIR}/devel/p5-File-ShareDir \ p5-File-Which>=1.08:${PORTSDIR}/sysutils/p5-File-Which \ p5-Format-Human-Bytes>=0.04:${PORTSDIR}/converters/p5-Format-Human-Bytes \ p5-IO-stringy>=2.110:${PORTSDIR}/devel/p5-IO-stringy \ p5-IO-String>=1.08:${PORTSDIR}/devel/p5-IO-String \ p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Locale-Msgfmt>=0.14:${PORTSDIR}/devel/p5-Locale-Msgfmt \ p5-Module-Refresh>=0.13:${PORTSDIR}/devel/p5-Module-Refresh \ p5-Module-Starter>=1.50:${PORTSDIR}/devel/p5-Module-Starter \ p5-ORLite>=1.41:${PORTSDIR}/databases/p5-ORLite \ p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \ p5-Parse-ErrorString-Perl>=0.11:${PORTSDIR}/devel/p5-Parse-ErrorString-Perl \ p5-Parse-ExuberantCTags>=1.00:${PORTSDIR}/devel/p5-Parse-ExuberantCTags \ p5-Pod-Abstract>=0.16:${PORTSDIR}/textproc/p5-Pod-Abstract \ p5-Pod-POM>=0.17:${PORTSDIR}/textproc/p5-Pod-POM \ p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \ p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff \ p5-Text-FindIndent>=0.06:${PORTSDIR}/textproc/p5-Text-FindIndent \ p5-URI>0:${PORTSDIR}/net/p5-URI \ p5-YAML-Tiny>=1.32:${PORTSDIR}/textproc/p5-YAML-Tiny \ p5-Class-XSAccessor>=1.05:${PORTSDIR}/devel/p5-Class-XSAccessor \ p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>=1.58:${PORTSDIR}/databases/p5-DBI \ p5-HTML-Parser>=3.65:${PORTSDIR}/www/p5-HTML-Parser \ p5-Params-Util>=0.33:${PORTSDIR}/devel/p5-Params-Util \ p5-pip>=0.13:${PORTSDIR}/devel/p5-pip \ p5-PPIx-EditorTools>=0.09:${PORTSDIR}/textproc/p5-PPIx-EditorTools \ p5-Wx>=0.97:${PORTSDIR}/x11-toolkits/p5-Wx \ p5-Wx-Perl-ProcessStream>=0.25:${PORTSDIR}/x11-toolkits/p5-Wx-Perl-ProcessStream \ p5-Debug-Client>=0.11:${PORTSDIR}/devel/p5-Debug-Client \ p5-Template-Tiny>=0.11:${PORTSDIR}/textproc/p5-Template-Tiny \ p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Module-Build \ p5-Pod-Perldoc>=3.15:${PORTSDIR}/textproc/p5-Pod-Perldoc \ p5-App-cpanminus>=0.9923:${PORTSDIR}/devel/p5-App-cpanminus \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ p5-Test-MockObject>=1.09:${PORTSDIR}/devel/p5-Test-MockObject \ p5-PPIx-Regexp>=0.005:${PORTSDIR}/textproc/p5-PPIx-Regexp \ p5-POD2-Base>=0.043:${PORTSDIR}/textproc/p5-POD2-Base \ p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ p5-File-Temp>0:${PORTSDIR}/devel/p5-File-Temp \ p5-File-pushd>=1.00:${PORTSDIR}/devel/p5-File-pushd \ p5-Storable>=2.15:${PORTSDIR}/devel/p5-Storable \ p5-version>=0.80:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} USE_WX= 2.8+ WX_COMPS= wx contrib WX_UNICODE= yes USE_DISPLAY= yes PERL_CONFIGURE= yes USE_PERL5= 5.8.5+ USE_GETTEXT= yes MAKE_JOBS_UNSAFE= yes .include .if exists(${PERL}) PERL_THREADS!= ${PERL} -V::usethreads .if ${PERL_THREADS}!="'define';" IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again .endif .else IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes .endif .if ${PERL_LEVEL} < 501000 BUILD_DEPENDS+= p5-Pod-Simple>=3.07:${PORTSDIR}/textproc/p5-Pod-Simple .endif .if ${PERL_LEVEL} >= 501000 && ${PERL_LEVEL} < 501001 BUILD_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \ p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \ p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared RUN_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \ p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \ p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared .endif .if ${PERL_LEVEL} < 501001 BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest .endif MAN3= Padre.3 \ Padre::Action.3 \ Padre::Action::Debug.3 \ Padre::Action::Internal.3 \ Padre::Action::Perl.3 \ Padre::Action::Queue.3 \ Padre::Action::Refactor.3 \ Padre::Action::Run.3 \ Padre::Autosave.3 \ Padre::Config.3 \ Padre::Config::Host.3 \ Padre::Config::Human.3 \ Padre::Config::Upgrade.3 \ Padre::Constant.3 \ Padre::Current.3 \ Padre::DB.3 \ Padre::DB::Bookmark.3 \ Padre::DB::History.3 \ Padre::DB::HostConfig.3 \ Padre::DB::LastPositionInFile.3 \ Padre::DB::Migrate.3 \ Padre::DB::Plugin.3 \ Padre::DB::RecentlyUsed.3 \ Padre::DB::Session.3 \ Padre::DB::SessionFile.3 \ Padre::DB::Snippets.3 \ Padre::DB::SyntaxHighlight.3 \ Padre::Desktop.3 \ Padre::DocBrowser.3 \ Padre::DocBrowser::document.3 \ Padre::Document.3 \ Padre::Document::Perl.3 \ Padre::Document::Perl::Beginner.3 \ Padre::Document::Perl::Help.3 \ Padre::Document::Perl::QuickFix.3 \ Padre::Document::Perl::QuickFix::IncludeModule.3 \ Padre::Document::Perl::QuickFix::StrictWarnings.3 \ Padre::File.3 \ Padre::Help.3 \ Padre::Locale.3 \ Padre::Locker.3 \ Padre::Logger.3 \ Padre::Manual.3 \ Padre::Manual::Hacking.3 \ Padre::MimeTypes.3 \ Padre::Perl.3 \ Padre::Plugin.3 \ Padre::Plugin::Devel.3 \ Padre::Plugin::My.3 \ Padre::Plugin::PopularityContest.3 \ Padre::PluginBuilder.3 \ Padre::PluginManager.3 \ Padre::Pod2HTML.3 \ Padre::Project::Temp.3 \ Padre::QuickFix.3 \ Padre::Search.3 \ Padre::Service.3 \ Padre::SlaveDriver.3 \ Padre::Startup.3 \ Padre::Task.3 \ Padre::Task::HTTPClient.3 \ Padre::Task::HTTPClient::LWP.3 \ Padre::Task::LWP.3 \ Padre::Task::OpenResource::SearchTask.3 \ Padre::Task::Outline.3 \ Padre::Task::Outline::Perl.3 \ Padre::Task::PPI.3 \ Padre::Task::PPI::FindUnmatchedBrace.3 \ Padre::Task::PPI::FindVariableDeclaration.3 \ Padre::Task::PPI::IntroduceTemporaryVariable.3 \ Padre::Task::PPI::LexicalReplaceVariable.3 \ Padre::Task::SyntaxChecker.3 \ Padre::Task::SyntaxChecker::Perl.3 \ Padre::TaskManager.3 \ Padre::Transform.3 \ Padre::Transform::Perl::UpdateCopyright.3 \ Padre::Util.3 \ Padre::Util::FileBrowser.3 \ Padre::Util::SVN.3 \ Padre::Util::Template.3 \ Padre::Util::Win32.3 \ Padre::Wx.3 \ Padre::Wx::Ack.3 \ Padre::Wx::App.3 \ Padre::Wx::CPAN.3 \ Padre::Wx::Debugger.3 \ Padre::Wx::Dialog.3 \ Padre::Wx::Dialog::Advanced.3 \ Padre::Wx::Dialog::DocStats.3 \ Padre::Wx::Dialog::FilterTool.3 \ Padre::Wx::Dialog::Find.3 \ Padre::Wx::Dialog::Form.3 \ Padre::Wx::Dialog::Goto.3 \ Padre::Wx::Dialog::HelpSearch.3 \ Padre::Wx::Dialog::KeyBindings.3 \ Padre::Wx::Dialog::OpenResource.3 \ Padre::Wx::Dialog::OpenURL.3 \ Padre::Wx::Dialog::PluginManager.3 \ Padre::Wx::Dialog::Preferences.3 \ Padre::Wx::Dialog::Preferences::File.3 \ Padre::Wx::Dialog::Preferences::PerlAutoComplete.3 \ Padre::Wx::Dialog::QuickMenuAccess.3 \ Padre::Wx::Dialog::RegexEditor.3 \ Padre::Wx::Dialog::Replace.3 \ Padre::Wx::Dialog::SessionManager.3 \ Padre::Wx::Dialog::SessionSave.3 \ Padre::Wx::Dialog::Shortcut.3 \ Padre::Wx::Dialog::Warning.3 \ Padre::Wx::Dialog::WindowList.3 \ Padre::Wx::Display.3 \ Padre::Wx::DocBrowser.3 \ Padre::Wx::Editor.3 \ Padre::Wx::FindResult.3 \ Padre::Wx::HtmlWindow.3 \ Padre::Wx::Main.3 \ Padre::Wx::PodFrame.3 \ Padre::Wx::Progress.3 \ Padre::Wx::Role::MainChild.3 \ Padre::Wx::Role::View.3 \ Padre::Wx::StatusBar.3 \ Wx::Perl::Dialog.3 \ Wx::Perl::Dialog::Simple.3 \ Wx::Perl::Dialog::SingleChoice.3 post-patch: ${FIND} ${WRKSRC} -type f -name '*.orig' |${XARGS} ${RM} -f .include Property changes on: head/editors/p5-Padre/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/eqonomize-kde3/Makefile =================================================================== --- head/finance/eqonomize-kde3/Makefile (revision 305920) +++ head/finance/eqonomize-kde3/Makefile (revision 305921) @@ -1,31 +1,27 @@ -# New ports collection makefile for: eqonomize -# Date created: 6 August 2007 -# Whom: Yinghong.Liu -# +# Created by: Yinghong.Liu # $FreeBSD$ -# PORTNAME= eqonomize PORTVERSION= 0.5.1 PORTREVISION= 6 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/Eqonomize%21/${PORTVERSION} PKGNAMESUFFIX= -kde3 -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= A personal accounting software package USE_GETTEXT= yes USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_PERL5= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} post-patch: @${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure .include Property changes on: head/finance/eqonomize-kde3/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/finance/eqonomize-kde4/Makefile =================================================================== --- head/finance/eqonomize-kde4/Makefile (revision 305920) +++ head/finance/eqonomize-kde4/Makefile (revision 305921) @@ -1,33 +1,29 @@ -# New ports collection makefile for: eqonomize -# Date created: 6 August 2007 -# Whom: Yinghong.Liu -# +# Created by: Yinghong.Liu # $FreeBSD$ -# PORTNAME= eqonomize PORTVERSION= 0.6 PORTREVISION= 8 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/Eqonomize%21/${PORTVERSION} PKGNAMESUFFIX= -kde4 -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= A personal accounting software USE_KDE4= kdelibs kdeprefix kdehier automoc4 USE_QT4= corelib dbus gui network svg xml qmake_build moc_build uic_build rcc_build USE_CMAKE= yes USE_GETTEXT= yes USE_ICONV= yes INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc post-patch: #Fix build with kdelibs>=4.5.0 ${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \ ${WRKSRC}/doc/*/index.docbook .include Property changes on: head/finance/eqonomize-kde4/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/gspoof/Makefile =================================================================== --- head/net/gspoof/Makefile (revision 305920) +++ head/net/gspoof/Makefile (revision 305921) @@ -1,44 +1,41 @@ # ex:ts=8 # Ports collection makefile for: gspoof -# Date created: Jan 29, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gspoof PORTVERSION= 3.2 PORTREVISION= 14 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Gspoof-3/${PORTVERSION} -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Console/GTK+ TCP/IP Packets Forger BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config post-patch: @${REINPLACE_CMD} -e \ 's|-Wall -O2|$${CFLAGS}|g; \ s|libnet-config|${LIBNET_CONFIG}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|-Wall -O2|@CFLAGS@|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g ; \ s|/usr/share|${LOCALBASE}/share|g' ${WRKSRC}/gtk.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gspoof ${PREFIX}/bin @${MKDIR} ${DATADIR}/pixmap ${INSTALL_DATA} ${WRKSRC}/pixmap/icon.png ${DATADIR}/pixmap .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/net/gspoof/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/wakeonlan/Makefile =================================================================== --- head/net/wakeonlan/Makefile (revision 305920) +++ head/net/wakeonlan/Makefile (revision 305921) @@ -1,24 +1,20 @@ -# New ports collection makefile for: wakeonlan -# Date created: 30 June 2001 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ -# PORTNAME= wakeonlan PORTVERSION= 0.41 CATEGORIES= net MASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/ -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC PERL_CONFIGURE= yes MAN1= wakeonlan.1 post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${EXAMPLESDIR} .include Property changes on: head/net/wakeonlan/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/wol/Makefile =================================================================== --- head/net/wol/Makefile (revision 305920) +++ head/net/wol/Makefile (revision 305921) @@ -1,42 +1,39 @@ # ex:ts=8 # Ports collection makefile for: wol -# Date created: Jan 10, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= wol PORTVERSION= 0.7.1 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF/ahh/OldFiles -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to wake up Wake-On-LAN compliant computers GNU_CONFIGURE= yes USE_PERL5_BUILD= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .if defined(WITHOUT_NLS) CONFIGURE_ARGS= --disable-nls PLIST_SUB= NLS="@comment " .else USE_GETTEXT= yes USE_ICONV= yes PLIST_SUB= NLS="" .endif MAN1= wol.1 INFO= wol DOCS= AUTHORS NEWS README TODO .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/net/wol/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/p5-PPIx-EditorTools/Makefile =================================================================== --- head/textproc/p5-PPIx-EditorTools/Makefile (revision 305920) +++ head/textproc/p5-PPIx-EditorTools/Makefile (revision 305921) @@ -1,35 +1,31 @@ -# New ports collection makefile for: p5-PPIx-EditorTools -# Date created: July 12th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= PPIx-EditorTools PORTVERSION= 0.11 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AZAWAWI PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Utility methods and base class for manipulating Perl via PPI BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \ p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most PERL_CONFIGURE= yes MAN3= PPIx::EditorTools::RenamePackage.3 \ PPIx::EditorTools::RenamePackageFromPath.3 \ PPIx::EditorTools::ReturnObject.3 \ PPIx::EditorTools::FindVariableDeclaration.3 \ PPIx::EditorTools::IntroduceTemporaryVariable.3 \ PPIx::EditorTools::RenameVariable.3 \ PPIx::EditorTools.3 \ PPIx::EditorTools::FindUnmatchedBrace.3 .include Property changes on: head/textproc/p5-PPIx-EditorTools/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/p5-Pod-Abstract/Makefile =================================================================== --- head/textproc/p5-Pod-Abstract/Makefile (revision 305920) +++ head/textproc/p5-Pod-Abstract/Makefile (revision 305921) @@ -1,43 +1,39 @@ -# New ports collection makefile for: p5-Pod-Abstract -# Date created: June 2nd 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Pod-Abstract PORTVERSION= 0.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Abstract document tree for Perl POD documents BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN1= paf.1 MAN3= Pod::Abstract.3 \ Pod::Abstract::BuildNode.3 \ Pod::Abstract::Filter.3 \ Pod::Abstract::Filter::add_podcmds.3 \ Pod::Abstract::Filter::clear_podcmds.3 \ Pod::Abstract::Filter::cut.3 \ Pod::Abstract::Filter::find.3 \ Pod::Abstract::Filter::number_sections.3 \ Pod::Abstract::Filter::overlay.3 \ Pod::Abstract::Filter::sort.3 \ Pod::Abstract::Filter::summary.3 \ Pod::Abstract::Filter::uncut.3 \ Pod::Abstract::Filter::unoverlay.3 \ Pod::Abstract::Node.3 \ Pod::Abstract::Parser.3 \ Pod::Abstract::Path.3 \ Pod::Abstract::Serial.3 \ Pod::Abstract::Tree.3 .include Property changes on: head/textproc/p5-Pod-Abstract/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/p5-Text-FindIndent/Makefile =================================================================== --- head/textproc/p5-Text-FindIndent/Makefile (revision 305920) +++ head/textproc/p5-Text-FindIndent/Makefile (revision 305921) @@ -1,22 +1,18 @@ -# New ports collection makefile for: p5-Text-FindIndent -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Text-FindIndent PORTVERSION= 0.10 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SMUELLER PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to heuristically determine the indent style of a file PERL_CONFIGURE= YES MAN3= Text::FindIndent.3 .include Property changes on: head/textproc/p5-Text-FindIndent/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Alien-wxWidgets/Makefile =================================================================== --- head/x11-toolkits/p5-Alien-wxWidgets/Makefile (revision 305920) +++ head/x11-toolkits/p5-Alien-wxWidgets/Makefile (revision 305921) @@ -1,52 +1,48 @@ -# New ports collection makefile for: p5-Alien-wxWidgets -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Alien-wxWidgets PORTVERSION= 0.51 PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module for building, finding and using wxWidgets binaries BUILD_DEPENDS= p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder OPTIONS= UNICODE "Build with Unicode support" on USE_GCC= any USE_WX= 2.6+ WX_COMPS= wx contrib PERL_MODBUILD= yes .include .if ${PERL_LEVEL} < 500809 BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif .if defined(WITH_UNICODE) WX_UNICODE= yes WX_UNI= uni_ CONFIGURE_ARGS+= --wxWidgets-build=0 --wxWidgets-unicode=1 .else CONFIGURE_ARGS+= --wxWidgets-build=0 --wxWidgets-unicode=0 .endif WX_UVER= ${WX_CONFIG:T} --version | ${TR} '.' '_' PLIST_SUB+= WX_UVER="$$(${WX_UVER})" WX_UNI=${WX_UNI} MAN3= Alien::wxWidgets.3 \ Alien::wxWidgets::Utility.3 post-patch: @${REINPLACE_CMD} -e 's/wx-config/${WX_CONFIG:T}/' ${WRKSRC}/Build.PL @${REINPLACE_CMD} -e "s/\'wx-config/\'${WX_CONFIG:T}/" -e "s/lc_r/lpthread/" \ ${WRKSRC}/inc/My/Build/Any_wx_config.pm .include Property changes on: head/x11-toolkits/p5-Alien-wxWidgets/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Wx/Makefile =================================================================== --- head/x11-toolkits/p5-Wx/Makefile (revision 305920) +++ head/x11-toolkits/p5-Wx/Makefile (revision 305921) @@ -1,68 +1,64 @@ -# New ports collection makefile for: p5-Wx -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Wx PORTVERSION= 0.97 PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 interface to the wxWidgets cross-platform GUI toolkit BUILD_DEPENDS= p5-Alien-wxWidgets>=0.25:${PORTSDIR}/x11-toolkits/p5-Alien-wxWidgets \ p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \ p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS= UNICODE "Build with Unicode support" on USE_WX= 2.6+ WX_COMPS= wx contrib USE_DISPLAY= yes PERL_CONFIGURE= yes CC= ${CXX} CFLAGS+= -pthread -Wno-write-strings MAKE_JOBS_UNSAFE= yes .if defined(WITH_UNICODE) WX_UNICODE= yes .endif ALIEN_UNICODE= ${PERL} -MAlien::wxWidgets -e 'print Alien::wxWidgets->key' | ${GREP} "_uni_" MAN1= wxperl_overload.1 MAN3= Wx::Perl::TextValidator.3 \ Wx::Perl::Carp.3 \ Wx::Socket.3 \ Wx::Api.3 \ Wx::build::Utils.3 \ Wx::build::Options.3 \ Wx::Perl::SplashFast.3 \ Wx::build::MakeMaker::Win32_MSVC.3 \ Wx::build::MakeMaker.3 \ Wx::Loader.3 \ Wx::Thread.3 \ Wx.3 .if defined(WITH_UNICODE) pre-configure: @if [ ! "$$(${ALIEN_UNICODE})" ]; then \ ${ECHO_MSG}; \ ${ECHO_MSG} "===> It seems x11-toolkits/p5-Alien-wxWidget was compiled without"; \ ${ECHO_MSG} " Unicode suport. Please rebuild it and try again."; \ ${ECHO_MSG}; \ exit 1; \ fi .endif post-configure: @${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} \ ${REINPLACE_CMD} -e 's/^CCFLAGS = .*$$/CCFLAGS = ${CFLAGS}/' .include Property changes on: head/x11-toolkits/p5-Wx/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile =================================================================== --- head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (revision 305920) +++ head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (revision 305921) @@ -1,35 +1,31 @@ -# New ports collection makefile for: p5-Wx-Perl-ProcessStream -# Date created: March 8th 2009 -# Whom: Cezary Morga -# +# Created by: Cezary Morga # $FreeBSD$ -# PORTNAME= Wx-Perl-ProcessStream PORTVERSION= 0.27 PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= cm@therek.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to access IO of external processes via events BUILD_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx RUN_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx USE_WX= 2.6+ WX_COMPS= wx contrib WX_UNICODE= yes USE_DISPLAY= yes PERL_CONFIGURE= yes MAN3= Wx::Perl::ProcessStream.3 .include .if ${PERL_LEVEL} < 501000 BUILD_DEPENDS+= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar .endif .include Property changes on: head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property