[20428] trunk/dports/perl

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 2 18:18:28 PST 2006


Revision: 20428
          http://trac.macosforge.org/projects/macports/changeset/20428
Author:   jberry at macports.org
Date:     2006-11-02 18:18:27 -0800 (Thu, 02 Nov 2006)

Log Message:
-----------
Convert all darwinports at opendarwin.org addresses
to nomaintainer at macports.org or openmaintainer at macports.org.

See http://trac.macports.org/projects/macports/wiki/SpecialMaintainerAddresses
for more information.

Modified Paths:
--------------
    trunk/dports/perl/p5-cgi-ajax/Portfile
    trunk/dports/perl/p5-config-tiny/Portfile
    trunk/dports/perl/p5-data-buffer/Portfile
    trunk/dports/perl/p5-date-calc/Portfile
    trunk/dports/perl/p5-dbm-deep/Portfile
    trunk/dports/perl/p5-email-address/Portfile
    trunk/dports/perl/p5-email-simple/Portfile
    trunk/dports/perl/p5-http-lite/Portfile
    trunk/dports/perl/p5-libwww-perl/Portfile
    trunk/dports/perl/p5-regexp-assemble/Portfile
    trunk/dports/perl/p5-test-manifest/Portfile
    trunk/dports/perl/p5-test-tester/Portfile
    trunk/dports/perl/p5-time-piece/Portfile
    trunk/dports/perl/p5-tk/Portfile
    trunk/dports/perl/p5-www-mechanize/Portfile

Modified: trunk/dports/perl/p5-cgi-ajax/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-ajax/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-cgi-ajax/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortGroup               perl5 1.0
 
 perl5.setup             CGI-Ajax 0.694
-maintainers             darwinports at opendarwin.org
+maintainers             nomaintainer at macports.org
 categories-append       www
 description             A module for writing AJAX/DHTML-based web apps
 long_description        ${description}

Modified: trunk/dports/perl/p5-config-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-config-tiny/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-config-tiny/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 PortGroup			perl5 1.0
 perl5.setup			Config-Tiny 2.05
-maintainers			darwinports at opendarwin.org
+maintainers			nomaintainer at macports.org
 description			Read/Write .ini style files with as little code as possible
 long_description \
 	"Config::Tiny" is a perl class to read and write .ini style \

Modified: trunk/dports/perl/p5-data-buffer/Portfile
===================================================================
--- trunk/dports/perl/p5-data-buffer/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-data-buffer/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 PortGroup	perl5 1.0
 perl5.setup	Data-Buffer 0.04
-maintainers	darwinports at opendarwin.org
+maintainers	nomaintainer at macports.org
 description	binary buffers for perl
 long_description	Data::Buffer implements a low-level binary buffer \
 			in which you can get and put integers, strings, \

Modified: trunk/dports/perl/p5-date-calc/Portfile
===================================================================
--- trunk/dports/perl/p5-date-calc/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-date-calc/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortGroup		perl5 1.0
 
 perl5.setup		Date-Calc 5.4
-maintainers		darwinports at opendarwin.org
+maintainers		nomaintainer at macports.org
 description		Gregorian calendar date calculations
 long_description	The library provides all sorts of date calculations \
 					based on the Gregorian calendar (the one used in all \

Modified: trunk/dports/perl/p5-dbm-deep/Portfile
===================================================================
--- trunk/dports/perl/p5-dbm-deep/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-dbm-deep/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup perl5 1.0
 perl5.setup		DBM-Deep 0.96
-maintainers		darwinports at opendarwin.org
+maintainers		nomaintainer at macports.org
 description		A pure perl persistent multi-level hash/array DBM
 
 long_description \

Modified: trunk/dports/perl/p5-email-address/Portfile
===================================================================
--- trunk/dports/perl/p5-email-address/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-email-address/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 PortGroup	perl5 1.0
 perl5.setup	Email-Address 1.870
-maintainers	darwinports at opendarwin.org
+maintainers	nomaintainer at macports.org
 description	perl rfc email address formatting
 long_description	${description} 	
 platforms	darwin

Modified: trunk/dports/perl/p5-email-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-email-simple/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-email-simple/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 PortGroup	perl5 1.0
 perl5.setup	Email-Simple 1.990
-maintainers	darwinports at opendarwin.org
+maintainers	nomaintainer at macports.org
 description	perl Email header parsing
 long_description	${description} 	
 platforms	darwin

Modified: trunk/dports/perl/p5-http-lite/Portfile
===================================================================
--- trunk/dports/perl/p5-http-lite/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-http-lite/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortGroup               perl5 1.0
 
 perl5.setup             HTTP-Lite 2.1.6
-maintainers             darwinports at opendarwin.org
+maintainers             nomaintainer at macports.org
 categories-append       www
 description             Perl5 modules for Lightweight HTTP implementation
 long_description        ${description}

Modified: trunk/dports/perl/p5-libwww-perl/Portfile
===================================================================
--- trunk/dports/perl/p5-libwww-perl/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-libwww-perl/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortGroup perl5 1.0
 
 perl5.setup		libwww-perl 5.805 LWP
-maintainers		darwinports at opendarwin.org
+maintainers		nomaintainer at macports.org
 description		The World-Wide Web library for Perl
 long_description	The libwww-perl collection is a set of Perl modules \
 					which provides a simple and consistent application \

Modified: trunk/dports/perl/p5-regexp-assemble/Portfile
===================================================================
--- trunk/dports/perl/p5-regexp-assemble/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-regexp-assemble/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -5,7 +5,7 @@
 
 perl5.setup		Regexp-Assemble 0.18
 
-maintainers		darwinports at opendarwin.org
+maintainers		nomaintainer at macports.org
 description		Combine several regular expressions into one
 long_description	Regexp::Assemble allows you to take a number of regular \
 		expressions and assemble them into a single regular expression (or RE) \

Modified: trunk/dports/perl/p5-test-manifest/Portfile
===================================================================
--- trunk/dports/perl/p5-test-manifest/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-test-manifest/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -4,7 +4,7 @@
 
 perl5.setup		Test-Manifest 0.93
 revision		1
-maintainers		darwinports at opendarwin.org
+maintainers		nomaintainer at macports.org
 description		interact with a t/test_manifest file
 long_description	${description}
 checksums		md5 a46b6185410c2fd8b1a2efd6fea94d9e

Modified: trunk/dports/perl/p5-test-tester/Portfile
===================================================================
--- trunk/dports/perl/p5-test-tester/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-test-tester/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 PortGroup			perl5 1.0
 perl5.setup			Test-Tester 0.103
-maintainers			darwinports at opendarwin.org
+maintainers			nomaintainer at macports.org
 description			Ease testing test modules built with Test::Builder
 long_description	${description}
 

Modified: trunk/dports/perl/p5-time-piece/Portfile
===================================================================
--- trunk/dports/perl/p5-time-piece/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-time-piece/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 PortGroup	perl5 1.0
 perl5.setup	Time-Piece 1.11
-maintainers	darwinports at opendarwin.org
+maintainers	nomaintainer at macports.org
 description	Object-oriented time objects
 long_description	${description} 	
 platforms	darwin

Modified: trunk/dports/perl/p5-tk/Portfile
===================================================================
--- trunk/dports/perl/p5-tk/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-tk/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 PortGroup			perl5 1.0
 perl5.setup			Tk 804.027
-maintainers			darwinports at opendarwin.org
+maintainers			nomaintainer at macports.org
 description			p5-tk is a Perl interface to Tk
 
 platforms			darwin

Modified: trunk/dports/perl/p5-www-mechanize/Portfile
===================================================================
--- trunk/dports/perl/p5-www-mechanize/Portfile	2006-11-03 02:18:14 UTC (rev 20427)
+++ trunk/dports/perl/p5-www-mechanize/Portfile	2006-11-03 02:18:27 UTC (rev 20428)
@@ -4,7 +4,7 @@
 PortGroup			perl5 1.0
 perl5.setup			WWW-Mechanize 1.02
 revision			1
-maintainers			darwinports at opendarwin.org
+maintainers			nomaintainer at macports.org
 description			Handy web browsing in a Perl object
 long_description \
 	WWW::Mechanize, or Mech for short, helps you automate interaction with a \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061102/42382342/attachment.html


More information about the macports-changes mailing list