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

Modified Files:
        libraptor1-shlibs.info 
Added Files:
        libraptor2-shlibs.info 
Log Message:
new libraptor (new libversion with new maintainer); add C/R and misc other 
dep-upgrades in older one


--- NEW FILE: libraptor2-shlibs.info ---
Package: libraptor2-shlibs
Version: 2.0.6
Revision: 2
Description: RDF parser library
License: GPL/LGPL
# Maintainer: Benjamin Reed <librapt...@fink.raccoonfink.com>
Maintainer: David Fang <fang...@users.sourceforge.net>

Depends: <<
        libcurl4-shlibs (>= 7.20.0-1),
        libiconv,
        libxml2-shlibs (>= 2.7.8-1),
        libxslt-shlibs
<<
BuildDepends: <<
        expat1,
        fink-package-precedence (>= 0.7-1),
        glib2-dev (>= 2.22.0-1),
        gtk-doc (>= 1.13-5),
        libcurl4 (>= 7.20.0-1),
        libiconv-dev,
        libxml2 (>= 2.7.8-1),
        libxslt,
        pkgconfig (>= 0.23-1),
        system-openssl-dev
<<
InfoTest: TestScript: make -j1 check || exit 2

Source: http://download.librdf.org/source/raptor2-%v.tar.gz
Source-MD5: 1f07af81cbe3cf1bf0d1d250b18d9f93
PatchScript:    perl -pi -e 's,(\@CPPFLAGS\@),-I%p/lib/system-openssl/include 
\1,' `find . -name Makefile.in`

SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
UseMaxBuildJobs: false
ConfigureParams: --enable-dependency-tracking --disable-static --enable-gtk-doc 
ac_cv_header_libinn_h=no --without-yajl
CompileScript: <<
        %{default_script}
        fink-package-precedence --prohibit-bdep=libraptor1-dev,libraptor2-dev .
<<

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING* ChangeLog* LICENSE* NEWS* NOTICE README* RELEASE*
SplitOff: <<
        Package: raptor-bin
        Depends: %N (>= %v-%r)
        DocFiles: AUTHORS COPYING* ChangeLog* LICENSE* NEWS* NOTICE README* 
RELEASE*
        Files: bin/rapper share/man/man1/rapper.1
<<
SplitOff2: <<
        Package: libraptor2-dev
        Conflicts: libraptor1-dev
        Replaces: libraptor1-dev
        Depends: <<
                %N (= %v-%r),
                pkgconfig (>= 0.23-1)
        <<
        BuildDependsOnly: true
        DocFiles: AUTHORS COPYING* ChangeLog* LICENSE* NEWS* NOTICE README* 
RELEASE*
        Files: bin include lib/libraptor2.{la,dylib} lib/pkgconfig 
share/gtk-doc share/man
<<
Shlibs: %p/lib/libraptor2.0.dylib 1.0.0 %n (>= 2.0.6-1)

Homepage: http://librdf.org/raptor
DescDetail: <<
Raptor is a free software / Open Source C library that provides a set
of parsers and serializers that generate Resource Description
Framework (RDF) triples by parsing syntaxes or serialize the triples
into a syntax. The supported parsing syntaxes are RDF/XML, N-Triples,
Turtle, RSS tag soup including Atom 1.0 and 0.3, GRDDL for XHTML and
XML. The serializing syntaxes are RDF/XML (regular, and abbreviated),
N-Triples, RSS 1.0, Atom 1.0 and Adobe XMP.

Raptor was designed to work closely with the Redland RDF library (RDF
Parser Toolkit for Redland) but is entirely separate. It is a portable
library that works across many POSIX systems (Unix, GNU/Linux, BSDs,
OSX, cygwin, win32). Raptor has no memory leaks and is fast.
<<
DescPackaging: <<
        Make sure system-openssl flags always come first

        Checks for both libxml and expat, but uses libxml and not expat
        if both are found. Dependencies for libxml, therefore don't care
        about expat result and don't need deps for it.
<<


Index: libraptor1-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libraptor1-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libraptor1-shlibs.info      14 Feb 2012 07:13:45 -0000      1.1
+++ libraptor1-shlibs.info      27 Apr 2012 19:39:34 -0000      1.2
@@ -1,22 +1,22 @@
 Package: libraptor1-shlibs
 Version: 1.4.21
-Revision: 1
+Revision: 2
 Description: RDF parser library
 License: GPL/LGPL
 Maintainer: Benjamin Reed <librapt...@fink.raccoonfink.com>
 
 Depends: <<
-       libcurl4-shlibs (>= 7.19.4-2),
+       libcurl4-shlibs (>= 7.20.0-1),
        libiconv,
-       libxml2-shlibs (>= 2.6.32-1),
+       libxml2-shlibs (>= 2.7.8-1),
        libxslt-shlibs
 <<
 BuildDepends: <<
        fink-package-precedence (>= 0.7-1),
        gtk-doc (>= 1.13-5),
-       libcurl4 (>= 7.19.4-2),
+       libcurl4 (>= 7.20.0-1),
        libiconv-dev,
-       libxml2 (>= 2.6.32-1),
+       libxml2 (>= 2.7.8-1),
        libxslt,
        pkgconfig (>= 0.23-1),
        system-openssl-dev
@@ -33,7 +33,7 @@
 ConfigureParams: --enable-dependency-tracking --disable-static --enable-gtk-doc
 CompileScript: <<
        %{default_script}
-       fink-package-precedence --prohibit-bdep libraptor1-dev .
+       fink-package-precedence --prohibit-bdep=libraptor1-dev,libraptor2-dev .
 <<
 
 InstallScript: make install DESTDIR=%d
@@ -42,9 +42,9 @@
        Package: raptor-bin
        Depends: <<
                %N (>= %v-%r),
-               libcurl4-shlibs (>= 7.19.4-2),
+               libcurl4-shlibs (>= 7.20.0-1),
                libiconv,
-               libxml2-shlibs (>= 2.6.32-1),
+               libxml2-shlibs (>= 2.7.8-1),
                libxslt-shlibs
        <<
        DocFiles: AUTHORS COPYING* ChangeLog* LICENSE* NEWS* NOTICE README* 
RELEASE*
@@ -52,6 +52,8 @@
 <<
 SplitOff2: <<
        Package: libraptor1-dev
+       Conflicts: libraptor2-dev
+       Replaces: libraptor2-dev
        Depends: <<
                %N (= %v-%r),
                pkgconfig (>= 0.23-1)


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to