[33969] trunk/dports/perl
narf_tm at macports.org
narf_tm at macports.org
Fri Feb 8 12:16:15 PST 2008
Revision: 33969
http://trac.macosforge.org/projects/macports/changeset/33969
Author: narf_tm at macports.org
Date: 2008-02-08 12:16:13 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Fixed whitespace and lint errors.
Modified Paths:
--------------
trunk/dports/perl/p5-apache-session-wrapper/Portfile
trunk/dports/perl/p5-array-compare/Portfile
trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile
trunk/dports/perl/p5-catalyst-view-xslt/Portfile
trunk/dports/perl/p5-dbd-mysql/Portfile
trunk/dports/perl/p5-dbd-pg/Portfile
trunk/dports/perl/p5-exception-class/Portfile
trunk/dports/perl/p5-gd-securityimage/Portfile
trunk/dports/perl/p5-imap-bodystructure/Portfile
trunk/dports/perl/p5-masonx-request-withapachesession/Portfile
trunk/dports/perl/p5-module-build/Portfile
trunk/dports/perl/p5-pod-coverage/Portfile
trunk/dports/perl/p5-sql-translator/Portfile
trunk/dports/perl/p5-text-recordparser/Portfile
Modified: trunk/dports/perl/p5-apache-session-wrapper/Portfile
===================================================================
--- trunk/dports/perl/p5-apache-session-wrapper/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-apache-session-wrapper/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,21 +1,22 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Apache-Session-Wrapper 0.33
-maintainers narf_tm openmaintainer
-description A simple wrapper around Apache::Session
-long_description This module is a simple wrapper around Apache::Session \
- which provides some methods to simplify getting and \
- setting the session id.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Apache-Session-Wrapper 0.33
+maintainers narf_tm openmaintainer
+description A simple wrapper around Apache::Session
+long_description This module is a simple wrapper around \
+ Apache::Session which provides some methods to \
+ simplify getting and setting the session id.
-checksums md5 ae6e544ef6ca7235bfda22ab6f99c29c
+platforms darwin
-depends_lib-append port:p5-apache-session \
- port:p5-exception-class \
- port:p5-params-validate \
- port:p5-class-container
+checksums md5 ae6e544ef6ca7235bfda22ab6f99c29c
+depends_lib-append port:p5-apache-session \
+ port:p5-exception-class \
+ port:p5-params-validate \
+ port:p5-class-container
+
perl5.use_module_build
Modified: trunk/dports/perl/p5-array-compare/Portfile
===================================================================
--- trunk/dports/perl/p5-array-compare/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-array-compare/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,14 +1,15 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Array-Compare 1.14
-maintainers narf_tm openmaintainer
-description Perl module which allows you to compare two arrays
-long_description ${description}
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Array-Compare 1.14
+maintainers narf_tm openmaintainer
+description Perl module which allows you to compare two arrays
+long_description ${description}
-checksums md5 3042eb843496c10ff37a73d50dbc6746
+platforms darwin
+checksums md5 3042eb843496c10ff37a73d50dbc6746
+
perl5.use_module_build
Modified: trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-catalyst-plugin-authentication-store-dbic/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,27 +1,28 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Catalyst-Plugin-Authentication-Store-DBIC 0.09
-maintainers narf_tm openmaintainer
-description Authentication against a DBIx::Class or Class::DBI model.
-long_description This plugin uses a DBIx::Class (or Class::DBI) \
- object to authenticate a user.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Catalyst-Plugin-Authentication-Store-DBIC 0.09
+maintainers narf_tm openmaintainer
+description Authentication against a DBIx::Class or Class::DBI model.
+long_description This plugin uses a DBIx::Class (or Class::DBI) \
+ object to authenticate a user.
-checksums md5 debb9824e6806edab59b8eb4b8858f28
+platforms darwin
-depends_lib-append port:p5-catalyst-runtime \
- port:p5-catalyst-plugin-authentication \
- port:p5-set-object \
- port:p5-class-accessor \
- port:p5-dbix-class \
- port:p5-catalyst-model-dbic-schema \
- port:p5-catalyst-plugin-authorization-roles \
- port:p5-catalyst-plugin-session-state-cookie \
- port:p5-test-www-mechanize-catalyst
+checksums md5 debb9824e6806edab59b8eb4b8858f28
-variant class_dbi {
- depends_lib-append port:p5-class-dbi
+depends_lib-append port:p5-catalyst-runtime \
+ port:p5-catalyst-plugin-authentication \
+ port:p5-set-object \
+ port:p5-class-accessor \
+ port:p5-dbix-class \
+ port:p5-catalyst-model-dbic-schema \
+ port:p5-catalyst-plugin-authorization-roles \
+ port:p5-catalyst-plugin-session-state-cookie \
+ port:p5-test-www-mechanize-catalyst
+
+variant class_dbi description {build with class_dbi support} {
+ depends_lib-append port:p5-class-dbi
}
Modified: trunk/dports/perl/p5-catalyst-view-xslt/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-view-xslt/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-catalyst-view-xslt/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,20 +1,21 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Catalyst-View-XSLT 0.04
-maintainers narf_tm openmaintainer
-description Helper for XSLT Views
-long_description ${description}
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Catalyst-View-XSLT 0.04
+maintainers narf_tm openmaintainer
+description Helper for XSLT Views
+long_description ${description}
-checksums md5 af24fb5510e03eb20ab97081c188d54d
+platforms darwin
-depends_lib-append port:p5-catalyst-runtime \
- port:p5-data-dumper \
- port:p5-path-class \
- port:p5-universal-require \
- port:p5-xml-libxslt
+checksums md5 af24fb5510e03eb20ab97081c188d54d
+depends_lib-append port:p5-catalyst-runtime \
+ port:p5-data-dumper \
+ port:p5-path-class \
+ port:p5-universal-require \
+ port:p5-xml-libxslt
+
perl5.use_module_build
Modified: trunk/dports/perl/p5-dbd-mysql/Portfile
===================================================================
--- trunk/dports/perl/p5-dbd-mysql/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-dbd-mysql/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,35 +1,37 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup DBD-mysql 4.006
-maintainers narf_tm openmaintainer
-description Perl5 Database Interface to the MySQL database
-long_description ${description}
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup DBD-mysql 4.006
+maintainers narf_tm openmaintainer
+description Perl5 Database Interface to the MySQL database
+long_description ${description}
-checksums md5 133ac08c22bb19194ad8b895e3204310
+platforms darwin
-depends_lib-append port:p5-dbi port:mysql5 port:zlib
+checksums md5 133ac08c22bb19194ad8b895e3204310
-configure.args-append --mysql_config=${prefix}/bin/mysql_config5
+depends_lib-append port:p5-dbi \
+ port:mysql5 \
+ port:zlib
-variant mysqlbinary conflicts mysql3 mysql4 {
- depends_lib-delete port:mysql5
- configure.args-delete --mysql_config=${prefix}/bin/mysql_config5
- configure.args-append --mysql_config=/usr/local/mysql/bin/mysql_config
+configure.args-append --mysql_config=${prefix}/bin/mysql_config5
+
+variant mysqlbinary conflicts mysql3 mysql4 description {build with binary from mysql website} {
+ depends_lib-delete port:mysql5
+ configure.args-delete --mysql_config=${prefix}/bin/mysql_config5
+ configure.args-append --mysql_config=/usr/local/mysql/bin/mysql_config
}
-variant mysql3 conflicts mysqlbinary mysql4 {
- depends_lib-delete port:mysql5
- depends_lib-append port:mysql3
- configure.args-delete --mysql_config=${prefix}/bin/mysql_config5
+variant mysql3 conflicts mysqlbinary mysql4 description {build with mysql3 port} {
+ depends_lib-delete port:mysql5
+ depends_lib-append port:mysql3
+ configure.args-delete --mysql_config=${prefix}/bin/mysql_config5
}
-variant mysql4 conflicts mysqlbinary mysql3 {
- depends_lib-delete port:mysql5
- depends_lib-append port:mysql4
- configure.args-delete --mysql_config=${prefix}/bin/mysql_config5
+variant mysql4 conflicts mysqlbinary mysql3 description {build with mysql4 port} {
+ depends_lib-delete port:mysql5
+ depends_lib-append port:mysql4
+ configure.args-delete --mysql_config=${prefix}/bin/mysql_config5
}
-
Modified: trunk/dports/perl/p5-dbd-pg/Portfile
===================================================================
--- trunk/dports/perl/p5-dbd-pg/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-dbd-pg/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,63 +1,75 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem 1.0
+PortGroup perl5 1.0
-perl5.setup DBD-Pg 1.49
-categories perl databases
-maintainers narf_tm openmaintainer
-description Perl DBI module to provide access to PostgreSQL databases
-long_description DBD::Pg is a Perl module which works with the DBI \
- module to provide access to PostgreSQL databases
-platforms darwin
-checksums sha1 37c1c37a02afa00d48f8dd739d5d8502a7c40045
+perl5.setup DBD-Pg 1.49
+categories perl databases
+maintainers narf_tm openmaintainer
+description Perl DBI module to provide access to PostgreSQL databases
+long_description DBD::Pg is a Perl module which works with the DBI \
+ module to provide access to PostgreSQL databases
-depends_lib-append port:postgresql83 port:openssl port:p5-dbi
+platforms darwin
-configure.env PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+checksums sha1 37c1c37a02afa00d48f8dd739d5d8502a7c40045
-variant postgresql7 conflicts postgresql80 postgresql81 postgresql82 {
- depends_lib-delete port:postgresql83
- depends_lib-append port:postgresql7
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
- configure.env-append PATH=${prefix}/lib/pgsql7/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/pgsql7" \
- POSTGRES_LIB="${prefix}/lib/pgsql7 -lssl"
+depends_lib-append port:postgresql83 \
+ port:openssl \
+ port:p5-dbi
+
+configure.env PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+ POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+
+variant postgresql7 conflicts postgresql80 postgresql81 postgresql82 description {build with postgresql7 port} {
+ depends_lib-delete port:postgresql83
+ depends_lib-append port:postgresql7
+
+ configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+ POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+
+ configure.env-append PATH=${prefix}/lib/pgsql7/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/pgsql7" \
+ POSTGRES_LIB="${prefix}/lib/pgsql7 -lssl"
}
-variant postgresql80 conflicts postgresql7 postgresql81 postgresql82 {
- depends_lib-delete port:postgresql83
- depends_lib-append port:postgresql80
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
- configure.env-append PATH=${prefix}/lib/pgsql8/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/pgsql8" \
- POSTGRES_LIB="${prefix}/lib/pgsql8 -lssl"
+variant postgresql80 conflicts postgresql7 postgresql81 postgresql82 description {build with postgresql80 port} {
+ depends_lib-delete port:postgresql83
+ depends_lib-append port:postgresql80
+
+ configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+ POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+
+ configure.env-append PATH=${prefix}/lib/pgsql8/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/pgsql8" \
+ POSTGRES_LIB="${prefix}/lib/pgsql8 -lssl"
}
-variant postgresql81 conflicts postgresql7 postgresql80 postgresql82 {
- depends_lib-delete port:postgresql83
- depends_lib-append port:postgresql81
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
- configure.env-append PATH=${prefix}/lib/postgresql81/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql81" \
- POSTGRES_LIB="${prefix}/lib/postgresql81 -lssl"
+variant postgresql81 conflicts postgresql7 postgresql80 postgresql82 description {build with postgresql81 port} {
+ depends_lib-delete port:postgresql83
+ depends_lib-append port:postgresql81
+
+ configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+ POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+
+ configure.env-append PATH=${prefix}/lib/postgresql81/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql81" \
+ POSTGRES_LIB="${prefix}/lib/postgresql81 -lssl"
}
-variant postgresql82 conflicts postgresql7 postgresql80 postgresql81 {
- depends_lib-delete port:postgresql83
- depends_lib-append port:postgresql82
- configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
- POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
- configure.env-append PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
- POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
- POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
+variant postgresql82 conflicts postgresql7 postgresql80 postgresql81 description {build with postgresql82 port} {
+ depends_lib-delete port:postgresql83
+ depends_lib-append port:postgresql82
+
+ configure.env-delete PATH=${prefix}/lib/postgresql83/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql83" \
+ POSTGRES_LIB="${prefix}/lib/postgresql83 -lssl"
+
+ configure.env-append PATH=${prefix}/lib/postgresql82/bin:$env(PATH) \
+ POSTGRES_INCLUDE="${prefix}/include/postgresql82" \
+ POSTGRES_LIB="${prefix}/lib/postgresql82 -lssl"
}
Modified: trunk/dports/perl/p5-exception-class/Portfile
===================================================================
--- trunk/dports/perl/p5-exception-class/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-exception-class/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,18 +1,20 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Exception-Class 1.23
-maintainers narf_tm openmaintainer
-description A module that allows you to declare real exception classes in Perl
-long_description \
- Exception::Class allows you to declare exception hierarchies in your \
- modules in a "Java-esque" manner.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Exception-Class 1.23
+maintainers narf_tm openmaintainer
+description A module that allows you to declare real exception \
+ classes in Perl
+long_description Exception::Class allows you to declare exception \
+ hierarchies in your modules in a "Java-esque" manner.
-checksums md5 560b42c0cf8b795bdc793459edb7ec13
+platforms darwin
-depends_lib-append port:p5-devel-stacktrace port:p5-class-data-inheritable
+checksums md5 560b42c0cf8b795bdc793459edb7ec13
+depends_lib-append port:p5-devel-stacktrace \
+ port:p5-class-data-inheritable
+
perl5.use_module_build
Modified: trunk/dports/perl/p5-gd-securityimage/Portfile
===================================================================
--- trunk/dports/perl/p5-gd-securityimage/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-gd-securityimage/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,21 +1,23 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup GD-SecurityImage 1.64
-maintainers narf_tm openmaintainer
-description Security image (captcha) generator.
-long_description The (so called) "Security Images" are so popular. \
- Most internet software use these in their registration screens \
- to block robot programs (which may register tons of fake member \
- accounts). Security images are basicaly, graphical CAPTCHAs \
- (Completely Automated Public Turing Test to Tell Computers and \
- Humans Apart).
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup GD-SecurityImage 1.64
+maintainers narf_tm openmaintainer
+description Security image (captcha) generator.
+long_description The (so called) "Security Images" are so popular. \
+ Most internet software use these in their \
+ registration screens to block robot programs \
+ (which may register tons of fake member accounts). \
+ Security images are basicaly, graphical CAPTCHAs \
+ (Completely Automated Public Turing Test to Tell \
+ Computers and Humans Apart).
-checksums md5 52d9b42df90b0667f1b1ea66e8c15b1d
+platforms darwin
-depends_lib-append port:p5-gd
+checksums md5 52d9b42df90b0667f1b1ea66e8c15b1d
+depends_lib-append port:p5-gd
+
perl5.use_module_build
Modified: trunk/dports/perl/p5-imap-bodystructure/Portfile
===================================================================
--- trunk/dports/perl/p5-imap-bodystructure/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-imap-bodystructure/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,19 +1,19 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem 1.0
+PortGroup perl5 1.0
-perl5.setup IMAP-BodyStructure 1.01
-maintainers narf_tm openmaintainer
-description IMAP4-compatible BODYSTRUCTURE and ENVELOPE parser
-long_description \
- An IMAP4-compatible IMAP server MUST include a full MIME-parser which \
- parses the messages inside IMAP mailboxes and is accessible via \
- BODYSTRUCTURE fetch item. This module provides a Perl interface to \
- parse the output of IMAP4 MIME-parser.
+perl5.setup IMAP-BodyStructure 1.01
+maintainers narf_tm openmaintainer
+description IMAP4-compatible BODYSTRUCTURE and ENVELOPE parser
+long_description An IMAP4-compatible IMAP server MUST include a full \
+ MIME-parser which parses the messages inside IMAP \
+ mailboxes and is accessible via BODYSTRUCTURE fetch \
+ item. This module provides a Perl interface to \
+ parse the output of IMAP4 MIME-parser.
-platforms darwin
+platforms darwin
-checksums md5 06e572e491bfbef5ec6ec5dcba490aa7
+checksums md5 06e572e491bfbef5ec6ec5dcba490aa7
perl5.use_module_build
Modified: trunk/dports/perl/p5-masonx-request-withapachesession/Portfile
===================================================================
--- trunk/dports/perl/p5-masonx-request-withapachesession/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-masonx-request-withapachesession/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,17 +1,20 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup MasonX-Request-WithApacheSession 0.30
-maintainers narf_tm openmaintainer
-description Add a session to the Mason Request object
-long_description This module integrates Apache::Session into Mason by adding methods to the \
- Mason Request object available in all Mason components.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup MasonX-Request-WithApacheSession 0.30
+maintainers narf_tm openmaintainer
+description Add a session to the Mason Request object
+long_description This module integrates Apache::Session into \
+ Mason by adding methods to the Mason Request \
+ object available in all Mason components.
-checksums md5 d613565d3c7b2242b75e9f7552470dcf
+platforms darwin
-depends_lib-append port:p5-html-mason port:p5-apache-session-wrapper
+checksums md5 d613565d3c7b2242b75e9f7552470dcf
+depends_lib-append port:p5-html-mason \
+ port:p5-apache-session-wrapper
+
perl5.use_module_build
Modified: trunk/dports/perl/p5-module-build/Portfile
===================================================================
--- trunk/dports/perl/p5-module-build/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-module-build/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,28 +1,35 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Module-Build 0.2808
-maintainers narf_tm openmaintainer
-description Build and install perl modules (MakeMaker replacement)
-long_description \
- Module::Build is a system for building, testing, and installing Perl \
- modules. It is meant to be a replacement for ExtUtils::MakeMaker. \
- Developers may alter the behavior of the module through subclassing in a \
- much more straightforward way than with MakeMaker. It also does not \
- require a make on your system - most of the Module::Build code is \
- pure-perl and written in a very cross-platform way. In fact, you don't \
- even need a shell, so even platforms like Mac OS (traditional) can use it \
- fairly easily. Its only prerequisites are modules that are included with \
- perl 5.6.0, and it works fine on perl 5.005 if you can install a few \
- additional modules.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Module-Build 0.2808
+maintainers narf_tm openmaintainer
+description Build and install perl modules (MakeMaker replacement)
+long_description Module::Build is a system for building, testing, \
+ and installing Perl modules. It is meant to be a \
+ replacement for ExtUtils::MakeMaker. Developers \
+ may alter the behavior of the module through \
+ subclassing in a much more straightforward way than \
+ with MakeMaker. It also does not require a make on \
+ your system - most of the Module::Build code is \
+ pure-perl and written in a very cross-platform way. \
+ In fact, you don't even need a shell, so even \
+ platforms like Mac OS (traditional) can use it \
+ fairly easily. Its only prerequisites are modules \
+ that are included with perl 5.6.0, and it works \
+ fine on perl 5.005 if you can install a few \
+ additional modules.
-checksums md5 b8e457b1a4b72c46bcec3d9bce87329b
+platforms darwin
-depends_lib-append port:p5-yaml port:p5-archive-tar port:p5-version \
- port:p5-extutils-cbuilder port:p5-extutils-parsexs
+checksums md5 b8e457b1a4b72c46bcec3d9bce87329b
+depends_lib-append port:p5-yaml \
+ port:p5-archive-tar \
+ port:p5-version \
+ port:p5-extutils-cbuilder \
+ port:p5-extutils-parsexs
+
perl5.use_module_build
-depends_lib-delete port:p5-module-build
+depends_lib-delete port:p5-module-build
Modified: trunk/dports/perl/p5-pod-coverage/Portfile
===================================================================
--- trunk/dports/perl/p5-pod-coverage/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-pod-coverage/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,16 +1,17 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Pod-Coverage 0.19
-maintainers narf_tm openmaintainer
-description Checks if the documentation of a module is comprehensive
-long_description ${description}
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Pod-Coverage 0.19
+maintainers narf_tm openmaintainer
+description Checks if the documentation of a module is comprehensive
+long_description ${description}
-checksums md5 93af52dac8bafed7702ed290d988ffa4
+platforms darwin
-depends_lib-append port:p5-devel-symdump
+checksums md5 93af52dac8bafed7702ed290d988ffa4
+depends_lib-append port:p5-devel-symdump
+
perl5.use_module_build
Modified: trunk/dports/perl/p5-sql-translator/Portfile
===================================================================
--- trunk/dports/perl/p5-sql-translator/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-sql-translator/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,43 +1,43 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem 1.0
+PortGroup perl5 1.0
-perl5.setup SQL-Translator 0.08001
-maintainers narf_tm openmaintainer
-description manipulate structured data definitions (SQL and more)
-long_description \
- SQL::Translator is a group of Perl modules that converts vendor-specific\
- SQL table definitions into other formats, such as other vendor-specific\
- SQL, ER diagrams, documentation (POD and HTML), XML,\
- and Class::DBI classes.
+perl5.setup SQL-Translator 0.08001
+maintainers narf_tm openmaintainer
+description manipulate structured data definitions (SQL and more)
+long_description SQL::Translator is a group of Perl modules that \
+ converts vendor-specific SQL table definitions into \
+ other formats, such as other vendor-specific SQL, \
+ ER diagrams, documentation (POD and HTML), XML,\
+ and Class::DBI classes.
-platforms darwin
+platforms darwin
-checksums md5 496269e1d96388660a5da25b862356d8
+checksums md5 496269e1d96388660a5da25b862356d8
-depends_lib-append port:p5-class-base \
- port:p5-class-data-inheritable \
- port:p5-class-makemethods \
- port:p5-log-log4perl \
- port:p5-parse-recdescent \
- port:p5-template-toolkit \
- port:p5-io-stringy \
- port:p5-spreadsheet-parseexcel \
- port:p5-text-parsewords \
- port:p5-text-recordparser \
- port:p5-xml-writer \
- port:p5-xml-xpath \
- port:p5-test-exception \
- port:p5-test-differences \
- port:p5-yaml
+depends_lib-append port:p5-class-base \
+ port:p5-class-data-inheritable \
+ port:p5-class-makemethods \
+ port:p5-log-log4perl \
+ port:p5-parse-recdescent \
+ port:p5-template-toolkit \
+ port:p5-io-stringy \
+ port:p5-spreadsheet-parseexcel \
+ port:p5-text-parsewords \
+ port:p5-text-recordparser \
+ port:p5-xml-writer \
+ port:p5-xml-xpath \
+ port:p5-test-exception \
+ port:p5-test-differences \
+ port:p5-yaml
perl5.use_module_build
-variant gd {
- depends_lib-append port:p5-gd
+variant gd description {build with gd support} {
+ depends_lib-append port:p5-gd
}
-variant graphviz {
- depends_lib-append port:p5-graphviz
+variant graphviz description {build with graphviz support} {
+ depends_lib-append port:p5-graphviz
}
Modified: trunk/dports/perl/p5-text-recordparser/Portfile
===================================================================
--- trunk/dports/perl/p5-text-recordparser/Portfile 2008-02-08 20:05:23 UTC (rev 33968)
+++ trunk/dports/perl/p5-text-recordparser/Portfile 2008-02-08 20:16:13 UTC (rev 33969)
@@ -1,20 +1,24 @@
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Text-RecordParser 1.2.1
-maintainers narf_tm openmaintainer
-description read record-oriented files
-long_description This module is for reading record-oriented data\
- in a delimited text file.
+PortSystem 1.0
+PortGroup perl5 1.0
-platforms darwin
+perl5.setup Text-RecordParser 1.2.1
+maintainers narf_tm openmaintainer
+description read record-oriented files
+long_description This module is for reading record-oriented data \
+ in a delimited text file.
-distname Text-RecordParser-v${version}
-checksums md5 65c2a85a2ed2a9bc791d377954bd5a44
+platforms darwin
+distname Text-RecordParser-v${version}
-depends_lib-append port:p5-io-stringy port:p5-class-accessor \
- port:p5-readonly port:p5-list-moreutils \
- port:p5-version port:p5-test-exception
+checksums md5 65c2a85a2ed2a9bc791d377954bd5a44
+depends_lib-append port:p5-io-stringy \
+ port:p5-class-accessor \
+ port:p5-readonly \
+ port:p5-list-moreutils \
+ port:p5-version \
+ port:p5-test-exception
+
perl5.use_module_build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080208/8f49b7ad/attachment-0001.html
More information about the macports-changes
mailing list