[cvs] dists/10.7/stable/main/finkinfo/net alpine.info,NONE,1.1

2013-01-15 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1784

Added Files:
alpine.info 
Log Message:
Re-adding alpine.

--- NEW FILE: alpine.info ---
Info2: <<
Package: alpine
Version: 2.10
Revision: 1
Source: http://patches.freeiz.com/%n/patches/%n-%v/%n-%v.clean.tar.lzma
Source-MD5: 727a6eaa577857b98ea74fac6ea42a25
# PatchFile: %n.patch
# PatchFile-MD5: 5b6ed87fb32bb9e2f9558666a1616a5e
NoSourceDirectory: true
Depends: cyrus-sasl2-shlibs, db51-aes-shlibs, libgettext3-shlibs, libiconv, 
libncurses5-shlibs, openldap24-shlibs, openssl100-shlibs, tcltk-shlibs, xz
BuildDepends: cyrus-sasl2-dev, libgettext3-dev, libiconv-dev, libncurses5, 
openldap24-dev, openssl100-dev, fink (>= 0.24.12)
GCC: 4.0
Replaces: pine, pine-ssl, alpine
ConfigureParams: <<
--bindir=%i/bin --sbindir=%i/sbin --datarootdir=%i/share 
--with-ldap-dir=%p \
--with-ssl-dir=%p \
--with-ssl-certs-dir=%p/etc/ssl/certs \
--with-ssl-include-dir=%p/include \
--with-ssl-lib-dir=%p/lib \
--with-local-password-cache-method --with-c-client-target=osx 
--prefix=%d
<<
SetLDFLAGS: -lintl
# PatchScript: <<
#   sed 's,@PREFIX@,%p,g' < %{PatchFile} | patch -p1
# <<
UseMaxBuildJobs: false
SetCPPFlags: -DMAC_OSX_KLUDGE
CompileScript: <<
#!/bin/sh -ev
xz -dc %n-%v.clean.tar.lzma | tar xf -
cd %n-%v
./configure %c
make
<<
InstallScript: <<
#!/bin/sh -ev
cd %n-%v
make install
<<
DocFiles: %n-%v/LICENSE %n-%v/NOTICE %n-%v/README %n-%v/VERSION
License: BSD
Description: Text based tool for managing emails
DescDetail: <<
Alpine is a fast, easy to use email client that is suitable for both the
inexperienced email user as well as for the most demanding of power users.
Alpine is based on the Pine(r) Message System, which was also developed at the
University of Washington. Alpine can be learned by exploration and the use of
context-sensitive help. The user experience is highly customizable through the
use of the Alpine Setup command.
<<
DescUsage: <<
Don't forget to copy certs into the /System/Library/OpenSSL/certs directory to
use SSL.
<<
Maintainer: Hisashi T Fujinaka 
Homepage: http://www.washington.edu/alpine
<<


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-01-15 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21284

Modified Files:
ngspice.info 
Log Message:
now use distributed documentation instead of building


Index: ngspice.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ngspice.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ngspice.info15 Jan 2013 18:24:05 -  1.2
+++ ngspice.info16 Jan 2013 02:24:40 -  1.3
@@ -1,3 +1,4 @@
+Info3: <<
 Package: ngspice
 Version: rework-25
 Revision: 1
@@ -10,39 +11,38 @@
fink (>= 0.24.12-1),
fink-package-precedence,
readline6,
+   libncurses5,
x11-dev,
automake1.11,
autoconf2.6,
-   libtool2,
-   texinfo
+   libtool2
+#  texinfo
 <<
 
 Source: mirror:sourceforge:%n/ng-spice-rework/25/%n-25.tar.gz
-# Source: mirror:sourceforge:ngspice/ngspice-25.tar.gz
-# Source: mirror:sourceforge:ngspice/ng-spice-%v.tar.gz
-# SourceDirectory: ngspice-25
 Source-MD5: 0a2c9f377c5da827f774c7b4f9248231
+Source2: http://%n.sourceforge.net/docs/ngspice25-manual.pdf
+Source2-MD5: 42a5a9f6614b9d3c7e4027cc0ce498ee
 PatchFile: %n.patch
 PatchFile-MD5: 93639fcc90f4b0e942c5f2336b57963e
 
 PatchScript: <<
#!/bin/sh -ev
%{default_script}
-   sed -i.orig -e '/STATIC/s|-static||g' \
-   -e '/man1\/Makefile/a\
-   doc/Makefile\
-' configure.ac
+   sed -i.orig -e '/STATIC/s|-static||g' configure.ac
+#  sed -i.orig -e '/STATIC/s|-static||g' \
+#  -e '/man1\/Makefile/a\
+#  doc/Makefile\
+# ' configure.ac
sed -i.orig -e '/AM_CFLAGS.*-static/s|^|# |' src/Makefile.am
-   sed -i.orig -e '/SUBDIRS/s|man|& doc|' Makefile.am
-   sed -i.orig -e '/TEXI2DVI/s|^|# |' doc/Makefile.am
+#  sed -i.orig -e '/SUBDIRS/s|man|& doc|' Makefile.am
+#  sed -i.orig -e '/TEXI2DVI/s|^|# |' doc/Makefile.am
pushd doc
ln -s ../AUTHORS .
popd
./autogen.sh
 <<
 
-SetCFLAGS: -g -O2 -DPIC -fno-common
-# Doesn't seem to work with --disable-dependency-tracking:
 ConfigureParams: <<
--infodir=%p/share/info \
--mandir=%p/share/man \
@@ -57,11 +57,16 @@
 
 CompileScript: <<
#!/bin/sh -ev
-   %{default_script}
-   pushd doc
-   make || make V=1
-   make -j1 ngspice.{pdf,ps,html}
-   popd
+   mkdir build
+   env
+   cd build
+#  %{default_script}
+   ../configure %c -C
+   make V=1
+#  pushd doc
+#  make || make V=1
+#  make -j1 ngspice.{pdf,ps,html}
+#  popd
fink-package-precedence .
 <<
 
@@ -72,14 +77,16 @@
 # some tests may fail due to 0.0 != -0.0, consider using numdiff
 
 InstallScript: <<
-#!/bin/sh -ex
-   make install DESTDIR=%d
-   mkdir -p %i/share/doc/%n/xgraph
-   cp -pr xgraph/README.* %i/share/doc/%n/xgraph
-   cp -pr contrib %i/share/doc
+   #!/bin/sh -ev
+   pushd build
+   make install DESTDIR=%d
+   popd
+   mkdir -p %i/share/doc/%n/xgraph
+   cp -pr xgraph/README.* %i/share/doc/%n/xgraph
+   cp -pr contrib %i/share/doc
 <<
 
-InfoDocs: ngspice.info
+# InfoDocs: ngspice.info
 
 DocFiles: <<
   ANALYSES AUTHORS BUGS COPYING ChangeLog DEVICES FAQ Stuarts_Poly_Notes NEWS
@@ -87,8 +94,9 @@
   src/spicelib/devices/adms/psp102/admsva/readme.txt:adms-psp102-readme.txt
   src/spicelib/devices/soi3/README:README.soi3
   src/frontend/numparam/readme.txt:README.numparam
-   doc/ngspice.pdf doc/ngspice.ps doc/ngspice.html
+  ../ngspice25-manual.pdf
 <<
+#  build/doc/ngspice.pdf build/doc/ngspice.ps build/doc/ngspice.html
 
 Description: Mixed-level/mixed-signal circuit simulator
 
@@ -120,9 +128,11 @@
 user interests, contributions and feedback. 
 
 Ngspice is part of the gEDA project.
+
+Previous Maintainer: Charles Lepple 
 <<
 
 License: BSD
 Homepage: http://ngspice.sourceforge.net/
-# Maintainer: Charles Lepple 
 Maintainer: David Fang 
+<<


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
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/languages php5.info,1.5,1.6

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14803/languages

Modified Files:
php5.info 
Log Message:
nope, not gonna work with latest pcre. See: 
https://bugs.php.net/bug.php?id=60986


Index: php5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/php5.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- php5.info   15 Jan 2013 23:50:52 -  1.5
+++ php5.info   16 Jan 2013 00:15:28 -  1.6
@@ -1,8 +1,8 @@
 Package: php5
 Version: 5.2.12
-Revision: 6
+Revision: 7
 ###
-BuildDepends: apache2-dev (>= 2.2.9-2), aspell-dev, libbind6-dev, bzip2-dev, 
cyrus-sasl2-dev, db47-aes | db47, expat1, fink (>= 0.32), freetype219, gd2, 
gdbm3, gmp, libapr.0-dev, libaprutil.0-dev, libc-client1-dev, libcurl4, libelf, 
libgettext8-dev, libiconv-dev, libjpeg8, libmcrypt, libmhash2, libming1-dev, 
libncurses5, libpng14, libtidy-dev, libtool2, libxml2 (>= 2.6.1-1), libxslt, 
mysql-unified-dev, net-snmp-unified25-dev, openldap24-dev, libpcre1, 
postgresql91-dev (>= 1:0-0), recode-dev, sqlite-dev, sqlite3-dev, 
system-openssl-dev, system-pkgconfig-openssl, t1lib5-nox, unixodbc2 (>= 
2.2.11-1010) | unixodbc2-nox (>= 2.2.11-1010), x11-dev, fontconfig2-dev, 
pkgconfig (>= 0.23)
+BuildDepends: apache2-dev (>= 2.2.9-2), aspell-dev, libbind6-dev, bzip2-dev, 
cyrus-sasl2-dev, db47-aes | db47, expat1, fink (>= 0.32), freetype219, gd2, 
gdbm3, gmp, libapr.0-dev, libaprutil.0-dev, libc-client1-dev, libcurl4, libelf, 
libgettext8-dev, libiconv-dev, libjpeg8, libmcrypt, libmhash2, libming1-dev, 
libncurses5, libpng14, libtidy-dev, libtool2, libxml2 (>= 2.6.1-1), libxslt, 
mysql-unified-dev, net-snmp-unified25-dev, openldap24-dev, pcre, 
postgresql91-dev (>= 1:0-0), recode-dev, sqlite-dev, sqlite3-dev, 
system-openssl-dev, system-pkgconfig-openssl, t1lib5-nox, unixodbc2 (>= 
2.2.11-1010) | unixodbc2-nox (>= 2.2.11-1010), x11-dev, fontconfig2-dev, 
pkgconfig (>= 0.23)
 Depends: php5-common (>= %v-%r), libapache2-mod-php5 (= %v-%r) | php5-cgi (= 
%v-%r) | php5-cli (= %v-%r)
 Replaces: php5-apache2-ssl
 ###
@@ -383,7 +383,7 @@
 ###
 SplitOff: <<
   Package: libapache2-mod-php5
-  Depends: apache2 (>= 2.2.9-2), libbind6, bzip2-shlibs, db47-aes-shlibs | 
db47-shlibs, expat1-shlibs, gdbm3-shlibs, libapr.0-shlibs, libaprutil.0-shlibs, 
libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 2.6.1-1), 
openldap24-shlibs, libpcre1-shlibs, php5-common (>= %v-%r)
+  Depends: apache2 (>= 2.2.9-2), libbind6, bzip2-shlibs, db47-aes-shlibs | 
db47-shlibs, expat1-shlibs, gdbm3-shlibs, libapr.0-shlibs, libaprutil.0-shlibs, 
libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 2.6.1-1), 
openldap24-shlibs, pcre-shlibs, php5-common (>= %v-%r)
   Replaces: libapache2-ssl-mod-php5
   Conflicts: libapache2-mod-php4, libapache2-ssl-mod-php4
   ConfFiles: <<
@@ -447,7 +447,7 @@
 <<
 SplitOff2: <<
   Package: php5-cgi
-  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 
2.6.1-1), libpcre1-shlibs, php5-common (>= %v-%r)
+  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 
2.6.1-1), pcre-shlibs, php5-common (>= %v-%r)
   Replaces: php5-apache-ssl-cgi
   ConfFiles: %p/etc/php5/cgi/php.ini
   Files: <<
@@ -475,7 +475,7 @@
 <<
 SplitOff3: <<
   Package: php5-cli
-  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, 
libncurses5-shlibs, libxml2-shlibs (>= 2.6.1-1), libpcre1-shlibs, php5-common 
(>= %v-%r)
+  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, 
libncurses5-shlibs, libxml2-shlibs (>= 2.6.1-1), pcre-shlibs, php5-common (>= 
%v-%r)
   Replaces: php5-apache-ssl-cgi
   ConfFiles: %p/etc/php5/cli/php.ini
   Files: <<


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
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/languages php5.info,1.4,1.5

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13518

Modified Files:
php5.info 
Log Message:
aw heck, let's move to a more modern pg (and other current libversions of deps) 
to match the 10.[78] package dep-lists

Index: php5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/php5.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- php5.info   15 Jan 2013 12:52:47 -  1.4
+++ php5.info   15 Jan 2013 23:50:52 -  1.5
@@ -1,8 +1,8 @@
 Package: php5
 Version: 5.2.12
-Revision: 5
+Revision: 6
 ###
-BuildDepends: apache2-dev (>= 2.2.9-2), aspell-dev, libbind6-dev, bzip2-dev, 
cyrus-sasl2-dev, db47-aes | db47, expat1, fink (>= 0.32), freetype219, gd2, 
gdbm3, gmp, libapr.0-dev, libaprutil.0-dev, libc-client1-dev, libcurl4, libelf, 
libgettext8-dev, libiconv-dev, libjpeg8, libmcrypt, libmhash2, libming1-dev, 
libncurses5, libpng14, libtidy-dev, libtool2, libxml2 (>= 2.6.1-1), libxslt, 
mysql-unified-dev, net-snmp-unified25-dev, openldap24-dev, pcre, 
postgresql84-dev (>= 1:0-0), recode-dev, sqlite-dev, sqlite3-dev, 
system-openssl-dev, system-pkgconfig-openssl, t1lib5-nox, unixodbc2 (>= 
2.2.11-1010) | unixodbc2-nox (>= 2.2.11-1010), x11-dev, fontconfig2-dev, 
pkgconfig (>= 0.23)
+BuildDepends: apache2-dev (>= 2.2.9-2), aspell-dev, libbind6-dev, bzip2-dev, 
cyrus-sasl2-dev, db47-aes | db47, expat1, fink (>= 0.32), freetype219, gd2, 
gdbm3, gmp, libapr.0-dev, libaprutil.0-dev, libc-client1-dev, libcurl4, libelf, 
libgettext8-dev, libiconv-dev, libjpeg8, libmcrypt, libmhash2, libming1-dev, 
libncurses5, libpng14, libtidy-dev, libtool2, libxml2 (>= 2.6.1-1), libxslt, 
mysql-unified-dev, net-snmp-unified25-dev, openldap24-dev, libpcre1, 
postgresql91-dev (>= 1:0-0), recode-dev, sqlite-dev, sqlite3-dev, 
system-openssl-dev, system-pkgconfig-openssl, t1lib5-nox, unixodbc2 (>= 
2.2.11-1010) | unixodbc2-nox (>= 2.2.11-1010), x11-dev, fontconfig2-dev, 
pkgconfig (>= 0.23)
 Depends: php5-common (>= %v-%r), libapache2-mod-php5 (= %v-%r) | php5-cgi (= 
%v-%r) | php5-cli (= %v-%r)
 Replaces: php5-apache2-ssl
 ###
@@ -75,8 +75,7 @@
 <<
 SetCFLAGS: -MD -I%p/lib/system-openssl/include -I%p/include/c-client 
-I%p/include/bind
 NoSetLIBS: true
-NoSetLDFLAGS: true
-SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib
+SetLDFLAGS: -L%p/lib/system-openssl/lib
 ###
 DocFiles: LICENSE
 ###
@@ -163,7 +162,7 @@
   --without-pdo-dblib \
   --with-pdo-mysql=shared,%p \
   --with-pdo-odbc=shared,unixODBC,%p \
-  --with-pdo-pgsql=shared,%p/opt/postgresql-8.4 \
+  --with-pdo-pgsql=shared,%p/opt/postgresql-9.1 \
   --with-pdo-sqlite=shared,%p \
   --with-gmp=shared,%p
 
@@ -384,7 +383,7 @@
 ###
 SplitOff: <<
   Package: libapache2-mod-php5
-  Depends: apache2 (>= 2.2.9-2), libbind6, bzip2-shlibs, db47-aes-shlibs | 
db47-shlibs, expat1-shlibs, gdbm3-shlibs, libapr.0-shlibs, libaprutil.0-shlibs, 
libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 2.6.1-1), 
openldap24-shlibs, pcre-shlibs, php5-common (>= %v-%r)
+  Depends: apache2 (>= 2.2.9-2), libbind6, bzip2-shlibs, db47-aes-shlibs | 
db47-shlibs, expat1-shlibs, gdbm3-shlibs, libapr.0-shlibs, libaprutil.0-shlibs, 
libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 2.6.1-1), 
openldap24-shlibs, libpcre1-shlibs, php5-common (>= %v-%r)
   Replaces: libapache2-ssl-mod-php5
   Conflicts: libapache2-mod-php4, libapache2-ssl-mod-php4
   ConfFiles: <<
@@ -448,7 +447,7 @@
 <<
 SplitOff2: <<
   Package: php5-cgi
-  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 
2.6.1-1), pcre-shlibs, php5-common (>= %v-%r)
+  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, libxml2-shlibs (>= 
2.6.1-1), libpcre1-shlibs, php5-common (>= %v-%r)
   Replaces: php5-apache-ssl-cgi
   ConfFiles: %p/etc/php5/cgi/php.ini
   Files: <<
@@ -476,7 +475,7 @@
 <<
 SplitOff3: <<
   Package: php5-cli
-  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, 
libncurses5-shlibs, libxml2-shlibs (>= 2.6.1-1), pcre-shlibs, php5-common (>= 
%v-%r)
+  Depends: libbind6, bzip2-shlibs, db47-aes-shlibs | db47-shlibs, 
gdbm3-shlibs, libgettext8-shlibs, libiconv, libming1-shlibs, 
libncurses5-shlibs, libxml2-shlibs (>= 2.6.1-1), libpcre1-shlibs, php5-common 
(>= %v-%r)
   Replaces: php5-apache-ssl-cgi
   ConfFiles: %p/etc/php5/cli/php.ini
   Files: <<
@@ -766,7 +765,7 @@
 <<
 SplitOff58: <<
   Package: php5-pgsql
-  Depends: libapache2-mod-php5 (= %v-%r) | php5-cgi (= %v-%r) | php5-cli (= 
%v-%r), postgresql84-shlibs (>= 8.4.7-1), php5-common (>= %v-%r)
+  Depends: libapache2-mod-php5 (= %v-%r) | php5-cgi (= %v-%r) | php5-cli (= 
%v-%r), postgresql91-shlibs, php5-

[cvs] dists/10.4/stable/main/finkinfo/libs gdal.info,1.13,1.14

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6328/stable/main/finkinfo/libs

Modified Files:
gdal.info 
Log Message:
pg upgrade (to match 10.[78])


Index: gdal.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/gdal.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gdal.info   15 Jan 2013 14:52:31 -  1.13
+++ gdal.info   15 Jan 2013 22:33:07 -  1.14
@@ -2,7 +2,7 @@
 Package: gdal%type_pkg[pgsql]%type_pkg[mysql]
 Type: pgsql (. -pgsql), mysql (. -mysql)
 Version: 1.7.2
-Revision: 7
+Revision: 8
 
 # Dependencies.
 Depends: <<
@@ -25,7 +25,7 @@
 sqlite3-dev,
 libspatialite1 (>= 2.3.1-4),
(%type_raw[mysql] = -mysql) mysql-unified-dev,
-   (%type_raw[pgsql] = -pgsql) postgresql84-dev (>= 1:0-0),
+   (%type_raw[pgsql] = -pgsql) postgresql90-dev (>= 1:0-0),
 <<
 BuildConflicts: hdf
 #  python26 - Why was python in here?
@@ -91,8 +91,8 @@
 libspatialite1-shlibs (>= 2.3.1-4),
 (%type_raw[mysql] = -mysql) mysql-unified,
 (%type_raw[mysql] = -mysql) mysql-unified-shlibs,
-(%type_raw[pgsql] = -pgsql) postgis84,
-(%type_raw[pgsql] = -pgsql) postgresql84-shlibs,
+(%type_raw[pgsql] = -pgsql) postgis90,
+(%type_raw[pgsql] = -pgsql) postgresql90-shlibs,
   <<
   Files: lib/libgdal.*.dylib
   Shlibs: %p/lib/libgdal.1.dylib 16.0.0 %n (>= 1.7.0-1)


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci qgis16-mac.info,1.1,1.2

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3347

Modified Files:
qgis16-mac.info 
Log Message:
pg fixes

Index: qgis16-mac.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/qgis16-mac.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qgis16-mac.info 24 Oct 2012 16:04:13 -  1.1
+++ qgis16-mac.info 15 Jan 2013 21:38:46 -  1.2
@@ -7,7 +7,7 @@
 
 
 Version: 1.6.0
-Revision: 7
+Revision: 8
 Description: User friendly Open Source GIS
 License: GPL
 Homepage: http://qgis.org
@@ -36,6 +36,7 @@
 Depends: %n-shlibs (=%v-%r)
 BuildDepends: << 
   fink (>= 0.30.0), cmake, bison (>= 2.3),
+  expat1,
   gsl,
   qt4-base-mac, 
   pyqt4-mac-py27 (>=4.7.4-1), 
@@ -44,7 +45,7 @@
   libiconv-dev, giflib, libtiff, libjpeg8, libogdi3 (>= 3.1.5-1002), libpng14, 
netcdf (>= 3.6.0-1002), cfitsio,
   libgeos3.3.0,
   gdal-dev | gdal-pgsql-dev | gdal-mysql-dev| gdal-pgsql-mysql-dev, 
-  postgresql84-dev, 
+  postgresql90-dev (>= 1:0-0), 
   (%type_raw[grass] = -grass) grass64-mac-dev | (%type_raw[grass] = -grass) 
grass64-x11-dev, 
   proj (>=4),
   qwt-qt4-mac
@@ -96,7 +97,7 @@
 -DSIP_INCLUDE_DIR=%p/include/python$PY_VER
 -DSIP_BINARY_PATH=%p/bin
 -DPOSTGRESQL_PREFIX=%p
--DPOSTGRES_CONFIG=%p/opt/postgresql-8.4/bin/pg_config
+-DPOSTGRES_CONFIG=%p/opt/postgresql-9.0/bin/pg_config
 -DSQLITE3_INCLUDE_DIR=
 -DSQLITE3_LIBRARY=
 -DQWT_LIBRARY=%p/lib/qt4-mac/lib/libqwt.5.dylib
@@ -164,14 +165,16 @@
   Package: %N-shlibs
   Description: QGIS Shared Libraries
   Depends: <<
-qt4-base-mac-qtcore-shlibs, qt4-base-mac-qtgui-shlibs, 
qt4-base-mac-qtnetwork-shlibs, qt4-base-mac-qtsvg-shlibs, 
qt4-base-mac-qtxml-shlibs,
+qt4-base-mac-qtcore-shlibs, qt4-base-mac-qtgui-shlibs, 
qt4-base-mac-qtnetwork-shlibs, qt4-base-mac-qtsql-shlibs, 
qt4-base-mac-qtsvg-shlibs, qt4-base-mac-qtxml-shlibs, qtwebkit-mac-shlibs,
 python27, sip-py27 (>=4.10.5-1), 
 pyqt4-mac-py27 (>=4.7.4-1), 
+expat1-shlibs,
 gsl-shlibs,
+libiconv,
 libgeos3.3.0-shlibs,
 gdal-shlibs | gdal-pgsql-shlibs | gdal-mysql-shlibs| 
gdal-pgsql-mysql-shlibs, 
 libspatialite1-shlibs | libspatialite1-64bit-shlibs,
-postgresql84-shlibs,
+postgresql90-shlibs,
 (%type_pkg[grass] != .) grass64-mac-shlibs | (%type_pkg[grass] != .) 
grass64-x11-shlibs, 
 (%type_pkg[grass] != .) grass64-mac | (%type_pkg[grass] != .) grass64-x11, 
 proj-shlibs (>=4),
@@ -206,7 +209,7 @@
   For consistency, qgis and relevant packages are strongly recommended to 
depend on 
 the latest stable versions, e.g.:
 python2.7
-postgresql84
+postgresql90
 grass64
 <<
 DescPort: <<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-01-15 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20331

Modified Files:
ngspice.info ngspice.patch 
Log Message:
fix patch


Index: ngspice.patch
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ngspice.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ngspice.patch   15 Jan 2013 11:13:32 -  1.1
+++ ngspice.patch   15 Jan 2013 18:24:05 -  1.2
@@ -1,5 +1,5 @@
 src/spicelib/devices/hisim2/hsm2eval.c.orig2013-01-15 
02:54:12.0 -0800
-+++ src/spicelib/devices/hisim2/hsm2eval.c 2013-01-15 02:56:20.0 
-0800
+--- ngspice-25/src/spicelib/devices/hisim2/hsm2eval.c  2013-01-15 
02:54:12.0 -0800
 ngspice-25/src/spicelib/devices/hisim2/hsm2eval.c  2013-01-15 
02:56:20.0 -0800
 @@ -131,7 +131,9 @@
  #define C_IDD_MIN1.0e-15
  

Index: ngspice.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ngspice.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ngspice.info15 Jan 2013 11:13:32 -  1.1
+++ ngspice.info15 Jan 2013 18:24:05 -  1.2
@@ -23,7 +23,7 @@
 # SourceDirectory: ngspice-25
 Source-MD5: 0a2c9f377c5da827f774c7b4f9248231
 PatchFile: %n.patch
-PatchFile-MD5: 85272cea2e04a1f334ebea16362ecb73
+PatchFile-MD5: 93639fcc90f4b0e942c5f2336b57963e
 
 PatchScript: <<
#!/bin/sh -ev


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci emboss.info,1.16,1.17

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15075/sci

Modified Files:
emboss.info 
Log Message:
pg fix

Index: emboss.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/emboss.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- emboss.info 17 Feb 2012 21:31:55 -  1.16
+++ emboss.info 15 Jan 2013 16:56:49 -  1.17
@@ -1,19 +1,19 @@
 Package: emboss
 Version: 6.3.1
-Revision: 103
+Revision: 104
 Depends: <<
%N-libajax6-shlibs (>= %v-%r), 
%N-libnucleus6-shlibs (>= %v-%r), 
dpkg-base-files,
expat1-shlibs,
-   freetype219-shlibs (>= 2.3.12-1),
+   freetype219-shlibs (>= 2.4.11-1),
gd2-shlibs,
libpng15-shlibs,
libtool2-shlibs,
mysql-unified-shlibs,
-   pcre-shlibs,
+   libpcre1-shlibs,
libplplot10-shlibs,
-   postgresql84-shlibs,
+   postgresql92-shlibs,
system-java (>= 1.5.0)
 <<
 BuildDepends: <<
@@ -22,15 +22,15 @@
fink (>= 0.24.12),
fink-package-precedence,
expat1,
-   freetype219 (>= 2.3.12-1),
+   freetype219 (>= 2.4.11-1),
gd2,
libpng15,
libtool2,
mysql-unified-dev,
-   pcre,
+   libpcre1,
pkgconfig,
libplplot10-dev,
-   postgresql84-dev,
+   postgresql92-dev (>= 1:0-0),
system-java-dev (>= 1.5.0)
 <<
 
@@ -50,7 +50,7 @@
  --enable-dependency-tracking --disable-static \
  --includedir=%p/lib/EMBOSS/include --libdir=%p/lib/EMBOSS/lib \
  --docdir=%p/share/EMBOSS \
- --enable-systemlibs --with-postgresql=%p/opt/postgresql-8.4/bin/pg_config
+ --enable-systemlibs --with-postgresql=%p/opt/postgresql-9.2/bin/pg_config
 <<
 CompileScript: <<
 #!/bin/sh -ev
@@ -81,14 +81,14 @@
Package: %N-libajax6-shlibs
Depends: <<
expat1-shlibs,
-   freetype219-shlibs (>= 2.3.12-1),
+   freetype219-shlibs (>= 2.4.11-1),
gd2-shlibs,
libpng15-shlibs,
libtool2-shlibs,
mysql-unified-shlibs,
-   pcre-shlibs,
+   libpcre1-shlibs,
libplplot10-shlibs,
-   postgresql84-shlibs
+   postgresql92-shlibs
<<  
Files: <<
lib/EMBOSS/lib/libacd.6*.dylib
@@ -126,14 +126,14 @@
Depends: <<
%N-libajax6-shlibs (>= %v-%r),
expat1-shlibs,
-   freetype219-shlibs (>= 2.3.12-1),
+   freetype219-shlibs (>= 2.4.11-1),
gd2-shlibs,
libpng15-shlibs,
libtool2-shlibs,
mysql-unified-shlibs,
-   pcre-shlibs,
+   libpcre1-shlibs,
libplplot10-shlibs,
-   postgresql84-shlibs
+   postgresql92-shlibs
<<
Files: <<
lib/EMBOSS/lib/libnucleus.6*.dylib


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci relax.info,NONE,1.1

2013-01-15 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13415

Added Files:
relax.info 
Log Message:
new pkg relax 1.0.4 from tracker
https://sourceforge.net/tracker/?func=detail&aid=3600346&group_id=17203&atid=414256

--- NEW FILE: relax.info ---
Package: relax
Version: 1.0.4
Revision: 1
Source: http://www.geodynamics.org/cig/software/relax/fink/%n-%v.tar.gz
Maintainer: Sylvain Barbot 
HomePage: http://www.geodynamics.org/cig/software/relax/
License: GPL
Description: Semi-analytic solver for earthquake modeling
Source-MD5: 11c517fe9060bc49f9db20d9d2744abd
Depends: <<
fftw3-shlibs,
gcc47-shlibs,
gmt-shlibs, 
netcdf-c7-shlibs,
proj-shlibs
<<
BuildDepends: <<
fftw3, 
gcc47, 
gmt, 
gmt-dev, 
netcdf-c7,
proj
<<
DocFiles: COPYING INSTALL relax.tex
CompileScript: <<
#! /bin/sh -ev
./waf configure --use-fftw --fftw-dir=%p --proj-dir=%p --gmt-dir=%p
./waf build
<<
InstallScript: <<
#! /bin/sh -ev
/usr/bin/install -d -m 755 %i/bin
/usr/bin/install -m 755 ./build/relax %i/bin/relax
/usr/bin/install -d -m 755 %i/share/man/man1
/usr/bin/install -m 644 ./man/man1/relax.1 %i/share/man/man1/relax.1
<<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/kde koffice.info,1.7,1.8

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13038

Modified Files:
koffice.info 
Log Message:
pg fix

Index: koffice.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde/koffice.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- koffice.info30 Dec 2012 22:02:27 -  1.7
+++ koffice.info15 Jan 2013 16:12:54 -  1.8
@@ -1,6 +1,6 @@
 Package: koffice
 Version: 1.6.3
-Revision: 1030
+Revision: 1031
 Description: KDE - office suite
 License: GPL/LGPL
 Maintainer: Benjamin Reed 
@@ -33,7 +33,7 @@
freetype219,
libgettext8-dev,
gettext-tools,
-   glib2-dev (>= 2.18.4-1),
+   glib2-dev (>= 2.22.0-1),
imagemagick2-dev,
kdelibs3-unified-dev (>= 3.5.8-1021),
kjsembed-dev,
@@ -62,7 +62,7 @@
pkgconfig,
poppler2-qt3,
poppler2,
-   postgresql84-dev,
+   postgresql92-dev (>= 1:0-0),
python26,
qt3 (>= 3.3.8-1027),
ruby18-dev,
@@ -103,7 +103,7 @@
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 NoSetMAKEFLAGS: true
-ConfigureParams: --enable-mysql --enable-pgsql 
--with-pgsqlincdir=%p/include/postgresql --with-pgsqllibdir=%p/lib 
--with-pqxx-includes=%p/include --with-pqxx-libraries=%p/lib 
--with-distribution='Fink/Mac OS X' --with-pythondir=%p
+ConfigureParams: --enable-mysql --enable-pgsql 
--with-pgsqlincdir=%p/opt/postgresql-9.2/include 
--with-pgsqllibdir=%p/opt/postgresql-9.2/lib --with-pqxx-includes=%p/include 
--with-pqxx-libraries=%p/lib --with-distribution='Fink/Mac OS X' 
--with-pythondir=%p
 CompileScript: <<
 #!/bin/sh -ev
 
@@ -1023,7 +1023,7 @@
Depends: <<
%N-common (>= %v-%r),
mysql-unified-shlibs,
-   postgresql84-shlibs,
+   postgresql92-shlibs,
libpqxx2-shlibs (>= 1:2.6.8-1)
<<
Replaces: %N-common (<< %v-%r)


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/graphics qt3mac-postgresql.info, 1.5, 1.6

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11071/graphics

Modified Files:
qt3mac-postgresql.info 
Log Message:
sync more magic from non-mac variant (still untested but now more likely not to 
fail badly)

Index: qt3mac-postgresql.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/qt3mac-postgresql.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- qt3mac-postgresql.info  15 Jan 2013 15:17:09 -  1.5
+++ qt3mac-postgresql.info  15 Jan 2013 15:35:51 -  1.6
@@ -33,7 +33,7 @@
  export PATH=%p/lib/qt3mac/bin:$PATH
 
  pushd plugins/src/sqldrivers/psql
- qmake -o Makefile "INCLUDEPATH += %p/opt/postgresql-9.2/include" "LIBS += 
-L%p/lib/qt3mac/lib %p/opt/postgresql-9.2/lib -L%p/lib" psql.pro 
+ qmake -o Makefile "INCLUDEPATH += %p/opt/postgresql-9.2/include 
%p/opt/postgresql-9.2/include/server" "LIBS += -L%p/lib/qt3mac/lib 
%p/opt/postgresql-9.2/lib -L%p/lib" psql.pro 
  make
 <<
 InstallScript: <<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/x11 qt3-postgresql.info, 1.1, 1.2

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10883/x11

Modified Files:
qt3-postgresql.info 
Log Message:
pg fix

Index: qt3-postgresql.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/qt3-postgresql.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qt3-postgresql.info 31 Jan 2012 17:08:38 -  1.1
+++ qt3-postgresql.info 15 Jan 2013 15:33:32 -  1.2
@@ -6,12 +6,12 @@
 Maintainer: Benjamin Reed 
 
 Depends: <<
-   postgresql90-shlibs,
+   postgresql92-shlibs,
qt3-shlibs (>= 3.3.8-2000)
 <<
 BuildDepends: <<
fink-package-precedence (>= 0.7-1),
-   postgresql90-dev,
+   postgresql92-dev (>= 1:0-0),
qt3 (>= 3.3.8-2000)
 <<
 Replaces: <<
@@ -46,10 +46,10 @@
export CC="gcc -MD" CXX="g++ -MD"
fi
 
-   export PATH="%p/opt/postgresql-9.0/bin:$PATH"
+   export PATH="%p/opt/postgresql-9.2/bin:$PATH"
pushd plugins/src/sqldrivers/psql
-   qmake -o Makefile "INCLUDEPATH += %p/opt/postgresql-9.0/include 
%p/opt/postgresql-9.0/include/server" psql.pro 
-   perl -pi -e 's,-L%p/lib,-L%p/opt/postgresql-9.0/lib -L%p/lib,g' Makefile
+   qmake -o Makefile "INCLUDEPATH += %p/opt/postgresql-9.2/include 
%p/opt/postgresql-9.2/include/server" psql.pro 
+   perl -pi -e 's,-L%p/lib,-L%p/opt/postgresql-9.2/lib -L%p/lib,g' Makefile
make CC="$CC" CXX="$CXX"
fink-package-precedence --depfile-ext=.d .
 <<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/graphics qt3mac-postgresql.info, 1.4, 1.5

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9803/stable/main/finkinfo/graphics

Modified Files:
qt3mac-postgresql.info 
Log Message:
blindly taking a guess at pg fix

Index: qt3mac-postgresql.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/qt3mac-postgresql.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- qt3mac-postgresql.info  3 Jul 2012 00:48:07 -   1.4
+++ qt3mac-postgresql.info  15 Jan 2013 15:17:09 -  1.5
@@ -1,6 +1,6 @@
 Package: qt3mac-postgresql
 Version: 3.3.8
-Revision: 1003
+Revision: 1004
 Distribution: 10.4, 10.5
 GCC: 4.0
 CustomMirror: <<
@@ -18,8 +18,8 @@
 Source-MD5: 994a1d62f27198d46690d0775475f5cc
 SourceDirectory: qt-mac-free-%v
 Description: Aqua version of QT3: PostgreSQL Plugin
-Depends: postgresql84-shlibs, qt3mac-shlibs (>= %v-1)
-BuildDepends: postgresql84-dev, qt3mac (>= %v-1)
+Depends: postgresql92-shlibs, qt3mac-shlibs (>= %v-1)
+BuildDepends: postgresql92-dev (>= 1:0-0), qt3mac (>= %v-1)
 BuildConflicts: qt3, qt3-dev
 Replaces: qt3mac, qt3mac-shlibs
 PatchScript: <<
@@ -33,7 +33,7 @@
  export PATH=%p/lib/qt3mac/bin:$PATH
 
  pushd plugins/src/sqldrivers/psql
- qmake -o Makefile "INCLUDEPATH += %p/include/postgresql" "LIBS += 
-L%p/lib/qt3mac/lib -L%p/lib" psql.pro 
+ qmake -o Makefile "INCLUDEPATH += %p/opt/postgresql-9.2/include" "LIBS += 
-L%p/lib/qt3mac/lib %p/opt/postgresql-9.2/lib -L%p/lib" psql.pro 
  make
 <<
 InstallScript: <<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/languages php5.patch,1.1,1.2

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9663/stable/main/finkinfo/languages

Modified Files:
php5.patch 
Log Message:
oops, we need the new patch

Index: php5.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/php5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- php5.patch  10 Jan 2012 02:39:21 -  1.1
+++ php5.patch  15 Jan 2013 15:15:01 -  1.2
@@ -8237,6 +8237,19 @@

PHP_SAFE_FD_SET(this_fd, fds);
  
+diff -ruN php-5.2.12.orig/ext/standard/string.c 
php-5.2.12/ext/standard/string.c
+--- php-5.2.12.orig/ext/standard/string.c  2009-08-31 08:28:46.0 
-0400
 php-5.2.12/ext/standard/string.c   2013-01-15 01:04:21.0 -0500
+@@ -39,6 +39,9 @@
+ #endif
+ #ifdef HAVE_LIBINTL
+ # include  /* For LC_MESSAGES */
++ #ifdef setlocale
++ # undef setlocale /* Uh, libintl, don't F* our symbols please */
++ #endif
+ #endif
+ 
+ #include 
 diff -ruN php-5.2.5.orig/fink/extramodulelist php-5.2.5/fink/extramodulelist
 --- php-5.2.5.orig/fink/extramodulelist1969-12-31 17:00:00.0 
-0700
 +++ php-5.2.5/fink/extramodulelist 2007-12-11 19:09:48.0 -0700


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/kde kpogre.info,1.1,1.2

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9588/stable/main/finkinfo/kde

Modified Files:
kpogre.info 
Log Message:
pg fix

Index: kpogre.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/kde/kpogre.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kpogre.info 22 Feb 2012 23:54:46 -  1.1
+++ kpogre.info 15 Jan 2013 15:13:39 -  1.2
@@ -1,9 +1,9 @@
 Package: kpogre
 Version: 1.8.2
-Revision: 1004
+Revision: 1005
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Depends: expat1-shlibs, fontconfig2-shlibs, freetype219-shlibs, 
kdelibs3-unified (>= 3.5-1), libart2-shlibs, libgettext8-shlibs, libiconv, 
libidn-shlibs, libpng14-shlibs, libpqxx2-shlibs, qt3-shlibs, x11, x11-shlibs, 
postgresql84-shlibs
-BuildDepends: kdelibs3-unified-dev (>= 3.5-1), x11-dev, libiconv-dev, 
freetype219, fontconfig2-dev, gettext-tools, qt3, libart2, libpng14, libidn, 
libxml2-bin, arts-dev, libgettext8-dev, expat1, libpqxx2, postgresql84-dev
+Depends: expat1-shlibs, fontconfig2-shlibs (>= 2.10.0-1), freetype219-shlibs 
(>= 2.4.11-1), kdelibs3-unified (>= 3.5-1), libart2-shlibs, libgettext8-shlibs, 
libiconv, libidn-shlibs, libpng14-shlibs, libpqxx2-shlibs, qt3-shlibs, x11, 
x11-shlibs, postgresql92-shlibs
+BuildDepends: kdelibs3-unified-dev (>= 3.5-1), x11-dev, libiconv-dev, 
freetype219 (>= 2.4.11-1), fontconfig2-dev (>= 2.10.0-1), gettext-tools, qt3, 
libart2, libpng14, libidn, libxml2-bin, arts-dev, libgettext8-dev, expat1, 
libpqxx2, postgresql92-dev (>= 1:0-0)
 Recommends: kdebase3-unified (>= 3.5-1)
 GCC: 4.0
 Maintainer: Jack Fink 
@@ -11,9 +11,9 @@
 License: GPL
 Description: KDE - Administration tool for PostgreSQL
 Source-MD5: c431ce14cf4b499ecbce5ce9341a4f74
-SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 -L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib
-SetCPPFLAGS: -I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
-ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --disable-dependency-tracking 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
+SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+#SetCPPFLAGS: 
+ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include --enable-dependency-tracking 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 PatchScript: <<
perl -pi -e "s,doc/HTML,doc/kde,;s,-g -O,-O,g;s,-O2,-Os,g;" configure
perl -pi -e "s,\@LDFLAGS\@,-undefined dynamic_lookup \@LDFLAGS\@," 
kpogre/Makefile.in


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/database psycopg-py24.info, 1.1, NONE

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/database
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8474/stable/main/finkinfo/database

Removed Files:
psycopg-py24.info 
Log Message:
bit-rotted


--- psycopg-py24.info DELETED ---


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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 gdal.info,1.12,1.13

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8174/stable/main/finkinfo/libs

Modified Files:
gdal.info 
Log Message:
pg fix

Index: gdal.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/gdal.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gdal.info   15 Oct 2012 06:05:05 -  1.12
+++ gdal.info   15 Jan 2013 14:52:31 -  1.13
@@ -2,7 +2,7 @@
 Package: gdal%type_pkg[pgsql]%type_pkg[mysql]
 Type: pgsql (. -pgsql), mysql (. -mysql)
 Version: 1.7.2
-Revision: 6
+Revision: 7
 
 # Dependencies.
 Depends: <<
@@ -25,7 +25,7 @@
 sqlite3-dev,
 libspatialite1 (>= 2.3.1-4),
(%type_raw[mysql] = -mysql) mysql-unified-dev,
-   (%type_raw[pgsql] = -pgsql) postgresql84-dev,
+   (%type_raw[pgsql] = -pgsql) postgresql84-dev (>= 1:0-0),
 <<
 BuildConflicts: hdf
 #  python26 - Why was python in here?


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs gdal.info,1.11,1.12

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8174/10.7/main/finkinfo/libs

Modified Files:
gdal.info 
Log Message:
pg fix

Index: gdal.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/gdal.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gdal.info   31 Dec 2012 01:14:31 -  1.11
+++ gdal.info   15 Jan 2013 14:52:31 -  1.12
@@ -9,7 +9,7 @@
 Type: pgsql (. -pgsql)
 #Type: pgsql (. -pgsql), mysql (. -mysql)
 Version: 1.9.1
-Revision: 5
+Revision: 6
 
 # Dependencies.
 Depends: <<
@@ -35,7 +35,7 @@
 sqlite3-dev,
 libspatialite1 (>= 2.3.1-4),
unixodbc2 | unixodbc2-nox,
-   (%type_raw[pgsql] = -pgsql) postgresql90-dev,
+   (%type_raw[pgsql] = -pgsql) postgresql90-dev (>= 1:0-0),
 <<
 
 # FIX: add these back in when available


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci grass60.info,1.11,1.12

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5663

Modified Files:
grass60.info 
Log Message:
pg fix (I think)

Index: grass60.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/grass60.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- grass60.info28 Feb 2012 22:56:07 -  1.11
+++ grass60.info15 Jan 2013 14:08:46 -  1.12
@@ -2,7 +2,7 @@
 Package: grass60%type_pkg[-nopgsql]
 Type: -nopgsql (boolean)
 Version: 6.0.1
-Revision: 1007
+Revision: 1008
 Architecture: powerpc
 Distribution: 10.4, 10.5
 DescPackaging: Depends on fftw, which needs g77, which doesn't compile on intel
@@ -32,7 +32,7 @@
fftw | fftw-mpi | fftw-absoft, 
gdal-dev (<<1.3.1), 
libjpeg, libpng3, libtiff, lesstif, 
-   (%type_raw[-nopgsql] = .) postgresql80-unified-shlibs (>= 8.0.26-2),
+   (%type_raw[-nopgsql] = .) postgresql90-shlibs (>= 1:0-0),
tcltk-dev (>= 8.4.1-1), 
unixodbc2-nox (>= 2.2.11-1010) | unixodbc2 (>= 2.2.11-1010), 
x11, x11-dev,
@@ -65,7 +65,7 @@
 # Compile Phase.
 SetCPPFLAGS: -I%p/include/grass60
 SetLDFLAGS: -L%p/lib/grass60
-ConfigureParams: --with-includes='%p/include /usr/X11R6/include' --with-cxx 
--with-readline --with-dbm --with-odbc (%type_raw[-nopgsql] = -nopgsql) 
--without-postgres (%type_raw[-nopgsql] = .) --with-postgres 
(%type_raw[-nopgsql] = .) --with-postgres-includes=%p/include/postgresql 
--with-glw --with-freetype 
--with-freetype-includes=/usr/X11R6/include/freetype2 
--with-freetype-libs=/usr/X11R6/lib --with-motif 
--with-glw-includes=/usr/X11R6/include --with-nls --with-proj 
--with-proj-includes=%p/include --with-proj-libs=%p/lib 
--with-gdal=%p/bin/gdal-config
+ConfigureParams: --with-includes='%p/include /usr/X11R6/include' --with-cxx 
--with-readline --with-dbm --with-odbc (%type_raw[-nopgsql] = -nopgsql) 
--without-postgres (%type_raw[-nopgsql] = .) --with-postgres 
(%type_raw[-nopgsql] = .) 
--with-postgres-includes=%p/opt/postgresql-9.0/include (%type_raw[-nopgsql] = 
.) --with-postgres-libs=%p/opt/postgresql-9.0/lib --with-glw --with-freetype 
--with-freetype-includes=/usr/X11R6/include/freetype2 
--with-freetype-libs=/usr/X11R6/lib --with-motif 
--with-glw-includes=/usr/X11R6/include --with-nls --with-proj 
--with-proj-includes=%p/include --with-proj-libs=%p/lib 
--with-gdal=%p/bin/gdal-config
 CompileScript: <<
./configure %c  
make INST_DIR=%p/lib/grass-6.0
@@ -118,7 +118,7 @@
fftw-shlibs | fftw-mpi-shlibs | fftw-absoft-shlibs, 
gdal-shlibs (>= 1.2.6-1005) | gdal-ssl-shlibs (>= 1.2.6-1005) | 
gdal-grass-shlibs (>= 1.2.6-1005) | gdal-nopgsql-shlibs (>= 1.2.6-1005) | 
gdal-nopgsql-grass-shlibs (>= 1.2.6-1005), 
proj-shlibs, readline5-shlibs, libgettext8-shlibs, libjpeg-shlibs, 
libpng3-shlibs, libtiff-shlibs, lesstif-shlibs, 
-   (%type_raw[-nopgsql] = .) postgresql80-unified-shlibs (>= 8.0.26-2),
+   (%type_raw[-nopgsql] = .) postgresql90-shlibs,
unixodbc2-nox-shlibs (>= 2.2.11-1010) | unixodbc2-shlibs (>= 
2.2.11-1010), 
x11-shlibs
   <<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci grass62.info,1.1,1.2

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5396

Modified Files:
grass62.info 
Log Message:
pg fix

Index: grass62.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/grass62.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- grass62.info22 Feb 2012 20:29:48 -  1.1
+++ grass62.info15 Jan 2013 14:05:45 -  1.2
@@ -2,7 +2,7 @@
 Package: grass62
 Distribution: 10.5, 10.4
 Version: 6.2.3
-Revision: 3
+Revision: 4
 
 # Should not need any more conflicts from 
 Conflicts: grass60, grass60-nopgsql
@@ -27,7 +27,7 @@
gdal-dev,
libjpeg8, libpng14, libtiff, openmotif3,
libgeos3.3.0,
-   postgresql90-dev,
+   postgresql90-dev (>= 1:0-0),
tcltk-dev,
unixodbc2-nox | unixodbc2,
x11,


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci grass64.info,1.3,1.4

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5263/10.7/main/finkinfo/sci

Modified Files:
grass64.info 
Log Message:
pg fix

Index: grass64.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/grass64.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- grass64.info3 Jan 2013 02:23:08 -   1.3
+++ grass64.info15 Jan 2013 14:04:05 -  1.4
@@ -3,7 +3,7 @@
 Type: gui (-mac -x11)
 Distribution: (%type_raw[gui] = -x11) 10.4, (%type_raw[gui] = -x11) 10.5, 
(%type_raw[gui] = -x11) 10.6, (%type_raw[gui] = -mac) 10.6, (%type_raw[gui] = 
-x11) 10.7, (%type_raw[gui] = -mac) 10.7, (%type_raw[gui] = -x11) 10.8, 
(%type_raw[gui] = -mac) 10.8
 Version: 6.4.2
-Revision: 2
+Revision: 3
 Conflicts: grass64, grass64-mac, grass64-x11
 Replaces: grass64, grass64-mac, grass64-x11
 
@@ -46,7 +46,7 @@
   libjpeg8, libpng14, libtiff,
   unixodbc2 | unixodbc2-nox,
   szip, xerces-c31-dev, libogdi3,
-  postgresql90-dev,
+  postgresql90-dev (>= 1:0-0),
   proj, proj-bin,
   python27,
   sqlite3-dev,
@@ -55,12 +55,6 @@
 # hdf5-18-bin | hdf5-bin,
 # (%type_raw[gui] = -mac) wxmac28
 
-# avoid seeing older pg*-dev exposed in %p (newer desired ones buried
-# in %p/opt/)
-BuildConflicts: <<
-  postgresql80-dev, postgresql80-ssl-dev, postgresql81-dev, postgresql82-dev, 
postgresql83-dev
-<<
-
 Source: http://grass.osgeo.org/grass64/source/grass-%v.tar.gz
 Source-MD5: d3398d6b1e3a2ef19cfb6e39a5ae9919
 


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci grass64.info,1.5,1.6

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5263/stable/main/finkinfo/sci

Modified Files:
grass64.info 
Log Message:
pg fix

Index: grass64.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/grass64.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- grass64.info3 Jan 2013 02:23:08 -   1.5
+++ grass64.info15 Jan 2013 14:04:05 -  1.6
@@ -3,7 +3,7 @@
 Type: gui (-mac -x11)
 Distribution: (%type_raw[gui] = -x11) 10.4, (%type_raw[gui] = -x11) 10.5, 
(%type_raw[gui] = -x11) 10.6, (%type_raw[gui] = -mac) 10.6, (%type_raw[gui] = 
-x11) 10.7, (%type_raw[gui] = -mac) 10.7, (%type_raw[gui] = -x11) 10.8, 
(%type_raw[gui] = -mac) 10.8
 Version: 6.4.2
-Revision: 2
+Revision: 3
 Conflicts: grass64, grass64-mac, grass64-x11
 Replaces: grass64, grass64-mac, grass64-x11
 
@@ -46,7 +46,7 @@
   libjpeg8, libpng14, libtiff,
   unixodbc2 | unixodbc2-nox,
   szip, xerces-c31-dev, libogdi3,
-  postgresql90-dev,
+  postgresql90-dev (>= 1:0-0),
   proj, proj-bin,
   python27,
   sqlite3-dev,
@@ -55,12 +55,6 @@
 # hdf5-18-bin | hdf5-bin,
 # (%type_raw[gui] = -mac) wxmac28
 
-# avoid seeing older pg*-dev exposed in %p (newer desired ones buried
-# in %p/opt/)
-BuildConflicts: <<
-  postgresql80-dev, postgresql80-ssl-dev, postgresql81-dev, postgresql82-dev, 
postgresql83-dev
-<<
-
 Source: http://grass.osgeo.org/grass64/source/grass-%v.tar.gz
 Source-MD5: d3398d6b1e3a2ef19cfb6e39a5ae9919
 


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/web mapserver.info,1.1,1.2

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1639/10.7/main/finkinfo/web

Modified Files:
mapserver.info 
Log Message:
pg fix


Index: mapserver.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/web/mapserver.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mapserver.info  29 Aug 2011 23:27:43 -  1.1
+++ mapserver.info  15 Jan 2013 13:01:49 -  1.2
@@ -1,6 +1,6 @@
 Package: mapserver
 Version: 6.0.1
-Revision: 1
+Revision: 2
 Description: Spatial Web Development Environment
 License: BSD
 Homepage: http://mapserver.org/
@@ -59,7 +59,7 @@
gd2, 
proj, gdal-dev, 
 pdflib6, libming1-dev, 
-   postgresql90-dev,
+   postgresql90-dev (>= 1:0-0),
postgis90,
libcurl4,
libssh2.1,


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/web mapserver5.info,1.4,1.5

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/web
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1639/stable/main/finkinfo/web

Modified Files:
mapserver5.info 
Log Message:
pg fix


Index: mapserver5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/web/mapserver5.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mapserver5.info 11 Jan 2013 21:36:13 -  1.4
+++ mapserver5.info 15 Jan 2013 13:01:50 -  1.5
@@ -1,6 +1,6 @@
 Package: mapserver5
 Version: 5.6.5
-Revision: 1004
+Revision: 1005
 Distribution: 10.5, 10.6
 Architecture: i386
 Description: Spatial Web Development Environment
@@ -58,7 +58,7 @@
pkgconfig,
proj (>=4.5.0), gdal-dev (>=1.4.0-1001), 
 pdflib6, libming1-dev, 
-   postgresql90-dev,
+   postgresql90-dev (>= 1:0-0),
postgis90,
libcurl4,
libssh2.1,


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages php5.info,1.7,1.8

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1131/10.7/main/finkinfo/languages

Modified Files:
php5.info 
Log Message:
pg fix

Index: php5.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/php5.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- php5.info   25 Jul 2012 15:17:14 -  1.7
+++ php5.info   15 Jan 2013 12:55:59 -  1.8
@@ -1,10 +1,10 @@
 Info2: <<
 Package: php5
 Version: 5.4.4
-Revision: 2.2
+Revision: 2.3
 Type: sapiver (20100525)
 ###
-BuildDepends: automake1.11, apache2-prefork-dev, aspell-dev, coreutils, 
cyrus-sasl2-dev, db53-aes, enchant1-dev, expat1, file-dev, freetds (>= 
1:0.91-1), freetds-dev, freetype219, gd2, glib2-dev, gmp5, libapr.0-dev, 
libc-client1-dev, libcurl4, libevent2, libgcrypt, libicu36-dev, libjpeg8, 
libmcrypt, libmhash2, libonig2-dev, libodbc3-dev, libpcre1, libpng15, 
libtidy-0.99.0-dev, libtool2, libxml2, libxslt, mysql-unified-dev | 
libmysqlclient18-dev, libnetsnmp30-dev, netcat, openldap24-dev, openssl100-dev, 
postgresql91-dev, qdbm14, re2c, recode-dev, sed, sqlite3-dev, wrap
+BuildDepends: automake1.11, apache2-prefork-dev, aspell-dev, coreutils, 
cyrus-sasl2-dev, db53-aes, enchant1-dev, expat1, file-dev, freetds (>= 
1:0.91-1), freetds-dev, freetype219, gd2, glib2-dev, gmp5, libapr.0-dev, 
libc-client1-dev, libcurl4, libevent2, libgcrypt, libicu36-dev, libjpeg8, 
libmcrypt, libmhash2, libonig2-dev, libodbc3-dev, libpcre1, libpng15, 
libtidy-0.99.0-dev, libtool2, libxml2, libxslt, mysql-unified-dev | 
libmysqlclient18-dev, libnetsnmp30-dev, netcat, openldap24-dev, openssl100-dev, 
postgresql91-dev (>= 1:0-0), qdbm14, re2c, recode-dev, sed, sqlite3-dev, wrap
 Depends: libapache2-mod-php5 (= %v-%r) | libapache2-mod-php5filter (= %v-%r) | 
php5-cgi (= %v-%r) | php5-fpm (= %v-%r), php5-common (= %v-%r)
 ###
 CustomMirror: <<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
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/languages php5.info,1.3,1.4

2013-01-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv768a

Modified Files:
php5.info 
Log Message:
pg fix; also add upstream patch to fix build against recent gettext 
https://bugs.php.net/bug.php?id=51847


Index: php5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/php5.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- php5.info   19 May 2012 02:39:49 -  1.3
+++ php5.info   15 Jan 2013 12:52:47 -  1.4
@@ -1,8 +1,8 @@
 Package: php5
 Version: 5.2.12
-Revision: 4
+Revision: 5
 ###
-BuildDepends: apache2-dev (>= 2.2.9-2), aspell-dev, libbind6-dev, bzip2-dev, 
cyrus-sasl2-dev, db47-aes | db47, expat1, fink (>= 0.32), freetype219, gd2, 
gdbm3, gmp, libapr.0-dev, libaprutil.0-dev, libc-client1-dev, libcurl4, libelf, 
libgettext8-dev, libiconv-dev, libjpeg8, libmcrypt, libmhash2, libming1-dev, 
libncurses5, libpng14, libtidy-dev, libtool2, libxml2 (>= 2.6.1-1), libxslt, 
mysql-unified-dev, net-snmp-unified25-dev, openldap24-dev, pcre, 
postgresql84-dev (>= 8.4.7-1), recode-dev, sqlite-dev, sqlite3-dev, 
system-openssl-dev, system-pkgconfig-openssl, t1lib5-nox, unixodbc2 (>= 
2.2.11-1010) | unixodbc2-nox (>= 2.2.11-1010), x11-dev, fontconfig2-dev, 
pkgconfig (>= 0.23)
+BuildDepends: apache2-dev (>= 2.2.9-2), aspell-dev, libbind6-dev, bzip2-dev, 
cyrus-sasl2-dev, db47-aes | db47, expat1, fink (>= 0.32), freetype219, gd2, 
gdbm3, gmp, libapr.0-dev, libaprutil.0-dev, libc-client1-dev, libcurl4, libelf, 
libgettext8-dev, libiconv-dev, libjpeg8, libmcrypt, libmhash2, libming1-dev, 
libncurses5, libpng14, libtidy-dev, libtool2, libxml2 (>= 2.6.1-1), libxslt, 
mysql-unified-dev, net-snmp-unified25-dev, openldap24-dev, pcre, 
postgresql84-dev (>= 1:0-0), recode-dev, sqlite-dev, sqlite3-dev, 
system-openssl-dev, system-pkgconfig-openssl, t1lib5-nox, unixodbc2 (>= 
2.2.11-1010) | unixodbc2-nox (>= 2.2.11-1010), x11-dev, fontconfig2-dev, 
pkgconfig (>= 0.23)
 Depends: php5-common (>= %v-%r), libapache2-mod-php5 (= %v-%r) | php5-cgi (= 
%v-%r) | php5-cli (= %v-%r)
 Replaces: php5-apache2-ssl
 ###
@@ -69,7 +69,7 @@
 Source-MD5: 5b7077e366c7eeab34da31dd860a1923
 ###
 PatchFile: %n.patch
-PatchFile-MD5: 39e046f33e36cb02fc29a09e1ee496ff
+PatchFile-MD5: fc5a728510e25f63b7ac18007b852ab5
 PatchScript: <<
   sed 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
 <<


--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-01-15 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28392

Added Files:
ngspice.info ngspice.patch 
Log Message:
patch to workaround linker issues (misuse of static)


--- NEW FILE: ngspice.patch ---
--- src/spicelib/devices/hisim2/hsm2eval.c.orig 2013-01-15 02:54:12.0 
-0800
+++ src/spicelib/devices/hisim2/hsm2eval.c  2013-01-15 02:56:20.0 
-0800
@@ -131,7 +131,9 @@
 #define C_IDD_MIN1.0e-15
 
 /* local variables used in macro functions */
+/*
 double TMF1 , TMF2 , TMF3 , TMF4 ; 
+*/
 /*===*
 * pow
 *=*/
@@ -171,6 +173,7 @@
 *-*/
 
 #define Fn_SU( y , x , xmax , delta , dx ) { \
+double TMF1 , TMF2; \
 TMF1 = ( xmax ) - ( x ) - ( delta ) ; \
 TMF2 = 4.0 * ( xmax ) * ( delta) ; \
 TMF2 = TMF2 > 0.0 ?  TMF2 : - ( TMF2 ) ; \
@@ -180,6 +183,7 @@
   }
 
 #define Fn_SU2( y , x , xmax , delta , dy_dx , dy_dxmax ) { \
+double TMF1 , TMF2; \
 TMF1 = ( xmax ) - ( x ) - ( delta ) ; \
 TMF2 = 4.0 * ( xmax ) * ( delta) ; \
 TMF2 = TMF2 > 0.0 ?  TMF2 : - ( TMF2 ) ; \
@@ -196,6 +200,7 @@
 *-*/
 
 #define Fn_SL( y , x , xmin , delta , dx ) { \
+double TMF1 , TMF2; \
 TMF1 = ( x ) - ( xmin ) - ( delta ) ; \
 TMF2 = 4.0 * ( xmin ) * ( delta ) ; \
 TMF2 = TMF2 > 0.0 ?  TMF2 : - ( TMF2 ) ; \
@@ -210,6 +215,7 @@
 *-*/
 
 #define Fn_SZ( y , x , delta , dx ) { \
+double TMF2; \
 TMF2 = sqrt ( ( x ) *  ( x ) + 4.0 * ( delta ) * ( delta) ) ; \
 dx = 0.5 * ( 1.0 + ( x ) / TMF2 ) ; \
 y = 0.5 * ( ( x ) + TMF2 ) ; \
@@ -322,6 +328,7 @@
 *-*/
 
 #define Fn_DclPoly4( y , x , dx ) { \
+  double TMF2 , TMF3 , TMF4; \
   TMF2 = (x) * (x) ; \
   TMF3 = TMF2 * (x) ; \
   TMF4 = TMF2 * TMF2 ; \
@@ -334,6 +341,7 @@
 *-*/
 
 #define Fn_SUPoly4( y , x , xmax , dx ) { \
+ double TMF1 ; \
  TMF1 = (x) / xmax ; \
  Fn_DclPoly4( y , TMF1 , dx ) ; \
  y = xmax * ( 1.0 - y ) ; \
@@ -346,6 +354,7 @@
 
 #define Fn_SymAdd( y , x , add0 , dx ) \
 { \
+double TMF1, TMF2 , TMF3; \
 TMF1 = 2.0 * ( x ) / ( add0 ) ; \
 TMF2 = 1.0 + TMF1 * ( (1.0/2) + TMF1 * ( (1.0/6) \
+ TMF1 * ( (1.0/24) + TMF1 * ( (1.0/120) \

--- NEW FILE: ngspice.info ---
Package: ngspice
Version: rework-25
Revision: 1

Depends: readline6-shlibs, x11-shlibs

# autotools needed due to patching configure.ac, Makefile.am and re-autogen.sh
# need some latex dist with texinfo?
BuildDepends: <<
fink (>= 0.24.12-1),
fink-package-precedence,
readline6,
x11-dev,
automake1.11,
autoconf2.6,
libtool2,
texinfo
<<

Source: mirror:sourceforge:%n/ng-spice-rework/25/%n-25.tar.gz
# Source: mirror:sourceforge:ngspice/ngspice-25.tar.gz
# Source: mirror:sourceforge:ngspice/ng-spice-%v.tar.gz
# SourceDirectory: ngspice-25
Source-MD5: 0a2c9f377c5da827f774c7b4f9248231
PatchFile: %n.patch
PatchFile-MD5: 85272cea2e04a1f334ebea16362ecb73

PatchScript: <<
#!/bin/sh -ev
%{default_script}
sed -i.orig -e '/STATIC/s|-static||g' \
-e '/man1\/Makefile/a\
doc/Makefile\
' configure.ac
sed -i.orig -e '/AM_CFLAGS.*-static/s|^|# |' src/Makefile.am
sed -i.orig -e '/SUBDIRS/s|man|& doc|' Makefile.am
sed -i.orig -e '/TEXI2DVI/s|^|# |' doc/Makefile.am
pushd doc
ln -s ../AUTHORS .
popd
./autogen.sh
<<

SetCFLAGS: -g -O2 -DPIC -fno-common
# Doesn't seem to work with --disable-dependency-tracking:
ConfigureParams: <<
--infodir=%p/share/info \
--mandir=%p/share/man \
--disable-static \
--with-readline=yes \
--enable-xspice \
--enable-cider \
--enable-pss \
--x-i=/usr/X11R6/include \
--x-l=/usr/X11R6/lib
<<

CompileScript: <<
#!/bin/sh -ev
%{default_script}
pushd doc
make || make V=1
make -j1 ngspice.{pdf,ps,html}
popd
fink-package-precedence .
<<

InfoTest: <<
# TestDepends: numdiff
TestScript: make -k check || exit 2
<<
# some tests may fail due to 0.0 != -0.0, consider using numdiff

InstallScript: <<
#!/bin/sh -ex
   make install DESTDIR=%d
   mkdir -p %i/share/doc/%n/xgraph
   cp -pr xgraph/README.* %i/share/doc/%n/xgraph
   cp -pr contrib %i/share/doc
<<

InfoDocs: ngspice.info

DocFiles: <<
  ANALYSES AUTHORS BUGS COPYING ChangeLog DEVICES FAQ Stuarts_Poly_Notes NEWS
  README README.adms
  src/spicelib/devices/adms/psp102/admsva/readme.txt:adms-psp102-readme.txt
  src/spicelib/devices/soi3/README:README.soi3
  src/frontend/numparam/readme.txt:README.numparam
doc/ngspice.pdf doc/ngspice.ps doc/ngspice.html
<<

Description: Mixed-level/mixed-signal circuit simulator

DescDetail: <<
Ngspice is a mixed-level/mixed-signal circuit simulator. Its code 
is based on three open source software packag