[cvs] dists/10.7/stable/main/finkinfo/libs libaprutil.0-shlibs.info, 1.5, 1.6

2013-08-13 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17640/libs

Modified Files:
libaprutil.0-shlibs.info 
Log Message:
Does not build with ccache present. Add BuildConflicts on ccache-default.

Index: libaprutil.0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libaprutil.0-shlibs.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libaprutil.0-shlibs.info8 Aug 2013 00:44:58 -   1.5
+++ libaprutil.0-shlibs.info14 Aug 2013 06:52:27 -  1.6
@@ -22,6 +22,7 @@
openssl100-dev (>= 1.0.1e-1),
pkgconfig
 <<
+BuildConflicts: ccache-default
 Replaces: libaprutil0-shlibs
 # a transient libaprutil0-shlibs accidentally installed something else at the 
install_name location
 


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 root5.info, 1.20, 1.21 root5.patch, 1.14, 1.15

2013-08-13 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16363

Modified Files:
root5.info root5.patch 
Log Message:
Fixing path to genreflex.py and depend on new gccxml package needed for 
genreflex to work.

Index: root5.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/root5.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- root5.patch 5 Jun 2013 10:10:06 -   1.14
+++ root5.patch 14 Aug 2013 06:14:33 -  1.15
@@ -71,6 +71,23 @@
  
  EXPLLINK=1
  
+diff --git a/cint/reflex/python/genreflex/genreflex.py 
b/cint/reflex/python/genreflex/genreflex.py
+index 634f4de..0189d83 100644
+--- a/cint/reflex/python/genreflex/genreflex.py
 b/cint/reflex/python/genreflex/genreflex.py
+@@ -285,9 +285,9 @@ class genreflex:
+ break
+ bcomp = os.path.basename(compiler)
+ vopt = ''
+-if   bcomp in ('msvc7','msvc71','msvc8')  : return s
+-elif bcomp in ('gcc','g++','c++') : vopt = '--version'
+-elif bcomp in ('cl.exe','cl') : vopt = '' # there is no option to 
print only the version with cl
++if   bcomp.startswith('msvc') : vopt = 'ms'
++elif bcomp.startswith('gcc') or bcomp.startswith('g++') or 
bcomp.startswith('c++') : vopt = '--version'
++elif bcomp.startswith('cl') : vopt = '' # there is no option to print 
only the version with cl
+ else :
+   print '--->> genreflex: WARNING: While trying to retrieve compiler 
version, found unknown compiler %s' % compiler
+   return s
 diff --git a/config/Makefile.macosx64 b/config/Makefile.macosx64
 index 59c32b5..2b94c84 100644
 --- a/config/Makefile.macosx64

Index: root5.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/root5.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- root5.info  16 Jul 2013 15:48:19 -  1.20
+++ root5.info  14 Aug 2013 06:14:33 -  1.21
@@ -1,7 +1,7 @@
 Info3: <<
 Package: root5%type_pkg[-cernlib]%type_pkg[-pythia]
 Version: 5.34.09
-Revision: 12
+Revision: 13
 Type: <<
  -cernlib (boolean),
  -pythia (boolean)
@@ -11,6 +11,7 @@
 Description: Object-oriented data analysis framework
 Depends: <<
  %n-shlibs (=%v-%r),
+ gccxml,
  graphviz,
  python27,
  x11
@@ -56,11 +57,13 @@
 Source-MD5: 7830d4423e00b1d00740a9cdcac0c18b
 SourceDirectory: root
 PatchFile: %{ni}.patch
-PatchFile-MD5: 44fd2aa28f33bf5993f9e663dc4377d5
+PatchFile-MD5: f8e64f303bf6ff0cbcdf70af646d5fd9
 PatchScript: <<
  patch -p1 < %{PatchFile}
  /usr/bin/sed -i '.bak' -e 's:python :%p/bin/python2.7 :' 
bindings/pyroot/Module.mk cint/cintex/Module.mk
- /bin/rm -f bindings/pyroot/Module.mk.bak cint/cintex/Module.mk.bak
+ /usr/bin/sed -i '.bak' -e 's:${ROOTSYS}/lib/python:%p/lib/root/python:' 
config/genreflex.in
+ /usr/bin/sed -i '.bak' -e 's:$ROOTSYS:%p:' config/roots.in
+ /bin/rm -f bindings/pyroot/Module.mk.bak cint/cintex/Module.mk.bak 
config/genreflex.in.bak config/roots.in.bak
 <<
 ConfigureParams: <<
  --etcdir=%p/etc/root \


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages sbcl-maxima.info, 1.17, NONE

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10252/10.4/stable/main/finkinfo/languages

Removed Files:
sbcl-maxima.info 
Log Message:
No longer used.


--- sbcl-maxima.info DELETED ---


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages sbcl-maxima.info, 1.22, NONE

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10252/10.7/stable/main/finkinfo/languages

Removed Files:
sbcl-maxima.info 
Log Message:
No longer used.


--- sbcl-maxima.info DELETED ---


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 xmaxima-x11.info,1.17,1.18

2013-08-13 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-serv9573/10.7/stable/main/finkinfo/sci

Modified Files:
xmaxima-x11.info 
Log Message:
Switch maxima to using a standalone LISP core 
=> SBCL isn't needed at runtime, so we can use the regular 'sbcl' package.
Sync sbcl to 10.6.


Index: xmaxima-x11.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xmaxima-x11.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- xmaxima-x11.info10 Jun 2013 02:26:57 -  1.17
+++ xmaxima-x11.info14 Aug 2013 03:15:41 -  1.18
@@ -1,10 +1,9 @@
 Info2: <<
 Package: xmaxima-x11
 Version: 5.30.0
-Revision: 3
+Revision: 4
 Maintainer: Alexander Hansen 
 Description: Tcl/TK front end for maxima (X11 graphics)
-Type: sbcl (1.1.8)
 License: GPL
 
 Depends: tcltk
@@ -30,9 +29,9 @@
 --enable-lang-pt-utf8 \
 --enable-lang-pt_BR-utf8 \
 --enable-recode \
---enable-sbcl \
+--enable-sbcl-exec \
 --with-default-lisp=sbcl \
---with-sbcl=%p/opt/sbcl-%type_raw[sbcl]/bin/sbcl \
+--with-sbcl=%p/bin/sbcl \
 --with-wish=%p/bin/wish
 <<
 InfoDocs: xmaxima.info


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/crypto maxima.info,1.23,1.24

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9573/10.4/stable/main/finkinfo/crypto

Modified Files:
maxima.info 
Log Message:
Switch maxima to using a standalone LISP core 
=> SBCL isn't needed at runtime, so we can use the regular 'sbcl' package.
Sync sbcl to 10.6.


Index: maxima.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/maxima.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- maxima.info 10 Jun 2013 02:26:57 -  1.23
+++ maxima.info 14 Aug 2013 03:15:40 -  1.24
@@ -1,19 +1,12 @@
 Info2: <<
 Package: maxima
 Version: 5.30.0
-Revision: 4
+Revision: 7
 Maintainer: Alexander Hansen 
 Description: Symbol manipulation program
-Type: sbcl (1.1.8), ppcsbcl (1.0.58)
 License: GPL
 
-Depends: <<
-(%m != powerpc) sbcl-%type_pkg[sbcl]-maxima,
-(%m = powerpc) sbcl-%type_pkg[ppcsbcl]-maxima
-<<
-BuildDepends: <<
-fink (>=0.32)
-<<
+BuildDepends: fink (>=0.32), sbcl
 RuntimeDepends: gnuplot-bin, rlwrap, recode
 # not sure about those bdeps; also: + recode-dev ? + tcltk-dev ?
 #  It doesn't actually seem to _link_ tcltk, but uses its 
@@ -43,10 +36,9 @@
 --enable-lang-pt-utf8 \
 --enable-lang-pt_BR-utf8 \
 --enable-recode \
---enable-sbcl \
+--enable-sbcl-exec \
 --with-default-lisp=sbcl \
-(%m != powerpc) --with-sbcl=%p/opt/sbcl-%type_raw[sbcl]/bin/sbcl \
-(%m = powerpc) --with-sbcl=%p/opt/sbcl-%type_raw[ppcsbcl]/bin/sbcl \
+--with-sbcl=%p/bin/sbcl \
 --with-wish=/usr/bin/wish
 <<
 CompileScript: <<
@@ -64,14 +56,9 @@
printf "Now that maxima has been updated, you can remove\n"
printf "any obsolete sbcl-maxima packages by running:\n"
printf "\nfink remove "
-   for pkg in 1047 1049 1050 1051 1054 1055 1056 1057 ; do
+   for pkg in 1047 1049 1050 1051 1054 1055 1056 1057 1058 111 112 113 114 
115 117 118 ; do
printf "sbcl-%%s-maxima " $pkg
done
-   if [ %m != "powerpc" ] ; then
-   for pkg in 1058 111 112 113 114 115 117; do
-   printf "sbcl-%%s-maxima " $pkg
-   done
-   fi
printf "\n\n"
 <<
 InfoTest: <<
@@ -81,13 +68,13 @@
 # The info-N files in %p/share/info are probably not needed here.
 DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
 DescPackaging: <<
+As of 5.30.0-7: now rolls a standalone rather than interpreted executable, 
which
+doesn't require sbcl at runtime.  This stops the proliferation of sbcl-*-maxima
+package names, and avoids the need for rebuilds when the sbcl revision is 
changed.
+
 Use the system's 'makeinfo' to build the documentation, because the doc sources
 appear not to be compatible with texinfo-5.x
 
-Keep sbcl Type in sync with that in sbcl-maxima-*.info.
-
-Automatically removes obsolete sbcl-M-maxima versions after install.
-
 Pkg in crypto because of preamble of COPYING _ even though
 it states explicitly NOT to be part of the licence.
 
@@ -115,14 +102,6 @@
 The "maxima" executable doesn't have this capability now.
 "xmaxima" has moved to its own packages.
 X11 plotting in gnuplot can be turned on via flags sent to the plot commands.
-
-Note:  if you rebuild sbcl-%type_pkg[sbcl]-maxima, you will probably see an 
-error like:
-
-fatal error encountered in SBCL pid 27474(tid 140735192965504):
-can't load .core for different runtime, sorry
-
-when attempting to run maxima.  Rebuilding maxima should fix this.
 <<
 DescPort: <<
 IMPORTANT: Maxima will only reliably work with the version (and
@@ -134,18 +113,18 @@
 <<
 Homepage:  http://maxima.sourceforge.net
 Splitoff: <<
-Package: xmaxima
-Depends: maxima ( >= %v)
-Conflicts: maxima ( << 5.15.0-3 ) , maxima-nox, xmaxima-x11
-Replaces: maxima ( << 5.16.1-1 ) , maxima-nox, xmaxima-x11
-Files: <<
-   bin/%n
-   lib/%N/%v/mgnuplot
-   share/%N/%v/%n/*
-   share/info/%n.info
-<<
-InfoDocs: xmaxima.info
-Description: Tcl/TK front end for maxima (Aqua graphics)
-DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
+   Package: xmaxima
+   Depends: maxima ( >= %v)
+   Conflicts: maxima ( << 5.15.0-3 ) , maxima-nox, xmaxima-x11
+   Replaces: maxima ( << 5.16.1-1 ) , maxima-nox, xmaxima-x11
+   Files: <<
+   bin/%n
+   lib/%N/%v/mgnuplot
+   share/%N/%v/%n/*
+   share/info/%n.info
+   <<
+   InfoDocs: xmaxima.info
+   Description: Tcl/TK front end for maxima (Aqua graphics)
+   DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
 <<
 <<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.n

[cvs] dists/10.4/stable/main/finkinfo/languages sbcl-i386.info, 1.7, 1.8 sbcl-x86_64.info, 1.3, 1.4

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9573/10.4/stable/main/finkinfo/languages

Modified Files:
sbcl-i386.info sbcl-x86_64.info 
Log Message:
Switch maxima to using a standalone LISP core 
=> SBCL isn't needed at runtime, so we can use the regular 'sbcl' package.
Sync sbcl to 10.6.


Index: sbcl-x86_64.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/sbcl-x86_64.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sbcl-x86_64.info9 Apr 2013 20:48:59 -   1.3
+++ sbcl-x86_64.info14 Aug 2013 03:15:40 -  1.4
@@ -1,6 +1,6 @@
 Package: sbcl
 Architecture: x86_64
-Version: 1.1.5
+Version: 1.1.10
 Revision: 1
 License: BSD
 Description: ANSI Common Lisp implementation
@@ -13,11 +13,9 @@
 
 BuildDepends: fink (>= 0.24.12)
 
-Recommends: gnupg | gnupg-idea | gnupg-testing
-
 Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
 Source2: mirror:sourceforge:sbcl/sbcl-1.1.0-x86-64-darwin-binary.tar.bz2
-Source-MD5: 2002c72c0298344cb4f625a20590675a
+Source-MD5: ccec396f1bef6468be1f18bcc60231fe
 Source2-MD5: 0638987a4ef2262486fa0649a9871562
 
 SourceDirectory: %n-%v

Index: sbcl-i386.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/sbcl-i386.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sbcl-i386.info  9 Apr 2013 20:48:59 -   1.7
+++ sbcl-i386.info  14 Aug 2013 03:15:40 -  1.8
@@ -1,7 +1,7 @@
 Package: sbcl
 Architecture: i386
 Type: -32bit
-Version: 1.1.5
+Version: 1.1.10
 Revision: 1
 License: BSD
 Description: ANSI Common Lisp implementation
@@ -14,17 +14,20 @@
 
 BuildDepends: fink (>= 0.24.12)
 
-Recommends: gnupg | gnupg-idea | gnupg-testing
-
 Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
 Source2: mirror:sourceforge:sbcl/sbcl-1.0.55-x86-darwin-binary.tar.bz2
 Source-MD5: 2002c72c0298344cb4f625a20590675a
 Source2-MD5: 941351112392a77dd62bdcb9fb62e4e4
 
+SourceDirectory: %n-%v
+
 PatchFile: %n.patch
 PatchFile-MD5: 743b2e165203e3769349e17386f4ed04
-
-SourceDirectory: %n-%v
+PatchScript:  <<
+%{default_script}
+perl -pi -e 's|\(deftest readdir.1|#-darwin\n$&|' 
contrib/sb-posix/posix-tests.lisp
+perl -pi -e 's|makeinfo|/usr/bin/makeinfo|g' doc/internals/Makefile 
doc/manual/Makefile
+<<
 
 CompileScript: <<
   SBCL_ARCH="x86" sh make.sh "../sbcl-1.0.55-x86-darwin/src/runtime/sbcl \
@@ -57,9 +60,17 @@
 (POSIX) system calls are also included.  SBCL is derived from CMU CL.
 <<
 
+DescPackaging: <<
+Use the system's texinfo (sufficiently new on 10.4 and later) because the
+documentation source is too sloppy for texinfo-5.x.
+<<
+
 DescPort: <<
 Uses a pre-compiled SBCL binary for bootstrapping.
 
+Remove test which fails if there's a directory in / with non-ASCII
+characters in its name.
+
 At one point, the HTML documentation for this package included a file
 whose name was so long that it was killing dpkg.  Thus, the following
 bit used to be in the InstallScript section, but as of version 1.0.44,


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci xmaxima-x11.info,1.18,1.19

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9573/10.4/stable/main/finkinfo/sci

Modified Files:
xmaxima-x11.info 
Log Message:
Switch maxima to using a standalone LISP core 
=> SBCL isn't needed at runtime, so we can use the regular 'sbcl' package.
Sync sbcl to 10.6.


Index: xmaxima-x11.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/xmaxima-x11.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- xmaxima-x11.info10 Jun 2013 02:26:57 -  1.18
+++ xmaxima-x11.info14 Aug 2013 03:15:40 -  1.19
@@ -1,10 +1,9 @@
 Info2: <<
 Package: xmaxima-x11
 Version: 5.30.0
-Revision: 3
+Revision: 4
 Maintainer: Alexander Hansen 
 Description: Tcl/TK front end for maxima (X11 graphics)
-Type: sbcl (1.1.8), ppcsbcl (1.0.58)
 License: GPL
 
 Depends: tcltk
@@ -30,10 +29,9 @@
 --enable-lang-pt-utf8 \
 --enable-lang-pt_BR-utf8 \
 --enable-recode \
---enable-sbcl \
+--enable-sbcl-exec \
 --with-default-lisp=sbcl \
-(%m != powerpc) --with-sbcl=%p/opt/sbcl-%type_raw[sbcl]/bin/sbcl \
-(%m = powerpc) --with-sbcl=%p/opt/sbcl-%type_raw[ppcsbcl]/bin/sbcl \
+--with-sbcl=%p/bin/sbcl \
 --with-wish=%p/bin/wish
 <<
 InfoDocs: xmaxima.info


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 maxima.info,1.26,1.27

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9573/10.7/stable/main/finkinfo/crypto

Modified Files:
maxima.info 
Log Message:
Switch maxima to using a standalone LISP core 
=> SBCL isn't needed at runtime, so we can use the regular 'sbcl' package.
Sync sbcl to 10.6.


Index: maxima.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/maxima.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- maxima.info 10 Jun 2013 02:26:57 -  1.26
+++ maxima.info 14 Aug 2013 03:15:40 -  1.27
@@ -1,18 +1,12 @@
 Info2: <<
 Package: maxima
 Version: 5.30.0
-Revision: 4
+Revision: 7
 Maintainer: Alexander Hansen 
 Description: Symbol manipulation program
-Type: sbcl (1.1.8)
 License: GPL
 
-Depends: <<
-sbcl-%type_pkg[sbcl]-maxima
-<<
-BuildDepends: <<
-fink (>=0.32)
-<<
+BuildDepends: fink (>=0.32), sbcl
 RuntimeDepends: gnuplot-bin, rlwrap, recode
 # not sure about those bdeps; also: + recode-dev ? + tcltk-dev ?
 #  It doesn't actually seem to _link_ tcltk, but uses its 
@@ -42,9 +36,9 @@
 --enable-lang-pt-utf8 \
 --enable-lang-pt_BR-utf8 \
 --enable-recode \
---enable-sbcl \
+--enable-sbcl-exec \
 --with-default-lisp=sbcl \
---with-sbcl=%p/opt/sbcl-%type_raw[sbcl]/bin/sbcl \
+--with-sbcl=%p/bin/sbcl \
 --with-wish=/usr/bin/wish
 <<
 CompileScript: <<
@@ -62,7 +56,7 @@
printf "Now that maxima has been updated, you can remove\n"
printf "any obsolete sbcl-maxima packages by running:\n"
printf "\nfink remove "
-   for pkg in 1047 1049 1050 1051 1054 1055 1056 1057 1058 111 112 113 114 
115 117 ; do
+   for pkg in 1047 1049 1050 1051 1054 1055 1056 1057 1058 111 112 113 114 
115 117 118 ; do
printf "sbcl-%%s-maxima " $pkg
done
printf "\n\n"
@@ -74,13 +68,13 @@
 # The info-N files in %p/share/info are probably not needed here.
 DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
 DescPackaging: <<
+As of 5.30.0-7: now rolls a standalone rather than interpreted executable, 
which
+doesn't require sbcl at runtime.  This stops the proliferation of sbcl-*-maxima
+package names, and avoids the need for rebuilds when the sbcl revision is 
changed.
+
 Use the system's 'makeinfo' to build the documentation, because the doc sources
 appear not to be compatible with texinfo-5.x
 
-Keep sbcl Type in sync with that in sbcl-maxima-*.info.
-
-Automatically removes obsolete sbcl-M-maxima versions after install.
-
 Pkg in crypto because of preamble of COPYING _ even though
 it states explicitly NOT to be part of the licence.
 
@@ -108,14 +102,6 @@
 The "maxima" executable doesn't have this capability now.
 "xmaxima" has moved to its own packages.
 X11 plotting in gnuplot can be turned on via flags sent to the plot commands.
-
-Note:  if you rebuild sbcl-%type_pkg[sbcl]-maxima, you will probably see an 
-error like:
-
-fatal error encountered in SBCL pid 27474(tid 140735192965504):
-can't load .core for different runtime, sorry
-
-when attempting to run maxima.  Rebuilding maxima should fix this.
 <<
 DescPort: <<
 IMPORTANT: Maxima will only reliably work with the version (and
@@ -127,18 +113,18 @@
 <<
 Homepage:  http://maxima.sourceforge.net
 Splitoff: <<
-Package: xmaxima
-Depends: maxima ( >= %v)
-Conflicts: maxima ( << 5.15.0-3 ) , maxima-nox, xmaxima-x11
-Replaces: maxima ( << 5.16.1-1 ) , maxima-nox, xmaxima-x11
-Files: <<
-   bin/%n
-   lib/%N/%v/mgnuplot
-   share/%N/%v/%n/*
-   share/info/%n.info
-<<
-InfoDocs: xmaxima.info
-Description: Tcl/TK front end for maxima (Aqua graphics)
-DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
+   Package: xmaxima
+   Depends: maxima ( >= %v)
+   Conflicts: maxima ( << 5.15.0-3 ) , maxima-nox, xmaxima-x11
+   Replaces: maxima ( << 5.16.1-1 ) , maxima-nox, xmaxima-x11
+   Files: <<
+   bin/%n
+   lib/%N/%v/mgnuplot
+   share/%N/%v/%n/*
+   share/info/%n.info
+   <<
+   InfoDocs: xmaxima.info
+   Description: Tcl/TK front end for maxima (Aqua graphics)
+   DocFiles: AUTHORS COPYING NEWS INSTALL README ChangeLog*
 <<
 <<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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/editors ghex2.info,1.1,1.2

2013-08-13 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6190

Modified Files:
ghex2.info 
Log Message:
dep upgrades

Index: ghex2.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/ghex2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ghex2.info  30 Sep 2012 16:01:30 -  1.1
+++ ghex2.info  14 Aug 2013 01:55:13 -  1.2
@@ -1,44 +1,44 @@
 Package: ghex2
 Version: 2.24.0
-Revision: 3
+Revision: 4
 Source: mirror:gnome:sources/ghex/2.24/ghex-%v.tar.bz2
 Source-MD5: 982b2a4e70e80d2166bcc782e989889c
 
 Depends: <<
atk1-shlibs (>= 1.28.0-1),
-   cairo-shlibs (>= 1.8.8-3),
+   cairo-shlibs (>= 1.12.8-1),
dpkg-base-files,
-   fontconfig2-shlibs (>= 2.8.0-4),
-   freetype219-shlibs (>= 2.3.12-1),
+   fontconfig2-shlibs (>= 2.10.0-1),
+   freetype219-shlibs (>= 2.4.11-1),
gconf2 (>= 2.28.0-1),
gconf2-shlibs (>= 2.28.0-1),
glib2-shlibs (>= 2.22.0-1),
+   gnome-vfs2-unified-shlibs,
gtk+2-shlibs (>= 2.18.0-1),
libart2-shlibs,
libbonobo2-shlibs (>= 2.24.2-1),
libbonoboui2-shlibs (>= 2.24.2-1),
libgettext8-shlibs,
libgnome2-shlibs (>= 2.28.0-1),
-   libgnomeui2-shlibs (>= 2.24.2-1),
libgnomecanvas2-shlibs (>= 2.26.0-3),
libgnomeprint2.2-shlibs (>= 2.18.6-5),
libgnomeprintui2.2-shlibs (>= 2.18.4-4),
+   libgnomeui2-shlibs (>= 2.24.2-1),
libgtkhex0-shlibs (>= %v-%r),
-   libxml2-shlibs (>= 2.6.30-1),
+   libxml2-shlibs (>= 2.9.1-1),
orbit2-shlibs (>= 2.14.17-2),
pango1-xft2-ft219-shlibs (>= 1.24.5-4),
-   pixman-shlibs (>= 0.16.0-1),
popt-shlibs,
rarian-compat,
x11-shlibs
 <<
 BuildDepends: <<
atk1 (>= 1.28.0-1),
-   cairo (>= 1.8.8-3),
+   cairo (>= 1.12.8-1),
fink (>= 0.24.12),
fink-package-precedence,
-   fontconfig2-dev (>= 2.8.0-4),
-   freetype219 (>= 2.3.12-1),
+   fontconfig2-dev (>= 2.10.0-1),
+   freetype219 (>= 2.4.11-1),
gconf2-dev (>= 2.28.0-1),
gettext-tools,
gettext-bin,
@@ -54,14 +54,13 @@
libbonoboui2-dev (>= 2.24.2-1),
libgettext8-dev,
libgnome2-dev (>= 2.28.0-1),
-   libgnomeui2-dev (>= 2.24.2-1),
libgnomecanvas2-dev (>= 2.26.0-3),
libgnomeprint2.2-dev (>= 2.18.6-5),
libgnomeprintui2.2-dev (>= 2.18.4-4),
-   libxml2 (>= 2.6.30-1),
+   libgnomeui2-dev (>= 2.24.2-1),
+   libxml2 (>= 2.9.1-1),
orbit2-dev (>= 2.14.17-2),
pango1-xft2-ft219-dev (>= 1.24.5-4),
-   pixman (>= 0.16.0-1),
pkgconfig (>= 0.23),
popt,
x11-dev
@@ -74,7 +73,7 @@
perl -pi -e 's/(gtk\+-2.0)/gio-2.0 \1/g' configure
 <<
 
-ConfigureParams: --disable-schemas-install --disable-scrollkeeper 
--enable-dependency-tracking --disable-static 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:PKG_CONFIG_PATH"
+ConfigureParams: --disable-schemas-install --disable-scrollkeeper 
--enable-dependency-tracking --disable-static 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:PKG_CONFIG_PATH"
 CompileScript: <<
./configure %c
make
@@ -104,9 +103,9 @@
Package: libgtkhex0-shlibs
Depends: <<
atk1-shlibs (>= 1.28.0-1),
-   cairo-shlibs (>= 1.8.8-3),
-   fontconfig2-shlibs (>= 2.8.0-4),
-   freetype219-shlibs (>= 2.3.12-1),
+   cairo-shlibs (>= 1.12.8-1),
+   fontconfig2-shlibs (>= 2.10.0-1),
+   freetype219-shlibs (>= 2.4.11-1),
glib2-shlibs (>= 2.22.0-1),
gtk+2-shlibs (>= 2.18.0-1),
libgettext8-shlibs,


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/devel scons.info, 1.2, 1.3 scons.patch, 1.1, 1.2

2013-08-13 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6116/devel

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


Index: scons.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/scons.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scons.info  5 Jun 2012 21:23:34 -   1.2
+++ scons.info  14 Aug 2013 01:54:07 -  1.3
@@ -1,24 +1,27 @@
 Package: scons
-Version: 2.0.1
-Revision: 1
+Version: 2.3.0
+Revision: 1b
 
 BuildDependsOnly: true
 BuildDepends: fink (>= 0.24.12)
+# now using python2.7 b/c system-python too old
+Depends: python27
 
 Maintainer: Vincent Beffara 
 
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: beca648b894cdbf85383fffc79516d18
+Source-MD5: 083ce5624d6adcbdaf2526623f456ca9
 
 PatchFile: scons.patch
-PatchFile-MD5: 37ad3787db9a4e52935cf397fd62d511
+PatchFile-MD5: 2de576073f2d19508cb4deeacbdfa222
+PatchScript: sed -e 's|@FINKPREFIX@|%p|g' %{PatchFile} | patch -p1
 
 CompileScript: <<
-  /usr/bin/python setup.py build
+  %p/bin/python2.7 setup.py build
 <<
 
 InstallScript: <<
-  /usr/bin/python setup.py install --prefix=%p --root=%d
+  %p/bin/python2.7 setup.py install --prefix=%p --root=%d
   mkdir -p %i/share
   mv %i/man %i/share
 <<

Index: scons.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/scons.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scons.patch 11 Jul 2011 04:08:31 -  1.1
+++ scons.patch 14 Aug 2013 01:54:07 -  1.2
@@ -1,22 +1,9 @@
-diff -ru scons-1.2.0/engine/SCons/Environment.py 
scons-1.2.0-2/engine/SCons/Environment.py
 scons-1.2.0/engine/SCons/Environment.py2008-12-21 07:59:59.0 
+0100
-+++ scons-1.2.0-2/engine/SCons/Environment.py  2009-06-10 13:19:28.0 
+0200
-@@ -761,6 +761,9 @@
- dict['FRAMEWORKPATH'].append(arg[2:])
- else:
- append_next_arg_to = 'FRAMEWORKPATH'
-+elif arg == '-dylib_file':
-+dict['LINKFLAGS'].append(arg)
-+append_next_arg_to = 'LINKFLAGS'
- elif arg == '-mno-cygwin':
- dict['CCFLAGS'].append(arg)
- dict['LINKFLAGS'].append(arg)
 diff -ru scons-1.2.0/script/scons scons-1.2.0-2/script/scons
 --- scons-1.2.0/script/scons   2008-12-21 07:59:59.0 +0100
 +++ scons-1.2.0-2/script/scons 2009-06-10 13:25:18.0 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#! /usr/bin/python
++#! @FINKPREFIX@/bin/python2.7
  #
  # SCons - a Software Constructor
  #
@@ -25,7 +12,7 @@
 +++ scons-1.2.0-2/script/scons-time2009-06-10 13:25:32.0 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#! /usr/bin/python
++#! @FINKPREFIX@/bin/python2.7
  #
  # scons-time - run SCons timings and collect statistics
  #
@@ -34,7 +21,7 @@
 +++ scons-1.2.0-2/script/sconsign  2009-06-10 13:25:37.0 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
-+#! /usr/bin/python
++#! @FINKPREFIX@/bin/python2.7
  #
  # SCons - a Software Constructor
  #


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo php5.patch,1.11,1.12

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

Modified Files:
php5.patch 
Log Message:
 * patch file got mangled, repair commit


Index: php5.patch
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/php5.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- php5.patch  13 Aug 2013 22:10:46 -  1.11
+++ php5.patch  13 Aug 2013 23:04:16 -  1.12
@@ -1,1943 +1,7829 @@
-Info2: <<
-Package: php5
-Version: 5.5.1
-Revision: 1.1
-Type: sapiver (20121212)
-###
-BuildDepends: <<
-   fink (>= 0.34.99.git),
-   dpkg-dev (>= 1.16.1),
-   automake1.11,
-   apache2-dev,
[...9741 lines suppressed...]
++while ! nc -z 127.0.0.1 $port; do
++c=$(($c+1));
++sleep 3;
++if [ $c -gt 20 ]; then
++  echo "Timed out waiting for mysql server to be available" >&2
++  if [ "$pid" ]; then
++  kill $pid || :
++  sleep 2
++  kill -s KILL $pid || :
++  fi
++  exit 1
++fi
++done
++
++# Check if the server is running
++$mysqladmin status
++# Drop the database if it exists
++$mysqladmin --force --silent drop test || true
++# Create new empty database
++$mysqladmin create test


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo apache2.info, NONE, 1.1 apache2.patch, NONE, 1.1 debhelper.info, NONE, 1.1 php5-adodb.info, 1.2, 1.3 php5-xdebug.info, 1.2, 1.3 php5.info, 1.15, 1.16 php5.patch, 1.1

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

Modified Files:
php5-adodb.info php5-xdebug.info php5.info php5.patch 
Added Files:
apache2.info apache2.patch debhelper.info 
Log Message:
 * Add debhelper
 * Update apache2 to 2.4.x
 * Update php5 to 5.5.x
 * Update php5 modules to work with the new php5


--- NEW FILE: apache2.info ---
Package: apache2
Version: 2.4.6
Revision: 2.1
###
Provides: httpd
BuildDepends: <<
dpkg-dev (>= 1.16.1),
fink (>= 0.32),
libaprutil.0-dev (>= 1.5.2),
libapr.0-dev,
libpcap1,
libpcre1,
pkgconfig,
openssl,
openssl100-dev,
openldap24-dev
<<
Depends: <<
mime-support,
[...1751 lines suppressed...]
echo "postrm called with unknown argument \`$1'" >&2
exit 1
;;
esac

exit 0
<<
###
Description: Apache HTTP Server
DescDetail: <<
The Apache Software Foundation's goal is to build a secure, efficient and
extensible HTTP server as standards-compliant open source software. The
result has long been the number one web server on the Internet.
.
This package contains the configuration files, init scripts and support
scripts. It does not install the actual apache2 binaries.
<<
License: BSD
Homepage: http://www.apache.org
Maintainer: Justin F. Hallett 

Index: php5-xdebug.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/php5-xdebug.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- php5-xdebug.info23 Aug 2012 16:00:44 -  1.2
+++ php5-xdebug.info13 Aug 2013 22:10:46 -  1.3
@@ -1,31 +1,132 @@
 Package: php5-xdebug
-Version: 2.2.1
-Revision: 1
+Version: 2.2.3
+Revision: 1.1
 ###
-BuildDepends: php5-dev, libtool2
-Depends: phpapi-20100525
+BuildDepends: <<
+   debhelper (>= 6),
+   php5-dev (>= 5.1),
+   libtool2
+<<
+Depends: <<
+   ucf,
+   phpapi-20121212
+<<
 ###
 Source: http://xdebug.org/files/xdebug-%v.tgz
-Source-MD5: 5e5c467e920240c20f165687d7ac3709
+Source-MD5: e49cec9861b45dc0b36eae33bf8a14fa
 ###
-ConfigureParams: --with-php-config=%p/bin/php-config5 --enable-xdebug 
--enable-shared --disable-static
+ConfigureParams: <<
+--with-php-config=%p/bin/php-config5 \
+--enable-xdebug \
+--enable-shared \
+--disable-static
+<<
 CompileScript: <<
 phpize5
 ./configure %c
 make
 <<
 InfoTest: <<
-  TestScript: make test || exit 2
+   TestScript: <<
+   make test || exit 2
+   <<
 <<
 InstallScript: <<
 make INSTALL_ROOT=%d install
-install -d -m 0755 %i/etc/php5/conf.d/
-echo "zend_extension=$(%p/bin/php-config5 --extension-dir)/xdebug.so" > 
%i/etc/php5/conf.d/xdebug.ini
+
+install -d -m755 %i/etc/php5/mods-available/
+echo "zend_extension=$(%p/bin/php-config5 --extension-dir)/xdebug.so" > 
%i/etc/php5/mods-available/xdebug.ini
 <<
 ###
-ConfFiles: %p/etc/php5/conf.d/xdebug.ini
+ConfFiles: %p/etc/php5/mods-available/xdebug.ini
 DocFiles: CREDITS LICENSE NEWS README
 ###
+PreInstScript: <<
+set -e
+
+dpkg-maintscript-helper mv_conffile %p/etc/php5/conf.d/xdebug.ini \
+   %p/etc/php5/mods-available/xdebug.ini 2.2.0-1~ -- "$@"
+
+case "$1" in
+install|upgrade)
+;;
+
+abort-upgrade)
+;;
+
+*)
+echo "preinst called with unknown argument \`$1'" >&2
+exit 1
+;;
+esac
+
+exit 0
+<<
+PostInstScript: <<
+set -e
+
+dpkg-maintscript-helper mv_conffile %p/etc/php5/conf.d/xdebug.ini \
+   %p/etc/php5/mods-available/xdebug.ini 2.2.0-1~ -- "$@"
+
+# Verify path in ini file is correct
+EXT_DIR=$(%p/bin/php-config5 --extension-dir)
+if [ -n "$EXT_DIR" ]; then
+   sed -e "s@\(zend_extension=\).*\(xdebug.so\)@\1$EXT_DIR/\2@g" -i 
%p/etc/php5/mods-available/xdebug.ini
+fid -e "s@\(zend_extension=\).*\(xdebug.so\)@\1$EXT_DIR/\2@g" -i 
%p/etc/php5/mods-available/xdebug.ini.inir©3ʒ+6µKÿ7µKÿu*3ʒ+€J4ʒ+ETʒ+’8P˒+7µKÿ€Pr˒+ð+µKÿÀ*µKÿk@3ʒ+6
 
èè!è!6µKÿ7µKÿxôO˒+ð,µKÿ’"3ʒ+†@3ʒ+6µKÿ`"3ʒ+Ï6µKÿÀï³Ë’+u*3ʒ+à³Ë’+Øä³Ë’+¨é³Ë’+€J4ʒ+xôO˒+ð,µKÿÀ+µKÿk@3ʒ+à!à!6µKÿ7µKÿH¾/˒+Ð-µKÿ’"3ʒ+†@3ʒ+6µKÿ`"3ʒ+Ï6µKÿÀ6µKÿ¸6µKÿ8KTʒ+Œp˜7µKÿu*3ʒ+€J4ʒ+Ð-µKÿ
 
,µKÿk@3ʒ+GHIJKMNOP6µKÿ7µKÿHu˒+p/µKÿ’"3ʒ+†@3ʒ+6µKÿ0ï³Ë’+u*3ʒ+P˒+
 ©ãʒ+à³Ë’+Øä³Ë’+¨é³Ë’+€J4ʒ+Hu˒+p/µKÿ
 
°-µKÿk@3ʒ+8u˒+p/µKÿà-µKÿk@3ʒ+(u˒+p/µKÿ.µKÿk@3ʒ+u˒+p/µKÿ@.µKÿ

[cvs] dists/10.4/stable/main/finkinfo/sci nco433-shlibs.info, NONE, 1.1

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24051/10.4/stable/main/finkinfo/sci

Added Files:
nco433-shlibs.info 
Log Message:
Forgot to add these.


--- NEW FILE: nco433-shlibs.info ---
Info2:<<
Package: nco433-shlibs
Version: 4.3.3
Revision: 2
Type: v (4.3.2), base (nco)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen 

# Prerequisites
Depends: <<
netcdf-c7-shlibs (>= 4.3.0-2), 
udunits2-shlibs
<<
BuildDepends: <<
antlr, gsl, udunits2-dev (>= 2.1.22-1), 
fink (>= 0.28-1), fink-package-precedence,
netcdf-c7 (>= 4.3.0-2), netcdf-bin (>= 4.3.0-2)
<<
Conflicts: %type_pkg[base]%type_pkg[v]-dev
Replaces: %type_pkg[base]%type_pkg[v]-dev

# Unpack Phase:
Source: http://nco.sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 7b249ff59082cead86437b8df5022d3c

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
perl -pi -e 's|||' src/nco++/Invoke.cc \
src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
--enable-udunits2 --disable-udunits --enable-gsl \
--enable-dap-netcdf \
--enable-netcdf4 \
--enable-dependency-tracking \
--enable-shared \
--disable-static 
<<
CompileScript: << 
#!/bin/sh -ev
export UDUNITS2_PATH=%p
export  NETCDF_INC=%p \
NETCDF_LIB=%p \
NETCDF4_ROOT=%p
%{default_script}
fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
make install DESTDIR=%d
# remove non-library items
rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
%p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.3.2-1)
%p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.3.2-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 nco433-shlibs.info, NONE, 1.1

2013-08-13 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-serv24051/10.7/stable/main/finkinfo/sci

Added Files:
nco433-shlibs.info 
Log Message:
Forgot to add these.


--- NEW FILE: nco433-shlibs.info ---
Info2:<<
Package: nco433-shlibs
Version: 4.3.3
Revision: 2
Type: v (4.3.2), base (nco)
Description: The NetCDF Operators, shared libraries
License: GPL3
Maintainer: Alexander Hansen 

# Prerequisites
Depends: <<
netcdf-c7-shlibs (>= 4.3.0-2), 
udunits2-shlibs
<<
BuildDepends: <<
antlr, gsl, udunits2-dev (>= 2.1.22-1), 
fink (>= 0.28-1), fink-package-precedence,
netcdf-c7 (>= 4.3.0-2), netcdf-bin (>= 4.3.0-2)
<<
Conflicts: %type_pkg[base]%type_pkg[v]-dev
Replaces: %type_pkg[base]%type_pkg[v]-dev

# Unpack Phase:
Source: http://nco.sourceforge.net/src/%type_pkg[base]-%v.tar.gz
Source-MD5: 7b249ff59082cead86437b8df5022d3c

# Patch Phase:
PatchScript:  <<
#!/bin/sh -ev
perl -pi -e 's|||' src/nco++/Invoke.cc \
src/nco++/NcapVector.hh src/nco++/ncoGrammer.g src/nco++/ncoLexer.hpp \
src/nco++/ncoParser.hpp src/nco++/ncoTree.hpp
perl -pi -e 's|-lnco|%b/src/nco/.libs/libnco.dylib|' 
src/nco++/Makefile.in
perl -pi -e 's,dynamiclib,$& -single_module,' configure aclocal.m4
perl -pi -e "s,(apple.*)enable_shared='no',\1," configure
<<

# Compile Phase:
GCC: 4.0
SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
--enable-udunits2 --disable-udunits --enable-gsl \
--enable-dap-netcdf \
--enable-netcdf4 \
--enable-dependency-tracking \
--enable-shared \
--disable-static 
<<
CompileScript: << 
#!/bin/sh -ev
export UDUNITS2_PATH=%p
export  NETCDF_INC=%p \
NETCDF_LIB=%p \
NETCDF4_ROOT=%p
%{default_script}
fink-package-precedence --prohibit-bdep=%N-dap,%N-opendap,%N-netcdf,%N .
<<

# Install Phase:
InstallScript: <<
make install DESTDIR=%d
# remove non-library items
rm -rf %i/include %i/bin %i/share/man %i/share/info 
%i/lib/libnco.{la,dylib} %i/lib/libnco_c++.{la,dylib}
<<
DocFiles: doc/LICENSE

Shlibs: <<
%p/lib/libnco-%type_raw[v].dylib 0.0.0 %n (>=4.3.2-1)
%p/lib/libnco_c++-%type_raw[v].dylib 0.0.0 %n (>=4.3.2-1)
<<

DescDetail: <<
This package provides legacy library support for items built against 
nco-%v.  
<<
DescPackaging: <<
Upstream has discontinued using libnc-dap, so have "nco" built against
netcdf be the new hotness, and merge nco-netcdf into it on update.
<<
DescPort: <<
Get rid of hardcoded malloc.h for C++ stuff.
Patch out an -lnco that tends to link to a library in a 
previously installed version of the package.
Upstream claims OS X doesn't understand shared libs; perhaps it's
upstream who doesn't understand. :-)
<<
Homepage: http://nco.sourceforge.net/
<<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 gmsh-2.5.0.patch, 1.1, 1.2 gmsh2.5.0-shlibs.info, 1.14, 1.15 gmsh2.6.0-shlibs.info, 1.1, 1.2 gmsh2.6.1-shlibs.info, 1.1, 1.2 gmsh2.7-shlibs.info, 1.1, 1.2

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

Modified Files:
gmsh-2.5.0.patch gmsh2.5.0-shlibs.info gmsh2.6.0-shlibs.info 
gmsh2.6.1-shlibs.info gmsh2.7-shlibs.info 
Log Message:
graphics-lib upgrades (maintainer says "yeah sure")


Index: gmsh-2.5.0.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gmsh-2.5.0.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmsh-2.5.0.patch3 Jul 2012 16:05:13 -   1.1
+++ gmsh-2.5.0.patch13 Aug 2013 21:30:30 -  1.2
@@ -27,6 +27,17 @@
set(CPACK_PACKAGE_ICON ${CMAKE_CURRENT_SOURCE_DIR}/Fltk/MacIcons.icns)
  elseif(WIN32)
set(CPACK_GENERATOR ZIP)
+diff -Nurd gmsh-2.5.0-source/Graphics/gl2png.cpp 
gmsh-2.5.0-source.patched/Graphics/gl2png.cpp
+--- gmsh-2.5.0-source/Graphics/gl2png.cpp  2010-10-15 09:35:00.0 
-0400
 gmsh-2.5.0-source.patched/Graphics/gl2png.cpp  2013-08-07 
04:15:34.0 -0400
+@@ -15,6 +15,7 @@
+ 
+ #else
+ 
++#include 
+ #include 
+ 
+ #ifndef png_jmpbuf
 diff -Nurd gmsh-2.5.0-source/contrib/gmm/gmm_interface.h 
gmsh-2.5.0-source.patched/contrib/gmm/gmm_interface.h
 --- gmsh-2.5.0-source/contrib/gmm/gmm_interface.h  2010-10-15 
09:35:00.0 -0400
 +++ gmsh-2.5.0-source.patched/contrib/gmm/gmm_interface.h  2012-02-20 
13:03:11.0 -0500

Index: gmsh2.5.0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gmsh2.5.0-shlibs.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- gmsh2.5.0-shlibs.info   17 Jun 2013 20:21:50 -  1.14
+++ gmsh2.5.0-shlibs.info   13 Aug 2013 21:30:30 -  1.15
@@ -1,11 +1,11 @@
 Package: gmsh2.5.0-shlibs
 Version: 2.5.0
-Revision: 10
+Revision: 11
 Depends: <<
fltk13-aqua-shlibs,
gmp5-shlibs,
-   libjpeg8-shlibs, 
-   libpng14-shlibs,
+   libjpeg9-shlibs, 
+   libpng16-shlibs,
lua51-shlibs,
libncurses5-shlibs,
readline6-shlibs
@@ -14,8 +14,8 @@
cmake,
fltk13-aqua,
gmp5,
-   libjpeg8, 
-   libpng14,
+   libjpeg9, 
+   libpng16,
lua51-dev,
libncurses5,
readline6,
@@ -28,7 +28,7 @@
 GCC: 4.0
 
 PatchFile: gmsh-%v.patch
-PatchFile-MD5: 8cc25ef1248f37664023e3e511cd10d5
+PatchFile-MD5: fa29727e4b1512949e2943c8b7c5aeb4
 PatchScript: <<
 %{default_script}
 perl -pi -e 's|-framework vecLib|-framework Accelerate|' CMakeLists.txt
@@ -109,6 +109,8 @@
This file is currently still unchanged in upstream's SVN.

No METIS or TETGEN support because of their license limitations.
+
+   Newer png.h doesn't include zlib.h automatically.
 <<
 
 Splitoff: <<

Index: gmsh2.6.0-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gmsh2.6.0-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmsh2.6.0-shlibs.info   30 Jul 2013 00:38:38 -  1.1
+++ gmsh2.6.0-shlibs.info   13 Aug 2013 21:30:30 -  1.2
@@ -1,19 +1,19 @@
 Package: gmsh2.6.0-shlibs
 Version: 2.6.0
-Revision: 5
+Revision: 6
 
 Depends: <<
fltk13-aqua-shlibs,
gmp5-shlibs,
-   libjpeg8-shlibs, 
-   libpng14-shlibs
+   libjpeg9-shlibs, 
+   libpng16-shlibs
 <<
 BuildDepends: <<
cmake,
fltk13-aqua,
gmp5,
-   libjpeg8, 
-   libpng14
+   libjpeg9, 
+   libpng16
 <<
 
 Source: http://www.geuz.org/gmsh/src/gmsh-%v-source.tgz

Index: gmsh2.7-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gmsh2.7-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmsh2.7-shlibs.info 30 Jul 2013 00:38:38 -  1.1
+++ gmsh2.7-shlibs.info 13 Aug 2013 21:30:30 -  1.2
@@ -1,19 +1,19 @@
 Package: gmsh2.7-shlibs
 Version: 2.7.1
-Revision: 2
+Revision: 3
 
 Depends: <<
fltk13-aqua-shlibs,
gmp5-shlibs,
-   libjpeg8-shlibs, 
-   libpng15-shlibs
+   libjpeg9-shlibs, 
+   libpng16-shlibs
 <<
 BuildDepends: <<
cmake,
fltk13-aqua,
gmp5,
-   libjpeg8, 
-   libpng15
+   libjpeg9, 
+   libpng16
 <<
 
 Source: http://www.geuz.org/gmsh/src/gmsh-%v-source.tgz

Index: gmsh2.6.1-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/gmsh2.6.1-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gmsh2.6.1-shlibs.info   30 Jul 2013 00:38:38 -  1.1
+++ gmsh2.6.1-shlibs.info   13 Aug 2013 21:30:30 -  1.2
@@ -

[cvs] experimental/thesin/finkinfo javascript-common.info,1.1,1.2

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

Modified Files:
javascript-common.info 
Log Message:
Add comments to the comment

Index: javascript-common.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/javascript-common.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- javascript-common.info  13 Aug 2013 21:15:23 -  1.1
+++ javascript-common.info  13 Aug 2013 21:16:25 -  1.2
@@ -19,6 +19,7 @@
 <<
 CompileScript: echo
 InstallScript: <<
+### Requires Root or chroot
 #dh install --with apache2
 
 install -d -m755 %i/share/javascript


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo javascript-common.info,NONE,1.1

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

Added Files:
javascript-common.info 
Log Message:
  * Test if obsolete %p/etc/apache2/conf.d/ was removed by user before
touching it (Closes: #718249); Thanks Jean-Michel Vourgère.
  * Improving clean up for fresh installs.
  * Downgrading webservers relation from 'recommends' to 'suggests'
  * Fixed lighttpd test of preexisting link. (Closes: #712072)
  * Reload apache2/lighttpd ourself, drop dependency on wwwconfig-common.
   (Closes: #638200)
  * Make piuparts happy: (Closes: #603205)
. Remove conf-enabled/ on postrm if empty.
. Remove obsolete dir conf.d/ if empty on configure.
  * Moved %p/etc/javascript-common conffiles into their final conf-available
locations.
conf-enabled/ and conf.d files are now proper links on conf-available ones.
. New maintscript.
. Renamed source file lighttpd.conf into 90-javascript-alias.conf.
. Adjusted Depends on debhelper >= 9
  * Add copyright format version.
  * Changed set up for apache2.4 (Closes: #710475)
. Build-Depends on dh-apache2.
. New debian/apache2 file with dh_apache2 settings.
. Added --with apache2 to debian/rules.
. Changed Suggests: into Recommends: http.
  * Disable lighttpd conf in prerm remove. Temporarily store the fact that user
manually disabled our configuration. In that case, do not reinstall link on
configure. See README.lighttpd_removal. (Downgrades #474913)
  * Changed "javascript" from lowercase to CamelCase
in short description (Closes: #570675);
  * Adding configuration for lighttpd (Closes: #594953)
Thanks Rogério Brito ;


--- NEW FILE: javascript-common.info ---
Package: javascript-common
Version: 11
Revision: 1
###
BuildDepends: <<
debhelper (>= 9),
dh-apache2
<<
Depends: coreutils
Suggests: apache2 (>= 2.4.6) | lighttpd | httpd
###
Source: mirror:debian:pool/main/j/%n/%n_%v.tar.gz
Source-MD5: f559d9189af212e29628eb6730cbc05b
SourceDirectory: %n
###
PatchScript: <<
  perl -pi -e 's,\/usr,%p,g' javascript-common.conf 90-javascript-alias.conf
  perl -pi -e 's,\/etc,%p\/etc,g' debian/javascript-common.maintscript
<<
CompileScript: echo
InstallScript: <<
#dh install --with apache2

install -d -m755 %i/share/javascript
install -d -m755 %i/etc/apache2/conf-available
install -m644 javascript-common.conf %i/etc/apache2/conf-available
install -d -m755 %i/etc/lighthttpd/conf-available
install -m644 90-javascript-alias.conf %i/etc/lighthttpd/conf-available
<<
###
DocFiles: debian/javascript-common.README.Debian debian/README.lighttpd_removal 
debian/copyright
###
PostInstScript: <<
set -e

# summary of how this script can be called:
#*  `configure' 
#*  `abort-upgrade' 
#*  `abort-remove' `in-favour' 
#  
#*  `abort-remove'
#*  `abort-deconfigure' `in-favour'
#`removing'
#   
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package

lighttpd_setup() {
mkdir -p %p/etc/lighttpd/conf-enabled
if [ ! -e %p/etc/lighttpd/conf-enabled/90-javascript-alias.conf ]
then
ln -s ../conf-available/90-javascript-alias.conf 
%p/etc/lighttpd/conf-enabled/90-javascript-alias.conf
if which invoke-rc.d > /dev/null && [ -x %p/etc/init.d/lighttpd 
]
then
invoke-rc.d lighttpd reload || true
fi
fi
}


case "${1}" in
configure)
if dpkg --compare-versions "$2" lt 9
then
# Fresh install or most-recently-configured-version < 9
lighttpd_setup
else
if [ -e  
%p/etc/javascript-common/lighttpd_disabled_by_user ]
then
rm 
%p/etc/javascript-common/lighttpd_disabled_by_user
grmdir --ignore-fail-on-non-empty 
%p/etc/javascript-common
# Do not reenable javascript/ in lighttpd
echo javascript-alias was disabled in lighttpd. 
>&2
echo Hint: Use \"lighttpd-enable-mod 
javascript-alias\" to re-enable. >&2
else
lighttpd_setup
fi
fi
;;

abort-upgrade|abort-remove|abort-deconfigure)
;;

*)
echo "postinst called with unknown argument \`${1}'" >&2
exit 1
;;
esac

# Will make piupart more happy on upgrades
if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "9"
then
# Remove old %p/etc/apache2/conf.d if empty and not already removed by 
user:
if [ -d %p/etc/apache2/conf.d ]
then
grmdir --ignore-fail-on-non-empty %p/etc/apach

[cvs] dists/10.7/stable/main/finkinfo/devel gdb.info,1.4,1.5

2013-08-13 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-serv20204

Modified Files:
gdb.info 
Log Message:
add BuildDepends on texinfo (>= 5.1-2)

Index: gdb.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/gdb.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gdb.info6 Jul 2013 02:12:21 -   1.4
+++ gdb.info13 Aug 2013 20:42:15 -  1.5
@@ -8,7 +8,7 @@
 Source-MD5: fda57170e4d11cdde74259ca575412a8
 SourceDirectory: gdb-%v
 Depends: python27, expat1-shlibs, libncurses5-shlibs, libiconv, 
libgettext8-shlibs, python27-shlibs
-BuildDepends: expat1, gettext-tools, libgettext8-dev, python27, libncurses5, 
libiconv-dev, fink (>= 0.24.12)
+BuildDepends: expat1, gettext-tools, libgettext8-dev, python27, libncurses5, 
libiconv-dev, texinfo (>= 5.1-2), fink (>= 0.24.12)
 SetLDFLAGS: -L%p/lib/python2.7/config
 ConfigureParams: --program-prefix=fsf- --with-expat --with-python 
--disable-gdbtk --enable-tui --disable-werror python_prog_path=%p/bin/python2.7
 SetCFLAGS: -O2 -g -Wno-unused-value


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 nco.info,1.24,1.25

2013-08-13 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-serv19859/10.7/stable/main/finkinfo/sci

Modified Files:
nco.info 
Log Message:
Oops.  We'll want to use the correct checksum.


Index: nco.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/nco.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- nco.info13 Aug 2013 03:43:18 -  1.24
+++ nco.info13 Aug 2013 20:36:47 -  1.25
@@ -21,7 +21,7 @@
 Replaces: %N (<< 4.0.8-1), %N-dap (<< 4.0.8-1), %N-netcdf (<< 4.0.9-1), 
%N-opendap
 # Unpack Phase:
 Source: http://%N.sourceforge.net/src/%N-%v.tar.gz
-Source-MD5: 7b249ff59082cead86437b8df5022d3c
+Source-MD5: dd07b697d2cc8a8d7137aac87872aa2c
 
 # Patch Phase:
 PatchScript:  <<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci nco.info,1.25,1.26

2013-08-13 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19859/10.4/stable/main/finkinfo/sci

Modified Files:
nco.info 
Log Message:
Oops.  We'll want to use the correct checksum.


Index: nco.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/nco.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- nco.info13 Aug 2013 03:43:18 -  1.25
+++ nco.info13 Aug 2013 20:36:47 -  1.26
@@ -21,7 +21,7 @@
 Replaces: %N (<< 4.0.8-1), %N-dap (<< 4.0.8-1), %N-netcdf (<< 4.0.9-1), 
%N-opendap
 # Unpack Phase:
 Source: http://%N.sourceforge.net/src/%N-%v.tar.gz
-Source-MD5: 7b249ff59082cead86437b8df5022d3c
+Source-MD5: dd07b697d2cc8a8d7137aac87872aa2c
 
 # Patch Phase:
 PatchScript:  <<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo ssl-cert.info,1.5,1.6

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

Modified Files:
ssl-cert.info 
Log Message:
  * Update Japanese translation, thanks to victory 
Closes: 712914


Index: ssl-cert.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/ssl-cert.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ssl-cert.info   13 Sep 2012 16:26:53 -  1.5
+++ ssl-cert.info   13 Aug 2013 19:56:10 -  1.6
@@ -1,10 +1,10 @@
 Package: ssl-cert
-Version: 1.0.32
+Version: 1.0.33
 Revision: 1
 Epoch: 1
 ###
 Source: mirror:debian:/pool/main/s/%n/%n_%v.tar.gz
-Source-MD5: 703f702d3b7c473fb6f78a3fa451792c
+Source-MD5: 8c7e7c875e997825d8d3806ee5e6f4da
 SourceDirectory: %n-%v
 PatchScript: <<
   perl -pi -e 's,/usr,%p,g' make-ssl-cert make-ssl-cert.8
@@ -31,11 +31,6 @@
 install -m775 %b/make-ssl-cert %i/sbin
 install -m644 %b/make-ssl-cert.8 %i/share/man/man8
 install -m644 %b/ssleay.cnf %i/share/%n
-
-### Debconf
-#install -d -m 0755 %d/DEBIAN
-#po2debconf debian/templates > debian/templates.merged
-#install -m 0644 debian/templates.merged %d/DEBIAN/templates
 <<
 ###
 Debconf: <<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 libg3d.patch, NONE, 1.1 libg3d.info, 1.2, 1.3

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

Modified Files:
libg3d.info 
Added Files:
libg3d.patch 
Log Message:
fix -I ordering (thanks f-p-p!)

--- NEW FILE: libg3d.patch ---
diff -Nurd -x'*~' libg3d-0.0.8.orig/programs/Makefile.in 
libg3d-0.0.8/programs/Makefile.in
--- libg3d-0.0.8.orig/programs/Makefile.in  2009-01-16 11:36:17.0 
-0500
+++ libg3d-0.0.8/programs/Makefile.in   2013-08-13 15:08:59.0 -0400
@@ -206,7 +206,7 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-AM_CFLAGS = \
+AM_CPPFLAGS = \
-Wall -ansi -pedantic \
-I$(top_srcdir)/include \
@GLIB_CFLAGS@
diff -Nurd -x'*~' libg3d-0.0.8.orig/tests/Makefile.in 
libg3d-0.0.8/tests/Makefile.in
--- libg3d-0.0.8.orig/tests/Makefile.in 2009-01-16 11:36:18.0 -0500
+++ libg3d-0.0.8/tests/Makefile.in  2013-08-13 15:03:21.0 -0400
@@ -224,16 +224,11 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-AM_CFLAGS = \
+AM_CPPFLAGS = \
-Wall -ansi -pedantic \
-I$(top_srcdir)/include \
@GLIB_CFLAGS@
 
-AM_CXXFLAGS = \
-   -Wall \
-   -I$(top_srcdir)/include \
-   @GLIB_CFLAGS@
-
 test_lib_DEPENDENCIES = ../src/libg3d.la
 test_lib_SOURCES = test_lib.c
 test_lib_LDADD = ../src/libg3d.la -lm @GLIB_LIBS@ @MAGIC_LIBS@

Index: libg3d.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libg3d.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libg3d.info 13 Aug 2013 18:52:23 -  1.2
+++ libg3d.info 13 Aug 2013 19:11:59 -  1.3
@@ -1,11 +1,12 @@
 Package: libg3d
 Version: 0.0.8
-Revision: 5
+Revision: 6
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
atk1 (>= 1.28.0-1),
cairo (>= 1.12.8-1),
file-dev (>= 5.00-1),
+   fink-package-precedence,
fontconfig2-dev (>= 2.10.0-1),
freetype219 (>= 2.4.11-1),
glib2-dev (>= 2.22.0-1),
@@ -21,9 +22,11 @@
 BuildDependsOnly: true
 Source: http://automagically.de/files/%n-%v.tar.gz
 Source-MD5: 23fbb22c24b1db225a3de8b6aaf25774
+# fix bad -I ordering by fixing some mistakes in am variable usage
+PatchFile: %n.patch
+PatchFile-MD5: 093963376632ccc90bc7b3c2b5b933e6
 SetCFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --enable-dependency-tracking --enable-gtk-doc 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
-
 CompileScript: <<
   %{default_script}
   fink-package-precedence --prohibit-bdep=%n .


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 libg3d.info,1.1,1.2

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

Modified Files:
libg3d.info 
Log Message:
dep cleanup; move some runtime files from %N (BDO) to %N-shlibs (where they are 
loaded)


Index: libg3d.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libg3d.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libg3d.info 3 Feb 2012 23:34:10 -   1.1
+++ libg3d.info 13 Aug 2013 18:52:23 -  1.2
@@ -1,23 +1,57 @@
 Package: libg3d
 Version: 0.0.8
-Revision: 4
+Revision: 5
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: pkgconfig (>= 0.9.0-1), gettext-tools, gtk-doc, x11-dev, atk1 
(>= 1.26.0-2), bzip2-dev (>= 1.0.5-2), cairo (>= 1.8.6-3), expat1 (>= 2.0.1-1), 
file-dev (>= 5.00-1), fontconfig2-dev (>= 2.4.1-6), freetype219 (>= 2.3.8-2), 
glib2-dev (>= 2.20.3-1), glitz (>= 0.5.6-3), gtk+2-dev (>= 2.16.2-2), 
libgettext8-dev (>= 0.14.5-2), libgsf1.114-dev (>= 1.14.11-1), libiconv-dev (>= 
1.12-3), libpng15, libxml2 (>= 2.6.32-1), pango1-xft2-ft219-dev (>= 1.24.2-1), 
pixman (>= 0.14.0-1)
+BuildDepends: <<
+   atk1 (>= 1.28.0-1),
+   cairo (>= 1.12.8-1),
+   file-dev (>= 5.00-1),
+   fontconfig2-dev (>= 2.10.0-1),
+   freetype219 (>= 2.4.11-1),
+   glib2-dev (>= 2.22.0-1),
+   gtk+2-dev (>= 2.18.0-1),
+   gtk-doc (>= 1.13-5),
+   libgsf1.114-dev (>= 1.14.11-1),
+   libiconv-dev (>= 1.12-3),
+   libxml2 (>= 2.9.1-1),
+   pango1-xft2-ft219-dev (>= 1.24.5-4),
+   pkgconfig (>= 0.23),
+   x11-dev
+<<
 BuildDependsOnly: true
 Source: http://automagically.de/files/%n-%v.tar.gz
 Source-MD5: 23fbb22c24b1db225a3de8b6aaf25774
 SetCFLAGS: -Os
-ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking --enable-gtk-doc
+ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --enable-dependency-tracking --enable-gtk-doc 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
+
+CompileScript: <<
+  %{default_script}
+  fink-package-precedence --prohibit-bdep=%n .
+<<
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
 Splitoff: <<
   Package: %N-shlibs
-  Depends: atk1-shlibs (>= 1.26.0-2), bzip2-shlibs (>= 1.0.5-2), cairo-shlibs 
(>= 1.8.6-3), expat1-shlibs (>= 2.0.1-1), file-shlibs (>= 5.00-1), 
fontconfig2-shlibs (>= 2.4.1-6), freetype219-shlibs (>= 2.3.8-2), glib2-shlibs 
(>= 2.20.3-1), glitz-shlibs (>= 0.5.6-3), gtk+2-shlibs (>= 2.16.2-2), 
libgettext8-shlibs (>= 0.14.5-2), libgsf1.114-shlibs (>= 1.14.11-1), libiconv 
(>= 1.12-3), libpng15-shlibs, libxml2-shlibs (>= 2.6.32-1), 
pango1-xft2-ft219-shlibs (>= 1.24.2-1), pixman-shlibs (>= 0.14.0-1), x11-shlibs
+  Depends: <<
+   atk1-shlibs (>= 1.28.0-1),
+   cairo-shlibs (>= 1.12.8-1),
+   file-shlibs (>= 5.00-1),
+   fontconfig2-shlibs (>= 2.10.0-1),
+   freetype219-shlibs (>= 2.4.11-1),
+   glib2-shlibs (>= 2.22.0-1),
+   gtk+2-shlibs (>= 2.18.0-1),
+   libgsf1.114-shlibs (>= 1.14.11-1),
+   libiconv (>= 1.12-3),
+   libxml2-shlibs (>= 2.9.1-1),
+   pango1-xft2-ft219-shlibs (>= 1.24.5-4)
+  <<
+  # gmodule uses .la at runtime for .so loading
+  # and also uses the .magic file
+  Replaces: %N (<< 0.0.8-5)
   Files: <<
 lib/libg3d.0.dylib
 lib/libg3d.0.0.8.dylib
-lib/libg3d/plugins/image/*.so
-lib/libg3d/plugins/import/*.so
+lib/libg3d
   <<
   Shlibs: <<
 %p/lib/libg3d.0.dylib 1.0.0 %n (>= 0.0.8-1)


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 geda-gaf.info,1.3,1.4

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

Modified Files:
geda-gaf.info 
Log Message:
dep cleanups


Index: geda-gaf.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/geda-gaf.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- geda-gaf.info   9 Apr 2013 12:42:44 -   1.3
+++ geda-gaf.info   13 Aug 2013 17:34:47 -  1.4
@@ -1,7 +1,7 @@
 Package: geda-gaf
 Epoch: 1
 Version: 1.8.1
-Revision: 2
+Revision: 3
 
 Replaces: <<
   geda-doc (<< 1:1.6.0-1),
@@ -20,60 +20,55 @@
 <<
 
 Depends: <<
-  atk1-shlibs (>= 1.20.0-1),
+  atk1-shlibs (>= 1.28.0-1),
+  cairo-shlibs (>= 1.12.8-1),
   default-icon-theme,
   desktop-file-utils,
-  gd2-shlibs,
-  glib2-shlibs (>= 2.14.0-1),
-  gtk+2-shlibs (>= 2.12.0-1),
+  fontconfig2-shlibs (>= 2.10.0-1),
+  freetype219-shlibs (>= 2.4.11-1),
+  glib2-shlibs (>= 2.22.0-1),
+  gmp5-shlibs,
+  gtk+2-shlibs (>= 2.18.0-1),
   guile18-shlibs,
   libgettext8-shlibs,
-  libiconv,
-  libjpeg8-shlibs,
-  libpng15-shlibs,
-  pango1-xft2-ft219 (>= 1.18.4-4),
-  pixman-shlibs,
-  shared-mime-info,
-  x11-shlibs
+  libstroke-shlibs,
+  libtool2-shlibs,
+  pango1-xft2-ft219 (>= 1.24.5-4),
+  shared-mime-info
 <<
 
-# gmp and libtool1.4 are apparently required by guile-1.8.
 BuildDepends: <<
-  atk1 (>= 1.20.0-1),
-  cairo (>= 1.6-1),
-  expat1,
+  atk1 (>= 1.28.0-1),
+  cairo (>= 1.12.8-1),
   fink (>= 0.28.0-1),
-  fontconfig2-dev (>= 2.4.1-1),
-  freetype219 (>= 2.3.5-1),
-  gd2,
+  fink-package-precedence,
+  fontconfig2-dev (>= 2.10.0-1),
+  freetype219 (>= 2.4.11-1),
   gettext-tools,
-  glib2-dev (>= 2.14.0-1),
-  glitz,
-  gtk+2-dev (>= 2.12.0-1),
+  glib2-dev (>= 2.22.0-1),
+  gmp5,
+  gtk+2-dev (>= 2.18.0-1),
   guile18,
   guile18-dev,
   intltool40,
   libgettext8-dev,
   libiconv,
   libiconv-dev,
-  libjpeg8,
-  libpng15,
-  pango1-xft2-ft219-dev (>= 1.18.4-4),
-  pixman (>= 0.10.0-1),
-  pkgconfig (>= 0.21-1),
-  x11-dev,
-  xft2-dev
+  libstroke,
+  pango1-xft2-ft219-dev (>= 1.24.5-4),
+  pkgconfig (>= 0.23),
+  x11-dev
 <<
 
 Source: ftp://ftp.geda-project.org/geda-gaf/stable/v1.8/%v/%n-%v.tar.gz
 Source-MD5: 3c5ef297e403b493fdf7a5d47bbeeb73
 
-SetCPPFLAGS: -I%p/lib/pango-ft219/include/pango-1.0 
-I%p/lib/pango-ft219/include -I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
-NoSetLDFLAGS: true
-SetLDFLAGS: -L%p/lib/pango-ft219/lib -L%p/lib/freetype219/lib 
-L%p/lib/fontconfig2/lib
-SetLIBS: -L%p/lib
 SetCFLAGS: -Os -pipe
-ConfigureParams: --with-rcdir=%p/etc/gEDA --libdir=%p/lib/libgeda 
--infodir=%p/share/info GUILE=%p/bin/guile-1.8 
GUILE_CONFIG=%p/bin/guile-1.8-config --disable-dependency-tracking 
--disable-update-xdg-database 
PKG_CONFIG_PATH="%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+ConfigureParams: --with-rcdir=%p/etc/gEDA --libdir=%p/lib/libgeda 
--infodir=%p/share/info GUILE=%p/bin/guile-1.8 
GUILE_CONFIG=%p/bin/guile-1.8-config --enable-dependency-tracking 
--disable-update-xdg-database
+CompileScript: <<
+  %{default_script}
+  fink-package-precedence .
+<<
 
 InfoDocs: geda-scheme.info
 


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 libstroke.info, NONE, 1.1 libstroke.patch, NONE, 1.1

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

Added Files:
libstroke.info libstroke.patch 
Log Message:
from 10.[78], with disabling of libgstroke (gtk+) component


--- NEW FILE: libstroke.patch ---
diff -Nurd -x'*~' libstroke-0.5.1.orig/configure.in libstroke-0.5.1/configure.in
--- libstroke-0.5.1.orig/configure.in   2001-08-07 02:08:05.0 -0400
+++ libstroke-0.5.1/configure.in2013-08-13 13:24:08.0 -0400
@@ -81,16 +81,7 @@
 [  --with-mouse-footprints  Draw mouse footprints in X],
 [AC_DEFINE(STROKE_MOUSE_FOOTPRINTS)])
 
-dnl check for GTK
-dnl we won't build libgstroke if it's not found
-AC_MSG_CHECKING(gtk+ library)
-AM_PATH_GTK(1.2.7, HAVE_LIBGTK=yes
-  AC_DEFINE(HAVE_LIBGTK, 1, [Define if libgtk is available]),
-  AC_MSG_WARN(
-* NOTE: The GNOME stroke support won't be built
-)
-  HAVE_LIBGTK=no,
-)
+HAVE_LIBGTK=no
 AM_CONDITIONAL(HAVE_LIBGTK,test "x$HAVE_LIBGTK" = "xyes")
 
 
diff -Nurd -x'*~' libstroke-0.5.1.orig/libstroke/Makefile.am 
libstroke-0.5.1/libstroke/Makefile.am
--- libstroke-0.5.1.orig/libstroke/Makefile.am  2001-05-07 20:05:43.0 
-0400
+++ libstroke-0.5.1/libstroke/Makefile.am   2013-08-13 12:38:22.0 
-0400
@@ -8,7 +8,7 @@
 EXTRA_DIST = 
 
 #tclpath::
-   #echo ${ENABLE_TCL}
+#  echo ${ENABLE_TCL}
 
 #if ENABLE_TCL
 #SEL_BIB = libstroke.la libstroke_tcl.la
diff -Nurd -x'*~' libstroke-0.5.1.orig/libstroke/stroke.c 
libstroke-0.5.1/libstroke/stroke.c
--- libstroke-0.5.1.orig/libstroke/stroke.c 2001-07-06 00:32:42.0 
-0400
+++ libstroke-0.5.1/libstroke/stroke.c  2013-08-13 13:08:33.0 -0400
@@ -12,6 +12,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #ifdef STROKE_MOUSE_FOOTPRINTS
 #include 
diff -Nurd -x'*~' libstroke-0.5.1.orig/tests/Makefile.am 
libstroke-0.5.1/tests/Makefile.am
--- libstroke-0.5.1.orig/tests/Makefile.am  2001-08-07 02:03:39.0 
-0400
+++ libstroke-0.5.1/tests/Makefile.am   2013-08-13 13:13:40.0 -0400
@@ -14,7 +14,7 @@
 gnome_stroke_test_SOURCES = gnome_stroke_test.c
 
 INCLUDES = -I$(top_srcdir)/libstroke -I$(top_srcdir)/libgstroke \
-   @X_CFLAGS@ @GTK_CFLAGS@
+   @X_CFLAGS@ 
 
 stroke_test_LDADD = ../libstroke/libstroke.la @X_LDFLAGS@
 gnome_stroke_test_LDADD = ../libgstroke/libgstroke.la @GTK_LIBS@

--- NEW FILE: libstroke.info ---
Package: libstroke
Version: 0.5.1
Revision: 105
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
  autoconf2.6,
  automake1.13,
  fink-package-precedence,
  libtool2,
  x11-dev
<<
Replaces: %N-m4
Source: http://www.etla.net/libstroke/libstroke-%v.tar.gz
Source-MD5: 51b9a4e309ac15cfcab96191eed03cb2
PatchFile: %n.patch
PatchFile-MD5: fad48159655a6347cdc32ab4df4caa1a
PatchScript: <<
  %{default_script}
  mv configure.in configure.ac
  perl -pi -e 's/(AC_DEFUN\()(\S+)(,)/\1\[\2]\3/' lib*stroke.m4
<<
CompileScript: <<
  autoreconf -fi
  %{default_script}
  fink-package-precedence --prohibit-bdep=%n .
<<
DocFiles: COPYING COPYRIGHT
BuildDependsOnly: True
SplitOff: <<
  Package: %N-shlibs
  Replaces: libstroke (<< 0.5.1-3)
  Files: lib/libstroke.0.dylib
  Shlibs: <<
%p/lib/libstroke.0.dylib 1.0.0 %n (>= 0.5.1-5)
  <<
  Description: Shared libraries for libstroke package
  DocFiles: doc/standard_strokes.* AUTHORS COPYING COPYRIGHT CREDITS ChangeLog 
INSTALL NEWS README* TODO
<<
License: GPL
Description: Translates mouse strokes to program commands
DescPackaging: <<
  Does not compile or install javastroke, the java port of libstroke

  dmacks brought forward to 10.7+ with disabling of libgstroke because
  gtk+ was EOL'ed as of 10.6. Patch from:
  
https://build.opensuse.org/package/view_file?file=no-gtk1.patch&package=libstroke&project=M17N

  dmacks merged %N-m4 into %N because it's a compile-time item
<<
Maintainer:  Dave Morrison 
Homepage: http://www.etla.net/libstroke/


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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/games freedroidrpg.info, NONE, 1.1

2013-08-13 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4934

Added Files:
freedroidrpg.info 
Log Message:
add freedroidrpg from 10.4
update to 0.15.1

--- NEW FILE: freedroidrpg.info ---
Package: freedroidrpg
Version: 0.15.1
Revision: 1
Description: Isometric roleplaying game
License: GPL
Maintainer: Jack Fink 
Depends: <<
gcc48-shlibs,
libjpeg9-shlibs,
libogg-shlibs (>= 1.1.3-1),
libpng16-shlibs,
libvorbis0-shlibs (>= 1.2.0-1),
lua51-shlibs,
sdl-image-shlibs (>= 1.2.6-1002),
sdl-gfx13-shlibs,
sdl-mixer-shlibs (>= 1.2.8-12),
sdl-shlibs (>= 1.2.13-1)
<<
BuildDepends: <<
fink-package-precedence,
gcc48-compiler,
gettext-tools,
libjpeg9,
libogg (>= 1.1.3-1),
libpng16,
libvorbis0 (>= 1.2.0-1),
lua51-dev,
sdl (>= 1.2.13-1),
sdl-gfx13,
sdl-image (>= 1.2.6-1002),
sdl-mixer (>= 1.2.8-12)
<<
Source: mirror:sourceforge:freedroid/freedroidRPG-%v.tar.gz
Source-MD5: b95ea6abae46bea6ee3ace9a1902f682
Source-Checksum: SHA1(5d298d160af8332fff4eca71aa091d85e4031767)
SetCC: gcc-fsf-4.8
UseMaxBuildJobs: false
ConfigureParams: <<
--mandir=%p/share/man \
--enable-dependency-tracking \
--disable-sdltest \
--with-apple-opengl-framework
<<
CompileScript: <<
%{default_script}
fink-package-precedence .
<<
InstallScript: make install DESTDIR=%d
DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog HELP_WANTED NEWS README
Homepage: http://freedroid.sourceforge.net
DescDetail: <<
FreedroidRPG is a mature open source sci-fi isometric role
playing game. It strives at providing an immersive ambience
backed by refined graphics and music tracks. Besides the
hack'n'slash action phases, dialogs with dozens of NPCs
take care of storytelling. The player can fight with melee
or ranged weapons, take control of his enemies by hacking,
and remotely execute code on enemy robots.
<<
DescPort: <<
Must build with gcc, not clang, since it uses nested functions and upstream 
insists on them: http://rb.freedroid.org/r/1882/
<<

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/devel tig.info,1.3,1.4

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31924

Modified Files:
tig.info 
Log Message:
New upstream tig 1.2.

Index: tig.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/tig.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tig.info13 Oct 2012 22:24:03 -  1.3
+++ tig.info13 Aug 2013 14:31:27 -  1.4
@@ -1,5 +1,5 @@
 Package: tig
-Version: 1.1
+Version: 1.2
 Revision: 1
 Description: Ncurses git repository browser
 DescDetail: <<
@@ -16,7 +16,7 @@
 Maintainer: Daniel Johnson 
 
 Source: http://jonas.nitro.dk/%n/releases/%n-%v.tar.gz
-Source-MD5: adeb797a8320962eeb345a615257cbac
+Source-MD5: 9821525564aa3f4aa51ad2b6c11b3a91
 
 Depends: libiconv, libncursesw5-shlibs, git
 BuildDepends: libiconv-dev, libncursesw5, asciidoc


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 tig.info,1.4,1.5

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31890

Modified Files:
tig.info 
Log Message:
New upstream tig 1.2.

Index: tig.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/tig.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tig.info13 Oct 2012 22:23:56 -  1.4
+++ tig.info13 Aug 2013 14:31:07 -  1.5
@@ -1,5 +1,5 @@
 Package: tig
-Version: 1.1
+Version: 1.2
 Revision: 1
 Description: Ncurses git repository browser
 DescDetail: <<
@@ -16,7 +16,7 @@
 Maintainer: Daniel Johnson 
 
 Source: http://jonas.nitro.dk/%n/releases/%n-%v.tar.gz
-Source-MD5: adeb797a8320962eeb345a615257cbac
+Source-MD5: 9821525564aa3f4aa51ad2b6c11b3a91
 
 Depends: libiconv, libncursesw5-shlibs, git
 BuildDepends: libiconv-dev, libncursesw5, asciidoc


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 email-address-pm.info, 1.4, 1.5 extutils-parsexs-pm.info, 1.13, 1.14 libnet-pm.info, 1.4, 1.5 moose-pm.info, 1.11, 1.12 net-idn-encode-pm.info, 1.11

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31090

Modified Files:
email-address-pm.info extutils-parsexs-pm.info libnet-pm.info 
moose-pm.info net-idn-encode-pm.info www-curl-simple-pm.info 
Log Message:
New upstream version.

Index: moose-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/moose-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- moose-pm.info   27 Jul 2013 23:55:46 -  1.11
+++ moose-pm.info   13 Aug 2013 14:14:33 -  1.12
@@ -1,6 +1,6 @@
 Info3: <<
 Package: moose-pm%type_pkg[perl]
-Version: 2.1004
+Version: 2.1005
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/Moose/
 
 Source: mirror:cpan:authors/id/E/ET/ETHER/Moose-%v.tar.gz
-Source-MD5: 2641353fa7f1ef03d2bd38ba83318c75
+Source-MD5: 8878c5b28ee5312c31983f2de3167db1
 
 PatchScript: <<
# this test needs data-visitor-pm which appears busted.
@@ -53,6 +53,7 @@
 # but that can cause circular dependencies.
 InfoTest: <<
TestDepends: <<
+   cpan-meta-check-pm%type_pkg[perl] (>= 0.007),
carp-pm%type_pkg[perl] (>= 1.22-1),
datetime-calendar-mayan-pm%type_pkg[perl],
datetime-format-mysql-pm%type_pkg[perl],
@@ -63,6 +64,7 @@
params-coerce-pm%type_pkg[perl],
regexp-common-pm,
super-pm%type_pkg[perl],
+   test-checkdeps-pm%type_pkg[perl],
test-deep-pm%type_pkg[perl],
test-fatal-pm%type_pkg[perl],
test-leaktrace-pm%type_pkg[perl],

Index: email-address-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/email-address-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- email-address-pm.info   3 Aug 2013 22:22:30 -   1.4
+++ email-address-pm.info   13 Aug 2013 14:14:33 -  1.5
@@ -1,5 +1,5 @@
 Package: email-address-pm
-Version: 1.899
+Version: 1.900
 Revision: 1
 License: Artistic/GPL
 Description: RFC 2822 Address Parsing and Creation
@@ -13,7 +13,7 @@
 Homepage: http://search.cpan.org/dist/Email-Address/
 
 Source: mirror:cpan:authors/id/R/RJ/RJBS/Email-Address-%v.tar.gz
-Source-MD5: a38066c1492013abe3a4f6738901dc0d
+Source-MD5: 40a76806c7cf5cb8ef65bc80328436b8
 
 Type: perl
 UpdatePOD: true

Index: www-curl-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/www-curl-simple-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- www-curl-simple-pm.info 16 Jul 2013 13:42:39 -  1.5
+++ www-curl-simple-pm.info 13 Aug 2013 14:14:33 -  1.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: www-curl-simple-pm%type_pkg[perl]
-Version: 0.100186
+Version: 0.100187
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/WWW-Curl-Simple/
 
 Source: mirror:cpan:authors/id/A/AN/ANDREMAR/WWW-Curl-Simple-%v.tar.gz
-Source-MD5: 401f865bb9b1df7499ef197ffd0a8fe7
+Source-MD5: 776f76bf51abec875ad54f61f9e0dcaf
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true

Index: net-idn-encode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/net-idn-encode-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- net-idn-encode-pm.info  29 Jun 2013 22:47:44 -  1.11
+++ net-idn-encode-pm.info  13 Aug 2013 14:14:33 -  1.12
@@ -1,6 +1,6 @@
 Info2: <<
 Pack: << @@e-pm.info  13 Aug 2013 14:14:33 -  
1.12/perlmods/net-idn-encode-pm.info,v’²¸áî*r9¹áî*ÀšXÿ0šXÿuº¸áî*€Ú¹áî*ÕÙáî*’ÈÕâî*0šXÿ€à÷âî*
 šXÿðšXÿkиáî*6 
èè!è!ÀšXÿ0šXÿx„Õâî* 
šXÿ’²¸áî*†Ð¸áî*ÀšXÿ`²¸áî*ÿšXÿÀ9ãî*uº¸áî*p9ãî*Øt9ãî*¨y9ãî*€Ú¹áî*x„Õâî*
 
šXÿðšXÿkиáî*à!à!ÀšXÿ0šXÿHNµâî*šXÿ’²¸áî*†Ð¸áî*ÀšXÿ`²¸áî*ÿšXÿðšXÿèšXÿ8ÛÙáî*Œp˜0šXÿuº¸áî*€Ú¹áî*šXÿКXÿkиáî*GHIJKMNOPÀšXÿ0šXÿHŒâî*
 
šXÿ’²¸áî*†Ð¸áî*ÀšXÿ09ãî*uº¸áî*Õâî* 
9iâî*p9ãî*Øt9ãî*¨y9ãî*€Ú¹áî*HŒâî* šXÿ
 àšXÿkиáî*8Œâî* 
šXÿšXÿkиáî*(Œâî* 


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods email-address-pm.info, 1.4, 1.5 extutils-parsexs-pm.info, 1.9, 1.10 libnet-pm.info, 1.9, 1.10 moose-pm.info, 1.9, 1.10 net-idn-encode-pm.info, 1.15,

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31041

Modified Files:
email-address-pm.info extutils-parsexs-pm.info libnet-pm.info 
moose-pm.info net-idn-encode-pm.info www-curl-simple-pm.info 
Removed Files:
extutils-parsexs-pm-2.2206.info 
Log Message:
New upstream version.

Index: moose-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/moose-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- moose-pm.info   27 Jul 2013 23:56:02 -  1.9
+++ moose-pm.info   13 Aug 2013 14:14:14 -  1.10
@@ -1,6 +1,6 @@
 Info3: <<
 Package: moose-pm%type_pkg[perl]
-Version: 2.1004
+Version: 2.1005
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/Moose/
 
 Source: mirror:cpan:authors/id/E/ET/ETHER/Moose-%v.tar.gz
-Source-MD5: 2641353fa7f1ef03d2bd38ba83318c75
+Source-MD5: 8878c5b28ee5312c31983f2de3167db1
 PatchFile: %{ni}.patch
 PatchFile-MD5: 503d806da26cf7b6e4c8c2b71408ecd9
 PatchScript: <<
@@ -54,6 +54,7 @@
 # but that can cause circular dependencies.
 InfoTest: <<
TestDepends: <<
+   cpan-meta-check-pm%type_pkg[perl] (>= 0.007),
carp-pm%type_pkg[perl] (>= 1.22-1),
datetime-calendar-mayan-pm%type_pkg[perl],
datetime-format-mysql-pm%type_pkg[perl],
@@ -64,6 +65,7 @@
params-coerce-pm%type_pkg[perl],
regexp-common-pm,
super-pm%type_pkg[perl],
+   test-checkdeps-pm%type_pkg[perl],
test-deep-pm%type_pkg[perl],
test-fatal-pm%type_pkg[perl],
test-leaktrace-pm%type_pkg[perl],

Index: email-address-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/email-address-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- email-address-pm.info   3 Aug 2013 22:22:46 -   1.4
+++ email-address-pm.info   13 Aug 2013 14:14:13 -  1.5
@@ -1,5 +1,5 @@
 Package: email-address-pm
-Version: 1.899
+Version: 1.900
 Revision: 1
 License: Artistic/GPL
 Description: RFC 2822 Address Parsing and Creation
@@ -13,7 +13,7 @@
 Homepage: http://search.cpan.org/dist/Email-Address/
 
 Source: mirror:cpan:authors/id/R/RJ/RJBS/Email-Address-%v.tar.gz
-Source-MD5: a38066c1492013abe3a4f6738901dc0d
+Source-MD5: 40a76806c7cf5cb8ef65bc80328436b8
 
 Type: perl
 UpdatePOD: true

Index: www-curl-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/www-curl-simple-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- www-curl-simple-pm.info 10 Jul 2013 23:05:48 -  1.5
+++ www-curl-simple-pm.info 13 Aug 2013 14:14:14 -  1.6
@@ -1,6 +1,6 @@
 Info2: <<
 Package: www-curl-simple-pm%type_pkg[perl]
-Version: 0.100185
+Version: 0.100187
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/WWW-Curl-Simple/
 
 Source: mirror:cpan:authors/id/A/AN/ANDREMAR/WWW-Curl-Simple-%v.tar.gz
-Source-MD5: f4cda6f068cc11618324479c2b4e47b6
+Source-MD5: 776f76bf51abec875ad54f61f9e0dcaf
 
 Type: perl (5.8.8 5.10.0)
 UpdatePOD: true

--- extutils-parsexs-pm-2.2206.info DELETED ---

Index: net-idn-encode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/net-idn-encode-pm.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- net-idn-encode-pm.info  10 Jul 2013 23:05:48 -  1.15
+++ net-idn-encode-pm.info  13 Aug 2013 14:14:14 -  1.16
@@ -1,6 +1,6 @@
 Info2: <<
 Package: net-idn-encode-pm%type_pkg[perl]
-Version: 2.003
+Version: 2.004
 Revision: 1
 
 Type: perl (5.8.8 5.10.0)
@@ -14,7 +14,7 @@
 Depends: unicode-normalize-pm%type_pkg[perl] (>= 1.13-1), 
perl%type_pkg[perl]-core
 
 Source: mirror:cpan:authors/id/C/CF/CFAERBER/Net-IDN-Encode-%v.tar.gz
-Source-MD5: 0e5832ea0d3f5e4997e0361a1951f569
+Source-MD5: e37ee1d81aaca5888a98393f747f4681
 
 InstallScript: <<
   %{default_script}

Index: extutils-parsexs-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/extutils-parsexs-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- extutils-parsexs-pm.info14 Mar 2013 15:02:13 -  1.9
+++ extutils-parsexs-pm.info13 Aug 2013 14:14:14 -  1.10
@@ -1,19 +1,14 @@
 Package: extutils-parsexs-pm
-Version: 3.18
+Version: 3.21
 Revision: 1
 Description: Converts Perl XS code into C code
 Type: perl
-Distribu

[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods cpan-meta-check-pm.info, 1.1, 1.2

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30194

Modified Files:
cpan-meta-check-pm.info 
Log Message:
Sync with 10.7.

Index: cpan-meta-check-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/cpan-meta-check-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cpan-meta-check-pm.info 19 May 2013 08:25:39 -  1.1
+++ cpan-meta-check-pm.info 13 Aug 2013 13:59:05 -  1.2
@@ -1,6 +1,6 @@
 Info2: <<
 Package: cpan-meta-check-pm%type_pkg[perl]
-Version: 0.005
+Version: 0.007
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.5
 Type: perl (5.8.6 5.8.8 5.10.0)
@@ -15,7 +15,7 @@
perl%type_pkg[perl]-core
 <<
 Source: mirror:cpan:authors/id/L/LE/LEONT/CPAN-Meta-Check-%v.tar.gz
-Source-MD5: d6c84386c77298468d35a4e03eda6719
+Source-MD5: 56f71df79cea8d308a552b3eb996deb0
 PatchFile: %{ni}.patch
 PatchFile-MD5: 1527e3b02814c506670c0fba2d47976e
 InstallScript: <<


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 libqrencode3.info, 1.2, 1.3

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29973

Modified Files:
libqrencode3.info 
Log Message:
New upstream libqrencode3 3.4.3.

Index: libqrencode3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libqrencode3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libqrencode3.info   2 Mar 2013 02:58:19 -   1.2
+++ libqrencode3.info   13 Aug 2013 13:52:03 -  1.3
@@ -1,5 +1,5 @@
 Package: libqrencode3
-Version: 3.4.2
+Version: 3.4.3
 Revision: 1
 Description: Library for encoding data in QR Code
 DescDetail: <<
@@ -16,10 +16,10 @@
 Maintainer: Daniel Johnson 
 
 Source: http://fukuchi.org/works/qrencode/qrencode-%v.tar.bz2
-Source-MD5: 2c1693a29fe2f26089ccdff9051c0a3f
+Source-MD5: 89a90a3b8cbca60ac412b2e0e0c776e7
 
 Depends: %n-shlibs (= %v-%r)
-BuildDepends: libpng15, pkgconfig
+BuildDepends: libpng16, pkgconfig
 BuildDependsOnly: true
 
 NoSetCPPFLAGS: true
@@ -27,8 +27,8 @@
 
 ConfigureParams: <<
--disable-static \
-   png_CFLAGS=-I%p/include/libpng15 \
-   png_LIBS="-L%p/lib -lpng15"
+   png_CFLAGS=-I%p/include/libpng16 \
+   png_LIBS="-L%p/lib -lpng16"
 <<
 
 InstallScript: <<
@@ -52,7 +52,7 @@
Package: qrencode
Description: Utility to generate pngs from QR Codes

-   Depends: %N-shlibs (= %v-%r), libpng15-shlibs
+   Depends: %N-shlibs (= %v-%r), libpng16-shlibs

Files: bin share



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 libqrencode3.info, 1.2, 1.3

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29954

Modified Files:
libqrencode3.info 
Log Message:
New upstream libqrencode3 3.4.3.

Index: libqrencode3.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/libqrencode3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libqrencode3.info   2 Mar 2013 02:58:04 -   1.2
+++ libqrencode3.info   13 Aug 2013 13:51:46 -  1.3
@@ -1,5 +1,5 @@
 Package: libqrencode3
-Version: 3.4.2
+Version: 3.4.3
 Revision: 1
 Description: Library for encoding data in QR Code
 DescDetail: <<
@@ -16,10 +16,10 @@
 Maintainer: Daniel Johnson 
 
 Source: http://fukuchi.org/works/qrencode/qrencode-%v.tar.bz2
-Source-MD5: 2c1693a29fe2f26089ccdff9051c0a3f
+Source-MD5: 89a90a3b8cbca60ac412b2e0e0c776e7
 
 Depends: %n-shlibs (= %v-%r)
-BuildDepends: libpng15, pkgconfig
+BuildDepends: libpng16, pkgconfig
 BuildDependsOnly: true
 
 NoSetCPPFLAGS: true
@@ -27,8 +27,8 @@
 
 ConfigureParams: <<
--disable-static \
-   png_CFLAGS=-I%p/include/libpng15 \
-   png_LIBS="-L%p/lib -lpng15"
+   png_CFLAGS=-I%p/include/libpng16 \
+   png_LIBS="-L%p/lib -lpng16"
 <<
 
 InstallScript: <<
@@ -52,7 +52,7 @@
Package: qrencode
Description: Utility to generate pngs from QR Codes

-   Depends: %N-shlibs (= %v-%r), libpng15-shlibs
+   Depends: %N-shlibs (= %v-%r), libpng16-shlibs

Files: bin share



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 imagemagick5-shlibs.info, 1.5, 1.6

2013-08-13 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-serv25041

Modified Files:
imagemagick5-shlibs.info 
Log Message:
dep upgrades

Index: imagemagick5-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/imagemagick5-shlibs.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- imagemagick5-shlibs.info28 Dec 2012 18:19:15 -  1.5
+++ imagemagick5-shlibs.info13 Aug 2013 11:58:27 -  1.6
@@ -2,7 +2,7 @@
 Package: imagemagick%type_pkg[-nox]5-shlibs
 Type: -nox ., vers (6.7.9)
 Version: 6.7.9.10
-Revision: 4
+Revision: 5
 Description: Image manipulation tools (shared libraries)
 License: OSI-Approved
 ### Free for updating minor versions. Please contact me before 
@@ -10,7 +10,7 @@
 Maintainer: Hanspeter Niederstrasser 
 Depends: <<
bzip2-shlibs,
-   cairo-shlibs,
+   cairo-shlibs (>= 1.12.14-1),
fontconfig2-shlibs,
freetype219-shlibs,
glib2-shlibs,
@@ -21,26 +21,25 @@
libgettext8-shlibs,
libjasper.1-shlibs,
libjbig-shlibs,
-   libjpeg8-shlibs,
+   libjpeg9-shlibs,
liblzma5-shlibs,
libopenexr6-shlibs,
-   libpng15-shlibs,
+   libpng16-shlibs,
librsvg2-shlibs,
-   libtiff-shlibs,
+   libtiff5-shlibs,
libtool2-shlibs,
-   libwebp2-shlibs,
+   libwebp4-shlibs,
libxml2-shlibs,
x11-shlibs
 <<
 BuildDepends: <<
bzip2-dev,
-   cairo,
+   cairo (>= 1.12.14-1),
fink (>= 0.34),
fink-package-precedence,
fontconfig2-dev,
freetype219,
glib2-dev,
-   glitz,
gtk+2-dev,
ilmbase,
lcms2,
@@ -48,13 +47,13 @@
libiconv-dev,
libjasper.1,
libjbig,
-   libjpeg8,
+   libjpeg9,
liblzma5,
libopenexr6,
-   libpng15,
+   libpng16,
librsvg2,
-   libtiff,
-   libwebp2,
+   libtiff5,
+   libwebp4,
libxml2,
pkgconfig,
x11-dev


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 ettercap.info,1.5,1.6

2013-08-13 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24479

Modified Files:
ettercap.info 
Log Message:
missing comma

Index: ettercap.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/ettercap.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ettercap.info   13 Aug 2013 02:21:32 -  1.5
+++ ettercap.info   13 Aug 2013 11:42:33 -  1.6
@@ -7,7 +7,7 @@
 Maintainer: None 
 Type: -gtk (boolean)
 Depends: <<
-   libcurl4-shlibs
+   libcurl4-shlibs,
libiconv,
libncurses5-shlibs (>= 5.4-20041023-1006),
libnet1.1-shlibs (>= 1.1.2.1-3),


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
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 h5utils.patch, NONE, 1.1 h5utils.info, 1.1, 1.2 harminv.info, 1.1, 1.2 libctl.info, 1.1, 1.2 meep.info, 1.1, 1.2

2013-08-13 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19298

Modified Files:
h5utils.info harminv.info libctl.info meep.info 
Added Files:
h5utils.patch 
Log Message:
Dependencies updated. h5utils.patch for libpng16 thanks to Hanspeter 
Niederstrasser.

Index: meep.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/meep.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- meep.info   20 Oct 2012 20:49:55 -  1.1
+++ meep.info   13 Aug 2013 09:25:59 -  1.2
@@ -2,15 +2,15 @@
 Package: meep%type_pkg[-mpi]
 Type: -mpi (boolean)
 Version: 1.2
-Revision: 1
+Revision: 3
 Source: mirror:custom:%{Ni}-%v.tar.gz
 CustomMirror: <<
  Primary: http://ab-initio.mit.edu/%{Ni}/
  Secondary: http://ab-initio.mit.edu/%{Ni}/old/
 <<
 Source-MD5: 80361e2a63419797f4edc8ebd30a4df0
-BuildDepends: gcc47-compiler, libctl (>= 3.0.3-5), hdf5.7, libtool2, 
libiconv-dev, gmp5, szip, gsl, fftw3, guile18, guile18-dev, (%type_raw[-mpi] = 
-mpi) openmpi
-Depends: gcc47-shlibs, harminv (>= 1.3.1-6), hdf5.7-shlibs, libtool2-shlibs, 
libiconv, gmp5-shlibs, szip-shlibs, gsl-shlibs, fftw3-shlibs, h5utils, 
(%type_raw[-mpi] = -mpi) openmpi-shlibs
+BuildDepends: gcc48-compiler, libctl (>= 3.0.3-5), hdf5.8, libtool2, 
libiconv-dev, gmp5, szip, gsl, fftw3, guile18, guile18-dev, (%type_raw[-mpi] = 
-mpi) openmpi
+Depends: gcc47-shlibs, harminv (>= 1.3.1-6), hdf5.8-shlibs, libtool2-shlibs, 
libiconv, gmp5-shlibs, szip-shlibs, gsl-shlibs, fftw3-shlibs, h5utils, 
(%type_raw[-mpi] = -mpi) openmpi-shlibs
 Conflicts: meep, meep-mpi
 Replaces: meep, meep-mpi
 #SetLDFLAGS: -L%p/lib/hdf5-18/lib/

Index: libctl.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/libctl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libctl.info 20 Oct 2012 20:49:55 -  1.1
+++ libctl.info 13 Aug 2013 09:25:59 -  1.2
@@ -1,10 +1,10 @@
 Package: libctl
 Version: 3.2.1
-Revision: 1
+Revision: 2
 Source: http://ab-initio.mit.edu/%n/%n-%v.tar.gz
 Source-MD5: 0f18d282464d6129e74c20911194765c
-BuildDepends: guile18-dev, gcc47-compiler, libtool2, libiconv-dev, gmp5
-Depends: guile18, guile18-libs, guile18-shlibs, gcc47-shlibs, libtool2-shlibs, 
libiconv, gmp5-shlibs
+BuildDepends: guile18-dev, gcc48-compiler, libtool2, libiconv-dev, gmp5
+Depends: guile18, guile18-libs, guile18-shlibs, gcc48-shlibs, libtool2-shlibs, 
libiconv, gmp5-shlibs
 BuildDependsOnly: true
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
F77=gfortran
 CompileScript: <<

Index: h5utils.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/h5utils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- h5utils.info20 Oct 2012 20:49:55 -  1.1
+++ h5utils.info13 Aug 2013 09:25:59 -  1.2
@@ -1,12 +1,14 @@
 Package: h5utils
 Version: 1.12.1
-Revision: 1
+Revision: 2
 Maintainer: Martin Costabel 
 # Earlier version by Aurelien Chanudet 
-Depends: hdf5.7-shlibs, libpng14-shlibs, libjpeg8-shlibs
-BuildDepends: hdf5.7, libpng14, libjpeg8
+Depends: hdf5.8-shlibs, libpng16-shlibs, libmatheval
+BuildDepends: hdf5.8, libpng16, libmatheval-shlibs
 Source: http://ab-initio.mit.edu/%n/%n-%v.tar.gz
 Source-MD5: 46a6869fee6e6bf87fbba9ab8a99930e
+PatchFile: %n.patch
+PatchFile-MD5: ccefb7e6148ab4d5126428aa7474a030 
 ConfigureParams: --mandir=%i/share/man --without-octave 
--disable-dependency-tracking
 DocFiles: AUTHORS COPYING ChangeLog NEWS README
 Description: Convert HDF5 datasets into various formats
@@ -18,6 +20,6 @@
   the formats required by other free visualization software (e.g.
   plain text, Vis5d, and VTK).  Written by Steven G. Johnson.
 <<
-DescPort: Doesn't build with libpng15. 
+DescPort: Patch from debian for libpng >= 15. 
 License: GPL
 Homepage: http://ab-initio.mit.edu/wiki/index.php/H5utils

Index: harminv.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/harminv.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- harminv.info20 Oct 2012 20:49:55 -  1.1
+++ harminv.info13 Aug 2013 09:25:59 -  1.2
@@ -1,10 +1,10 @@
 Package: harminv
 Version: 1.3.1
-Revision: 7
+Revision: 8
 Source: http://ab-initio.mit.edu/%n/%n-%v.tar.gz
 Source-MD5: d3f49f1c90856b3b2e8b77dc4a99c37a
-BuildDepends: gcc47-compiler
-Depends: gcc47-shlibs
+BuildDepends: gcc48-compiler
+Depends: gcc48-shlibs
 ConfigureParams: --mandir=%p/share/man -with-blas="-Wl,-framework,Accelerate" 
-with-lapack="-Wl,-framework,Accelerate" --disable-dependency-tracking 
F77=gfortran
 InstallScript:  make install DESTDIR=%d
 DocF

[cvs] dists/10.7/stable/main/finkinfo/graphics imagemagick.info, 1.9, 1.10

2013-08-13 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15195

Modified Files:
imagemagick.info 
Log Message:
graphics-lib upgrades (will need hacking if want libpng>14)

Index: imagemagick.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/imagemagick.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- imagemagick.info13 Aug 2013 06:18:20 -  1.9
+++ imagemagick.info13 Aug 2013 07:53:47 -  1.10
@@ -3,7 +3,7 @@
 Type: -nox .
 Version: 6.5.8.10
 # 6.5.9.10+ belongs to the libN=3 family, so don't update past 6.5.8.10
-Revision: 104
+Revision: 105
 GCC: 4.0
 Source: mirror:sourceforge:imagemagick/legacy/ImageMagick-6.5.8-10.tar.gz
 Source-MD5: 6f9abe829e718a04720cc4f9ea4f8606
@@ -13,7 +13,6 @@
 Depends: <<
(%type_raw[-nox] = .) %N2-shlibs (= %v-%r),
bzip2-shlibs (>= 1.0.2-2),
-   expat1-shlibs (>= 2.0.0-1),
fontconfig2-shlibs (>= 2.10.1-2),
freetype219-shlibs (>= 2.4.10-1),
ghostscript | ghostscript%type_pkg[-nox],
@@ -22,9 +21,9 @@
libiconv (>= 1.11-1),
libjasper.1-shlibs (>= 1.900.1-1),
libjbig-shlibs,
-   libjpeg8-shlibs,
+   libjpeg9-shlibs,
libpng14-shlibs,
-   libtiff-shlibs (>= 3.6.1-3),
+   libtiff5-shlibs,
libxml2-shlibs (>= 2.6.30-1),
(%type_raw[-nox] = .) ilmbase-shlibs,
(%type_raw[-nox] = .) libopenexr6-shlibs,
@@ -34,7 +33,6 @@
 <<
 BuildDepends: <<
bzip2-dev (>= 1.0.2-2),
-   expat1 (>= 2.0.0-1),
fink-package-precedence,
fontconfig2-dev (>= 2.10.1-2),
freetype219 (>= 2.4.10-1),
@@ -43,9 +41,9 @@
libiconv-dev (>= 1.11-1),
libjasper.1 (>= 1.900.1-1),
libjbig,
-   libjpeg8,
+   libjpeg9,
libpng14,
-   libtiff (>= 3.6.1-3),
+   libtiff5,
libxml2 (>= 2.6.30-1),
pkgconfig (>= 0.21-1),
(%type_raw[-nox] = .) cairo (>= 1.6-1),
@@ -61,8 +59,7 @@
(%type_raw[-nox] = .) libwmf (>= 0.2.8.4-2),
(%type_raw[-nox] = .) pango1-xft2-ft219-dev (>= 1.24.5-7),
(%type_raw[-nox] = .) pixman (>= 0.10.0-1),
-   (%type_raw[-nox] = .) x11-dev,
-   (%type_raw[-nox] = .) xft2-dev
+   (%type_raw[-nox] = .) x11-dev
 <<
 Conflicts: imagemagick, imagemagick-nox, graphicsmagick-imagemagick-compat
 Replaces: imagemagick, imagemagick-nox, imagemagick10-shlibs, 
imagemagick-nox10-shlibs, imagemagick10-dev (<= 1:6.3.5-1006), 
graphicsmagick-imagemagick-compat
@@ -173,13 +170,11 @@
   Package: %N2-shlibs
  Depends: <<
bzip2-shlibs (>= 1.0.2-2),
-   expat1-shlibs (>= 2.0.0-1),
-   fltk-x11-shlibs (>= 1.1.7-1003),
fontconfig2-shlibs (>= 2.10.1-2),
freetype219-shlibs (>= 2.4.10-1),
lcms-shlibs (>= 1.11-1),
-   libjpeg8-shlibs,
-   libtiff-shlibs (>= 3.6.1-3),
+   libjpeg9-shlibs,
+   libtiff5-shlibs,
libtool2-shlibs,
x11-shlibs
  <<
@@ -243,13 +238,11 @@
(%type_raw[-nox] = .) gtk+2-shlibs (>= 2.12.0-1),
(%type_raw[-nox] = .) lcms-shlibs (>= 1.11-1),
(%type_raw[-nox] = .) libgettext8-shlibs,
-   (%type_raw[-nox] = .) libgsf1.114-shlibs,
-   (%type_raw[-nox] = .) libjpeg8-shlibs,
+   (%type_raw[-nox] = .) libjpeg9-shlibs,
(%type_raw[-nox] = .) librsvg2-shlibs (>= 2.20.0-1),
-   (%type_raw[-nox] = .) libtiff-shlibs (>= 3.6.1-3),
+   (%type_raw[-nox] = .) libtiff5-shlibs,
(%type_raw[-nox] = .) libtool2-shlibs,
(%type_raw[-nox] = .) libxml2-shlibs (>= 2.6.30-1),
-   (%type_raw[-nox] = .) pango1-xft2-ft219-shlibs (>= 1.24.5-7),
%N (= %v-%r)
  <<
  Files: lib/ImageMagick-6.5.8/modules-Q16/coders/svg.*


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs