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

Modified Files:
        pcre.info 
Added Files:
        libpcre1.info 
Log Message:
New upstream pcre 8.30 which has a new libversion.
New package is called 'libpcre1' and contains a new libpcre16 library.


Index: pcre.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pcre.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pcre.info   13 Dec 2011 02:14:43 -0000      1.8
+++ pcre.info   5 Feb 2012 17:14:35 -0000       1.9
@@ -1,14 +1,14 @@
 Info4: <<
 Package: pcre%type_pkg[-64bit]
 Version: 8.21
-Revision: 1
+Revision: 2
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Distribution: ( %type_raw[-64bit] = -64bit ) 10.5, ( %type_raw[-64bit] = 
-64bit ) 10.6
 Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
 BuildDepends: fink (>= 0.26.2)
-Conflicts: pcre, pcre-64bit
-Replaces: pcre-bin (<< 7.0-1), pcre, pcre-64bit
+Conflicts: pcre, pcre-64bit, libpcre1, libpcre1-64bit
+Replaces: pcre-bin (<< 7.0-1), pcre, pcre-64bit, libpcre1, libpcre1-64bit
 BuildDependsOnly: True
 #Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.bz2
 Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{ni}/%{ni}-%v.tar.bz2

--- NEW FILE: libpcre1.info ---
Info4: <<
Package: libpcre1%type_pkg[-64bit]
Version: 8.30
Revision: 1
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
Distribution: ( %type_raw[-64bit] = -64bit ) 10.5, ( %type_raw[-64bit] = -64bit 
) 10.6
Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
BuildDepends: fink (>= 0.26.2)
Conflicts: pcre, pcre-64bit, libpcre1, libpcre1-64bit
Replaces: pcre-bin (<< 7.0-1), pcre, pcre-64bit, libpcre1, libpcre1-64bit
BuildDependsOnly: True
#Source: mirror:sourceforge:pcre/pcre-%v.tar.bz2
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-%v.tar.bz2
Source-MD5: 98e8928cccc945d04279581e778fbdff
NoSetLDFLAGS: true
NoSetCPPFLAGS: true
PatchScript: perl -pi -e 's/-lreadline/-ledit/g' configure
ConfigureParams: <<
        --libdir='${prefix}/%lib/%{Ni}' \
        --enable-shared \
        --disable-static \
        --enable-pcre16 \
        --enable-jit \
        --enable-utf \
        --enable-unicode-properties \
        --disable-dependency-tracking \
        --enable-pcregrep-libz \
        --enable-pcregrep-libbz2 \
        --enable-pcretest-libreadline
<<
UseMaxBuildJobs: true
SetCFLAGS: -Os
SetCXXFLAGS: -Os
SetLDFLAGS: -Wl,-dead_strip_dylibs
GCC: 4.0
CompileScript: <<
        #!/bin/bash -ev
        if [ "%type_raw[-64bit]" == "-64bit" ]; then
                export CC="gcc -m64"
                export CXX="g++ -m64"
        fi
        %{default_script}
<<
SplitOff2: <<
  Package: %N-shlibs
  Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
  Files: %lib/%{Ni}/libpcre.*.dylib %lib/%{Ni}/libpcre16.*.dylib 
%lib/%{Ni}/libpcreposix.*.dylib %lib/%{Ni}/libpcrecpp.*.dylib
  Shlibs: <<
   %p/%lib/%{Ni}/libpcre.1.dylib 2.0.0 %n (>= 8.30-1) %type_num[-64bit]
   %p/%lib/%{Ni}/libpcre16.0.dylib 1.0.0 %n (>= 8.30-1) %type_num[-64bit]
   %p/%lib/%{Ni}/libpcreposix.0.dylib 1.0.0 %n (>= 8.30-1) %type_num[-64bit]
   %p/%lib/%{Ni}/libpcrecpp.0.dylib 1.0.0 %n (>= 8.30-1) %type_num[-64bit]
  <<
  DocFiles: AUTHORS COPYING ChangeLog LICENCE NEWS README
<<
SplitOff: <<
  Package: pcre%type_pkg[-64bit]-bin
  Description: PCRE utilities pcregrep and pcretest
  Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
  Conflicts: pcre-bin, pcre-64bit-bin
  Replaces: pcre-bin, pcre-64bit-bin
  Files: bin/pcregrep bin/pcretest share/man/man1/pcregrep.1 
share/man/man1/pcretest.1
  DocFiles: AUTHORS COPYING ChangeLog LICENCE NEWS README
<<
InstallScript: <<
  #!/bin/bash -ev
  make install DESTDIR=%d
  mv %i/share/doc/pcre %i/share/doc/%N
  mv %i/%lib/%{Ni}/pkgconfig %i/%lib/pkgconfig
  cd %i/%lib
  ln -s %{Ni}/*.la %i/%lib
  ln -s %{Ni}/libpcre.dylib %i/%lib
  ln -s %{Ni}/libpcre16.dylib %i/%lib
  ln -s %{Ni}/libpcrecpp.dylib %i/%lib
  ln -s %{Ni}/libpcreposix.dylib %i/%lib
<<
DocFiles: HACKING
License: BSD
Description: Perl Compatible Regular Expressions Library
DescDetail: <<
  The PCRE library is a set of functions that implement regular expression
  pattern matching using the same syntax and semantics as PerlJ5. PCRE has
  its own native API, as well as a set of wrapper functions that correspond
  to the POSIX regular expression API and a C++ wrapper library.
  
  Now includes the 16 bit libpcre16.dylib library. The libpcre.dylib library
  continues to be used for 8 bit strings.
  
  Previous revisions by Christian Swinehart <cswineh...@users.sourceforge.net>
<<
DescPackaging: <<
  Patch configure to link directly to the system's libedit instead of
  libreadline which is a symlink to libedit. Avoids having dependent
  packages accidentally linking to Fink's libreadline.
  
  Disabled static libs and cleaned dependency_libs in *.la files.
<<
Homepage: http://www.pcre.org
Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
InfoTest: <<
  TestScript: make check || exit 2
<<
<<


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to