Update of
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15762
Modified Files:
class-methodmaker-pm.info gnupg-interface-pm.info
mail-gnupg-pm.info term-progressbar-pm.info
Log Message:
update class-methodmaker-pm, fixing breakage and creating variants; and
updating dependencies for things depending on class-methodmaker-pm
Index: mail-gnupg-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/mail-gnupg-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mail-gnupg-pm.info 6 Dec 2005 07:40:29 -0000 1.2
+++ mail-gnupg-pm.info 20 Dec 2005 22:10:20 -0000 1.3
@@ -1,14 +1,14 @@
Info2: <<
Package: mail-gnupg-pm%type_pkg[perl]
Version: 0.08
-Revision: 5
+Revision: 6
Type: perl (5.8.1 5.8.4 5.8.6)
Description: Process and/or create mail with PGP
License: Artistic/GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
# Dependencies:
-Depends: perl%type_pkg[perl]-core, mime-tools-pm%type_pkg[perl],
gnupg-interface-pm, class-methodmaker-pm
+Depends: perl%type_pkg[perl]-core, mime-tools-pm%type_pkg[perl],
gnupg-interface-pm%type_pkg[perl], class-methodmaker-pm%type_pkg[perl]
BuildDepends: fink (>= 0.20.1-1)
Conflicts: %N-man
Replaces: %N-man
Index: term-progressbar-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/term-progressbar-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- term-progressbar-pm.info 10 Nov 2005 04:53:42 -0000 1.1
+++ term-progressbar-pm.info 20 Dec 2005 22:10:20 -0000 1.2
@@ -1,9 +1,9 @@
Info2: <<
Package: term-progressbar-pm%type_pkg[perl]
Version: 2.09
-Revision: 1
+Revision: 2
###
-Depends: perl%type_pkg[perl]-core, term-readkey-pm%type_pkg[perl],
class-methodmaker-pm
+Depends: perl%type_pkg[perl]-core, term-readkey-pm%type_pkg[perl],
class-methodmaker-pm%type_pkg[perl]
Replaces: term-progressbar-pm (<= 2.03-1)
###
Source: mirror:cpan:authors/id/F/FL/FLUFFY/Term-ProgressBar-%v.tar.gz
Index: gnupg-interface-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/gnupg-interface-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnupg-interface-pm.info 27 Apr 2005 03:09:34 -0000 1.1
+++ gnupg-interface-pm.info 20 Dec 2005 22:10:20 -0000 1.2
@@ -1,14 +1,21 @@
-Package: gnupg-interface-pm
+Info2: <<
+Package: gnupg-interface-pm%type_pkg[perl]
Version: 0.34
-Revision: 1
+Revision: 2
Source: mirror:sourceforge:gnupg-interface/GnuPG-Interface-%v.tar.gz
Source-MD5: 3cb5f4ae3937df55ffc54a2a0c2f12af
-Type: perl
+Replaces: gnupg-interface-pm
+Type: perl (5.8.1 5.8.4 5.8.6)
+InstallScript: <<
+ %{default_script}
+ mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
UpdatePOD: true
-Patch: %n.patch
+Patch: %{Ni}.patch
DocFiles: COPYING ChangeLog MANIFEST README
Description: Perl interface to GnuPG
License: Artistic
Maintainer: Hisashi Todd Fujinaka <[EMAIL PROTECTED]>
-Depends: gnupg, class-methodmaker-pm
+Depends: gnupg, class-methodmaker-pm%type_pkg[perl], perl%type_pkg[perl]-core
Homepage: http://search.cpan.org/dist/GnuPG-Interface
+<<
Index: class-methodmaker-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/libs/perlmods/class-methodmaker-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- class-methodmaker-pm.info 10 Oct 2005 04:38:12 -0000 1.2
+++ class-methodmaker-pm.info 20 Dec 2005 22:10:20 -0000 1.3
@@ -1,12 +1,33 @@
-Package: class-methodmaker-pm
-Version: 2.07
+Info2: <<
+Package: class-methodmaker-pm%type_pkg[perl]
+Version: 2.08
Revision: 1
+Depends: perl%type_pkg[perl]-core
+BuildDepends: ipc-run-pm
+Replaces: class-methodmaker-pm
Source: mirror:cpan:authors/id/F/FL/FLUFFY/Class-MethodMaker-%v.tar.gz
-Source-MD5: fe65529977de6a7ccac86c00ac1f8f1f
-Type: perl
+Source-MD5: 35b65629c3b4a4da3124ddd5c35e8c34
+PatchScript: <<
+ perl -pi -e "s|vendor|site|g" Makefile.PL
+<<
+Type: perl (5.8.1 5.8.4 5.8.6)
+InstallScript: <<
+ %{default_script}
+ mv %i/share/man %i/lib/perl5/%type_raw[perl]
+<<
UpdatePOD: true
DocFiles: Changes MANIFEST README
Description: Perl module for creating generic methods
+DescPort: <<
+ Sometime between version 2.02 and version 2.07, two things happened to
+ this package:
+ 1) Some XS code was added, which means that we now need variant fink
+ packages for the different perl versions, and
+ 2) A line INSTALLDIRS => "vendor", was added to Makefile.PL; this breaks
+ the fink install (resulting in installation directly to /System !)
+ so has been patched out.
+<<
License: Artistic
Maintainer: Hisashi Todd Fujinaka <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/Class-MethodMaker
+<<
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits