[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/languages ocaml.info, 1.1, 1.2

2012-04-05 Thread Hans-Christoph Steiner
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv17856/languages

Modified Files:
ocaml.info 
Log Message:
ocaml fails to build with Fink's sed installed so BuildConflict

Index: ocaml.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages/ocaml.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ocaml.info  11 Jul 2011 04:08:32 -  1.1
+++ ocaml.info  6 Apr 2012 01:40:50 -   1.2
@@ -4,6 +4,8 @@
 Distribution: 10.4, 10.5
 Description: Latest implementation of Caml dialect of ML
 BuildDepends: tcltk-dev, x11-dev, libncurses5 (>= 5.4-20041023-1006), fink (>= 
0.24.12)
+# fink's sed (at least 4.2-1) chokes on accented characters
+BuildConflicts: sed
 Depends: tcltk, x11, libncurses5-shlibs (>= 5.4-20041023-1006)
 DescPort: Uses custom configure script.
 SetMAKEFLAGS: -j1


--
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


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/net libtorrent.info, 1.2, NONE libtorrent11.info, 1.2, NONE libtorrent12.info, 1.2, NONE libtorrent15.info, 1.1, NONE libtorrent15.patch, 1.1, NONE rto

2012-04-05 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv16220

Removed Files:
libtorrent.info libtorrent11.info libtorrent12.info 
libtorrent15.info libtorrent15.patch rtorrent.info 
rtorrent.patch 
Log Message:
relocated to stable


--- rtorrent.info DELETED ---

--- libtorrent.info DELETED ---

--- libtorrent12.info DELETED ---

--- rtorrent.patch DELETED ---

--- libtorrent15.patch DELETED ---

--- libtorrent11.info DELETED ---

--- libtorrent15.info DELETED ---


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/net libtorrent.info, NONE, 1.1 libtorrent11.info, NONE, 1.1 libtorrent12.info, NONE, 1.1 libtorrent15.info, NONE, 1.1 libtorrent15.patch, NONE, 1.1 rtorr

2012-04-05 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv16219

Added Files:
libtorrent.info libtorrent11.info libtorrent12.info 
libtorrent15.info libtorrent15.patch rtorrent.info 
rtorrent.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: rtorrent.info ---
Package: rtorrent
Version: 0.8.9
Revision: 1
License: GPL
HomePage: http://libtorrent.rakshasa.no
Description: Ncurses ui bittorrent client
Maintainer: David Fang 

Depends: <<
libssh2.1-shlibs,
libsigc++2-shlibs, 
libcurl4-shlibs (>= 7.12.0-1), 
libncursesw5-shlibs, 
libtorrent15-shlibs (>= 0.12.9-1)
<<
BuildDepends: <<
fink (>= 0.24.12),
libssh2.1,
libsigc++2, 
libcurl4 (>= 7.12.0-1), 
pkgconfig (>= 0.9-1), 
libncursesw5, 
libtorrent15 (>= 0.12.9-1)
<<
BuildConflicts: openssl-dev, openssl097-dev, openssl098-dev

Source: http://libtorrent.rakshasa.no/downloads/%n-%v.tar.gz
Source-MD5: 629247636cb1210663b52dadbd040a6c
# Source-SHA1: ffce3959ba91738bb444d689db3db1e2375b14ce

PatchFile: %n.patch
PatchFile-MD5: 4de151654f2bb16a9be2bb027b4a93ec

GCC: 4.0

SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib

ConfigureParams: --mandir='${prefix}'/share/man --enable-ipv6

CompileScript:

InstallScript:

DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
<<

DescDetail: <<
Built to make torrent transfer fast.

This version also supports DHT. You have to turn it on in your configuration if
you want to use it.

Uses mmap to acces the data as fast as possible. Beware cheesy filesystem
implementations (such as NFS or AFS). There is a configuration option that
should work around these deficiencies.

!!BEWARE!! There is incompatibility in session directory format and
configuration file format.  If rtorrent does not find files for existing
torrents opened by older rtorrent or your automation commands stopped working
this is the reason.

Due to HFS limitation and lack of file rename feature in rtorrent it is not
possible to save torrents with broken (improperly encoded) filenames.

<<

DescPackaging: <<
pkgconfig does not find the system openssl
versioned deps added based on configure[.ac] checks for requirements

Former maintainer: Michal Suchanek 
<<
DescPort: <<
Upstream now requires g++-4.2+, but fangism ported to g++-4.0.1
for darwin8 support.
<<

--- NEW FILE: libtorrent.info ---
Package: libtorrent
Version: 0.10.2
Revision: 3
License: GPL
HomePage: http://libtorrent.rakshasa.no
Description: Bittorrent library
Maintainer: Michal Suchanek 

Depends: libsigc++2-shlibs, %n-shlibs (=%v-%r)
BuildDepends: libsigc++2, system-openssl-dev, pkgconfig
Conflicts: libtorrent11, libtorrent12, libtorrent15
Replaces: libtorrent11, libtorrent12, libtorrent15

Source: http://%n.rakshasa.no/downloads/%n-%v.tar.gz
Source-MD5: 99f1daa0f6ce0aa8d53745c494df9b36

BuildDependsOnly: true

ConfigureParams:  --disable-dependency-tracking

CompileScript: <<
#!/bin/sh -xe
export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
./configure %c
make
<<

InstallScript: 

DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
<<

SplitOff: << 

  Package: %N-shlibs
  Files: lib/libtorrent.9.dylib
  Shlibs: %p/lib/libtorrent.9.dylib 10.0.0 %n (>= 0.10.2-1)

  DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
  <<
<<

DescPackaging: <<
pkgconfig does not find the system openssl
<<

--- NEW FILE: libtorrent12.info ---
Package: libtorrent12
Version: 0.12.6
Revision: 2
License: GPL
HomePage: http://libtorrent.rakshasa.no
Description: Bittorrent library
Maintainer: Michal Suchanek 

Depends: %n-shlibs (=%v-%r)
BuildDepends: libsigc++2, system-openssl-dev, pkgconfig (>= 0.9-1)
Conflicts: libtorrent, libtorrent11, libtorrent15
Replaces: libtorrent, libtorrent11, libtorrent15

Source: http://libtorrent.rakshasa.no/downloads/libtorrent-%v.tar.gz
Source-MD5: 037499ed708aaf72988cee60e5a8d96b
# Source-SHA1: bf7082f98bd6281493cba94a456697fb88c2c21b

#PKG_CONFIG_PATH: %p/lib/system-openssl/lib/pkgconfig
BuildDependsOnly: true

GCC: 4.0

SetCPPFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib

ConfigureParams:  --disable-dependency-tracking --enable-ipv6 --with-kqueue

CompileScript:<<
PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig ./configure %c
make
<<

InstallScript: 

DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
<<

SplitOff: << 
  Package: %N-shlibs
  Depends: libsigc++2-shlibs
  Files: lib/libtorrent.11.dylib
  Shlibs: %p/lib/libtorrent.11.dylib 12.0.0 %n (>= 0.12.0-1)

  DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
  <<
<<

DescPackaging: <<
pkgconfig does not find the system openssl

Library version info and name change inconsistently between major versions.
<<

--- NEW FILE: rtorrent.patch ---
--- rtorrent-0.8.9-orig/rak/allocators.h2011-06-21 22:37:15.00

[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/graphics libvpx.info, 1.1, 1.2

2012-04-05 Thread Hans-Christoph Steiner
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv13995

Modified Files:
libvpx.info 
Log Message:
libvpx needs make > 3.80 to build on 10.4-powerpc

Index: libvpx.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/libvpx.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libvpx.info 28 Oct 2011 20:02:26 -  1.1
+++ libvpx.info 6 Apr 2012 00:56:45 -   1.2
@@ -17,7 +17,7 @@
perl -pi -e 's/USE_POSIX_MMAP 0/USE_POSIX_MMAP 1/' vpxenc.c
 <<
 
-BuildDepends: (%m != powerpc) yasm
+BuildDepends: (%m != powerpc) yasm, make (>= 3.81)
 BuildDependsOnly: true
 
 NoSetCPPFLAGS: true


--
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


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/net libmms0.info, 1.1, NONE libmrss0.info, 1.1, NONE libmsn-0.1.info, 1.1, NONE libmsn-0.1.patch, 1.1, NONE libmsn-0.3.info, 1.1, NONE libmsn-0.3.patch

2012-04-05 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv12043

Removed 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:
relocated to stable


--- libmms0.info DELETED ---

--- libproxy0.patch DELETED ---

--- libmsn-0.3.patch DELETED ---

--- libmrss0.info DELETED ---

--- libproxy0.info DELETED ---

--- libmsn-0.3.info DELETED ---

--- libmsn-0.1.patch DELETED ---

--- libmsn-0.1.info DELETED ---


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/net libmms0.info, NONE, 1.1 libmrss0.info, NONE, 1.1 libmsn-0.1.info, NONE, 1.1 libmsn-0.1.patch, NONE, 1.1 libmsn-0.3.info, NONE, 1.1 libmsn-0.3.patch,

2012-04-05 Thread David Fang
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 
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.ac2008-06-05 16:56:16.0 -0400
+++ libproxy-0.2.3/configure.ac 2009-05-20 16:48:35.0 -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.0 
-0400
+++ libproxy-0.2.3/src/bin/Makefile.am  2009-05-20 18:03:44.0 -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.0 
-0400
+++ libproxy-0.2.3/src/plugins/Makefile.am  2009-05-20 18:02:15.0 
-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-versio

[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/devel automake1.10.info, 1.1, 1.2

2012-04-05 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11624

Modified Files:
automake1.10.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: automake1.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/automake1.10.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- automake1.10.info   11 Jul 2011 04:08:30 -  1.1
+++ automake1.10.info   6 Apr 2012 00:34:40 -   1.2
@@ -1,8 +1,8 @@
 Package: automake1.10
-Version: 1.10.2
-Revision: 4
+Version: 1.10.3
+Revision: 1
 Source: mirror:gnu:automake/automake-%v.tar.bz2
-Source-MD5: 1498208ab1c8393dcbd9afb7d06df6d5 
+Source-MD5: b8e67fb458da396bc3af7ef2b49f 
 Depends: autoconf (>= 1:2.63-1) | autoconf2.6
 Conflicts: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.11
 Replaces: automake, automake1.4, automake15, automake1.5, automake1.6, 
automake1.7, automake1.8, automake1.9, automake1.11


--
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


[cvs] dists/10.4/stable/main/finkinfo/x11 xpa.info,1.1,1.2

2012-04-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3453

Modified Files:
xpa.info 
Log Message:
New upstream xpa 2.1.13 from maintainer.
Validated on 10.7.


Index: xpa.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/xpa.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xpa.info31 Jan 2012 17:45:13 -  1.1
+++ xpa.info5 Apr 2012 23:01:51 -   1.2
@@ -1,19 +1,21 @@
 Package: xpa
-Version: 2.1.12
-Revision: 3
+Version: 2.1.13
+Revision: 2
 Source: http://hea-www.harvard.edu/saord/download/%n/%n-%v.tar.gz
-Source-MD5: 93946daf7789431aa1308374a6df5c7d
+Source-MD5: 052053e329a8a03fa6f512f9aadf4828
+NoSetCPPFLAGS: true
+NoSetLDFLAGS: true
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 InstallScript: make install INSTALL_ROOT=%d && mv %i/ma? %i/share/
 DocFiles: COPYING README
 Splitoff: <<
-   Package: %N-dev
-   BuildDependsOnly: true
-   Files: lib include
-   DocFiles: COPYING
+Package: %N-dev
+Depends: %N (= %v-%r)
+BuildDependsOnly: true
+Files: lib include
+DocFiles: COPYING
 <<
 License: LGPL
 Homepage: http://hea-www.harvard.edu/RD/xpa
 Maintainer: Jack Fink 
 Description: Messaging System
-


--
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


[cvs] dists/10.7/stable/main/finkinfo/x11 xpa.info,NONE,1.1

2012-04-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory vz-cvs-3.sog:/tmp/cvs-serv3236

Added Files:
xpa.info 
Log Message:
New upstream xpa 2.1.13 from maintainer.
Validated on 10.7.


--- NEW FILE: xpa.info ---
Package: xpa
Version: 2.1.13
Revision: 2
Source: http://hea-www.harvard.edu/saord/download/%n/%n-%v.tar.gz
Source-MD5: 052053e329a8a03fa6f512f9aadf4828
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install INSTALL_ROOT=%d && mv %i/ma? %i/share/
DocFiles: COPYING README
Splitoff: <<
Package: %N-dev
Depends: %N (= %v-%r)
BuildDependsOnly: true
Files: lib include
DocFiles: COPYING
<<
License: LGPL
Homepage: http://hea-www.harvard.edu/RD/xpa
Maintainer: Jack Fink 
Description: Messaging System


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/libs libgavl1.info, NONE, 1.1

2012-04-05 Thread Hans-Christoph Steiner
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv32038/libs

Added Files:
libgavl1.info 
Log Message:
added pd-extended-dev and deps (libgavl1 and libdca) after building on a fresh 
10.4-powerpc install

--- NEW FILE: libgavl1.info ---
Package: libgavl1
Version: 1.2.0
Revision: 1
###
Source:  mirror:sourceforge:gmerlin/gavl-%v.tar.gz
Source-MD5: f7dd25d3ef26a8d22f947e9383d251e7
#Source-SHA1: a48ccb58aeb4cdd2e986b2fa432db39a95189366
###
DocFiles: README NEWS TODO COPYING AUTHORS INSTALL ChangeLog
###
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink ( >= 0.24.12 ), doxygen ( >= 1.5.6-1)
BuildDependsOnly: true
#
# this isn't using the libpng currently since we get that from 
gmerlin-avdecoder1
ConfigureParams: --disable-libpng
###
Maintainer: Hans-Christoph Steiner 
HomePage: http://gmerlin.sourceforge.net/
License: GPL 
Description: Gmerlin Audio Video Library
DescDetail: <<
Gavl is short for Gmerlin Audio Video Library. 
It is a low level library, upon which multimedia APIs can be built. 
Gavl handles all the details of audio and video formats like colorspaces, 
samplerates, multichannel configurations etc. It provides standardized 
definitions for those formats as well as container structures for carrying 
Audio samples or Video frames. 
In addition, it handles the sometimes ugly task to convert between all these 
formats as well as some elemtary operations (scaling, alpha blending etc). 
This package provides the the run-time library.
<<
###
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for gavl
Files: <<
lib/libgavl.1.dylib
<<
Shlibs: <<
%p/lib/libgavl.1.dylib 2.0.0 %n (>= 1.1.2-1)
<<
DocFiles: README NEWS TODO COPYING AUTHORS INSTALL ChangeLog
<<


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/sound libdca.info, NONE, 1.1

2012-04-05 Thread Hans-Christoph Steiner
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv32038/sound

Added Files:
libdca.info 
Log Message:
added pd-extended-dev and deps (libgavl1 and libdca) after building on a fresh 
10.4-powerpc install

--- NEW FILE: libdca.info ---
Package: libdca
Version: 0.0.5
Revision: 1
Source: http://download.videolan.org/pub/videolan/%n/%v/%n-%v.tar.bz2
Source-MD5: dab6b2795c66a82a6fcd4f8343343021
License: GPL
Maintainer: Pierre-Henri Lavigne 
Homepage: http://www.videolan.org/developers/libdca.html
Description: DTS Coherent Acoustics decoder
DescDetail: <<
libdca is a free library for decoding DTS Coherent Acoustics streams.
The code is written by Gildas Bazin and was based on the a52dec project.
The library is still in early development stage but should already be
quite useable.
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
Depends: %N-shlibs (=%v-%r)
ConfigureParams: --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--disable-dependency-tracking
SplitOff: <<
  Package: %N-shlibs
  Description: Shared libraries for %n
  DocFiles: AUTHORS COPYING README
  Files: lib/libdca.0.dylib lib/libdca.0.0.0.dylib
  Shlibs: %p/lib/libdca.0.dylib 1.0.0 %n (>=0.0.5-1)
<<
SplitOff2: <<
  Package: %N-dev
  Description: Development libraries for %N
  Depends: %N-shlibs (=%v-%r)
  BuildDependsOnly: True
  DocFiles: AUTHORS COPYING README
  Files: include lib/pkgconfig lib/libdca.dylib lib/libdts.a lib/libdca.a 
lib/libdca.la
<<


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/devel pd-extended-dev.info, NONE, 1.1

2012-04-05 Thread Hans-Christoph Steiner
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv32038/devel

Added Files:
pd-extended-dev.info 
Log Message:
added pd-extended-dev and deps (libgavl1 and libdca) after building on a fresh 
10.4-powerpc install

--- NEW FILE: pd-extended-dev.info ---
Package: pd-extended-dev
Maintainer: Hans-Christoph Steiner 
Version: 0.43.1
Revision: 1
Type: bundle
BuildDepends: <<
fftw3,
freetype219,
gmerlin-avdecoder1,
gsl,
lame-dev,
libflac8-dev,
libftgl2,
libogg,
libquicktime1,
libspeex1,
libtheora0,
lua51-dev,
sdl
<<
# artoolkit should be included, but doesn't build on 64-bit yet
Depends: <<
fftw3-shlibs,
flite,
freetype219-shlibs,
gettext-tools,
git,
gmerlin-avdecoder1-shlibs,
gsl-shlibs,
ladspa-dev,
lame,
libflac8,
libftgl2-shlibs,
libogg-shlibs,
libquicktime1-shlibs,
libspeex1-shlibs,
libtheora0-shlibs,
lua51,
pkgconfig,
sed,
sdl-shlibs
<<
Conflicts: <<
jack-dev,
libftgl1,
libquicktime0,
lua,
portaudio,
speex3
<<
Description: Bundle of libraries for building Pd-extended
DescDetail: <<
This package is a meta package for setting up the build environment
for Pd-extended.  Pd-extended builds against many libraries from Fink
and also conflicts with a few.  This package is an easy way to install
all of the required packages, and make sure that the conflicting
packages remain uninstalled.
<<


--
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


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/libs libnxml0.info, NONE, 1.1

2012-04-05 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv19678/libs

Added Files:
libnxml0.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: libnxml0.info ---
Package: libnxml0
Version: 0.18.3
Revision: 3

Source: http://www.autistici.org/bakunin/libnxml/libnxml-%v.tar.gz
Source-MD5: 857f43970e7f0724d28f4ddc87085daf

BuildDepends: libcurl4 (>= 7.19.0-6), 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 --disable-static

InfoTest: TestScript: make check || exit 2

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

SplitOff: <<
Package: %N-shlibs
Depends: libcurl4-shlibs (>= 7.19.0-6)
Files: lib/libnxml.0*.dylib
Shlibs: %p/lib/libnxml.0.dylib 19.0.0 %n (>= 0.18.0-1)
DocFiles: AUTHORS COPYING ChangeLog NEWS README
<<

Description: Manipulate XML 1.0 and 1.1 files and streams
Homepage: http://www.autistici.org/bakunin/libnxml/doc
License: LGPL
Maintainer: Daniel Macks 


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/net libasyncns.info, 1.1, NONE libdlna0.info, 1.1, NONE libdlna0.patch, 1.1, NONE libdrizzle.info, 1.1, NONE libident.info, 1.1, NONE libldns.info, 1.1

2012-04-05 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv28215

Removed Files:
libasyncns.info libdlna0.info libdlna0.patch libdrizzle.info 
libident.info libldns.info libmeanwhile.info 
Log Message:
relocated to stable


--- libident.info DELETED ---

--- libldns.info DELETED ---

--- libmeanwhile.info DELETED ---

--- libdrizzle.info DELETED ---

--- libdlna0.patch DELETED ---

--- libdlna0.info DELETED ---

--- libasyncns.info DELETED ---


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/net libasyncns.info, NONE, 1.1 libdlna0.info, NONE, 1.1 libdlna0.patch, NONE, 1.1 libdrizzle.info, NONE, 1.1 libident.info, NONE, 1.1 libldns.info, NONE,

2012-04-05 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net
In directory vz-cvs-3.sog:/tmp/cvs-serv28213

Added Files:
libasyncns.info libdlna0.info libdlna0.patch libdrizzle.info 
libident.info libldns.info libmeanwhile.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: libident.info ---
Package: libident
Version: 0.32
Revision: 4
BuildDependsOnly: True
Depends: %N-shlibs (= %v-%r)
Source: http://www.remlab.net/files/%n/%n-%v.tar.bz2
Source-MD5: f567aaf43eb1fa60d15b87e09a7fca5d
ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man
PatchScript: perl -pi -e 's,-g -O,-O,g;s,-O2,-Os,g;' configure
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog README NEWS
Homepage: http://www.remlab.net/files/libident
Maintainer: Jack Fink 
License: Public Domain
Description: Simple library for the ident protocol
Splitoff: <<
  Package: %N-shlibs
  Description: Simple library for the ident protocol, shared libraries
  Files: <<
lib/libident.0.dylib
lib/libident.0.0.0.dylib
  <<
  Shlibs: <<
%p/lib/libident.0.dylib 1.0.0 %n (>= 0.32-2)
  <<
  DocFiles: README
<<
DescPort: Supports IPv6.

--- NEW FILE: libldns.info ---
Package: libldns
Version: 1.6.4
Revision: 5
Depends: libldns-shlibs (= %v-%r)
BuildDepends: openssl098-dev (>= 0.9.8l-1)
BuildDependsOnly: true
Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%v.tar.gz
Source-MD5: 6747d7bd96552ee5d8943f3abb24815f
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: LICENSE:COPYING README*
Splitoff: <<
  Package: libldns-shlibs
  Depends: openssl098-shlibs (>= 0.9.8l-1)
  Files: <<
lib/libldns.1.dylib
  <<
  Shlibs: <<
%p/lib/libldns.1.dylib 8.0.0 %n (>= 1.6.3-2)
  <<
  DocFiles: LICENSE:COPYING
<<
License: Restrictive
Homepage: http://www.nlnetlabs.nl/projects/ldns
Maintainer: Jack Fink 
Description: Library that simplifies DNS programming


--- NEW FILE: libmeanwhile.info ---
Package: libmeanwhile
Version: 1.0.2
Revision: 2

Source: mirror:sourceforge:meanwhile/meanwhile-%v.tar.gz
Source-MD5: bf4ced109a367b4c5d71fe63c043270e

BuildDependsOnly: true
BuildDepends: <<
cmake (>= 2.6.3-1),
glib2-dev,
libgettext3-dev,
libiconv-dev,
pkgconfig (>= 0.22-1),
system-openssl-dev
<<
Depends: %N-shlibs (= %v-%r)

ConfigureParams: --disable-static --disable-dependency-tracking 
--disable-doxygen
CompileScript: <<
#!/bin/sh -ev

case `sw_vers -productVersion` in
10.[01234]*)
;;
*)
export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
;;
esac

./configure %c
make
<<
InstallScript: <<
#!/bin/sh -ev

make -j1 install DESTDIR="%d" sampledir="%p/share/doc/%N"
if grep -q dead_strip_dylibs Makefile; then
perl -pi -e 's,%p/lib/libintl.la,,g; s,%p/lib/libiconv.la,,g' 
%i/lib/*.la
fi
<<
SplitOff: <<
Package: %N-shlibs
Description: Shared libraries for libmeanwhile
Depends: glib2-shlibs
Files: lib/libmeanwhile.1*.dylib
Shlibs: %p/lib/libmeanwhile.1.dylib 2.0.0 %n (>= 1.0.2-1)
DocFiles: COPYING
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
Description: Library for sametime communication
Maintainer: Benjamin Reed 
Homepage: http://meanwhile.sourceforge.net/
License: LGPL

--- NEW FILE: libdrizzle.info ---
Package: libdrizzle
Version: 0.8
Revision: 2
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Source: http://launchpad.net/%n/trunk/%v/+download/%n-%v.tar.gz
Source-MD5: 644ac8b318b2dbae6edbcfabba23ccd5
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog NEWS PROTOCOL README
Splitoff: <<
  Package: %N-shlibs
  Files: <<
lib/libdrizzle.0.dylib
  <<
  Shlibs: <<
%p/lib/libdrizzle.0.dylib 1.0.0 %n (>= 0.6-2)
  <<
  DocFiles: COPYING
<<
License: BSD
Homepage: http://drizzleproject.org
Maintainer: Jack Fink 
Description: Drizzle Client & Protocol Library


--- NEW FILE: libdlna0.patch ---
diff -Nurd libdlna-0.2.3/Makefile libdlna-0.2.3-new/Makefile
--- libdlna-0.2.3/Makefile  2007-11-26 15:47:43.0 -0500
+++ libdlna-0.2.3-new/Makefile  2008-06-12 11:54:06.0 -0400
@@ -18,8 +18,8 @@
 
 SUBDIRS = src \
 
-CFLAGS += -Isrc
-LDFLAGS += -Lsrc -ldlna
+CFLAGS := -Isrc $(CFLAGS)
+LDFLAGS := -Lsrc -ldlna $(LDFLAGS)
 
 ifeq ($(BUILD_STATIC),yes)
   LDFLAGS += $(EXTRALIBS)
diff -Nurd libdlna-0.2.3/configure libdlna-0.2.3-new/configure
--- libdlna-0.2.3/configure 2007-11-26 15:47:43.0 -0500
+++ libdlna-0.2.3-new/configure 2012-01-26 11:16:49.0 -0500
@@ -627,7 +627,7 @@
   return 0;
 }
 EOF
-VERSION=`$TMPE`
+VERSION=@VERSION@
 restore_flags
 
 
diff -Nurd libdlna-0.2.3/src/Makefile libdlna

[cvs] dists/10.4/stable/main/finkinfo/sci mathgl.info,1.2,1.3

2012-04-05 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv13484/stable/main/finkinfo/sci

Modified Files:
mathgl.info 
Log Message:
fix include mess of makefile and enable jpeg and gif.

Index: mathgl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/mathgl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mathgl.info 4 Apr 2012 19:11:52 -   1.2
+++ mathgl.info 5 Apr 2012 15:19:15 -   1.3
@@ -1,22 +1,24 @@
 Package: mathgl
 Version: 1.11.2
-Revision: 1
+Revision: 2
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: gcc46, gsl (>= 1.12-1), libpng15
+BuildDepends: gcc46, gsl (>= 1.12-1), libpng15, giflib, libjpeg8
 BuildDependsOnly: true
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: acd33e68911d9506f60d769dce23f95e
 PatchScript: perl -pi -e 's//\n#include /' 
mgl/mgl_data_png.cpp
 GCC: 4.0
 SetLDFLAGS: -L%p/lib -lz
-SetCXXFLAGS: -Os
+SetCXXFLAGS: -Os -I../include
+SetCPPFLAGS: -I../include
+SetCFLAGS: -I../include
 SetCXX: %p/bin/g++-4
-ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking
+ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking 
--enable-gif --enable-jpeg
 InstallScript: make install DESTDIR=%d && perl -pi -e "s|-framework 
OpenGL|-Wl,-framework,OpenGL|g" %i/lib/libmgl.la
 DocFiles: AUTHORS COPY* ChangeLog* NEWS README TODO
 Splitoff: <<
   Package: %N-shlibs
-  Depends: gcc46-shlibs, gsl-shlibs (>= 1.12-1), libpng15-shlibs
+  Depends: gcc46-shlibs, gsl-shlibs (>= 1.12-1), libpng15-shlibs, 
giflib-shlibs, libjpeg8-shlibs
   Files: <<
 lib/libmgl.5.dylib
 share/mathgl/fonts


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs neon27.info,1.3,1.4

2012-04-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv11947

Modified Files:
neon27.info 
Log Message:
Force rebuild of neon27 to build against openssl 1.0.1.
Many packages assume that openssl x.y.z and x.y.z+1 are API-incompatible.
This is no longer true as of 1.0.1. Now y+1 is used for API breakage.


Index: neon27.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/neon27.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- neon27.info 14 Feb 2012 02:55:31 -  1.3
+++ neon27.info 5 Apr 2012 15:10:54 -   1.4
@@ -1,6 +1,6 @@
 Package: neon27
 Version: 0.29.6
-Revision: 1
+Revision: 2
 Description: HTTP/WebDAV client library with a C API
 # Really LGPL but links to openssl100
 License: Restrictive
@@ -8,7 +8,7 @@
 
 # Dependencies:
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
-BuildDepends: libxml2 (>= 2.6.30-1), openssl100-dev, libiconv-dev (>= 1.12-3), 
libgettext8-dev, libproxy1
+BuildDepends: libxml2 (>= 2.6.30-1), openssl100-dev (>= 1.0.1-1), libiconv-dev 
(>= 1.12-3), libgettext8-dev, libproxy1
 Conflicts: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, 
neon22-ssl, neon23, neon23-ssl, neon24, neon24-ssl, neon25, neon26, neon27
 Replaces: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, 
neon22-ssl, neon23, neon23-ssl, neon24, neon24-ssl, neon25, neon26, neon27
 BuildDependsOnly: True
@@ -65,7 +65,7 @@
 
 SplitOff: <<
   Package: %N-shlibs
-  Depends: libxml2-shlibs (>= 2.6.30-1), openssl100-shlibs, libiconv (>= 
1.12-3), libgettext8-shlibs, ca-bundle, libproxy1-shlibs
+  Depends: libxml2-shlibs (>= 2.6.30-1), openssl100-shlibs (>= 1.0.1-1), 
libiconv (>= 1.12-3), libgettext8-shlibs, ca-bundle, libproxy1-shlibs
   Files: lib/libneon.27.dylib share/locale
   Shlibs: %p/lib/libneon.27.dylib 30.0.0 %n (>= 0.29.0-1)
   DocFiles: src/COPYING.LIB README


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods perlqt-pm.info, 1.14, 1.15

2012-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv3224

Modified Files:
perlqt-pm.info 
Log Message:
fix build on i386; more canonical detection of perl interp-path; dep cleanups


Index: perlqt-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/perlqt-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- perlqt-pm.info  3 Apr 2012 15:55:02 -   1.14
+++ perlqt-pm.info  5 Apr 2012 13:40:51 -   1.15
@@ -1,7 +1,7 @@
 Info2: <<
 Package: perlqt-pm%type_pkg[perl]
 Version: 3.009
-Revision: 1035
+Revision: 1036
 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_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: Qt language bindings for Perl
@@ -11,8 +11,10 @@
 
 Depends: <<
perl%type_pkg[perl]-core,
+   libpng15-shlibs,
libsmoke-shlibs (>= 1:3.5.3-1),
-   freeglut-shlibs (>= 2.4.0-1)
+   qt3-shlibs (>= 3.3.8-2000),
+   x11-shlibs
 <<
 BuildDepends: <<
arts-dev,
@@ -20,7 +22,7 @@
automake1.11,
kdelibs3-unified-dev (>= 3.5.10-10),
freeglut (>= 2.4.0-1),
-   libpng14 (>= 1.4.1-2),
+   libpng15,
libsmoke (>= 1:3.5.2-1),
libtool2,
perl%type_pkg[perl]-core,
@@ -58,12 +60,7 @@
perl -pi -e 's,\\\@,,' PerlQt/Makefile.PL.in
perl -pi -e 's,(\${doc_dir}),%d\1,' PerlQt/Makefile.PL.in
 
-   perlversion=%type_raw[perl]
-   if dpkg --compare-versions "$perlversion" ">=" "5.10.0" && [ "%m" != 
"powerpc" ]; then
-   export FULLPERL="/usr/bin/arch -%m perl$perlversion"
-   else
-   export FULLPERL="/usr/bin/env perl$perlversion"
-   fi
+   export FULLPERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
perl -pi -e 's,^#!/usr/bin/perl,#!'"$FULLPERL," PerlQT/bin/*
 <<
 
@@ -74,14 +71,16 @@
 #!/bin/sh -ev
 
export PREFIX="%p" PERL=perl%type_raw[perl]
+   export FULLPERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
. ./environment-helper.sh
 
./build-helper.sh cvs   %N %v %r make -f admin/Makefile.common cvs
./build-helper.sh configure %N %v %r ./configure --prefix=%p 
--with-qt-dir=%p --with-qt-includes=%p/include/qt --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --enable-mt --with-pic --disable-rpath 
--enable-shared=yes --enable-static=no --mandir=%p/share/man --with-xinerama 
--disable-final --disable-dependency-tracking --enable-smoke --with-smoke=qt
 
pushd PerlQt
-   $PERL Makefile.PL %c
-   ../build-helper.sh make-perlqt %N %v %r make
+#  $FULLPERL Makefile.PL %c
+#  ../build-helper.sh make-perlqt %N %v %r make
+   %{default_script}
popd
pushd puic
../build-helper.sh make-puic %N %v %r make
@@ -103,8 +102,9 @@
 #!/bin/sh -ev
 
export PREFIX="%p" PERL=perl%type_raw[perl]
+   export FULLPERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
. ./environment-helper.sh
-   eval "`$PERL -V:archname`"
+   eval "`$FULLPERL -V:archname`"
 
pushd PerlQt
../build-helper.sh install-perlqt %N %v %r make install \


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci r-base213.patch, 1.1, NONE r-base213.info, 1.7, NONE

2012-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv1239/unstable/main/finkinfo/sci

Removed Files:
r-base213.patch r-base213.info 
Log Message:
r-base213 to stable


--- r-base213.info DELETED ---

--- r-base213.patch DELETED ---


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci r-base213.patch, NONE, 1.1 r-base213.info, NONE, 1.1

2012-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv1239/stable/main/finkinfo/sci

Added Files:
r-base213.patch r-base213.info 
Log Message:
r-base213 to stable


--- NEW FILE: r-base213.info ---
Info2: <<
Package: r-base213
Version: 2.13.2
Revision: 3
Description: R Framework
Maintainer:  BABA Yoshihiko 
Depends: %N-shlibs (=%v-%r)
BuildDepends: fink (>= 0.28.1), bzip2-dev, libgettext8-dev, libiconv-dev, 
libncurses5, libjpeg8, libpng15, pcre, pkgconfig, readline5, tcltk-dev, x11-dev

Source: http://cran.r-project.org/src/base/R-2/R-%v.tar.gz
Source-MD5: fbad74f6415385f86425d0f3968dd684
PatchFile: %n.patch
PatchFile-MD5: 0b80e77b4dc51597ffd8d7ea20168ebb
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
SourceDirectory: R-%v

ConfigureParams: <<
  --libdir='%i/lib' --mandir='${prefix}/share/man' \
  --with-blas="-framework vecLib -dylib_file 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib"
 \
  --with-lapack \
  --with-aqua --enable-R-framework=%p/Library/Frameworks \
  --with-system-bzlib --with-system-pcre --with-system-zlib \
  --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib \
  --with-tcl-config=%p/lib/tclConfig.sh --with-tk-config=%p/lib/tkConfig.sh
<< 
CompileScript: <<
  #!/bin/sh -efv
  
  # Workaround for 10.7
  FW_VER=`echo %v | sed -e's/[\.][0-9]$//'`
  if [[ $( sw_vers -productVersion ) > 10.7 ]]; then
export CC=gcc-fsf-4.6
export CXX=g++-fsf-4.6
export F77=%p/bin/gfortran-fsf-4.6
  fi
  
  unset R_HOME
  ./configure %c
  make
<<
InfoTest: <<
  TestScript: <<
  #!/bin/sh -efv
# don't leak from already-installed package
unset R_HOME

make -k check
  <<
<<
InstallScript: <<
  #!/bin/sh -ex
  FW_VER=`echo %v | sed -e's/[\.][0-9]$//'`

  make install prefix=%i/Library/Frameworks
  
  cd %i
  
  # Fix path
  perl -pi -e 's|%i|%p|g' Library/Frameworks/R.framework/Resources/bin/R
  perl -pi -e 's|%i|%p|g' Library/Frameworks/R.framework/Resources/etc/Makeconf
  perl -pi -e 's|%i|%p|g' lib/pkgconfig/libR.pc
  if [[ $( sw_vers -productVersion ) > 10.5 ]]; then
perl -pi -e 's|# export PATH|export PATH|' 
Library/Frameworks/R.framework/Resources/bin/R
  fi

  # Fix install_name in libR.dylib
  install_name_tool -id 
"%p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/lib/libR.dylib" 
Library/Frameworks/R.framework/Versions/$FW_VER/Resources/lib/libR.dylib

  # Move site-library out of R
  pushd Library/Frameworks/R.framework/Resources/
  ln -s %p/lib/R/site-library site-library
  popd
  
  # Make more version specific symlink 
  pushd Library/Frameworks/R.framework/Versions/
  ln -s $FW_VER %v
  popd
  
  # Fix install names in libs and modules
  pushd Library/Frameworks/R.framework/Versions/$FW_VER/Resources/library/
  LIBS="class cluster foreign grDevices grid KernSmooth lattice MASS Matrix 
methods mgcv nlme nnet rpart spatial splines stats survival tcltk tools "
  for LIB in $LIBS;
do
install_name_tool -id 
%p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/library/$LIB/libs/$LIB.dylib
 $LIB/libs/$LIB.dylib
done
  popd
  
  pushd Library/Frameworks/R.framework/Versions/$FW_VER/Resources/modules
  install_name_tool -id 
%p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/modules/internet.dylib
 internet.dylib
  install_name_tool -id 
%p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/modules/lapack.dylib
 lapack.dylib
  install_name_tool -id 
%p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/modules/R_X11.dylib
 R_X11.dylib
  install_name_tool -id 
%p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/modules/vfonts.dylib
 vfonts.dylib
  popd
  
  mkdir -p bin
  pushd bin
  ln -s %p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/bin/R R
  popd
  
  mkdir -p share/man/man1
  pushd share/man/man1
  ln -s %p/Library/Frameworks/R.framework/Versions/$FW_VER/Resources/man1/R.1 
R.1
  popd
  
  # Keep the library folder safe. Users can install their libraries in 
$HOME/Library/R.
  chmod 755 Library/Frameworks/R.framework/Resources/library
  
  # Satisfy validation
  rm -rf 
Library/Frameworks/R.framework/Versions/2.13/Resources/library/Matrix/include
<<
RunTimeVars: <<
  R_HOME: %p/Library/Frameworks/R.framework/Resources
<<

SplitOff: <<
  Package: %N-shlibs
  Conflicts: r-base (<< 2.13.1)
  Replaces: r-base (<< 2.13.1)
  Description: R Libraries
  # 10.7Depends: gcc46-shlibs, bzip2-shlibs, gcc46-shlibs, 
libgettext8-shlibs, libiconv, libjpeg8-shlibs, libpng15-shlibs, pcre-shlibs, 
readline5-shlibs, tcltk
  Depends: bzip2-shlibs, libgettext8-shlibs, libiconv, libjpeg8-shlibs, 
libpng15-shlibs, pcre-shlibs, readline5-shlibs, tcltk
  Files: <<
  Library/Frameworks/R.framework/Versions/2.13/Resources/lib
  Library/Frameworks/R.frame

[cvs] dists/10.4/unstable/main/finkinfo/sci r-base213.info,1.6,1.7

2012-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv1175

Modified Files:
r-base213.info 
Log Message:
All sorts of fixes (including val and .pc locations)


Index: r-base213.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/r-base213.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- r-base213.info  3 Apr 2012 18:21:57 -   1.6
+++ r-base213.info  5 Apr 2012 13:05:43 -   1.7
@@ -1,7 +1,7 @@
 Info2: <<
 Package: r-base213
 Version: 2.13.2
-Revision: 2
+Revision: 3
 Description: R Framework
 Maintainer:  BABA Yoshihiko 
 Depends: %N-shlibs (=%v-%r)
@@ -58,7 +58,7 @@
   # Fix path
   perl -pi -e 's|%i|%p|g' Library/Frameworks/R.framework/Resources/bin/R
   perl -pi -e 's|%i|%p|g' Library/Frameworks/R.framework/Resources/etc/Makeconf
-  # perl -pi -e 's|%i|%p|g' lib/pkgconfig/libR.pc
+  perl -pi -e 's|%i|%p|g' lib/pkgconfig/libR.pc
   if [[ $( sw_vers -productVersion ) > 10.5 ]]; then
 perl -pi -e 's|# export PATH|export PATH|' 
Library/Frameworks/R.framework/Resources/bin/R
   fi
@@ -157,10 +157,12 @@
   Package: %N-dev
   Description: R Headers
   Depends: %N-shlibs (=%v-%r)
+  Replaces: %N, r-base
   BuildDependsOnly: True
   Files: <<
   Library/Frameworks/R.framework/Versions/2.13/Resources/include
   Library/Frameworks/R.framework/Versions/2.13/Headers
+  lib/pkgconfig
   <<
 <<
 SplitOff3: <<
@@ -175,7 +177,6 @@
   Library/Frameworks/R.framework/Resources
   Library/Frameworks/R.framework/Versions/Current
   bin
-  lib
   share
   <<
 <<


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci r-base214.info,1.4,1.5

2012-04-05 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv31879

Modified Files:
r-base214.info 
Log Message:
fix val error, put .pc in saner place (using simpler flags fixes some things 
more automatically and reveals other breakage, also fixed)


Index: r-base214.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/r-base214.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- r-base214.info  3 Apr 2012 18:21:57 -   1.4
+++ r-base214.info  5 Apr 2012 12:46:10 -   1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: r-base214
 Version: 2.14.0
-Revision: 3
+Revision: 4
 Description: R Framework
 Maintainer:  BABA Yoshihiko 
 Depends: %N-shlibs (=%v-%r)
@@ -15,9 +15,7 @@
 SourceDirectory: R-%v
 
 ConfigureParams: <<
-  --prefix=%p \
-  --exec-prefix=%i \
-  --mandir='${prefix}/share/man' \
+  --libdir='%p/lib' --mandir='${prefix}/share/man' \
   --with-blas="-framework vecLib -dylib_file 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib"
 \
   --with-lapack \
   --with-aqua --enable-R-framework=%p/Library/Frameworks \
@@ -111,19 +109,14 @@
   # Satisfy validation
   rm -rf 
Library/Frameworks/R.framework/Versions/2.14/Resources/library/Matrix/include
 
-  # AKH: fix pkgconfig install location:
-  mkdir -p %i/lib
-  mv %d/%i/lib/pkgconfig %i/lib/pkgconfig
-  # I'll assume that this isn't needed at runtime and move it to the -dev 
splitoff.
-
   # AKH: fix install_names
   cd %i/Library/Frameworks/R.framework/Versions/2.14/Resources/library
   install_name_tool -id \

%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/grDevices/libs/cairo.dylib
 \
-   grDevices/libs/cairo.dylib
+   grDevices/libs/cairo.dylib
   install_name_tool -id \

%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/parallel/libs/parallel.dylib
 \
-   parallel/libs/parallel.dylib
+   parallel/libs/parallel.dylib
 <<
 RunTimeVars: <<
   R_HOME: %p/Library/Frameworks/R.framework/Resources
@@ -143,6 +136,7 @@
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/class/libs/class.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/cluster/libs/cluster.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/foreign/libs/foreign.dylib
+  
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/grDevices/libs/cairo.dylib
 
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/grDevices/libs/grDevices.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/grid/libs/grid.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/KernSmooth/libs/KernSmooth.dylib
@@ -153,6 +147,7 @@
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/mgcv/libs/mgcv.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/nlme/libs/nlme.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/nnet/libs/nnet.dylib
+  
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/parallel/libs/parallel.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/rpart/libs/rpart.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/spatial/libs/spatial.dylib
   
!%p/Library/Frameworks/R.framework/Versions/2.14/Resources/library/splines/libs/splines.dylib
@@ -171,7 +166,7 @@
   Package: %N-dev
   Description: R Headers
   Depends: %N-shlibs (=%v-%r)
-  Replaces: %N (=%v-1)
+  Replaces: %N, r-base
   BuildDependsOnly: True
   Files: <<
   Library/Frameworks/R.framework/Versions/2.14/Resources/include


--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs