[cvs] dists/10.4/unstable/main/finkinfo/editors vim.info,1.142,1.143

2010-10-15 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19669

Modified Files:
vim.info 
Log Message:
Welcome to Vim-7.3.029.

Index: vim.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/vim.info,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- vim.info2 Oct 2010 04:49:24 -   1.142
+++ vim.info16 Oct 2010 05:59:55 -  1.143
@@ -1,10 +1,10 @@
 Info2: <<
 Package: vim%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 7.3.019
+Version: 7.3.029
 Revision: 1
 Source: http://www.i8u.org/~htodd/finksrc/vim-%v.tar.bz2
-Source-MD5: a543cc7974d0ac0cb2c73d20a5565b92
+Source-MD5: c5caa52efbd6683503266eb25b30a7d3
 SourceDirectory: vim
 
 BuildDepends: fink (>= 0.24.12), libgettext3-dev, gettext-bin, gettext-tools, 
libncurses5 (>= 5.4-20041023-1006), (%type_raw[-nox] = .) pkgconfig (>= 
0.21-1), (%type_raw[-nox] = .) glib2-dev (>= 2.14.0-1), (%type_raw[-nox] = .) 
x11-dev, (%type_raw[-nox] = .) gtk+2-dev (>= 2.12.0-1), (%type_raw[-nox] = .) 
pango1-xft2-ft219-dev (>= 1.18.4-4), (%type_raw[-nox] = .) pixman (>= 
0.10.0-1), (%type_raw[-nox] = .) atk1 (>= 1.20.0-1), (%type_raw[-nox] = .) 
cairo (>= 1.6-1), (%type_raw[-nox] = .) expat1, (%type_raw[-nox] = .) 
freetype219 (>= 2.3.5-1), (%type_raw[-nox] = .) fontconfig2-dev (>= 2.4.1-1), 
(%type_raw[-nox] = .) glitz, (%type_raw[-nox] = .) libpng3, (%type_raw[-nox] = 
.) xft2-dev


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo ccache.info,1.4,1.5

2010-10-15 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19084

Modified Files:
ccache.info 
Log Message:
it's a good thing this is in experimental, sheesh...


Index: ccache.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ccache.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ccache.info 16 Oct 2010 03:12:13 -  1.4
+++ ccache.info 16 Oct 2010 03:23:44 -  1.5
@@ -42,8 +42,8 @@
 echo " install the \"%n-default\" package."
 <<
 SplitOff: <<
-   Package: %n-default
-   Depends: %n
+   Package: ccache-default
+   Depends: ccache
Files: <<
bin/cc
bin/c++*
@@ -61,8 +61,8 @@
PostInstScript: <<
ccache -c > /dev/null
echo "* WARNING "
-   echo "ALL gcc3.3 and gcc4.0 and gcc4.2 compiles will now be sent 
through %n!"
-   echo "For the most part %n is reliable, but"
+   echo "ALL gcc3.3 and gcc4.0 and gcc4.2 compiles will now be sent 
through ccache!"
+   echo "For the most part ccache is reliable, but"
echo "it can occasionally cause strange compile problems!"
echo "If you have a strange compile problem, remove this package"
echo "and try again before reporting any bugs!"
@@ -72,8 +72,8 @@
echo "so you may want to run \"CCACHE_DIR=%p/var/ccache ccache -M 
500M\" (for example)"
echo "to limit the size of the cache."
echo ""
-   echo "If you want --build-as-nobody to work with %n-default,"
-   echo "I suggest: sudo chown -R fink-bld %p/var/ccache
+   echo "If you want --build-as-nobody to work with ccache-default,"
+   echo "I suggest: sudo chown -R fink-bld %p/var/ccache"
echo "and never building as root (always --build-as-nobody)."
echo "* WARNING "
<<


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo ccache.info,1.2,1.3

2010-10-15 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14588

Modified Files:
ccache.info 
Log Message:
more override patterns to ccache-default: gcc*, g++* (catches -4.2 on darwin9+)
more usage notes including suggested instructions for --build-as-nobody
TODO: test with llvm*


Index: ccache.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ccache.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ccache.info 15 Oct 2010 22:18:41 -  1.2
+++ ccache.info 16 Oct 2010 03:04:37 -  1.3
@@ -1,6 +1,6 @@
 Package: ccache 
 Version: 3.1
-Revision: 1
+Revision: 2
 Maintainer: David Fang 
 Source: http://samba.org/ftp/%n/%n-%v.tar.bz2
 Source-MD5: 7961852e1e36f11559039c32142f58df
@@ -9,10 +9,7 @@
# patch Makefile to not depend on implicit rules
file=Makefile.in
mv $file $file.orig
-   echo ".SUFFIXES: .c .o" > $file
-   echo ".c.o:" >> $file
-   echo '  $(CC) $(CFLAGS) -o $@ -c $<' >> $file
-   cat $file.orig >> $file
+   { echo ".SUFFIXES: .c .o" && cat $file.orig ;} > $file
 <<
 CompileScript: <<
  ./configure %c
@@ -30,32 +27,30 @@
 mkdir -p %i/bin
 mkdir -p %i/share/man/man1
 make install prefix=%i mandir=%i/share/man
-ln -s %p/bin/ccache %i/bin/cc
-ln -s %p/bin/ccache %i/bin/c++
-ln -s %p/bin/ccache %i/bin/c++-4.0
-ln -s %p/bin/ccache %i/bin/c++-3.3
-ln -s %p/bin/ccache %i/bin/g++
-ln -s %p/bin/ccache %i/bin/gcc
-ln -s %p/bin/ccache %i/bin/g++-4.0
-ln -s %p/bin/ccache %i/bin/g++-3.3
-ln -s %p/bin/ccache %i/bin/gcc-4.0
-ln -s %p/bin/ccache %i/bin/gcc-3.3
-for f in /usr/bin/*-apple-darwin*-g*
+echo creating ccache-default overrides...
+pushd /usr/bin
+for f in cc c++* gcc* g++* *-apple-darwin*-g*
 do
-  b=`basename $f`
-  echo "linking $b"
-  ln -s %p/bin/ccache %i/bin/$b
+  echo "linking %p/bin/$f to ccache to override /usr/bin/$f"
+  ln -s %p/bin/ccache %i/bin/$f
 done
+popd
 <<
 PostInstScript: <<
 echo "If you wish ccache to be the default compiler"
 echo "(to override and send ALL compilations through ccache),"
-echo " install the \"ccache-default\" package."
+echo " install the \"%n-default\" package."
 <<
 SplitOff: <<
-   Package: ccache-default
-   Depends: ccache
-   Files: bin/cc bin/c++ bin/c++-4.0 bin/c++-3.3 bin/g++ bin/gcc 
bin/g++-4.0 bin/g++-3.3 bin/gcc-4.0 bin/gcc-3.3 bin/*-apple-darwin*
+   Package: %n-default
+   Depends: %n
+   Files: <<
+   bin/cc
+   bin/c++*
+   bin/g++*
+   bin/gcc*
+   bin/*-apple-darwin*
+   <<
Description: C/C++ compiler cache - As default compiler
DescDetail: <<
  This package installs symlinks for ccache to override your compiler.
@@ -66,15 +61,20 @@
PostInstScript: <<
ccache -c > /dev/null
echo "* WARNING "
-   echo "ALL gcc3.3 and gcc4.0 compiles will now be sent through ccache!"
-   echo "For the most part ccache is reliable, but"
+   echo "ALL gcc3.3 and gcc4.0 and gcc4.2 compiles will now be sent 
through %n!"
+   echo "For the most part %n is reliable, but"
echo "it can occasionally cause strange compile problems!"
echo "If you have a strange compile problem, remove this package"
echo "and try again before reporting any bugs!"
echo ""
+   echo "Fink uses its own cache in CCACHE_DIR=%p/var/ccache."
echo "Additionally, the default cache size is 1 Gig."
-   echo "so you may want to run \"ccache -M 500M\" (for example)"
+   echo "so you may want to run \"CCACHE_DIR=%p/var/ccache ccache -M 
500M\" (for example)"
echo "to limit the size of the cache."
+   echo ""
+   echo "If you want --build-as-nobody to work with %n-default,"
+   echo "I suggest: sudo chown -R fink-bld %p/var/ccache
+   echo "and never building as root (always --build-as-nobody)."
echo "* WARNING "
<<
 <<
@@ -86,10 +86,24 @@
 from cache. This often results in a 5 to 10 times speedup in common
 compilations.
 If you wish ccache to be the default compiler (to override and send ALL 
-compilations through ccache), install the "ccache-default" package.
+compilations through ccache), install the "%n-default" package.
+See f90cache for the Fortran equivalent of %n.  
+<<
+DescUsage: <<
+To use ccache manually, point your builds to use CC="ccache gcc"
+and CXX="ccache g++" (if using gcc).  Passing these variables to
+most autoconf produced configure scripts should work.  
+By default ccache will create a cache in ~/.ccache, but this location
+can be overriden by the CCACHE_DIR environment variable.  
+If you wish ccache to be the default compiler (to override and send ALL 
+compilations through ccache), install the "%n-default" package.
 <<
 Homepage: http://ccach

[cvs] dists/10.4/unstable/main/finkinfo/languages python27-10.6.info, 1.4, 1.5 python27-10.6.patch, 1.1, 1.2 python27.info, 1.4, 1.5 python27.patch, 1.1, 1.2

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3748

Modified Files:
python27-10.6.info python27-10.6.patch python27.info 
python27.patch 
Log Message:
The Great Berkeley DB Migration of '10.


Index: python27-10.6.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/python27-10.6.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python27-10.6.patch 6 Jul 2010 18:48:07 -   1.1
+++ python27-10.6.patch 16 Oct 2010 02:14:37 -  1.2
@@ -1,6 +1,6 @@
 diff -ru Python-2.7.orig/Lib/platform.py Python-2.7/Lib/platform.py
 --- Python-2.7.orig/Lib/platform.py2010-05-05 22:54:44.0 -0400
-+++ Python-2.7/Lib/platform.py 2010-07-06 11:58:12.0 -0400
 Python-2.7/Lib/platform.py 2010-10-15 21:37:49.0 -0400
 @@ -748,6 +748,13 @@
  import gestalt
  import MacOS
@@ -17,7 +17,7 @@
  sysv,sysa = _mac_ver_lookup(('sysv','sysa'))
 diff -ru Python-2.7.orig/Makefile.pre.in Python-2.7/Makefile.pre.in
 --- Python-2.7.orig/Makefile.pre.in2010-04-11 20:10:46.0 -0400
-+++ Python-2.7/Makefile.pre.in 2010-07-06 12:03:41.0 -0400
 Python-2.7/Makefile.pre.in 2010-10-15 21:37:49.0 -0400
 @@ -429,8 +429,7 @@
fi
  
@@ -60,7 +60,7 @@
elsetrue; \
 diff -ru Python-2.7.orig/Misc/python-config.in Python-2.7/Misc/python-config.in
 --- Python-2.7.orig/Misc/python-config.in  2010-03-18 20:08:44.0 
-0400
-+++ Python-2.7/Misc/python-config.in   2010-07-06 12:09:09.0 -0400
 Python-2.7/Misc/python-config.in   2010-10-15 21:37:49.0 -0400
 @@ -46,11 +46,10 @@
  elif opt in ('--libs', '--ldflags'):
  libs = getvar('LIBS').split() + getvar('SYSLIBS').split()
@@ -78,7 +78,7 @@
  
 diff -ru Python-2.7.orig/Misc/python.pc.in Python-2.7/Misc/python.pc.in
 --- Python-2.7.orig/Misc/python.pc.in  2009-05-24 16:23:57.0 -0400
-+++ Python-2.7/Misc/python.pc.in   2010-07-06 13:49:02.0 -0400
 Python-2.7/Misc/python.pc.in   2010-10-15 21:37:49.0 -0400
 @@ -1,6 +1,6 @@
  pref...@prefix@
  exec_pref...@exec_prefix@
@@ -87,9 +87,26 @@
  included...@includedir@
  
  Name: Python
+diff -ru Python-2.7.orig/Modules/_bsddb.c Python-2.7/Modules/_bsddb.c
+--- Python-2.7.orig/Modules/_bsddb.c   2010-05-09 10:46:46.0 -0400
 Python-2.7/Modules/_bsddb.c2010-10-15 21:58:57.0 -0400
+@@ -9766,7 +9766,13 @@
+ ADD_INT(d, DB_REP_PERMANENT);
+ 
+ #if (DBVER >= 44)
++#if (DBVER >= 50)
++ADD_INT(d, DB_REP_CONF_AUTOINIT);
++#else
+ ADD_INT(d, DB_REP_CONF_NOAUTOINIT);
++#endif /* 5.0 */
++#endif /* 4.4 */
++#if (DBVER >= 44)
+ ADD_INT(d, DB_REP_CONF_DELAYCLIENT);
+ ADD_INT(d, DB_REP_CONF_BULK);
+ ADD_INT(d, DB_REP_CONF_NOWAIT);
 diff -ru Python-2.7.orig/Modules/posixmodule.c Python-2.7/Modules/posixmodule.c
 --- Python-2.7.orig/Modules/posixmodule.c  2010-06-17 12:38:34.0 
-0400
-+++ Python-2.7/Modules/posixmodule.c   2010-07-06 12:27:55.0 -0400
 Python-2.7/Modules/posixmodule.c   2010-10-15 21:37:49.0 -0400
 @@ -455,7 +455,7 @@
  #endif
  
@@ -279,7 +296,7 @@
  static int
 diff -ru Python-2.7.orig/configure Python-2.7/configure
 --- Python-2.7.orig/configure  2010-05-28 11:28:47.0 -0400
-+++ Python-2.7/configure   2010-07-06 13:31:48.0 -0400
 Python-2.7/configure   2010-10-15 21:37:49.0 -0400
 @@ -4947,7 +4947,7 @@
  ;;
  Darwin*)
@@ -345,7 +362,7 @@
  
 diff -ru Python-2.7.orig/setup.py Python-2.7/setup.py
 --- Python-2.7.orig/setup.py   2010-06-27 08:36:16.0 -0400
-+++ Python-2.7/setup.py2010-07-06 13:30:58.0 -0400
 Python-2.7/setup.py2010-10-15 21:40:34.0 -0400
 @@ -250,13 +250,17 @@
longest, g)
  
@@ -418,6 +435,15 @@
  if opensslv_h:
  name = os.path.join(opensslv_h[0], 'openssl/opensslv.h')
  if sys.platform == 'darwin' and is_macosx_sdk_path(name):
+@@ -765,7 +767,7 @@
+ # a release.  Most open source OSes come with one or more
+ # versions of BerkeleyDB already installed.
+ 
+-max_db_ver = (4, 8)
++max_db_ver = (5, 1)
+ min_db_ver = (4, 1)
+ db_setup_debug = False   # verbose debug prints from this script?
+ 
 @@ -801,50 +803,8 @@
  # construct a list of paths to look for the header file in on
  # top of the normal inc_dirs.

Index: python27.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/python27.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python27.patch  6 Jul 2010 18:48:07 -   1.1
+++ python27.patch  16 Oct 2010

[cvs] dists/10.4/unstable/main/finkinfo/games codebreaker.info, 1.3, 1.4

2010-10-15 Thread fangism
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19091

Modified Files:
codebreaker.info 
Log Message:
"You're a codebreaker, automaker, package faker, don't you mess around with me!"


Index: codebreaker.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/codebreaker.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- codebreaker.info13 Oct 2010 23:12:24 -  1.3
+++ codebreaker.info16 Oct 2010 01:18:47 -  1.4
@@ -1,14 +1,35 @@
 Package: codebreaker
 Version: 1.2.1
-Revision: 3
+Revision: 4
 Depends: glib-shlibs, gtk+-shlibs, libgettext8-shlibs, x11, x11-shlibs
-BuildDepends: automake1.10, glib, gtk+, libgettext8-dev, x11-dev
+BuildDepends: <<
+   automake1.11, 
+   autoconf2.6,
+   fink-package-precedence,
+   glib, 
+   gtk+, 
+   libgettext8-dev, 
+   x11-dev
+<<
 Source: mirror:debian:pool/main/c/%n/%n_%v.orig.tar.gz
 Source-MD5: f0b914f29fcb1d88c3213e7097a6908c
 SourceDirectory: %n-%v.orig
 SetCFLAGS: -Os
-ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking
-PatchScript: rm install-sh mkinstalldirs && ln -s 
%p/share/automake-1.10/install-sh install-sh && ln -s 
%p/share/automake-1.10/mkinstalldirs mkinstalldirs && chmod +x install-sh 
mkinstalldirs && head > quakepile -n 353 Makefile.in && mv quakepile Makefile.in
+ConfigureParams: --mandir=%p/share/man
+PatchScript: <<
+   #!/bin/sh -ev
+   touch NEWS ChangeLog
+   mv Makefile.am Makefile.am.orig
+   echo "SUBDIRS = src" > Makefile.am
+   echo "doc_DATA = doc/HOWTO AUTHORS" >> Makefile.am
+   autoreconf -f -i --warnings=no-gnu
+<<
+CompileScript: <<
+   #!/bin/sh -ev
+   ./configure %c
+   make
+   fink-package-precedence --headers .
+<<
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS README
 License: GPL


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/devel libapache2-mod-svn-10.4.info, 1.12, 1.13 libapache2-mod-svn.info, 1.41, 1.42 svn-10.4.info, 1.15, 1.16 svn-javahl-10.4.info, 1.13, 1.14 svn-javahl.info, 1

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19201/devel

Modified Files:
libapache2-mod-svn-10.4.info libapache2-mod-svn.info 
svn-10.4.info svn-javahl-10.4.info svn-javahl.info 
svn-swig-pm-10.4.info svn-swig-pm.info svn-swig-py.info 
svn-swig-rb-10.4.info svn-swig-rb.info svn.info 
svnadmin-db.info 
Log Message:
The Great Berkeley DB Migration of '10.

Index: svn-swig-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/svn-swig-pm.info,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- svn-swig-pm.info3 Oct 2010 01:01:02 -   1.56
+++ svn-swig-pm.info16 Oct 2010 01:17:30 -  1.57
@@ -1,7 +1,7 @@
 Info2: <<
 Package: svn-swig-pm%type_pkg[perl]
 Version: 1.6.13
-Revision: 1
+Revision: 2
 Description: Swig svn Perl %type_raw[perl] bindings
 Type: perl (5.8.6 5.8.8 5.10.0)
 License: BSD
@@ -16,7 +16,7 @@
libapr.0-dev,
libaprutil.0-dev (>= 1.3.4-8),
cyrus-sasl2-dev (>= 2.1.22-1006),
-   db48-aes | db48,
+   db51-aes | db51,
fink (>= 0.24.12-1),
gettext-bin,
gettext-tools,
@@ -83,7 +83,7 @@
--disable-javahl \
--with-jikes=no \
--with-swig \
-   --with-berkeley-db='db.h:%p/include/db4:%p/lib:db-4.8' \
+   --with-berkeley-db='db.h:%p/include/db5:%p/lib:db-5.1' \
--with-sasl=%p \
--with-sqlite=%p \
--without-gnome-keyring \

Index: svn-swig-pm-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/svn-swig-pm-10.4.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- svn-swig-pm-10.4.info   3 Oct 2010 01:01:02 -   1.14
+++ svn-swig-pm-10.4.info   16 Oct 2010 01:17:30 -  1.15
@@ -1,7 +1,7 @@
 Info2: <<
 Package: svn-swig-pm%type_pkg[perl]
 Version: 1.6.13
-Revision: 1
+Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Swig svn Perl %type_raw[perl] bindings
 Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
@@ -16,7 +16,7 @@
libapr.0-dev,
libaprutil.0-dev (>= 1.3.4-8),
cyrus-sasl2-dev (>= 2.1.22-1006),
-   db48-aes | db48,
+   db51-aes | db51,
fink (>= 0.24.12-1),
gettext-bin,
gettext-tools,
@@ -57,7 +57,7 @@
--disable-javahl \
--with-jikes=no \
--with-swig \
-   --with-berkeley-db='db.h:%p/include/db4:%p/lib:db-4.8' \
+   --with-berkeley-db='db.h:%p/include/db5:%p/lib:db-5.1' \
--with-sasl=%p \
--with-sqlite=%p \
--without-gnome-keyring \

Index: svn-swig-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/svn-swig-py.info,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- svn-swig-py.info3 Oct 2010 01:01:02 -   1.48
+++ svn-swig-py.info16 Oct 2010 01:17:30 -  1.49
@@ -1,7 +1,7 @@
 Info2: <<
 Package: svn-swig-py%type_pkg[python]
 Version: 1.6.13
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Description: Swig svn Python %type_raw[python] bindings
 Type: python (2.4 2.5 2.6)
@@ -14,7 +14,7 @@
libapr.0-dev,
libaprutil.0-dev (>= 1.3.4-8),
cyrus-sasl2-dev (>= 2.1.22-1006),
-   db48-aes | db48,
+   db51-aes | db51,
fink (>= 0.24.12-1),
gettext-bin,
gettext-tools,
@@ -53,7 +53,7 @@
--disable-javahl \
--with-jikes=no \
--with-swig \
-   --with-berkeley-db='db.h:%p/include/db4:%p/lib:db-4.8' \
+   --with-berkeley-db='db.h:%p/include/db5:%p/lib:db-5.1' \
--with-sasl=%p \
--with-sqlite=%p \
--without-gnome-keyring \

Index: svn-javahl-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/svn-javahl-10.4.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- svn-javahl-10.4.info3 Oct 2010 01:01:02 -   1.13
+++ svn-javahl-10.4.info16 Oct 2010 01:17:30 -  1.14
@@ -1,7 +1,7 @@
 Info2: <<
 Package: svn-javahl
 Version: 1.6.13
-Revision: 1
+Revision: 2
 Description: Subversion - Java bindings
 Type: java(1.5)
 License: BSD
@@ -15,7 +15,7 @@
libapr.0-dev,
libaprutil.0-dev (>= 1.3.4-8),
cyrus-sasl2-dev (>= 2.1.22-1006),
-   db48-aes | db48,
+   db51-aes | db51,
fink (>= 0.24.12-1),
gettext-bin,
gettext-tools,
@@ -55,7 +55,7 @@
--enable-javahl \
--with-jikes=no \
--without-swig \
-   --with-berkeley-db

[cvs] dists/10.4/unstable/main/finkinfo/libs libaprutil.0-mysql.info, 1.3, 1.4 libaprutil.0-odbc.info, 1.3, 1.4 libaprutil.0-postgresql.info, 1.3, 1.4 libaprutil.0-shlibs.info, 1.9, 1.10 libaprutil.0-

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19201/libs

Modified Files:
libaprutil.0-mysql.info libaprutil.0-odbc.info 
libaprutil.0-postgresql.info libaprutil.0-shlibs.info 
libaprutil.0-shlibs.patch libaprutil.0-sqlite2.info 
libaprutil.0-sqlite3.info openldap24.info 
Log Message:
The Great Berkeley DB Migration of '10.

Index: libaprutil.0-shlibs.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libaprutil.0-shlibs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libaprutil.0-shlibs.patch   13 Oct 2010 12:02:24 -  1.2
+++ libaprutil.0-shlibs.patch   16 Oct 2010 01:17:30 -  1.3
@@ -1,6 +1,6 @@
-diff -ru apr-util-1.3.9.orig/apr-util.pc.in apr-util-1.3.9/apr-util.pc.in
 apr-util-1.3.9.orig/apr-util.pc.in 2008-05-23 17:27:59.0 -0400
-+++ apr-util-1.3.9/apr-util.pc.in  2010-08-10 17:46:25.0 -0400
+diff -ru apr-util-1.3.10.orig/apr-util.pc.in apr-util-1.3.10/apr-util.pc.in
+--- apr-util-1.3.10.orig/apr-util.pc.in2008-05-23 17:27:59.0 
-0400
 apr-util-1.3.10/apr-util.pc.in 2010-10-15 19:38:27.0 -0400
 @@ -9,5 +9,5 @@
  Version: @APRUTIL_DOTTED_VERSION@
  # assume that apr-util requires libapr of same major version
@@ -8,9 +8,9 @@
 -Libs: -L${libdir} -...@aprutil_libname@ @LDADD_ldap@ @APRUTIL_EXPORT_LIBS@
 +Libs: -L${libdir} -...@aprutil_libname@  
  Cflags: -I${includedir}
-diff -ru apr-util-1.3.9.orig/apu-config.in apr-util-1.3.9/apu-config.in
 apr-util-1.3.9.orig/apu-config.in  2009-06-09 23:34:22.0 -0400
-+++ apr-util-1.3.9/apu-config.in   2010-08-10 17:45:56.0 -0400
+diff -ru apr-util-1.3.10.orig/apu-config.in apr-util-1.3.10/apu-config.in
+--- apr-util-1.3.10.orig/apu-config.in 2010-09-29 10:22:45.0 -0400
 apr-util-1.3.10/apu-config.in  2010-10-15 19:38:27.0 -0400
 @@ -27,7 +27,7 @@
  libdir="@libdir@"
  includedir="@includedir@"
@@ -29,9 +29,49 @@
  ;;
  --ldap-libs)
  flags="$flags $LDAP_LIBS"
-diff -ru apr-util-1.3.9.orig/test/Makefile.in apr-util-1.3.9/test/Makefile.in
 apr-util-1.3.9.orig/test/Makefile.in   2009-05-31 07:53:31.0 
-0400
-+++ apr-util-1.3.9/test/Makefile.in2010-08-10 17:47:07.0 -0400
+diff -ru apr-util-1.3.10.orig/configure apr-util-1.3.10/configure
+--- apr-util-1.3.10.orig/configure 2010-10-01 07:56:47.0 -0400
 apr-util-1.3.10/configure  2010-10-15 19:46:14.0 -0400
+@@ -10928,15 +10928,15 @@
+   fi
+ 
+   bdb_version="5"
+-  if test ""0"" != "-1"; then
+-bdb_version="$bdb_version."0""
++  if test ""1"" != "-1"; then
++bdb_version="$bdb_version."1""
+ if test ""-1"" != "-1"; then
+   bdb_version="$bdb_version."-1""
+ fi
+   fi
+   bdb_places="$places"
+   bdb_default_search_headers="db50/db.h db5/db.h db.h"
+-  bdb_default_search_lib_names="db-5.0 db5-5.0 db50 db5 db"
++  bdb_default_search_lib_names="db-5.1 db5-5.1 db51 db5 db"
+ 
+ 
+   apu_have_db=0
+@@ -11005,7 +11005,7 @@
+ # changes if the user runs `configure' with a different set of
+ # switches.
+ 
+-cache_id="`echo 
apu_cv_check_berkeley_db_"5"_"0"_"-1"_${bdb_header}_${bdb_libname}_in_${bdb_place}
 \
++cache_id="`echo 
apu_cv_check_berkeley_db_"5"_"1"_"-1"_${bdb_header}_${bdb_libname}_in_${bdb_place}
 \
+  | sed -e 's/[^a-zA-Z0-9_]/_/g'`"
+ 
+ 
+@@ -11019,7 +11019,7 @@
+ apu_try_berkeley_db_save_libs="$LIBS"
+ 
+ apu_check_berkeley_db_major="5"
+-apu_check_berkeley_db_minor="0"
++apu_check_berkeley_db_minor="1"
+ apu_check_berkeley_db_patch="-1"
+ apu_try_berkeley_db_header=$bdb_header
+ apu_try_berkeley_db_libname=$bdb_libname
+diff -ru apr-util-1.3.10.orig/test/Makefile.in apr-util-1.3.10/test/Makefile.in
+--- apr-util-1.3.10.orig/test/Makefile.in  2009-11-12 19:16:45.0 
-0500
 apr-util-1.3.10/test/Makefile.in   2010-10-15 19:38:27.0 -0400
 @@ -23,7 +23,7 @@
  
  TARGETS = $(PROGRAMS)

Index: libaprutil.0-sqlite2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libaprutil.0-sqlite2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libaprutil.0-sqlite2.info   13 Oct 2010 12:02:24 -  1.3
+++ libaprutil.0-sqlite2.info   16 Oct 2010 01:17:30 -  1.4
@@ -1,6 +1,6 @@
 Package: libaprutil.0-sqlite2
 Version: 1.3.10
-Revision: 1
+Revision: 2
 
 Depends: <<
libaprutil.0-shlibs (>= %v-%r),
@@ -8,7 +8,7 @@
sqlite-shlibs
 <<
 BuildDepends: <<
-   db48-aes | db48,
+   db51-aes | db51,
expat1,
fink (>= 0.24.12),
gdbm3,
@@ -26,11 +26,12 @@
 Source-MD5: 6a6f501a1b2a45166b8ffd6df29204bb
 
 PatchFile: libapruti

[cvs] dists/10.4/unstable/main/finkinfo/net cyrus-sasl2.info, 1.15, 1.16 cyrus-sasl2.patch, 1.4, 1.5 postfix-10.4.info, 1.8, 1.9 postfix.info, 1.41, 1.42

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19201/net

Modified Files:
cyrus-sasl2.info cyrus-sasl2.patch postfix-10.4.info 
postfix.info 
Log Message:
The Great Berkeley DB Migration of '10.

Index: postfix-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/postfix-10.4.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- postfix-10.4.info   16 Jun 2010 01:38:36 -  1.8
+++ postfix-10.4.info   16 Oct 2010 01:17:30 -  1.9
@@ -1,7 +1,7 @@
 Info2: <<
 Package: postfix%type_pkg[-mysql]%type_pkg[-ldap]
 Version: 2.7.1
-Revision: 1
+Revision: 10
 Type: -mysql (boolean), -ldap (boolean)
 Distribution: 10.4
 
@@ -67,14 +67,14 @@
 Depends: <<
cyrus-sasl2-shlibs,
daemonic,
-   db48-aes-shlibs | db48-shlibs,
+   db51-aes-shlibs | db51-shlibs,
(%type_raw[-mysql] = -mysql) mysql-unified-shlibs,
(%type_raw[-ldap] = -ldap) openldap24-shlibs,
pcre-shlibs
 <<
 BuildDepends: <<
cyrus-sasl2-dev,
-   db48-aes | db48,
+   db51-aes | db51,
fink (>= 0.24.12),
(%type_raw[-mysql] = -mysql) mysql-unified-dev,
(%type_raw[-ldap] = -ldap) openldap24-dev,
@@ -142,7 +142,7 @@
 fi
 
 #More general build settings
-export build_args="$build_args -I%p/lib/system-openssl/include 
-I%p/include/db4 -I%p/include/sasl -I%p/include"
+export build_args="$build_args -I%p/lib/system-openssl/include 
-I%p/include/db5 -I%p/include/sasl -I%p/include"
 
 #LDAP build settings
 if [ "%type_raw[-ldap]" == "-ldap" ]; then

Index: cyrus-sasl2.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/cyrus-sasl2.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cyrus-sasl2.patch   24 Nov 2009 15:38:12 -  1.4
+++ cyrus-sasl2.patch   16 Oct 2010 01:17:30 -  1.5
@@ -1,6 +1,6 @@
 diff -ru cyrus-sasl-2.1.23.orig/lib/client.c cyrus-sasl-2.1.23/lib/client.c
 --- cyrus-sasl-2.1.23.orig/lib/client.c2009-04-28 11:09:15.0 
-0400
-+++ cyrus-sasl-2.1.23/lib/client.c 2009-06-07 09:15:56.0 -0400
 cyrus-sasl-2.1.23/lib/client.c 2010-10-15 18:57:53.0 -0400
 @@ -202,6 +202,9 @@
{ NULL, NULL }
};
@@ -13,7 +13,7 @@
/* xxx do something with the callback structure? */
 diff -ru cyrus-sasl-2.1.23.orig/lib/common.c cyrus-sasl-2.1.23/lib/common.c
 --- cyrus-sasl-2.1.23.orig/lib/common.c2009-04-28 11:09:15.0 
-0400
-+++ cyrus-sasl-2.1.23/lib/common.c 2009-06-07 09:16:54.0 -0400
 cyrus-sasl-2.1.23/lib/common.c 2010-10-15 18:57:53.0 -0400
 @@ -107,6 +107,7 @@
(sasl_realloc_t *) &realloc,
(sasl_free_t *) &free
@@ -46,7 +46,7 @@
_sasl_allocation_utils.realloc=r;
 diff -ru cyrus-sasl-2.1.23.orig/lib/saslint.h cyrus-sasl-2.1.23/lib/saslint.h
 --- cyrus-sasl-2.1.23.orig/lib/saslint.h   2009-04-28 11:09:15.0 
-0400
-+++ cyrus-sasl-2.1.23/lib/saslint.h2009-06-07 09:15:56.0 -0400
 cyrus-sasl-2.1.23/lib/saslint.h2010-10-15 18:57:53.0 -0400
 @@ -300,6 +300,7 @@
  
  extern sasl_allocation_utils_t _sasl_allocation_utils;
@@ -57,7 +57,7 @@
   * checkpw.c
 diff -ru cyrus-sasl-2.1.23.orig/lib/server.c cyrus-sasl-2.1.23/lib/server.c
 --- cyrus-sasl-2.1.23.orig/lib/server.c2009-04-28 11:09:15.0 
-0400
-+++ cyrus-sasl-2.1.23/lib/server.c 2009-06-07 09:15:56.0 -0400
 cyrus-sasl-2.1.23/lib/server.c 2010-10-15 18:57:53.0 -0400
 @@ -698,6 +698,9 @@
{ NULL, NULL }
  };
@@ -70,7 +70,7 @@
return SASL_BADPARAM;
 diff -ru cyrus-sasl-2.1.23.orig/plugins/digestmd5.c 
cyrus-sasl-2.1.23/plugins/digestmd5.c
 --- cyrus-sasl-2.1.23.orig/plugins/digestmd5.c 2009-04-28 11:09:17.0 
-0400
-+++ cyrus-sasl-2.1.23/plugins/digestmd5.c  2009-06-07 09:17:07.0 
-0400
 cyrus-sasl-2.1.23/plugins/digestmd5.c  2010-10-15 18:57:53.0 
-0400
 @@ -2715,7 +2715,7 @@
"DIGEST-MD5",   /* mech_name */
  #ifdef WITH_RC4
@@ -91,7 +91,7 @@
1,
 diff -ru cyrus-sasl-2.1.23.orig/saslauthd/auth_rimap.c 
cyrus-sasl-2.1.23/saslauthd/auth_rimap.c
 --- cyrus-sasl-2.1.23.orig/saslauthd/auth_rimap.c  2009-04-28 
11:09:18.0 -0400
-+++ cyrus-sasl-2.1.23/saslauthd/auth_rimap.c   2009-06-07 09:16:33.0 
-0400
 cyrus-sasl-2.1.23/saslauthd/auth_rimap.c   2010-10-15 18:57:53.0 
-0400
 @@ -162,6 +162,7 @@
  num_quotes = 0;
  p1 = s;
@@ -120,7 +120,7 @@
  /* read and parse the LOGIN response */
 diff -ru cyrus-sasl-2.1.23.orig/saslauthd/auth_shadow.c 
cyrus-sasl-2.1.23/saslauthd/auth_shadow.c
 --- cyrus-sasl-2.1.23.orig/saslauthd/auth_shadow.c 2009-04-28 
11:09:18.0 -0400
-+++ cyrus-sa

[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods bsddb3-py.info, 1.7, 1.8

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19201/libs/pythonmods

Modified Files:
bsddb3-py.info 
Log Message:
The Great Berkeley DB Migration of '10.

Index: bsddb3-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/bsddb3-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- bsddb3-py.info  15 Aug 2010 21:31:10 -  1.7
+++ bsddb3-py.info  16 Oct 2010 01:17:30 -  1.8
@@ -1,10 +1,10 @@
 Info2: <<
 Package: bsddb3-py%type_pkg[python]
 Version: 5.0.0
-Revision: 1
+Revision: 2
 #Doesn't build with < 2.6
 Type: python (2.6 2.7 3.1)
-Description: Python bindings for db48
+Description: Python bindings for db51
 DescDetail: <<
This module provides a nearly complete wrapping of the Oracle/Sleepycat
C API for the Database Environment, Database, Cursor, Sequence and
@@ -15,9 +15,6 @@
Manager. Complete support for Berkeley DB Base Replication. Support for
RPC.
 <<
-DescPackaging: <<
-   We are compatible with db50, but let's not make people update yet.
-<<
 Maintainer: Daniel Johnson 
 License: BSD
 Homepage: http://www.jcea.es/programacion/pybsddb.htm
@@ -25,8 +22,8 @@
 Source: mirror:custom:b/bsddb3/bsddb3-%v.tar.gz
 Source-MD5: afe8ef34af064fdd9e87550b21fc1668
 
-Depends: python%type_pkg[python], db48-aes-shlibs | db48-shlibs
-BuildDepends: db48-aes | db48, fink (>= 0.24.12)
+Depends: python%type_pkg[python], db51-aes-shlibs | db51-shlibs
+BuildDepends: db51-aes | db51, fink (>= 0.24.12), 
distribute-py%type_pkg[python]
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
@@ -34,29 +31,30 @@
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build \
--berkeley-db=%p \
-   --berkeley-db-incdir=%p/include/db4 \
+   --berkeley-db-incdir=%p/include/db5 \
--berkeley-db-libdir=%p/lib
 <<
 
 InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install \
-   --berkeley-db=%p \
-   --berkeley-db-incdir=%p/include/db4 \
+   --berkeley-db=%p \
+   --berkeley-db-incdir=%p/include/db5 \
--berkeley-db-libdir=%p/lib \
--root=%d
 <<
 
 DocFiles: ChangeLog PKG-INFO README.txt TODO.txt
 
-InfoTest: <<
-   TestScript: <<
-   %p/bin/python%type_raw[python] test.py -p -v || exit 2
-   #Need to delete .pyc files since they contain %d after tests.
-   #They get regenerated correctly during InstallScript.
-   find ./build -name "*.pyc" -delete
-   <<
-   TestSuiteSize: large
-<<
+# Tests currently broken with db51. Fixed in upstream hg repo.
+#InfoTest: <<
+#  TestScript: <<
+#  %p/bin/python%type_raw[python] test.py -p -v || exit 2
+#  #Need to delete .pyc files since they contain %d after tests.
+#  #They get regenerated correctly during InstallScript.
+#  find ./build -name "*.pyc" -delete
+#  <<
+#  TestSuiteSize: large
+#<<
 
 CustomMirror: <<
 eur-NL: http://a.pypi.python.org/packages/source/


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/net postfix-10.4.info, 1.1, 1.2 postfix.info, 1.17, 1.18 postfix.patch, 1.3, 1.4

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18972

Modified Files:
postfix-10.4.info postfix.info postfix.patch 
Log Message:
Move to unstable.


Index: postfix-10.4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/postfix-10.4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postfix-10.4.info   12 May 2009 02:13:33 -  1.1
+++ postfix-10.4.info   16 Oct 2010 01:16:42 -  1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: postfix%type_pkg[-mysql]%type_pkg[-ldap]
-Version: 2.5.6
-Revision: 1
+Version: 2.7.1
+Revision: 2
 Type: -mysql (boolean), -ldap (boolean)
 Distribution: 10.4
 
@@ -67,14 +67,14 @@
 Depends: <<
cyrus-sasl2-shlibs,
daemonic,
-   db47-aes-shlibs | db47-shlibs,
+   db48-aes-shlibs | db48-shlibs,
(%type_raw[-mysql] = -mysql) mysql-ssl15-shlibs | (%type_raw[-mysql] = 
-mysql) mysql15-shlibs,
(%type_raw[-ldap] = -ldap) openldap24-shlibs,
pcre-shlibs
 <<
 BuildDepends: <<
cyrus-sasl2-dev,
-   db47-aes | db47,
+   db48-aes | db48,
fink (>= 0.24.12),
(%type_raw[-mysql] = -mysql) mysql-ssl15-dev | (%type_raw[-mysql] = 
-mysql) mysql15-dev,
(%type_raw[-ldap] = -ldap) openldap24-dev,
@@ -106,10 +106,10 @@
 Recommends: cyrus-sasl2
 
 Source: 
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%v.tar.gz
-Source-MD5: ec2cb63b53f5f36c3ca91da8f3bc9407
+Source-MD5: b7a5c3ccd309156a65d6f8d2683d4fa1
 
 PatchFile: %{ni}.patch
-PatchFile-MD5: 31684b35b796746b483b36191a250abf
+PatchFile-MD5: d19fd5501c36dace5c67bbba391cbc73
 PatchScript: <<
 sed 's|@FINKPREFIX@|%p|g ' <%{PatchFile} | patch -p1
 perl -pi -e 's,/(etc|var/spool)/postfix,%p/\1/postfix,g; 
s,/etc/aliases,%p/etc/postfix/aliases,g' man/man1/* man/man5/* man/man8/* 
conf/* html/*.html README_FILES/*

Index: postfix.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/postfix.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postfix.patch   16 Dec 2006 21:59:03 -  1.3
+++ postfix.patch   16 Oct 2010 01:16:42 -  1.4
@@ -1,7 +1,7 @@
-diff -Nur postfix-2.2.1.orig/conf/main.cf postfix-2.2.1/conf/main.cf
 postfix-2.2.1.orig/conf/main.cf2005-03-04 12:48:25.0 -0500
-+++ postfix-2.2.1/conf/main.cf 2005-03-22 14:03:23.0 -0500
-@@ -642,3 +642,18 @@
+diff -Nur postfix-2.7.1.orig/conf/main.cf postfix-2.7.1/conf/main.cf
+--- postfix-2.7.1.orig/conf/main.cf2007-12-18 08:50:25.0 -0500
 postfix-2.7.1/conf/main.cf 2010-06-15 21:27:27.0 -0400
+@@ -649,3 +649,18 @@
  # readme_directory: The location of the Postfix README files.
  #
  readme_directory =
@@ -20,10 +20,10 @@
 +# myhostname is not fully qualified.  It is ignored if neither are true.
 +#
 +mydomain_fallback = localhost
-diff -Nur postfix-2.2.1.orig/conf/post-install postfix-2.2.1/conf/post-install
 postfix-2.2.1.orig/conf/post-install   2005-03-04 20:16:29.0 
-0500
-+++ postfix-2.2.1/conf/post-install2005-03-22 14:03:23.0 -0500
-@@ -185,7 +185,7 @@
+diff -Nur postfix-2.7.1.orig/conf/post-install postfix-2.7.1/conf/post-install
+--- postfix-2.7.1.orig/conf/post-install   2010-02-03 16:06:53.0 
-0500
 postfix-2.7.1/conf/post-install2010-06-15 21:27:27.0 -0400
+@@ -188,7 +188,7 @@
  
  umask 022
  
@@ -32,21 +32,21 @@
  SHELL=/bin/sh
  IFS=" 
  "
-diff -Nur postfix-2.2.1.orig/makedefs postfix-2.2.1/makedefs
 postfix-2.2.1.orig/makedefs2005-02-22 07:35:52.0 -0500
-+++ postfix-2.2.1/makedefs 2005-03-22 14:03:23.0 -0500
-@@ -307,7 +307,7 @@
- SYSLIBS=-flat_namespace
- ;;
+diff -Nur postfix-2.7.1.orig/makedefs postfix-2.7.1/makedefs
+--- postfix-2.7.1.orig/makedefs2010-06-03 09:00:02.0 -0400
 postfix-2.7.1/makedefs 2010-06-15 21:27:27.0 -0400
+@@ -414,7 +414,7 @@
+   case $RELEASE in
+1.[0-3]) AWK=gawk;;
   *) AWK=awk
--SYSLIBS=-flat_namespace
-+#SYSLIBS=-flat_namespace
- CCARGS="$CCARGS -DBIND_8_COMPAT -DNO_NETINFO"
- ;;
+-SYSLIBS=-flat_namespace;;
++#SYSLIBS=-flat_namespace;;
esac
-diff -Nur postfix-2.2.1.orig/mta-switch postfix-2.2.1/mta-switch
 postfix-2.2.1.orig/mta-switch  1969-12-31 19:00:00.0 -0500
-+++ postfix-2.2.1/mta-switch   2005-03-22 17:37:08.0 -0500
+   # Darwin 7 adds IPv6 support, BIND_8_COMPAT, NO_NETINFO
+   case $RELEASE in
+diff -Nur postfix-2.7.1.orig/mta-switch postfix-2.7.1/mta-swi

[cvs] dists/10.4/unstable/main/finkinfo/devel ccache.info,1.1,1.2

2010-10-15 Thread fangism
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24936

Modified Files:
ccache.info 
Log Message:
upstream update to 3.1, 
-default provides more overrides to /usr/bin/*-apple-darwin*-g*


Index: ccache.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ccache.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ccache.info 20 Jan 2006 20:23:12 -  1.1
+++ ccache.info 15 Oct 2010 23:57:32 -  1.2
@@ -1,14 +1,32 @@
 Package: ccache 
-Version: 2.4
-Revision: 20
-Maintainer: Ben Hines  
-Source: http://ccache.samba.org/ftp/%n/%n-%v.tar.gz
-Source-MD5: 73c1ed1e767c1752dd0f548ec1e66ce7 
+Version: 3.1
+Revision: 1
+Maintainer: David Fang 
+Source: http://samba.org/ftp/%n/%n-%v.tar.bz2
+Source-MD5: 7961852e1e36f11559039c32142f58df
+PatchScript: <<
+   #!/bin/sh -ev
+   # patch Makefile to not depend on implicit rules
+   file=Makefile.in
+   mv $file $file.orig
+   echo ".SUFFIXES: .c .o" > $file
+   echo ".c.o:" >> $file
+   echo '  $(CC) $(CFLAGS) -o $@ -c $<' >> $file
+   cat $file.orig >> $file
+<<
 CompileScript: <<
  ./configure %c
  make CFLAGS='-g -O2 -Wall -W -I. -prebind'
 <<
+InfoTest: <<
+   TestScript: <<
+   #!/bin/sh -ev
+   make -k check || exit 2
+   <<
+   TestSuiteSize: small
+<<
 InstallScript: <<
+#!/bin/sh -ev
 mkdir -p %i/bin
 mkdir -p %i/share/man/man1
 make install prefix=%i mandir=%i/share/man
@@ -22,6 +40,12 @@
 ln -s %p/bin/ccache %i/bin/g++-3.3
 ln -s %p/bin/ccache %i/bin/gcc-4.0
 ln -s %p/bin/ccache %i/bin/gcc-3.3
+for f in /usr/bin/*-apple-darwin*-g*
+do
+  b=`basename $f`
+  echo "linking $b"
+  ln -s %p/bin/ccache %i/bin/$b
+done
 <<
 PostInstScript: <<
 echo "If you wish ccache to be the default compiler"
@@ -31,7 +55,7 @@
 SplitOff: <<
Package: ccache-default
Depends: ccache
-   Files: bin/cc bin/c++ bin/c++-4.0 bin/c++-3.3 bin/g++ bin/gcc 
bin/g++-4.0 bin/g++-3.3 bin/gcc-4.0 bin/gcc-3.3
+   Files: bin/cc bin/c++ bin/c++-4.0 bin/c++-3.3 bin/g++ bin/gcc 
bin/g++-4.0 bin/g++-3.3 bin/gcc-4.0 bin/gcc-3.3 bin/*-apple-darwin*
Description: C/C++ compiler cache - As default compiler
DescDetail: <<
  This package installs symlinks for ccache to override your compiler.
@@ -54,7 +78,7 @@
echo "* WARNING "
<<
 <<
-DocFiles: README COPYING
+DocFiles: *.txt *.html
 Description: C/C++ compiler cache
 DescDetail: <<
 ccache acts as a caching pre-processor to C/C++ compilers, using the -E
@@ -66,3 +90,6 @@
 <<
 Homepage: http://ccache.samba.org/
 License: GPL
+DescPackaging: <<
+Former maintainer: Ben Hines  
+<<


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/net aria2.info,NONE,1.1

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13420

Added Files:
aria2.info 
Log Message:
Move to stable.


--- NEW FILE: aria2.info ---
Package: aria2
Version: 1.10.4
Revision: 1
Description: Downloader for HTTP/FTP/BitTorrent/Metalink
Homepage: http://aria2.sourceforge.net/
License: GPL
Maintainer: Daniel Johnson 
DescDetail: <<
aria2 is a utility for downloading files. The supported protocols are
HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink.

It can download one or more files individually or from multiple
sources/protocols at the same time and tries to utilize your maximum
download bandwidth (by using multiple threads and downloading data from
HTTP(S)/FTP, while also uploading to the BitTorrent swarm).

Using Metalink's chunk checksums, aria2 automatically validates chunks
of data while downloading a file like BitTorrent.

There are other alternative applications. But aria2 has 2 distinctive
features: (1) aria2 can download a file from several
URLs(http/ftp/BitTorrent) and (2) If you give aria2 list of URLs, then
aria2 downloads them concurrently. You don't have to wait for the
current download queue to finish one file at a time anymore. aria2 uses
your maximum bandwidth and downloads files quickly.
<<

Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 7f8f23564656b37f7416bbeb18cef26f

PatchScript: <<
#Prevent /usr/include and /usr/lib from being added to dirs
perl -pi -e 's/LIBZ_LIBS=.*$/LIBZ_LIBS="-lz"/; 
s/LIBZ_CPPFLAGS=.*$/LIBZ_CPPFLAGS=""/' configure
#There is no timespec.h on darwin. Use time.h instead.
perl -pi -e 's/timespec.h/time.h/' src/clock_gettime_osx.h
<<

Depends: <<
ca-bundle,
libcares2-shlibs (>= 1.7.0-1),
libgettext8-shlibs,
libiconv,
libxml2-shlibs,
sqlite3-shlibs
<<
BuildDepends: <<
gettext-tools,
libcares2 (>= 1.7.0-1),
libgettext8-dev,
libiconv-dev,
libxml2,
pkgconfig,
sqlite3-dev,
system-openssl-dev
<<
Conflicts: aria2c (<< 1.1.2-1)
Replaces: aria2c (<< 1.1.2-1)

SetCXXFLAGS: -Os
NoSetLDFLAGS: true
SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib
GCC: 4.0
UseMaxBuildJobs: true

ConfigureParams: <<
--disable-dependency-tracking \
--without-gnutls \
--with-ca-bundle='%p/etc/ssl/certs/ca-bundle.crt' \
--with-sqlite3-prefix=%p \
--with-openssl-prefix=%p/lib/system-openssl \
--with-libcares-prefix=%p
<<

InfoTest: <<
TestDepends: cppunit1.10.2
TestScript: <<
perl -pi -e 's/#include /#include \n#include 
/' test/RequestGroupManTest.cc
make check || exit 2
<<
<<

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS ChangeLog COPYING LICENSE.OpenSSL NEWS


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo ccache.info,1.1,1.2

2010-10-15 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16890

Modified Files:
ccache.info 
Log Message:
handed off to me by ${maintainer-1}


Index: ccache.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ccache.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ccache.info 15 Oct 2010 21:57:53 -  1.1
+++ ccache.info 15 Oct 2010 22:18:41 -  1.2
@@ -1,7 +1,7 @@
 Package: ccache 
 Version: 3.1
 Revision: 1
-Maintainer: Ben Hines  
+Maintainer: David Fang 
 Source: http://samba.org/ftp/%n/%n-%v.tar.bz2
 Source-MD5: 7961852e1e36f11559039c32142f58df
 PatchScript: <<
@@ -90,3 +90,6 @@
 <<
 Homepage: http://ccache.samba.org/
 License: GPL
+DescPackaging: <<
+Former maintainer: Ben Hines  
+<<


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/devel svn-client.info, NONE, 1.1 svn-10.4.info, 1.2, 1.3 svn-javahl-10.4.info, 1.2, 1.3 svn-javahl.info, 1.13, 1.14 svn-swig-pm-10.4.info, 1.2, 1.3 svn-swig-pm.in

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16360

Modified Files:
svn-10.4.info svn-javahl-10.4.info svn-javahl.info 
svn-swig-pm-10.4.info svn-swig-pm.info svn-swig-py.info 
svn-swig-rb-10.4.info svn-swig-rb.info svn.info 
svnadmin-db.info 
Added Files:
svn-client.info 
Log Message:
Sync with unstable.


Index: svn-swig-pm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn-swig-pm.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- svn-swig-pm.info16 May 2010 16:33:36 -  1.20
+++ svn-swig-pm.info15 Oct 2010 22:15:34 -  1.21
@@ -1,6 +1,6 @@
 Info2: <<
 Package: svn-swig-pm%type_pkg[perl]
-Version: 1.6.9
+Version: 1.6.13
 Revision: 1
 Description: Swig svn Perl %type_raw[perl] bindings
 Type: perl (5.8.6 5.8.8 5.10.0)
@@ -33,7 +33,7 @@
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/downloads/subversion-%v.tar.bz2
-Source-MD5: 9c30a47b1d48664e7afef68bb4834c53
+Source-MD5: 7ae1c827689f21cf975804005be30aeb
 
 # Compile Phase:
 NoSetLDFLAGS: true
@@ -56,6 +56,20 @@
  else
export PERL=/usr/bin/perl%type_raw[perl]
  fi
+ # MakeMaker generates a bogus ABSPERL if PERL="/usr/bin/arch -%m perl5.10.0"
+ # since it expects a full pathname. Also something is checking if ABSPERL is
+ # a valid filename, which fails obviously. Here we create a wrapper so that we
+ # set ABSPATH to a valid filename while still calling /usr/bin/arch but only
+ # on 10.6 and later.
+ let version=`uname -r | cut -f 1 -d .`
+ if [ %type_pkg[perl] -ge 5100 -a $version -ge 10 ]; then
+  cat > myperl <<_Eof
+#!/bin/sh
+exec /usr/bin/arch -%m $PERL "\$@"
+_Eof
+  chmod +x myperl; export PERL=`pwd`/myperl
+ fi
+
  ./configure --libdir=%p/lib/perl5/%type_raw[perl]/lib \
--enable-shared \
--disable-static \
@@ -78,19 +92,6 @@
--disable-neon-version-check
 
  ### Build swig perl bindings
- # MakeMaker generates a bogus ABSPERL if PERL="/usr/bin/arch -%m perl5.10.0"
- # since it expects a full pathname. Also something is checking if ABSPERL is
- # a valid filename, which fails obviously. Here we create a wrapper so that we
- # set ABSPATH to a valid filename while still calling /usr/bin/arch but only
- # on 10.6 and later.
- let version=`uname -r | cut -f 1 -d .`
- if [ %type_pkg[perl] -ge 5100 -a $version -ge 10]; then
-  cat > myperl <<_Eof
-#!/bin/sh
-exec /usr/bin/arch -%m $PERL "\$@"
-_Eof
-  chmod +x myperl; export PERL=`pwd`/myperl
- fi
  
  perl -pi -e 's/-arch i386 -arch ppc//g' Makefile
  make libsvn_swig_perl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/neon -I%p/include/apache2 
-I%p/lib/system-openssl/include -I%p/include  -DDARWIN 
-DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''

Index: svn-swig-pm-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn-swig-pm-10.4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- svn-swig-pm-10.4.info   16 May 2010 16:33:36 -  1.2
+++ svn-swig-pm-10.4.info   15 Oct 2010 22:15:34 -  1.3
@@ -1,6 +1,6 @@
 Info2: <<
 Package: svn-swig-pm%type_pkg[perl]
-Version: 1.6.9
+Version: 1.6.13
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Description: Swig svn Perl %type_raw[perl] bindings
@@ -35,7 +35,7 @@
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/downloads/subversion-%v.tar.bz2
-Source-MD5: 9c30a47b1d48664e7afef68bb4834c53
+Source-MD5: 7ae1c827689f21cf975804005be30aeb
 
 # Compile Phase:
 NoSetLDFLAGS: true

Index: svn-swig-py.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn-swig-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- svn-swig-py.info16 May 2010 16:33:36 -  1.6
+++ svn-swig-py.info15 Oct 2010 22:15:34 -  1.7
@@ -1,7 +1,7 @@
 Info2: <<
 Package: svn-swig-py%type_pkg[python]
-Version: 1.6.9
-Revision: 2
+Version: 1.6.13
+Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Description: Swig svn Python %type_raw[python] bindings
 Type: python (2.4 2.5 2.6)
@@ -31,7 +31,7 @@
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/downloads/subversion-%v.tar.bz2
-Source-MD5: 9c30a47b1d48664e7afef68bb4834c53
+Source-MD5: 7ae1c827689f21cf975804005be30aeb
 
 # Compile Phase:
 NoSetLDFLAGS: true

--- NEW FILE: svn-client.info ---
Package: svn-client
Version: 1.6.11
Revision: 2
Description: OBSOLETE - Use svn instead
DescUsage: <<
  This package is obsolete. The 'svn' package now contains client files.
<<
License: BSD
Maintainer: Daniel Johnson 
Homepage: h

[cvs] dists/10.4/stable/main/finkinfo/libs libaprutil.0-shlibs.patch, NONE, 1.1 libapr.0-shlibs.info, 1.1, 1.2 libaprutil.0-shlibs.info, 1.1, 1.2

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13504

Modified Files:
libapr.0-shlibs.info libaprutil.0-shlibs.info 
Added Files:
libaprutil.0-shlibs.patch 
Log Message:
Sync with unstable.


Index: libapr.0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libapr.0-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libapr.0-shlibs.info8 Jan 2010 20:43:36 -   1.1
+++ libapr.0-shlibs.info15 Oct 2010 22:08:43 -  1.2
@@ -1,22 +1,25 @@
 Package: libapr.0-shlibs
-Version: 1.3.3
-Revision: 6
+Version: 1.4.2
+Revision: 1
 
 BuildDepends: pkgconfig
 Replaces: libapr0-shlibs
 # a transient libapr0-shlibs accidentally installed something else at the 
install_name location
 
-Source: mirror:apache:apr/apr-%v.tar.gz
-Source-MD5: b254a9abecaedb05efde71daa7517480
+Source: mirror:apache:apr/apr-%v.tar.bz2
+Source-MD5: 4b00e8f70c067893d075577962656b35
 
 PatchScript: <<
   ### Force use of awk over gawk
   perl -pi -e 's,gawk mawk nawk awk,awk mawk nawk gawk,g' configure
   ### Fix layout
   perl -pi -e 's,/usr/local,%p,g' config.layout
+  ### APR_OFF_T_FMT gets set incorrectly on 64 bit causing svn crashes.
+  ### Force it to be the same as APR_INT64_T_FMT everywhere.
+  perl -pi -e 's,\...@off_t_fmt\@,#define APR_OFF_T_FMT APR_INT64_T_FMT,' 
include/apr.h.in
 <<
 
-ConfigureParams: --enable-layout=GNU --enable-shared --enable-static 
--enable-threads --with-pic --with-sendfile=no --enable-threads
+ConfigureParams: --enable-layout=GNU --enable-shared --disable-static 
--enable-threads --with-pic --with-sendfile=no
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
@@ -27,14 +30,15 @@
 <<
 
 InstallScript: <<
-  make install prefix=%i
+  make install DESTDIR=%d
   rm %i/lib/apr.exp
+  cd %i/lib && ln -s libapr.0.dylib libapr-1.dylib
 <<
 
-DocFiles: CHANGES LICENSE NOTICE
+DocFiles: CHANGES LICENSE NOTICE README
 
 Shlibs: <<
-  %p/lib/libapr.0.dylib 4.0.0 %n (>= 1.3.3-3)
+  %p/lib/libapr.0.dylib 5.0.0 %n (>= 1.4.2-1)
 <<
 
 SplitOff: <<
@@ -48,12 +52,12 @@
 bin
 share/apache2
 include
-lib/libapr.a
 lib/libapr.la
+lib/libapr-1.dylib
 lib/libapr.dylib
 lib/pkgconfig
   <<
-  DocFiles: CHANGES LICENSE NOTICE README.dev
+  DocFiles: CHANGES LICENSE NOTICE README
 <<
 
 Description: Apache Portable Runtime shared libraries
@@ -76,7 +80,13 @@
 
   This may break apache2 temporarily.
 <<
+DescPackaging: <<
+  Previously maintained by Justin F. Hallett 
+<<
 
 License: BSD
-Maintainer: Justin F. Hallett 
+Maintainer: Daniel Johnson 
 Homepage: http://apr.apache.org/
+
+# One test in testsock fails for some reason so make failures warnings for now.
+InfoTest: TestScript: make check || exit 1

--- NEW FILE: libaprutil.0-shlibs.patch ---
diff -ru apr-util-1.3.9.orig/apr-util.pc.in apr-util-1.3.9/apr-util.pc.in
--- apr-util-1.3.9.orig/apr-util.pc.in  2008-05-23 17:27:59.0 -0400
+++ apr-util-1.3.9/apr-util.pc.in   2010-08-10 17:46:25.0 -0400
@@ -9,5 +9,5 @@
 Version: @APRUTIL_DOTTED_VERSION@
 # assume that apr-util requires libapr of same major version
 Requires: a...@aprutil_major_version@
-Libs: -L${libdir} -...@aprutil_libname@ @LDADD_ldap@ @APRUTIL_EXPORT_LIBS@
+Libs: -L${libdir} -...@aprutil_libname@  
 Cflags: -I${includedir}
diff -ru apr-util-1.3.9.orig/apu-config.in apr-util-1.3.9/apu-config.in
--- apr-util-1.3.9.orig/apu-config.in   2009-06-09 23:34:22.0 -0400
+++ apr-util-1.3.9/apu-config.in2010-08-10 17:45:56.0 -0400
@@ -27,7 +27,7 @@
 libdir="@libdir@"
 includedir="@includedir@"
 
-LIBS="@APRUTIL_EXPORT_LIBS@"
+LIBS=""
 INCLUDES="@APRUTIL_INCLUDES@"
 LDFLAGS="@APRUTIL_LDFLAGS@"
 LDAP_LIBS="@LDADD_ldap@"
@@ -122,7 +122,7 @@
 DBM_LIBS=""
 ;;
 --libs)
-flags="$flags $LDAP_LIBS $DBM_LIBS $LIBS"
+flags="$flags $LIBS"
 ;;
 --ldap-libs)
 flags="$flags $LDAP_LIBS"
diff -ru apr-util-1.3.9.orig/test/Makefile.in apr-util-1.3.9/test/Makefile.in
--- apr-util-1.3.9.orig/test/Makefile.in2009-05-31 07:53:31.0 
-0400
+++ apr-util-1.3.9/test/Makefile.in 2010-08-10 17:47:07.0 -0400
@@ -23,7 +23,7 @@
 
 TARGETS = $(PROGRAMS)
 
-LOCAL_LIBS = ../l...@aprutil_libname@@aprutil_major_vers...@.la
+LOCAL_LIBS = ../l...@aprutil_libname@.la
 
 CLEAN_TARGETS = manyfile.bin testfile.txt data/sqlite*.db
 

Index: libaprutil.0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libaprutil.0-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libaprutil.0-shlibs.info8 Jan 2010 21:02:59 -   1.1
+++ libaprutil.0-shlibs.info15 Oct 2010 22:08:43 -  1.2
@@ -1,22 +1,39 @@
 Package: libaprutil.0-shlibs
-Version: 1.3.4
-Revision: 9
+Versi

[cvs] dists/10.4/unstable/main/finkinfo/libs libapr.0-shlibs.info, 1.6, 1.7

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11718

Modified Files:
libapr.0-shlibs.info 
Log Message:
Enable tests but use exit 1 as one test is failing.


Index: libapr.0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libapr.0-shlibs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libapr.0-shlibs.info19 Aug 2010 02:34:59 -  1.6
+++ libapr.0-shlibs.info15 Oct 2010 22:04:58 -  1.7
@@ -88,5 +88,5 @@
 Maintainer: Daniel Johnson 
 Homepage: http://apr.apache.org/
 
-#2 failing tests in testfmt and testsock
-#InfoTest: TestScript: make check || exit 2
+# One test in testsock fails for some reason so make failures warnings for now.
+InfoTest: TestScript: make check || exit 1


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo ccache.info,NONE,1.1

2010-10-15 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8676

Added Files:
ccache.info 
Log Message:
upstream update 3.1, explicit InfoTest, new DocFiles,
patch Makefile to work without implicit rules
new -default overrides to /usr/bin/*-apple-darwin*-g*


--- NEW FILE: ccache.info ---
Package: ccache 
Version: 3.1
Revision: 1
Maintainer: Ben Hines  
Source: http://samba.org/ftp/%n/%n-%v.tar.bz2
Source-MD5: 7961852e1e36f11559039c32142f58df
PatchScript: <<
#!/bin/sh -ev
# patch Makefile to not depend on implicit rules
file=Makefile.in
mv $file $file.orig
echo ".SUFFIXES: .c .o" > $file
echo ".c.o:" >> $file
echo '  $(CC) $(CFLAGS) -o $@ -c $<' >> $file
cat $file.orig >> $file
<<
CompileScript: <<
 ./configure %c
 make CFLAGS='-g -O2 -Wall -W -I. -prebind'
<<
InfoTest: <<
TestScript: <<
#!/bin/sh -ev
make -k check || exit 2
<<
TestSuiteSize: small
<<
InstallScript: <<
#!/bin/sh -ev
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install prefix=%i mandir=%i/share/man
ln -s %p/bin/ccache %i/bin/cc
ln -s %p/bin/ccache %i/bin/c++
ln -s %p/bin/ccache %i/bin/c++-4.0
ln -s %p/bin/ccache %i/bin/c++-3.3
ln -s %p/bin/ccache %i/bin/g++
ln -s %p/bin/ccache %i/bin/gcc
ln -s %p/bin/ccache %i/bin/g++-4.0
ln -s %p/bin/ccache %i/bin/g++-3.3
ln -s %p/bin/ccache %i/bin/gcc-4.0
ln -s %p/bin/ccache %i/bin/gcc-3.3
for f in /usr/bin/*-apple-darwin*-g*
do
  b=`basename $f`
  echo "linking $b"
  ln -s %p/bin/ccache %i/bin/$b
done
<<
PostInstScript: <<
echo "If you wish ccache to be the default compiler"
echo "(to override and send ALL compilations through ccache),"
echo " install the \"ccache-default\" package."
<<
SplitOff: <<
Package: ccache-default
Depends: ccache
Files: bin/cc bin/c++ bin/c++-4.0 bin/c++-3.3 bin/g++ bin/gcc 
bin/g++-4.0 bin/g++-3.3 bin/gcc-4.0 bin/gcc-3.3 bin/*-apple-darwin*
Description: C/C++ compiler cache - As default compiler
DescDetail: <<
  This package installs symlinks for ccache to override your compiler.
  ccache will affect ALL COMPILATIONS with this package installed.
  If you have strange compilation problems, remove this package FIRST, 
  before reporting any package or compile bugs.
<<
PostInstScript: <<
ccache -c > /dev/null
echo "* WARNING "
echo "ALL gcc3.3 and gcc4.0 compiles will now be sent through ccache!"
echo "For the most part ccache is reliable, but"
echo "it can occasionally cause strange compile problems!"
echo "If you have a strange compile problem, remove this package"
echo "and try again before reporting any bugs!"
echo ""
echo "Additionally, the default cache size is 1 Gig."
echo "so you may want to run \"ccache -M 500M\" (for example)"
echo "to limit the size of the cache."
echo "* WARNING "
<<
<<
DocFiles: *.txt *.html
Description: C/C++ compiler cache
DescDetail: <<
ccache acts as a caching pre-processor to C/C++ compilers, using the -E
compiler switch and a hash to detect when a compilation can be satisfied
from cache. This often results in a 5 to 10 times speedup in common
compilations.
If you wish ccache to be the default compiler (to override and send ALL 
compilations through ccache), install the "ccache-default" package.
<<
Homepage: http://ccache.samba.org/
License: GPL


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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.1,1.2

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9175

Modified Files:
neon27.info 
Log Message:
Sync with stable.


Index: neon27.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/neon27.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- neon27.info 13 Mar 2009 15:11:11 -  1.1
+++ neon27.info 15 Oct 2010 21:55:42 -  1.2
@@ -1,33 +1,40 @@
 Package: neon27
-Version: 0.28.4
-Revision: 3
+Version: 0.29.5
+Revision: 1
 Description: HTTP/WebDAV client library with a C API
 License: LGPL
 Maintainer: Daniel Johnson 
 
 # Dependencies:
 Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
-BuildDepends: libxml2 (>= 2.6.30-1), system-openssl-dev, libiconv-dev (>= 
1.12-3), libgettext3-dev
+BuildDepends: libxml2 (>= 2.6.30-1), system-openssl-dev, 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
 
 # Unpack Phase:
 Source: http://www.webdav.org/neon/neon-%v.tar.gz
-Source-MD5: 6c3b94362af743d046e198e9fcbe4a85
+Source-MD5: ff369e69ef0f0143beb5626164e87ae2
 
 # Patch Phase:
 PatchScript: <<
   perl -pi -e 's/neon.mo/%n.mo/' Makefile.in
   perl -pi -e 's/(bindtextdomain\()"neon"/\1"%n"/' src/ne_i18n.c
   perl -pi -e 's/\...@neon_libs\@|\...@user_ldflags\@//g' neon-config.in
+  # Why do people think you still need -flat_namespace?
   perl -pi -e 's/\$LDFLAGS -flat_namespace/$LDFLAGS/' configure
+  # -no-install does nothing on darwin but give warnings.
+  perl -pi -e 's/-no-install//g' configure
+  # Tests need Gnu 'date'
+  #perl -pi -e 's/date -d/gdate -d/' test/makekeys.sh
 <<
 
 # Compile Phase:
-ConfigureParams: --with-libxml2 --with-ssl=openssl 
--with-libs=%p/lib/system-openssl --without-egd --without-socks --enable-shared 
--disable-static --with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt 
--without-pakchois
+ConfigureParams: --with-libxml2 --with-ssl=openssl 
--with-libs=%p/lib/system-openssl --without-egd --enable-shared 
--disable-static --with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt 
--without-pakchois
 
 SetCFLAGS: -Os
+NoSetLDFLAGS: true
+SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib
 
 CompileScript: <<
#!/bin/bash -ev
@@ -39,12 +46,16 @@

export 
PKG_CONFIG_PATH="%p/lib/system-openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
./configure %c
-   make LIBS='-lz -L%p/lib/system-openssl/lib -L%p/lib -lintl -lssl 
-lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -lxml2 -liconv'
+   make
 <<
 
 # Tests have a few failures, mostly reverse address lookups and prebinding.
 # It seems to be caused by network configuration issues.
-InfoTest: TestScript: make check || exit 1
+# Test suite is all screwed up now. I've given up trying to make it work.
+#InfoTest: <<
+#  TestDepends: coreutils
+#  TestScript: make check || exit 1
+#<<
 
 # Install Phase:
 InstallScript: <<
@@ -56,9 +67,9 @@
 
 SplitOff: <<
   Package: %N-shlibs
-  Depends: libxml2-shlibs (>= 2.6.30-1), libiconv (>= 1.12-3), 
libgettext3-shlibs, ca-bundle
+  Depends: libxml2-shlibs (>= 2.6.30-1), libiconv (>= 1.12-3), 
libgettext8-shlibs, ca-bundle, libproxy1-shlibs
   Files: lib/libneon.27.dylib share/locale
-  Shlibs: %p/lib/libneon.27.dylib 29.0.0 %n (>= 0.28.4-1)
+  Shlibs: %p/lib/libneon.27.dylib 30.0.0 %n (>= 0.29.0-1)
   DocFiles: src/COPYING.LIB README
 <<
 


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/net libproxy1.info, NONE, 1.1 libproxy1.patch, NONE, 1.1

2010-10-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7281

Added Files:
libproxy1.info libproxy1.patch 
Log Message:
needed by neon27


--- NEW FILE: libproxy1.info ---
Package: libproxy1
Version: 0.4.0
Revision: 2
Source: http://libproxy.googlecode.com/files/libproxy-%v.tar.gz
Source-MD5: b22c95df70a40949e99add5171fc3084
BuildDepends: <<
cmake,
fink (>= 0.28),
pkgconfig (>= 0.23)
<<
Depends: %n-shlibs (= %v-%r)
Conflicts: libproxy0
Replaces: libproxy0
BuildDependsOnly: true
GCC: 4.0
PatchFile: %n.patch
PatchFile-MD5: 917013c954980b3a6a37003178e4b8cb
CompileScript: <<
cmake -DCMAKE_INSTALL_PREFIX=%p -DCMAKE_INSTALL_NAME_DIR=%p/lib
perl -pi -e 's/\.\.\/libmodman\/libmodman\S+dylib//' 
utils/CMakeFiles/proxy.dir/link.txt
make VERBOSE=1
<<
InstallScript: <<
make install DESTDIR=%d

rm %i/lib/libmodman.dylib
rm %i/lib/libmodman.0.0.0.dylib
mv %i/lib/libmodman.0.dylib %i/lib/libmodman.0.0.0.dylib
<<
SplitOff: <<
Package: %N-shlibs
Files: <<
lib/libmodman.0.0.0.dylib
lib/libproxy.1.0.0.dylib
lib/libproxy.1.dylib
<<
Shlibs: <<
!%p/lib/libmodman.0.0.0.dylib
%p/lib/libproxy.1.dylib 1.0.0 %n (>= 0.4.0-1)
<<
DocFiles:AUTHORS COPYING ChangeLog NEWS README
<<
SplitOff2: <<
Package: libproxy-bin
Depends: %N-shlibs (>= %v-%r)
Files: bin
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Command-line proxy detector
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
DescPackaging: <<
Hacking CMakeLists.txt seems to be only way to disable building
certain plugins.

Fix -I ordering. See:
http://code.google.com/p/libproxy/issues/detail?id=49

libmodman appears to be internal support only, no public
headers and no valid interface versioning.

Upstream patch to enable installation of .pc file. See:
http://code.google.com/p/libproxy/issues/detail?id=87
And to fix its Version field. See:
http://code.google.com/p/libproxy/source/detail?spec=svn622&r=622
<<
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 

--- NEW FILE: libproxy1.patch ---
diff -Nurd -x'*~' libproxy-0.4.0.orig/CMakeLists.txt 
libproxy-0.4.0/CMakeLists.txt
--- libproxy-0.4.0.orig/CMakeLists.txt  2010-02-25 15:29:54.0 -0500
+++ libproxy-0.4.0/CMakeLists.txt   2010-03-19 10:02:06.0 -0400
@@ -62,5 +62,4 @@
 ### Subdirectories
 add_subdirectory(libmodman)
 add_subdirectory(libproxy)
-add_subdirectory(bindings)
 add_subdirectory(utils)
diff -Nurd -x'*~' libproxy-0.4.0.orig/libproxy/CMakeLists.txt 
libproxy-0.4.0/libproxy/CMakeLists.txt
--- libproxy-0.4.0.orig/libproxy/CMakeLists.txt 2010-02-25 15:29:54.0 
-0500
+++ libproxy-0.4.0/libproxy/CMakeLists.txt  2010-03-19 07:55:34.0 
-0400
@@ -41,36 +41,6 @@
 endif()
   endfunction(px_check_modules)
 
-  px_check_modules(X11 x11 xmu)
-  px_check_modules(NM  NetworkManager dbus-1)
-  px_check_modules(WEBKIT  webkit-1.0)
-  px_check_modules(MOZJS   xulrunner-js)
-  if(NOT MOZJS_FOUND)
-unset(MOZJS_FOUND)
-px_check_modules(MOZJS firefox-js)
-if(NOT MOZJS_FOUND)
-  unset(MOZJS_FOUND)
-  px_check_modules(MOZJS   mozilla-js)
-  if(NOT MOZJS_FOUND)
-unset(MOZJS_FOUND)
-px_check_modules(MOZJS seamonkey-js)
-  endif()
-endif()
-  endif()
-  if(X11_FOUND)
-px_check_modules(GNOME gconf-2.0)
-find_package(KDE4)
-find_package(Qt4)
-if(KDE4_FOUND AND QT4_FOUND)
-  set(KDE4_FOUND 1)
-  set(KDE4_LIBRARIES ${KDE4_KDECORE_LIBS} ${QT_LIBRARIES})
-  include_directories(${KDE4_INCLUDE_DIR} ${QT_INCLUDES})
-  link_directories(${KDE4_LIB_DIR})
-  string(REGEX REPLACE " *-fno-exceptions" "" CMAKE_CXX_FLAGS 
${CMAKE_CXX_FLAGS})
-else()
-  set(KDE4_FOUND 0)
-endif()
-  endif()
 endif()
 
 if(UNIX AND NOT APPLE)
@@ -96,21 +66,6 @@
   endif()
 endif()
 
-if(APPLE)
-  find_library(WEBKIT_LIBRARIES JavaScriptCore)
-  find_library(SC_LIBRARIES SystemConfiguration)
-  find_library(CF_LIBRARIES CoreFoundation)
-  if(WEBKIT_LIBRARIES)
-set(WEBKIT_FOUND 1)
-  endif()
-  if(SC_LIBRARIES)
-set(SC_FOUND 1)
-  endif()
-  if(CF_LIBRARIES)
-set(CF_FOUND 1)
-  endif()
-endif()
-
 # Build the pacrunner into libproxy unless we are buildin

[cvs] dists/10.4/stable/main/finkinfo/libs openldap24.info,1.5,1.6

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7110

Modified Files:
openldap24.info 
Log Message:
Sync with unstable.


Index: openldap24.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/openldap24.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- openldap24.info 8 Jan 2010 18:54:58 -   1.5
+++ openldap24.info 15 Oct 2010 21:48:44 -  1.6
@@ -1,6 +1,6 @@
 Info4: <<
 Package: openldap24%type_pkg[-64bit]
-Version: 2.4.21
+Version: 2.4.23
 Revision: 1
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -21,7 +21,7 @@
  sam-BR: ftp://ftp.matrix.com.br/pub/openldap/
  sam-CR: ftp://mirrors.ucr.ac.cr/openldap/
 <<
-Source-MD5: e7128c57b2bacd940e8906057c94ff26
+Source-MD5: 90150b8c0d0192e10b30157e68844ddf
 Depends: %N-shlibs (= %v-%r), daemonic, ( %type_raw[-64bit] = -64bit ) 
64bit-cpu
 BuildDepends: <<
cyrus-sasl2%type_pkg[-64bit]-dev (>= 2.1.23-2),


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo f90cache.info,NONE,1.1

2010-10-15 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv777

Added Files:
f90cache.info 
Log Message:
Fortran compiler cache, validates, but not heavily tested yet
doesn't have test suite either
haven't decided how to split off f90cache-default yet...


--- NEW FILE: f90cache.info ---
Package: f90cache
Version: 0.93
Revision: 1
Maintainer: David Fang 
Source: http://www.irisa.fr/sage/edouard/canot/%n/%n-%v.tar.bz2
Source-MD5: a6238ac637588ae6e815bc4a9ce6a5cb
PatchScript: <<
#!/bin/sh -ev
# patch Makefile to not depend on implicit rules
file=Makefile.in
mv $file $file.orig
echo ".SUFFIXES: .c .o" > $file
echo ".c.o:" >> $file
echo '  $(CC) $(CFLAGS) -o $@ -c $<' >> $file
cat $file.orig >> $file
<<
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
CompileScript: <<
  #!/bin/sh -ev
  mkdir build
  cd build
  ../configure %c -C
  make
<<
InfoTest: <<
TestScript: <<
#!/bin/sh -ev
echo "Test suite?  What test suite?"
<<
<<
InstallScript: <<
  #!/bin/sh -ev
  cd build
  make DESTDIR=%d install
  # ln -s %p/bin/f90cache %i/bin/g95
  # ln -s %p/bin/f90cache %i/bin/gfortran
<<
#PostInstScript: <<
#echo "If you wish %n to be the default Fortran compiler"
#echo "(to override and send ALL compilations through %n),"
#echo " install the \"%n-default\" package."
#<<
#SplitOff: <<
#   Package: %n-default
#   Depends: %n
#   Files: bin/g95 bin/gfortran
#   Description: Fortran compiler cache - As default compiler
#   DescDetail: <<
# This package installs symlinks for %n to override your compiler.
# ccache will affect ALL COMPILATIONS with this package installed.
# If you have strange compilation problems, remove this package FIRST, 
# before reporting any package or compile bugs.
#   <<
#   PostInstScript: <<
#   f90cache -c > /dev/null
#   echo "* WARNING "
#   echo "ALL g95 and gfortran compiles will now be sent through ccache!"
#   echo "For the most part ccache is reliable, but"
#   echo "it can occasionally cause strange compile problems!"
#   echo "If you have a strange compile problem, remove this package"
#   echo "and try again before reporting any bugs!"
#   echo ""
#   echo "Additionally, the default cache size is 1 Gig."
#   echo "so you may want to run \"ccache -M 500M\" (for example)"
#   echo "to limit the size of the cache."
#   echo "* WARNING "
#   <<
#<<
DocFiles: README CHANGES TODO INSTALL
Description: Fortran compiler cache
DescDetail: <<
%n acts as a caching pre-processor to Fortran compilers, using the -E
compiler switch and a hash to detect when a compilation can be satisfied
from cache. This often results in a 5 to 10 times speedup in common
compilations.
If you wish %n to be the default Fortran compiler (to override and send ALL 
compilations through ccache), install the "%n-default" package.
<<
DescPort: <<
<<
Homepage: http://www.irisa.fr/sage/edouard/canot/f90cache/
License: GPL


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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 db51.info,NONE,1.1

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23993

Added Files:
db51.info 
Log Message:
Yeah need to cvs add before commit.


--- NEW FILE: db51.info ---
Info4: <<
Package: db51%type_pkg[-64bit]
Version: 5.1.19
Revision: 3
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
CustomMirror: <<
nam-US: http://download-east.oracle.com/berkeley-db/
nam-US: http://download-west.oracle.com/berkeley-db/
eur-UK: http://download-uk.oracle.com/berkeley-db/
<<
Source: mirror:custom:db-%v.NC.tar.gz
Replaces: <<
  db, db3, db31 (<< 3.1.17-8),
  db4-ssl, db4,
  db41-ssl, db41,
  db42-ssl, db42,
  db43-ssl, db43,
  db44-aes, db44,
  db47-aes, db47, db47-aes-64bit, db47-64bit,
  db48-aes, db48, db48-aes-64bit, db48-64bit,
  db50-aes, db50, db50-aes-64bit, db50-64bit,
  db51-aes, db51, db51-aes-64bit, db51-64bit
  <<
Conflicts: <<
  db, db3, db31 (<< 3.1.17-8),
  db4-ssl, db4,
  db41-ssl, db41,
  db42-ssl, db42,
  db43-ssl, db43,
  db44-aes, db44,
  db47-aes, db47, db47-aes-64bit, db47-64bit,
  db48-aes, db48, db48-aes-64bit, db48-64bit,
  db50-aes, db50, db50-aes-64bit, db50-64bit,
  db51-aes, db51, db51-aes-64bit, db51-64bit
<<
Depends: db51%type_pkg[-64bit]-shlibs (= %v-%r) | 
db51-aes%type_pkg[-64bit]-shlibs (=%v-%r), ( %type_raw[-64bit] = -64bit ) 
64bit-cpu
BuildDepends: fink (>= 0.26.2)
BuildDependsOnly: true
NoSetLDFlags: true
NoSetCPPFlags: true
SetCFlags: -Os
SetCXXFlags: -Os
ConfigureParams: --enable-compat185 --enable-cxx --enable-dump185 
--includedir=%p/include/db4 --libdir='${prefix}/%lib' --disable-static 
--enable-stl --enable-sql --enable-sql_codegen
GCC: 4.0
CompileScript: <<
#! /bin/sh -ex
set +x
if [ -e /usr/local/include/db.h ]; then
echo "-WARNING-WARNING-WARNING-"
echo "You seem to have a Berkeley DB installation in /usr/local."
echo "This is known to cause %N to fail to build."
echo "Please rename /usr/local/include/db.h temporarily and try again."
echo "-WARNING-WARNING-WARNING-"
exit 1
fi
set -x
VERSIONS="-avoid-version  -XCClinker -current_version -XCClinker %v -XCClinker 
-compatibility_version -XCClinker 5.1 -no-undefined"
LIBDB="libdb-5.1.la"
LIBDBCXX="libdb_cxx-5.1.la"
LIBDBSTL="libdb_stl-5.1.la"
LIBDBSQL="libdb_sql-5.1.la"
cd build_unix;
if [ "%type_raw[-64bit]" == "-64bit" ]; then
  export CC="gcc -m64"
  export CXX="g++ -m64"
else
  export CC="gcc"
  export CXX="g++"
fi
F77=no ../dist/configure %c
perl -pi.bak -e 's,api_java,,g' Makefile
make UTIL_PROGS=""
rm ".libs/$LIBDB" $LIBDB
make SOLINK="\$(LIBTOOL) --mode=link --tag=CC $CC $VERSIONS" UTIL_PROGS=""
rm ".libs/$LIBDBCXX" $LIBDBCXX
make XSOLINK="\$(LIBTOOL) --mode=link --tag=CXX $CXX $VERSIONS" UTIL_PROGS=""
rm ".libs/$LIBDBSTL" $LIBDBSTL
make XSOLINK="\$(LIBTOOL) --mode=link --tag=CXX $CXX $VERSIONS" UTIL_PROGS=""
rm ".libs/$LIBDBSQL" $LIBDBSQL
make SOLINK="\$(LIBTOOL) --mode=link --tag=CC $CC $VERSIONS" UTIL_PROGS=""
make
<<
InstallScript: <<
#! /bin/sh -ev
(cd build_unix; make install prefix=%I docdir=%I/share/doc/db51-doc/docs 
includedir=%I/include/db4 libdir=%I/%lib) || exit 1
binfiles="db_archive db_checkpoint dbsql db_deadlock db_dump db_dump185 
db_hotbackup db_load db_printlog db_recover db_stat db_upgrade db_verify"
for binfile in $binfiles ; do
 mv %i/bin/$binfile %i/bin/$binfile.%N
done
mkdir -p %I/include/db5
cp %I/include/db4/* %I/include/db5
<<
# I was an idiot. Clean up my mess.
PreInstScript: rm -rf %p/include/db4
SplitOff: <<
 Package: %N-shlibs
 Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
 Replaces: <<
   ( %type_raw[-64bit] = . )  db51-aes-shlibs,
   ( %type_raw[-64bit] = . )  db51-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-aes-64bit-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-64bit-shlibs
 <<
 Conflicts: <<
   ( %type_raw[-64bit] = . )  db51-aes-shlibs,
   ( %type_raw[-64bit] = . )  db51-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-aes-64bit-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-64bit-shlibs
 <<
 Description: Shared Libraries for %N
 Files: %lib/libdb-5.1.dylib %lib/libdb_cxx-5.1.dylib %lib/libdb_stl-5.1.dylib 
%lib/libdb_sql-5.1.dylib %lib/libdb-5.1.la %lib/libdb_cxx-5.1.la 
%lib/libdb_stl-5.1.la %lib/libdb_sql-5.1.la
 Shlibs: <<
%p/%lib/libdb-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
%p/%lib/libdb_cxx-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
%p/%lib/libdb_stl-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
%p/%lib/libdb_sql-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
 <<
 DocFiles: LICENSE
<<
SplitOff2: <<
 Package: %N-bin
 Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
 Conflicts: db3-bin (<< 3.3.11-25), db31 (<< 3.1.17-2), db4-ssl-bin (<< 
4.0.14-24), db4-bin (<< 4.0.14-24), db41-ssl-bin (<< 4.1.25-20), db42-ssl-bin 
(<< 4.2.52-14), db41-bin (<< 4.1.25-20), db42-bin (<< 4.2.52-14

[cvs] dists/10.4/stable/main/finkinfo/crypto db51-aes.info,NONE,1.1

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23917

Added Files:
db51-aes.info 
Log Message:
Yeah need to cvs add before commit.


--- NEW FILE: db51-aes.info ---
Info4: <<
Package: db51-aes%type_pkg[-64bit]
Version: 5.1.19
Revision: 3
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
CustomMirror: <<
nam-US: http://download-east.oracle.com/berkeley-db/
nam-US: http://download-west.oracle.com/berkeley-db/
eur-UK: http://download-uk.oracle.com/berkeley-db/
<<
Source: mirror:custom:db-%v.tar.gz
Replaces: <<
  db, db3, db31 (<< 3.1.17-8),
  db4-ssl, db4,
  db41-ssl, db41,
  db42-ssl, db42,
  db43-ssl, db43,
  db44-aes, db44,
  db47-aes, db47, db47-aes-64bit, db47-64bit,
  db48-aes, db48, db48-aes-64bit, db48-64bit,
  db50-aes, db50, db50-aes-64bit, db50-64bit,
  db51-aes, db51, db51-aes-64bit, db51-64bit
  <<
Conflicts: <<
  db, db3, db31 (<< 3.1.17-8),
  db4-ssl, db4,
  db41-ssl, db41,
  db42-ssl, db42,
  db43-ssl, db43,
  db44-aes, db44,
  db47-aes, db47, db47-aes-64bit, db47-64bit,
  db48-aes, db48, db48-aes-64bit, db48-64bit,
  db50-aes, db50, db50-aes-64bit, db50-64bit,
  db51-aes, db51, db51-aes-64bit, db51-64bit
<<
Depends: db51%type_pkg[-64bit]-shlibs (= %v-%r) | 
db51-aes%type_pkg[-64bit]-shlibs (=%v-%r), ( %type_raw[-64bit] = -64bit ) 
64bit-cpu
BuildDepends: fink (>= 0.26.2)
BuildDependsOnly: true
NoSetLDFlags: true
NoSetCPPFlags: true
SetCFlags: -Os
SetCXXFlags: -Os
ConfigureParams: --enable-compat185 --enable-cxx --enable-dump185 
--includedir=%p/include/db4 --libdir='${prefix}/%lib' --disable-static 
--enable-stl --enable-sql --enable-sql_codegen
GCC: 4.0
CompileScript: <<
#! /bin/sh -ex
set +x
if [ -e /usr/local/include/db.h ]; then
echo "-WARNING-WARNING-WARNING-"
echo "You seem to have a Berkeley DB installation in /usr/local."
echo "This is known to cause %N to fail to build."
echo "Please rename /usr/local/include/db.h temporarily and try again."
echo "-WARNING-WARNING-WARNING-"
exit 1
fi
set -x
VERSIONS="-avoid-version  -XCClinker -current_version -XCClinker %v -XCClinker 
-compatibility_version -XCClinker 5.1 -no-undefined"
LIBDB="libdb-5.1.la"
LIBDBCXX="libdb_cxx-5.1.la"
LIBDBSTL="libdb_stl-5.1.la"
LIBDBSQL="libdb_sql-5.1.la"
cd build_unix;
if [ "%type_raw[-64bit]" == "-64bit" ]; then
  export CC="gcc -m64"
  export CXX="g++ -m64"
else
  export CC="gcc"
  export CXX="g++"
fi
F77=no ../dist/configure %c
perl -pi.bak -e 's,api_java,,g' Makefile
make UTIL_PROGS=""
rm ".libs/$LIBDB" $LIBDB
make SOLINK="\$(LIBTOOL) --mode=link --tag=CC $CC $VERSIONS" UTIL_PROGS=""
rm ".libs/$LIBDBCXX" $LIBDBCXX
make XSOLINK="\$(LIBTOOL) --mode=link --tag=CXX $CXX $VERSIONS" UTIL_PROGS=""
rm ".libs/$LIBDBSTL" $LIBDBSTL
make XSOLINK="\$(LIBTOOL) --mode=link --tag=CXX $CXX $VERSIONS" UTIL_PROGS=""
rm ".libs/$LIBDBSQL" $LIBDBSQL
make SOLINK="\$(LIBTOOL) --mode=link --tag=CC $CC $VERSIONS" UTIL_PROGS=""
make
<<
InstallScript: <<
#! /bin/sh -ev
(cd build_unix; make install prefix=%I docdir=%I/share/doc/db51-doc/docs 
includedir=%I/include/db4 libdir=%I/%lib) || exit 1
binfiles="db_archive db_checkpoint dbsql db_deadlock db_dump db_dump185 
db_hotbackup db_load db_printlog db_recover db_stat db_upgrade db_verify"
for binfile in $binfiles ; do
 mv %i/bin/$binfile %i/bin/$binfile.%N
done
mkdir -p %I/include/db5
cp %I/include/db4/* %I/include/db5
<<
# I was an idiot. Clean up my mess.
PreInstScript: rm -rf %p/include/db4
SplitOff: <<
 Package: %N-shlibs
 Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
 Replaces: <<
   ( %type_raw[-64bit] = . )  db51-aes-shlibs,
   ( %type_raw[-64bit] = . )  db51-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-aes-64bit-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-64bit-shlibs
 <<
 Conflicts: <<
   ( %type_raw[-64bit] = . )  db51-aes-shlibs,
   ( %type_raw[-64bit] = . )  db51-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-aes-64bit-shlibs,
   ( %type_raw[-64bit] = -64bit ) db51-64bit-shlibs
 <<
 Description: Shared Libraries for %N
 Files: %lib/libdb-5.1.dylib %lib/libdb_cxx-5.1.dylib %lib/libdb_stl-5.1.dylib 
%lib/libdb_sql-5.1.dylib %lib/libdb-5.1.la %lib/libdb_cxx-5.1.la 
%lib/libdb_stl-5.1.la %lib/libdb_sql-5.1.la
 Shlibs: <<
%p/%lib/libdb-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
%p/%lib/libdb_cxx-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
%p/%lib/libdb_stl-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
%p/%lib/libdb_sql-5.1.dylib 5.1.0 %n (>= 5.1.19-1) %type_num[-64bit]
 <<
 DocFiles: LICENSE
<<
SplitOff2: <<
 Package: %N-bin
 Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
 Conflicts: db3-bin (<< 3.3.11-25), db31 (<< 3.1.17-2), db4-ssl-bin (<< 
4.0.14-24), db4-bin (<< 4.0.14-24), db41-ssl-bin (<< 4.1.25-20), db42-ssl-bin 
(<< 4.2.52-14), db41-bin (<< 4.1.25-20), db42-bin (<

[cvs] dists/10.4/stable/main/finkinfo/crypto db42-ssl.info,1.2,1.3

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23348

Modified Files:
db42-ssl.info 
Log Message:
Don't know for certain that these are needed on 10.6/stable so remove 
Distribution for now.


Index: db42-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/db42-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- db42-ssl.info   15 Oct 2010 20:38:58 -  1.2
+++ db42-ssl.info   15 Oct 2010 20:44:18 -  1.3
@@ -1,7 +1,6 @@
 Package: db42-ssl
 Version: 4.2.52
 Revision: 1023
-Distribution: 10.4, 10.5
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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 db3.info, 1.9, 1.10 db42.info, 1.8, 1.9

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23249

Modified Files:
db3.info db42.info 
Log Message:
Don't know for certain that these are needed on 10.6/stable so remove 
Distribution for now.


Index: db3.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/db3.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- db3.info15 Oct 2010 20:38:42 -  1.9
+++ db3.info15 Oct 2010 20:44:06 -  1.10
@@ -1,7 +1,6 @@
 Package: db3
 Version: 3.3.11
 Revision: 1034
-Distribution: 10.4, 10.5
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/

Index: db42.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/db42.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- db42.info   15 Oct 2010 20:38:42 -  1.8
+++ db42.info   15 Oct 2010 20:44:06 -  1.9
@@ -1,7 +1,6 @@
 Package: db42
 Version: 4.2.52
 Revision: 1023
-Distribution: 10.4, 10.5
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/crypto db41-ssl.info, 1.1, 1.2 db42-ssl.info, 1.1, 1.2 db43-ssl.info, 1.1, 1.2 db44-aes.info, 1.1, 1.2

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22252

Modified Files:
db41-ssl.info db42-ssl.info db43-ssl.info db44-aes.info 
Log Message:
Sync with unstable.


Index: db42-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/db42-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- db42-ssl.info   1 Jul 2010 01:39:58 -   1.1
+++ db42-ssl.info   15 Oct 2010 20:38:58 -  1.2
@@ -1,6 +1,7 @@
 Package: db42-ssl
 Version: 4.2.52
-Revision: 1021
+Revision: 1023
+Distribution: 10.4, 10.5
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +16,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
+  <<
 Conflicts: <<
   db, db3, db31 (<< 3.1.17-8),
   db4-ssl, db4,
@@ -25,7 +28,9 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
 <<
 Depends: %N-shlibs (= %v-%r) | db42-shlibs (=%v-%r)
 BuildDepends: fink (>= 0.24.12-1)

Index: db41-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/db41-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- db41-ssl.info   1 Jul 2010 01:39:58 -   1.1
+++ db41-ssl.info   15 Oct 2010 20:38:58 -  1.2
@@ -1,6 +1,6 @@
 Package: db41-ssl
 Version: 4.1.25
-Revision: 1027
+Revision: 1028
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +15,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
+  <<
 Conflicts: <<
   db, db3, db31 (<< 3.1.17-8),
   db4-ssl, db4,
@@ -25,7 +27,9 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
 <<
 Depends: %N-shlibs (= %v-%r) | db41-shlibs (=%v-%r)
 BuildDepends: fink (>= 0.24.12-1)

Index: db44-aes.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/db44-aes.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- db44-aes.info   1 Jul 2010 01:39:58 -   1.1
+++ db44-aes.info   15 Oct 2010 20:38:58 -  1.2
@@ -1,6 +1,6 @@
 Package: db44-aes
 Version: 4.4.20
-Revision: 1006
+Revision: 1008
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +15,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
+  <<
 Conflicts: <<
   db, db3, db31 (<< 3.1.17-8),
   db4-ssl, db4,
@@ -25,7 +27,9 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
 <<
 Depends: db44-shlibs (= %v-%r) | db44-aes-shlibs (=%v-%r)
 BuildDepends: fink (>= 0.26.2)

Index: db43-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/db43-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- db43-ssl.info   1 Jul 2010 01:39:58 -   1.1
+++ db43-ssl.info   15 Oct 2010 20:38:58 -  1.2
@@ -1,6 +1,6 @@
 Package: db43-ssl
 Version: 4.3.29
-Revision: 1005
+Revision: 1007
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +15,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db5

[cvs] dists/10.4/stable/main/finkinfo/libs db3.info, 1.8, 1.9 db4.info, 1.6, 1.7 db41.info, 1.7, 1.8 db42.info, 1.7, 1.8 db43.info, 1.7, 1.8 db44.info, 1.7, 1.8

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22134

Modified Files:
db3.info db4.info db41.info db42.info db43.info db44.info 
Log Message:
Sync with unstable.


Index: db43.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/db43.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- db43.info   20 Sep 2009 18:26:35 -  1.7
+++ db43.info   15 Oct 2010 20:38:42 -  1.8
@@ -1,6 +1,6 @@
 Package: db43
 Version: 4.3.29
-Revision: 1005
+Revision: 1007
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +15,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
+  <<
 Conflicts: <<
   db, db3, db31 (<< 3.1.17-8),
   db4-ssl, db4,
@@ -25,7 +27,9 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
 <<
 Depends: db43-shlibs (= %v-%r) | db43-ssl-shlibs (=%v-%r)
 BuildDependsOnly: true

Index: db41.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/db41.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- db41.info   20 Sep 2009 18:26:35 -  1.7
+++ db41.info   15 Oct 2010 20:38:42 -  1.8
@@ -1,6 +1,6 @@
 Package: db41
 Version: 4.1.25
-Revision: 1027
+Revision: 1028
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +15,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
+  <<
 Conflicts: <<
   db, db3, db31 (<< 3.1.17-8),
   db4-ssl, db4,
@@ -25,7 +27,9 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
 <<
 Depends: db41-shlibs (= %v-%r) | db41-ssl-shlibs (=%v-%r)
 BuildDepends: fink (>= 0.24.12-1)

Index: db42.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/db42.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- db42.info   20 Sep 2009 18:26:35 -  1.7
+++ db42.info   15 Oct 2010 20:38:42 -  1.8
@@ -1,6 +1,7 @@
 Package: db42
 Version: 4.2.52
-Revision: 1021
+Revision: 1023
+Distribution: 10.4, 10.5
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +16,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
+  <<
 Conflicts: <<
   db, db3, db31 (<< 3.1.17-8),
   db4-ssl, db4,
@@ -25,7 +28,9 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
 <<
 Depends: db42-shlibs (= %v-%r) | db42-ssl-shlibs (=%v-%r)
 BuildDepends: fink (>= 0.24.12-1)

Index: db44.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/db44.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- db44.info   20 Sep 2009 18:26:35 -  1.7
+++ db44.info   15 Oct 2010 20:38:42 -  1.8
@@ -1,6 +1,6 @@
 Package: db44
 Version: 4.4.20
-Revision: 1006
+Revision: 1008
 CustomMirror: <<
 nam-US: http://download-east.oracle.com/berkeley-db/
 nam-US: http://download-west.oracle.com/berkeley-db/
@@ -15,8 +15,10 @@
   db43-ssl, db43,
   db44-aes, db44,
   db47-aes, db47, db47-aes-64bit, db47-64bit,
-  db48-aes, db48, db48-aes-64bit, db48-64bit
-<<
+  db48-aes, db48, db48-aes-64bit, db48-64bit,
+  db50-aes, db50, db50-aes-64bit, db50-64bit,
+  db51-aes, db51, db51-aes-64bit, db51-64bit
+  <<
 Conflicts: <<
   db, d

[cvs] dists/10.4/stable/main/finkinfo/net libcurl4-10.6.info, NONE, 1.1 libcurl4.info, 1.13, 1.14

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18196

Modified Files:
libcurl4.info 
Added Files:
libcurl4-10.6.info 
Log Message:
Sync with unstable.


--- NEW FILE: libcurl4-10.6.info ---
Info4: <<
Package: libcurl4%type_pkg[-64bit]
Version: 7.21.2
Revision: 1+10.6
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) i386
Distribution: 10.6
Description: Lib. for transferring files with URL syntax
DescDetail: <<
curl is a command line tool for transferring files with URL syntax,
supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP,
LDAPS and FILE. curl supports SSL certificates, HTTP POST, HTTP PUT,
FTP uploading, HTTP form based upload, proxies, cookies, user+password
authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file
transfer resume, proxy tunneling and a busload of other useful tricks.
<<
DescPackaging: <<
  Now use System's OpenSSL.
  
  No longer need --mandir. Private symbols now hidden with gcc 4.
  Depend on pkgconfig >= 0.20-1
  per http://wiki.finkproject.org/index.php/Fink:Packaging:pkg-config
  
  Removed -I/usr/include -L/usr/lib from krb5-config.
  
  No longer build static libs.
  
  Packages depending on libcurl4 no longer need to depend on its dependencies,
  just Depend on libcurl4-shlibs and BuildDepend on libcurl4.
  
  Add -dead_strip_dylibs to LDFLAGS on >=10.5 to not link indirect libs.
  
  7.19.4 fixes an arbitrary file access vulnerability described at:
  http://curl.haxx.se/docs/adv_20090303.html
  
  Versions of curl before 7.11.1-11 were maintained by Max Horn.
<<
Maintainer: Daniel Johnson 
Homepage: http://curl.haxx.se/
License: BSD

Source: http://curl.haxx.se/download/curl-%v.tar.bz2
#Source: mirror:custom:curl-%v.tar.bz2
Source-MD5: ca96df88e044c7c25d19692ec8b250b2

Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
BuildDepends: <<
fink (>= 0.26.2),
libcares2%type_pkg[-64bit] (>= 1.7.3-1),
librtmp%type_pkg[-64bit] (>= 2.3-1),
libssh2.1%type_pkg[-64bit] (>= 1.2.6-1),
system-openssl-dev
<<
Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified, libcurl4, libcurl4-64bit
Replaces: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified, libcurl4, libcurl4-64bit
BuildDependsOnly: True

PatchScript: <<
#Since we're not building static libs, no need to cascade dep libs.
perl -pi -e 's/link_all_deplibs=yes/link_all_deplibs=no/g' configure
#Clear out unnecessary junk. Leave -lssl in curl-config as a hack for 
pycurl.
perl -pi -e 's,\...@ldflags\@,,g; s,\...@libcurl_libs\@,-lssl,g' 
curl-config.in
perl -pi -e 's,\...@ldflags\@,,g; s,\...@libcurl_libs\@,,g' 
libcurl.pc.in
#There is no more libcurl.a so trick curl-config --static-libs into 
using libcurl.dylib. Fixes building of pycurl.
perl -pi -e 's/\...@libext\@/dylib/' curl-config.in
#There are issues connecting to servers with IPv6 and IPv4 addresses 
when our
#connection only supports IPv4. Default to using IPv4.
perl -pi -e 's/^#if ARES_VERSION.*$/#if 0/' lib/hostares.c
#Set up to use system's ldap
/bin/cp /usr/include/lber*.h .
/bin/cp /usr/include/ldap*.h .
/bin/cp /usr/lib/libldap.dylib .
<<

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetCPPFLAGS: -I%b -I%p/lib/system-openssl/include -I%p/include
SetLDFLAGS: -L%b -L%p/lib/system-openssl/lib -L%p/%lib
SetCFLAGS: -Os
ConfigureParams: <<
--with-ssl=%p/lib/system-openssl \
--without-gnutls \
--with-libssh2=%p \
--with-gssapi=/usr \
--enable-ldap \
--disable-ldaps \
--with-ldap-lib=ldap \
--with-lber-lib=no \
--without-libidn \
--with-librtmp \
--enable-hidden-symbols \
--enable-ares \
--with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt \
--disable-static \
--libdir='${prefix}/%lib' \
--disable-dependency-tracking
<<
UseMaxBuildJobs: true

CompileScript: <<
#!/bin/bash -ev
# This bit enables stripping unused libs on 10.5 and later.
let version=`uname -r | cut -f 1 -d .`
if [ $version -ge 9 ]; then
export LDFLAGS="$LDFLAGS -Wl,-dead_strip_dylibs"
fi

if [ "%type_raw[-64bit]" == "-64bit" ]; then
export CC="gcc -m64"
fi
%{default_script}
<<

InstallScript: <<
perl -pi -e 's/-g -Os -Wl,-search_paths_first //g; s/-dynamic //g' 
curl-config libcurl.pc
make install DESTDIR=%d
#No need for dependency_libs in .la files if not building static libs
perl -pi -e "s/dependency_libs=.*$/dependency_libs=''/" %i/%lib/*.la
/bin/mkdir -p %I/share/doc/%N
/bin/cp docs/*.html %I/share

[cvs] dists/10.4/stable/main/finkinfo/net rtmpdump-10.6.info, NONE, 1.1 rtmpdump-10.6.patch, NONE, 1.1 ca-bundle.info, 1.2, 1.3 libssh2.1.info, 1.9, 1.10

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17797

Modified Files:
ca-bundle.info libssh2.1.info 
Added Files:
rtmpdump-10.6.info rtmpdump-10.6.patch 
Log Message:
Sync with unstable.


--- NEW FILE: rtmpdump-10.6.patch ---
diff -ru rtmpdump-2.3.orig/librtmp/Makefile rtmpdump-2.3/librtmp/Makefile
--- rtmpdump-2.3.orig/librtmp/Makefile  2010-06-30 16:01:28.0 -0400
+++ rtmpdump-2.3/librtmp/Makefile   2010-08-27 13:19:47.0 -0400
@@ -25,12 +25,12 @@
 CRYPTO_REQ=$(REQ_$(CRYPTO))
 CRYPTO_DEF=$(DEF_$(CRYPTO))
 
-SO_posix=so.0
+SO_posix=0.dylib
 SO_mingw=dll
 SO_EXT=$(SO_$(SYS))
 
 SHARED=yes
-SODEF_yes=-fPIC
+SODEF_yes=-fPIC -fno-common
 SOLIB_yes=librtmp.$(SO_EXT)
 SOINST_yes=install_$(SO_EXT)
 SO_DEF=$(SODEF_$(SHARED))
@@ -55,14 +55,14 @@
 all:   librtmp.a $(SO_LIB)
 
 clean:
-   rm -f *.o *.a *.so *.$(SO_EXT)
+   rm -f *.o *.a *.dylib *.$(SO_EXT)
 
 librtmp.a: $(OBJS)
$(AR) rs $@ $?
 
 librtmp.$(SO_EXT): $(OBJS)
-   $(CC) -shared -Wl,-soname,$@ $(LDFLAGS) -o $@ $^ $> $(CRYPTO_LIB)
-   ln -sf $@ librtmp.so
+   $(CC) -shared -install_name $(libdir)/$@ -current_version 1.0.0 
-compatibility_version 1.0.0 $(LDFLAGS) -o $@ $^ $> $(CRYPTO_LIB)
+   ln -sf $@ librtmp.dylib
 
 log.o: log.c log.h Makefile
 rtmp.o: rtmp.c rtmp.h rtmp_sys.h handshake.h dh.h log.h amf.h Makefile
@@ -83,9 +83,9 @@
cp librtmp.pc $(LIBDIR)/pkgconfig
cp librtmp.3 $(MANDIR)/man3
 
-install_so.0:  librtmp.so.0
-   cp librtmp.so.0 $(LIBDIR)
-   cd $(LIBDIR); ln -sf librtmp.so.0 librtmp.so
+install_0.dylib:   librtmp.0.dylib
+   cp librtmp.0.dylib $(LIBDIR)
+   cd $(LIBDIR); ln -sf librtmp.0.dylib librtmp.dylib
 
 install_dll:   librtmp.dll
cp librtmp.dll $(BINDIR)

Index: libssh2.1.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libssh2.1.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libssh2.1.info  4 Aug 2010 16:29:54 -   1.9
+++ libssh2.1.info  15 Oct 2010 20:20:51 -  1.10
@@ -1,6 +1,6 @@
 Info4: <<
 Package: libssh2.1%type_pkg[-64bit]
-Version: 1.2.6
+Version: 1.2.7
 Revision: 1
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -24,7 +24,7 @@
 <<
 
 Source: http://www.libssh2.org/download/libssh2-%v.tar.gz
-Source-MD5: 7887bd95f1d5fc69780bfc5784410574
+Source-MD5: a5d78344886f1282e4008c09bf568076
 
 Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
 BuildDepends: system-openssl-dev, fink (>= 0.26.2)

Index: ca-bundle.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/ca-bundle.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ca-bundle.info  29 Mar 2009 07:25:45 -  1.2
+++ ca-bundle.info  15 Oct 2010 20:20:51 -  1.3
@@ -1,5 +1,5 @@
 Package: ca-bundle
-Version: 20081229
+Version: 20100827
 Revision: 1
 Description: Bundle of X.509 certificates of public CAs
 DescDetail: <<
@@ -20,7 +20,7 @@
 License: LGPL
 
 Source: http://homepage.mac.com/danielj7/%n-%v.tar.bz2
-Source-MD5: 9d945d2c481309c49f9f92b1c0d73fa8
+Source-MD5: d3c56854ef406f5cc5ec248843d1485d
 
 CompileScript: echo 'Nothing to compile.'
 

--- NEW FILE: rtmpdump-10.6.info ---
Info4: <<
Package: rtmpdump%type_pkg[-64bit]
Version: 2.3
Revision: 1
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) i386
#Needs openssl 0.9.8 or later so only builds on 10.6
Distribution: 10.6
Description: RTMP streaming media client
DescDetail: <<
rtmpdump is a tool for dumping media content streamed over RTMP.

rtmpdump makes a connection to the specified RTMP server and plays
the media specified by the given url. The url should be of the form

  rtmp[t][e]://hostname[:port][/app[/playpath]]
  
Plain rtmp, as well as tunneled and encrypted sessions are supported.
<<
Maintainer: Daniel Johnson 
License: GPL2
Homepage: http://rtmpdump.mplayerhq.hu/

Source: http://rtmpdump.mplayerhq.hu/download/%{ni}-%v.tgz
Source-MD5: eb961f31cd55f0acf5aad1a7b900ef59

PatchFile: %{ni}-10.6.patch
PatchFile-MD5: ecd1343e47f920b03bd900554b28abec

Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
BuildDepends: system-openssl-dev, fink (>= 0.24.12)

NoSetCPPFLAGS: true
NoSetLDFLAGS: true

CompileScript: make SYS=posix prefix=%p libdir='$(prefix)/%lib' 
mandir=%p/share/man

InstallScript: make install SYS=posix prefix=%p libdir='$(prefix)/%lib' 
mandir=%p/share/man DESTDIR=%d

DocFiles: ChangeLog COPYING README *.html

SplitOff: <<
Package: librtmp%type_pkg[-64bit]
Description: Devel files for RTMP streaming
License: LGPL2

BuildDependsOnly: true
Depends:

[cvs] experimental/danielj python32.info, 1.3, 1.4 python32.patch, 1.1, 1.2

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/experimental/danielj
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15542

Modified Files:
python32.info python32.patch 
Log Message:
Python 3.2a3. Tests aren't currently working for some reason.


Index: python32.info
===
RCS file: /cvsroot/fink/experimental/danielj/python32.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- python32.info   13 Sep 2010 22:31:17 -  1.3
+++ python32.info   15 Oct 2010 20:12:25 -  1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: python%type_pkg[python]
 Version: 3.2
-Revision: 0.a2.1
+Revision: 0.a3.1
 Type: python 3.2
 Maintainer: Daniel Johnson 
 Depends: <<
@@ -12,7 +12,7 @@
libgettext8-shlibs,
libncursesw5-shlibs,
readline5-shlibs,
-   sqlite3-shlibs  (>= 3.2.8-1001),
+   sqlite3-shlibs  (>= 3.7.2-2),
tcltk (>= 8.4.1-1),
x11
 <<
@@ -27,20 +27,20 @@
libgettext8-dev,
libncursesw5,
readline5,
-   sqlite3-dev (>= 3.2.8-1001),
+   sqlite3-dev (>= 3.7.2-2),
system-openssl-dev,
tcltk-dev (>= 8.4.1-1),
x11-dev
 <<
 Provides: argparse-py%type_pkg[python]
 #Source: http://python.org/ftp/python/%v/Python-%v.tar.bz2
-Source: http://python.org/ftp/python/%v/Python-%{v}a2.tar.bz2
-Source-MD5: 5fc5546bea30d99e5cbd9095e92f49ab
+Source: http://python.org/ftp/python/%v/Python-%{v}a3.tar.bz2
+Source-MD5: 2c7f690e6de62691a0427328a9654290
 # No html docs yet.
 #Source2: http://www.python.org/ftp/python/doc/%v/python-%v-docs-html.tar.bz2
 #Source2-MD5: c9ccf8e9fc4d046c168af313706f159b
 PatchFile: %n.patch
-PatchFile-MD5: ed3ad9bf2e8524c7d0f2e54c660ffb53
+PatchFile-MD5: 0ec4b5242d4913b529fc38b13f559f31
 PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: --enable-shared

Index: python32.patch
===
RCS file: /cvsroot/fink/experimental/danielj/python32.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python32.patch  10 Aug 2010 20:09:13 -  1.1
+++ python32.patch  15 Oct 2010 20:12:25 -  1.2
@@ -1,17 +1,17 @@
-diff -ru Python-3.2a1.orig/Makefile.pre.in Python-3.2a1/Makefile.pre.in
 Python-3.2a1.orig/Makefile.pre.in  2010-07-17 16:39:23.0 -0400
-+++ Python-3.2a1/Makefile.pre.in   2010-08-10 15:17:08.0 -0400
-@@ -453,8 +453,7 @@
+diff -ru Python-3.2a3.orig/Makefile.pre.in Python-3.2a3/Makefile.pre.in
+--- Python-3.2a3.orig/Makefile.pre.in  2010-10-10 05:37:12.0 -0400
 Python-3.2a3/Makefile.pre.in   2010-10-15 16:02:17.0 -0400
+@@ -454,8 +454,7 @@
fi
  
  libpython$(VERSION).dylib: $(LIBRARY_OBJS)
 -   $(CC) -dynamiclib -Wl,-single_module $(PY_LDFLAGS) -undefined 
dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib 
-Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ 
$(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
--   
+-
 +   $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) @LIBTOOL_CRUFT@ -o $@ 
$(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LDLAST)
  
  libpython$(VERSION).sl: $(LIBRARY_OBJS)
-   $(LDSHARED) $(PY_LDFLAGS) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) 
$(LIBC) $(LIBM) $(LDLAST)
-@@ -808,7 +807,7 @@
+   $(LDSHARED) -o $@ $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) 
$(LDLAST)
+@@ -819,7 +818,7 @@
  # Install the interpreter with $(VERSION) affixed
  # This goes into $(exec_prefix)
  altbininstall: $(BUILDPYTHON)
@@ -20,7 +20,7 @@
do \
if test ! -d $(DESTDIR)$$i; then \
echo "Creating directory $$i"; \
-@@ -821,9 +820,9 @@
+@@ -832,9 +831,9 @@
if test -n "$(DLLLIBRARY)" ; then \
$(INSTALL_SHARED) $(DLLLIBRARY) $(DESTDIR)$(BINDIR); \
else \
@@ -32,7 +32,7 @@
fi \
fi; \
elsetrue; \
-@@ -834,7 +833,7 @@
+@@ -845,7 +844,7 @@
then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON)3$(EXE); \
else true; \
fi
@@ -41,9 +41,9 @@
-rm -f $(DESTDIR)$(BINDIR)/python3-config
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config 
python3-config)
-rm -f $(DESTDIR)$(LIBPC)/python3.pc
-diff -ru Python-3.2a1.orig/Misc/python-config.in 
Python-3.2a1/Misc/python-config.in
 Python-3.2a1.orig/Misc/python-config.in2010-04-06 17:30:42.0 
-0400
-+++ Python-3.2a1/Misc/python-config.in 2010-08-10 15:32:45.0 -0400
+diff -ru Python-3.2a3.orig/Misc/python-config.in 
Python-3.2a3/Misc/python-config.in
+--- Python-3.2a3.orig/Misc/python-config.in2010-09-12 16:58:19.0 
-0400
 Python-3.2a3/Misc/python-config.in 2010-10-15 16:02:17.0 -0400
 @@ -46,11 +46,10 @@
  elif opt in ('--libs', '--ldflags'):
   

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods ppix-regexp-pm.info, 1.7, 1.8

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2804

Modified Files:
ppix-regexp-pm.info 
Log Message:
New upstream version.


Index: ppix-regexp-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/ppix-regexp-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ppix-regexp-pm.info 11 Oct 2010 22:11:35 -  1.7
+++ ppix-regexp-pm.info 15 Oct 2010 19:12:03 -  1.8
@@ -1,6 +1,6 @@
 Info2: <<
 Package: ppix-regexp-pm%type_pkg[perl]
-Version: 0.013
+Version: 0.014
 Revision: 1
 Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 License: Artistic/GPL
@@ -15,7 +15,7 @@
 Homepage: http://search.cpan.org/dist/PPIx-Regexp/
 
 Source: mirror:cpan:authors/id/W/WY/WYANT/PPIx-Regexp-%v.tar.gz
-Source-MD5: cdd0ffb9c4078b20d77a168f0a6607c6
+Source-MD5: 1a363aadab102928580d05315354afd8
 
 Type: perl (5.8.8 5.10.0)
 UpdatePOD: true


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/devel autoconf-archive.info, NONE, 1.1

2010-10-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31164

Added Files:
autoconf-archive.info 
Log Message:
New package.


--- NEW FILE: autoconf-archive.info ---
Package: autoconf-archive
Version: 2010.08.19
Revision: 1
Description: Freely re-usable Autoconf macros
DescDetail: <<
The GNU Autoconf Archive is a collection of more than 450 macros for
GNU Autoconf that have been contributed as free software by friendly
supporters of the cause from all over the Internet. Every single one of
those macros can be re-used without imposing any restrictions
whatsoever on the licensing of the generated configure script. In
particular, it is possible to use all those macros in configure scripts
that are meant for non-free software. This policy is unusual for a Free
Software Foundation project. The FSF firmly believes that software
ought to be free, and software licenses like the GPL are specifically
designed to ensure that derivative work based on free software must be
free as well. In case of Autoconf, however, an exception has been made,
because Autoconf is at such a pivotal position in the software
development tool chain that the benefits from having this tool
available as widely as possible outweigh the disadvantage that some
authors may choose to use it, too, for proprietary software.
<<
DescUsage: <<
We don't depend on any autoconf or automake packages, but obviously
any package using this will need to do so to do anything useful with it.
<<
License: GPL3+
Homepage: http://www.gnu.org/software/autoconf-archive/
Maintainer: Daniel Johnson 

Source: mirror:gnu:%n/%n-%v.tar.bz2
Source-MD5: 7d326df2c941ed32a662696f7e1c114d

BuildDependsOnly: true

InstallScript: <<
make install DESTDIR=%d
# These files are superfluous since they already go into DocFiles.
rm -rf %i/share/%n
<<

DocFiles: AUTHORS ChangeLog COPYING NEWS README TODO
InfoDocs: %n.info


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] CVSROOT avail,1.100,1.101

2010-10-15 Thread Daniel Macks
Update of /cvsroot/fink/CVSROOT
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2166

Modified Files:
avail 
Log Message:
long-term inability or refusal to commit viable packages without many cycles of 
other-maintainer oversight and specific instructions for fixing


Index: avail
===
RCS file: /cvsroot/fink/CVSROOT/avail,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- avail   5 Sep 2010 08:51:41 -   1.100
+++ avail   15 Oct 2010 14:21:02 -  1.101
@@ -12,7 +12,7 @@
 avail|gecko2|pdb
 
 # Active members have write access to everything except CVSROOT
-avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, fangism, freckle, gecko2, goatbar, gyar, 
hicky, htodd, jacereda, jackfink, jessealama, jfmertens, jimgibbs, jswhit, 
k-m_schindler, kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, 
mrvacbob, msachs, msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, 
rohanl, rv8, schwern, shawn, spundun, thesin, thomasko, treiber, usata, vasi, 
wgscott, wm3, yatsuo, zauc, zking|base-files, fink, mirrors, web, dists, 
packages, scripts/installer
+avail|aida_s, alexkhansen, arohl, asari, ashley-y, babayoshihiko, bbraun, 
bcully, benh57, beren12, bmaret, carstenklapp, cattrap, chris01, chrisdolan, 
clepple, costabel, crhalpin, cswinehart, danielj7, dazjorz, dbreiser, dmacks, 
dmalloc, driftkop, dsias, ebroder, fangism, freckle, gecko2, goatbar, gyar, 
hicky, htodd, jacereda, jessealama, jfmertens, jimgibbs, jswhit, k-m_schindler, 
kconger, kilian, landonf, lrosengreen, mathmeye, mommsen, mrvacbob, msachs, 
msek, neeri, nieder, noolab, ogorman, okayama, oldgeese, rohanl, rv8, schwern, 
shawn, spundun, thesin, thomasko, treiber, usata, vasi, wgscott, wm3, yatsuo, 
zauc, zking|base-files, fink, mirrors, web, dists, packages, scripts/installer
 
 # The 'scripts' module (TODO: distinguish access for each subdir?)
 avail|bbraun, benh57, chris01, dmacks, dmrrsn, fingolfin, mommsen, msachs, 
nieder, rangerrick, ogorman|scripts


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-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/net simpleproxy.info,1.1,1.2

2010-10-15 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20426/unstable/main/finkinfo/net

Modified Files:
simpleproxy.info 
Log Message:
fixed

Index: simpleproxy.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/simpleproxy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- simpleproxy.info30 Jul 2008 21:32:34 -  1.1
+++ simpleproxy.info15 Oct 2010 13:32:08 -  1.2
@@ -1,6 +1,6 @@
 Package: simpleproxy
 Version: 3.4
-Revision: 1002
+Revision: 1003
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Maintainer: Jack Fink 
 Homepage: http://sourceforge.net/projects/simpleproxy
@@ -8,6 +8,6 @@
 Description: Simple TCP proxy
 Source-MD5: 95fbc83e731f4c727802e023cf3d43ad
 PatchScript: perl -pi -e "s,-g -O,-O,g;s,-O2,-Os,g" configure
-ConfigureParams: --disable-dependency-tracking
-InstallScript: make install DESTDIR=%d
+ConfigureParams: --disable-dependency-tracking --mandir=%i/share/man
+InstallScript: make install DESTDIR=%d prefix=%i
 DocFiles: ChangeLog README TODO


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/babayoshihiko/finkinfo mapserver5-py.info, NONE, 1.1 mapserver5.info, 1.1, 1.2

2010-10-15 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16845

Modified Files:
mapserver5.info 
Added Files:
mapserver5-py.info 
Log Message:
mapscripts

--- NEW FILE: mapserver5-py.info ---
Info2: <<

Package: mapserver5-py%type_pkg[python]
Type: python (2.5 2.6 2.7)
Version: 5.6.5
Revision: 1001.3
Distribution: 10.5, 10.6
Architecture: i386
Description: Spatial Web Development Environment
License: BSD
Homepage: http://mapserver.org/
Maintainer: Kurt Schwehr 
DescDetail:
DescUsage:
Depends: mapserver5, python%type_pkg[python]
BuildDepends: fink (>=0.24.12)
Source: http://download.osgeo.org/mapserver/mapserver-%v.tar.gz
Source-MD5: 33abbf27fa8e3bf2c53257c2188a67b3

SetCFLAGS: -O3 -funroll-loops -fexpensive-optimizations -ffast-math

# Compile Phase.
ConfigureParams: --mandir=%i/share/man --with-gd=%p --with-pdf=%p 
--with-gdal=%p/bin/gdal-config --with-ogr=%p/bin/gdal-config --with-png=%p 
--with-proj=%p --with-ming=%p --with-curl-config=%p/bin/curl-config --with-wfs 
--with-wcs --with-wmsclient --with-wfsclient --with-sos 
--with-geos=%p/opt/libgeos3.2.2/bin/geos-config --with-postgis=%p/bin/pg_config 
--with-php=%p/include/php5

CompileScript: <<
  #!/bin/bash -ev
  OPT_FLAGS="-O3 -funroll-loops -fexpensive-optimizations -ffast-math"
  CXXFLAGS="-I%p/include/gdal1 $OPT_FLAGS" CPPFLAGS="-I%p/include/gdal1 
$OPT_FLAGS" CFLAGS="-I%p/include/gdal1 $OPT_FLAGS" ./configure %c
  CXXFLAGS="-I%p/include/gdal1 $OPT_FLAGS" CPPFLAGS="-I%p/include/gdal1" 
CFLAGS="-I%p/include/gdal1 $OPT_FLAGS" make 
  pushd mapscript/python
  %p/bin/python%type_raw[python] setup.py build
  popd
<<

InstallScript: <<
  echo "Installing Python MapScript"
  (cd %b/mapscript/python && %p/bin/python%type_raw[python] setup.py install 
--no-compile --prefix=%p 
--install-lib=%i/lib/python%type_raw[python]/site-packages)
<<
DocFiles: mapscript/python/README

<<
Index: mapserver5.info
===
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/mapserver5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mapserver5.info 13 Oct 2010 12:57:36 -  1.1
+++ mapserver5.info 15 Oct 2010 10:58:47 -  1.2
@@ -1,6 +1,6 @@
 Package: mapserver5
 Version: 5.6.5
-Revision: 1001.3
+Revision: 1001.4
 Distribution: 10.5, 10.6
 Architecture: i386
 Description: Spatial Web Development Environment
@@ -25,19 +25,22 @@
 You may, of course, add symlink to CGI-Executables after you edit httpd.conf
 to have Options: FollowSymLinks ExecCGI.
 
-To use php-mapscript5, you need to enable php-cgi as follows:
-  1. edit %p/etc/apache2/apache2.conf and add two lines as:
-Include /sw/etc/apache2/mods-available/*.load
-Include /sw/etc/apache2/mods-available/*.conf
+To use mapscript5 with php5-cgi, you need to enable php5-cgi as follows:
+  1. edit %p/etc/apache2/apache2.conf and change these lines:
+  Include /sw/etc/apache2/mods-enabled/*.load
+  Include /sw/etc/apache2/mods-enabled/*.conf
+to:
+  Include /sw/etc/apache2/mods-available/*.load
+  Include /sw/etc/apache2/mods-available/*.conf
   2. edit  %p/etc/apache2/sites-enabled/000-default and edit (not add)
 AllowOverride All
   3. Now run httpd
-$ sudo apache2ctl graceful
+  $ sudo apache2ctl graceful
 and check
-http://localhost/mapscript/php-examples/phpinfo_mapscript.php
+  http://localhost/mapscript/php-examples/phpinfo_mapscript.php
 
 The documents are available at:
-http://mapserver.gis.umn.edu/doc.html
+http://mapserver.org/documentation.html
 <<
 
 # Dependencies.
@@ -106,10 +109,11 @@
 
 CompileScript: <<
   #!/bin/bash -ev
-  #printenv
-  echo $PATH
+  # Fix for PHP MapScript
+  perl -pi -e "s|-bundle -flat_namespace -undefined suppress|-bundle 
-undefined dynamic_lookup|" configure
+  
   OPT_FLAGS="-O3 -funroll-loops -fexpensive-optimizations -ffast-math"
-
+  
   CXXFLAGS="-I%p/include/gdal1 $OPT_FLAGS" CPPFLAGS="-I%p/include/gdal1 
$OPT_FLAGS" CFLAGS="-I%p/include/gdal1 $OPT_FLAGS" ./configure %c
 
   CXXFLAGS="-I%p/include/gdal1 $OPT_FLAGS" CPPFLAGS="-I%p/include/gdal1" 
CFLAGS="-I%p/include/gdal1 $OPT_FLAGS" make 
@@ -118,11 +122,6 @@
   echo "Action application/php5-script /cgi-bin/php5" >examples/.htaccess
   echo "AddHandler application/php5-script .php .phtml" >>examples/.htaccess
   popd
-  
-  # pushd mapscript/python
-  # perl -pi -e "s|install_dir =|install_dir = '%b/mapscript/python/install' 
#|" setup.py
-  # %p/bin/python2.6 setup.py build
-  # popd
 <<
 
 # Install Phase.
@@ -145,14 +144,12 @@
   mkdir -p %i/lib/php5/20060613 %i/var/www/mapscript
   cp %b/mapscript/php3/php_mapscript.so %i/lib/php5/20060613/
   cp -R %b/mapscript/php3/examples %i/var/www/mapscript/php-examples
-
-  echo "Installing Python MapScript"
 <<
 DocFiles: GD-COPYING HISTORY.TXT INSTALL README README.CONFIGURE
 
 
 SplitOff: <<
-  Package: php-mapscript5
+  Pack

[cvs] dists/10.4/unstable/main/finkinfo/sound fluidsynth1.info, 1.2, 1.3

2010-10-15 Thread fangism
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8104

Modified Files:
fluidsynth1.info 
Log Message:
sync from my experimental, fixes cmake build with -fno-common -fPIC


Index: fluidsynth1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/fluidsynth1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fluidsynth1.info12 Oct 2010 21:29:26 -  1.2
+++ fluidsynth1.info15 Oct 2010 08:02:03 -  1.3
@@ -25,7 +25,7 @@
 ###
 CompileScript: <<
  #!/bin/sh -ev
- %p/bin/cmake -DCMAKE_INSTALL_PREFIX=%p/lib/%N .
+ %p/bin/cmake -DCMAKE_INSTALL_PREFIX=%p/lib/%N -DCMAKE_C_FLAGS="-fno-common 
-fPIC" .
  /usr/bin/make
 <<
 ###


--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs