[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods http-parser-xs-pm.info, NONE, 1.1

2013-06-22 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21952

Added Files:
http-parser-xs-pm.info 
Log Message:
new pkg http-parser-xs 0.14 from tracker
https://sourceforge.net/p/fink/package-submissions/4028/

--- NEW FILE: http-parser-xs-pm.info ---
Info2: 
Package: http-parser-xs-pm%type_pkg[perl]
Version: 0.14
Revision: 1
Description: Fast, primitive HTTP request parser
License: Artistic
Maintainer: Steve Huff sh...@vecna.org
Type: perl (5.12.3 5.12.4)
Source: mirror:cpan:authors/id/K/KA/KAZUHO/HTTP-Parser-XS-%v.tar.gz
Source-MD5: fef042b62a43215e1dff7864c7af4864
SourceDirectory: HTTP-Parser-XS-%v
UpdatePOD: true
DocFiles: README Changes
BuildDepends: fink (= 0.24.12)
Depends: 
perl%type_pkg[perl]-core

InstallScript: 
 %{default_script}
 mv %i/share/man %i/lib/perl5/%type_raw[perl]

DescDetail: 
 HTTP::Parser::XS is a fast, primitive HTTP request/response parser.

 The request parser can be used either for writing a synchronous HTTP server or
 a event-driven server.

 The response parser can be used for writing HTTP clients.

DescUsage: 
 For detailed documentation, `perldoc HTTP::Parser::XS`.

Homepage: http://search.cpan.org/dist/HTTP-Parser-XS/



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/devel openmpi-10.9.info, NONE, 1.1

2013-06-22 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28789

Added Files:
openmpi-10.9.info 
Log Message:
add openmpi for 10.9 at 1.7.1 release

--- NEW FILE: openmpi-10.9.info ---
Package: openmpi
Version: 1.7.1
Revision: 1
GCC: 4.0
Description: MPI implementation for parallel computing
License: BSD
Maintainer: Jack Howarth howa...@bromo.med.uc.edu
Distribution: 10.9
Depends: %N-shlibs (= %v-%r), gcc48-compiler
BuildDepends: gcc48-compiler, fink-package-precedence, flag-sort, fink (= 0.28)
Conflicts: libotf
Source: http://www.open-mpi.org/software/ompi/v1.7/downloads/openmpi-%v.tar.bz2
Source-MD5: f25b446a9dcbbd6a105a99d926d34441
ConfigureParams: --prefix=%p --datadir=%p/share/doc --sysconfdir=%p/etc/%n 
--sharedstatedir=%p/var/%n/shared --localstatedir=%p/var/%n/local 
--libdir=%p/lib/%n --includedir=%p/include --infodir=%p/share/info 
--mandir=%p/share/man --enable-shared --enable-static FFLAGS=-O3 
--with-devel-headers F77=gfortran-fsf-4.8 FC=gfortran-fsf-4.8
SetCC: gcc-fsf-4.8
SetCXX: g++-fsf-4.8
NoSetMAKEFLAGS: true
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
UseMaxBuildJobs: true
BuildDependsOnly: false
# avoid a race condition concerning lock files, see 
http://thread.gmane.org/gmane.os.macosx.fink.user/34928/focus=34985
PatchScript: 
#!/bin/sh -ev
perl -pi -e 's|lock_old_archive_extraction=yes|lock_old_archive_extraction=no|' 
`find . -name configure`

CompileScript: 
  #!/bin/sh -ev
  ./configure %c
  export CC=flag-sort -v -r $CC
  make CC=$CC CPP=$CC -E
  fink-package-precedence --prohibit-bdep=openmpi .

InstallScript: 
#!/bin/sh -ev
make install DESTDIR=%d
# case-sensitive hackery
mv %i/bin/mpicc %i/bin/mpicc_tmp
if [ -f %i/bin/mpiCC ]; then
  rm %i/bin/mpiCC
  rm %i/bin/mpiCC-vt
  rm %i/share/doc/openmpi/mpiCC-vt-wrapper-data.txt
  rm %i/share/doc/openmpi/mpiCC-wrapper-data.txt
  rm %i/share/man/man1/mpiCC.1
fi
mv %i/bin/mpicc_tmp %i/bin/mpicc
ln -s %p/lib/%N/libopen-pal.5.dylib %i/lib/%N/libopal.5.dylib
ln -s %p/lib/%N/libopen-pal.5.dylib %i/lib/%N/libopal.dylib
ln -s %p/lib/%N/libopen-rte.5.dylib %i/lib/%N/liborte.5.dylib
ln -s %p/lib/%N/libopen-rte.5.dylib %i/lib/%N/liborte.dylib
# remove published compiler flag that points to fink build dir.
perl -pi -e s, \-L[^ ']*/%n-%v-%r/[^ ']*,,g `find %i/lib/%N -name '*.la'`

PostInstScript: 
 if [ ! -f %p/share/doc/openmpi/mpiCC-vt-wrapper-data.txt ]; then
ln -s %p/share/doc/openmpi/mpicc-vt-wrapper-data.txt 
%p/share/doc/openmpi/mpiCC-vt-wrapper-data.txt
ln -s %p/share/doc/openmpi/mpicc-wrapper-data.txt 
%p/share/doc/openmpi/mpiCC-wrapper-data.txt
ln -s %p/share/man/man1/mpicc.1 %p/share/man/man1/mpiCC.1
 fi
 if [ ! -h %p/bin/mpiCC ]; then
ln -s %p/bin/mpicc %p/bin/mpiCC
ln -s %p/bin/mpicc-vt %p/bin/mpiCC-vt
 fi

PreRmScript: 
 if [ -h %p/share/doc/openmpi/mpiCC-vt-wrapper-data.txt ]; then
rm -f %p/share/doc/openmpi/mpiCC-vt-wrapper-data.txt
rm -f %p/share/doc/openmpi/mpiCC-wrapper-data.txt
rm -f %p/share/man/man1/mpiCC.1
 fi
 if [ -h %p/bin/mpiCC ]; then
rm -f %p/bin/mpiCC
rm -f %p/bin/mpiCC-vt
 fi

DocFiles: AUTHORS INSTALL LICENSE README VERSION
SplitOff: 
 Package: %N-shlibs
 Depends: gcc48-shlibs
 Files: 
   lib/%N/lib*.*.dylib
 
 Shlibs: 
%p/lib/%N/libmpi.1.dylib 3.0.0 %n (= 1.7.1-1)
%p/lib/%N/libmpi_cxx.1.dylib 3.0.0 %n (= 1.7.1-1)
%p/lib/%N/libmpi_mpifh.2.dylib 3.0.0 %n (= 1.7.1-1)
%p/lib/%N/libmpi_usempi.1.dylib 2.0.0 %n (= 1.7.1-1)
!%p/lib/%N/libopen-pal.5.dylib
!%p/lib/%N/libopen-rte.5.dylib
!%p/lib/%N/libompitrace.0.dylib
!%p/lib/%N/libotf.1.dylib
!%p/lib/%N/libotfaux.0.dylib
!%p/lib/%N/libvt-hyb.0.dylib
!%p/lib/%N/libvt-mpi.0.dylib
!%p/lib/%N/libvt-mt.0.dylib
!%p/lib/%N/libvt.0.dylib
!%p/lib/%N/libvt-mpi-unify.0.dylib
!%p/lib/openmpi/libopen-trace-format.1.dylib
 
 DocFiles: AUTHORS INSTALL LICENSE README VERSION
 Description: Shared libraries for openmpi package

DescDetail: 
Open MPI is a project combining technologies and resources from
several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in
order to build the best MPI library available.
 
DescPackaging: 
Limit to Distribution: 10.9 to allow refactoring of the package into
openmpi2/openmpi-shlibs. No need to rename any files as 10.9 has no
openmpi.

DescUsage: 
The Open-MPI system is started with the command...
orted --seed --persistent --scope public

Homepage: http://www.open-mpi.org


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/devel openmpi-10.9.info, 1.1, 1.2

2013-06-22 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28820

Modified Files:
openmpi-10.9.info 
Log Message:
fix typo

Index: openmpi-10.9.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/openmpi-10.9.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openmpi-10.9.info   22 Jun 2013 17:45:28 -  1.1
+++ openmpi-10.9.info   22 Jun 2013 17:46:41 -  1.2
@@ -107,7 +107,7 @@
  
 DescPackaging: 
 Limit to Distribution: 10.9 to allow refactoring of the package into
-openmpi2/openmpi-shlibs. No need to rename any files as 10.9 has no
+openmpi/openmpi-shlibs. No need to rename any files as 10.9 has no
 openmpi.
 
 DescUsage: 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[fink/fink] 7f7b8c: Remove debugging output.

2013-06-22 Thread Alexander Hansen
  Branch: refs/heads/master
  Home:   https://github.com/fink/fink
  Commit: 7f7b8ceb390e5af3a3e20ca7f7556f601be37213
  
https://github.com/fink/fink/commit/7f7b8ceb390e5af3a3e20ca7f7556f601be37213
  Author: Alexander Hansen alexanderk.han...@gmail.com
  Date:   2013-06-22 (Sat, 22 Jun 2013)

  Changed paths:
M perlmod/Fink/VirtPackage.pm

  Log Message:
  ---
  Remove debugging output.



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
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/perlmods http-parser-xs-pm.info, 1.1, 1.2

2013-06-22 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31231

Modified Files:
http-parser-xs-pm.info 
Log Message:
missing TDep

Index: http-parser-xs-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/http-parser-xs-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- http-parser-xs-pm.info  22 Jun 2013 13:44:30 -  1.1
+++ http-parser-xs-pm.info  22 Jun 2013 18:59:36 -  1.2
@@ -15,6 +15,9 @@
 Depends: 
perl%type_pkg[perl]-core
 
+InfoTest: 
+   TestDepends: test-simple-pm%type_pkg[perl] (= 0.96-1)
+
 InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/pythonmods bsddb3-py.info, 1.3, 1.4 bsddb3-py.patch, 1.1, NONE

2013-06-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8149

Modified Files:
bsddb3-py.info 
Removed Files:
bsddb3-py.patch 
Log Message:
New upstream bsddb3-py 6.0.0.

Index: bsddb3-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/bsddb3-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bsddb3-py.info  16 Jun 2013 00:21:29 -  1.3
+++ bsddb3-py.info  22 Jun 2013 23:29:41 -  1.4
@@ -1,11 +1,9 @@
 Info2: 
 Package: bsddb3-py%type_pkg[python]
-Version: 5.3.0
+Version: 6.0.0
 Revision: 1
-# Doesn't build with  2.6
-# 3.2 works but tests use deprecated assert_ methods which throw warnings.
-Type: python (2.6 2.7 3.1 3.2)
-Description: Python bindings for db53
+Type: python (2.6 2.7 3.1 3.2 3.3)
+Description: Python bindings for db60
 DescDetail: 
This module provides a nearly complete wrapping of the Oracle/Sleepycat
C API for the Database Environment, Database, Cursor, Sequence and
@@ -21,13 +19,10 @@
 Homepage: http://www.jcea.es/programacion/pybsddb.htm
 
 Source: mirror:custom:b/bsddb3/bsddb3-%v.tar.gz
-Source-MD5: d5aa4f293c4ea755e84383537f74be82
-
-PatchFile: %{ni}.patch
-PatchFile-MD5: aa9624190bc39e8588b7f800977da2f8
+Source-MD5: 5c963bb3bcb1fe92cd195bf056aa28c2
 
-Depends: python%type_pkg[python], db53-aes-shlibs
-BuildDepends: db53-aes, fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
+Depends: python%type_pkg[python], db60-aes-shlibs
+BuildDepends: db60-aes, fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
@@ -35,14 +30,14 @@
 CompileScript: 
  %p/bin/python%type_raw[python] setup.py build \
--berkeley-db=%p \
-   --berkeley-db-incdir=%p/include/db5 \
+   --berkeley-db-incdir=%p/include/db6 \
--berkeley-db-libdir=%p/lib
 
 
 InstallScript: 
  %p/bin/python%type_raw[python] setup.py install \
--berkeley-db=%p \
-   --berkeley-db-incdir=%p/include/db5 \
+   --berkeley-db-incdir=%p/include/db6 \
--berkeley-db-libdir=%p/lib \
--root=%d
 

--- bsddb3-py.patch DELETED ---


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-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/pythonmods bsddb3-py.info, 1.3, 1.4 bsddb3-py.patch, 1.1, NONE

2013-06-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8202

Modified Files:
bsddb3-py.info 
Removed Files:
bsddb3-py.patch 
Log Message:
New upstream bsddb3-py 6.0.0.

Index: bsddb3-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/bsddb3-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- bsddb3-py.info  16 Jun 2013 00:21:47 -  1.3
+++ bsddb3-py.info  22 Jun 2013 23:30:08 -  1.4
@@ -1,11 +1,9 @@
 Info2: 
 Package: bsddb3-py%type_pkg[python]
-Version: 5.3.0
+Version: 6.0.0
 Revision: 1
-# Doesn't build with  2.6
-# 3.2 works but tests use deprecated assert_ methods which throw warnings.
 Type: python (2.6 2.7 3.1 3.2 3.3)
-Description: Python bindings for db53
+Description: Python bindings for db60
 DescDetail: 
This module provides a nearly complete wrapping of the Oracle/Sleepycat
C API for the Database Environment, Database, Cursor, Sequence and
@@ -21,13 +19,10 @@
 Homepage: http://www.jcea.es/programacion/pybsddb.htm
 
 Source: mirror:custom:b/bsddb3/bsddb3-%v.tar.gz
-Source-MD5: d5aa4f293c4ea755e84383537f74be82
-
-PatchFile: %{ni}.patch
-PatchFile-MD5: aa9624190bc39e8588b7f800977da2f8
+Source-MD5: 5c963bb3bcb1fe92cd195bf056aa28c2
 
-Depends: python%type_pkg[python], db53-aes-shlibs
-BuildDepends: db53-aes, fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
+Depends: python%type_pkg[python], db60-aes-shlibs
+BuildDepends: db60-aes, fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
@@ -35,14 +30,14 @@
 CompileScript: 
  %p/bin/python%type_raw[python] setup.py build \
--berkeley-db=%p \
-   --berkeley-db-incdir=%p/include/db5 \
+   --berkeley-db-incdir=%p/include/db6 \
--berkeley-db-libdir=%p/lib
 
 
 InstallScript: 
  %p/bin/python%type_raw[python] setup.py install \
--berkeley-db=%p \
-   --berkeley-db-incdir=%p/include/db5 \
+   --berkeley-db-incdir=%p/include/db6 \
--berkeley-db-libdir=%p/lib \
--root=%d
 

--- bsddb3-py.patch DELETED ---


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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 netcdf-c7.patch, NONE, 1.1 gnuplot-minimal.info, 1.8, 1.9 netcdf-c7.info, 1.7, 1.8

2013-06-22 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9743/10.7/stable/main/finkinfo/sci

Modified Files:
gnuplot-minimal.info netcdf-c7.info 
Added Files:
netcdf-c7.patch 
Log Message:
Clean up build


Index: gnuplot-minimal.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gnuplot-minimal.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gnuplot-minimal.info14 Jun 2013 21:11:23 -  1.8
+++ gnuplot-minimal.info23 Jun 2013 00:15:18 -  1.9
@@ -52,7 +52,7 @@
gd2-nox (= 2.0.35-9),
libiconv-dev,
libjpeg9,
-   libpng14,
+   libpng15,
lua51-dev,
pdflib6,
pkgconfig (= 0.23-1)

--- NEW FILE: netcdf-c7.patch ---
--- netcdf-4.3.0/ncgen3/load.c.orig 2013-06-22 16:17:04.0 -0400
+++ netcdf-4.3.0/ncgen3/load.c  2013-06-22 16:20:00.0 -0400
@@ -9,6 +9,7 @@
 #include string.h
 #include ctype.h
 #include netcdf.h
+#include config.h
 #include generic.h
 #include ncgen.h
 #include genlib.h

Index: netcdf-c7.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/netcdf-c7.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- netcdf-c7.info  23 May 2013 15:09:22 -  1.7
+++ netcdf-c7.info  23 Jun 2013 00:15:18 -  1.8
@@ -9,7 +9,13 @@
 Conflicts: netcdf-absoft, netcdf, netcdf7
 Replaces: netcdf-absoft, netcdf, netcdf7
 
-PatchScript: perl -pi -e 's/ifndef ssize_t/ifndef HAVE_SSIZE_T/' oc2/oc.h
+PatchFile: %n.patch
+PatchFile-MD5: 10d450672e4fb550ff9dfa8fb7a3cb96
+
+PatchScript: 
+   %{default_script}
+   perl -pi -e 's/ifndef ssize_t/ifndef HAVE_SSIZE_T/' oc2/oc.h
+
 
 Source: ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%v.tar.gz
 Source-MD5: d89d8676578aa3993067c40d04de7625


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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 gnuplot-minimal.info, 1.9, 1.10

2013-06-22 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9779/10.7/stable/main/finkinfo/sci

Modified Files:
gnuplot-minimal.info 
Log Message:
Woops, accidentally changed this.  Fix it quickly.


Index: gnuplot-minimal.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gnuplot-minimal.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gnuplot-minimal.info23 Jun 2013 00:15:18 -  1.9
+++ gnuplot-minimal.info23 Jun 2013 00:15:44 -  1.10
@@ -52,7 +52,7 @@
gd2-nox (= 2.0.35-9),
libiconv-dev,
libjpeg9,
-   libpng15,
+   libpng14,
lua51-dev,
pdflib6,
pkgconfig (= 0.23-1)


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/net libcurl4.info,1.14,1.15

2013-06-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10516

Modified Files:
libcurl4.info 
Log Message:
New upstream libcurl4 7.31.0.

Index: libcurl4.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- libcurl4.info   14 Apr 2013 20:28:40 -  1.14
+++ libcurl4.info   23 Jun 2013 00:35:49 -  1.15
@@ -1,6 +1,6 @@
 Info4: 
 Package: libcurl4
-Version: 7.30.0
+Version: 7.31.0
 Revision: 1
 Description: Lib. for transferring files with URL syntax
 DescDetail: 
@@ -41,7 +41,7 @@
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
 #Source: mirror:custom:curl-%v.tar.bz2
-Source-MD5: 0db5ec03a5001b42a2edc03bf63b5ceb
+Source-MD5: b7bea20579ac2f696338ae03f2c19ba5
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1)
 BuildDepends: 
@@ -50,7 +50,7 @@
libmetalink3,
librtmp (= 2.3-1),
libssh2.1 (= 1.2.7-1),
-   openssl100-dev (= 1.0.1c-1)
+   openssl100-dev (= 1.0.1e-1)
 
 BuildConflicts: openldap23-dev, openldap24-dev
 Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified
@@ -119,7 +119,7 @@
ca-bundle,
librtmp-shlibs (= 2.3-1),
libssh2.1-shlibs (= 1.2.7-1),
-   openssl100-shlibs (= 1.0.1c-1)
+   openssl100-shlibs (= 1.0.1e-1)

 
Files: lib/libcurl.4.*dylib


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-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 libcurl4-10.5.info, 1.12, 1.13 libcurl4.info, 1.26, 1.27

2013-06-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10548

Modified Files:
libcurl4-10.5.info libcurl4.info 
Log Message:
New upstream libcurl4 7.31.0.

Index: libcurl4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- libcurl4.info   14 Apr 2013 20:28:57 -  1.26
+++ libcurl4.info   23 Jun 2013 00:36:06 -  1.27
@@ -1,6 +1,6 @@
 Info4: 
 Package: libcurl4%type_pkg[-64bit]
-Version: 7.30.0
+Version: 7.31.0
 Revision: 1+10.6
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) i386
@@ -44,7 +44,7 @@
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
 #Source: mirror:custom:curl-%v.tar.bz2
-Source-MD5: 0db5ec03a5001b42a2edc03bf63b5ceb
+Source-MD5: b7bea20579ac2f696338ae03f2c19ba5
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: 
@@ -52,7 +52,7 @@
fink-package-precedence,
librtmp%type_pkg[-64bit] (= 2.3-1),
libssh2.1%type_pkg[-64bit] (= 1.2.7-1),
-   openssl100-dev (= 1.0.1c-1)
+   openssl100-dev (= 1.0.1e-1)
 
 BuildConflicts: openldap23-dev, openldap24-dev
 Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified, libcurl4, libcurl4-64bit
@@ -127,7 +127,7 @@
ca-bundle,
librtmp%type_pkg[-64bit]-shlibs (= 2.3-1),
libssh2.1%type_pkg[-64bit]-shlibs (= 1.2.7-1),
-   openssl100-shlibs (= 1.0.1c-1)
+   openssl100-shlibs (= 1.0.1e-1)

 
Files: %lib/libcurl.4.*dylib

Index: libcurl4-10.5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libcurl4-10.5.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- libcurl4-10.5.info  14 Apr 2013 20:28:57 -  1.12
+++ libcurl4-10.5.info  23 Jun 2013 00:36:06 -  1.13
@@ -1,6 +1,6 @@
 Info4: 
 Package: libcurl4%type_pkg[-64bit]
-Version: 7.30.0
+Version: 7.31.0
 Revision: 1
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -46,14 +46,14 @@
 
 Source: http://curl.haxx.se/download/curl-%v.tar.bz2
 #Source: mirror:custom:curl-%v.tar.bz2
-Source-MD5: 0db5ec03a5001b42a2edc03bf63b5ceb
+Source-MD5: b7bea20579ac2f696338ae03f2c19ba5
 
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: 
fink (= 0.26.2),
fink-package-precedence,
libssh2.1%type_pkg[-64bit] (= 1.2.7-1),
-   openssl100-dev (= 1.0.1c-1)
+   openssl100-dev (= 1.0.1e-1)
 
 BuildConflicts: openldap23-dev, openldap24-dev
 Conflicts: curl-dev, curl-ssl-dev, curl-unified-dev, libcurl3, libcurl3-ssl, 
libcurl3-unified, libcurl4, libcurl4-64bit
@@ -127,7 +127,7 @@
( %type_raw[-64bit] = -64bit ) 64bit-cpu,
ca-bundle,
libssh2.1%type_pkg[-64bit]-shlibs (= 1.2.7-1),
-   openssl100-shlibs (= 1.0.1c-1)
+   openssl100-shlibs (= 1.0.1e-1)

 
Files: %lib/libcurl.4.*dylib


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-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/graphics libdvbpsi.info, 1.1, 1.2

2013-06-22 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11263/graphics

Modified Files:
libdvbpsi.info 
Log Message:
add non-upgradability note

Index: libdvbpsi.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libdvbpsi.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libdvbpsi.info  16 Feb 2012 23:26:29 -  1.1
+++ libdvbpsi.info  23 Jun 2013 00:53:36 -  1.2
@@ -1,4 +1,5 @@
 Package: libdvbpsi
+# 0.1.7 bumps libN to 6
 Version: 0.1.6
 Revision: 2
 Source: http://download.videolan.org/pub/%n/%v/%n5-%v.tar.gz 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/graphics libdvbpsi9-shlibs.info, NONE, 1.1 libdvbpsi9-shlibs.patch, NONE, 1.1

2013-06-22 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11988

Added Files:
libdvbpsi9-shlibs.info libdvbpsi9-shlibs.patch 
Log Message:
new pkg libdvbpsi 1.1.0

--- NEW FILE: libdvbpsi9-shlibs.patch ---
From 7252bc0960bfc2f0c6b8ccc1f3b1b3deb4c75f5f Mon Sep 17 00:00:00 2001
From: Jean-Paul Saman jpsa...@videolan.org
Date: Tue, 23 Apr 2013 13:31:24 +0200
Subject: [PATCH] descriptors/dr_7c.c: clang compatibility

Use explicite parenthesis around ? : constructions.
---
 src/descriptors/dr_7c.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/descriptors/dr_7c.c b/src/descriptors/dr_7c.c
index 1db2628..f51acb4 100644
--- a/src/descriptors/dr_7c.c
+++ b/src/descriptors/dr_7c.c
@@ -245,7 +245,7 @@ dvbpsi_aac_dr_t *dvbpsi_DecodeAACDr(dvbpsi_descriptor_t 
*p_descriptor)
 /* Keep additional info bytes field */
 if (p_descriptor-i_length  1)
 {
-uint8_t i_info_length = p_descriptor-i_length - p_decoded-b_type ? 3 
: 2;
+uint8_t i_info_length = p_descriptor-i_length - (p_decoded-b_type ? 
3 : 2);
 dvbpsi_aac_dr_t *p_tmp = realloc(p_decoded, sizeof(dvbpsi_aac_dr_t) + 
i_info_length);
 if (!p_tmp)
 {
-- 
1.7.10.4


--- NEW FILE: libdvbpsi9-shlibs.info ---
Package: libdvbpsi9-shlibs
Version: 1.1.0
Revision: 1
Source: http://download.videolan.org/pub/libdvbpsi/%v/libdvbpsi-%v.tar.bz2
Source-MD5: 1f84f9d1de08e15f94e6ff9957278064 
License: LGPL
Maintainer: Hanspeter Niederstrasser nie...@users.sourceforge.net
HomePage: http://www.videolan.org/developers/libdvbpsi.html
Description: Parse  Generate MPEG Transport Stream Tables
DocFiles: AUTHORS COPYING ChangeLog NEWS README
BuildDepends: 
fink-package-precedence

PatchFile: %n.patch
PatchFile-MD5: ecff8f09c3501d9f7e1545577d730811
PatchScript: 
%{default_script}
### Don't build examples because they don't like clang
perl -pi -e 's|src examples misc|src misc|g' Makefile.in

ConfigureParams: 
--enable-dependency-tracking \
--disable-debug \
--enable-release

CompileScript: 
#!/bin/sh -ev
./configure %c
make -w
fink-package-precedence --prohibit-bdep=libdvbpsi,libdvbpsi9-dev .

InfoTest: 
TestScript: make check || exit 2

Shlibs: 
%p/lib/libdvbpsi.9.dylib 10.0.0 %n (= 1.1.0-1)

SplitOff: 
Package: libdvbpsi9-dev
Description: Dev files for libdvbpsi9
Depends: %N (= %v-%r)
BuildDependsOnly: true
Conflicts: 
libdvbpsi,
libdvbpsi9-dev

Replaces: 
libdvbpsi,
libdvbpsi9-dev

DocFiles: AUTHORS COPYING ChangeLog NEWS README
Files: 
include
lib/libdvbpsi.dylib
lib/libdvbpsi.la
lib/pkgconfig


DescDetail: 
Simple library designed for decoding and generation of
MPEG Transport Stream and DVB PSI tables.

DescPort: 
Patch for clang compatibility.  From git 
7252bc0960bfc2f0c6b8ccc1f3b1b3deb4c75f5f


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/sound ogmtools.info, NONE, 1.1 ogmtools.patch, NONE, 1.1

2013-06-22 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sound
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12718

Added Files:
ogmtools.info ogmtools.patch 
Log Message:
copy ogmtools 1.5 from 10.4

--- NEW FILE: ogmtools.info ---
Package: ogmtools
Version: 1.5
Revision: 1
GCC: 4.0
Maintainer: None fink-de...@lists.sourceforge.net
#
BuildDepends: libogg, libvorbis0, libdvdread.3, fink (= 0.24.12-1)
Depends: libogg-shlibs, libvorbis0-shlibs, libdvdread.3-shlibs
Source: http://www.bunkus.org/videotools/ogmtools/ogmtools-%v.tar.bz2
Source-MD5: 02d356e3d21d53b1d9715bab223d8996
PatchFile: %n.patch
PatchFile-MD5: c3087deeae48f64aaff94dca0965a2ff
ConfigureParams: --mandir=%p/share/man --with-dvdread-includes=%p 
--with-dvdread-libs=%p
InstallScript: make install DESTDIR=%d
DocFiles: ChangeLog COPYING INSTALL README TODO
#
Description: Tools for OGG media streams
DescPackaging: 
 Previous versions by Sylvain Cuaz.

Homepage: http://www.bunkus.org/videotools/ogmtools/index.html
License: GPL

--- NEW FILE: ogmtools.patch ---
diff -Nurd -x'*~' ogmtools-1.4.orig/common.h ogmtools-1.4/common.h
--- ogmtools-1.4.orig/common.h  2003-11-20 17:21:36.0 -0500
+++ ogmtools-1.4/common.h   2006-03-30 12:33:58.0 -0500
@@ -23,6 +23,7 @@
 #ifdef NEED_FSEEKO
 #include stdio.h
 #endif
+#include sys/types.h
 #include ogg/ogg.h
 #include ogmstreams.h
 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo dpkg.info,1.43,1.44

2013-06-22 Thread Justin F. Hallett
Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12931

Modified Files:
dpkg.info 
Log Message:
Fox to future issues

Index: dpkg.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/dpkg.info,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- dpkg.info   28 May 2013 14:34:15 -  1.43
+++ dpkg.info   23 Jun 2013 01:56:20 -  1.44
@@ -97,6 +97,7 @@
 ### Uncomment --disable-dselect for bootstrap version, don't make dselect
 #  --disable-dselect \
 ConfigureParams: 
+  --disable-nls \
   --disable-start-stop-daemon \
   --with-admindir=%p/var/lib/dpkg \
   --mandir=%p/share/man \


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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 nightfall.info, NONE, 1.1 nightfall.patch, NONE, 1.1

2013-06-22 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14234

Added Files:
nightfall.info nightfall.patch 
Log Message:
copy nightfall from 10.4 and bump to 1.70

--- NEW FILE: nightfall.patch ---
diff -uNr nightfall-1.61/LightGLAnimate.c nightfall-1.61-new/LightGLAnimate.c
--- nightfall-1.61/LightGLAnimate.c 2007-04-11 16:36:40.0 -0400
+++ nightfall-1.61-new/LightGLAnimate.c 2007-07-19 15:48:44.0 -0400
@@ -25,6 +25,7 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#include sys/types.h
 #include Light.h
 
 #ifdef  _WITH_OPENGL

--- NEW FILE: nightfall.info ---
Package: nightfall
Version: 1.70
Revision: 1
###
Description: Astronomy app for fun, education, and science
License: GPL
Maintainer: None fink-de...@lists.sourceforge.net
###
BuildDepends: 
atk1 (= 1.32.0-1),
cairo (= 1.12.8-1),
expat1,
fontconfig2-dev (= 2.10.2-1),
freeglut,
freetype219 (= 2.4.11-1),
gettext-bin,
gettext-tools,
glib2-dev (= 2.22.4-1),
gtk+2-dev (= 2.18.9-1),
gtkglarea2 (= 1.99.0-1004),
libgettext8-dev,
libiconv-dev,
libjpeg8,
libpng15,
libtiff,
pango1-xft2-ft219-dev (= 1.24.5-7),
pixman (= 0.30.0-1),
pkgconfig (= 0.21-1),
x11-dev,
xft2-dev

Depends: 
a2ps,
atk1-shlibs (= 1.32.0-1),
fortune-mod,
freeglut-shlibs,
glib2-shlibs (= 2.22.4-1),
gnuplot-bin,
gtk+2-shlibs (= 2.18.9-1),
gtkglarea2-shlibs (= 1.99.0-1004),
libgettext8-shlibs,
libiconv,
libjpeg8-shlibs,
pango1-xft2-ft219-shlibs (= 1.24.5-7),
x11

###
Source: http://www.la-samhna.de/%n/%n-%v.tar.gz
Source-MD5: e2e3ded15f8b69a620585b035071a1ea
###
PatchScript: 
%{default_script}
perl -pi -e 's/(echo.*Cannot find g.*)/\1; exit 1/' configure
perl -pi -e 's,(.*program_invocation_name),//\1,' Light.[hc] 
LightGnome.c
perl -pi -e 's,#include math.h,#include sys/types.h\n$,' 
LightGLAnimate.c

###
ConfigureParams: 
--disable-dependency-tracking \
--mandir=%p/share/man \
--with-doc-prefix=%p/share/doc/%n \
--with-manual-prefix=%p/share/doc/%n \
--with-cfg-prefix=%p/etc/%n \
--with-gnuplot \
--disable-gnome

SetLDFLAGS: -lfreeglut
InstallScript: make install DESTDIR=%d
###
ConfFiles: 
%p/etc/%n/51_peg.cfg 
%p/etc/%n/bh_vir.cfg
%p/etc/%n/bh_vir_simple.cfg 
%p/etc/%n/dd_mon.cfg
%p/etc/%n/er_vul.cfg
%p/etc/%n/lz_cen.cfg
%p/etc/%n/mr_cyg.cfg
%p/etc/%n/ty_boo.cfg
%p/etc/%n/v541_cyg.cfg

DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog README UserManual.*
DescDetail: 
Nightfall can produce animated views of eclipsing binary stars,
calculate synthetic lightcurves and radial velocity curves, and
eventually determine the best-fit model for a given set of
observational data of an eclipsing binary star system.

Nightfall is based on a physical model that takes into account the
nonspherical shape of stars in close binary systems, as well as mutual
irradiance of both stars, and a number of additional physical effects.

Nightfall can handle a large range of configurations, including
overcontact (common envelope) systems, eccentric (non-circular)
orbits, surface spots and asynchroneous rotation (stars rotating
slower or faster than the orbital period), and the possible existence
of a third star in the system ('third light').

 Refereed papers where Nightfall is used:
 Covino et al. 2000, Astron. Astrophys. 361, L49 

DescPackaging: 
  Formerly maintained by James Gibbs jimgi...@mac.com

  Hack configure to force use of gtk+2 only.

  No program_invocation_name on OS X.

  Try to fix http://permalink.gmane.org/gmane.os.apple.fink.beginners/20263

#Homepage: http://www.lsw.uni-heidelberg.de/~rwichman/Nightfall.html
Homepage: http://www.hs.uni-hamburg.de/DE/Ins/Per/Wichmann/Nightfall.html


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/database freetds.info,1.5,1.6

2013-06-22 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/database
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16219

Modified Files:
freetds.info 
Log Message:
Correct double field

Index: freetds.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/database/freetds.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- freetds.info16 Jun 2013 00:59:11 -  1.5
+++ freetds.info23 Jun 2013 03:47:41 -  1.6
@@ -163,5 +163,5 @@
 
 ###
 License: GPL
-Homepage: Homepage: http://www.freetds.org/
+Homepage: http://www.freetds.org/
 Maintainer: Justin F. Hallett the...@users.sourceforge.net


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs