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

Added Files:
        libmms0.info libmrss0.info libmsn-0.1.info libmsn-0.1.patch 
        libmsn-0.3.info libmsn-0.3.patch libproxy0.info 
        libproxy0.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: libmms0.info ---
Package: libmms0
Version: 0.5
Revision: 2
BuildDepends: <<
        fink-package-precedence,
        glib2-dev (>= 2.22.0-1),
        pkgconfig
<<
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: true
Source: http://launchpad.net/libmms/trunk/%v/+download/libmms-%v.tar.gz
Source-MD5: cf83053ec891f14e73a04c84d9de08ee
ConfigureParams: --disable-static --enable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
CompileScript: <<
        %{default_script}
        fink-package-precedence --prohibit-bdep=%n .
<<
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING.LIB ChangeLog NEWS README* TODO
SplitOff: <<
        Package: %N-shlibs
        Depends: <<
                glib2-shlibs (>= 2.22.0-1)
        <<
        Files: %p/lib/libmms.0.dylib
        DocFiles: AUTHORS COPYING.LIB ChangeLog NEWS README* TODO
        Shlibs: %p/lib/libmms.0.dylib 1.0.0 %n (>= 0.5-1)
<<
Description: Microsoft Media Streaming protocol parser
Homepage: https://launchpad.net/libmms
Maintainer: Daniel Macks <dma...@netspace.org>
License: LGPL

--- NEW FILE: libproxy0.patch ---
diff -Nurd -x'*~' libproxy-0.2.3.orig/configure.ac libproxy-0.2.3/configure.ac
--- libproxy-0.2.3.orig/configure.ac    2008-06-05 16:56:16.000000000 -0400
+++ libproxy-0.2.3/configure.ac 2009-05-20 16:48:35.000000000 -0400
@@ -10,6 +10,7 @@
 AC_PROG_LIBTOOL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
+AM_PROG_CC_C_O
 
 ### Checks for libraries for plugins.
 PKG_CHECK_MODULES(x11, x11, have_x11=yes, have_x11=no)
@@ -154,8 +155,8 @@
 AC_ARG_WITH([python],
             [AS_HELP_STRING([--with-python],
             [build Python bindings @<:@automatic@:>@])],
-            [AM_PATH_PYTHON([2.5], with_python=yes)],
-            [AM_PATH_PYTHON([2.5], with_python=yes, with_python=no)])
+            [AM_PATH_PYTHON([2.5], have_python=yes, have_python=no)],
+            [have_python=yes && with_python=yes])
 AM_CONDITIONAL([WITH_PYTHON], [test x$with_python = xyes])
 
 # Java
diff -Nurd -x'*~' libproxy-0.2.3.orig/src/bin/Makefile.am 
libproxy-0.2.3/src/bin/Makefile.am
--- libproxy-0.2.3.orig/src/bin/Makefile.am     2008-06-05 16:56:15.000000000 
-0400
+++ libproxy-0.2.3/src/bin/Makefile.am  2009-05-20 18:03:44.000000000 -0400
@@ -2,6 +2,6 @@
 
 # Command line interface to libproxy
 proxy_SOURCES = proxy.c
-proxy_CFLAGS  = -I$(top_srcdir)/src/lib
+proxy_CPPFLAGS = -I$(top_srcdir)/src/lib
 proxy_LDFLAGS = -ldl
 proxy_LDADD   = ../lib/libproxy.la
diff -Nurd -x'*~' libproxy-0.2.3.orig/src/plugins/Makefile.am 
libproxy-0.2.3/src/plugins/Makefile.am
--- libproxy-0.2.3.orig/src/plugins/Makefile.am 2008-06-05 16:56:14.000000000 
-0400
+++ libproxy-0.2.3/src/plugins/Makefile.am      2009-05-20 18:02:15.000000000 
-0400
@@ -26,45 +26,45 @@
 
 # Environmental Variable Config Plugin
 envvar_la_SOURCES         = envvar.c
-envvar_la_CFLAGS          = -I$(top_srcdir)/src/lib
+envvar_la_CPPFLAGS        = -I$(top_srcdir)/src/lib
 envvar_la_LIBADD          = ../lib/libproxy.la
 envvar_la_LDFLAGS         = -module -avoid-version
 
 # File Config Plugin
 file_la_SOURCES           = file.c
-file_la_CFLAGS            = -I$(top_srcdir)/src/lib
+file_la_CPPFLAGS          = -I$(top_srcdir)/src/lib
 file_la_LIBADD            = ../lib/libproxy.la
 file_la_LDFLAGS           = -module -avoid-version
 
 # GConf/GNOME Config Plugin
 gnome_la_SOURCES          = gnome.c xhasclient.c
-gnome_la_CFLAGS           = -I$(top_srcdir)/src/lib @GNOME_CFLAGS@
+gnome_la_CPPFLAGS         = -I$(top_srcdir)/src/lib @GNOME_CFLAGS@
 gnome_la_LIBADD           = ../lib/libproxy.la
 gnome_la_LDFLAGS          = -module -avoid-version @GNOME_LIBS@
 
 # KDE Config Plugin
 kde_la_SOURCES            = kde.c xhasclient.c
-kde_la_CFLAGS             = -I$(top_srcdir)/src/lib @KDE_CFLAGS@
+kde_la_CPPFLAGS           = -I$(top_srcdir)/src/lib @KDE_CFLAGS@
 kde_la_LIBADD             = ../lib/libproxy.la
 kde_la_LDFLAGS            = -module -avoid-version @KDE_LIBS@
 
 # WebKit (JavaScriptCore) based PAC runner
 webkit_la_SOURCES          = webkit.c
-webkit_la_CFLAGS           = -I$(top_srcdir)/src/lib @WEBKIT_CFLAGS@
+webkit_la_CPPFLAGS         = -I$(top_srcdir)/src/lib @WEBKIT_CFLAGS@
 webkit_la_LIBADD           = ../lib/libproxy.la
 webkit_la_LDFLAGS          = -module -avoid-version @WEBKIT_LIBS@
 nodist_webkit_la_SOURCES   = pacutils.h
 
 # Mozilla (Spidermonkey) based PAC runner
 mozjs_la_SOURCES          = mozjs.c
-mozjs_la_CFLAGS           = -I$(top_srcdir)/src/lib @MOZJS_CFLAGS@
+mozjs_la_CPPFLAGS         = -I$(top_srcdir)/src/lib @MOZJS_CFLAGS@
 mozjs_la_LIBADD           = ../lib/libproxy.la
 mozjs_la_LDFLAGS          = -module -avoid-version @MOZJS_LIBS@
 nodist_mozjs_la_SOURCES   = pacutils.h
 
 # NetworkManager Plugin
 networkmanager_la_SOURCES = networkmanager.c
-networkmanager_la_CFLAGS  = -I$(top_srcdir)/src/lib @NETWORKMANAGER_CFLAGS@
+networkmanager_la_CPPFLAGS = -I$(top_srcdir)/src/lib @NETWORKMANAGER_CFLAGS@
 networkmanager_la_LIBADD  = ../lib/libproxy.la
 networkmanager_la_LDFLAGS = -module -avoid-version @NETWORKMANAGER_LIBS@
 

--- NEW FILE: libmsn-0.3.patch ---
diff -Nurd libmsn-4.0-beta4/CMakeLists.txt 
libmsn-4.0-beta4-patched/CMakeLists.txt
--- libmsn-4.0-beta4/CMakeLists.txt     2009-01-04 08:17:18.000000000 -0500
+++ libmsn-4.0-beta4-patched/CMakeLists.txt     2009-03-25 12:11:55.000000000 
-0400
@@ -6,6 +6,12 @@
 find_package(OpenSSL REQUIRED)
 
 set (LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
+set(CMAKE_INSTALL_RPATH_USE_LINK_PATH  TRUE)
+set(CMAKE_INSTALL_RPATH "" )
+
+if(APPLE)
+       set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
+endif(APPLE)
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${OPENSSL_INCLUDE_DIR})
 add_subdirectory(msn)

--- NEW FILE: libmrss0.info ---
Package: libmrss0
Version: 0.19.2
Revision: 1

Source: http://www2.autistici.org/bakunin/libmrss/libmrss-%v.tar.gz
Source-MD5: a6f66b72898d27270e3a68007f90d62b

BuildDepends: <<
        libcurl4 (>= 7.19.0-6),
        libnxml0 (>= 0.18.3-2),
        pkgconfig (>= 0.23),
        system-openssl-dev
<<
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true

SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: --disable-dependency-tracking

InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS README

SplitOff: <<
        Package: %N-shlibs
        Depends: <<
                libcurl4-shlibs (>= 7.19.0-6),
                libnxml0-shlibs (>= 0.18.3-2)
        <<
        Files: lib/libmrss.0*.dylib
        Shlibs: %p/lib/libmrss.0.dylib 20.0.0 %n (>= 0.19.2-1)
        DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<

Description: Parse/write/create RSS/ATOM files &r streams
Homepage: http://www2.autistici.org/bakunin/libmrss/doc
License: LGPL
Maintainer: Daniel Macks <dma...@netspace.org>

--- NEW FILE: libproxy0.info ---
Package: libproxy0
Version: 0.2.3
Revision: 2
Source: http://libproxy.googlecode.com/files/libproxy-%v.tar.gz
Source-MD5: 86b635e1eb2d665cfbef4c6134fe6604
BuildDepends: <<
        autoconf,
        automake1.10,
        fink (>= 0.24.12),
        libtool2,
        pkgconfig (>= 0.23)
<<
Depends: %n-shlibs (= %v-%r)
Conflicts: libproxy1
Replaces: libproxy1
BuildDependsOnly: true
PatchFile: %n.patch
PatchFile-MD5: f1ea14a6524e54d296d28a5310735e5d
ConfigureParams: --disable-dependency-tracking --disable-static --without-gnome 
--without-kde --without-webkit --without-mozjs --without-networkmanager 
--without-python
CompileScript: <<
        autoreconf -fi
        ./configure %c
        make
        rm -rf %i/bin
<<
InstallScript: make install DESTDIR=%d
SplitOff: <<
        Package: %N-shlibs
        Files: <<
                lib/libproxy
                lib/libproxy.0.dylib
        <<
        Shlibs: %p/lib/libproxy.0.dylib 1.0.0 %n (>= 0.2.3-1)
        DocFiles:AUTHORS COPYING ChangeLog NEWS README
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
DescPackaging: <<
        pkg-config may/may-not detect many external things that would
        only be used for plugins that are disabled.

        Fix --without-python handler. See:
        http://code.google.com/p/libproxy/issues/detail?id=24

        Python bindings are badly broken and non-portable. See:
        http://code.google.com/p/libproxy/issues/detail?id=48

        Fix -I ordering. See:
        http://code.google.com/p/libproxy/issues/detail?id=49
<<
DescDetail: <<
        This is the core library only, and the plugins to support
        proxy-configuration via envvar and file. Other plugins will be
        packaged separately. Note: plugins are tied to specific %%v of
        library, not its ABI or other libversion field. Updating
        library package will require updating external plugin
        packages.
<<
Description: Generic access to network proxy settings
Homepage: code.google.com/p/libproxy
License: LGPL
Maintainer: Daniel Macks <dma...@netspace.org>

--- NEW FILE: libmsn-0.3.info ---
Package: libmsn-0.3
Version: 4.1
Revision: 1

Source: mirror:sourceforge:libmsn/libmsn-%v.tar.bz2
Source-MD5: 769d3cf0e5625263fbc23321c1ddfcb0
PatchFile: %n.patch
PatchFile-MD5: 940ff297391280c99254ea287d9ccaf6

BuildDependsOnly: true
BuildDepends: <<
        cmake (>= 2.6.3-1),
        fink (>= 0.28.0-1),
        system-openssl-dev
<<
Depends: %N-shlibs (= %v-%r)
Conflicts: libmsn-0.1
Replaces: libmsn-0.1

CompileScript: <<
#!/bin/sh -ev

        export CMAKE_INCLUDE_PATH="%p/lib/system-openssl/include"
        export CMAKE_LIBRARY_PATH="%p/lib/system-openssl/lib"
        mkdir build
        pushd build
                cmake -DCMAKE_INSTALL_PREFIX="%p" ..
                make
        popd
<<
InstallScript: <<
#!/bin/sh -ev

        pushd build
                make -j1 install/fast DESTDIR="%d"
        popd

        install -d -m 755 %i/share/doc/%N
        mv doc/* %i/share/doc/%N/
<<
SplitOff: <<
        Package: %N-shlibs
        Description: Shared libraries for libmsn
        Files: lib/libmsn.0.3*.dylib
        Shlibs: %p/lib/libmsn.0.3.dylib 0.3.0 %n (>= 4.1-0)
        DocFiles: COPYING
<<
DocFiles: COPYING README THANKS TODO
Description: Library for connecting to MSN Messenger
Maintainer: Benjamin Reed <lib...@fink.racoonfink.com>
Homepage: http://sourceforge.net/projects/libmsn/
License: GPL

--- NEW FILE: libmsn-0.1.patch ---
diff -Nurd libmsn-4.0-beta4/CMakeLists.txt 
libmsn-4.0-beta4-patched/CMakeLists.txt
--- libmsn-4.0-beta4/CMakeLists.txt     2009-01-04 08:17:18.000000000 -0500
+++ libmsn-4.0-beta4-patched/CMakeLists.txt     2009-03-25 12:11:55.000000000 
-0400
@@ -6,6 +6,12 @@
 find_package(OpenSSL REQUIRED)
 
 set (LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
+set(CMAKE_INSTALL_RPATH_USE_LINK_PATH  TRUE)
+set(CMAKE_INSTALL_RPATH "" )
+
+if(APPLE)
+       set(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
+endif(APPLE)
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${OPENSSL_INCLUDE_DIR})
 add_subdirectory(msn)

--- NEW FILE: libmsn-0.1.info ---
Package: libmsn-0.1
Version: 4.0
Revision: 1

Source: mirror:sourceforge:libmsn/libmsn-%v-beta6.tar.bz2
Source-MD5: b2f9d8fc63921f4f66b91873f9f3f662
PatchFile: %n.patch
PatchFile-MD5: 940ff297391280c99254ea287d9ccaf6

BuildDependsOnly: true
BuildDepends: <<
        cmake (>= 2.6.3-1),
        fink (>= 0.28.0-1),
        system-openssl-dev
<<
Depends: %N-shlibs (= %v-%r)
Conflicts: libmsn-0.3
Replaces: libmsn-0.3

CompileScript: <<
#!/bin/sh -ev

        export CMAKE_INCLUDE_PATH="%p/lib/system-openssl/include"
        export CMAKE_LIBRARY_PATH="%p/lib/system-openssl/lib"
        mkdir build
        pushd build
                cmake -DCMAKE_INSTALL_PREFIX="%p" ..
                make
        popd
<<
InstallScript: <<
#!/bin/sh -ev

        pushd build
                make -j1 install/fast DESTDIR="%d"
        popd

        install -d -m 755 %i/share/doc/%N
        mv doc/* %i/share/doc/%N/
<<
SplitOff: <<
        Package: %N-shlibs
        Description: Shared libraries for libmsn
        Files: lib/libmsn.0.1*.dylib
        Shlibs: %p/lib/libmsn.0.1.dylib 0.1.0 %n (>= 4.0-0)
        DocFiles: COPYING
<<
DocFiles: COPYING README THANKS TODO
Description: Library for connecting to MSN Messenger
Maintainer: Benjamin Reed <lib...@fink.racoonfink.com>
Homepage: http://sourceforge.net/projects/libmsn/
License: GPL


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to