Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23846

Modified Files:
        params-validate-pm.info 
Log Message:
new version, update for new build system


Index: params-validate-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/params-validate-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- params-validate-pm.info     23 Aug 2009 04:23:29 -0000      1.10
+++ params-validate-pm.info     19 Jan 2010 19:29:44 -0000      1.11
@@ -1,6 +1,6 @@
 Info2: <<
 Package: params-validate-pm%type_pkg[perl]
-Version: 0.91
+Version: 0.94
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
@@ -10,11 +10,20 @@
 Maintainer: Christian Schaffner <chri...@users.sourceforge.net>
 
 # Dependencies:
-Depends: perl%type_pkg[perl]-core, scalar-list-utils-pm%type_pkg[perl]
-BuildDepends: fink (>= 0.20.1-1), test-simple-pm%type_pkg[perl]
+Depends: <<
+       attribute-handlers-pm%type_pkg[perl] (>= 0.79-1),
+       perl%type_pkg[perl]-core,
+       scalar-list-utils-pm%type_pkg[perl]
+<<
+BuildDepends: <<
+       module-build-pm%type_pkg[perl],
+       test-simple-pm%type_pkg[perl]
+<<
 Replaces: params-validate-pm (<= 0.57-1), %N-man
 Conflicts: %N-man
 PostInstScript: <<
+       # nuke perl-unversioned items from older %v so they don't get
+       # mixed into newer perlversioned pkg
  rm -rf %p/lib/perl5/darwin/Attribute/Params/
  rm -rf %p/lib/perl5/darwin/auto/Params/Validate/
  rm -f %p/lib/perl5/darwin/Params/Validate.pm
@@ -24,16 +33,36 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DR/DROLSKY/Params-Validate-%v.tar.gz
-Source-MD5: 22c5467a1d4673374a1b7b2dbcfd473e
+Source-MD5: 86da1b8ad762063913f454f81b42a816
 
-InfoTest: TestDepends: readonly-pm, readonly-xs-pm%type_pkg[perl], 
test-taint-pm%type_pkg[perl]
+CompileScript: <<
+#!/bin/sh -ev
+       exec 2>&1
+       perlversion=%type_raw[perl]
+       eval "`perl$perlversion -V:archname`"
+       perl$perlversion Build.PL \
+               --install_path arch=%i/lib/perl5/$perlversion/$archname \
+               --install_path bin=%i/bin \
+               --install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
+               --install_path lib=%i/lib/perl5/$perlversion \
+               --install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
+               --install_path script=%i/bin
+       ./Build
+<<
+InfoTest: <<
+       TestDepends: <<
+               readonly-pm,
+               readonly-xs-pm%type_pkg[perl],
+               test-taint-pm%type_pkg[perl]
+       <<
+       TestScript: ./Build test || exit 2
+<<
 
 # Install Phase:
 UpdatePOD: true
-DocFiles: Changes LICENSE MANIFEST README
+DocFiles: Changes LICENSE README TODO
 InstallScript: <<
-  %{default_script}
-  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+       ./Build install
 <<
 
 # Additional Data:


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to