Author: ranger
Date: Thu May 18 20:43:27 2006
New Revision: 35

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=35&repname=user%3a+ranger>
Log:
make data-visitor-pm build

Added:
    trunk/experimental/10.3/main/finkinfo/libs/perlmods/test-use-ok-pm.info
    
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/test-use-ok-pm.info
    trunk/experimental/10.4/main/finkinfo/libs/perlmods/test-use-ok-pm.info
    trunk/experimental/common/main/finkinfo/libs/perlmods/test-use-ok-pm.info
Modified:
    trunk/experimental/10.3/main/finkinfo/libs/perlmods/data-visitor-pm.info
    
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/data-visitor-pm.info
    trunk/experimental/10.4/main/finkinfo/libs/perlmods/data-visitor-pm.info
    trunk/experimental/common/main/finkinfo/libs/perlmods/data-visitor-pm.info

Modified: 
trunk/experimental/10.3/main/finkinfo/libs/perlmods/data-visitor-pm.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/libs/perlmods/data-visitor-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/libs/perlmods/data-visitor-pm.info 
(original)
+++ trunk/experimental/10.3/main/finkinfo/libs/perlmods/data-visitor-pm.info 
Thu May 18 20:43:27 2006
@@ -7,8 +7,8 @@
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: fink (>= 0.24-1), perl%type_pkg[perl]-core, class-accessor-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24-1), class-accessor-pm, 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
test-warn-pm%type_pkg[perl]
+Depends: class-accessor-pm, fink (>= 0.24-1), perl%type_pkg[perl]-core
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24-1), class-accessor-pm, 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
test-use-ok-pm%type_pkg[perl], test-warn-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/N/NU/NUFFIN/Data-Visitor-%v.tar.gz
 Source-MD5: d8b5c458439698187db0bfee672044ef

Added: trunk/experimental/10.3/main/finkinfo/libs/perlmods/test-use-ok-pm.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.3/main/finkinfo/libs/perlmods/test-use-ok-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/libs/perlmods/test-use-ok-pm.info 
(added)
+++ trunk/experimental/10.3/main/finkinfo/libs/perlmods/test-use-ok-pm.info Thu 
May 18 20:43:27 2006
@@ -1,0 +1,41 @@
+Info2: <<
+Package: test-use-ok-pm%type_pkg[perl]
+Version: 0.01
+Revision: 11
+Description: Alternative to Test::More::use_ok
+Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)
+License: Artistic
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+Depends: perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl]
+BuildDepends: fink (>= 0.24-1), perl%type_pkg[perl]-core, 
test-simple-pm%type_pkg[perl]
+
+Source: mirror:cpan:modules/by-module/Test/Test-use-ok-%v.tar.gz
+SourceDirectory: Test-use-ok-%v
+Source-MD5: 57b8f1698b14c7ddef3b35b29ac3326c
+
+UpdatePOD: true
+InstallScript: <<
+       %{default_script}
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
+DocFiles: MANIFEST* SIGNATURE
+
+Homepage: http://search.cpan.org/dist/Test-use-ok
+DescDetail: <<
+According to the Test::More documentation, it is recommended
+to run use_ok() inside a BEGIN block, so functions are
+exported at compile-time and prototypes are properly honored.
+
+However, people often either forget to add BEGIN, or
+mistakenly group use_ok with other tests in a single BEGIN
+block, which can create subtle differences in execution
+order.
+
+With this module, simply change all use_ok in test scripts to
+use ok, and they will be executed at BEGIN time.  The
+explicit space after use makes it clear that this is a single
+compile-time action.
+<<
+<<
+

Modified: 
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/data-visitor-pm.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/data-visitor-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- 
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/data-visitor-pm.info
 (original)
+++ 
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/data-visitor-pm.info
 Thu May 18 20:43:27 2006
@@ -8,8 +8,8 @@
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: fink (>= 0.24-1), perl%type_pkg[perl]-core, class-accessor-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24-1), class-accessor-pm, 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
test-warn-pm%type_pkg[perl]
+Depends: class-accessor-pm, fink (>= 0.24-1), perl%type_pkg[perl]-core
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24-1), class-accessor-pm, 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
test-use-ok-pm%type_pkg[perl], test-warn-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/N/NU/NUFFIN/Data-Visitor-%v.tar.gz
 Source-MD5: d8b5c458439698187db0bfee672044ef

Added: 
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/test-use-ok-pm.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/test-use-ok-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- 
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/test-use-ok-pm.info
 (added)
+++ 
trunk/experimental/10.4-transitional/main/finkinfo/libs/perlmods/test-use-ok-pm.info
 Thu May 18 20:43:27 2006
@@ -1,0 +1,42 @@
+Info2: <<
+Package: test-use-ok-pm%type_pkg[perl]
+Version: 0.01
+Revision: 21
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Description: Alternative to Test::More::use_ok
+Type: perl(5.8.1 5.8.4 5.8.6)
+License: Artistic
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+Depends: perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl]
+BuildDepends: fink (>= 0.24-1), perl%type_pkg[perl]-core, 
test-simple-pm%type_pkg[perl]
+
+Source: mirror:cpan:modules/by-module/Test/Test-use-ok-%v.tar.gz
+SourceDirectory: Test-use-ok-%v
+Source-MD5: 57b8f1698b14c7ddef3b35b29ac3326c
+
+UpdatePOD: true
+InstallScript: <<
+       %{default_script}
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
+DocFiles: MANIFEST* SIGNATURE
+
+Homepage: http://search.cpan.org/dist/Test-use-ok
+DescDetail: <<
+According to the Test::More documentation, it is recommended
+to run use_ok() inside a BEGIN block, so functions are
+exported at compile-time and prototypes are properly honored.
+
+However, people often either forget to add BEGIN, or
+mistakenly group use_ok with other tests in a single BEGIN
+block, which can create subtle differences in execution
+order.
+
+With this module, simply change all use_ok in test scripts to
+use ok, and they will be executed at BEGIN time.  The
+explicit space after use makes it clear that this is a single
+compile-time action.
+<<
+<<
+

Modified: 
trunk/experimental/10.4/main/finkinfo/libs/perlmods/data-visitor-pm.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/data-visitor-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/data-visitor-pm.info 
(original)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/data-visitor-pm.info 
Thu May 18 20:43:27 2006
@@ -8,8 +8,8 @@
 License: Artistic
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: fink (>= 0.24-1), perl%type_pkg[perl]-core, class-accessor-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24-1), class-accessor-pm, 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
test-warn-pm%type_pkg[perl]
+Depends: class-accessor-pm, fink (>= 0.24-1), perl%type_pkg[perl]-core
+BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.24-1), class-accessor-pm, 
module-build-pm%type_pkg[perl], test-simple-pm%type_pkg[perl], 
test-use-ok-pm%type_pkg[perl], test-warn-pm%type_pkg[perl]
 
 Source: mirror:cpan:authors/id/N/NU/NUFFIN/Data-Visitor-%v.tar.gz
 Source-MD5: d8b5c458439698187db0bfee672044ef

Added: trunk/experimental/10.4/main/finkinfo/libs/perlmods/test-use-ok-pm.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/10.4/main/finkinfo/libs/perlmods/test-use-ok-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/libs/perlmods/test-use-ok-pm.info 
(added)
+++ trunk/experimental/10.4/main/finkinfo/libs/perlmods/test-use-ok-pm.info Thu 
May 18 20:43:27 2006
@@ -1,0 +1,42 @@
+Info2: <<
+Package: test-use-ok-pm%type_pkg[perl]
+Version: 0.01
+Revision: 1021
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
+Description: Alternative to Test::More::use_ok
+Type: perl(5.8.1 5.8.4 5.8.6)
+License: Artistic
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+
+Depends: perl%type_pkg[perl]-core, test-simple-pm%type_pkg[perl]
+BuildDepends: fink (>= 0.24-1), perl%type_pkg[perl]-core, 
test-simple-pm%type_pkg[perl]
+
+Source: mirror:cpan:modules/by-module/Test/Test-use-ok-%v.tar.gz
+SourceDirectory: Test-use-ok-%v
+Source-MD5: 57b8f1698b14c7ddef3b35b29ac3326c
+
+UpdatePOD: true
+InstallScript: <<
+       %{default_script}
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
+DocFiles: MANIFEST* SIGNATURE
+
+Homepage: http://search.cpan.org/dist/Test-use-ok
+DescDetail: <<
+According to the Test::More documentation, it is recommended
+to run use_ok() inside a BEGIN block, so functions are
+exported at compile-time and prototypes are properly honored.
+
+However, people often either forget to add BEGIN, or
+mistakenly group use_ok with other tests in a single BEGIN
+block, which can create subtle differences in execution
+order.
+
+With this module, simply change all use_ok in test scripts to
+use ok, and they will be executed at BEGIN time.  The
+explicit space after use makes it clear that this is a single
+compile-time action.
+<<
+<<
+

Modified: 
trunk/experimental/common/main/finkinfo/libs/perlmods/data-visitor-pm.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/perlmods/data-visitor-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/libs/perlmods/data-visitor-pm.info 
(original)
+++ trunk/experimental/common/main/finkinfo/libs/perlmods/data-visitor-pm.info 
Thu May 18 20:43:27 2006
@@ -3,8 +3,20 @@
 Version: 0.05
 Revision: 1
 Description: Visitor style traversal of Perl data structures
-Depends: fink (>= 0.20.1-1), perl%type_pkg[perl]-core, class-accessor-pm
-BuildDepends: perl%type_pkg[perl]-core, fink (>= 0.20.2.1-1), 
class-accessor-pm, module-build-pm%type_pkg[perl], 
test-simple-pm%type_pkg[perl], test-warn-pm%type_pkg[perl]
+Depends: <<
+       class-accessor-pm,
+       fink (>= 0.20.1-1),
+       perl%type_pkg[perl]-core
+<<
+BuildDepends: <<
+       perl%type_pkg[perl]-core,
+       fink (>= 0.20.2.1-1),
+       class-accessor-pm,
+       module-build-pm%type_pkg[perl],
+       test-simple-pm%type_pkg[perl],
+       test-use-ok-pm%type_pkg[perl],
+       test-warn-pm%type_pkg[perl]
+<<
 
 Type: perl(0)
 License: Artistic

Added: trunk/experimental/common/main/finkinfo/libs/perlmods/test-use-ok-pm.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/libs/perlmods/test-use-ok-pm.info&rev=35&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/libs/perlmods/test-use-ok-pm.info 
(added)
+++ trunk/experimental/common/main/finkinfo/libs/perlmods/test-use-ok-pm.info 
Thu May 18 20:43:27 2006
@@ -1,0 +1,43 @@
+Info2: <<
+Package: test-use-ok-pm%type_pkg[perl]
+Version: 0.01
+Revision: 1
+Depends: <<
+       perl%type_pkg[perl]-core,
+       test-simple-pm%type_pkg[perl]
+<<
+BuildDepends: <<
+       fink (>= 0.20.2.1-1),
+       perl%type_pkg[perl]-core,
+       test-simple-pm%type_pkg[perl]
+<<
+Source: mirror:cpan:modules/by-module/Test/Test-use-ok-%v.tar.gz
+Source-MD5: 57b8f1698b14c7ddef3b35b29ac3326c
+SourceDirectory: Test-use-ok-%v
+Type: perl(0)
+InstallScript: <<
+       %{default_script}
+       mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
+UpdatePOD: true
+DocFiles: MANIFEST* SIGNATURE
+Description: Alternative to Test::More::use_ok
+DescDetail: <<
+According to the Test::More documentation, it is recommended
+to run use_ok() inside a BEGIN block, so functions are
+exported at compile-time and prototypes are properly honored.
+
+However, people often either forget to add BEGIN, or
+mistakenly group use_ok with other tests in a single BEGIN
+block, which can create subtle differences in execution
+order.
+
+With this module, simply change all use_ok in test scripts to
+use ok, and they will be executed at BEGIN time.  The
+explicit space after use makes it clear that this is a single
+compile-time action.
+<<
+License: Artistic
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+Homepage: http://search.cpan.org/dist/Test-use-ok
+<<



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to