[cvs] dists/10.7/stable/main/finkinfo/sci numpy-py.info, NONE, 1.1 numpy-py.patch, NONE, 1.1

2011-07-24 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv3116

Added Files:
numpy-py.info numpy-py.patch 
Log Message:
Validated on 10.7 by Jack Howarth


--- NEW FILE: numpy-py.patch ---
--- numpy-1.6.0/numpy/distutils/system_info.py.orig 2011-07-23 
10:10:06.0 -0400
+++ numpy-1.6.0/numpy/distutils/system_info.py  2011-07-23 10:10:53.0 
-0400
@@ -1287,7 +1287,7 @@
 if sys.platform=='darwin' and not os.environ.get('ATLAS',None):
 args = []
 link_args = []
-if get_platform()[-4:] == 'i386':
+if get_platform().rsplit('-', 1)[1] in ('i386', 'x86_64', 'intel'):
 intel = 1
 else:
 intel = 0
@@ -1374,7 +1374,7 @@
 if sys.platform=='darwin' and not os.environ.get('ATLAS',None):
 args = []
 link_args = []
-if get_platform()[-4:] == 'i386':
+if get_platform().rsplit('-', 1)[1] in ('i386', 'x86_64', 
'intel'): 
 intel = 1
 else:
 intel = 0

--- NEW FILE: numpy-py.info ---
Info2: 
Package: numpy-py%type_pkg[python]
Version: 1.6.0
Revision: 3
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
Maintainer: Sebastien Maret bma...@users.sourceforge.net
Type: python (2.4 2.5 2.6 2.7)
Depends: python%type_pkg[python], nose-py%type_pkg[python]
BuildDepends: fink (= 0.24.12)
Source: mirror:sourceforge:numpy/numpy-%v.tar.gz
Source-MD5: e0993c74cb8e83292e560eac1a9be8e9
PatchFile: numpy-py.patch
PatchFile-MD5: 7eefeed37202512153e6dee2fa3f4d50
Conflicts: f2py-py%type_pkg[python], scipy-py%type_pkg[python] (= 1:0.4)
Replaces: f2py-py%type_pkg[python], scipy-py%type_pkg[python] (= 1:0.4), 
scipy-core-py%type_pkg[python] ( 1.3.0-6)
Provides: f2py-py%type_pkg[python]
CompileScript: 
 %p/bin/python%type_raw[python] setup.py build
 cat  test.py  EOF
import numpy
numpy.test()
EOF

InfoTest: 
 TestScript: PYTHONPATH=. python%type_pkg[python] test.py || exit 2

InstallScript: 
 %p/bin/python%type_raw[python] setup.py install --root %d

DocFiles: README.txt LICENSE.txt
Description: N-dimensional array package for Python
DescDetail: 
NumPy (formerly known as scipy_core) is the fundamental package needed
for scientific computing with Python. It contains among other things:

  - a powerful N-dimensional array object
  - sophisticated (broadcasting) functions
  - tools for integrating C/C++ and Fortran code
  - useful linear algebra, Fourier transform, and random number capabilities.

Besides its obvious scientific uses, NumPy can also be used as an
efficient multi-dimensional container of generic data. Arbitrary
data-types can be defined. This allows NumPy to seamlessly and
speedily integrate with a wide variety of databases.

License: OSI-Approved
Homepage: http://www.numpy.org



--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 numpy-py.info,1.1,1.2

2011-07-24 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv15891

Modified Files:
numpy-py.info 
Log Message:
Drop InfoTest (does not work yet)


Index: numpy-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/numpy-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- numpy-py.info   24 Jul 2011 07:17:21 -  1.1
+++ numpy-py.info   24 Jul 2011 08:08:48 -  1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: numpy-py%type_pkg[python]
 Version: 1.6.0
-Revision: 3
+Revision: 4
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Maintainer: Sebastien Maret bma...@users.sourceforge.net
 Type: python (2.4 2.5 2.6 2.7)
@@ -16,13 +16,6 @@
 Provides: f2py-py%type_pkg[python]
 CompileScript: 
  %p/bin/python%type_raw[python] setup.py build
- cat  test.py  EOF
-import numpy
-numpy.test()
-EOF
-
-InfoTest: 
- TestScript: PYTHONPATH=. python%type_pkg[python] test.py || exit 2
 
 InstallScript: 
  %p/bin/python%type_raw[python] setup.py install --root %d


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/text latex2html.info,NONE,1.1

2011-07-24 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv20273

Added Files:
latex2html.info 
Log Message:
builds on 10.7


--- NEW FILE: latex2html.info ---
Info2: 
Package: latex2html%type_pkg[-ppdf]
Version: 2002-2-1
Revision: 4
Type: -ppdf (boolean)
Conflicts: latex2html, latex2html-ppdf
Replaces: latex2html, latex2html-ppdf
Depends: tetex-base, ghostscript | ghostscript-nox, netpbm-bin
Source: 
http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/latex2html-%v.tar.gz
SourceRename: latex2html-%v.v1.71.tar.gz
SourceDirectory: latex2html-%v
Source-MD5: a79cda0648c8721ab6df5020cd11e220
ConfigureParams: --with-texpath=%p/etc/texmf.local/tex/latex/html 
--with-mktexlsr=/bin/ls
InstallScript: 
#! /bin/sh -ev
 if [ %type_raw[-ppdf] == . ]; then
  sed s: -Ppdf  -E:: l2hconf.pm  l2hconf.pm.new
  mv -f l2hconf.pm.new l2hconf.pm
 fi
make install DESTDIR=%d

DocFiles: BUGS Changes FAQ INSTALL LICENSE MANIFEST README TODO
License: OSI-Approved
PostInstScript: 
 if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi

PostRmScript: 
 if [ -f %p/bin/mktexlsr ]; then %p/bin/mktexlsr %p/etc/texmf.local; fi

Description: Convert LaTeX-HTML (-ppdf variant reverts to old behavior)
DescPackaging: 
 The source file changed in October 2004 without the name changing.
 We have thus made a new fink package based on the new source file,
 and we rename it for storage within fink.  One of the changes was
 a version number within the file latex2html.pin, which changed from
 1.70 to 1.71.

DescPort: 
There is considerable discussion online about supressing -Ppdf during
latex2html's call to dvips, in order to avoid lines underneath images: see 
for example 
http://ccrma-www.stanford.edu/~jos/webpub/Eliminating_Black_Rules_Under.html

On the other hand, there is a reason for that call, in ensuring that scalable
fonts are used in the output: see for example
http://web.mit.edu/acs/faq/webmath/samples_and_tools.html

So for now, fink users will have a choice.  The default behavior is to suppress
-Ppdf (which is new), but the package latex2html-ppdf restores the original
behavior.

We substitute /bin/ls for mkteklsr during compile/install to avoid problems
if mktexlsr is not present on the system.  We run mktexlsr (if present) in
a Post Install script instead.

Thanks to Ross Moore and Daniel Steffen for modifying the upstream code
to enable the DESTDIR method.

Homepage: http://www.latex2html.org
Maintainer:  Dave Morrison d...@finkproject.org




--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci scipy-py.patch, 1.8, 1.9 scipy-py.info, 1.40, 1.41

2011-07-24 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv29799

Modified Files:
scipy-py.info 
Added Files:
scipy-py.patch 
Log Message:
Fix for 10.7. See:
https://sourceforge.net/tracker/?func=detailatid=414256aid=3376267group_id=17203


--- NEW FILE: scipy-py.patch ---
--- 
scipy-0.9.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c.orig
  2011-07-23 09:13:17.0 -0400
+++ 
scipy-0.9.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c   
2011-07-23 09:13:33.0 -0400
@@ -1,4 +1,5 @@
 #include vecLib/vecLib.h
+#include complex.h
 
 #define WRAP_F77(a) a##_
 void WRAP_F77(veclib_cdotc)(const int *N, const complex float *X, const int 
*incX,
--- scipy-0.9.0/scipy/lib/blas/fblaswrap_veclib_c.c.src.orig2011-07-23 
09:33:44.0 -0400
+++ scipy-0.9.0/scipy/lib/blas/fblaswrap_veclib_c.c.src 2011-07-23 
09:33:58.0 -0400
@@ -1,4 +1,5 @@
 #include vecLib/vecLib.h
+#include complex.h
 
 //#define WRAP_F77(a) wcblas_##a##_
 #define WRAP_F77(a) w##a##_
--- scipy-0.9.0/scipy/linalg/src/fblaswrap_veclib_c.c.orig  2011-07-23 
09:38:19.0 -0400
+++ scipy-0.9.0/scipy/linalg/src/fblaswrap_veclib_c.c   2011-07-23 
09:38:31.0 -0400
@@ -1,4 +1,5 @@
 #include vecLib/vecLib.h
+#include complex.h
 
 //#define WRAP_F77(a) wcblas_##a##_
 #define WRAP_F77(a) w##a##_

Index: scipy-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/scipy-py.info,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- scipy-py.info   11 Apr 2011 12:51:23 -  1.40
+++ scipy-py.info   24 Jul 2011 10:55:26 -  1.41
@@ -3,15 +3,20 @@
 Package: scipy-py%type_pkg[python]
 Version: 0.9.0
 Epoch: 1
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Maintainer: Sebastien Maret bma...@users.sourceforge.net
 Type: python (2.4 2.5 2.6 2.7)
-Depends: numpy-py%type_pkg[python] (= 1.3.0-2), python%type_pkg[python] | 
python%type_pkg[python]-nox, fftw3-shlibs, gcc44-shlibs | gcc45-shlibs, 
x11-shlibs
-BuildDepends: fink (= 0.24.12), fftw3, gcc44 | gcc45, djbfft (= 0.76-3), 
x11-dev, swig, suitesparse
+Depends: numpy-py%type_pkg[python] (= 1.3.0-2), python%type_pkg[python], 
fftw3-shlibs, gcc46-shlibs, x11-shlibs
+BuildDepends: fink (= 0.24.12), fftw3, gcc46, djbfft (= 0.76-3), x11-dev, 
swig, suitesparse
 Source: mirror:sourceforge:scipy/scipy-%v.tar.gz
 Source-MD5: ebfef6e8e82d15c875a4ee6a46d4e1cd
-PatchScript: sed -i.bak -e 's,umfpack,%p/include/suitesparse/umfpack,' 
scipy/sparse/linalg/dsolve/umfpack/umfpack.i
+PatchFile: scipy-py.patch
+PatchFile-MD5: 06beefa74b2b1a016dcf0ca4780a8471
+PatchScript: 
+  sed -i.bak -e 's,umfpack,%p/include/suitesparse/umfpack,' 
scipy/sparse/linalg/dsolve/umfpack/umfpack.i
+  patch -p1  %{PatchFile}
+
 CompileScript: 
  #!/bin/sh -ev
  unset LDFLAGS


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 scipy-py.info, NONE, 1.1 scipy-py.patch, NONE, 1.1

2011-07-24 Thread Sebastien Maret
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv30196

Added Files:
scipy-py.info scipy-py.patch 
Log Message:
Sync with 10.4/unstable. Validated on 10.7 by Jack Howarth.


--- NEW FILE: scipy-py.patch ---
--- 
scipy-0.9.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c.orig
  2011-07-23 09:13:17.0 -0400
+++ 
scipy-0.9.0/scipy/sparse/linalg/eigen/arpack/ARPACK/FWRAPPERS/veclib_cabi_c.c   
2011-07-23 09:13:33.0 -0400
@@ -1,4 +1,5 @@
 #include vecLib/vecLib.h
+#include complex.h
 
 #define WRAP_F77(a) a##_
 void WRAP_F77(veclib_cdotc)(const int *N, const complex float *X, const int 
*incX,
--- scipy-0.9.0/scipy/lib/blas/fblaswrap_veclib_c.c.src.orig2011-07-23 
09:33:44.0 -0400
+++ scipy-0.9.0/scipy/lib/blas/fblaswrap_veclib_c.c.src 2011-07-23 
09:33:58.0 -0400
@@ -1,4 +1,5 @@
 #include vecLib/vecLib.h
+#include complex.h
 
 //#define WRAP_F77(a) wcblas_##a##_
 #define WRAP_F77(a) w##a##_
--- scipy-0.9.0/scipy/linalg/src/fblaswrap_veclib_c.c.orig  2011-07-23 
09:38:19.0 -0400
+++ scipy-0.9.0/scipy/linalg/src/fblaswrap_veclib_c.c   2011-07-23 
09:38:31.0 -0400
@@ -1,4 +1,5 @@
 #include vecLib/vecLib.h
+#include complex.h
 
 //#define WRAP_F77(a) wcblas_##a##_
 #define WRAP_F77(a) w##a##_

--- NEW FILE: scipy-py.info ---
Info2: 

Package: scipy-py%type_pkg[python]
Version: 0.9.0
Epoch: 1
Revision: 2
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
Maintainer: Sebastien Maret bma...@users.sourceforge.net
Type: python (2.4 2.5 2.6 2.7)
Depends: numpy-py%type_pkg[python] (= 1.3.0-2), python%type_pkg[python], 
fftw3-shlibs, gcc46-shlibs, x11-shlibs
BuildDepends: fink (= 0.24.12), fftw3, gcc46, djbfft (= 0.76-3), x11-dev, 
swig, suitesparse
Source: mirror:sourceforge:scipy/scipy-%v.tar.gz
Source-MD5: ebfef6e8e82d15c875a4ee6a46d4e1cd
PatchFile: scipy-py.patch
PatchFile-MD5: 06beefa74b2b1a016dcf0ca4780a8471
PatchScript: 
  sed -i.bak -e 's,umfpack,%p/include/suitesparse/umfpack,' 
scipy/sparse/linalg/dsolve/umfpack/umfpack.i
  patch -p1  %{PatchFile}

CompileScript: 
 #!/bin/sh -ev
 unset LDFLAGS
 %p/bin/python%type_raw[python] setup.py build --fcompiler=gnu95

InstallScript: 
 %p/bin/python%type_raw[python] setup.py install --root %d

DocFiles: INSTALL.txt LICENSE.txt
Description: Scientific tools for Python
DescDetail: 
SciPy (pronounced Sigh Pie) is open-source software for mathematics,
science, and engineering. It is also the name of a very popular
conference on scientific programming with Python. The SciPy library
depends on NumPy, which provides convenient and fast N-dimensional
array manipulation. The SciPy library is built to work with NumPy
arrays, and provides many user-friendly and efficient numerical
routines such as routines for numerical integration and
optimization. Together, they run on all popular operating systems, are
quick to install, and are free of charge. NumPy and SciPy are easy to
use, but powerful enough to be depended upon by some of the world's
leading scientists and engineers. If you need to manipulate numbers on
a computer and display or publish the results, give SciPy a try!

DescPackaging: 
The LDFLAGS environment variable is unset, because it overwrites the
link options, including the ones which provide the libpython2.5
library.

The patch script allow to compile scipy-py with the suitesparse
packagee installed. See:
http://thread.gmane.org/gmane.os.macosx.fink.user/28476

Originally packaged by Jeffrey Whitaker.

License: OSI-Approved
Homepage: http://www.scipy.org




--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 avr-binutils.info, 1.1, 1.2 avr-gcc.info, 1.1, 1.2

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv30683/stable/main/finkinfo/10.4-EOL/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
removed xxx.info files to avoid conflict with other toolchains

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/avr-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- avr-binutils.info   11 Jul 2011 04:08:30 -  1.1
+++ avr-binutils.info   24 Jul 2011 16:44:44 -  1.2
@@ -1,6 +1,6 @@
 Package: avr-binutils
 Version: 2.17
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5
 Maintainer: Matthias Ringwald frec...@users.sf.net
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
@@ -10,9 +10,8 @@
 
 InstallScript: 
 make install DESTDIR=%d
-rm -fr %i/share/avr/lib/
-# prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/avr/lib
+rm -fr %i/share/info
 
 
 DocFiles: README COPYING
@@ -22,7 +21,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 TODO: Native Language Support
 
 

Index: avr-gcc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/avr-gcc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- avr-gcc.info11 Jul 2011 04:08:30 -  1.1
+++ avr-gcc.info24 Jul 2011 16:44:44 -  1.2
@@ -1,6 +1,6 @@
 Package: avr-gcc
 Version: 4.2.0
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5
 Depends: avr-binutils (= 2.15)
 BuildDepends: gcc4.0
@@ -16,11 +16,8 @@
 make install DESTDIR=%d
 # maybe needed: rm -fr %i/share/avr/include 
 rm -f  %i/share/avr/lib/libiberty.a
-rm -f  %i/share/info/standards.info
-rm -f  %i/share/info/configure.info*
-rm -fr  %i/share/man/man7
-# prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/man/man7
+rm -fr %i/share/info
 
 
 DocFiles: BUGS bugs.html COPYING FAQ faq.html MAINTAINERS README README.SCO
@@ -29,7 +26,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains. avr-configure.info  avr-standards.info are installed by 
avr-binutils.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 TODO: Native Language Support
 
 License: GPL


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 avr-binutils.info, 1.3, 1.4 avr-gcc.info, 1.4, 1.5

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv30683/stable/main/finkinfo/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
removed xxx.info files to avoid conflict with other toolchains

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/avr-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- avr-binutils.info   26 Aug 2009 07:14:21 -  1.3
+++ avr-binutils.info   24 Jul 2011 16:44:44 -  1.4
@@ -1,6 +1,6 @@
 Package: avr-binutils
 Version: 2.17
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5
 Maintainer: Matthias Ringwald frec...@users.sf.net
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
@@ -11,8 +11,7 @@
 InstallScript: 
 make install DESTDIR=%d
 rm -fr %i/share/avr/lib/
-# prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/info
 
 
 DocFiles: README COPYING
@@ -22,7 +21,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 TODO: Native Language Support
 
 

Index: avr-gcc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/avr-gcc.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- avr-gcc.info27 Aug 2009 08:57:06 -  1.4
+++ avr-gcc.info24 Jul 2011 16:44:44 -  1.5
@@ -1,6 +1,6 @@
 Package: avr-gcc
 Version: 4.2.0
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5
 Depends: avr-binutils (= 2.15)
 BuildDepends: gcc4.0
@@ -16,11 +16,8 @@
 make install DESTDIR=%d
 # maybe needed: rm -fr %i/share/avr/include 
 rm -f  %i/share/avr/lib/libiberty.a
-rm -f  %i/share/info/standards.info
-rm -f  %i/share/info/configure.info*
-rm -fr  %i/share/man/man7
-# prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/man/man7
+rm -fr %i/share/info
 
 
 DocFiles: BUGS bugs.html COPYING FAQ faq.html MAINTAINERS README README.SCO
@@ -29,7 +26,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains. avr-configure.info  avr-standards.info are installed by 
avr-binutils.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 TODO: Native Language Support
 
 License: GPL


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/devel avr-binutils.info, 1.1, 1.2 avr-gcc.info, 1.1, 1.2

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory 
vz-cvs-3.sog:/tmp/cvs-serv30683/unstable/main/finkinfo/10.4-EOL/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
removed xxx.info files to avoid conflict with other toolchains

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/avr-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- avr-binutils.info   11 Jul 2011 04:05:40 -  1.1
+++ avr-binutils.info   24 Jul 2011 16:44:44 -  1.2
@@ -1,6 +1,6 @@
 Package: avr-binutils
 Version: 2.19
-Revision: 2
+Revision: 3
 BuildDepends: fink (= 0.24.12)
 Maintainer: Matthias Ringwald frec...@users.sf.net
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
@@ -13,8 +13,7 @@
 InstallScript: 
 make install DESTDIR=%d
 rm -fr %i/share/avr/lib/
-# prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/info
 
 
 DocFiles: README COPYING
@@ -24,7 +23,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 
 opcodes/avr-dis.c: uses sprintf without formats (compile error on 10.6), using 
strcpy insteads
 strings.c: uses stat64 which is deprecated in 10.6. stat64 provides 64 bit 
inodes which are not used anyway, use stat.

Index: avr-gcc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/avr-gcc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- avr-gcc.info11 Jul 2011 04:05:40 -  1.1
+++ avr-gcc.info24 Jul 2011 16:44:44 -  1.2
@@ -1,6 +1,6 @@
 Package: avr-gcc
 Version: 4.4.2
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5, 10.6
 Depends: avr-binutils (= 2.15), gmp-shlibs (=4.1), libmpfr1-shlibs (= 2.3.2)
 BuildDepends: gcc4.0, gmp (=4.1), libmpfr1 (= 2.3.2)
@@ -31,11 +31,8 @@
 rm -f  %i/share/avr/lib/libiberty.a
 
 # provided by fink's gcc
-rm -f  %i/share/info/standards.info
-rm -f  %i/share/info/configure.info*
-rm -fr  %i/share/man/man7
-# prefix info files with avr-
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/man/man7
+rm -fr %i/share/info
 
 
 InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
@@ -43,7 +40,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains. avr-configure.info  avr-standards.info are installed by 
avr-binutils.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 TODO: Native Language Support
 
 License: GPL


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel avr-binutils.info, 1.5, 1.6 avr-gcc.info, 1.5, 1.6

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv30683/unstable/main/finkinfo/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
removed xxx.info files to avoid conflict with other toolchains

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-binutils.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- avr-binutils.info   12 Sep 2009 08:15:27 -  1.5
+++ avr-binutils.info   24 Jul 2011 16:44:44 -  1.6
@@ -1,6 +1,6 @@
 Package: avr-binutils
 Version: 2.19
-Revision: 2
+Revision: 3
 BuildDepends: fink (= 0.24.12)
 Maintainer: Matthias Ringwald frec...@users.sf.net
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
@@ -13,8 +13,7 @@
 InstallScript: 
 make install DESTDIR=%d
 rm -fr %i/share/avr/lib/
-# prefix info files with avr- (thanks to Carl van Denzen for the nice loop)
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/info
 
 
 DocFiles: README COPYING
@@ -24,7 +23,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 
 opcodes/avr-dis.c: uses sprintf without formats (compile error on 10.6), using 
strcpy insteads
 strings.c: uses stat64 which is deprecated in 10.6. stat64 provides 64 bit 
inodes which are not used anyway, use stat.

Index: avr-gcc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-gcc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- avr-gcc.info12 Jan 2010 13:28:04 -  1.5
+++ avr-gcc.info24 Jul 2011 16:44:45 -  1.6
@@ -1,6 +1,6 @@
 Package: avr-gcc
 Version: 4.4.2
-Revision: 1
+Revision: 2
 Distribution: 10.4, 10.5, 10.6
 Depends: avr-binutils (= 2.15), gmp-shlibs (=4.1), libmpfr1-shlibs (= 2.3.2)
 BuildDepends: gcc4.0, gmp (=4.1), libmpfr1 (= 2.3.2)
@@ -31,11 +31,8 @@
 rm -f  %i/share/avr/lib/libiberty.a
 
 # provided by fink's gcc
-rm -f  %i/share/info/standards.info
-rm -f  %i/share/info/configure.info*
 rm -fr  %i/share/man/man7
-# prefix info files with avr-
-for i in $(ls %i/share/info/*info); do mv $i 
%i/share/info/avr-${i##*/};done
+rm -fr %i/share/info
 
 
 InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
@@ -43,7 +40,7 @@
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.
 Avoided using /sw/avr. Its lib  include folders have been moved to 
/sw/share/avr and the binaries are put into /sw/bin.
-All xxx.info files renamed to avr-xxx.info to avoid clashes with other 
potential toolchains. avr-configure.info  avr-standards.info are installed by 
avr-binutils.
+Removed xxx.info files to avoid clashes with other potential toolchains.
 TODO: Native Language Support
 
 License: GPL


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 arm-binutils.info, 1.10, 1.11 i386-binutils.info, 1.3, 1.4 powerpc-binutils.info, 1.3, 1.4 x86-64-binutils.info, 1.3, 1.4

2011-07-24 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv7751/stable/main/finkinfo/devel

Modified Files:
arm-binutils.info i386-binutils.info powerpc-binutils.info 
x86-64-binutils.info 
Log Message:
removed xxx.info files to avoid conflict with other toolchains.

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- arm-binutils.info   9 Jun 2010 07:55:11 -   1.10
+++ arm-binutils.info   24 Jul 2011 17:17:23 -  1.11
@@ -1,8 +1,8 @@
 Info2: 
 Package: arm-%type_pkg[platform]-binutils
-Version: 2.20.1
+Version: 2.21
 Revision: 2
-Type: platform (linux wince none-eabi)
+Type: platform (linux wince none-eabi gba)
 # tried, but not yet working or needed:
 # palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
@@ -10,58 +10,38 @@
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
+Source-MD5: c84c5acc9d266f1a7044b51c85a823f5
 
 SourceDirectory: binutils-%v
 
-PatchScript: 
-  sed -i.bak 's|stat64|stat|g' binutils/strings.c
-
-
 #  hint regarding additional platforms
 #  (%type_pkg[platform] = nds) --target=arm-eabi \
-#  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
 
 ConfigureParams: 
   --target=arm-%type_pkg[platform]  \
   (%type_pkg[platform] = wince) --target=arm-wince-pe   \
   (%type_pkg[platform] = none-eabi) --enable-interwork  \
   (%type_pkg[platform] = none-eabi) --enable-multilib   \
+  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]- \
-  --disable-werror
+  --program-prefix=arm-%type_pkg[platform]- --disable-nls
 
 
 InstallScript: 
 #!/bin/sh -ev
   make install DESTDIR=%d
   rm -fr %i/lib/arm-%type_pkg[platform]/lib/
-
-  for file_name in $(ls %i/share/info/*info)
-  do
-mv $file_name %i/share/info/arm-%type_pkg[platform]-${file_name##*/}
-  done
+  rm -fr %i/share/info
 
 
 DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: 
-arm-%type_pkg[platform]-as.info
-arm-%type_pkg[platform]-bfd.info
-arm-%type_pkg[platform]-binutils.info
-arm-%type_pkg[platform]-configure.info
-arm-%type_pkg[platform]-ld.info
-arm-%type_pkg[platform]-standards.info
-
-
 DescPort: 
 Like 'avr-binutils' package, lib  include folders have been moved to 
 /sw/lib/arm-%type_pkg[platform] and the binaries are put into /sw/bin .
 All xxx files are renamed to arm-%type_pkg[platform]-xxx.info to avoid
 clashes with other potential toolchains.
-I expect that the patch sed -i.bak 's|stat64|stat|g' binutils/strings.c
-can be removed in version 2.21
 
 
 Homepage: http://www.gnu.org/software/binutils/

Index: powerpc-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/powerpc-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- powerpc-binutils.info   9 Jun 2010 07:55:11 -   1.3
+++ powerpc-binutils.info   24 Jul 2011 17:17:23 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: powerpc-%type_pkg[platform]-binutils
-Version: 2.20.1
+Version: 2.21
 Revision: 2
 Type: platform (linux freebsd netbsd openbsd macos)
 # tried, but not yet working or needed:
@@ -10,14 +10,10 @@
 License: LGPL
 
 Source: mirror:gnu:binutils/binutils-%v.tar.bz2
-Source-MD5: 9cdfb9d6ec0578c166d3beae5e15c4e5
+Source-MD5: c84c5acc9d266f1a7044b51c85a823f5
 
 SourceDirectory: binutils-%v
 
-PatchScript: 
-  sed -i.bak 's|stat64|stat|g' binutils/strings.c
-
-
 ConfigureParams: 
   --target=powerpc-%type_pkg[platform]  \
   --prefix=%p/lib/powerpc-%type_pkg[platform]   \
@@ -30,32 +26,16 @@
 #!/bin/sh -ev
   make install DESTDIR=%d
   rm -fr %i/lib/powerpc-%type_pkg[platform]/lib/
-
-  for file_name in $(ls %i/share/info/*info)
-  do
-mv $file_name %i/share/info/powerpc-%type_pkg[platform]-${file_name##*/}
-  done
+  rm -fr %i/share/info
 
 
 DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: 
-powerpc-%type_pkg[platform]-as.info
-powerpc-%type_pkg[platform]-bfd.info
-powerpc-%type_pkg[platform]-binutils.info
-powerpc-%type_pkg[platform]-configure.info
-powerpc-%type_pkg[platform]-gprof.info
-powerpc-%type_pkg[platform]-ld.info
-powerpc-%type_pkg[platform]-standards.info
-
-
 DescPort: 
 Like 'avr-binutils' package, lib  include folders have been moved to 
 /sw/lib/powerpc-%type_pkg[platform] and the binaries are put into /sw/bin.
 All xxx files are renamed to powerpc-%type_pkg[platform]-xxx.info to avoid
 

[cvs] dists/10.4/unstable/main/finkinfo/devel arm-binutils.info, 1.12, 1.13 i386-binutils.info, 1.5, 1.6 powerpc-binutils.info, 1.4, 1.5 sparc-binutils.info, 1.1, 1.2 x86-64-binutils.info, 1.5, 1.6

2011-07-24 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv7751/unstable/main/finkinfo/devel

Modified Files:
arm-binutils.info i386-binutils.info powerpc-binutils.info 
sparc-binutils.info x86-64-binutils.info 
Log Message:
removed xxx.info files to avoid conflict with other toolchains.

Index: arm-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/arm-binutils.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- arm-binutils.info   13 Dec 2010 06:25:57 -  1.12
+++ arm-binutils.info   24 Jul 2011 17:17:23 -  1.13
@@ -1,8 +1,8 @@
 Info2: 
 Package: arm-%type_pkg[platform]-binutils
 Version: 2.21
-Revision: 1
-Type: platform (linux wince none-eabi)
+Revision: 2
+Type: platform (linux wince none-eabi gba)
 # tried, but not yet working or needed:
 # palmos symbian linux-eabi gba-eabi gba-elf agb-elf elf
 Architecture: powerpc, i386, x86_64
@@ -16,41 +16,27 @@
 
 #  hint regarding additional platforms
 #  (%type_pkg[platform] = nds) --target=arm-eabi \
-#  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
 
 ConfigureParams: 
   --target=arm-%type_pkg[platform]  \
   (%type_pkg[platform] = wince) --target=arm-wince-pe   \
   (%type_pkg[platform] = none-eabi) --enable-interwork  \
   (%type_pkg[platform] = none-eabi) --enable-multilib   \
+  (%type_pkg[platform] = gba) --target=arm-agb-elf  \
   --prefix=%p/lib/arm-%type_pkg[platform]   \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=arm-%type_pkg[platform]- \
-  --disable-werror
+  --program-prefix=arm-%type_pkg[platform]- --disable-nls
 
 
 InstallScript: 
 #!/bin/sh -ev
   make install DESTDIR=%d
   rm -fr %i/lib/arm-%type_pkg[platform]/lib/
-
-  for file_name in $(ls %i/share/info/*info)
-  do
-mv $file_name %i/share/info/arm-%type_pkg[platform]-${file_name##*/}
-  done
+  rm -fr %i/share/info
 
 
 DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: 
-arm-%type_pkg[platform]-as.info
-arm-%type_pkg[platform]-bfd.info
-arm-%type_pkg[platform]-binutils.info
-arm-%type_pkg[platform]-configure.info
-arm-%type_pkg[platform]-ld.info
-arm-%type_pkg[platform]-standards.info
-
-
 DescPort: 
 Like 'avr-binutils' package, lib  include folders have been moved to 
 /sw/lib/arm-%type_pkg[platform] and the binaries are put into /sw/bin .

Index: i386-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/i386-binutils.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- i386-binutils.info  13 Dec 2010 06:25:58 -  1.5
+++ i386-binutils.info  24 Jul 2011 17:17:23 -  1.6
@@ -1,7 +1,7 @@
 Info2: 
 Package: i386-%type_pkg[platform]-binutils
 Version: 2.21
-Revision: 1
+Revision: 2
 Type: platform (linux freebsd netbsd solaris beos win32 wince msdosdjgpp 
go32v2 netware)
 # tried, but not yet working or needed:
 # openbsd os2 symbian haiku qnx wdosx emx watcom netwlibc
@@ -21,33 +21,24 @@
   (%type_pkg[platform] = go32v2)  --target=go32 \
   --prefix=%p/lib/i386-%type_pkg[platform]  \
   --bindir=%p/bin --mandir=%p/share/man --infodir=%p/share/info \
-  --program-prefix=i386-%type_pkg[platform]-\
-  --disable-werror
+  --program-prefix=i386-%type_pkg[platform]-
 
 
 InstallScript: 
 #!/bin/sh -ev
   make install DESTDIR=%d
   rm -fr %i/lib/i386-%type_pkg[platform]/lib/
-
-  for file_name in $(ls %i/share/info/*info)
-  do
-mv $file_name %i/share/info/i386-%type_pkg[platform]-${file_name##*/}
-  done
+  rm -fr %i/share/info
+  if [ %type_pkg[platform] = solaris ]; then
+ln -s %p/bin/sparc-%type_pkg[platform]-as 
%i/bin/sparc-%type_pkg[platform]-gas
+  fi
+  if [ %type_pkg[platform] = solaris ]; then
+ln -s %p/bin/sparc-%type_pkg[platform]-ld 
%i/bin/sparc-%type_pkg[platform]-gld
+  fi
 
 
 DocFiles: README COPYING* MAINTAINERS
 
-InfoDocs: 
-i386-%type_pkg[platform]-as.info
-i386-%type_pkg[platform]-bfd.info
-i386-%type_pkg[platform]-binutils.info
-i386-%type_pkg[platform]-configure.info
-i386-%type_pkg[platform]-gprof.info
-i386-%type_pkg[platform]-ld.info
-i386-%type_pkg[platform]-standards.info
-
-
 DescPort: 
 Like 'avr-binutils' package, lib  include folders have been moved to 
 /sw/lib/i386-%type_pkg[platform] and the binaries are put into /sw/bin.

Index: powerpc-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/powerpc-binutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- powerpc-binutils.info   13 Dec 2010 06:25:58 -  1.4
+++ powerpc-binutils.info

[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/devel avr-binutils.info, 1.2, 1.3 avr-gcc.info, 1.2, 1.3

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv13455/stable/main/finkinfo/10.4-EOL/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
after removing info files, also remove InfoDocs lline (thanks Sjors)

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/avr-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avr-binutils.info   24 Jul 2011 16:44:44 -  1.2
+++ avr-binutils.info   24 Jul 2011 17:35:19 -  1.3
@@ -15,7 +15,6 @@
 
 
 DocFiles: README COPYING
-InfoDocs: avr-as.info avr-bfd.info avr-binutils.info avr-ld.info 
avr-standards.info avr-configure.info
 
 Description: GNU binutils for ATMEL AVR micro controllers
 DescPort: 

Index: avr-gcc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/avr-gcc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avr-gcc.info24 Jul 2011 16:44:44 -  1.2
+++ avr-gcc.info24 Jul 2011 17:35:19 -  1.3
@@ -21,7 +21,6 @@
 
 
 DocFiles: BUGS bugs.html COPYING FAQ faq.html MAINTAINERS README README.SCO
-InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
 Description: GNU GCC for ATMEL AVR micro controllers
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 avr-binutils.info, 1.4, 1.5 avr-gcc.info, 1.5, 1.6

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv13455/stable/main/finkinfo/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
after removing info files, also remove InfoDocs lline (thanks Sjors)

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/avr-binutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- avr-binutils.info   24 Jul 2011 16:44:44 -  1.4
+++ avr-binutils.info   24 Jul 2011 17:35:19 -  1.5
@@ -15,7 +15,6 @@
 
 
 DocFiles: README COPYING
-InfoDocs: avr-as.info avr-bfd.info avr-binutils.info avr-ld.info 
avr-standards.info avr-configure.info
 
 Description: GNU binutils for ATMEL AVR micro controllers
 DescPort: 

Index: avr-gcc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/avr-gcc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- avr-gcc.info24 Jul 2011 16:44:44 -  1.5
+++ avr-gcc.info24 Jul 2011 17:35:19 -  1.6
@@ -21,7 +21,6 @@
 
 
 DocFiles: BUGS bugs.html COPYING FAQ faq.html MAINTAINERS README README.SCO
-InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
 Description: GNU GCC for ATMEL AVR micro controllers
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/devel avr-binutils.info, 1.2, 1.3 avr-gcc.info, 1.2, 1.3

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory 
vz-cvs-3.sog:/tmp/cvs-serv13455/unstable/main/finkinfo/10.4-EOL/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
after removing info files, also remove InfoDocs lline (thanks Sjors)

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/avr-binutils.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avr-binutils.info   24 Jul 2011 16:44:44 -  1.2
+++ avr-binutils.info   24 Jul 2011 17:35:19 -  1.3
@@ -17,7 +17,6 @@
 
 
 DocFiles: README COPYING
-InfoDocs: avr-as.info avr-bfd.info avr-binutils.info avr-ld.info 
avr-standards.info avr-configure.info
 
 Description: GNU binutils for ATMEL AVR micro controllers
 DescPort: 

Index: avr-gcc.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/avr-gcc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- avr-gcc.info24 Jul 2011 16:44:44 -  1.2
+++ avr-gcc.info24 Jul 2011 17:35:19 -  1.3
@@ -35,7 +35,6 @@
 rm -fr %i/share/info
 
 
-InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
 Description: GNU GCC for ATMEL AVR micro controllers
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel avr-binutils.info, 1.6, 1.7 avr-gcc.info, 1.6, 1.7

2011-07-24 Thread Matthias Ringwald
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv13455/unstable/main/finkinfo/devel

Modified Files:
avr-binutils.info avr-gcc.info 
Log Message:
after removing info files, also remove InfoDocs lline (thanks Sjors)

Index: avr-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-binutils.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- avr-binutils.info   24 Jul 2011 16:44:44 -  1.6
+++ avr-binutils.info   24 Jul 2011 17:35:19 -  1.7
@@ -17,7 +17,6 @@
 
 
 DocFiles: README COPYING
-InfoDocs: avr-as.info avr-bfd.info avr-binutils.info avr-ld.info 
avr-standards.info avr-configure.info
 
 Description: GNU binutils for ATMEL AVR micro controllers
 DescPort: 

Index: avr-gcc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/avr-gcc.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- avr-gcc.info24 Jul 2011 16:44:45 -  1.6
+++ avr-gcc.info24 Jul 2011 17:35:19 -  1.7
@@ -35,7 +35,6 @@
 rm -fr %i/share/info
 
 
-InfoDocs: avr-cpp.info avr-cppinternals.info avr-gcc.info avr-gccint.info
 Description: GNU GCC for ATMEL AVR micro controllers
 DescPort: 
 Removed libiberty.a installation of avr-gcc  avr-binutils.


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages ocaml.info, 1.22, 1.23

2011-07-24 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv11510

Modified Files:
ocaml.info 
Log Message:
ocaml: new upstream release 3.12.1

Index: ocaml.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ocaml.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ocaml.info  19 Jul 2011 13:27:59 -  1.22
+++ ocaml.info  24 Jul 2011 19:13:13 -  1.23
@@ -1,6 +1,6 @@
 Package: ocaml
-Version: 3.12.0
-Revision: 2
+Version: 3.12.1
+Revision: 1
 Distribution: 10.6, 10.7
 Description: Latest implementation of Caml dialect of ML
 BuildDepends: tcltk-dev, x11-dev, libncurses5 (= 5.4-20041023-1006), fink (= 
0.24.12)
@@ -12,7 +12,7 @@
 Source2: http://caml.inria.fr/pub/distrib/%n-3.12/%n-3.12-refman.pdf
 Source3: http://caml.inria.fr/pub/distrib/%n-3.12/%n-3.12-refman.html.tar.gz
 Source4: http://caml.inria.fr/pub/distrib/%n-3.12/%n-3.12-refman.info.tar.gz
-Source-MD5: bd92c8970767f412bc1e9a6c625b5ccf
+Source-MD5: 227a3daaedb150bf5037a3db01f5bf42
 Source2-MD5: 79fe5b86e0d6462e3e944fd8c47603ac
 Source3-MD5: 93cd91f525441eb7e94cc49b9b64bab0
 Source4-MD5: 8cf24c4f69c6f9c9f9cc1edb9b18f6cb


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 ocaml.info,1.1,1.2

2011-07-24 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv11771

Modified Files:
ocaml.info 
Log Message:
ocaml: new upstream release 3.12.1

Index: ocaml.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/ocaml.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ocaml.info  24 Jul 2011 01:15:12 -  1.1
+++ ocaml.info  24 Jul 2011 19:15:22 -  1.2
@@ -1,6 +1,6 @@
 Package: ocaml
-Version: 3.12.0
-Revision: 2
+Version: 3.12.1
+Revision: 1
 Distribution: 10.6, 10.7
 Description: Latest implementation of Caml dialect of ML
 BuildDepends: tcltk-dev, x11-dev, libncurses5 (= 5.4-20041023-1006), fink (= 
0.24.12)
@@ -12,7 +12,7 @@
 Source2: http://caml.inria.fr/pub/distrib/%n-3.12/%n-3.12-refman.pdf
 Source3: http://caml.inria.fr/pub/distrib/%n-3.12/%n-3.12-refman.html.tar.gz
 Source4: http://caml.inria.fr/pub/distrib/%n-3.12/%n-3.12-refman.info.tar.gz
-Source-MD5: bd92c8970767f412bc1e9a6c625b5ccf
+Source-MD5: 227a3daaedb150bf5037a3db01f5bf42
 Source2-MD5: 79fe5b86e0d6462e3e944fd8c47603ac
 Source3-MD5: 93cd91f525441eb7e94cc49b9b64bab0
 Source4-MD5: 8cf24c4f69c6f9c9f9cc1edb9b18f6cb


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/text psutils.info, NONE, 1.1 psutils.patch, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv11839/text

Added Files:
psutils.info psutils.patch 
Log Message:
Reorganized  ported to 10.7

--- NEW FILE: psutils.patch ---
--- psutils/Makefile.unix.orig  Sun Oct  7 21:54:37 2001
+++ psutils/Makefile.unix   Sun Oct  7 22:18:10 2001
@@ -25,10 +25,11 @@
 
 OS = UNIX
 
-BINDIR = /usr/local/bin
+prefix = PROVIDED_ON_COMMAND_LINE
+BINDIR = $(prefix)/bin
 SCRIPTDIR = $(BINDIR)
-INCLUDEDIR = /usr/local/share/psutils
-PERL = /usr/local/bin/perl
+INCLUDEDIR = $(prefix)/share/psutils
+PERL = /usr/bin/perl
 
 BINMODE = 0755
 MANMODE = 0644
@@ -36,6 +37,6 @@
 INSTALL = install -c -m $(BINMODE)
 INSTALLMAN = install -c -m $(MANMODE)
 MANEXT = 1
-MANDIR = /usr/local/share/man/man$(MANEXT)
+MANDIR = $(prefix)/share/man/man$(MANEXT)
 
 CC = gcc
@@ -219,28 +220,28 @@
 install: install.bin install.script install.man install.include
 
 install.bin: $(BIN)
-   -mkdir $(BINDIR)
+   -mkdir -p $(BINDIR)
@for i in $(BIN); do \
echo Installing $$i; \
$(INSTALL) $$i $(BINDIR); \
done
 
 install.script: $(PERLSCRIPTS) $(SHELLSCRIPTS)
-   -mkdir $(SCRIPTDIR)
+   -mkdir -p $(SCRIPTDIR)
@for i in $(PERLSCRIPTS) $(SHELLSCRIPTS); do \
echo Installing $$i; \
$(INSTALL) $$i $(SCRIPTDIR); \
done
 
 install.include: $(INCLUDES)
-   -mkdir $(INCLUDEDIR)
+   -mkdir -p $(INCLUDEDIR)
@for i in $(INCLUDES); do \
echo Installing $$i; \
$(INSTALLMAN) $$i $(INCLUDEDIR); \
done
 
 install.man: $(MANPAGES)
-   -mkdir $(MANDIR)
+   -mkdir -p $(MANDIR)
@for i in $(MANPAGES); do \
echo Installing manual page for $$i; \
$(INSTALLMAN) $$i $(MANDIR)/$$i; \

--- NEW FILE: psutils.info ---
Info2:
Package: psutils-%type_pkg[paper]
Version: 1.17
Revision: 3
Maintainer: Matthias Neeracher neerac...@mac.com
Type: paper (a4 letter)
Conflicts: psutils-a4, psutils-letter
Replaces: psutils, psutils-a4, psutils-letter
Provides: psutils
Source: http://ftp.debian.org/debian/pool/main/p/psutils/psutils_%v.orig.tar.gz
Source-MD5: 76e4a2e2eb16194f6cb891b41cf55a71
SourceDirectory: psutils-%v.orig
BuildDepends: fink (= 0.24.12-1)
PatchFile: psutils.patch
PatchFile-MD5: 6d3933587d9cc68afb5573c42b6c84a5
PatchScript: 
patch -p1  %{PatchFile}
ruby -i -pe '$_.sub!(/(PAPER=)a4/, \\1%type_pkg[paper])' Makefile.unix
ruby -i -pe '$_.sub!(/void main/, int main)' *.c

CompileScript: make prefix=%p -f Makefile.unix
InstallScript: make prefix=%i -f Makefile.unix install
DocFiles: README LICENSE
Description: Postscript tools, %type_pkg[paper] size
DescDetail: 
PSUtils is a collection of programs and scripts to manipulate 
PostScript files in various ways. This package sets the default 
paper format to %type_pkg[paper]

License: BSD
Homepage: http://knackered.knackered.org/angus/psutils/


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sound biabconverter.info, NONE, 1.1 biabconverter.patch, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv16098/sound

Added Files:
biabconverter.info biabconverter.patch 
Log Message:
updated  ported to 10.7

--- NEW FILE: biabconverter.info ---
Package: biabconverter
Version: 0.6.8
Revision: 2
Maintainer: Matthias Neeracher neerac...@mac.com
Suggests: lilypond | lilypond-unstable, mma
Source: http://brenzi.ch/data/%n-%v.tar.gz
Source-MD5: fcd2774467af9742d3aab8edddf20ba4
BuildDepends: fink (= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 904ef065899bac423f7e855e74b1b48d
CompileScript: 
#!/bin/sh -ev
echo No compilation required. Installing...

InstallScript: 
mkdir %i/bin
cp %n %i/bin
mkdir -p %i/share/%n/templates
cp *.pm %i/share/%n
cp *.lyt %i/share/%n/templates

DocFiles: README
Description: Band-In-A-Box to MMA / Lilypond converter
DescDetail: 
Biabconverter is a perl script that reads most Band-In-A-Box files and
produces MMA and Lilypond output.

License: GPL
Homepage: http://brenzi.ch/builder.php?content=projects_biabconverterlang=de

--- NEW FILE: biabconverter.patch ---
diff -ru biabconverter-0.6.8-orig/band.lyt biabconverter-0.6.8/band.lyt
--- biabconverter-0.6.8-orig/band.lyt   2011-07-24 21:21:22.0 +0200
+++ biabconverter-0.6.8/band.lyt2011-07-24 21:23:23.0 +0200
@@ -1,4 +1,4 @@
-\version 2.6
+\version 2.12.3
 
 pieceTitle = {TITLE}
 piecePoet  = 
diff -ru biabconverter-0.6.8-orig/default.lyt biabconverter-0.6.8/default.lyt
--- biabconverter-0.6.8-orig/default.lyt2011-07-24 21:21:22.0 
+0200
+++ biabconverter-0.6.8/default.lyt 2011-07-24 21:23:00.0 +0200
@@ -1,4 +1,4 @@
-\version 2.4
+\version 2.12.3
 
 \header {
title   = {TITLE}
diff -ru biabconverter-0.6.8-orig/lilywrite.pm biabconverter-0.6.8/lilywrite.pm
--- biabconverter-0.6.8-orig/lilywrite.pm   2011-07-24 21:21:22.0 
+0200
+++ biabconverter-0.6.8/lilywrite.pm2011-07-24 21:21:41.0 +0200
@@ -39,7 +39,7 @@
 $currentNote=-1;
 $lastNoteProcessed=0;
 $lilyTargetVersion = 2.2.4; 
-$useConvertLy = 0; #causes trouble, when version stays the same (convert-ly 
bug)
+$useConvertLy = 1; #causes trouble, when version stays the same (convert-ly 
bug)
 
 local $barDur;
 sub new {
Only in biabconverter-0.6.8: lilywrite.pm.orig


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 ghc.info,NONE,1.1

2011-07-24 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv16327

Added Files:
ghc.info 
Log Message:
ghc: add to 10.7

--- NEW FILE: ghc.info ---
Package: ghc
Version: 7.0.4
Revision: 1
BuildDepends: fink (= 0.24.12)
Source: http://www.haskell.org/ghc/dist/%v/%n-%v-%m-apple-darwin.tar.bz2
Source-MD5: af89d3d2ca6e9b23384baacb7d8161dd
SourceDirectory: %n-%v

# configure script doesn't like clang

CompileScript: ./configure CC=/usr/bin/gcc %c
InstallScript: make DESTDIR=%d install

SplitOff: 
  Package: %N-prof
  Depends: %N (= %v-%r)
  Files: 
lib/%N-%v/*_p.a
  
  Description: Glasgow Haskell Compiler (Profiling Libraries)
  DescDetail: 
  This package contains additional profiling libraries. They are not
  needed for normal use.
  
  DocFiles: LICENSE

DocFiles: LICENSE README
Description: Glasgow Haskell Compiler
DescDetail: 
The Glasgow Haskell Compiler is a robust, fully-featured,  optimising
compiler and interactive environment for Haskell 98. GHC compiles
Haskell to either native code or C. It implements numerous experimental
language extensions to Haskell 98, for example: concurrency, a foreign
language interface, multi-parameter type classes, scoped type variables,
existential and universal quantification, unboxed types, exceptions,
weak pointers, and so on. GHC comes with a generational garbage collector,
and a space and time profiler.

Homepage: http://www.haskell.org/ghc/
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sound mma.info,NONE,1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv19482/sound

Added Files:
mma.info 
Log Message:
Updated and moved to 10.7

--- NEW FILE: mma.info ---
Package: mma
Version: 1.7
Revision: 1
Depends: python27
Maintainer: Matthias Neeracher neerac...@mac.com
Source: http://www.mellowood.ca/%n/%n-bin-%v.tar.gz
Source-MD5: 80350ec704e21bce8e75b5f30efc454e
TarFilesRename: INSTALL
PatchScript: 
perl -i -pe 's|#!.*|#!%p/bin/python2.7|' mma.py
perl -i -pe 's|/usr/local|%p|' mma.py MMA/{gbl,main}.py

CompileScript: 
#!/bin/sh -ev
echo No compilation required. Installing...

InstallScript: 
mkdir %i/bin
cp %n.py %i/bin/%n
mkdir -p %i/share/%n
cp -r includes lib MMA %i/share/%n
mkdir -p %i/share/doc/%n
cp -r egs docs/html %i/share/doc/%n

PostInstScript: 
mma -G

DocFiles: text/*
Description: Musical MIDI Accompaniment
DescDetail: 
Musical MIDI Accompaniment is an accompaniment generator -- it
creates midi tracks for a soloist to perform over from a user supplied
file containing chords and MMA directives.

MMA is very versatile and generates excellent tracks. It comes with an
extensive user-extendable library with a variety of patterns for
various popular rhythms, detailed user manuals, and several demo
songs.

MMA is a command line driven program. It creates MIDI files which are
then played by a sequencer or MIDI file play program.

MMA is currently in BETA. We are looking for lots of help in debugging
the program, creating songs for distribution, and new and improved
library files.

There are lots of other generators like MMA. The most popular are
Band In A Box and Jammer. The problem with many of these programs
is that they lock you into a proprietary format, work only with
limited computing platforms, or insist on a silly GUI which limits
your choices. You might think that the lack of a GUI is limiting, but
we've found that MMA's method gives you a great deal of flexibilty in
setting volumes, patterns, etc.

License: GPL
Homepage: http://www.mellowood.ca/mma/index.html



--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel astng-py.info, 1.12, 1.13 logilab-common-py.info, 1.18, 1.19 pylint-py.info, 1.13, 1.14

2011-07-24 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv9384

Modified Files:
astng-py.info logilab-common-py.info pylint-py.info 
Log Message:
pylint to 0.24.0.  Changed -bin splitoff to update-alternatives
astng to 0.22.0
logilab-common to 0.56.0


Index: pylint-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pylint-py.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pylint-py.info  15 Jun 2011 16:06:37 -  1.13
+++ pylint-py.info  24 Jul 2011 21:06:05 -  1.14
@@ -2,12 +2,16 @@
 
 Package: pylint-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.23.0
-Revision: 2
+Version: 0.24.0
+Revision: 1
 #Source: http://ftp.logilab.org/pub/pylint/pylint-%v.tar.gz
 Source: http://pypi.python.org/packages/source/p/pylint/pylint-%v.tar.gz
-Source-MD5: f010eee3289b1af77cd8e8e45fb72829
+Source-MD5: 58fe6ac3411a48203f85f9bb932aab53
+
 Depends: python%type_pkg[python], astng-py%type_pkg[python]
+Conflicts: pylint-py27-bin, pylint-py26-bin, pylint-py25-bin
+Replaces:  pylint-py27-bin, pylint-py26-bin, pylint-py25-bin
+
 Description: Analyzes Python code for bugs and quality
 Maintainer: Kurt Schwehr goat...@users.sf.net
 Homepage: http://www.logilab.org/projects/pylint
@@ -16,33 +20,25 @@
   echo Skipping Build
 
 InstallScript: 
+#!/bin/bash -ev
%p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
-   mv %i/bin/pylint %i/bin/pylint%type_raw[python]
-   mv %i/bin/pylint-gui %i/bin/pylint-gui%type_raw[python]
-   mv %i/bin/symilar %i/bin/symilar%type_raw[python]
-
-   mv %i/bin/epylint %i/bin/epylint%type_raw[python]
-   mv %i/bin/pyreverse %i/bin/pyreverse%type_raw[python]
+   for file in pylint pylint-gui symilar epylint pyreverse; do
+   mv %i/bin/${file} %i/bin/${file}%type_pkg[python]
+   done
 
 
-SplitOff: 
-  Description: Analyzes Python code - main binary
-  Package: %N-bin
-  Depends: %N (= %v-%r)
-  Conflicts: pylint-py27-bin, pylint-py26-bin, pylint-py25-bin
-  Replaces:  pylint-py27-bin, pylint-py26-bin, pylint-py25-bin
-  InstallScript: 
-mkdir %i/bin
-ln -s pylint-gui%type_pkg[python] %i/bin/pylint-gui
-ln -s pylint%type_raw[python] %i/bin/pylint
-ln -s symilar%type_raw[python] %i/bin/symlar
-  
-  DocFiles: COPYING DEPENDS README  PKG-INFO
+PostInstScript: 
+  update-alternatives --verbose --install %p/bin/pylint pylint 
%p/bin/pylint%type_pkg[python] %type_pkg[python] \
+--slave %p/bin/pylint-compile pylint-gui 
%p/bin/pylint-gui%type_pkg[python] \
+--slave %p/bin/symilar symilar %p/bin/symilar%type_pkg[python] \
+--slave %p/bin/epylint epylint %p/bin/epylint%type_pkg[python] \
+--slave %p/bin/pyreverse pyreverse %p/bin/pyreverse%type_pkg[python]
 
 
-DescPort: 
-Need to convert this package from a -bin splitoff to
-an update-alternatives style.
+PreRmScript: 
+  if [ $1 != upgrade ]; then
+update-alternatives --verbose --remove pylint 
%p/bin/pylint%type_pkg[python]
+  fi
 
 
 LICENSE: GPL
@@ -60,8 +56,6 @@
 customizable, and you can easily write a small plugin to add a
 personal feature.
  
-DescPackaging: 
-Previous versions by Kurt Schwehr goat...@users.sf.net
-
+
 # Info2
 

Index: logilab-common-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/logilab-common-py.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- logilab-common-py.info  18 Feb 2011 17:32:30 -  1.18
+++ logilab-common-py.info  24 Jul 2011 21:06:05 -  1.19
@@ -2,14 +2,14 @@
 
 Package: logilab-common-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.55.0
+Version: 0.56.0
 Revision: 1
 Source: 
http://pypi.python.org/packages/source/l/logilab-common/logilab-common-%v.tar.gz
-Source-MD5: 8535ebf088f88ef806aa72ee443d1575
+Source-MD5: 9339cb14efce7951913c28e1524d77a7
 Depends: python%type_pkg[python]
 Description: Common functionalities for logilab projects 
 Maintainer: Kurt Schwehr goat...@users.sf.net
-Homepage: http://www.logilab.org/projects/common
+Homepage: http://pypi.python.org/pypi/logilab-common
 DocFiles: PKG-INFO COPYING ChangeLog README
 CompileScript: 
   echo Skipping Build

Index: astng-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/astng-py.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- astng-py.info   18 Jan 2011 07:40:19 -  1.12
+++ astng-py.info   24 Jul 2011 21:06:04 -  1.13
@@ -2,10 +2,10 @@
 
 Package: astng-py%type_pkg[python]
 Type: python (2.5 2.6 2.7)
-Version: 0.21.1
+Version: 0.22.0
 Revision: 1
 Source: http://ftp.logilab.org/pub/astng/logilab-astng-%v.tar.gz
-Source-MD5: 064a1cb970c283cf18e05a990db48576
+Source-MD5: 

[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods nose-py.info, 1.9, 1.10

2011-07-24 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11533

Modified Files:
nose-py.info 
Log Message:
updated to  1.0.0 and add py32 variant
switch dependency from setuptools to distribute


Index: nose-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/nose-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- nose-py.info10 Jul 2010 18:50:12 -  1.9
+++ nose-py.info24 Jul 2011 21:13:59 -  1.10
@@ -1,19 +1,18 @@
 Info2: 
 
 Package: nose-py%type_pkg[python]
-Version: 0.11.4
+Version: 1.0.0
 
 Revision: 1
 Homepage: http://code.google.com/p/python-nose/
 Maintainer: Kurt Schwehr goat...@users.sourceforge.net
-Type: python (2.4 2.5 2.6 2.7 3.1)
+Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
-BuildDepends: setuptools-py%type_pkg[python]
+Depends: python%type_pkg[python], distribute-py%type_pkg[python]
+BuildDepends: distribute-py%type_pkg[python]
 
-#Source: http://python-nose.googlecode.com/files/nose-%v.tar.gz
 Source: http://pypi.python.org/packages/source/n/nose/nose-%v.tar.gz
-Source-MD5: 230a3dfc965594a06ce2d63def9f0d98
+Source-MD5: 47a4784c817afa6ef11a505b574584ed
 
 CompileScript: 
   #!/bin/bash -ev
@@ -36,6 +35,12 @@
  update-alternatives --remove nosetests %p/bin/nosetests%type_raw[python]
 
 
+# Fails 3 tests - but reports okay
+InfoTest: 
+  TestScript: 
+%p/bin/python%type_raw[python] setup.py test || exit 1
+  
+
 
 DocFiles: 
   AUTHORS


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci scientificpython-py.info, 1.22, 1.23

2011-07-24 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv16071

Modified Files:
scientificpython-py.info 
Log Message:
updated to 2.9.1 
based on tracker request 
http://sourceforge.net/tracker/index.php?func=detailaid=3376513group_id=17203atid=414256
from Jack Howarth
Switched from -bin splitoff to update-alternatives
task_manager had to go... requires pyro-py which is not packaged.


Index: scientificpython-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/scientificpython-py.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- scientificpython-py.info15 Jul 2010 14:39:33 -  1.22
+++ scientificpython-py.info24 Jul 2011 21:35:47 -  1.23
@@ -1,7 +1,7 @@
 Info2: 
 
 Package: scientificpython-py%type_pkg[python]
-Version: 2.9.0
+Version: 2.9.1
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Type: python (2.3 2.4 2.5 2.6 2.7)
@@ -12,19 +12,22 @@
numpy-py%type_pkg[python],
python%type_pkg[python]
 
+# FIX: Needs pyro-py for taskmanager
 BuildDepends: 
fink (= 0.24.12-1),
libdap9,
libnc-dap3 (= 3.7.3-1)
 
-Replaces: scientificpython
+
+Conflicts: scientificpython-py23-bin,  scientificpython-py24-bin,  
scientificpython-py25-bin,  scientificpython-py26-bin,  
scientificpython-py27-bin
+Replaces:  scientificpython-py23-bin,  scientificpython-py24-bin,  
scientificpython-py25-bin,  scientificpython-py26-bin,  
scientificpython-py27-bin
 
 #
 # Warning!  There is this strange number right after the php that really 
controls what is downloaded!
 #
-Source: 
https://sourcesup.cru.fr/frs/download.php/2372/ScientificPython-%v.tar.gz
+Source: 
https://sourcesup.cru.fr/frs/download.php/3420/ScientificPython-%v.tar.gz
 
-Source-MD5: ba708d235094d75478bdeb8d4c7f
+Source-MD5: f27bfb3abda022b73a93cd6ada06338f
 PatchFile: %{ni}.patch
 PatchFile-MD5: ee9fdbc23b851d11cc86b0d94b1c2270
 CompileScript: 
@@ -34,31 +37,29 @@
  %p/bin/python%type_raw[python] setup.py install --root %d --netcdf_prefix=%p
  mkdir -p %i/share/doc/%n/HTML
  mkdir -p %i/share/doc/%n/PDF
- mv %i/bin/bsp_virtual %i/bin/bsp_virtual%type_raw[python]
- mv %i/bin/task_manager %i/bin/task_manager%type_raw[python]
- ln -s %p/bin/bsp_virtual%type_raw[python] %i/bin/bsp_virtual
- ln -s %p/bin/task_manager%type_raw[python] %i/bin/task_manager
+ mv %i/bin/bsp_virtual %i/bin/bsp_virtual%type_pkg[python]
+ # mv %i/bin/task_manager %i/bin/task_manager%type_pkg[python]
+ # task_manager needs pyro to be packaged
+ rm %i/bin/task_manager
  cp -R Examples %i/share/doc/%n
  cp -R Doc/* %i/share/doc/%n
 
-SplitOff: 
-  Package: scientificpython-py%type_pkg[python]-bin
-  Conflicts: 
-   scientificpython-py22-bin,
-   scientificpython-py23-bin,
-   scientificpython-py24-bin,
-   scientificpython-py25-bin
-   
-  Replaces: 
-   scientificpython-py22-bin,
-   scientificpython-py23-bin,
-   scientificpython-py24-bin,
-   scientificpython-py25-bin
-   
-  Depends: scientificpython-py%type_pkg[python] (= %v-%r)
-  Files: bin/bsp_virtual bin/task_manager
-  DocFiles: README LICENSE
+
+PostInstScript: 
+  # Add --verbose to update-alternatives for debugging
+  update-alternatives --verbose --install %p/bin/bsp-virtual 
scientificpython-py %p/bin/bsp_virtual%type_pkg[python] %type_pkg[python]
+
+
+# task_manager needs pyro... not currently packaged
+# --slave %p/bin/task_manager task_manager %p/bin/task_manager%type_pkg[python]
+
+
+PreRmScript: 
+  if [ $1 != upgrade ]; then
+update-alternatives --verbose --remove scientificpython-py 
%p/bin/scientificpython%type_pkg[python]
+  fi
 
+
 License: OSI-Approved
 DocFiles: README LICENSE 
 Description: Python modules for scientific computing


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods beaker-py.info, 1.8, 1.9 markupsafe-py.info, 1.1, 1.2

2011-07-24 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv21616

Modified Files:
beaker-py.info markupsafe-py.info 
Log Message:
markupsafe to 0.15, add py32, cleanup info file
beaker-py added py32


Index: beaker-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/beaker-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- beaker-py.info  4 Oct 2010 14:29:00 -   1.8
+++ beaker-py.info  24 Jul 2011 21:50:57 -  1.9
@@ -6,7 +6,7 @@
 Revision: 1
 Homepage: http://pypi.python.org/pypi/Beaker/
 Maintainer: Kurt Schwehr goat...@users.sourceforge.net
-Type: python (2.5 2.6 2.7 3.1)
+Type: python (2.5 2.6 2.7 3.1 3.2)
 Depends: python%type_pkg[python]
 BuildDepends: distribute-py%type_pkg[python]
 

Index: markupsafe-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/markupsafe-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- markupsafe-py.info  4 Oct 2010 14:29:00 -   1.1
+++ markupsafe-py.info  24 Jul 2011 21:50:57 -  1.2
@@ -1,18 +1,17 @@
 Info2: 
 
 Package: markupsafe-py%type_pkg[python]
-Version: 0.11
+Version: 0.15
 
 Revision: 1
 Homepage: http://pypi.python.org/pypi/MarkupSafe
 Maintainer: Kurt Schwehr goat...@users.sourceforge.net
-Type: python (2.5 2.6 2.7 3.1)
+Type: python (2.5 2.6 2.7 3.1 3.2)
 Depends: python%type_pkg[python], beaker-py%type_pkg[python]
 BuildDepends: distribute-py%type_pkg[python]
 
-#Source: http://www.makotemplates.org/downloads/Mako-%v.tar.gz
 Source: 
http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%v.tar.gz
-Source-MD5: 48d445941c16d6aa55caf8e148fc0911
+Source-MD5: 4e7c4d965fe5e033fa2d7bb7746bb186
 
 CompileScript: 
   #!/bin/bash -ev
@@ -25,18 +24,9 @@
 
 
 InstallScript: 
-  #!/bin/bash -ev
   python%type_raw[python] setup.py install --root=%d
-  #mv %i/bin/mako-render{,%type_raw[python]}
 
 
-#PostInstScript: 
-# update-alternatives --install %p/bin/mako-render mako-render 
%p/bin/mako-render%type_raw[python] %type_pkg[python] 
-#
-#PreRmScript: 
-# update-alternatives --remove mako-render %p/bin/mako-render%type_raw[python]
-#
-
 DocFiles: 
   AUTHORS
   LICENSE


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 sdl-image.info, NONE, 1.1 sdl-mixer.info, NONE, 1.1 sdl-ttf.info, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv30425/games

Added Files:
sdl-image.info sdl-mixer.info sdl-ttf.info 
Log Message:
Build on 10.7, tested with trackballs

--- NEW FILE: sdl-ttf.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: sdl-ttf
Version: 2.0.9
Revision: 2
Maintainer: Max Horn m...@quendi.de
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
BuildDepends: sdl (= 1.2.9-1001), freetype219
Source: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-%v.tar.gz
Source-MD5: 6dd5a85e4924689a35a5fb1cb3336156
NoSetCPPFLAGS: true
ConfigureParams: --disable-sdltest --with-freetype-prefix=%p/lib/freetype219 
--with-freetype-exec-prefix=%p/lib/freetype219
InstallScript: make install DESTDIR=%d
SplitOff: 
  Package: %N-shlibs
  Depends: sdl-shlibs (= 1.2.11-1), freetype219-shlibs
  Replaces: %N (= 2.0.4-1)
  Files: lib/libSDL_ttf-*.dylib
  Shlibs: %p/lib/libSDL_ttf-2.0.0.dylib 7.0.0 %n (= 2.0.9-2)
  Docfiles: CHANGES COPYING README

DocFiles: CHANGES COPYING README
Description: SDL TrueType font library
DescDetail: 
Sample library which allows you to use TrueType fonts in your SDL applications. 
 

DescPackaging:  Uses freetype219 so that non-X11 apps can partake of this
Homepage: http://www.libsdl.org/projects/SDL_ttf/
License: LGPL

--- NEW FILE: sdl-image.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: sdl-image
Version: 1.2.10
Revision: 1
Maintainer: Max Horn m...@quendi.de
BuildDepends: sdl (= 1.2.9-1001), libjpeg, libpng3, libtiff
Depends: %N-shlibs (= %v-%r)
Conflicts: %N-bin ( 1.2.3-1)
Replaces: sdl-image-dev
BuildDependsOnly: True
Source: http://www.libsdl.org/projects/SDL_image/release/SDL_image-%v.tar.gz
Source-MD5: 6c06584b31559e2b59f2b982d0d1f628
ConfigureParams: 
 --disable-jpg-shared \
 --disable-png-shared \
 --disable-tif-shared \
 --disable-sdltest \
 --disable-dependency-tracking

InstallScript: make install DESTDIR=%d
SplitOff: 
  Package: %N-shlibs
  Depends: sdl-shlibs (= 1.2.9-1001), libjpeg-shlibs, libpng3-shlibs, 
libtiff-shlibs
  Replaces: %N (= 1.2.1-2)
  Files: lib/libSDL_image-*.dylib
  Shlibs: %p/lib/libSDL_image-1.2.0.dylib 9.0.0 %n (= 1.2.8-1)
  Docfiles: CHANGES COPYING README

Docfiles: CHANGES COPYING README
Description: SDL image file loading library
DescPackaging: 
 Use --disable-sdltest to allow building on headless systems.

Homepage: http://www.libsdl.org/projects/SDL_image/
License: LGPL

--- NEW FILE: sdl-mixer.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not 

[cvs] dists/10.7/stable/main/finkinfo/games trackballs.info, NONE, 1.1 trackballs.patch, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv32123/games

Added Files:
trackballs.info trackballs.patch 
Log Message:
Works on 10.7 (windowed mode only with this version of SDL)

--- NEW FILE: trackballs.patch ---
diff -ru trackballs-1.1.4-orig/share/Makefile.am 
trackballs-1.1.4/share/Makefile.am
--- trackballs-1.1.4-orig/share/Makefile.am 2007-11-24 21:08:34.0 
+0100
+++ trackballs-1.1.4/share/Makefile.am  2007-11-24 21:08:56.0 +0100
@@ -4,6 +4,7 @@
 EXTRA_DIST = $(pkgdata_DATA) trackballs.6
 
 install-pkgdataDATA:
-   -install -D -m664 -g games highScores   
$(DESTDIR)@with_highscores@
-   -chgrp -R games $(DESTDIR)$(pkgdatadir)/levels
+   mkdir -p $(DESTDIR)/share/trackballs
+   install -m664 -g games highScores   
$(DESTDIR)@with_highscores@
+   chgrp -R games  $(DESTDIR)$(pkgdatadir)/levels
chmod -R g+r$(DESTDIR)$(pkgdatadir)/levels
diff -ru trackballs-1.1.4-orig/src/Makefile.am trackballs-1.1.4/src/Makefile.am
--- trackballs-1.1.4-orig/src/Makefile.am   2007-11-24 21:08:34.0 
+0100
+++ trackballs-1.1.4/src/Makefile.am2007-11-24 21:40:36.0 +0100
@@ -30,7 +30,7 @@
 
 EXTRA_trackballs_SOURCES = trackballsIcon.rc
 
-trackballs_LDADD = @WINRESOURCES@
+trackballs_LDADD = @WINRESOURCES@ $(LTLIBINTL)
 trackballs_DEPENDENCIES = @WINRESOURCES@
 
 trackballsIcon.o : trackballsIcon.rc trackballsIcon.ico
diff -ru trackballs-1.1.4-orig/src/Makefile.in trackballs-1.1.4/src/Makefile.in
--- trackballs-1.1.4-orig/src/Makefile.in   2007-11-24 21:08:34.0 
+0100
+++ trackballs-1.1.4/src/Makefile.in2007-11-24 21:12:24.0 +0100
@@ -316,7 +316,7 @@
-test -z $(bin_PROGRAMS) || rm -f $(bin_PROGRAMS)
 trackballs$(EXEEXT): $(trackballs_OBJECTS) $(trackballs_DEPENDENCIES) 
@rm -f trackballs$(EXEEXT)
-   $(trackballs_LINK) $(trackballs_OBJECTS) $(trackballs_LDADD) $(LIBS)
+   $(trackballs_LINK) $(trackballs_OBJECTS) $(trackballs_LDADD) $(LIBS) 
$(LTLIBINTL)
 
 mostlyclean-compile:
-rm -f *.$(OBJEXT)

--- NEW FILE: trackballs.info ---
Package: trackballs
Version: 1.1.4
Revision: 1004
Maintainer: Matthias Neeracher neerac...@mac.com
BuildDepends: sdl (= 1.2.9-1001), sdl-image, sdl-mixer (= 1.2.6-1012), 
sdl-ttf, guile18, guile18-dev, automake1.11, fink (= 0.24.12-1), 
libgettext8-dev, gettext-tools, gmp5 (= 5.0.2-1)
Depends: sdl-shlibs (= 1.2.9-1001), sdl-image-shlibs, sdl-mixer-shlibs (= 
1.2.6-1012), sdl-ttf-shlibs, guile18-shlibs, passwd-games, libgettext8-shlibs, 
gmp5-shlibs (= 5.0.2-1)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 84e2e8bb68842a636da91673751279a0
PatchFile: %n.patch
PatchFile-MD5: 306425810c34ebd30313a47c67478efc
SetCPPFLAGS: -I/usr/X11R6/include
SetLDFLAGS: -L/usr/X11R6/lib -lz -framework OpenGL -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
ConfigureParams: --mandir='$(prefix)/share/man' --disable-sdltest
CompileScript: 
aclocal
automake
GUILE=%p/bin/guile-1.8 GUILE_CONFIG=%p/bin/guile-1.8-config ./configure %c
make

DocFiles: AUTHORS COPYING NEWS README TODO
Description: Marble Madness Clone
DescDetail: 
Trackballs is a simple game similar to the classical game Marble
Madness on the Amiga in the 80's. By steering a marble ball through a
labyrinth filled with vicious hammers, pools of acid and other
obstacles the player collects points. When the ball reaches the
destination it continues to the next, more difficult track - unless
the time runs out.

Homepage: http://trackballs.sourceforge.net
License: GPL




--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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/utils coreutils.info, NONE, 1.1 coreutils.patch, NONE, 1.1

2011-07-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv32669

Added Files:
coreutils.info coreutils.patch 
Log Message:
Works on 10.7 + update

--- NEW FILE: coreutils.info ---
Package: coreutils
Version: 8.12
Epoch: 1
Revision: 1
BuildDepends: expat1, gmp5, help2man, libgettext8-dev, gettext-bin, 
gettext-tools, libiconv-dev, fink (= 0.24.12-1)
Depends: gmp5-shlibs, libgettext8-shlibs, libiconv
NoSetLDFLAGS: true
SetLIBS: -L%p/lib
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: fce753a67243d00d75cc86dbcaa6
PatchFile: %n.patch
PatchFile-MD5: 2c174bc9c5e356dc23f4e92ce48c33cb
InfoTest: 
  TestScript: make check || :

ConfigureParams: --bindir=%p/lib/%N/bin --mandir=%p/lib/%N/share/man 
--infodir=%p/share/info
CompileScript: 
  #!/bin/sh -ex
  case `uname -r` in
[0-8].*) ./configure %c;;
*) ./configure jm_cv_func_svid_putenv=yes 
gl_cv_func_working_acl_get_file=no %c;;
  esac
  make

InstallScript: 
  #!/bin/sh -ex
  set +x # We don't want -x, but fink validateor complains
  go() { echo $@; $@; }

  go make install DESTDIR=%d
  go rm -f %i/lib/charset.alias
  go rm -f %i/lib/%N/bin/su %i/lib/%N/bin/users %i/lib/%N/bin/who
  go ln -s share/man %i/lib/%N/man

  for d in bin share/man/man1; do
dd=`echo $d | sed 's,[^/]*,..,g'`/lib/%N/$d
go mkdir -p %I/$d
go cd %I/$d
for f in $dd/*; do
  ff=`basename $f`
  case $ff in
\[) ;;
rm) go ln -s $f $ff.gnu;;
rm.1) go ln -s $f $ff.gnu.1;;
*) go ln -s $f g$ff;;
  esac
done
  done

DocFiles: COPYING README
InfoDocs: coreutils.info
Description: GNU flavoured basic commands
DescDetail: 
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.  These are the core utilities
which are expected to exist on every operating system.

Previously these utilities were offered as three individual sets of
GNU utilities, fileutils, shellutils, and textutils. Those three have
been combined into a single set of utilities called the coreutils.

The commands are named with 'g' prefix like 'gls' or 'gcp'. If you want
to use them as 'ls' or 'cp', add %p/lib/coreutils/bin to your PATH
or install the coreutils-default package.

As the exception, the 'rm' command is named as 'rm.gnu' instead of 'grm'
because the cwp-su package has another 'grm'.

DescUsage: 
The exotic commands like mknod may or may not work in a useful manner
on Darwin. Following commands are removed due to their breakage:
- su
- users
- who

DescPort: 
charset.alias is deleted because it is empty on Darwin anyway and
causes unnecessary conflicts between packages.

About the jm_cv_func_svid_putenv=yes, see:
http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00514.html

Since the ACL support in 10.5 looks buggy and breaks make check,
I turned off it.  I can't tell whether MacOS or coreutils is wrong.

AKH:  made running the test suite optional.

SplitOff: 
  Package: coreutils-default
  Description: GNU flavoured basic commands without 'g' prefix
  Depends: coreutils (= %e:%v-%r)
  Conflicts: fileutils ( 1:5-1), textutils ( 1:5-1), shellutils ( 1:5-1)
  Replaces: fileutils ( 1:5-1), textutils ( 1:5-1), shellutils ( 1:5-1)
  DescDetail:  
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.  These are the core utilities
which are expected to exist on every operating system.

This package serves the commands without 'g' prefix like 'ls' or 'cp'.
  
  DescPort: 
Symlinks to md5sum, readlink and mktemp is not created, it is already
contained in the essential packages.

Symlink to tsort (topological sort) is not created because it breaks
other packages. The GNU version of tsort doesn't output files that are
part of a cycle, while the BSD tsort that ships with Darwin does.

Symlink to base64 is not created because it conflicts against
the base64 package.
  
  InstallScript: 
#!/bin/sh -ex
set +x # We don't want -x, but fink validateor complains
go() { echo $@; $@; }

for d in bin share/man/man1; do
  dd=`echo $d | sed 's,[^/]*,..,g'`/lib/%N/$d
  go mkdir -p %i/$d
  go cd %I/$d
  for f in $dd/*; do
ff=`basename $f`
case $ff in
  md5sum*|readlink*|mktemp*|tsort*|base64*) ;;
  *) go ln -s $f %i/$d/$ff;;
esac
  done
done

go mkdir -p %i/share/doc/installed-packages
go touch %i/share/doc/installed-packages/%n
go ln -s %N %i/share/doc/%n
  

SplitOff2: 
  Package: fileutils
  Description: Placeholder to help migration coreutils
  Depends: coreutils-default (= %e:%v-%r), fink-obsolete-packages
  InstallScript: 
mkdir -p %i/share/doc
ln -s %N %i/share/doc/%n
  

SplitOff3: 
  Package: textutils
  Description: Placeholder to help migration coreutils
  Depends: coreutils-default (= %e:%v-%r), fink-obsolete-packages
  InstallScript: 
mkdir -p %i/share/doc
ln -s %N %i/share/doc/%n
  

SplitOff4: 
  

[cvs] dists/10.7/stable/main/finkinfo/sci grace.info, NONE, 1.1 grace.patch, NONE, 1.1

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

Added Files:
grace.info grace.patch 
Log Message:
WorksOnLion

--- NEW FILE: grace.patch ---
--- grace-5.1.9/config.cache.orig   Sun Sep  1 18:21:16 2002
+++ grace-5.1.9/config.cacheSun Sep  1 18:20:12 2002
@@ -0,0 +1 @@
+ice_cv_have_isnan_decl=${ice_cv_have_isnan_decl=yes}
--- grace-5.1.9/doc/Makefile.orig   Sun Sep  1 20:33:33 2002
+++ grace-5.1.9/doc/MakefileSun Sep  1 20:32:42 2002
@@ -94,9 +94,9 @@
$(MAKE) install
 
 links : $(DESTDIR)$(GRACE_HOME)/doc/grace.1
-   $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man
-   $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man/man1
-   cd $(DESTDIR)$(PREFIX)/man/man1; \
+   $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/share/man
+   $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/share/man/man1
+   cd $(DESTDIR)$(PREFIX)/share/man/man1; \
for i in $(MANPAGES) $(MANLINKS); do $(RM) $$i; $(LN_S) 
$(GRACE_HOME)/doc/$$i $$i; done
 
 tests : dummy

--- NEW FILE: grace.info ---
Package: grace
Version: 5.1.22
Revision: 4
Source: ftp://plasma-gate.weizmann.ac.il/pub/grace/src/grace5/%n-%v.tar.gz
Source-MD5: 672356466f18fe59ed21a8fb44f9851d
Depends: 
fftw3-shlibs,
libjpeg8-shlibs,
libpng3-shlibs,
libtiff-shlibs,
netcdf-shlibs,
openmotif4-shlibs,
pdflib6-shlibs,
t1lib5-nox-shlibs,
x11

BuildDepends: 
fftw3,
fink (= 0.24.12-1),
libjpeg8,
libpng3,
libtiff,
netcdf,
openmotif4,
pdflib6,
t1lib5-nox,
x11-dev

PatchFile: %n.patch
PatchFile-MD5: e22273d62193a1347dda3a7611f3a2f4
SetLDFLAGS: -framework Carbon
ConfigureParams: --enable-grace-home=%p/lib/X11/grace --enable-editres 
--disable-fortran-wrapper --disable-xmhtml --with-bundled-xbae 
--x-i=/usr/X11R6/include --x-l=/usr/X11R6/lib
CompileScript: 
acx_cv_netcdf=yes acx_cv_netcdf_libraries=-lnetcdf ./configure  %c
make

InstallScript: make DESTDIR=%d install links
Description: Data processing and 2-D visualization tool
DescDetail: 
Grace is a Motif/Lesstif application for two-dimensional data
visualization. Grace can transform the data using free equations, FFT,
cross- and auto-correlation, differences, integrals, histograms, and
much more. The generated figures are of high quality. Grace is a very
convenient tool for data inspection, data transformation, and for
making figures for publications.

DescPort: 
Configure test for isnan_decl fails - patch includes config.cache
to force the issue.
Patch to doc/Makefile to force install of man pages in %p/share/man.

Override NetCDF detection: configure test for high enough
version fails because nc_inq_libvers() returns a complex
string instead of just a number.

License: GPL
DocFiles: CHANGES COPYRIGHT ChangeLog DEVELOPERS LICENSE README
Homepage: http://plasma-gate.weizmann.ac.il/Grace/
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 sdl-gfx13.info, NONE, 1.1 sdl-net.info, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv4011/games

Added Files:
sdl-gfx13.info sdl-net.info 
Log Message:
Builds on 10.7

--- NEW FILE: sdl-net.info ---
Package: sdl-net
Version: 1.2.7
Revision: 1
Maintainer: Alexander Strange astra...@ithinksw.com
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
BuildDepends: sdl (= 1.2.9-1001)
Source: http://www.libsdl.org/projects/SDL_net/release/SDL_net-%v.tar.gz
Source-MD5: 6bd4662d1423810f3140d4da21b6d912
ConfigureParams: --disable-sdltest
InstallScript: make install DESTDIR=%d
SplitOff: 
  Package: %N-shlibs
  Depends: sdl-shlibs (= 1.2.9-1001)
  Replaces: %N ( 1.2.5-1)
  Files: lib/libSDL_net-*.dylib
  Shlibs: %p/lib/libSDL_net-1.2.0.dylib 1.0.0 %n (= 1.2.5-1)
  Docfiles: CHANGES COPYING README

Docfiles: CHANGES COPYING README
Description: SDL networking library
Homepage: http://www.libsdl.org/projects/SDL_net/
License: LGPL

--- NEW FILE: sdl-gfx13.info ---
Package: sdl-gfx13
Version: 2.0.20
Revision: 1
Description: SDL basic drawing routines and rotozoomer
DescDetail: 
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided
basic drawing routines such as lines, circles or polygons and SDL_rotozoom
which implemented a interpolating rotozoomer for SDL surfaces.

DescPackaging: 
Formerly maintained by Michael Wybrow

License: LGPL
Maintainer: None fink-de...@lists.sourceforge.net
Homepage: 
http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
#
Depends: %N-shlibs (= %v-%r)
BuildDepends: sdl (= 1.2.9-1001)
BuildDependsOnly: true
#
Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%v.tar.gz
Source-MD5: 8a787e538a8e4d80d4927535be5af083
#
#UpdateLibtool: true
ConfigureParams: --disable-mmx --disable-sdltest --disable-dependency-tracking
#
NoSetCPPFLAGS: true
SetLDFLAGS: -no-undefined
InstallScript: 
  make install DESTDIR=%d
  mkdir -p %i/share/doc/%n
  cp -r Docs %i/share/doc/%n

#
SplitOff: 
  Package: %N-shlibs
  Depends: sdl-shlibs (= 1.2.9-1001)
  Files: lib/libSDL_gfx.13.5.2.dylib lib/libSDL_gfx.13.dylib
  Shlibs: %p/lib/libSDL_gfx.13.dylib 19.0.0 %n (= 2.0.20-1)
  Docfiles: AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README

#
DocFiles: AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods nose-py.info, NONE, 1.1

2011-07-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5386

Added Files:
nose-py.info 
Log Message:
Works on 10.7

--- NEW FILE: nose-py.info ---
Info2: 

Package: nose-py%type_pkg[python]
Version: 0.11.4

Revision: 1
Homepage: http://code.google.com/p/python-nose/
Maintainer: Kurt Schwehr goat...@users.sourceforge.net
Type: python (2.4 2.5 2.6 2.7 3.1)
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]

#Source: http://python-nose.googlecode.com/files/nose-%v.tar.gz
Source: http://pypi.python.org/packages/source/n/nose/nose-%v.tar.gz
Source-MD5: 230a3dfc965594a06ce2d63def9f0d98

CompileScript: 
  #!/bin/bash -ev
  python%type_raw[python] setup.py build 


InstallScript: 
  #!/bin/bash -ev
  python%type_raw[python] setup.py install --root=%d
  mkdir %i/share
  mv %i/man %i/share/man
  mv %i/share/man/man1/nosetests{,-py%type_pkg[python]}.1
  mv %i/bin/nosetests %i/bin/nosetests%type_raw[python]


PostInstScript: 
 update-alternatives --install %p/bin/nosetests nosetests 
%p/bin/nosetests%type_raw[python] %type_pkg[python] 

PreRmScript: 
 update-alternatives --remove nosetests %p/bin/nosetests%type_raw[python]



DocFiles: 
  AUTHORS
  CHANGELOG
  MANIFEST.in
  NEWS
  PKG-INFO
  README.txt
  doc


License: LGPL
Description: Python testing framework
DescDetail: 
This packages provides an alternate test discovery and running process
for unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic.



# Info2



--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 distribute-py.info, NONE, 1.1

2011-07-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv5481/languages

Added Files:
distribute-py.info 
Log Message:
Works on 10.7

--- NEW FILE: distribute-py.info ---
Info2:  
Package: distribute-py%type_pkg[python]
Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Version: 0.6.19
Revision: 1
Source: http://pypi.python.org/packages/source/d/distribute/distribute-%v.tar.gz
Source-MD5: 45a17940eefee849d4cb8cc06d28d96f

Depends: python%type_pkg[python]
Provides: setuptools-py%type_pkg[python]
Conflicts: setuptools-py%type_pkg[python]
Replaces: setuptools-py%type_pkg[python]

Description: EasyInstall and python eggs
Maintainer: Kurt Schwehr goat...@users.sourceforge.net
DocFiles: CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt
CompileScript: 
  echo Skipping compile stage

InstallScript: 
  %p/bin/python%type_raw[python] setup.py install --root=%d 
--single-version-externally-managed
  rm %i/bin/easy_install
  # setuptools has this as a directory, distribute has it as a file.  This 
confuses dpkg
  # Hopefully just removing this file will allow dpkg to switch back to 
setuptools when necessary.
  rm 
%i/lib/python%type_raw[python]/site-packages/setuptools-0.6c11-py%type_raw[python].egg-info


LICENSE: OSI-Approved
HomePage: http://pypi.python.org/pypi/distribute/

DescDetail: 
Python 3 replacement for setuptools:

Easily download, build, install, upgrade, and uninstall Python
packages.

This package should be used instead of setuptools.
 

# Does not pass on macosx with /tmp really being /private/tmp
# http://bugs.python.org/setuptools/issue125
#InfoTest: 
#TestScript: 
#  %p/bin/python%type_raw[python] setup.py test  || exit 2
#
#


# Info2



--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 scientificpython-py.info, 1.1, 1.2

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

Modified Files:
scientificpython-py.info 
Log Message:
Updated version works on 10.7, too.

Index: scientificpython-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/scientificpython-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scientificpython-py.info24 Jul 2011 01:15:12 -  1.1
+++ scientificpython-py.info24 Jul 2011 22:55:52 -  1.2
@@ -1,7 +1,7 @@
 Info2: 
 
 Package: scientificpython-py%type_pkg[python]
-Version: 2.9.0
+Version: 2.9.1
 Revision: 1
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Type: python (2.3 2.4 2.5 2.6 2.7)
@@ -12,19 +12,22 @@
numpy-py%type_pkg[python],
python%type_pkg[python]
 
+# FIX: Needs pyro-py for taskmanager
 BuildDepends: 
fink (= 0.24.12-1),
libdap9,
libnc-dap3 (= 3.7.3-1)
 
-Replaces: scientificpython
+
+Conflicts: scientificpython-py23-bin,  scientificpython-py24-bin,  
scientificpython-py25-bin,  scientificpython-py26-bin,  
scientificpython-py27-bin
+Replaces:  scientificpython-py23-bin,  scientificpython-py24-bin,  
scientificpython-py25-bin,  scientificpython-py26-bin,  
scientificpython-py27-bin
 
 #
 # Warning!  There is this strange number right after the php that really 
controls what is downloaded!
 #
-Source: 
https://sourcesup.cru.fr/frs/download.php/2372/ScientificPython-%v.tar.gz
+Source: 
https://sourcesup.cru.fr/frs/download.php/3420/ScientificPython-%v.tar.gz
 
-Source-MD5: ba708d235094d75478bdeb8d4c7f
+Source-MD5: f27bfb3abda022b73a93cd6ada06338f
 PatchFile: %{ni}.patch
 PatchFile-MD5: ee9fdbc23b851d11cc86b0d94b1c2270
 CompileScript: 
@@ -34,31 +37,29 @@
  %p/bin/python%type_raw[python] setup.py install --root %d --netcdf_prefix=%p
  mkdir -p %i/share/doc/%n/HTML
  mkdir -p %i/share/doc/%n/PDF
- mv %i/bin/bsp_virtual %i/bin/bsp_virtual%type_raw[python]
- mv %i/bin/task_manager %i/bin/task_manager%type_raw[python]
- ln -s %p/bin/bsp_virtual%type_raw[python] %i/bin/bsp_virtual
- ln -s %p/bin/task_manager%type_raw[python] %i/bin/task_manager
+ mv %i/bin/bsp_virtual %i/bin/bsp_virtual%type_pkg[python]
+ # mv %i/bin/task_manager %i/bin/task_manager%type_pkg[python]
+ # task_manager needs pyro to be packaged
+ rm %i/bin/task_manager
  cp -R Examples %i/share/doc/%n
  cp -R Doc/* %i/share/doc/%n
 
-SplitOff: 
-  Package: scientificpython-py%type_pkg[python]-bin
-  Conflicts: 
-   scientificpython-py22-bin,
-   scientificpython-py23-bin,
-   scientificpython-py24-bin,
-   scientificpython-py25-bin
-   
-  Replaces: 
-   scientificpython-py22-bin,
-   scientificpython-py23-bin,
-   scientificpython-py24-bin,
-   scientificpython-py25-bin
-   
-  Depends: scientificpython-py%type_pkg[python] (= %v-%r)
-  Files: bin/bsp_virtual bin/task_manager
-  DocFiles: README LICENSE
+
+PostInstScript: 
+  # Add --verbose to update-alternatives for debugging
+  update-alternatives --verbose --install %p/bin/bsp-virtual 
scientificpython-py %p/bin/bsp_virtual%type_pkg[python] %type_pkg[python]
+
+
+# task_manager needs pyro... not currently packaged
+# --slave %p/bin/task_manager task_manager %p/bin/task_manager%type_pkg[python]
+
+
+PreRmScript: 
+  if [ $1 != upgrade ]; then
+update-alternatives --verbose --remove scientificpython-py 
%p/bin/scientificpython%type_pkg[python]
+  fi
 
+
 License: OSI-Approved
 DocFiles: README LICENSE 
 Description: Python modules for scientific computing


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 icon.info, NONE, 1.1 icon.patch, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv23805/languages

Added Files:
icon.info icon.patch 
Log Message:
Updated and moved to 10.7

--- NEW FILE: icon.patch ---
diff -ru icon.v942src-orig/Makefile icon.v942src/Makefile
--- icon.v942src-orig/Makefile  Sun Nov  2 15:47:32 2003
+++ icon.v942src/Makefile   Sun Nov  2 16:09:12 2003
@@ -97,16 +97,13 @@
 
 D=$(dest)
 Install:
-   mkdir $D
-   mkdir $D/bin $D/lib $D/doc $D/man $D/man/man1
-   cp README $D
+   mkdir -p $D/bin $D/lib/icon $D/share/man/man1
cp bin/[cflpvwx]* $D/bin
cp bin/icon[tx]* $D/bin
rm -f $D/bin/libI*
(cd $D/bin; ln -s icont icon)
-   cp lib/*.* $D/lib
-   cp doc/*.* $D/doc
-   cp man/man1/*.* $D/man/man1
+   cp lib/*.* $D/lib/icon
+   cp man/man1/*.* $D/share/man/man1
 
 
 # Bundle up for binary distribution.
Only in icon.v942src: Makefile.orig
Only in icon.v942src: Makefile.rej
Only in icon.v942src: Makefile~
diff -ru icon.v942src-orig/src/icont/tunix.c icon.v942src/src/icont/tunix.c
--- icon.v942src-orig/src/icont/tunix.c Sun Nov  2 15:47:32 2003
+++ icon.v942src/src/icont/tunix.c  Sun Nov  2 15:47:58 2003
@@ -301,7 +301,7 @@
else
   strcpy(buf, .);
strcat(buf, :);
-   strcat(buf, relfile(prog, /../../lib));
+   strcat(buf, relfile(prog, /../../lib/icon));
return salloc(buf);
}
 
Only in icon.v942src/src/icont: tunix.c.orig

--- NEW FILE: icon.info ---
Package: icon
Version: 9.5.0
Revision: 1
Depends: readline5-shlibs (= 5.0-1006), x11
BuildDepends: fink (= 0.24.12-1), readline5 (= 5.0-1006), x11-dev
Source: http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v950src.tgz
Source-MD5: 3f9b89bb8f2c0fb3e9c75d1b52fb5690
PatchFile: %n.patch
PatchFile-MD5: 79578310448491541a9113d753e4f5e0
CompileScript:
make X-Configure name=mac386
make All

InstallScript:
make Install dest=%i

DocFiles: README doc/*
Description: Very high level programming language
DescDetail: 
Icon is a high-level, general-purpose programming language with a
large repertoire of features for processing data structures and
character strings. Icon is an imperative, procedural language with a
syntax reminiscent of C and Pascal, but with semantics at a much
higher level.

License: Public Domain
Maintainer: Matthias Neeracher neerac...@mac.com
Homepage: http://www.cs.arizona.edu/icon/


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
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 open-cobol.info, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv31910/languages

Added Files:
open-cobol.info 
Log Message:
Updated and moved to 10.7

--- NEW FILE: open-cobol.info ---
Package: open-cobol
Version: 1.0
Revision: 1
BuildDependsOnly: True
Maintainer: Matthias Neeracher neerac...@mac.com
Depends: %n-shlibs (= %v-%r), db51-aes-shlibs | db51-shlibs, libiconv, 
libgettext8-shlibs, gmp5-shlibs (= 5.0.2-1), libncurses5-shlibs (= 
5.9-20110507-1)
BuildDepends: gmp5 (= 5.0.2-1), libmpfr4 (= 3.0.1-1), db51-aes | db51, 
libtool2 (= 2.4-1), libncurses5 (= 5.9-20110507-1), readline5, libiconv-dev, 
libgettext8-dev, fink (= 0.24.12-1)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 947e0d9c4ee7fa8f077ea4bca2f894e5
ConfigureParams: --infodir=%i/share/info
SplitOff: 
 Package: open-cobol-shlibs
 Depends: gmp5-shlibs (= 5.0.2-1), libncurses5-shlibs (= 5.9-20110507-1), 
db51-aes-shlibs | db51-shlibs, libgettext8-shlibs
 Files: 
 lib/libcob.*.dylib
 
 Shlibs: 
 %p/lib/libcob.1.dylib 2.0.0 %n (= 1.0-1)
 
 DocFiles: COPYING.LIB
 Description: Open Cobol Shared Library

InfoDocs: open-cobol.info
DocFiles: README COPYING COPYING.LIB NEWS THANKS AUTHORS
Description: COBOL compiler
DescDetail: 
This is a COBOL compiler. While it is still under development, it apparently 
already implements a substantial part of COBOL 85.

License: GPL
Homepage: http://www.open-cobol.org



--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/utils coreutils.info, 1.19, 1.20

2011-07-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv3127

Modified Files:
coreutils.info 
Log Message:
Fugbix

Index: coreutils.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- coreutils.info  11 Feb 2011 20:28:07 -  1.19
+++ coreutils.info  25 Jul 2011 00:46:52 -  1.20
@@ -1,13 +1,13 @@
 Package: coreutils
-Version: 8.10
+Version: 8.12
 Epoch: 1
-Revision: 2
+Revision: 1
 BuildDepends: expat1, gmp5, help2man, libgettext8-dev, gettext-bin, 
gettext-tools, libiconv-dev, fink (= 0.24.12-1)
 Depends: gmp5-shlibs, libgettext8-shlibs, libiconv
 NoSetLDFLAGS: true
 SetLIBS: -L%p/lib
 Source: mirror:gnu:%n/%n-%v.tar.gz
-Source-MD5: 74d54d09fc5c1bd3337127f49c88b1c5
+Source-MD5: fce753a67243d00d75cc86dbcaa6
 PatchFile: %n.patch
 PatchFile-MD5: 2c174bc9c5e356dc23f4e92ce48c33cb
 InfoTest: 


--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
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 python31.info, NONE, 1.1 python31.patch, NONE, 1.1 python32.info, NONE, 1.1 python32.patch, NONE, 1.1

2011-07-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv3678

Added Files:
python31.info python31.patch python32.info python32.patch 
Log Message:
Move to 10.7.


--- NEW FILE: python31.info ---
Info2: 
Package: python%type_pkg[python]
Version: 3.1.4
Revision: 2
Type: python 3.1
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Depends: 
%N-shlibs (= %v-%r),
blt-shlibs,
bzip2-shlibs,
gdbm3-shlibs,
libgettext8-shlibs,
libncursesw5-shlibs,
readline5-shlibs,
sqlite3-shlibs  (= 3.7.2-2),
tcltk (= 8.4.1-1),
x11

BuildConflicts: libquicktime0
BuildDepends: 
blt-dev (= 2.4z-15),
bzip2-dev,
fink (= 0.24.12-1), 
gdbm3,
gettext-bin,
gettext-tools,
libgettext8-dev,
libncursesw5,
readline5,
sqlite3-dev (= 3.7.2-2),
system-openssl-dev,
tcltk-dev (= 8.4.1-1),
x11-dev

Source: http://python.org/ftp/python/%v/Python-%v.tar.bz2
Source-MD5: 09ed98eace4c403b475846702708675e
Source2: http://www.python.org/ftp/python/doc/%v/python-%v-docs-html.tar.bz2
Source2-MD5: 0a4a56361005966cc38d1068dfd52a54
PatchFile: %n.patch
PatchFile-MD5: c5cb925836eca9f48750e1800c04d196
PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1

UseMaxBuildJobs: true
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: --enable-shared --with-dbmliborder=gdbm
CompileScript: 
#!/bin/sh -ex
darwin_vers=`uname -r | cut -d. -f1`
if [ $darwin_vers = 11 ]; then
perl -pi -e 's/ -lSystemStubs//' ./configure
perl -pi -e 's/-O3/-fwrapv -O3/' ./configure
fi
if [ %m = x86_64 ]; then
#perl -pi -e 's|num_missing != 2:|num_missing != 2:|g' 
./setup.py
# Architecture:x86_64 has tcltk-8.5.x, other arch have 8.4.x
perl -pi -e s/8.4\'/8.5\'/ ./setup.py
# Test assumes that little endian Macs always return i386.
perl -pi -e s/i386/x86_64/ Lib/test/test_platform.py
fi
%{default_script}


InfoTest: TestScript: LANG=en_US.UTF-8 make -k test EXTRATESTOPTS='-w -x 
test_distutils test_cmd_line test_argparse test_httpservers' || exit 2

InstallScript: 
#!/bin/sh -ex
# install fails with -j great than 1
export MAKEFLAGS=-j1
make install DESTDIR=%d

# don't propagate our hackery
perl -pi -e 's|-L%p/lib/system-openssl/lib||; s|-lintl ||' 
%i/lib/python%type_raw[python]/config/Makefile

# fix all main things to be python-versioned filenames with
# unversioned symlinks to them
pushd %i/bin
for f in 2to3 idle3 pydoc3; do
mv ${f} ${f}-%type_raw[python]
ln -s ${f}-%type_raw[python] %i/bin/${f}
done
#Remove this for now to avoid conflicting with 'python' package.
rm 2to3
popd

ln -s python%type_raw[python].1 %i/share/man/man1/python3.1

# install some docs and other useful tidbits
rm -rf Misc/RPM
/bin/cp -R Misc Tools %i/lib/python%type_raw[python]
mkdir -p %i/share/doc/%n
/bin/cp -R Demo Doc %i/share/doc/%n
mkdir -p %i/share/doc/%n/html
/bin/cp -R ../python-%v-docs-html/ %i/share/doc/%n/html

SplitOff: 
 Package: %N-shlibs
 Depends: libgettext8-shlibs
 Files: lib/python%type_raw[python]/config/libpython%type_raw[python].dylib
 Shlibs: %p/lib/python3.1/config/libpython3.1.dylib 3.1.0 %n (= 3.1-1)
 DocFiles: README LICENSE 

SplitOff2: 
 Package: python3
 Depends: %N (= %v-%r)
 Files: 
bin/idle3
bin/pydoc3
bin/python3
bin/python3-config
lib/pkgconfig/python3.pc
share/man/man1/python3.1

 DocFiles: README LICENSE
 Description: Generic python3 command that invokes python%type_pkg[python]

DocFiles: README LICENSE 
Description: Interpreted, object-oriented language
DescDetail: 
 Python is often compared to Tcl, Perl, Scheme or Java. 
 This package installs unix python - not the OSX Framework version.
 Builds a two-level namespace dynamic libpython (needed for koffice).

 The interpretter is installed as python%type_raw[python], and all associated
 commands are similarly named with the python-version in them. To get
 the simple python3 command, install the fink package python3 (note:
 the python3 command there is not guaranteed to be python%type_raw[python]!).

DescUsage: 
python%type_raw[python] changes the compiler options used to compile
third-party python modules. Please do not add %type_raw[python] variants
to them without actually testing that they build cleanly.


DescPackaging: 
Patch a lot of things to impliment shared-lib support for
non-Framework build on Darwin.

Static libpython is installed in 

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

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

Added Files:
libproxy1.info libproxy1.patch 
Log Message:
Move to 10.7.


--- NEW FILE: libproxy1.info ---
Package: libproxy1
Version: 0.4.0
Revision: 4
Source: http://libproxy.googlecode.com/files/libproxy-%v.tar.gz
Source-MD5: b22c95df70a40949e99add5171fc3084
BuildDepends: 
cmake,
fink (= 0.28),
pkgconfig (= 0.23)

Depends: %n-shlibs (= %v-%r)
Conflicts: libproxy0
Replaces: libproxy0
BuildDependsOnly: true
GCC: 4.0
PatchFile: %n.patch
PatchFile-MD5: 917013c954980b3a6a37003178e4b8cb
PatchScript: 
%{default_script}
perl -pi -e 's/_POSIX_C_SOURCE/_DARWIN_C_SOURCE/' CMakeLists.txt
perl -pi -e 's/false/NULL/' libproxy/modules/wpad_dns_alias.cpp

CompileScript: 
cmake -DCMAKE_INSTALL_PREFIX=%p -DCMAKE_INSTALL_NAME_DIR=%p/lib
perl -pi -e 's/\.\.\/libmodman\/libmodman\S+dylib//' 
utils/CMakeFiles/proxy.dir/link.txt
make VERBOSE=1

InstallScript: 
make install DESTDIR=%d

rm %i/lib/libmodman.dylib
rm %i/lib/libmodman.0.0.0.dylib
mv %i/lib/libmodman.0.dylib %i/lib/libmodman.0.0.0.dylib

SplitOff: 
Package: %N-shlibs
Files: 
lib/libmodman.0.0.0.dylib
lib/libproxy.1.0.0.dylib
lib/libproxy.1.dylib

Shlibs: 
!%p/lib/libmodman.0.0.0.dylib
%p/lib/libproxy.1.dylib 1.0.0 %n (= 0.4.0-1)

DocFiles:AUTHORS COPYING ChangeLog NEWS README

SplitOff2: 
Package: libproxy-bin
Depends: %N-shlibs (= %v-%r)
Files: bin
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: Command-line proxy detector

DocFiles: AUTHORS COPYING ChangeLog NEWS README
DescPackaging: 
Hacking CMakeLists.txt seems to be only way to disable building
certain plugins.

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

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

Upstream patch to enable installation of .pc file. See:
http://code.google.com/p/libproxy/issues/detail?id=87
And to fix its Version field. See:
http://code.google.com/p/libproxy/source/detail?spec=svn622r=622

DescDetail: 
This is the core library only, and the plugins to support
proxy-configuration via envvar and file. Other plugins will be
packaged separately. Note: plugins are tied to specific %%v of
library, not its ABI or other libversion field. Updating
library package will require updating external plugin
packages.

Description: Generic access to network proxy settings
Homepage: http://code.google.com/p/libproxy
License: LGPL
Maintainer: Daniel Macks dma...@netspace.org

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

[cvs] dists/10.7/stable/main/finkinfo/libs neon27.info,NONE,1.1

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

Added Files:
neon27.info 
Log Message:
Move to 10.7.


--- NEW FILE: neon27.info ---
Package: neon27
Version: 0.29.6
Revision: 2
Description: HTTP/WebDAV client library with a C API
License: LGPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org

# Dependencies:
Depends: %N-shlibs (= %v-%r), pkgconfig (= 0.20-1)
BuildDepends: libxml2 (= 2.6.30-1), system-openssl-dev, libiconv-dev (= 
1.12-3), libgettext8-dev, libproxy1
Conflicts: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, 
neon22-ssl, neon23, neon23-ssl, neon24, neon24-ssl, neon25, neon26, neon27
Replaces: neon-ssl, neon, neon19, neon19-ssl, neon21, neon21-ssl, neon22, 
neon22-ssl, neon23, neon23-ssl, neon24, neon24-ssl, neon25, neon26, neon27
BuildDependsOnly: True

# Unpack Phase:
Source: http://www.webdav.org/neon/neon-%v.tar.gz
Source-MD5: 591e0c82e6979e7e615211b386b8f6bc

# Patch Phase:
PatchScript: 
  perl -pi -e 's/neon.mo/%n.mo/' Makefile.in
  perl -pi -e 's/(bindtextdomain\()neon/\1%n/' src/ne_i18n.c
  perl -pi -e 's/\@NEON_LIBS\@|\@user_LDFLAGS\@//g' neon-config.in
  # Why do people think you still need -flat_namespace?
  perl -pi -e 's/\$LDFLAGS -flat_namespace/$LDFLAGS/' configure
  # -no-install does nothing on darwin but give warnings.
  perl -pi -e 's/-no-install//g' configure
  # Tests need Gnu 'date'
  #perl -pi -e 's/date -d/gdate -d/' test/makekeys.sh


# Compile Phase:
ConfigureParams: --with-libxml2 --with-ssl=openssl --without-egd 
--enable-shared --disable-static 
--with-ca-bundle=%p/etc/ssl/certs/ca-bundle.crt --without-pakchois

SetCFLAGS: -Os
UseMaxBuildJobs: true

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

%{default_script}


# Tests have a few failures, mostly reverse address lookups and prebinding.
# It seems to be caused by network configuration issues.
# Test suite is all screwed up now. I've given up trying to make it work.
#InfoTest: 
#   TestDepends: coreutils
#   TestScript: make check || exit 1
#

# Install Phase:
InstallScript: 
make install DESTDIR=%d docdir='$(datadir)/doc/%n'
#No need for dependency_libs in .la files if not building static libs
perl -pi -e s/dependency_libs=.*$/dependency_libs=''/ %i/lib/*.la

DocFiles: AUTHORS BUGS ChangeLog NEWS README THANKS TODO src/COPYING.LIB

SplitOff: 
  Package: %N-shlibs
  Depends: libxml2-shlibs (= 2.6.30-1), libiconv (= 1.12-3), 
libgettext8-shlibs, ca-bundle, libproxy1-shlibs
  Files: lib/libneon.27.dylib share/locale
  Shlibs: %p/lib/libneon.27.dylib 30.0.0 %n (= 0.29.0-1)
  DocFiles: src/COPYING.LIB README


# Additionale Information:
DescDetail: 
Current features:

 - High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc)
 - Low-level interface to HTTP request handling, to allow implementing
   new methods easily.
 - persistent connections
 - RFC2617 basic and digest authentication (including auth-int, md5-sess)
 - Proxy support (including basic/digest authentication)
 - SSL/TLS support using OpenSSL (including client certificate support)
 - Generic WebDAV 207 XML response handling mechanism
 - XML parsing using the expat or libxml parsers
 - Easy generation of error messages from 207 error responses
 - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
 - WebDAV metadata support: set and remove properties, query any set of
   properties (PROPPATCH/PROPFIND).
 - autoconf macros supplied for easily embedding neon directly inside an
   application source tree.

neon is licensed under the GNU LGPL; see COPYING.LIB for full details.

Please note that the neon API is not yet stable, and is subject to 
major changes

Homepage: http://www.webdav.org/neon/


--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods nose-py.info, 1.1, 1.2

2011-07-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13731

Modified Files:
nose-py.info 
Log Message:
_Really_ update nose-py properly.

Index: nose-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/nose-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nose-py.info24 Jul 2011 22:49:12 -  1.1
+++ nose-py.info25 Jul 2011 01:30:54 -  1.2
@@ -1,19 +1,18 @@
 Info2: 
 
 Package: nose-py%type_pkg[python]
-Version: 0.11.4
+Version: 1.0.0
 
 Revision: 1
 Homepage: http://code.google.com/p/python-nose/
 Maintainer: Kurt Schwehr goat...@users.sourceforge.net
-Type: python (2.4 2.5 2.6 2.7 3.1)
+Type: python (2.4 2.5 2.6 2.7 3.1 3.2)
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
-BuildDepends: setuptools-py%type_pkg[python]
+Depends: python%type_pkg[python], distribute-py%type_pkg[python]
+BuildDepends: distribute-py%type_pkg[python]
 
-#Source: http://python-nose.googlecode.com/files/nose-%v.tar.gz
 Source: http://pypi.python.org/packages/source/n/nose/nose-%v.tar.gz
-Source-MD5: 230a3dfc965594a06ce2d63def9f0d98
+Source-MD5: 47a4784c817afa6ef11a505b574584ed
 
 CompileScript: 
   #!/bin/bash -ev
@@ -36,6 +35,12 @@
  update-alternatives --remove nosetests %p/bin/nosetests%type_raw[python]
 
 
+# Fails 3 tests - but reports okay
+InfoTest: 
+  TestScript: 
+%p/bin/python%type_raw[python] setup.py test || exit 1
+  
+
 
 DocFiles: 
   AUTHORS


--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
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 svn-swig-pm.info, NONE, 1.1 svn-swig-py.info, NONE, 1.1 svn.info, NONE, 1.1 svn.patch, NONE, 1.1 svnadmin-db.info, NONE, 1.1

2011-07-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv17765

Added Files:
svn-swig-pm.info svn-swig-py.info svn.info svn.patch 
svnadmin-db.info 
Log Message:
Move to 10.7.


--- NEW FILE: svn-swig-pm.info ---
Info2: 
Package: svn-swig-pm%type_pkg[perl]
Version: 1.6.16
Revision: 1
Description: Swig svn Perl %type_raw[perl] bindings
Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
License: BSD
Maintainer: Daniel Johnson dan...@daniel-johnson.org

Distribution: (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7

# Dependencies:
Depends: perl%type_pkg[perl]-core, %N-shlibs (= %v-%r)
BuildDepends: 
libapr.0-dev,
libaprutil.0-dev (= 1.3.4-8),
cyrus-sasl2-dev (= 2.1.22-1006),
db51-aes | db51,
fink (= 0.24.12-1),
gettext-bin,
gettext-tools,
libgettext8-dev,
libiconv-dev (= 1.9.1-11),
libserf0 (= 0.7.0-1),
neon27,
sqlite3-dev,
svn15-dev (= %v),
swig,
system-openssl-dev

Replaces: svn-ssl-swig-pm%type_pkg[perl]

# Unpack Phase:
Source: http://subversion.tigris.org/downloads/subversion-%v.tar.bz2
Source-MD5: 32f25a6724559fe8691d1f57a63f636e

# Compile Phase:
NoSetLDFLAGS: true
NoSetLIBS: true
SetLDFLAGS: -L%p/lib/system-openssl/lib -L%p/lib
GCC: 4.0
NoPerlTests: true
CompileScript: 
#! /bin/sh -ev
 ### Recreate build-outputs.mk to not include already installed libs
 ./gen-make.py --installed-libs 
libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_fs_base,libsvn_fs_fs,libsvn_fs_util,libsvn_ra,libsvn_ra_neon,libsvn_ra_local,libsvn_ra_serf,libsvn_ra_svn,libsvn_repos,libsvn_subr,libsvn_wc
 
 perl -pi -e 's,\@SVN_APR_EXPORT_LIBS\@,-L%p/lib/svn15 $,' 
subversion/bindings/swig/perl/native/Makefile.PL.in

 ### Configure shared
 export F77=no
 export RUBY=/usr/bin/false
 if [ -x %p/bin/perl%type_raw[perl] ]; then
   export PERL=%p/bin/perl%type_raw[perl]
 elif [ -x /usr/bin/perl5.12 ]; then
   export PERL=/usr/bin/perl5.12
 else
   export PERL=/usr/bin/perl%type_raw[perl]
 fi
 # MakeMaker generates a bogus ABSPERL if PERL=/usr/bin/arch -%m perl5.10.0
 # since it expects a full pathname. Also something is checking if ABSPERL is
 # a valid filename, which fails obviously. Here we create a wrapper so that we
 # set ABSPATH to a valid filename while still calling /usr/bin/arch but only
 # on 10.6 and later.
 let version=`uname -r | cut -f 1 -d .`
 if [ %type_pkg[perl] -eq 5100 -a $version -eq 10 ]; then
  cat  myperl _Eof
#!/bin/sh
exec /usr/bin/arch -%m $PERL \$@
_Eof
  chmod +x myperl; export PERL=`pwd`/myperl
 fi

 ./configure --libdir=%p/lib/perl5/%type_raw[perl]/lib \
--enable-shared \
--disable-static \
--with-neon=%p \
--with-serf=%p \
--with-apr=%p/bin/apr-1-config \
--with-apr-util=%p/bin/apu-1-config \
--without-apxs \
--disable-mod-activation \
--without-jdk \
--disable-javahl \
--with-jikes=no \
--with-swig \
--with-berkeley-db='db.h:%p/include/db5:%p/lib:db-5.1' \
--with-sasl=%p \
--with-sqlite=%p \
--without-gnome-keyring \
--without-kwallet \
--without-ctypesgen \
--disable-neon-version-check

 ### Build swig perl bindings
 
 perl -pi -e 's/-arch i386 -arch ppc//g' Makefile
 make libsvn_swig_perl CPPFLAGS='-I$(top_srcdir)/subversion/include 
-I$(top_builddir)/subversion -I%p/include/neon -I%p/include/serf-0 
-I%p/include/apache2 -I%p/lib/system-openssl/include -I%p/include  -DDARWIN 
-DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''
 cd subversion/bindings/swig/perl/native  %{default_script} PERL=$PERL 
FULLPERL=$PERL ABSPERL=$PERL

InfoTest: 
 TestScript: (cd subversion/bindings/swig/perl/native  make test) || exit 2


# Install Phase:
UpdatePOD: true
DocFiles: COPYING HACKING INSTALL.swig NOTES.swig
InstallScript: 
 ### Install swig perl bindings
 make install-swig-pl DESTDIR=%d
 cp subversion/bindings/swig/INSTALL INSTALL.swig
 cp subversion/bindings/swig/NOTES NOTES.swig

 ### Remove unneeded archives
 rm %i/lib/perl5/%type_raw[perl]/lib/*.la
 rm %i/lib/perl5/%type_raw[perl]/lib/libsvn_swig_perl-1.dylib
 
 ### Move man files to perl versioned directory
 /usr/bin/install -d %i/lib
 /usr/bin/install -d %i/lib/perl5
 /usr/bin/install -d %i/lib/perl5/%type_raw[perl]
 mv %i/share/man %i/lib/perl5/%type_raw[perl]

SplitOff: 
  Description: Subversion - Swig Perl Shared libraries
  Package: %N-shlibs
  Depends: svn15-shlibs (= %v)
  Replaces: %{Ni}581-shlibs, %{Ni}584-shlibs, %{Ni}586-shlibs, %{Ni}588-shlibs, 
svn-ssl-swig-pm581-shlibs, svn-ssl-swig-pm584-shlibs, 
svn-ssl-swig-pm586-shlibs, svn-ssl-swig-pm588-shlibs
  Files: 
lib/perl5/%type_raw[perl]/lib/libsvn_swig_perl-1.0.0.0.dylib
lib/perl5/%type_raw[perl]/lib/libsvn_swig_perl-1.0.dylib
  
  Shlibs: 

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

2011-07-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv21907

Added Files:
debfoster.info 
Log Message:
Move to 10.7.


--- NEW FILE: debfoster.info ---
Package: debfoster
Version: 2.5
Revision: 1025
Description: The ultimate debian pkg mgmt tool
License: LGPL
Maintainer: Remi Mommsen remigius.momm...@cern.ch
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, automaken
Depends: libgettext3-shlibs, apt (= 0.5.4-1052), dpkg (= 1.10.21-1217)
Source: http://www.fruit.eu.org/debfoster/debfoster-%v.tar.gz
Source-MD5: 718adb9be78af37903f51d602271608b
SetLIBS: -lintl
SetCPPFLAGS: -DTCGETS=19 -DTCSETS=20
PatchScript: 
  /usr/bin/grep -rl /var/ * | /usr/bin/xargs -n 1 /usr/bin/sed -i.bak 
's:/var/:%p/var/:g'
  /usr/bin/grep -rl /etc/ * | /usr/bin/xargs -n 1 /usr/bin/sed -i.bak 
's:/etc/:%p/etc/:g'

ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: 
make install DESTDIR=%d

ConfFiles: %p/etc/debfoster.conf
DocFiles: ABOUT-NLS AUTHORS COPYING INSTALL NEWS README THANKS TODO
DescDetail: 
debfoster maintains a list of packages which are explicitly requested
and updates that list every time it's run. It'll remove packages that
are no longer needed. It will ask about new packages and packages that
are no longer a dependency.

HomePage: http://www.fruit.je/debfoster/
DescPort: 
Former packages versions maintained by Michal Suchanek hramr...@centrum.cz



--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
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 term-readkey-pm.info, NONE, 1.1

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

Added Files:
term-readkey-pm.info 
Log Message:
Move to 10.7.


--- NEW FILE: term-readkey-pm.info ---
Info2: 
Package: term-readkey-pm%type_pkg[perl]
Version: 2.30
Revision: 4
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
Description: Perl module changes term modes
License: OSI-Approved
Maintainer: Christian Schaffner chri...@users.sourceforge.net

# Dependencies:
Depends: perl%type_pkg[perl]-core
BuildDepends: fink (= 0.29.0-1)
Replaces: term-readkey-pm (= 2.21-1), %N-man
Conflicts: %N-man

# Unpack Phase:
Source: mirror:cpan:authors/id/J/JS/JSTOWE/TermReadKey-%v.tar.gz
Source-MD5: f0ef2cea8acfbcc58d865c05b0c7e1ff

# Install Phase:
UpdatePOD: true
DocFiles: MANIFEST README*
PostInstScript: 
 rm -rf %p/lib/perl5/darwin/auto/Term/ReadKey/
 rm -f %p/lib/perl5/darwin/Term/ReadKey.pm

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


# Additional Info:
DescPackaging: 
 Earlier versions by Peter O'Gorman.

Homepage: http://search.cpan.org/dist/TermReadKey



--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
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 git-svn.info,NONE,1.1

2011-07-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv24428

Added Files:
git-svn.info 
Log Message:
Move to 10.7.


--- NEW FILE: git-svn.info ---
Info2:
Package: git-svn
Version: 1.7.6
Revision: 1
Type: pm 5.12.3
Description: Tool to let git use subversion repositories
Depends: 
git (= %v-1),
libwww-pm%type_pkg[pm],
svn-swig-pm%type_pkg[pm],
term-readkey-pm%type_pkg[pm]


Source: mirror:custom:/software/scm/git/git-%v.tar.bz2
Source-MD5: 9e0a438eb71e89eedb61f89470ed32a0
Source2: mirror:custom:/software/scm/git/git-htmldocs-%v.tar.bz2
Source2-MD5: 8ab9c524844ad54edcb5c40d1c886ded
Source2ExtractDir: doc
Source3: mirror:custom:/software/scm/git/git-manpages-%v.tar.bz2
Source3-MD5: a017935cf9e90d9f056b6547c318fd15

CompileScript: echo Nothing to compile.

InstallScript: 
#!/bin/bash -ev

mkdir -p %i/lib/git-core
mkdir -p %i/share/doc/git
mkdir -p %i/share/man/man1

cp %n.perl %i/lib/git-core/%n
cp ../doc/%n.* %i/share/doc/git
cp ../man1/%n.1 %i/share/man/man1

let version=`uname -r | cut -f 1 -d .`
if [ $version -ge 10 ]; then
perl -pi -e 's,/usr/bin/perl,/usr/bin/arch -%m perl5.12,' 
%i/lib/git-core/%n
fi


DocFiles: COPYING

License: GPL
Homepage: http://git-scm.com/
Maintainer: Daniel Johnson dan...@daniel-johnson.org
CustomMirror: 
Primary: http://www.kernel.org/pub
asi-CN: http://www.cn.kernel.org/pub
asi-IN: http://www.in.kernel.org/pub
asi-JP: http://www.jp.kernel.org/pub
asi-KR: http://www.kr.kernel.org/pub
asi-MY: http://www.my.kernel.org/pub
asi-SG: http://www.sg.kernel.org/pub
asi-TW: http://www.tw.kernel.org/pub
aus-AU: http://www.au.kernel.org/pub
aus-NZ: http://www.nz.kernel.org/pub
eur-BA: http://www.ba.kernel.org/pub
eur-BE: http://www.be.kernel.org/pub
eur-BG: http://www.bg.kernel.org/pub
eur-CH: http://www.ch.kernel.org/pub
eur-CZ: http://www.cz.kernel.org/pub
eur-DE: http://www.de.kernel.org/pub
eur-DK: http://www.dk.kernel.org/pub
eur-EE: http://www.ee.kernel.org/pub
eur-ES: http://www.es.kernel.org/pub
eur-FI: http://www.fi.kernel.org/pub
eur-FR: http://www.fr.kernel.org/pub
eur-GR: http://www.gr.kernel.org/pub
eur-HR: http://www.hr.kernel.org/pub
eur-HU: http://www.hu.kernel.org/pub
eur-IE: http://www.ie.kernel.org/pub
eur-IL: http://www.il.kernel.org/pub
eur-IS: http://www.is.kernel.org/pub
eur-IT: http://www.it.kernel.org/pub
eur-LI: http://www.li.kernel.org/pub
eur-LT: http://www.lt.kernel.org/pub
eur-LU: http://www.lu.kernel.org/pub
eur-LV: http://www.lv.kernel.org/pub
eur-MD: http://www.md.kernel.org/pub
eur-MK: http://www.mk.kernel.org/pub
eur-NL: http://www.nl.kernel.org/pub
eur-NO: http://www.no.kernel.org/pub
eur-PL: http://www.pl.kernel.org/pub
eur-PT: http://www.pt.kernel.org/pub
eur-RO: http://www.ro.kernel.org/pub
eur-RU: http://www.ru.kernel.org/pub
eur-SE: http://www.se.kernel.org/pub
eur-SI: http://www.si.kernel.org/pub
eur-SK: http://www.sk.kernel.org/pub
eur-TR: ftp://ftp.tr.kernel.org/pub
eur-UA: http://www.ua.kernel.org/pub
eur-UK: http://www.uk.kernel.org/pub
nam-CA: http://www.ca.kernel.org/pub
nam-MX: http://www.mx.kernel.org/pub
nam-US: http://www.us.kernel.org/pub
sam-AR: http://www.ar.kernel.org/pub
sam-BR: http://www.br.kernel.org/pub
sam-CL: http://www.cl.kernel.org/pub
sam-VE: http://www.ve.kernel.org/pub




--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
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 ucblogo.info, NONE, 1.1 ucblogo.patch, NONE, 1.1

2011-07-24 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv3898/languages

Added Files:
ucblogo.info ucblogo.patch 
Log Message:
Updated, beat into submission, added to 10.7

--- NEW FILE: ucblogo.patch ---
diff -ru ucblogo-6.0-orig/docs/makefile ucblogo-6.0/docs/makefile
--- ucblogo-6.0-orig/docs/makefile  2011-07-25 03:07:12.0 +0200
+++ ucblogo-6.0/docs/makefile   2011-07-25 03:46:58.0 +0200
@@ -1,6 +1,6 @@
 BUILDIR  = `pwd`
-INFODIR  = $(prefix)/info
-DOCSDIR  = $(LIBLOC)/docs
+INFODIR  = $(prefix)/share/info
+DOCSDIR  = $(prefix)/share/doc/ucblogo
 HTMLDIR  = $(DOCSDIR)/html
 
 all: usermanual.ps usermanual.pdf html/usermanual_1.html ucblogo.info
diff -ru ucblogo-6.0-orig/docs/usermanual.texi ucblogo-6.0/docs/usermanual.texi
--- ucblogo-6.0-orig/docs/usermanual.texi   2011-07-25 03:07:12.0 
+0200
+++ ucblogo-6.0/docs/usermanual.texi2011-07-25 04:43:28.0 +0200
@@ -14,6 +14,10 @@
 
 @ifinfo
 @paragraphindent 0
+@dircategory Text creation and manipulation
+@direntry
+* UCB Logo: (ucblogo).  Berkeley Logo interpreter
+@end direntry
 @end ifinfo
 
 @finalout
diff -ru ucblogo-6.0-orig/makefile.in ucblogo-6.0/makefile.in
--- ucblogo-6.0-orig/makefile.in2011-07-25 03:07:13.0 +0200
+++ ucblogo-6.0/makefile.in 2011-07-25 03:58:38.0 +0200
@@ -6,7 +6,7 @@
 LIBS  = @X_PRE_LIBS@ @X_LIBS@ @LIBS@ @X_EXTRA_LIBS@
 prefix = @prefix@
 BINDIR= $(prefix)/bin
-LIBLOC= $(prefix)/lib/logo
+LIBLOC= $(prefix)/lib/ucblogo
 LINKER = @LINKER@
 
 # LIBLOC  = `pwd`
@@ -21,12 +21,12 @@
 
 HDRS   = globals.h logo.h xgraphics.h
 
+all:   logo logolib/Messages helpfiles helpfiles/HELPCONTENTS
+   (cd docs; prefix=$(prefix) LIBLOC=$(LIBLOC) BINDIR=$(BINDIR) $(MAKE) 
all)
+
 logo:  $(OBJS)
$(LINKER) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o logo
 
-everything:logo logolib/Messages helpfiles helpfiles/HELPCONTENTS
-#logo-mode
-
 mem.o: mem.c
$(CC) $(CFLAGS) -O0 -c mem.c
 
diff -ru ucblogo-6.0-orig/term.c ucblogo-6.0/term.c
--- ucblogo-6.0-orig/term.c 2011-07-25 03:07:13.0 +0200
+++ ucblogo-6.0/term.c  2011-07-25 03:34:25.0 +0200
@@ -45,6 +45,7 @@
 #undef TRUE
 #undef FALSE
 
+#include ncurses.h
 #ifdef HAVE_TERMCAP_H
 #include termcap.h
 #ifdef HAVE_SGTTY_H

--- NEW FILE: ucblogo.info ---
Package: ucblogo
Version: 6.0
Revision: 1
Maintainer: Matthias Neeracher neerac...@mac.com
BuildDepends: x11-dev, tetex3-base, fink (= 0.24.12-1)
Depends: x11
Source: ftp://ftp.cs.berkeley.edu/pub/%n/%n-%v.tar.gz
Source-MD5: 36a56765b18136c817880c5381af196b
PatchFile: %n.patch
PatchFile-MD5: dc0c8e788a5d21d6c5e9f120c63443a3
PatchScript: 
patch -p1  %{PatchFile}
rm -rf config.cache csls/CVS docs/ucblogo.info

SetCFLAGS: -Wno-error-return-type -g
ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
InfoDocs: %n.info
DocFiles: README general-public-license
Description: Berkeley Logo Interpreter
DescDetail: 
This is an interpreter for the Logo programming language.

DescPackaging: InfoDocs give errors, so we patch info files
License: GPL
Homepage: http://http.cs.berkeley.edu/~bh/



--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
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 tokyocabinet9.info, NONE, 1.1 tokyocabinet9.patch, NONE, 1.1

2011-07-24 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv13678

Added Files:
tokyocabinet9.info tokyocabinet9.patch 
Log Message:
Add to 10.7

--- NEW FILE: tokyocabinet9.info ---
Package: tokyocabinet9
Version: 1.4.47
Revision: 1
Source: http://fallabs.com/tokyocabinet/tokyocabinet-%v.tar.gz
Source-MD5: 3d94fe2aebf5d9ff0478ed895bc46fc9
BuildDependsOnly: True
BuildDepends: bzip2-dev
Depends: %n-shlibs (= %v-%r)
Conflicts: tokyocabinet
Replaces: tokyocabinet

PatchFile: tokyocabinet9.patch
PatchFile-MD5: 4db6d1458c829fb5fa502ca33a51d40e
ConfigureParams: --mandir=%p/share/man --datadir=%p/share/doc/%n
InstallScript: make DESTDIR=%d install
DocFiles: README

SplitOff: 
  Package: %N-shlibs
  Shlibs: %p/lib/libtokyocabinet.9.dylib 9.0.0 %n (= 1.4.39-1)
  Depends: bzip2-shlibs
  Files: lib/libtokyocabinet.9.*
  DocFiles: COPYING

SplitOff2: 
  Package: %N-bin
  Depends: %N-shlibs
  Files: bin share/man/man1
  DocFiles: COPYING
  Conflicts: tokyocabinet-bin
  Replaces: tokyocabinet-bin


Description: Tokyo Cabinet database manager
DescDetail: 
Tokyo Cabinet is the successor to qdbm, a fast and compact implementation
of b+ trees, hashes, and fixed-length arrays, similar in spirit to GDBM
or Berkeley DB

Homepage: http://fallabs.com/tokyocabinet/
License: LGPL
Maintainer: Brendan Cully bren...@finkproject.org

--- NEW FILE: tokyocabinet9.patch ---
diff --git a/Makefile.in b/Makefile.in
index 408b58e..842e268 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -37,8 +37,8 @@ datarootdir = @datarootdir@
 INCLUDEDIR = @includedir@
 LIBDIR = @libdir@
 BINDIR = @bindir@
-LIBEXECDIR = @libexecdir@
-DATADIR = @datadir@/$(PACKAGE)
+LIBEXECDIR = @libdir@/$(PACKAGE)
+DATADIR = @datadir@
 MAN1DIR = @mandir@/man1
 MAN3DIR = @mandir@/man3
 PCDIR = @libdir@/pkgconfig
@@ -54,8 +54,8 @@ CFLAGS = @MYCFLAGS@
 LDFLAGS = @MYLDFLAGS@
 CMDLDFLAGS = @MYCMDLDFLAGS@
 LIBS = @LIBS@
-LDENV = 
LD_RUN_PATH=/lib:/usr/lib:$(LIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@:.
-RUNENV = 
@MYLDLIBPATHENV@=.:/lib:/usr/lib:$(LIBDIR):$(HOME)/lib:/usr/local/lib:@MYRUNPATH@
+LDENV = LD_RUN_PATH=/lib:/usr/lib:$(LIBDIR):@MYRUNPATH@:.
+RUNENV = @MYLDLIBPATHENV@=.:/lib:/usr/lib:$(LIBDIR):@MYRUNPATH@
 POSTCMD = @MYPOSTCMD@
 
 
diff --git a/configure b/configure
index bb0e147..9aa8512 100755
--- a/configure
+++ b/configure
@@ -1856,9 +1856,9 @@ MYPCFILES=tokyocabinet.pc
 
 # Building flags
 MYCFLAGS=-std=c99 -Wall -fPIC -fsigned-char -O2
-MYCPPFLAGS=-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include
+MYCPPFLAGS=-I. -I\$(INCLUDEDIR)
 MYCPPFLAGS=$MYCPPFLAGS -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT -D__EXTENSIONS__
-MYLDFLAGS=-L. -L\$(LIBDIR) -L$HOME/lib -L/usr/local/lib
+MYLDFLAGS=-L. -L\$(LIBDIR)
 MYCMDLDFLAGS=
 MYRUNPATH=\$(LIBDIR)
 MYLDLIBPATHENV=LD_LIBRARY_PATH


--
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs