[cvs] dists/10.4/unstable/main/finkinfo/utils lesspipe.info,1.4,1.5

2011-08-03 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv19638

Modified Files:
lesspipe.info 
Log Message:
Update to latest upstream version.

Index: lesspipe.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/lesspipe.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lesspipe.info   5 Jan 2009 13:46:28 -   1.4
+++ lesspipe.info   3 Aug 2011 13:30:07 -   1.5
@@ -1,8 +1,8 @@
 Package: lesspipe
-Version: 1.60
+Version: 1.71
 Revision: 11
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 16bd8e0faf8968515b7395f9f45a0d86
+Source-MD5: 6d921dc4ce9809d405cb8d694ac7cbbd
 SourceDirectory: %n-%v
 BuildDepends: fink (= 0.18.0) 
 Recommends: lynx, antiword, rpm, ghostscript, html2text, unrtf


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 clhep2-doc.info, NONE, 1.1 clhep2.info, NONE, 1.1 clhep2.patch, NONE, 1.1

2011-08-03 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv19979

Added Files:
clhep2-doc.info clhep2.info clhep2.patch 
Log Message:
Fixes clang on 10.7 and split documentation into a separate package to avoid 
pulling in latex in the main package.

--- NEW FILE: clhep2-doc.info ---
Package: clhep2-doc
Version: 2.1.0.1
Revision: 11
Description: Documentation for CLHEP
Maintainer: Remi Mommsen remigius.momm...@cern.ch
Source: 
http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-%v.tgz
Source-MD5: dadfbe2c94a3f644cd085489c36b1bfd
SourceDirectory: %v/CLHEP
Suggests: clhep2 (= %v-%r)
BuildDepends: 
  tetex-base,
  latex2html

PatchScript: 
  #!/bin/sh -ev
  # Fix for no longer existing psfig.sty
  /usr/bin/sed -i '.bak' 's/input{psfig.sty}/usepackage{epsfig}/g' 
GenericFunctions/doc/genericFunctions.tex

CompileScript: 
  ./configure %c --cache-file=%b/config.cache --enable-shared 
--disable-dependency-tracking
  make docs

InstallScript: 
  #!/bin/sh -ev
  make install-docs prefix=%i/share/doc/clhep
  /bin/mv %i/share/doc/clhep/doc/* %i/share/doc/clhep
  /bin/rmdir %i/share/doc/clhep/doc

DescDetail: 
This package contains the documentation for the CLHEP package.

License: Restrictive/Distributable
Homepage: http://cern.ch/clhep

--- NEW FILE: clhep2.patch ---
--- CLHEP.orig/Random/src/TripleRand.cc 2010-06-16 19:24:53.0 +0200
+++ CLHEP.new/Random/src/TripleRand.cc  2011-08-02 15:29:22.0 +0200
@@ -200,13 +200,13 @@
 
 TripleRand::operator float() {
   return (float)
-( ( integerCong ^ tausworthe ^ hurd ) * twoToMinus_32() 
+( ( integerCong ^ tausworthe ^ (unsigned int)hurd ) * twoToMinus_32() 
+ nearlyTwoToMinus_54() );
// make sure non-zero!
 }
 
 TripleRand::operator unsigned int() {
-  return integerCong ^ tausworthe ^ hurd;
+  return integerCong ^ tausworthe ^ (unsigned int)hurd;
 }
 
 Hurd288Engine  TripleRand::Hurd(){ return hurd; }

--- NEW FILE: clhep2.info ---
Package: clhep2
Version: 2.1.0.1
Revision: 12
BuildDependsOnly: true
Description: Class library for high energy physics
Maintainer: Remi Mommsen remigius.momm...@cern.ch
Source: 
http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-%v.tgz
Source-MD5: dadfbe2c94a3f644cd085489c36b1bfd
SourceDirectory: %v/CLHEP
GCC: 4.0
Depends: %n-shlibs (=%v-%r)
BuildDepends: fink (= 0.24.12)
Conflicts: clhep
Replaces: clhep
Suggests: clhep2-doc
PatchFile: %n.patch
PatchFile-MD5: c7e63aa63154402d4b0f80c531d9c596
PatchScript: 
  #!/bin/sh -ev
  %{default_script}
  for file in `/usr/bin/find . -name Makefile.in -print` ; do
/usr/bin/sed -i '.bak' 's/\($(CXXLINK).*\)-o $\@/\1/' $file
/usr/bin/sed -i '.bak' 's/-@VERSION@/\.@VERSION@/' $file
/usr/bin/sed -i '.bak' 's/$(SHNAME)$\@/$(SHNAME)$(subst 
\@VERSION\@,2,$\@)/' $file
  done
  for file in `/usr/bin/find . -name configure -print` ; do
/usr/bin/sed -i '.bak' 's/++)/++*)/' $file
/usr/bin/sed -i '.bak' 's/-single_module/-single_module 
-compatibility_version 3 -current_version 3.1.0/' $file
/usr/bin/sed -i '.bak' 's=-Wl,-install_name,=-install_name %p/lib/=' $file
/usr/bin/sed -i '.bak' 's/^  build_shared=no/  
build_shared=yes/' $file
  done 

CompileScript: 
  ./configure %c --cache-file=%b/config.cache --enable-shared 
--disable-dependency-tracking
  make

InstallScript: 
  #!/bin/sh -ev
  make install prefix=%i
  mkdir -p %i/share/doc/clhep
  cp %b/README %i/share/doc/clhep
  cp %b/ChangeLog %i/share/doc/clhep
  cp %b/COPYING* %i/share/doc/clhep
  cd %i/lib
  for file in `/bin/ls -1 libCLHEP*.%v.*` ; do
instname=`echo $file | /usr/bin/sed 's/\.%v//'`
/bin/ln -sf $file $instname
  done

SplitOff: 
  Package: %N-shlibs
  Description: Shared library for CLHEP
  InstallScript: 
#!/bin/sh -ev
/usr/bin/install -d -m 755 %i/lib
/bin/mv %I/lib/libCLHEP*.%v.dylib %i/lib
cd %i/lib
for file in `/bin/ls -1 libCLHEP*.%v.dylib` ; do
  instname=`echo $file | /usr/bin/sed 's/%v/2/'`
  /bin/ln -sf $file $instname
done
   
  Shlibs: 
%p/lib/libCLHEP.2.dylib  3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-Cast.2.dylib 3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-Evaluator.2.dylib3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-Exceptions.2.dylib   3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-GenericFunctions.2.dylib 3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-Geometry.2.dylib 3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-Matrix.2.dylib   3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-Random.2.dylib   3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-RandomObjects.2.dylib3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-RefCount.2.dylib 3.0.0 clhep2 (= 2.0.1.1-11)
%p/lib/libCLHEP-Vector.2.dylib   3.0.0 clhep2 (= 2.0.1.1-11)
  

DescDetail: 
CLHEP is 

[cvs] dists/10.7/stable/main/finkinfo/utils lesspipe.info,NONE,1.1

2011-08-03 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv21867

Added Files:
lesspipe.info 
Log Message:
Add to 10.7.

--- NEW FILE: lesspipe.info ---
Package: lesspipe
Version: 1.71
Revision: 11
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 6d921dc4ce9809d405cb8d694ac7cbbd
SourceDirectory: %n-%v
BuildDepends: fink (= 0.18.0) 
Recommends: lynx, antiword, rpm, ghostscript, html2text, unrtf
PatchScript: 
 /usr/bin/sed s=/etc=%p/etc=g code2color  code2color.new
 /bin/mv -f code2color.new code2color

CompileScript: 
 ./configure --prefix=%p --yes

InstallScript: 
 #!/bin/sh -ev
 # remove absolute paths to fink installed packages
 cat lesspipe.sh | /usr/bin/sed 's|%p/bin/||g' | /usr/bin/sed 's|/usr/bin/||g' 
 lesspipe.sh.fink
 # install scripts
 /usr/bin/install -d -m 755 %i/bin
 /usr/bin/install -m 0755 lesspipe.sh.fink %i/bin/lesspipe.sh
 /usr/bin/install -m 0755 code2color %i/bin

 # install environment scripts
 /usr/bin/install -d -m 755 %i/etc/profile.d
 ### bash version ###
 cat %i/etc/profile.d/%n.sh EOF
export LESSOPEN='| %p/bin/lesspipe.sh %%s'

if [ -z \$LESS ]; then
LESS=--RAW-CONTROL-CHARS
else
if [ \`printenv LESS | /usr/bin/grep -c -e -[Rr]\` -eq 0 ]; then
LESS=\$LESS --RAW-CONTROL-CHARS
fi
fi
export LESS
EOF
 ### csh version ###
 cat %i/etc/profile.d/%n.csh EOF
setenv LESSOPEN '| %p/bin/lesspipe.sh %%s'

if ( \$?LESS ) then
if ( \$LESS !~ *-{R,r}* ) then
setenv LESS \$LESS --RAW-CONTROL-CHARS
endif
else
setenv LESS --RAW-CONTROL-CHARS
endif
EOF
 /bin/chmod 755 %i/etc/profile.d/%n.*sh

PostInstScript: 
 echo 
 echo Installation complete. Please start a new shell to get the
 echo correct environment setup for lesspipe.
 echo

DocFiles: README COPYING ChangeLog INSTALL TODO
Description: Preprocessor for less
DescDetail: 
lesspipe.sh is an input filter for the pager less. It allows to view
files with binary content, compressed files, archives and files
contained in archives. A large and growing number of formats are
supported both as plain and compressed files using compress, gzip,
bzip2 or zip. Interesting for Mac OS X is the possibity to view BOM
(Bill of Materials) archives, either directly or by just giving the
package name, i.e. less foo.pkg will display the BOM of this package.

Additionally, syntax highlighting for the languages ada, asm, awk, c,
c++, groff, html, xml, java, javascript, lisp, m4, make, pascal,
patch, perl, povray, python, ruby, shellscript and sql is provided.

DescUsage: 
After installing lesspipe you have to source %p/bin/init.(c)sh before
you can use lesspipe, because it uses the environment variable
LESSOPEN.

Additionally the envrionment variable LESS is set. It feeds the option
'--raw-control-chars' to less which enables syntax highlighting.

DescPackaging: 
We need to depend on fink = 0.18.0 which provides the correct
treatment of the '%' sign in the percent expansion needed for
'lesspipe.sh %s'.

License: GPL
Maintainer: Remi Mommsen remigius.momm...@cern.ch
Homepage: http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci clhep2-doc.info, NONE, 1.1 clhep2.patch, NONE, 1.1 clhep2.info, 1.11, 1.12

2011-08-03 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv24224

Modified Files:
clhep2.info 
Added Files:
clhep2-doc.info clhep2.patch 
Log Message:
Backport packages changes from 10.7.

--- NEW FILE: clhep2-doc.info ---
Package: clhep2-doc
Version: 2.1.0.1
Revision: 11
Description: Documentation for CLHEP
Maintainer: Remi Mommsen remigius.momm...@cern.ch
Source: 
http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-%v.tgz
Source-MD5: dadfbe2c94a3f644cd085489c36b1bfd
SourceDirectory: %v/CLHEP
Suggests: clhep2 (= %v-%r)
BuildDepends: 
  tetex-base,
  latex2html

PatchScript: 
  #!/bin/sh -ev
  # Fix for no longer existing psfig.sty
  /usr/bin/sed -i '.bak' 's/input{psfig.sty}/usepackage{epsfig}/g' 
GenericFunctions/doc/genericFunctions.tex

CompileScript: 
  ./configure %c --cache-file=%b/config.cache --enable-shared 
--disable-dependency-tracking
  make docs

InstallScript: 
  #!/bin/sh -ev
  make install-docs prefix=%i/share/doc/clhep
  /bin/mv %i/share/doc/clhep/doc/* %i/share/doc/clhep
  /bin/rmdir %i/share/doc/clhep/doc

DescDetail: 
This package contains the documentation for the CLHEP package.

License: Restrictive/Distributable
Homepage: http://cern.ch/clhep

--- NEW FILE: clhep2.patch ---
--- CLHEP.orig/Random/src/TripleRand.cc 2010-06-16 19:24:53.0 +0200
+++ CLHEP.new/Random/src/TripleRand.cc  2011-08-02 15:29:22.0 +0200
@@ -200,13 +200,13 @@
 
 TripleRand::operator float() {
   return (float)
-( ( integerCong ^ tausworthe ^ hurd ) * twoToMinus_32() 
+( ( integerCong ^ tausworthe ^ (unsigned int)hurd ) * twoToMinus_32() 
+ nearlyTwoToMinus_54() );
// make sure non-zero!
 }
 
 TripleRand::operator unsigned int() {
-  return integerCong ^ tausworthe ^ hurd;
+  return integerCong ^ tausworthe ^ (unsigned int)hurd;
 }
 
 Hurd288Engine  TripleRand::Hurd(){ return hurd; }

Index: clhep2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/clhep2.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- clhep2.info 29 Jul 2011 09:19:23 -  1.11
+++ clhep2.info 3 Aug 2011 13:47:36 -   1.12
@@ -1,6 +1,6 @@
 Package: clhep2
 Version: 2.1.0.1
-Revision: 11
+Revision: 12
 BuildDependsOnly: true
 Description: Class library for high energy physics
 Maintainer: Remi Mommsen remigius.momm...@cern.ch
@@ -8,14 +8,16 @@
 Source-MD5: dadfbe2c94a3f644cd085489c36b1bfd
 SourceDirectory: %v/CLHEP
 GCC: 4.0
-NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1
 Depends: %n-shlibs (=%v-%r)
-BuildDepends: tetex-base, latex2html, gcc4.0 (=4.0.1-5026)
+BuildDepends: fink (= 0.24.12)
 Conflicts: clhep
 Replaces: clhep
+Suggests: clhep2-doc
+PatchFile: %n.patch
+PatchFile-MD5: c7e63aa63154402d4b0f80c531d9c596
 PatchScript: 
   #!/bin/sh -ev
+  %{default_script}
   for file in `/usr/bin/find . -name Makefile.in -print` ; do
 /usr/bin/sed -i '.bak' 's/\($(CXXLINK).*\)-o $\@/\1/' $file
 /usr/bin/sed -i '.bak' 's/-@VERSION@/\.@VERSION@/' $file
@@ -27,24 +29,18 @@
 /usr/bin/sed -i '.bak' 's=-Wl,-install_name,=-install_name %p/lib/=' $file
 /usr/bin/sed -i '.bak' 's/^  build_shared=no/  
build_shared=yes/' $file
   done 
-
-  # Fix for no longer existing psfig.sty
-  /usr/bin/sed -i '.bak' 's/input{psfig.sty}/usepackage{epsfig}/g' 
GenericFunctions/doc/genericFunctions.tex
 
 CompileScript: 
   ./configure %c --cache-file=%b/config.cache --enable-shared 
--disable-dependency-tracking
   make
-  # create documentation
-  make docs
 
 InstallScript: 
   #!/bin/sh -ev
   make install prefix=%i
-  make install-docs prefix=%i/share/doc/clhep
-  /bin/mv %i/share/doc/clhep/doc/* %i/share/doc/clhep
-  /bin/rmdir %i/share/doc/clhep/doc
+  mkdir -p %i/share/doc/clhep
   cp %b/README %i/share/doc/clhep
   cp %b/ChangeLog %i/share/doc/clhep
+  cp %b/COPYING* %i/share/doc/clhep
   cd %i/lib
   for file in `/bin/ls -1 libCLHEP*.%v.*` ; do
 instname=`echo $file | /usr/bin/sed 's/\.%v//'`


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 glew.info, 1.1, 1.2 glew.patch, 1.1, 1.2

2011-08-03 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv3755/10.7/stable/main/finkinfo/graphics

Modified Files:
glew.info glew.patch 
Log Message:
sync with jwhowarth's upstream patch, also explicitly choose compilers

Index: glew.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/glew.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glew.info   23 Jul 2011 01:06:43 -  1.1
+++ glew.info   3 Aug 2011 14:21:25 -   1.2
@@ -1,9 +1,9 @@
 Package: glew
 Version: 1.6.0
-Revision: 1
+Revision: 32
 Description: OpenGL Extension Wrangler Library
 License: BSD
-Maintainer: Benjamin Reed g...@fink.racoonfink.com
+Maintainer: Benjamin Reed g...@fink.raccoonfink.com
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
@@ -22,13 +22,23 @@
find . -type f -exec dos2unix {} \;
 
 PatchFile: %n.patch
-PatchFile-MD5: 7553dd13c0432b952b6fd12ce8e7d1b1
+PatchFile-MD5: 963f5ee474418f441ea68a5d5e9103af
 
 UseMaxBuildJobs: true
 CompileScript: 
+   #!/bin/sh -ev
+   
chmod -R a+rw .
chmod a+x config/*
-   make GLEW_DEST=%p GLEW_APPLE_GLX=1
+   
+   if [[ $(sw_vers -productVersion | cut -d. -f1-2)  10.6 ]]; then
+   export CC=clang
+   elif [[ -x /usr/bin/gcc-4.2 ]]; then
+   export CC=gcc-4.2
+   else
+   export CC=gcc
+   fi
+   make GLEW_DEST=%p GLEW_APPLE_GLX=1 CC=$CC LD=$CC
 
 
 InstallScript: 

Index: glew.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/glew.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glew.patch  23 Jul 2011 01:06:43 -  1.1
+++ glew.patch  3 Aug 2011 14:21:25 -   1.2
@@ -1,19 +1,16 @@
 glew-1.6.0/config/Makefile.darwin.orig 2011-04-27 12:16:34.0 
-0400
-+++ glew-1.6.0/config/Makefile.darwin  2011-04-30 20:36:30.0 -0400
-@@ -1,9 +1,9 @@
+diff -Nurd glew-1.6.0/config/Makefile.darwin 
glew-1.6.0-new/config/Makefile.darwin
+--- glew-1.6.0/config/Makefile.darwin  2011-04-27 12:16:34.0 -0400
 glew-1.6.0-new/config/Makefile.darwin  2011-08-03 10:09:20.0 
-0400
+@@ -1,7 +1,7 @@
  NAME = $(GLEW_NAME)
--CC = cc
--LD = cc
-+CC = gcc
-+LD = gcc
- CFLAGS.EXTRA = -no-cpp-precomp -dynamic -fno-common
+ CC = cc
+ LD = cc
+-CFLAGS.EXTRA = -no-cpp-precomp -dynamic -fno-common
++CFLAGS.EXTRA = -dynamic -fno-common
  PICFLAG = -fPIC
--LDFLAGS.EXTRA =
-+LDFLAGS.EXTRA = 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+ LDFLAGS.EXTRA =
  ifneq (undefined, $(origin GLEW_APPLE_GLX))
- CFLAGS.EXTRA += -I/usr/X11R6/include -D'GLEW_APPLE_GLX'
- LDFLAGS.GL = -L/usr/X11R6/lib -lXmu -lXi -lGLU -lGL -lXext -lX11
-@@ -15,11 +15,11 @@
+@@ -15,14 +15,14 @@
  WARN = -Wall -W
  POPT = -O2
  BIN.SUFFIX =
@@ -23,7 +20,12 @@
  LIB.SHARED= lib$(NAME).$(SO_VERSION).dylib
  LIB.STATIC= lib$(NAME).a
 -LDFLAGS.SO= -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SHARED)
+-LIB.SONAME.MX = lib$(NAME)mx.$(SO_MAJOR).dylib
 +LDFLAGS.SO= -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SONAME) 
-current_version $(SO_VERSION) -compatibility_version $(SO_MAJOR)
- LIB.SONAME.MX = lib$(NAME)mx.$(SO_MAJOR).dylib
++LIB.SONAME.MX = lib$(NAME)mx.$(GLEW_MAJOR).dylib
  LIB.DEVLNK.MX = lib$(NAME)mx.dylib
  LIB.SHARED.MX = lib$(NAME)mx.$(SO_VERSION).dylib
+ LIB.STATIC.MX = lib$(NAME)mx.a
+-LDFLAGS.SO.MX = -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SHARED.MX)
++LDFLAGS.SO.MX = -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SONAME.MX) 
-current_version $(SO_VERSION) -compatibility_version $(SO_MAJOR)
+ SHARED_OBJ_EXT = pic_o


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/graphics glew.info, 1.8, 1.9 glew.patch, 1.5, 1.6

2011-08-03 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv3755/10.4/unstable/main/finkinfo/graphics

Modified Files:
glew.info glew.patch 
Log Message:
sync with jwhowarth's upstream patch, also explicitly choose compilers

Index: glew.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/glew.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- glew.info   20 Jul 2011 13:26:31 -  1.8
+++ glew.info   3 Aug 2011 14:21:23 -   1.9
@@ -1,9 +1,9 @@
 Package: glew
 Version: 1.6.0
-Revision: 1
+Revision: 2
 Description: OpenGL Extension Wrangler Library
 License: BSD
-Maintainer: Benjamin Reed g...@fink.racoonfink.com
+Maintainer: Benjamin Reed g...@fink.raccoonfink.com
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
@@ -22,13 +22,23 @@
find . -type f -exec dos2unix {} \;
 
 PatchFile: %n.patch
-PatchFile-MD5: 7553dd13c0432b952b6fd12ce8e7d1b1
+PatchFile-MD5: 963f5ee474418f441ea68a5d5e9103af
 
 UseMaxBuildJobs: true
 CompileScript: 
+   #!/bin/sh -ev
+   
chmod -R a+rw .
chmod a+x config/*
-   make GLEW_DEST=%p GLEW_APPLE_GLX=1
+   
+   if [[ $(sw_vers -productVersion | cut -d. -f1-2)  10.6 ]]; then
+   export CC=clang
+   elif [[ -x /usr/bin/gcc-4.2 ]]; then
+   export CC=gcc-4.2
+   else
+   export CC=gcc
+   fi
+   make GLEW_DEST=%p GLEW_APPLE_GLX=1 CC=$CC LD=$CC
 
 
 InstallScript: 

Index: glew.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/glew.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- glew.patch  20 Jul 2011 13:26:31 -  1.5
+++ glew.patch  3 Aug 2011 14:21:24 -   1.6
@@ -1,19 +1,16 @@
 glew-1.6.0/config/Makefile.darwin.orig 2011-04-27 12:16:34.0 
-0400
-+++ glew-1.6.0/config/Makefile.darwin  2011-04-30 20:36:30.0 -0400
-@@ -1,9 +1,9 @@
+diff -Nurd glew-1.6.0/config/Makefile.darwin 
glew-1.6.0-new/config/Makefile.darwin
+--- glew-1.6.0/config/Makefile.darwin  2011-04-27 12:16:34.0 -0400
 glew-1.6.0-new/config/Makefile.darwin  2011-08-03 10:09:20.0 
-0400
+@@ -1,7 +1,7 @@
  NAME = $(GLEW_NAME)
--CC = cc
--LD = cc
-+CC = gcc
-+LD = gcc
- CFLAGS.EXTRA = -no-cpp-precomp -dynamic -fno-common
+ CC = cc
+ LD = cc
+-CFLAGS.EXTRA = -no-cpp-precomp -dynamic -fno-common
++CFLAGS.EXTRA = -dynamic -fno-common
  PICFLAG = -fPIC
--LDFLAGS.EXTRA =
-+LDFLAGS.EXTRA = 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+ LDFLAGS.EXTRA =
  ifneq (undefined, $(origin GLEW_APPLE_GLX))
- CFLAGS.EXTRA += -I/usr/X11R6/include -D'GLEW_APPLE_GLX'
- LDFLAGS.GL = -L/usr/X11R6/lib -lXmu -lXi -lGLU -lGL -lXext -lX11
-@@ -15,11 +15,11 @@
+@@ -15,14 +15,14 @@
  WARN = -Wall -W
  POPT = -O2
  BIN.SUFFIX =
@@ -23,7 +20,12 @@
  LIB.SHARED= lib$(NAME).$(SO_VERSION).dylib
  LIB.STATIC= lib$(NAME).a
 -LDFLAGS.SO= -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SHARED)
+-LIB.SONAME.MX = lib$(NAME)mx.$(SO_MAJOR).dylib
 +LDFLAGS.SO= -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SONAME) 
-current_version $(SO_VERSION) -compatibility_version $(SO_MAJOR)
- LIB.SONAME.MX = lib$(NAME)mx.$(SO_MAJOR).dylib
++LIB.SONAME.MX = lib$(NAME)mx.$(GLEW_MAJOR).dylib
  LIB.DEVLNK.MX = lib$(NAME)mx.dylib
  LIB.SHARED.MX = lib$(NAME)mx.$(SO_VERSION).dylib
+ LIB.STATIC.MX = lib$(NAME)mx.a
+-LDFLAGS.SO.MX = -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SHARED.MX)
++LDFLAGS.SO.MX = -dynamiclib -install_name $(GLEW_DEST)/lib/$(LIB.SONAME.MX) 
-current_version $(SO_VERSION) -compatibility_version $(SO_MAJOR)
+ SHARED_OBJ_EXT = pic_o


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 cernlib2006.info,1.1,1.2

2011-08-03 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv27766

Modified Files:
cernlib2006.info 
Log Message:
Partial fix for cernlib on 10.7. paw is still broken.

Index: cernlib2006.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/cernlib2006.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cernlib2006.info28 Jul 2011 15:01:59 -  1.1
+++ cernlib2006.info3 Aug 2011 15:40:15 -   1.2
@@ -1,7 +1,7 @@
 Info3: 
 Package: cernlib2006
 Version: 2006b
-Revision: 12
+Revision: 13
 Description: Paw and other basic executables
 Depends: x11
 BuildDepends: 
@@ -36,7 +36,7 @@
 SourceRename: cernlib-%v.tar.gz
 Source-MD5: 750c4804a2366ccd8e80c45a055f8ac5
 Source2: http://cern.ch/~mommsen/fink/%f.patch.gz
-Source2-MD5: ee8529a5f0bb8cd3077bc21f94ec2695
+Source2-MD5: 3de9dfcb6ae2dd0a772dbf140b2cfc88
 SourceDirectory: 2006/src
 PatchScript: 
   #!/bin/sh -ev
@@ -52,6 +52,8 @@
 
 CompileScript: 
   #!/bin/sh -ev
+  rm -rf include
+  ln -s cernlib/%v/include .
   ln -s cernlib/%v/lib .
   ln -s cernlib/%v/bin .
   export CERN=%b/cernlib
@@ -62,6 +64,7 @@
   export HAVE_MOTIF=yes
   ${CVSCOSRC}/config/imake_boot
   make tree
+  make install.include CERN_INCLUDEDIR=${CERN_ROOT}/include
   pushd packlib/kuip/programs/kuipc 
   make 
   make install.bin 
@@ -73,7 +76,6 @@
   (cd graflib; make install.bin) || exit 1
   make patchy/Makefile
   (cd patchy; make install.bin) || exit 1
-  make install.include CERN_INCLUDEDIR=${CERN_ROOT}/include
 
 InstallScript: 
   install -d %i/bin


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 geant4.9-data.info, NONE, 1.1 geant4.9.info, NONE, 1.1 geant4.9.patch, NONE, 1.1

2011-08-03 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv27795

Added Files:
geant4.9-data.info geant4.9.info geant4.9.patch 
Log Message:
geant4 for Lion.

--- NEW FILE: geant4.9.info ---
Info3: 
Package: geant4.9%type_pkg[cernlib]
Version: 4.9.4
Revision: 12
Type: cernlib (. -cernlib)
Description: Simulation of particle-matter interaction
DescDetail: 
Geant4 is a toolkit for the simulation of the passage of 
particles through matter. Its areas of application include 
high energy, nuclear and accelerator physics, as well as
studies in medical and space science.

DescUsage: 
GEANT4 uses a set of environment variables needed to compile and run
user applications. Restart your shell to get them set after
installing the geant4 package.

GEANT4 needs a local workdir. This is set by the environment variable
G4WORKDIR which defaults to ${HOME}/geant4.9. Any binary being built by
the user will be found in ${G4WORKDIR}/bin/${G4SYSTEM}. For
convenience this path is appended to the PATH environment variable.

DescPackaging: 
As many graphic outputs are enabled as easily available on Mac OS
X. The OpenGL framework provided by Mac OS X is used, too.

Upstream hardcodes /sw in some places, and we fix this.

Homepage: http://geant4.cern.ch/
Maintainer: Remi Mommsen remigius.momm...@cern.ch
DocFiles: ReleaseNotes/*
License: BSD
BuildDependsOnly: true
Depends: 
 %n-shlibs (=%v-%r), 
 openmotif3-bin

BuildDepends: 
 fink (= 0.27.2),
 x11-dev,
 clhep2 (= 2.1.0.1),
 openmotif3,
 ('%type_pkg[cernlib]' = '-cernlib') cernlib2006-geant321,
 ('%type_pkg[cernlib]' = '-cernlib') cernlib2006-dev,
 ('%type_pkg[cernlib]' = '-cernlib') gcc46

Conflicts: 
 geant4.9,
 geant4.9-cernlib

Replaces: 
 geant4.9,
 geant4.9-cernlib

Provides: geant4
Suggests: geant4.9-data
GCC: 4.0
Source: http://geant4.cern.ch/support/source/geant%v.p02.tar.gz
Source-MD5: d4e95badeb536d82278e690280633846
PatchFile: geant4.9.patch
PatchFile-MD5: ee424ef9c06ea125ebbda9abe214a73c
PatchScript: 
  #!/bin/sh -ev
  if [[ '%type_pkg[cernlib]' == -cernlib ]]; then
BUILDCERN='y'
FORTRAN='gfortran -static-libgfortran -static-libgcc'
FORTRAN_LIBS='-lc'
  else
BUILDCERN='n'
FORTRAN='echo'
FORTRAN_LIBS=''
  fi
  cat %{PatchFile} | \
/usr/bin/sed -e {
  s|@PREFIX@|%p|g ;
  s|@BUILDDIR@|%b|g ;
  s|@VERSION@|%v|g ;
  s|@BUILDCERN@|$BUILDCERN|g ;
  s|@FORTRAN@|$FORTRAN|g ;
  s|@FORTRAN_LIBS@|$FORTRAN_LIBS|g
} | \
patch -p1
  # Upstream hardcodes /sw, replace that by the active prefix.
  /usr/bin/sed -i.bak s|/sw|%p|g Configure
  /bin/rm -f Configure.bak

CompileScript: 
  #!/bin/sh -ev
  ./Configure -install -d -e -f fink.sh
  ./Configure -build -d -e -f fink.sh

InstallScript: 
  #!/bin/sh -ev
  /usr/bin/install -d -m 755 %i/lib/geant4.9
  /bin/cp -PR lib/Darwin-g++ %i/lib/geant4.9
  /usr/bin/ranlib %i/lib/geant4.9/Darwin-g++/*.a
  /bin/chmod 644 %i/lib/geant4.9/Darwin-g++/*.dylib
  /bin/chmod 644 %i/lib/geant4.9/Darwin-g++/*.a
  if [[ '%type_pkg[cernlib]' == -cernlib ]]; then
/usr/bin/install -d -m 755 %i/bin
/bin/cp -PR bin/Darwin-g++/rztog4 %i/bin/
  fi
  /usr/bin/install -d -m 755 %i/include/geant4.9
  /bin/cp -PR include/* %i/include/geant4.9
  /usr/bin/install -d -m 755 %i/share/geant4.9
  /bin/cp -PR config %i/share/geant4.9
  /bin/cp -PR examples %i/share/geant4.9
  /usr/bin/install -d -m 755 %i/etc/profile.d
  echo setenv G4WORKDIR \${HOME}/geant4.9  %i/etc/profile.d/%n.csh
  echo append_path PATH \${G4WORKDIR}/bin/\${G4SYSTEM}  
%i/etc/profile.d/%n.csh
  echo export G4WORKDIR=\${HOME}/geant4.9  %i/etc/profile.d/%n.sh
  echo append_path PATH \${G4WORKDIR}/bin/\${G4SYSTEM}  
%i/etc/profile.d/%n.sh
  echo export PATH  %i/etc/profile.d/%n.sh
  chmod 755 %i/etc/profile.d/%n.*

RuntimeVars: 
  G4SYSTEM:  Darwin-g++
  G4INSTALL: %p/share/geant4.9
  G4LIB: %p/lib/geant4.9
  G4INCLUDE: %p/include/geant4.9
  G4VIS_USE_OPENGLX: 1
  CLHEP_BASE_DIR: %p

SplitOff: 
   Package: %N-shlibs
   Description: Shared libraries for GEANT4 9.2
   Depends: 
 x11,
 clhep2-shlibs (= 2.1.0.1),
 openmotif3-shlibs
   
   Conflicts: 
 geant4.9-shlibs,
 geant4.9-cernlib-shlibs
   
   Replaces: 
 geant4.9-shlibs,
 geant4.9-cernlib-shlibs
   
   Provides: geant4-shlibs   
   Files: 
 ('%type_pkg[cernlib]' != '') lib/geant4.9/Darwin-g++/libG3toG4.%v.dylib
 ('%type_pkg[cernlib]' != '') lib/geant4.9/Darwin-g++/libG3toG4.4.9.dylib
 lib/geant4.9/Darwin-g++/libG4FR.%v.dylib
 lib/geant4.9/Darwin-g++/libG4FR.4.9.dylib
 lib/geant4.9/Darwin-g++/libG4GMocren.%v.dylib
 lib/geant4.9/Darwin-g++/libG4GMocren.4.9.dylib
 lib/geant4.9/Darwin-g++/libG4OpenGL.%v.dylib
 lib/geant4.9/Darwin-g++/libG4OpenGL.4.9.dylib
 lib/geant4.9/Darwin-g++/libG4RayTracer.%v.dylib
 lib/geant4.9/Darwin-g++/libG4RayTracer.4.9.dylib
 lib/geant4.9/Darwin-g++/libG4Tree.%v.dylib
 lib/geant4.9/Darwin-g++/libG4Tree.4.9.dylib
 

[cvs] dists/10.7/stable/main/finkinfo/languages guile18-gtk.info, 1.1, 1.2

2011-08-03 Thread William Scott
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv3960

Modified Files:
guile18-gtk.info 
Log Message:
changed dependency to gmp5

Index: guile18-gtk.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/guile18-gtk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- guile18-gtk.info2 Aug 2011 04:03:24 -   1.1
+++ guile18-gtk.info3 Aug 2011 16:11:01 -   1.2
@@ -13,7 +13,7 @@
  gettext-tools   ,
  glib2-dev (= 2.14.0-1) ,
  glitz   ,
- gmp ,
+ gmp5 ,
  gtk+2-dev (= 2.12.0-1) ,
  gtkglarea2 (= 1.99.0-1005) ,
  guile18 ,
@@ -40,7 +40,7 @@
  %n-shlibs (= %v-%r)   ,
  atk1-shlibs (= 1.20.0-1)  ,
  glib2-shlibs (= 2.14.0-1) ,
- gmp-shlibs ,
+ gmp5-shlibs ,
  gtk+2-shlibs (= 2.12.0-1) ,
  gtkglarea2-shlibs (= 1.99.0-1005) ,
  guile18-shlibs ,
@@ -108,7 +108,7 @@
 Depends: 
  atk1-shlibs (= 1.20.0-1)  ,
  glib2-shlibs (= 2.14.0-1) ,
- gmp-shlibs   ,
+ gmp5-shlibs   ,
  gtk+2-shlibs (= 2.12.0-1) ,
  gtkglarea2-shlibs (= 1.99.0-1005) ,
  guile18-shlibs   ,


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci netcdf7-gfortran.info, NONE, 1.1 netcdf7.info, NONE, 1.1 netcdf-g.info, 1.10, 1.11 netcdf.info, 1.15, 1.16 netcdf.patch, 1.1, NONE

2011-08-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv25902

Modified Files:
netcdf-g.info netcdf.info 
Added Files:
netcdf7-gfortran.info netcdf7.info 
Removed Files:
netcdf.patch 
Log Message:
Add netcdf7 to 10.5/10.6 distros
remove obsolete netcdf.patch
Missing deps in netcdf7-gfortran in 10.7.

--- NEW FILE: netcdf7-gfortran.info ---
Info4: 
Package: netcdf7-gfortran
Version: 4.1.3
Revision: 2
BuildDependsOnly: True
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
BuildDepends: hdf5.7, gcc46-compiler, fink-package-precedence, netcdf7 (= 
%v-1), libcurl4
Depends: %n-shlibs (= %V)
Conflicts: netcdf (= 3.6.1-1003), netcdf-absoft
Replaces: netcdf (= 3.6.1-1003), netcdf-absoft, netcdf-g95, netcdf-gfortran
Source: ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%v.tar.gz
Source-MD5: ead16cb3b671f767396387dcb3c1a814
SourceDirectory: netcdf-%v
NoSetCPPFlags: true
PatchScript: 
  perl -pi.bak -e 's|\$rpath|%p/opt/netcdf7/lib|g' configure

ConfigureParams: 
  --libdir=%p/opt/netcdf7/lib --includedir=%p/opt/netcdf7/include \
  --enable-shared CFLAGS=-O2 FFLAGS=-O2 FCFLAGS=-O2 FC=%p/bin/gfortran-fsf-4.6 \
  F77=%p/bin/gfortran-fsf-4.6 F90=%p/bin/gfortran-fsf-4.6 \
  --mandir='${prefix}/share/man' --enable-docs-install 
--docdir='${prefix}/share/doc/netcdf' \
  --enable-dap \
  --with-netcdf-c-lib=%p/opt/netcdf7/lib --enable-netcdf-4 \
  --disable-cxx --disable-utilities CPPFLAGS=$CPPFLAGS -I%p/include 
LDFLAGS=$LDFLAGS -lsz

CompileScript: 
%{default_script}
fink-package-precedence .

InstallScript: 
  #!/bin/sh -ev
  make install DESTDIR=%d
  mv include/netcdf_f.h %i/opt/netcdf7/include/
  mkdir -p %i/share
  mkdir -p %i/share/doc
  mkdir -p %i/share/info
  # Add examples for F77 and F90
  mkdir -p %i/share/doc/netcdf7/examples
  cp -r examples/F* %i/share/doc/netcdf7/examples
  # manually add docs
  cp man4/netcdf-f77.{pdf,html} man4/netcdf-f90.{pdf,html} 
man4/netcdf_f{77,90}-man.html %i/share/doc/netcdf7
  cp man4/netcdf-f{77,90}.info %i/share/info
  # remove C library files
  rm %i/opt/netcdf7/include/netcdf.h
  rm -rf %i/opt/netcdf7/lib/libnetcdf.*dylib %i/opt/netcdf7/lib/libnetcdf.*a 
%i/opt/netcdf7/lib/pkgconfig
  rm %i/share/info/netcdf-c* %i/share/info/netcdf-install.info 
%i/share/info/netcdf-tutorial.info %i/share/info/netcdf.info
  rm %i/share/man/man3/netcdf.3
  rm %i/bin/nc-config
  #fix libtool archive file
  #perl -pi -e s,%i,%p, %i/lib/%n/lib/libnetcdff.la

SplitOff: 
  Package: %N-shlibs
  Depends: netcdf7-shlibs (= %v-1), gcc46-shlibs, hdf5.7-shlibs, szip-shlibs, 
libcurl4-shlibs
  Files: opt/netcdf7/lib/libnetcdff.*.dylib
  Shlibs: %p/opt/netcdf7/lib/libnetcdff.5.dylib 7.0.0 %n (= 4.1.3-1)
  DocFiles: COPYRIGHT README RELEASE_NOTES

InfoDocs: netcdf-f77.info netcdf-f90.info
DocFiles: COPYRIGHT README RELEASE_NOTES
Description: Interface  lib for array-based data access
DescDetail: 
The netCDF (network Common Data Form) library defines a machine-independent
format for representing scientific data. Together, the interface, library,
and format support the creation, access, and sharing of scientific data.

This package provides a library, documentation, and examples for interfacing
with Fortran 77 and Fortran 90 code using the gfortran compiler.  Because the
library links to libraries from gcc4N-shlibs, a particular gcc4N had to be 
chosen.

DescUsage: 
Installs library and include files in %p/opt/netcdf7 to allow
the netcdf-gfortran and %N packages to coexist.  Packages building
against this one must ensure that they point to %p/opt/netcdf7 and also
BuildDepend on netcdf7.

DescPackaging: 
This Fortran interface is created as a different package so that users
do not have to install a Fortran compiler to just get the C/C++ interface.
All docs are moved into the directory /sw/share/doc/netcdf7.
Manually move docs from the tarball to avoid potentially triggering a rebuild.

DescPort: 
CFLAGS=-O2 FFLAGS=-O2 FCFLAGS=-O2 is essential to avoid debugging mode flags 
(-g).
manually feed -lsz and -I%p/include to the configure script to find szlib
and hdf5.7, respectively.

Homepage: http://www.unidata.ucar.edu/software/netcdf/
License: OSI-Approved

Index: netcdf-g.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf-g.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- netcdf-g.info   27 Jul 2011 19:44:14 -  1.10
+++ netcdf-g.info   3 Aug 2011 17:08:28 -   1.11
@@ -2,14 +2,16 @@
 Package: netcdf-g%type_raw[fort]
 Type: fort (95 fortran)
 Version: 3.6.3
-Revision: 6
-Distribution: (%type_pkg[fort] = 95) 10.4, (%type_pkg[fort] = 95) 10.5
-BuildDepends: (%type_raw[fort] = fortran)gcc44 | (%type_raw[fort] = 
fortran)gcc45 | (%type_raw[fort] = fortran)gcc46, (%type_raw[fort] = 95)g95
+Revision: 7
+# Doesn't build on Lion, so DON'T MOVE IT.
+# Packages that 

[cvs] dists/10.7/stable/main/finkinfo/sci netcdf7-gfortran.info, 1.1, 1.2 netcdf.patch, 1.1, NONE

2011-08-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv26261

Modified Files:
netcdf7-gfortran.info 
Removed Files:
netcdf.patch 
Log Message:
Oops.  *Now* updating netcdf7-gfortran.

Index: netcdf7-gfortran.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/netcdf7-gfortran.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- netcdf7-gfortran.info   2 Aug 2011 18:23:16 -   1.1
+++ netcdf7-gfortran.info   3 Aug 2011 17:11:05 -   1.2
@@ -1,11 +1,11 @@
 Info4: 
 Package: netcdf7-gfortran
 Version: 4.1.3
-Revision: 1
+Revision: 2
 BuildDependsOnly: True
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
-BuildDepends: hdf5.7, gcc46, fink-package-precedence
-Depends: %n-shlibs (= %V), netcdf7-shlibs (= %V)
+BuildDepends: hdf5.7, gcc46-compiler, fink-package-precedence, netcdf7 (= 
%v-1), libcurl4
+Depends: %n-shlibs (= %V)
 Conflicts: netcdf (= 3.6.1-1003), netcdf-absoft
 Replaces: netcdf (= 3.6.1-1003), netcdf-absoft, netcdf-g95, netcdf-gfortran
 Source: ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-%v.tar.gz
@@ -17,9 +17,10 @@
 
 ConfigureParams: 
   --libdir=%p/opt/netcdf7/lib --includedir=%p/opt/netcdf7/include \
-  --enable-shared CFLAGS=-O2 FFLAGS=-O2 FCFLAGS=-O2 FC=gfortran F77=gfortran 
F90=gfortran \
+  --enable-shared CFLAGS=-O2 FFLAGS=-O2 FCFLAGS=-O2 FC=%p/bin/gfortran-fsf-4.6 
\
+  F77=%p/bin/gfortran-fsf-4.6 F90=%p/bin/gfortran-fsf-4.6 \
   --mandir='${prefix}/share/man' --enable-docs-install 
--docdir='${prefix}/share/doc/netcdf' \
-  --disable-dap \
+  --enable-dap \
   --with-netcdf-c-lib=%p/opt/netcdf7/lib --enable-netcdf-4 \
   --disable-cxx --disable-utilities CPPFLAGS=$CPPFLAGS -I%p/include 
LDFLAGS=$LDFLAGS -lsz
 
@@ -51,7 +52,7 @@
 
 SplitOff: 
   Package: %N-shlibs
-  Depends: netcdf7-shlibs (= %V)
+  Depends: netcdf7-shlibs (= %v-1), gcc46-shlibs, hdf5.7-shlibs, szip-shlibs, 
libcurl4-shlibs
   Files: opt/netcdf7/lib/libnetcdff.*.dylib
   Shlibs: %p/opt/netcdf7/lib/libnetcdff.5.dylib 7.0.0 %n (= 4.1.3-1)
   DocFiles: COPYRIGHT README RELEASE_NOTES
@@ -64,13 +65,16 @@
 format for representing scientific data. Together, the interface, library,
 and format support the creation, access, and sharing of scientific data.
 
-This package provides libraries, documentation and examples for interfacing
-with Fortran 77 and Fortran 90 code using the gfortran compiler.
+This package provides a library, documentation, and examples for interfacing
+with Fortran 77 and Fortran 90 code using the gfortran compiler.  Because the
+library links to libraries from gcc4N-shlibs, a particular gcc4N had to be 
+chosen.
 
 DescUsage: 
 Installs library and include files in %p/opt/netcdf7 to allow
 the netcdf-gfortran and %N packages to coexist.  Packages building
-against this one must ensure 
+against this one must ensure that they point to %p/opt/netcdf7 and also
+BuildDepend on netcdf7.
 
 DescPackaging: 
 This Fortran interface is created as a different package so that users

--- netcdf.patch DELETED ---


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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/gnome gnome-themes-glossy-p.info, NONE, 1.1

2011-08-03 Thread William Scott
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv18117

Added Files:
gnome-themes-glossy-p.info 
Log Message:
works for 10.7

--- NEW FILE: gnome-themes-glossy-p.info ---
Package: gnome-themes-glossy-p
Version: 0.0
Revision: 2
Depends: gtk+2 (= 2.12.0-1), gtk2-engines (= 2.12.0-1)
Source: http://art.gnome.org/download/themes/gtk2/571/GTK2-Glossy_P.tar.gz
Source-MD5: 6abac5e23af652db613fb76f6a8acaa5
SourceDirectory: Glossy P
CompileScript:  ls
InstallScript: 
#/bin/sh -ef
mkdir -p %i/share/themes/Glossy_P
cp -R * %i/share/themes/Glossy_P/. 

DocFiles: index.theme
Description: GTK2 themes for 10.4 Aqua default look
DescUsage: 
If you have GNOME installed you can use control-center to change your theme.
Without GNOME do the following, remember to adjust for your fink prefix:
echo include \/sw/share/themes/Glossy_P/gtk-2.0/gtkrc\~/.gtkrc-2.0

License: GPL
Maintainer: W. G. Scott wgsc...@users.sourceforge.net 
Homepage: http://art.gnome.org/themes/gtk2/571


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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/gnome libvtemm1.2.9.info, NONE, 1.1

2011-08-03 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv19512/gnome

Added Files:
libvtemm1.2.9.info 
Log Message:
to 10.7

--- NEW FILE: libvtemm1.2.9.info ---
Package: libvtemm1.2.9
# beware of frequent changes to .pc and install_name in each new %v !
Version: 0.22.2
Revision: 1
GCC: 4.0
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
BuildDepends: 
atk1 (= 1.28.0-1),
cairo (= 1.8.8-3),
cairomm1 (= 1.8.2-3),
doxygen,
fink (= 0.24.12),
fink-package-precedence,
fontconfig2-dev (= 2.8.0-4),
freetype219 (= 2.3.12-1),
gettext-bin,
gettext-tools,
glib2-dev (= 2.22.0-1),
glibmm2.4-dev (= 2.22.0-1),
glitz,
gtk+2-dev (= 2.18.0-1),
gtkmm2.4-gtk-dev (= 2.18.0-1),
intltool40,
libsigc++2 (= 2.0.17-1001),
pango1-xft2-ft219-dev (= 1.24.5-4),
pangomm1.4.1 (= 2.26.0-1),
pixman (= 0.16.0-1),
pkgconfig (= 0.23),
vte9-dev (= 0.22.5-1),
x11-dev

Source: mirror:gnome:sources/libvtemm/0.22/libvtemm-%v.tar.bz2
Source-MD5: bebeb6627abe1efe55f5941382ba1cac
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os
SetCXXFLAGS: -Os
ConfigureParams: --enable-dependency-tracking --disable-static 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
CompileScript: 
./configure %c
make
fink-package-precedence --prohibit-bdep %n .

InstallScript: 
make -j1 install DESTDIR=%d

DocFiles: AUTHORS COPYING* ChangeLog HACKING NEWS README
SplitOff: 
Package: %N-shlibs
Depends: 
atk1-shlibs (= 1.28.0-1),
cairo-shlibs (= 1.8.8-3),
cairomm1-shlibs (= 1.8.2-3),
fontconfig2-shlibs (= 2.8.0-4),
freetype219-shlibs (= 2.3.12-1),
glib2-shlibs (= 2.22.0-1),
glibmm2.4-shlibs (= 2.22.0-1),
gtk+2 (= 2.18.0-1),
gtkmm2.4-shlibs (= 2.18.0-1),
libsigc++2-shlibs (= 2.0.17-1001),
pango1-xft2-ft219-shlibs (= 1.24.5-4),
pangomm1.4.1-shlibs (= 2.26.0-1),
vte9-shlibs (= 0.22.5-1)

Files: lib/libvtemm-1.2.*.dylib
Shlibs: %p/lib/libvtemm-1.2.9.dylib 10.0.0 %n (= 0.22.2-1)
DocFiles: AUTHORS COPYING* ChangeLog HACKING NEWS README

Description: C++ interface for the vte library
License: LGPL
Maintainer: The Gnome Core Team fink-gnome-c...@lists.sourceforge.net
Homepage: http://www.gnome.org/


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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/gnome libgoffice-0.8.info, NONE, 1.1

2011-08-03 Thread Dave Reiser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv11352

Added Files:
libgoffice-0.8.info 
Log Message:
move to 10.7

--- NEW FILE: libgoffice-0.8.info ---
Package: libgoffice-0.8
Version: 0.8.16
Revision: 1
Description: Library of document-centric objects
License: GPL
Maintainer: Dave Reiser dbrei...@users.sourceforge.net
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
BuildDepends: 
  atk1 (= 1.24.0-1),
  cairo (= 1.8.2-1),
  fink-package-precedence,
  fontconfig2-dev (= 2.4.1-5),
  freetype219 (= 2.3.7-7),
  gconf2-dev (= 2.24.0-1),
  gettext-tools,
  glib2-dev (= 2.18.2-1),
  glitz,
  gtk-doc (= 1.13-5),
  gtk+2-dev (= 2.14.4-1),
  intltool40,
  libgettext8-dev,
  libgsf1.114-dev (= 1.14.10-1),
  libiconv-dev,
  libxml2 (= 2.6.32-1),
  pango1-xft2-ft219-dev (= 1.22.0-4),
  pcre,
  pcre-bin,
  pkgconfig (= 0.23-1),
  x11-dev,
  xft2-dev
  
ConfigureParams: --enable-dependency-tracking --enable-gtk-doc
PatchScript: perl -pi -e 's,dolt_supported=yes,dolt_supported=no,g' configure
SetCPPFLAGS: -I%p/lib/fontconfig2/include
SetLDFLAGS: -L%p/lib/fontconfig2/lib
SetCFLAGS: -Os
SetCXXFLAGS: -Os
CompileScript:
  %{default_script}
  fink-package-precedence --prohibit-bdep %N .
  
InstallScript: make -j1 install DESTDIR=%d
Source: mirror:gnome:sources/goffice/0.8/goffice-%v.tar.bz2
Source-MD5: 4424d58a11873b27e033d293b9288cc7
DocFiles: README COPYING
DescDetail: 
GOffice is a library of document-centric objects and utilities building on top
of GLib and Gtk+ and used by software such as Gnumeric and GnuCash.


SplitOff: 
Package: %N-shlibs
Depends: 
  atk1-shlibs (= 1.24.0-1),
  bzip2-shlibs,
  cairo-shlibs (= 1.8.2-1),
  fontconfig2-shlibs (= 2.4.1-5),
  freetype219-shlibs (= 2.3.7-7),
  gconf2-shlibs (= 2.24.0-1),
  glib2-shlibs (= 2.18.2-1),
  glitz-shlibs,
  gtk+2-shlibs (= 2.14.4-1),
  libart2-shlibs (= 2.3.20-1),
  libgettext8-shlibs,
  libgsf1.114-shlibs (= 1.14.10-1),
  libiconv,
  libxml2-shlibs (= 2.6.32-1),
  pango1-xft2-ft219-shlibs (= 1.22.0-4),
  x11-shlibs
  
Shlibs: 
  %p/lib/libgoffice-0.8.8.dylib 9.0.0 %n (= 0.8.0-1)
  
Files: 
  lib/libgoffice-0.8.*.dylib
  lib/goffice
  share/goffice
  share/locale
  share/pixmaps
  
DocFiles: COPYING



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/crypto libgcrypt.info, 1.1, 1.2

2011-08-03 Thread Chris Zubrzycki
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv17632

Modified Files:
libgcrypt.info 
Log Message:
fix build and update for dbreiser


Index: libgcrypt.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/libgcrypt.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgcrypt.info  1 Jul 2010 01:37:10 -   1.1
+++ libgcrypt.info  3 Aug 2011 23:00:02 -   1.2
@@ -1,8 +1,8 @@
 Package: libgcrypt
-Version: 1.4.4
+Version: 1.5.0
 Revision: 1
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%v.tar.bz2
-Source-MD5: 34105aa927e23c217741966496b97e67
+Source-Checksum: SHA1(3e776d44375dc1a710560b98ae8437d5da6e32cf)
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
   libgettext3-dev (= 0.14.5-2),
@@ -11,6 +11,11 @@
 
 BuildDependsOnly: True
 ConfigureParams: --disable-asm --infodir=%p/share/info
+SetCFLAGS: -fheinous-gnu-extensions -std=gnu89
+# libgcrypt-1.5.0 does some ugly stuff with their udiv_qrnnd macro in 
mpih-div.c
+# error: invalid use of a cast in a inline asm context requiring an 
l-value: remove the cast
+
+
 InstallScript: make install DESTDIR=%d
 SplitOff: 
   Package: %N-shlibs
@@ -24,7 +29,7 @@
 lib/libgcrypt.11*.dylib
   
   Shlibs: 
-%p/lib/libgcrypt.11.dylib 17.0.0 %n (= 1.4.3-2)
+%p/lib/libgcrypt.11.dylib 19.0.0 %n (= 1.5.0-1)
   
 
 DocFiles: AUTHORS ChangeLog NEWS THANKS TODO


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5548

Modified Files:
cpan-meta-pm.info 
Log Message:
New upstream cpan-meta-pm 2.112150.


Index: cpan-meta-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/cpan-meta-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cpan-meta-pm.info   21 Jul 2011 21:28:59 -  1.7
+++ cpan-meta-pm.info   4 Aug 2011 00:00:33 -   1.8
@@ -1,7 +1,7 @@
 Info2: 
 Package: cpan-meta-pm%type_pkg[perl]
-Version: 2.110930
-Revision: 2
+Version: 2.112150
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, 
(%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6
 License: Artistic/GPL
@@ -15,10 +15,7 @@
 
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/CPAN-Meta-%v.tar.gz
-Source-MD5: 1b59dea49d4179b463ac14b0a5d76f62
-
-PatchFile: %{ni}.patch
-PatchFile-MD5: 3ea2272ea7f54fabf467c3cfa64af39f
+Source-MD5: e56479e14dd5386e1142a8c87a62a571
 
 Type: perl (5.8.1 5.8.6 5.8.8 5.10.0 5.12.3)
 UpdatePOD: true


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 cpan-meta-pm.info, 1.2, 1.3

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5841

Modified Files:
cpan-meta-pm.info 
Log Message:
New upstream cpan-meta-pm 2.112150.


Index: cpan-meta-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/cpan-meta-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cpan-meta-pm.info   21 Jul 2011 22:15:15 -  1.2
+++ cpan-meta-pm.info   4 Aug 2011 00:01:22 -   1.3
@@ -1,7 +1,7 @@
 Info2: 
 Package: cpan-meta-pm%type_pkg[perl]
-Version: 2.110930
-Revision: 2
+Version: 2.112150
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, 
(%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6
 License: Artistic/GPL
@@ -15,10 +15,7 @@
 
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/CPAN-Meta-%v.tar.gz
-Source-MD5: 1b59dea49d4179b463ac14b0a5d76f62
-
-PatchFile: %{ni}.patch
-PatchFile-MD5: 3ea2272ea7f54fabf467c3cfa64af39f
+Source-MD5: e56479e14dd5386e1142a8c87a62a571
 
 Type: perl (5.8.1 5.8.6 5.8.8 5.10.0 5.12.3)
 UpdatePOD: true


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods module-metadata-pm.info, 1.4, 1.5

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5898

Modified Files:
module-metadata-pm.info 
Log Message:
New upstream module-metadata-pm 1.05.


Index: module-metadata-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/module-metadata-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- module-metadata-pm.info 21 Jul 2011 21:28:59 -  1.4
+++ module-metadata-pm.info 4 Aug 2011 00:01:49 -   1.5
@@ -1,6 +1,6 @@
 Info2: 
 Package: module-metadata-pm%type_pkg[perl]
-Version: 1.04
+Version: 1.05
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, 
(%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6
@@ -13,7 +13,7 @@
 Depends: perl%type_pkg[perl]-core, version-pm%type_pkg[perl] (= 0.88-1)
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/Module-Metadata-%v.tar.gz
-Source-MD5: 3011f1b7f2f7b5462760df89aefc7035
+Source-MD5: 3944bd9e514d802e6d43560e6225220b
 
 InstallScript: 
%{default_script}


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 module-metadata-pm.info, 1.1, 1.2

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv6023

Modified Files:
module-metadata-pm.info 
Log Message:
New upstream module-metadata-pm 1.05.


Index: module-metadata-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/module-metadata-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- module-metadata-pm.info 25 Jul 2011 22:24:43 -  1.1
+++ module-metadata-pm.info 4 Aug 2011 00:01:58 -   1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: module-metadata-pm%type_pkg[perl]
-Version: 1.04
+Version: 1.05
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, 
(%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6
@@ -13,7 +13,7 @@
 Depends: perl%type_pkg[perl]-core, version-pm%type_pkg[perl] (= 0.88-1)
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/Module-Metadata-%v.tar.gz
-Source-MD5: 3011f1b7f2f7b5462760df89aefc7035
+Source-MD5: 3944bd9e514d802e6d43560e6225220b
 
 InstallScript: 
%{default_script}


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 cpan-meta-pm.patch, 1.1, NONE

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv7168

Removed Files:
cpan-meta-pm.patch 
Log Message:
New upstream cpan-meta-pm 2.112150.


--- cpan-meta-pm.patch DELETED ---


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods cpan-meta-pm.patch, 1.1, NONE

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv7553

Removed Files:
cpan-meta-pm.patch 
Log Message:
New upstream cpan-meta-pm 2.112150.


--- cpan-meta-pm.patch DELETED ---


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/games angband-sdl.info, 1.1, 1.2

2011-08-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv23742

Modified Files:
angband-sdl.info 
Log Message:
Missing deps

Index: angband-sdl.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/angband-sdl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- angband-sdl.info17 Oct 2009 05:48:08 -  1.1
+++ angband-sdl.info4 Aug 2011 00:52:57 -   1.2
@@ -1,8 +1,8 @@
 Package: angband-sdl
 Version: 3.1.1.1626
-Revision: 2
-Depends: sdl-image-shlibs (= 1.2.6-1002), sdl-shlibs (= 1.2.13-svn4819-1), 
sdl-ttf-shlibs (= 2.0.9-2)
-BuildDepends: sdl-image (= 1.2.6-1002), sdl (= 1.2.13-svn4819-1), sdl-ttf 
(= 2.0.9-2)
+Revision: 3
+Depends: sdl-image-shlibs (= 1.2.6-1002), sdl-shlibs (= 1.2.13-svn4819-1), 
sdl-ttf-shlibs (= 2.0.9-2), sdl-mixer-shlibs
+BuildDepends: sdl-image (= 1.2.6-1002), sdl (= 1.2.13-svn4819-1), sdl-ttf 
(= 2.0.9-2), sdl-mixer
 Source: http://rephial.org/downloads/3.1/angband-%v-src.tar.gz
 Source-MD5: ff4ed6c50305261f54a0cef9e5d31f29
 SourceDirectory: angband-%v


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 keyring-py.info, 1.1, 1.2

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv25652

Modified Files:
keyring-py.info 
Log Message:
New upstream keyring-py 0.6.2.


Index: keyring-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/keyring-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- keyring-py.info 26 Jul 2011 03:18:01 -  1.1
+++ keyring-py.info 4 Aug 2011 00:59:39 -   1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: keyring-py%type_pkg[python]
-Version: 0.5
+Version: 0.6.2
 Revision: 1
 Type: python (2.6 2.7)
 Description: Store and access your passwords safely
@@ -35,17 +35,20 @@
 Homepage: http://pypi.python.org/pypi/keyring
 
 Source: mirror:custom:k/keyring/keyring-%v.tar.gz
-Source-MD5: 8ae722931aee278445ef6500434c246b
+Source-MD5: b21b5783c375fc09abdc060b4edc062f
 
 Depends: python%type_pkg[python]
 BuildDepends: fink (= 0.24.12)
 Suggests: pycrypto-py%type_pkg[python], 
gnome-python2-desktop-py%type_pkg[python]
 
+# Fixes for building on Xcode 4 tend to break with fink.
+PatchScript: perl -pi -e 's/darwin/notdarwin/' setup.py
+
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d
 
-DocFiles: CHANGES.txt CONTRIBUTORS.txt PKG-INFO README.txt demo
+DocFiles: CHANGES.txt CONTRIBUTORS.txt PKG-INFO README demo
 
 CustomMirror: 
 eur-NL: http://a.pypi.python.org/packages/source/


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods keyring-py.info, 1.2, 1.3

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv25895

Modified Files:
keyring-py.info 
Log Message:
New upstream keyring-py 0.6.2.


Index: keyring-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/keyring-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- keyring-py.info 25 May 2011 21:19:04 -  1.2
+++ keyring-py.info 4 Aug 2011 01:00:25 -   1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: keyring-py%type_pkg[python]
-Version: 0.5
+Version: 0.6.2
 Revision: 1
 Type: python (2.5 2.6 2.7)
 Description: Store and access your passwords safely
@@ -35,17 +35,20 @@
 Homepage: http://pypi.python.org/pypi/keyring
 
 Source: mirror:custom:k/keyring/keyring-%v.tar.gz
-Source-MD5: 8ae722931aee278445ef6500434c246b
+Source-MD5: b21b5783c375fc09abdc060b4edc062f
 
 Depends: python%type_pkg[python]
 BuildDepends: fink (= 0.24.12)
 Suggests: pycrypto-py%type_pkg[python], 
gnome-python2-desktop-py%type_pkg[python]
 
+# Fixes for building on Xcode 4 tend to break with fink.
+PatchScript: perl -pi -e 's/darwin/notdarwin/' setup.py
+
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d
 
-DocFiles: CHANGES.txt CONTRIBUTORS.txt PKG-INFO README.txt demo
+DocFiles: CHANGES.txt CONTRIBUTORS.txt PKG-INFO README demo
 
 CustomMirror: 
 eur-NL: http://a.pypi.python.org/packages/source/


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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 db47.info, 1.1, NONE db47.patch, 1.1, NONE

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv28148/libs

Removed Files:
db47.info db47.patch 
Log Message:
Nothing in 10.7 uses db47 so let's remove the temptation to use it. Everything 
should use db48 or later.

--- db47.info DELETED ---

--- db47.patch DELETED ---


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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/crypto db47-aes.info, 1.1, NONE db47-aes.patch, 1.1, NONE

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv28148/crypto

Removed Files:
db47-aes.info db47-aes.patch 
Log Message:
Nothing in 10.7 uses db47 so let's remove the temptation to use it. Everything 
should use db48 or later.

--- db47-aes.info DELETED ---

--- db47-aes.patch DELETED ---


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/crypto libgcrypt.info, 1.2, 1.3

2011-08-03 Thread Dave Reiser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv5319

Modified Files:
libgcrypt.info 
Log Message:
change maintainer, move to libgettext8

Index: libgcrypt.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/libgcrypt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libgcrypt.info  3 Aug 2011 23:00:02 -   1.2
+++ libgcrypt.info  4 Aug 2011 01:38:35 -   1.3
@@ -5,7 +5,7 @@
 Source-Checksum: SHA1(3e776d44375dc1a710560b98ae8437d5da6e32cf)
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
-  libgettext3-dev (= 0.14.5-2),
+  libgettext8-dev (= 0.17-19),
   libgpg-error (= 1.6-1),
   libiconv-dev (= 1.12-3)
 
@@ -20,7 +20,7 @@
 SplitOff: 
   Package: %N-shlibs
   Depends: 
-libgettext3-shlibs (= 0.14.5-2),
+libgettext8-shlibs (= 0.17-19),
 libgpg-error-shlibs (= 1.6-1),
 libiconv (= 1.12-3)
   
@@ -48,5 +48,5 @@
 This is no longer a part of the upstream distribution, so its gone too.
 
 License: GPL/LGPL
-Maintainer: Corey Halpin chal...@cs.wisc.edu
-Homepage: http://www.gnu.org/directory/security/libgcrypt.html
+Maintainer: Dave Reiser dbrei...@users.sourceforge.net
+Homepage: http://directory.fsf.org/project/libgcrypt/


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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.1,1.2

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv5500

Modified Files:
libcurl4.info 
Log Message:
Switch to using built-in threaded DNS resolver instead of libcares. It seems 
more reliable when dealing with some IPv6 sites.


Index: libcurl4.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libcurl4.info   21 Jul 2011 01:44:45 -  1.1
+++ libcurl4.info   4 Aug 2011 01:41:35 -   1.2
@@ -1,7 +1,7 @@
 Info4: 
 Package: libcurl4
 Version: 7.21.7
-Revision: 1
+Revision: 2
 Description: Lib. for transferring files with URL syntax
 DescDetail: 
curl is a command line tool for transferring files with URL syntax,
@@ -46,7 +46,6 @@
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1)
 BuildDepends: 
fink (= 0.26.2),
-   libcares2 (= 1.7.4-1),
librtmp (= 2.3-1),
libssh2.1 (= 1.2.7-1),
system-openssl-dev
@@ -63,9 +62,6 @@
perl -pi -e 's,\@LDFLAGS\@,,g; s,\@LIBCURL_LIBS\@,,g' libcurl.pc.in
#There is no more libcurl.a so trick curl-config --static-libs into 
using libcurl.dylib. Fixes building of pycurl.
perl -pi -e 's/\@libext\@/dylib/' curl-config.in
-   #There are issues connecting to servers with IPv6 and IPv4 addresses 
when our
-   #connection only supports IPv4. Default to using IPv4.
-   perl -pi -e 's/^#if ARES_VERSION.*$/#if 0/' lib/hostares.c
#Set up to use system's ldap
/bin/cp /usr/include/lber*.h .
/bin/cp /usr/include/ldap*.h .
@@ -89,7 +85,7 @@
--without-libidn \
--with-librtmp \
--enable-hidden-symbols \
-   --enable-ares \
+   --enable-threaded-resolver \
--with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt \
--disable-static \
--disable-dependency-tracking
@@ -115,7 +111,6 @@
   
Depends: 
ca-bundle,
-   libcares2-shlibs (= 1.7.4-1),
librtmp-shlibs (= 2.3-1),
libssh2.1-shlibs (= 1.2.7-1)



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/net libcurl4-10.5.info, 1.1, 1.2 libcurl4.info, 1.60, 1.61

2011-08-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv5778

Modified Files:
libcurl4-10.5.info libcurl4.info 
Log Message:
Switch to using built-in threaded DNS resolver instead of libcares. It seems 
more reliable when dealing with some IPv6 sites.


Index: libcurl4.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- libcurl4.info   17 Jul 2011 12:58:31 -  1.60
+++ libcurl4.info   4 Aug 2011 01:41:45 -   1.61
@@ -1,10 +1,10 @@
 Info4: 
 Package: libcurl4%type_pkg[-64bit]
 Version: 7.21.7
-Revision: 1+10.6
+Revision: 2+10.6
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) i386
-Distribution: 10.6, 10.7
+Distribution: 10.6
 Description: Lib. for transferring files with URL syntax
 DescDetail: 
curl is a command line tool for transferring files with URL syntax,
@@ -49,7 +49,6 @@
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: 
fink (= 0.26.2),
-   libcares2%type_pkg[-64bit] (= 1.7.4-1),
librtmp%type_pkg[-64bit] (= 2.3-1),
libssh2.1%type_pkg[-64bit] (= 1.2.7-1),
system-openssl-dev
@@ -66,9 +65,6 @@
perl -pi -e 's,\@LDFLAGS\@,,g; s,\@LIBCURL_LIBS\@,,g' libcurl.pc.in
#There is no more libcurl.a so trick curl-config --static-libs into 
using libcurl.dylib. Fixes building of pycurl.
perl -pi -e 's/\@libext\@/dylib/' curl-config.in
-   #There are issues connecting to servers with IPv6 and IPv4 addresses 
when our
-   #connection only supports IPv4. Default to using IPv4.
-   perl -pi -e 's/^#if ARES_VERSION.*$/#if 0/' lib/hostares.c
#Set up to use system's ldap
/bin/cp /usr/include/lber*.h .
/bin/cp /usr/include/ldap*.h .
@@ -92,7 +88,7 @@
--without-libidn \
--with-librtmp \
--enable-hidden-symbols \
-   --enable-ares \
+   --enable-threaded-resolver \
--with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt \
--disable-static \
--libdir='${prefix}/%lib' \
@@ -134,7 +130,6 @@
Depends: 
( %type_raw[-64bit] = -64bit ) 64bit-cpu,
ca-bundle,
-   libcares2%type_pkg[-64bit]-shlibs (= 1.7.4-1),
librtmp%type_pkg[-64bit]-shlibs (= 2.3-1),
libssh2.1%type_pkg[-64bit]-shlibs (= 1.2.7-1)


Index: libcurl4-10.5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/libcurl4-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libcurl4-10.5.info  17 Jul 2011 12:58:31 -  1.1
+++ libcurl4-10.5.info  4 Aug 2011 01:41:45 -   1.2
@@ -1,7 +1,7 @@
 Info4: 
 Package: libcurl4%type_pkg[-64bit]
 Version: 7.21.7
-Revision: 1
+Revision: 2
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
 Distribution: 10.5
@@ -51,7 +51,6 @@
 Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1), ( %type_raw[-64bit] = 
-64bit ) 64bit-cpu
 BuildDepends: 
fink (= 0.26.2),
-   libcares2%type_pkg[-64bit] (= 1.7.4-1),
libssh2.1%type_pkg[-64bit] (= 1.2.7-1),
system-openssl-dev
 
@@ -93,7 +92,7 @@
--without-libidn \
--without-librtmp \
--enable-hidden-symbols \
-   --enable-ares \
+   --enable-threaded-resolver \
--with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt \
--disable-static \
--libdir='${prefix}/%lib' \
@@ -135,7 +134,6 @@
Depends: 
( %type_raw[-64bit] = -64bit ) 64bit-cpu,
ca-bundle,
-   libcares2%type_pkg[-64bit]-shlibs (= 1.7.4-1),
libssh2.1%type_pkg[-64bit]-shlibs (= 1.2.7-1)

 


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
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/crypto libgcrypt.info,1.2,1.3

2011-08-03 Thread Dave Reiser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv6113

Modified Files:
libgcrypt.info 
Log Message:
fix CFLAGS. Thanks, cirdan.

Index: libgcrypt.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/libgcrypt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libgcrypt.info  1 Aug 2011 00:55:59 -   1.2
+++ libgcrypt.info  4 Aug 2011 01:44:02 -   1.3
@@ -1,8 +1,8 @@
 Package: libgcrypt
 Version: 1.5.0
-Revision: 1
+Revision: 2
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%v.tar.bz2
-Source-MD5: 693f9c64d50c908bc4d6e01da3ff76d8
+Source-Checksum: SHA1(3e776d44375dc1a710560b98ae8437d5da6e32cf)
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
   libgettext8-dev (= 0.17-19),
@@ -11,7 +11,11 @@
 
 BuildDependsOnly: True
 ConfigureParams: --disable-asm --infodir=%p/share/info
-SetCFLAGS: -std=c89
+SetCFLAGS: -fheinous-gnu-extensions -std=gnu89
+# libgcrypt-1.5.0 does some ugly stuff with their udiv_qrnnd macro in 
mpih-div.c
+# error: invalid use of a cast in a inline asm context requiring an 
l-value: remove the cast
+
+
 InstallScript: make install DESTDIR=%d
 SplitOff: 
   Package: %N-shlibs


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/crypto libgcrypt.info, 1.3, 1.4

2011-08-03 Thread Dave Reiser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv7431

Modified Files:
libgcrypt.info 
Log Message:
oops. gotta rev up for libgettext8 change

Index: libgcrypt.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/crypto/libgcrypt.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libgcrypt.info  4 Aug 2011 01:38:35 -   1.3
+++ libgcrypt.info  4 Aug 2011 01:45:36 -   1.4
@@ -1,6 +1,6 @@
 Package: libgcrypt
 Version: 1.5.0
-Revision: 1
+Revision: 2
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%v.tar.bz2
 Source-Checksum: SHA1(3e776d44375dc1a710560b98ae8437d5da6e32cf)
 Depends: %N-shlibs (= %v-%r)


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dbreiser/finkinfo gnutls-2.10.info,NONE,1.1

2011-08-03 Thread Dave Reiser
Update of /cvsroot/fink/experimental/dbreiser/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv30008

Added Files:
gnutls-2.10.info 
Log Message:
splitting out individual shlibs

--- NEW FILE: gnutls-2.10.info ---
Package: gnutls-2.10
Version: 2.10.2
Revision: 2
Source: mirror:custom:gnutls-%v.tar.bz2
CustomMirror: 
  nam-US: ftp://ftp.gnutls.org/pub/gnutls/

Source-MD5: 777823f5746ab80cd6f7f7b5fcb2f91b
GCC: 4.0
Depends: libgnutls26-shlibs (= %v-%r), libgnutls-extra26-shlibs (= %v-%r), 
libgnutls-openssl26-shlibs (= %v-%r), libgnutlsxx26-shlibs (= %v-%r)
Replaces: gnutls-dev, gnutls, gnutls12, gnutls14, gnutls26, gnutls-2.12
Conflicts: gnutls-dev, gnutls, gnutls12, gnutls14, gnutls26, gnutls-2.12
BuildDepends: 
  autoconf2.6 (=2.63-1), automake1.11, fink (= 0.28-1), 
fink-package-precedence,
  libtool2, libgettext8-dev, libiconv-dev, pkgconfig,
  libgcrypt (= 1.4.3-2), libgpg-error, libtasn1-3, readline5

BuildDependsOnly: True
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: 
  --mandir=%p/share/man --infodir=%p/share/info --enable-dependency-tracking 
--disable-guile --disable-openpgp-authentication

CompileScript: 
  %{default_script}
  fink-package-precedence .

InstallScript: make install DESTDIR=%d

SplitOff: 
  Package: libgnutls26-shlibs
  Depends: 
libgettext8-shlibs, libgcrypt-shlibs (= 1.4.3-2), libgpg-error-shlibs,
libiconv, libtasn1-3-shlibs, readline5-shlibs

  DocFiles: COPYING README lib/COPYING:COPYING.lib
  Files: lib/libgnutls.26.dylib
  Shlibs: %p/lib/libgnutls.26.dylib 43.0.0 %n (= 2.10.0-1)
  

SplitOff2: 
  Package: libgnutls-extra26-shlibs
  Depends: 
libgettext8-shlibs, libgcrypt-shlibs (= 1.4.3-2), libgpg-error-shlibs,
libiconv, libtasn1-3-shlibs, readline5-shlibs

  DocFiles: COPYING README libextra/COPYING:COPYING.libextra
  Files: lib/libgnutls-extra.26.dylib
  Shlibs: %p/lib/libgnutls-extra.26.dylib   43.0.0 %n (= 2.10.0-1)
  

SplitOff3: 
  Package: libgnutls-openssl26-shlibs
  Depends: 
libgettext8-shlibs, libgcrypt-shlibs (= 1.4.3-2), libgpg-error-shlibs,
libiconv, libtasn1-3-shlibs, readline5-shlibs

  DocFiles: COPYING README lib/COPYING:COPYING.lib
  Files: lib/libgnutls-openssl.26.dylib
  Shlibs: %p/lib/libgnutls-openssl.26.dylib 43.0.0 %n (= 2.10.0-1)
  

SplitOff4: 
  Package: libgnutlsxx26-shlibs
  Depends: 
libgettext8-shlibs, libgcrypt-shlibs (= 1.4.3-2), libgpg-error-shlibs,
libiconv, libtasn1-3-shlibs, readline5-shlibs
  
  DocFiles: COPYING README lib/COPYING:COPYING.lib 
libextra/COPYING:COPYING.libextra
  Files: lib/libgnutlsxx.26.dylib
  Shlibs: %p/lib/libgnutlsxx.26.dylib   43.0.0 %n (= 2.10.0-1)
  

DocFiles: AUTHORS ChangeLog COPYING NEWS README doc/reference/html/*
InfoDocs: gnutls.info
Description: GNU TLS encryption library
DescDetail: 
GnuTLS is a project that aims to develop a library which provides
a secure layer, over a reliable transport layer. Currently the GnuTLS
library implements the proposed standards by the IETF's TLS working group. 

  Quoting from RFC2246 - the TLS 1.0 protocol specification: 
  The TLS protocol provides communications privacy over the Internet.
   The protocol allows client/server applications to communicate in a way that
   is designed to prevent eavesdropping, tampering, or message forgery.

DescPort: 
   GnuTLS now uses an internal opencdk, even if the independent lib and headers 
are installed.

License: GPL/LGPL
Maintainer: Dave Reiser dbrei...@users.sourceforge.net
Homepage: http://www.gnutls.org/


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs