Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv21913/stable/main/finkinfo/libs/perlmods

Modified Files:
        macosx-file-pm.info 
Removed Files:
        macosx-file-pm.patch 
Log Message:
latest macosx-file-pm to stable


--- macosx-file-pm.patch DELETED ---

Index: macosx-file-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/macosx-file-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- macosx-file-pm.info 23 Aug 2009 04:24:13 -0000      1.7
+++ macosx-file-pm.info 22 Dec 2011 22:12:10 -0000      1.8
@@ -1,42 +1,57 @@
 Info2: <<
 Package: macosx-file-pm%type_pkg[perl]
-Version: 0.69
-Revision: 1004
-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
+Version: 0.71
+Revision: 1002
+Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) 
powerpc, i386
+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, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
 Description: Perl modules to manipulate files on MacOS X
-Type: perl (5.8.6)
+Type: perl (5.8.4 5.8.6 5.8.8)
 License: Artistic
-Maintainer: Christian Schaffner <chri...@users.sourceforge.net>
+Maintainer: None <fink-de...@lists.sourceforge.net>
 
 # Dependencies:
-BuildDepends: fink (>= 0.24.12)
+BuildDepends: fink (>= 0.20.1-1)
 Depends: perl%type_pkg[perl]-core
-Replaces: macosx-file-pm (<= 0.66-1), macosx-file-pm560, %N-man
-Conflicts: macosx-file-pm (<= 0.66-1), %N-man
+Replaces: <<
+       macosx-file-pm (<= 0.66-1), macosx-file-pm560, %N-man,
+       %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin, %{Ni}588-bin
+<<
+Conflicts: <<
+       macosx-file-pm (<= 0.66-1), %N-man,
+       %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin, %{Ni}588-bin
+<<
+
 GCC: 4.0
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DA/DANKOGAI/MacOSX-File-%v.tar.gz
-Source-MD5: df4b9350a5082807b3d4b0c5a1f5f880
-
-# Patch Phase:
-PatchFile: %{Ni}.patch
-PatchFile-MD5: c2a44455b4cabc91e5ed7f7d599c9b85
+Source-MD5: c63681cb87eb52df07d78897283bd493
 
 # Install Phase:
 UpdatePOD: true
-DocFiles: Changes MANIFEST README
-SplitOff: <<
- Package: %N-bin
- Depends: %N (= %v-%r)
- Conflicts: %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin
- Replaces: %{Ni}581-bin, %{Ni}584-bin, %{Ni}586-bin
- Files: bin
-<<
+DocFiles: Changes README
 InstallScript: <<
+#!/bin/sh -ev
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
+
+       for f in pcpmac pgetfinfo pmvmac psetfinfo psync; do
+               mv "%i/bin/$f" "%i/bin/$f.%type_raw[perl]"
+       done
+<<
+PostInstScript: <<
+       if [ "$1" = configure ]; then
+               for f in pcpmac pgetfinfo pmvmac psetfinfo psync; do
+                       update-alternatives --install %p/bin/$f $f 
%p/bin/$f.%type_raw[perl] %type_pkg[perl]
+               done
+       fi
+<<
+PreRmScript: <<
+       if [ "$1" = remove ]; then
+               for f in pcpmac pgetfinfo pmvmac psetfinfo psync; do
+                       update-alternatives --remove $f 
%p/bin/$f.%type_pkg[perl]
+               done
+       fi
 <<
 
 # Additional Information:
@@ -48,5 +63,10 @@
 DescUsage: <<
 See also the description of the Fink package 'psync'
 <<
+DescPackaging: <<
+       %N-bin merged back into %N as of 0.71-1002
+       Uses Carbon, and thus it doesn't work on x86_64.
+       Previous versions by Christian Schaffner <chri...@users.sourceforge.net>
+<<
 Homepage: http://search.cpan.org/dist/MacOSX-File
 <<


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to