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

Modified Files:
        date-calc-pm.info 
Added Files:
        date-calc-pm.patch 
Log Message:
demaintain per maintainer request; +pm5100; fix compiling on some platforms


--- NEW FILE: date-calc-pm.patch ---
diff -Nurd -x'*~' Date-Calc-5.4.orig/ToolBox.h Date-Calc-5.4/ToolBox.h
--- Date-Calc-5.4.orig/ToolBox.h        2004-10-03 04:16:45.000000000 -0400
+++ Date-Calc-5.4/ToolBox.h     2010-07-30 03:59:07.000000000 -0400
@@ -9,6 +9,9 @@
 /*****************************************************************************/
 /*  MODULE IMPORTS:                                                          */
 /*****************************************************************************/
+#ifdef PERL_DARWIN
+#include <stdbool.h>
+#endif
 
 /*****************************************************************************/
 /*  MODULE INTERFACE:                                                        */
@@ -88,6 +91,8 @@
 #else
     #ifdef MACOS_TRADITIONAL
         #define boolean Boolean
+    #elif PERL_DARWIN
+        #define boolean bool
     #else
         typedef enum { false = FALSE, true = TRUE } boolean;
     #endif

Index: date-calc-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/date-calc-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- date-calc-pm.info   3 Jun 2010 21:48:46 -0000       1.8
+++ date-calc-pm.info   30 Jul 2010 08:05:56 -0000      1.9
@@ -1,19 +1,25 @@
 Info2: <<
 Package: date-calc-pm%type_pkg[perl]
+
+# newer versions blocked by need for newer version of bit-vector-pmXXX
 Version: 5.4
-Revision: 4
+
+Revision: 5
 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
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
+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: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
 Description: Gregorian calendar date calculations
 License: Artistic/GPL
-Maintainer: Chris Dolan <chrisdo...@users.sourceforge.net>
+Maintainer: None <fink-de...@lists.sourceforge.net>
 Homepage: http://search.cpan.org/dist/Date-Calc
+BuildDepends: fink (>= 0.24.12)
 Depends: perl%type_pkg[perl]-core, bit-vector-pm%type_pkg[perl], carp-clan-pm
 Conflicts: %N-man (<< 5.4-4)
 Replaces: %N-man (<< 5.4-4)
 Source: mirror:cpan:authors/id/S/ST/STBEY/Date-Calc-%v.tar.gz
 Source-MD5: 7ae34972694127e8f1c9a2af1c24585b
+PatchFile: %{ni}.patch
+PatchFile-MD5: 14b30ef0f1ebabee980c7819abb4c238
 UpdatePOD: true
 InstallScript: <<
   %{default_script}
@@ -23,5 +29,10 @@
 DescPackaging: <<
  Found a bug?  Please check if it has already been reported:
  http://rt.cpan.org/NoAuth/Bugs.html?Dist=Date-Calc
+
+       Former Maintainer: Chris Dolan <chrisdo...@users.sourceforge.net>
+<<
+DescPort: <<
+       Import Date-Calc-5.6 patch to Toolbox.h for Mac OS X
 <<
 <<


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to