[cvs] dists/10.4/unstable/main/finkinfo/utils qemu.info,1.1,1.2

2011-08-15 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv1424/10.4/unstable/main/finkinfo/utils

Modified Files:
qemu.info 
Log Message:
qemu: update to upstream (version 0.15.0). No idea about a meaningful make test.

Index: qemu.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/qemu.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qemu.info   27 May 2011 15:44:19 -  1.1
+++ qemu.info   15 Aug 2011 10:29:56 -  1.2
@@ -1,18 +1,25 @@
 Package: qemu
-Version: 0.14.1
+Version: 0.15.0
 Revision: 1
 Description: Fast machine emulator and virtualizer
-Architecture: powerpc, i386, x86_64
 License: GPL
 
 Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.gz
-Source-MD5: b6c713a8db638e173af53a62d5178640
+Source-MD5: dbc55b014bcd21b98e347f6a90f7fb6d
 
 ConfigureParams: 
 (%m = i386) --cpu=%m  \
 --disable-darwin-user \
---disable-bsd-user\
---cc=/usr/bin/gcc-4.0
+--disable-bsd-user
+
+
+PatchScript: 
+#!/bin/sh -ev
+# patch configure for 32 bit build on x86_64
+if [ %m = i386 ]; then
+  sed -i.bak 's|-m64|-m32|g'   configure
+  sed -i.bak 's|-arch x86_64|-arch i386|g' configure
+fi
 
 
 CompileScript: 
@@ -51,8 +58,9 @@
 
 
 DescPort: 
-The systems darwin-user and bsd-user crashed, as well as compiling with
-gcc-4.2 or later. Bug reports are filed with upstream.
+The systems darwin-user and bsd-user crashed. Fixes are unlikely.
+Configure needs a patch for the 32 bit build on x86_64.
+Bug reports are filed with upstream.
 Former maintainer (10.3): Christian Schroeder shre...@gmx.de, qemu 0.6
 
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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/utils qemu.info, 1.1, 1.2

2011-08-15 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/utils
In directory 
vz-cvs-3.sog:/tmp/cvs-serv1424/10.4/unstable/main/finkinfo/10.4-EOL/utils

Modified Files:
qemu.info 
Log Message:
qemu: update to upstream (version 0.15.0). No idea about a meaningful make test.

Index: qemu.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/utils/qemu.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- qemu.info   11 Jul 2011 04:05:50 -  1.1
+++ qemu.info   15 Aug 2011 10:29:56 -  1.2
@@ -1,18 +1,25 @@
 Package: qemu
-Version: 0.14.1
+Version: 0.15.0
 Revision: 1
 Description: Fast machine emulator and virtualizer
-Architecture: powerpc, i386, x86_64
 License: GPL
 
 Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.gz
-Source-MD5: b6c713a8db638e173af53a62d5178640
+Source-MD5: dbc55b014bcd21b98e347f6a90f7fb6d
 
 ConfigureParams: 
 (%m = i386) --cpu=%m  \
 --disable-darwin-user \
---disable-bsd-user\
---cc=/usr/bin/gcc-4.0
+--disable-bsd-user
+
+
+PatchScript: 
+#!/bin/sh -ev
+# patch configure for 32 bit build on x86_64
+if [ %m = i386 ]; then
+  sed -i.bak 's|-m64|-m32|g'   configure
+  sed -i.bak 's|-arch x86_64|-arch i386|g' configure
+fi
 
 
 CompileScript: 
@@ -51,8 +58,9 @@
 
 
 DescPort: 
-The systems darwin-user and bsd-user crashed, as well as compiling with
-gcc-4.2 or later. Bug reports are filed with upstream.
+The systems darwin-user and bsd-user crashed. Fixes are unlikely.
+Configure needs a patch for the 32 bit build on x86_64.
+Bug reports are filed with upstream.
 Former maintainer (10.3): Christian Schroeder shre...@gmx.de, qemu 0.6
 
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-08-15 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv1526

Added Files:
qemu.info 
Log Message:
import to 10.7

--- NEW FILE: qemu.info ---
Package: qemu
Version: 0.15.0
Revision: 1
Description: Fast machine emulator and virtualizer
License: GPL

Source: http://download.savannah.gnu.org/releases/%n/%n-%v.tar.gz
Source-MD5: dbc55b014bcd21b98e347f6a90f7fb6d

ConfigureParams: 
--disable-darwin-user \
--disable-bsd-user


CompileScript: 
#!/bin/sh -ev
  mkdir build
  cd build
  ../configure %c
  make


InstallScript: 
#!/bin/sh -ev
  cd build
  make install prefix=%i\
   sharedir=%i/share/qemu   \
   datadir=%i/share/qemu\
   mandir=%i/share/man  \
   docdir=%i/share/doc/qemu \
   bindir=%i/bin


DocFiles: README* COPYING* TODO VERSION HACKING LICENSE MAINTAINERS

InfoTest: 
  TestScript: cd tests; make

DescDetail: 
QEMU is a generic and open source machine emulator and virtualizer.

When used as a machine emulator, QEMU can run OSes and programs made for
one machine (e.g. an ARM board) on a different machine (e.g. your own PC).
By using dynamic translation, it achieves very good performance.

When used as a virtualizer, QEMU achieves near native performances by
executing the guest code directly on the host CPU. QEMU supports
virtualization when executing under the Xen hypervisor or using the KVM
kernel module in Linux.  When using KVM, QEMU can virtualize x86, server
and embedded PowerPC, and S390 guests.


DescPort: 
Building the systems darwin-user and bsd-user crashed.
Bug reports are filed with upstream, but fixes are unlikely.
Former maintainer (10.3): Christian Schroeder shre...@gmx.de, qemu 0.6


Homepage: http://wiki.qemu.org/Main_Page

Maintainer: Karl-Michael Schindler karl-michael.schind...@web.de


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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/gnome gtkwave.info,1.24,1.25

2011-08-15 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv11622/main/finkinfo/gnome

Modified Files:
gtkwave.info 
Log Message:
gtkwave-3.3.24: new upstream


Index: gtkwave.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtkwave.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- gtkwave.info18 Jun 2011 16:17:49 -  1.24
+++ gtkwave.info15 Aug 2011 12:09:56 -  1.25
@@ -1,9 +1,9 @@
 Package: gtkwave
-Version: 3.3.22
+Version: 3.3.24
 Revision: 1
 
 Source: http://gtkwave.sourceforge.net/%n-%v.tar.gz
-Source-MD5: 106d5b6554793b6ce418d469870b61ca
+Source-MD5: 792cdc0b7c3e4583f407800020877d05
 
 BuildDepends: 
   atk1 (= 1.20.0-1),


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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 growl-py.info, 1.6, 1.7

2011-08-15 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11886/main/finkinfo/libs/pythonmods

Modified Files:
growl-py.info 
Log Message:
growl-py: new upstream (1.2.2), switch to distribute, and enable -py27


Index: growl-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/growl-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- growl-py.info   19 Dec 2009 17:04:56 -  1.6
+++ growl-py.info   15 Aug 2011 12:16:01 -  1.7
@@ -1,16 +1,16 @@
 Info2: 
 Package: growl-py%type_pkg[python]
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6)
-Version: 1.2
-Revision: 1
+Type: python (2.4 2.5 2.6 2.7)
+Version: 1.2.2
+Revision: 2
 
 Depends: python%type_pkg[python]
-BuildDepends: setuptools-py%type_pkg[python] (= 0.6c2-1), fink (= 0.24.12)
+BuildDepends: distribute-py%type_pkg[python] (= 0.6c2-1), fink (= 0.24.12)
 
 # Source: mirror:sourceforge:fink/growl-python-%v.tar.gz
 Source: http://www.ghz.cc/charles/growl-python-%v.tar.gz
-Source-MD5: d47698902876c956ba97eb765875f6f9
+Source-MD5: a9d61faf48c508e7d56b81ec357a631c
 
 DocFiles: License.txt
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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 liborigin2.1.info, NONE, 1.1 liborigin.info, 1.7, 1.8

2011-08-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv28034

Modified Files:
liborigin.info 
Added Files:
liborigin2.1.info 
Log Message:
new version


Index: liborigin.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/liborigin.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- liborigin.info  22 Aug 2010 20:24:59 -  1.7
+++ liborigin.info  15 Aug 2011 14:25:22 -  1.8
@@ -3,7 +3,7 @@
 # WARNING! Interface is *not* stable (compare public headers)!
 # May need to alter install_name for each new version
 Version: 20070115
-Revision: 2
+Revision: 6
 
 Description: Library for reading OPJ files
 
@@ -11,13 +11,13 @@
 
 Maintainer: None fink-de...@lists.sourceforge.net
 
-BuildDependsOnly: true
-Conflicts: labplot ( 1.6.0.pre1-6)
+Conflicts: labplot ( 1.6.0.pre1-6), liborigin2.1
+Replaces: liborigin2.1
 Depends: %N-shlibs (= %v-%r)
+BuildDependsOnly: true
 
 Source: mirror:sourceforge:%n/%n-%v.tgz
 Source-MD5: 5ed1c7c0955f935d3b4e45fb25e1d7fc
-SourceDirectory: %n-%v
 
 GCC: 4.0
 

--- NEW FILE: liborigin2.1.info ---
Package: liborigin2.1

# WARNING! Interface may not be stable (compare public headers)!
# May need to alter install_name for each new version
Version: 20101029
Revision: 1

Description: Library for reading OPJ files

License: GPL

Maintainer: None fink-de...@lists.sourceforge.net

Conflicts: labplot ( 1.6.0.pre1-6), liborigin
Replaces: liborigin
BuildDepends: boost1.41.cmake
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true

Source: mirror:sourceforge:liborigin/liborigin2-%v.tar.gz
Source-MD5: ec7d38375bf723ec9711488194601074

GCC: 4.0

CompileScript: 
#!/bin/sh -ev

# don't need default build-system qmake mayhem for a simple
# non-gui lib
for src in *.cpp; do
g++ -c -Os -I. -I%p/include/boost-1_41 $src
done

# use install_name and compatibility_version that qmake
# would have given
g++ -dynamiclib -compatibility_version 1.0.0 -install_name 
%p/lib/liborigin2.1.dylib *.o -o liborigin2.1.dylib


InstallScript: 
mkdir -p %i/lib
install -m 644 liborigin2.1.dylib %i/lib
ln -sf %p/lib/liborigin2.1.dylib %i/lib/liborigin.2.dylib
ln -sf %p/lib/liborigin2.1.dylib %i/lib/liborigin.dylib

# follow debian packaging pattern for buried set of headers
mkdir -p %i/include/liborigin2
install -m 644 *.h *.hh %i/include/liborigin2


SplitOff: 
Package: %N-shlibs
Files: lib/liborigin2.1.dylib
Shlibs: %p/lib/liborigin2.1.dylib 1.0.0 %n (= 20101029-1)
DocFiles: COPYING README


DocFiles: COPYING README

DescDetail: 
A library for reading OriginLab OPJ project files



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics libavcodec53-shlibs.info, 1.2, 1.3

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

Modified Files:
libavcodec53-shlibs.info 
Log Message:
0.8.2 release

Index: libavcodec53-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/libavcodec53-shlibs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libavcodec53-shlibs.info2 Aug 2011 00:26:20 -   1.2
+++ libavcodec53-shlibs.info15 Aug 2011 15:58:33 -  1.3
@@ -1,6 +1,6 @@
 Package: libavcodec53-shlibs
-Version: 0.8.1
-Revision: 3
+Version: 0.8.2
+Revision: 1
 ###
 BuildDepends: 
bzip2,
@@ -53,7 +53,7 @@
 
 ###
 Source: http://ffmpeg.org/releases/ffmpeg-%v.tar.bz2
-Source-MD5: e9c497e221b5594df477bcbf318f4bce
+Source-MD5: 967d481c98161582d149aced6e3b2f31
 ###
 PatchScript: 
   #!/bin/sh -ev


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/graphics libavcodec53-shlibs.info, 1.3, 1.4

2011-08-15 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv5193

Modified Files:
libavcodec53-shlibs.info 
Log Message:
0.8.2 release
remove make dependency from \!10.4

Index: libavcodec53-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libavcodec53-shlibs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libavcodec53-shlibs.info2 Aug 2011 11:37:02 -   1.3
+++ libavcodec53-shlibs.info15 Aug 2011 15:59:58 -  1.4
@@ -1,6 +1,6 @@
 Package: libavcodec53-shlibs
-Version: 0.8.1
-Revision: 2
+Version: 0.8.2
+Revision: 1
 ###
 BuildDepends: 
bzip2,
@@ -22,7 +22,6 @@
libvorbis0,
libvpx (= 0.9.0-20100604-1),
libx264-115-dev (= 0.0.20110517-1),
-   make (= 3.81-1),
pkgconfig,
sdl,
x11-dev,
@@ -136,7 +135,7 @@
   mkdir build
   cd build
 ../configure %c
-%p/bin/make -w V=1
+make -w V=1
   ### The following set of commands are to fix the compat_version of 
libpostproc which 
   ### was downgraded (from 51.1.0 to 51.0.0 for libpostproc)
   ### by upstream between the ffmpeg-0.4 and ffmpeg-0.5+ releases, but kept 
the install_name the same.
@@ -160,23 +159,23 @@
 #/usr/bin/perl -pi -e 's,1\.14\.1,0\.14\.1,g' libswscale/libswscale.pc
 rm libpostproc/*.dylib
 #libswscale/*.dylib
-%p/bin/make -w V=1
+make -w V=1
   ### return config.mak to orig value and remake so that libavfilter.1.dylib 
doesn't get rebuilt 
   ### with an incorrect compat_value during the install phase (it deps on 
libswscale which was just modified)
 #/usr/bin/perl -pi -e 
's|compatibility_version,51.1.0|compatibility_version,\$\(LIBMAJOR\)|g' 
config.mak
 #rm libavfilter/*.dylib
-#%p/bin/make -w V=1
+#make -w V=1
   
   ### go back to %b so that f-p-p knows to ignore ffmpeg's own files
 cd ..
   %p/bin/fink-package-precedence --depfile-ext='\.d' .
 
 InfoTest: 
-  TestScript: cd build ; 
DYLD_LIBRARY_PATH=libavdevice:libavfilter:libavformat:libavcodec:libpostproc:libswscale:libavutil
 %p/bin/make -w -j1 V=2 test || exit 2
+  TestScript: cd build ; 
DYLD_LIBRARY_PATH=libavdevice:libavfilter:libavformat:libavcodec:libpostproc:libswscale:libavutil
 make -w -j1 V=2 test || exit 2
 
 ###
 InstallScript: 
-  cd build  %p/bin/make -j1 -w install DESTDIR=%d V=1
+  cd build  make -j1 -w install DESTDIR=%d V=1
   install -d %i/etc
   install -m 664 doc/ffserver.conf %i/etc
 
@@ -608,7 +607,6 @@
 Upstream changed the paradigm on how compat_version is entered into the 
dylibs.  This caused a decrease in compat_version for most libraries when first 
implemented, but by 0.6.1, most of the libraries had increased libfooN, so the 
problem didn't matter for them.  However, libpostproc.51.dylib still has this 
problem and so a workaround had to be created to increase its compat_version to 
match the current compat_version from Fink's ffmpeg-0.4.20071217.  That hack 
can be removed if/when libpostproc.51.dylib either actually increases its 
compat_version past the ffmpeg-0.4... value or increments the install_name.
 
 DescPort: 
-Use Fink's make since 10.4 has an older system make (3.80) that doesn't like 
common.mak.  Can remove that dep once 10.4 is deprecated.
 
 ###
 License: GPL


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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 ack.info,1.8,1.9

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

Modified Files:
ack.info 
Log Message:
new upstream, add to 10.7

Index: ack.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/ack.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ack.info9 Feb 2010 15:59:32 -   1.8
+++ ack.info15 Aug 2011 16:11:32 -  1.9
@@ -1,21 +1,29 @@
 Package: ack
-Version: 1.92
+Version: 1.94
 Revision: 1
 Description: Grep-like text finder
-Depends: file-next-pm, system-perl
-BuildDepends: file-next-pm, system-perl
-
 Type: perl
 License: Artistic
-UpdatePOD: true
-Maintainer: Benjamin Reed a...@fink.racoonfink.com
-NoPerlTests: true
+Maintainer: Benjamin Reed a...@fink.raccoonfink.com
+
+Depends: 
+   file-next-pm,
+   system-perl
+
+BuildDepends: 
+   file-next-pm,
+   system-perl
+
 
 Source: mirror:cpan:modules/by-module/App/%n-%v.tar.gz
-Source-MD5: c25b5a16d0a27386a75c91d531b86cea
+Source-MD5: dcf68e56bab0d394370fa102c7f08cb0
 
-DocFiles: Changes MANIFEST META.yml README TODO
+UseMaxBuildJobs: true
+
+UpdatePOD: true
+DocFiles: Changes MANIFEST META.yml README* TODO
 
+Homepage: http://search.cpan.org/dist/ack
 DescDetail: 
 ack is a tool like grep, aimed at programmers with large
 trees of heterogeneous source code.
@@ -23,4 +31,4 @@
 ack is written purely in Perl, and takes advantage of
 the power of Perl's regular expressions.
 
-Homepage: http://search.cpan.org/dist/ack
+


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

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

Added Files:
ack.info 
Log Message:
new upstream, add to 10.7

--- NEW FILE: ack.info ---
Package: ack
Version: 1.94
Revision: 31
Description: Grep-like text finder
Type: perl
License: Artistic
Maintainer: Benjamin Reed a...@fink.raccoonfink.com

Depends: 
file-next-pm,
system-perl

BuildDepends: 
file-next-pm,
system-perl


Source: mirror:cpan:modules/by-module/App/%n-%v.tar.gz
Source-MD5: dcf68e56bab0d394370fa102c7f08cb0

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: Changes MANIFEST META.yml README* TODO

Homepage: http://search.cpan.org/dist/ack
DescDetail: 
ack is a tool like grep, aimed at programmers with large
trees of heterogeneous source code.

ack is written purely in Perl, and takes advantage of
the power of Perl's regular expressions.




--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics ffmpeg.info,1.1,1.2

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

Modified Files:
ffmpeg.info 
Log Message:
0.7.3 release

Index: ffmpeg.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/ffmpeg.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ffmpeg.info 11 Aug 2011 01:13:22 -  1.1
+++ ffmpeg.info 15 Aug 2011 16:23:14 -  1.2
@@ -1,5 +1,5 @@
 Package: ffmpeg
-Version: 0.7.2
+Version: 0.7.3
 Revision: 1
 ###
 BuildDepends: 
@@ -60,7 +60,7 @@
 #BuildConflicts: libavcodec1-dev, libpostproc1, libavformat1-dev
 ###
 Source: http://ffmpeg.org/releases/%n-%v.tar.bz2
-Source-MD5: 79935897f2f910569235d15678ec99fc
+Source-MD5: c9e455dc8f555028d551556798347abf
 ###
 # link directly to build-dir lib files instead of mis-ordering local -L flags
 # make sure global -I come after local ones too


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/graphics ffmpeg.info, 1.23, 1.24

2011-08-15 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv8112

Modified Files:
ffmpeg.info 
Log Message:
0.7.3 release

Index: ffmpeg.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/ffmpeg.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ffmpeg.info 11 Aug 2011 18:03:53 -  1.23
+++ ffmpeg.info 15 Aug 2011 16:24:19 -  1.24
@@ -1,5 +1,5 @@
 Package: ffmpeg
-Version: 0.7.2
+Version: 0.7.3
 Revision: 1
 ###
 BuildDepends: 
@@ -60,7 +60,7 @@
 #BuildConflicts: libavcodec1-dev, libpostproc1, libavformat1-dev
 ###
 Source: http://ffmpeg.org/releases/%n-%v.tar.bz2
-Source-MD5: 79935897f2f910569235d15678ec99fc
+Source-MD5: c9e455dc8f555028d551556798347abf
 ###
 # link directly to build-dir lib files instead of mis-ordering local -L flags
 # make sure global -I come after local ones too


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

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

Added Files:
qhull.info qhull.patch 
Log Message:
Works on 10.7

--- NEW FILE: qhull.info ---
Package: qhull
Version: 2002.1
Revision: 10
Description: Calculate convex hulls and related structures
License: BSD
Maintainer: Stefan Langerman f...@slef.org
Source: http://www.thesa.com/software/qhull/files/qhull-%v.tgz
Source-MD5: c86d0a6356929b44a3cc8a0ab80a78a4
SourceDirectory: qhull%v
BuildDepends: fink (= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 40e137bcce91e051c3456d7ba0668b5c
CompileScript: 
(cd src; make)

InstallScript: 
mkdir -p %i/bin/
mkdir -p %i/share/man/man1/
(cd src; make install BINDIR=%i/bin MANDIR=%i/share/man/man1)
mkdir -p %i/lib/
mv src/libqhull.a %i/lib/
mkdir -p %i/include/qhull
mv src/*.h %i/include/qhull

DocFiles: Announce.txt COPYING.txt README.txt REGISTER.txt
Homepage: http://www.thesa.com/software/qhull/
DescDetail: 
Qhull computes convex hulls, Delaunay triangulations, halfspace 
intersections about a point, Voronoi diagrams, furthest-site 
Delaunay triangulations, and furthest-site Voronoi diagrams. 
It runs in 2-d, 3-d, 4-d, and higher dimensions. It implements 
the Quickhull algorithm for computing the convex hull. Qhull 
handles roundoff errors from floating point arithmetic. It 
computes volumes, surface areas, and approximations to the 
convex hull.


--- NEW FILE: qhull.patch ---
diff -Naur qhull2002.1/src/Makefile qhull2002.1-patched/src/Makefile
--- qhull2002.1/src/MakefileWed Aug 28 23:16:24 2002
+++ qhull2002.1-patched/src/MakefileTue Jan 27 14:00:48 2004
@@ -43,7 +43,7 @@
 #for Gnu's gcc compiler -O2 for optimization, -g for debugging, -Wall for check
 #
 CC = gcc
-CCOPTS1 = -O2 -ansi 
+CCOPTS1 = -O2 -ansi -fno-common
 
 # for Sun's cc compiler, -fast or O2 for optimization, -g for debugging, -Xc 
for ANSI
 #CC = cc
diff -Naur qhull2002.1/src/Makefile.txt qhull2002.1-patched/src/Makefile.txt
--- qhull2002.1/src/Makefile.txtWed Aug 28 23:16:24 2002
+++ qhull2002.1-patched/src/Makefile.txtTue Jan 27 14:01:10 2004
@@ -43,7 +43,7 @@
 #for Gnu's gcc compiler -O2 for optimization, -g for debugging, -Wall for check
 #
 CC = gcc
-CCOPTS1 = -O2 -ansi 
+CCOPTS1 = -O2 -ansi -fno-common
 
 # for Sun's cc compiler, -fast or O2 for optimization, -g for debugging, -Xc 
for ANSI
 #CC = cc


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci general-oct.info, NONE, 1.1 miscellaneous-oct.info, NONE, 1.1 octave-3.0.5.info, NONE, 1.1 octave.patch, NONE, 1.1

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

Added Files:
general-oct.info miscellaneous-oct.info octave-3.0.5.info 
octave.patch 
Log Message:
Start out with refactored Octave-3.0.5 on 10.7.

--- NEW FILE: octave-3.0.5.info ---
Info2: 
Package: octave%type_pkg[-atlas]
Type: -atlas (.), oct(3.0.5)
Version: 3.0.5
Revision: 5
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net

# disable atlas on 10.7 distro file until atlas is available

Source: ftp://ftp.%{Ni}.org/pub/%{Ni}/%{Ni}-%v.tar.bz2
Source-MD5: bfba44eeda8fa6e29c2bbcd2604c34eb

BuildDepends: 
glpk-dev, hdf5.7-oldapi, readline5, libncurses5, fftw3 (= 3.1.1-7), 
libcurl4, 
pcre, gcc46, suitesparse, qhull, fink (= 0.28), 
fink-package-precedence, sed,
(%type_raw[-atlas] = atlas) atlas

Depends: %{Ni}%type_pkg[oct]%type_pkg[-atlas] (=%v-%r)
BuildConflicts: coot-dev, broken-gcc, lammpi-dev, fort77, 4ti2-dev
Suggests: %{Ni}-docs
GCC: 4.0
Conflicts: 
(%type_raw[-atlas] = atlas) %{Ni}, (%type_raw[-atlas] != -atlas) 
%{Ni}-atlas, 
%{Ni}3.0.2 (  3.0.2-5), %{Ni}3.0.2-atlas (  3.0.2-5) 

Replaces: %{Ni}, %{Ni}-atlas, %{Ni}3.0.2 (  3.0.2-5), %{Ni}3.0.2-atlas (  
3.0.2-5) 
UseMaxBuildJobs: true

PatchFile: %{ni}.patch
PatchFile-MD5: 2b4a8c09178707b2b7f3b52cdfe8aee0
PatchScript: 
cp doc/interpreter/%{Ni}.1 doc/interpreter/%{Ni}-%v.1
cp doc/interpreter/%{Ni}-bug.1 doc/interpreter/%{Ni}-bug-%v.1
cp doc/interpreter/%{Ni}-config.1 doc/interpreter/%{Ni}-config-%v.1
cp doc/interpreter/mkoctfile.1 doc/interpreter/mkoctfile-%v.1
%{default_script}
sed -i -e 's|@FINKPREFIX@|%p|g' -e 's/@OCTVERSION@/%v/g'  %{Ni}-forge* 
%{Ni}rc doc/interpreter/*.1


SetCPPFLAGS: -I%p/opt/hdf5v1.6/include
SetLDFLAGS: -Wl,-dead_strip_dylibs -L%p/opt/hdf5v1.6/lib
ConfigureParams: 
F77=%p/bin/gfortran --host=%m-apple-darwin --build=%m-apple-darwin \
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
--libexecdir='${prefix}/lib' \
--enable-shared --enable-dl --disable-static --without-mpi --with-hdf5 
--with-fftw

CompileScript: 
 #!/bin/sh -ev
 export CFLAGS='-O3'
 export CXXFLAGS='-O3'
 export FFLAGS='-O3'
 if [ %type_pkg[-atlas] ==  ]
then 
a='--with-lapack=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
 
--with-blas=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib'
else a='--with-lapack=%p/lib/liblapack.dylib 
--with-blas=%p/lib/libf77blas.dylib'
 fi
 FLIBDIR=%p/lib/gcc4.6/lib
 ./configure FLIBS=${FLIBDIR}/libgfortran.dylib %c $a
 make
 fink-package-precedence --depfile-ext='.d' 
--prohibit-bdep=%{Ni},%{Ni}-atlas,%{Ni}%type_raw[oct]-dev,%{Ni}%type_raw[oct]-atlas-dev
 src

InstallScript: 
 #!/bin/sh -ev
 export MAKEFLAGS=-j1
 make install DESTDIR=%d
 # install Fink-specific %{Ni}rc which points at our oct-versioned
 # package directory
 cp %b/%{Ni}rc %i/share/%{Ni}/%v/m/startup
 mkdir -p %i/var/%{Ni}/%v/
 # install examples
 mkdir -p %i/share/%{Ni}/%v/doc/examples
 cp -R examples %i/share/%{Ni}/%v/doc/examples
 pushd %i/bin 
 # clear out hardcoded Fink sed
 for file in mkoctfile-%v %{Ni}-bug-%v %{Ni}-config-%v 
 do
perl -pi -e 's|%p/bin/sed|/usr/bin/sed|g' $file
 done
 popd 
 # remove TeX stuff which may have been generated:
 rm %i/share/%{Ni}/ls-R %i/lib/%{Ni}/ls-R
 # remove autogenerated freedesktop.org desktop file
 rm -f %i/share/applications/www.%{Ni}.org-%{Ni}.desktop
 mkdir -p %i/share/%{Ni}/%v/scripts
 # install the %{Ni}-forge helper scripts
 cp %{Ni}-forge* %i/share/%{Ni}/%v/scripts
 chmod a+x %i/share/%{Ni}/%v/scripts/*

InfoDocs: %{Ni}.info
RuntimeVars: 
 GNUTERM: aqua

InfoTest: 
TestScript: make check || exit 2

DocFiles: BUGS ChangeLog README ROADMAP SENDING-PATCHES COPYING
SplitOff: 
Package: octave%type_pkg[oct]%type_pkg[-atlas]-shlibs
Conflicts:  
(%type_raw[-atlas] = atlas) %{Ni}%type_pkg[oct]-shlibs, 
(%type_raw[-atlas] != atlas) %{Ni}%type_pkg[oct]-atlas-shlibs, 
(%type_raw[-atlas] = atlas) %{Ni} ( 3.0.5-5), 
(%type_raw[-atlas] != atlas) %{Ni}-atlas ( 3.0.5-5), 
%{Ni}3.0.2 (  3.0.2-5), %{Ni}3.0.2-atlas (  3.0.2-5)

Replaces: 
(%type_raw[-atlas] = atlas) %{Ni}%type_pkg[oct]-shlibs, 
(%type_raw[-atlas] != atlas) %{Ni}%type_pkg[oct]-atlas-shlibs, 
%{Ni} ( 3.0.5-5), %{Ni}-atlas ( 3.0.5-5), 
%{Ni}3.0.2 (  3.0.2-5), 

[cvs] dists/10.7/stable/main/finkinfo/sci octave305-docs.info, NONE, 1.1

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

Added Files:
octave305-docs.info 
Log Message:
Versioned docs

--- NEW FILE: octave305-docs.info ---
Package: octave305-docs
Version: 3.0.5
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
BuildDependsOnly: false
Source: ftp://ftp.octave.org/pub/octave/octave-%v.tar.bz2
Source-MD5: bfba44eeda8fa6e29c2bbcd2604c34eb
Recommends: octave305 | octave305-atlas
Conflicts: octave-docs ( 3.0.5-999)
Replaces: octave-docs ( 3.0.5-999)

CompileScript: 
 #!/bin/sh -ev
echo No compile needed

InstallScript: 
 #!/bin/sh -ev
 echo Only docs installed

DocFiles:  doc/*
Description: Documentation for octave, various formats
DescDetail: 
This package contains all of the documentation (HTML, PDF, PS, DVI, ...) 
from the octave-3.0.5 tarball.

Homepage: http://www.octave.org/
License: GPL



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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/gnome gtkwave.info, 1.1, 1.2

2011-08-15 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome
In directory vz-cvs-3.sog:/tmp/cvs-serv24052

Modified Files:
gtkwave.info 
Log Message:
sync with 10.!4, validated on powerpc-darwin8


Index: gtkwave.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/gnome/gtkwave.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gtkwave.info11 Jul 2011 04:05:42 -  1.1
+++ gtkwave.info15 Aug 2011 18:16:11 -  1.2
@@ -1,9 +1,9 @@
 Package: gtkwave
-Version: 3.3.22
+Version: 3.3.24
 Revision: 1
 
 Source: http://gtkwave.sourceforge.net/%n-%v.tar.gz
-Source-MD5: 106d5b6554793b6ce418d469870b61ca
+Source-MD5: 792cdc0b7c3e4583f407800020877d05
 
 BuildDepends: 
   atk1 (= 1.20.0-1),


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci general-oct.info, 1.1, 1.2 miscellaneous-oct.info, 1.1, 1.2

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

Modified Files:
general-oct.info miscellaneous-oct.info 
Log Message:
Add Replaces: for when we backport to 10.4/

Index: miscellaneous-oct.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/miscellaneous-oct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- miscellaneous-oct.info  15 Aug 2011 17:46:08 -  1.1
+++ miscellaneous-oct.info  15 Aug 2011 18:18:56 -  1.2
@@ -2,7 +2,7 @@
 Package: miscellaneous-oct%type_pkg[oct]
 Version: 1.0.7
 Type: oct (3.0.5), forge (miscellaneous)
-Revision: 1
+Revision: 2
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/general/index.html 
@@ -34,6 +34,7 @@
   octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
   
 Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
+Replaces: octave-forge-%type_raw[forge] ( 1.0.7-999) 
 
 Source-MD5: cefe41ef3f69b81f4a6462c9d82a6173
 # Do not change anything from this point down, unless absolutely necessary

Index: general-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/general-oct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- general-oct.info15 Aug 2011 17:46:08 -  1.1
+++ general-oct.info15 Aug 2011 18:18:56 -  1.2
@@ -2,7 +2,7 @@
 Package: general-oct%type_pkg[oct]
 Version: 1.0.7
 Type: oct (3.0.5), forge (general)
-Revision: 1
+Revision: 2
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/general/index.html 
@@ -33,6 +33,7 @@
   octave%type_pkg[oct] | octave%type_pkg[oct]-atlas
   
 Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
+Replaces: octave-forge-%type_raw[forge] ( 1.0.7-999)
 
 Source-MD5: 0dc3f87aa7178c68dc3a51b609809bc9
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci general-oct.info, 1.2, 1.3 miscellaneous-oct.info, 1.2, 1.3

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

Modified Files:
general-oct.info miscellaneous-oct.info 
Log Message:
Capitalization of Info2

Index: miscellaneous-oct.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/miscellaneous-oct.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- miscellaneous-oct.info  15 Aug 2011 18:18:56 -  1.2
+++ miscellaneous-oct.info  15 Aug 2011 18:21:01 -  1.3
@@ -1,4 +1,4 @@
-info2: 
+Info2: 
 Package: miscellaneous-oct%type_pkg[oct]
 Version: 1.0.7
 Type: oct (3.0.5), forge (miscellaneous)

Index: general-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/general-oct.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- general-oct.info15 Aug 2011 18:18:56 -  1.2
+++ general-oct.info15 Aug 2011 18:21:01 -  1.3
@@ -1,4 +1,4 @@
-info2: 
+Info2: 
 Package: general-oct%type_pkg[oct]
 Version: 1.0.7
 Type: oct (3.0.5), forge (general)


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci miscellaneous-oct.info, 1.3, 1.4

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

Modified Files:
miscellaneous-oct.info 
Log Message:
Woops, didn't update the package contents.

Index: miscellaneous-oct.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/miscellaneous-oct.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- miscellaneous-oct.info  15 Aug 2011 18:21:01 -  1.3
+++ miscellaneous-oct.info  15 Aug 2011 18:24:57 -  1.4
@@ -10,15 +10,23 @@
 DescDetail: 
 Miscellaneous tools including waitbar, xml tools, etc
 This package provides the following additional functions:
-   ctranspose
-   fcnchk
-   issorted
-   safeprod
-   transpose
-   unvech
-   SHA1
-   deref
-   mark_for_deletion
+   apply
+asci
+csv2latex
+grep
+infoskeleton
+inz
+match
+nze
+reduce
+rotparams
+rotv
+slurp_file
+units
+zagzig
+zigzag
+csvconcat
+csvexplode
 
 License: GPL
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/graphics libavcodec53-shlibs.info, 1.4, 1.5

2011-08-15 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv26370

Modified Files:
libavcodec53-shlibs.info 
Log Message:
update md5

Index: libavcodec53-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libavcodec53-shlibs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libavcodec53-shlibs.info15 Aug 2011 15:59:58 -  1.4
+++ libavcodec53-shlibs.info15 Aug 2011 18:44:21 -  1.5
@@ -52,7 +52,7 @@
 
 ###
 Source: http://ffmpeg.org/releases/ffmpeg-%v.tar.bz2
-Source-MD5: e9c497e221b5594df477bcbf318f4bce
+Source-MD5: 967d481c98161582d149aced6e3b2f31
 ###
 PatchScript: 
   #!/bin/sh -ev


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci data-smoothing-oct.info, NONE, 1.1 optim-oct.info, NONE, 1.1

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

Added Files:
data-smoothing-oct.info optim-oct.info 
Log Message:
For 10.7

--- NEW FILE: data-smoothing-oct.info ---
Info2: 
Package: data-smoothing-oct%type_pkg[oct]
Version: 1.1.1
Type: oct (3.0.5), forge (data-smoothing)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/data-smoothing/index.html 
Description: Data smoothing package for Octave
DescDetail: 
This package contains algorithms for smoothing noisy data under Octave.
It provides the following additional functions:
ddmat
regdatasmooth
rgdtsmcore
rgdtsmcorewrap

License: GPL

# All octave-forge packages have to have the following BuildDpends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
  optim-oct%type_pkg[oct]

Conflicts: octave-forge
Replaces: octave-forge-%type_raw[forge] ( 1.1.1-999)

Source-MD5: 240aaa3182a5e39afc1a3a7eabc7267e

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.


--- NEW FILE: optim-oct.info ---
Info2: 
Package: optim-oct%type_pkg[oct]
Version: 1.0.4
Type: oct (3.0.5), forge (optim)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/data-smoothing/index.html 
Description: Unconstrained Non-linear Optimization toolkit for Octave
DescDetail: 
It provides the following additional functions:
Minimization:
minimize
nelder_mead_min
d2_min
nrm
fmin
fminbnd
line_min
fmins
adsmax
mdsmax
nmsmax
bfgsmin
samin
battery
fminsearch
Data fitting:
expfit
expdemo
wpolyfit
wpolyfitdemo
leasqr
leasqrdemo
LinearRegression
Root finding:
fzero
fsolve
fsolve_options
Compatibility:
fminunc
optimset
Numerical derivatives:
dfdp
bs_gradient
cdiff
deriv
leval
numgradient
numhessian
Tests:
test_min_1
test_min_2
test_min_3
test_min_4
test_d2_min_1
test_d2_min_2
test_d2_min_3
test_nelder_mead_min_1
test_nelder_mead_min_2
poly_2_ex
test_minimize_1
Examples:
bfgsmin_example
rosenbrock
samin_example

License: GPL

# All octave-forge packages have to have the following BuildDpends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
  miscellaneous-oct%type_pkg[oct]

Conflicts: octave-forge
Replaces: octave-forge-%type_raw[forge] ( 1.1.1-999)

Source-MD5: 318dbf44957fbeaadb034a2b7532b110

# You do 

[cvs] dists/10.7/stable/main/finkinfo/sci general-oct.info,1.3,1.4

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

Modified Files:
general-oct.info 
Log Message:
Whitespace

Index: general-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/general-oct.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- general-oct.info15 Aug 2011 18:21:01 -  1.3
+++ general-oct.info15 Aug 2011 18:57:20 -  1.4
@@ -27,10 +27,11 @@
 
 BuildDepends: 
   octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
- fftw3, hdf5.7-oldapi
+  fftw3, hdf5.7-oldapi
  
 Depends:  
-  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas
+  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
+  graphicsmagick-shlibs
   
 Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
 Replaces: octave-forge-%type_raw[forge] ( 1.0.7-999)


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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/graphics ffmpeg.info, 1.2, 1.3 libavcodec53-shlibs.info, 1.3, 1.4

2011-08-15 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv5814/10.4-EOL/graphics

Modified Files:
ffmpeg.info libavcodec53-shlibs.info 
Log Message:
sync with 10.!4, validated on powerpc-darwin8


Index: ffmpeg.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics/ffmpeg.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ffmpeg.info 14 Aug 2011 22:48:03 -  1.2
+++ ffmpeg.info 15 Aug 2011 20:45:17 -  1.3
@@ -1,5 +1,5 @@
 Package: ffmpeg
-Version: 0.7.2
+Version: 0.7.3
 Revision: 1
 ###
 BuildDepends: 
@@ -61,7 +61,7 @@
 #BuildConflicts: libavcodec1-dev, libpostproc1, libavformat1-dev
 ###
 Source: http://ffmpeg.org/releases/%n-%v.tar.bz2
-Source-MD5: 79935897f2f910569235d15678ec99fc
+Source-MD5: c9e455dc8f555028d551556798347abf
 ###
 # link directly to build-dir lib files instead of mis-ordering local -L flags
 # make sure global -I come after local ones too

Index: libavcodec53-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics/libavcodec53-shlibs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libavcodec53-shlibs.info14 Aug 2011 22:48:03 -  1.3
+++ libavcodec53-shlibs.info15 Aug 2011 20:45:17 -  1.4
@@ -1,6 +1,6 @@
 Package: libavcodec53-shlibs
-Version: 0.8.1
-Revision: 2
+Version: 0.8.2
+Revision: 1
 ###
 BuildDepends: 
bzip2,
@@ -53,7 +53,7 @@
 
 ###
 Source: http://ffmpeg.org/releases/ffmpeg-%v.tar.bz2
-Source-MD5: e9c497e221b5594df477bcbf318f4bce
+Source-MD5: 967d481c98161582d149aced6e3b2f31
 ###
 PatchScript: 
   #!/bin/sh -ev
@@ -136,7 +136,7 @@
   mkdir build
   cd build
 ../configure %c
-%p/bin/make -w V=1
+make -w V=1
   ### The following set of commands are to fix the compat_version of 
libpostproc which 
   ### was downgraded (from 51.1.0 to 51.0.0 for libpostproc)
   ### by upstream between the ffmpeg-0.4 and ffmpeg-0.5+ releases, but kept 
the install_name the same.
@@ -160,23 +160,23 @@
 #/usr/bin/perl -pi -e 's,1\.14\.1,0\.14\.1,g' libswscale/libswscale.pc
 rm libpostproc/*.dylib
 #libswscale/*.dylib
-%p/bin/make -w V=1
+make -w V=1
   ### return config.mak to orig value and remake so that libavfilter.1.dylib 
doesn't get rebuilt 
   ### with an incorrect compat_value during the install phase (it deps on 
libswscale which was just modified)
 #/usr/bin/perl -pi -e 
's|compatibility_version,51.1.0|compatibility_version,\$\(LIBMAJOR\)|g' 
config.mak
 #rm libavfilter/*.dylib
-#%p/bin/make -w V=1
+#make -w V=1
   
   ### go back to %b so that f-p-p knows to ignore ffmpeg's own files
 cd ..
   %p/bin/fink-package-precedence --depfile-ext='\.d' .
 
 InfoTest: 
-  TestScript: cd build ; 
DYLD_LIBRARY_PATH=libavdevice:libavfilter:libavformat:libavcodec:libpostproc:libswscale:libavutil
 %p/bin/make -w -j1 V=2 test || exit 2
+  TestScript: cd build ; 
DYLD_LIBRARY_PATH=libavdevice:libavfilter:libavformat:libavcodec:libpostproc:libswscale:libavutil
 make -w -j1 V=2 test || exit 2
 
 ###
 InstallScript: 
-  cd build  %p/bin/make -w install DESTDIR=%d V=1
+  cd build  make -w install DESTDIR=%d V=1
   install -d %i/etc
   install -m 664 doc/ffserver.conf %i/etc
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo ppl9.info,1.10,1.11

2011-08-15 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv10094

Modified Files:
ppl9.info 
Log Message:
%p/bin/ppl_lpsol actually links against libglpk


Index: ppl9.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/ppl9.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ppl9.info   8 Aug 2011 23:06:13 -   1.10
+++ ppl9.info   15 Aug 2011 21:22:22 -  1.11
@@ -1,10 +1,14 @@
 Package: ppl9
 Version: 0.11.2
-Revision: 1
+Revision: 2
 BuildDependsOnly: True
-Depends: %N-shlibs (= %v-%r)
+Depends: 
+   %N-shlibs (= %v-%r),
+   glpk-shlibs (= 4.29-1)
+
 BuildDepends: 
fink (= 0.28),
+   glpk-dev (= 4.29-1),
gmp5,
m4,
system-java-dev
@@ -101,7 +105,6 @@
export CCACHE_SLOPPINESS=time_macros
make -k check || exit 2

-   TestDepends: glpk-dev (= 4.29-1)
TestSuiteSize: large
 
 InstallScript: 
@@ -165,6 +168,8 @@
 exception-safe, rather efficient and thoroughly documented.
 
 DescPackaging: 
+ppl_lpsol (bin) links against libglpk, but none of ppl-shlibs depend on it.
+
 Reminder to never move %p/lib/ppl from ppl-shlibs since it
 brings over private .la as well as private shared lib.
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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 ppl9.info, 1.1, 1.2

2011-08-15 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11425/10.4-EOL/devel

Modified Files:
ppl9.info 
Log Message:
sync. w/ experimental, ppl9 actually depends on glpk-shlibs


Index: ppl9.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/ppl9.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ppl9.info   11 Jul 2011 04:05:40 -  1.1
+++ ppl9.info   15 Aug 2011 21:26:56 -  1.2
@@ -1,10 +1,14 @@
 Package: ppl9
 Version: 0.11.2
-Revision: 1
+Revision: 2
 BuildDependsOnly: True
-Depends: %N-shlibs (= %v-%r)
+Depends: 
+   %N-shlibs (= %v-%r),
+   glpk-shlibs (= 4.29-1)
+
 BuildDepends: 
fink (= 0.28),
+   glpk-dev (= 4.29-1),
gmp5,
m4,
system-java-dev
@@ -19,6 +23,7 @@
--infodir=%p/share/info \
--disable-static \
--enable-pch \
+   $disable_fpmath \
--with-java=$JAVA_HOME \
CFLAGS=-g -O2 -pipe -fpch-preprocess -fPIC \
CXXFLAGS=-g -O2 -pipe -fpch-preprocess -fPIC \
@@ -56,6 +61,7 @@
x64_64 ) ;;
esac
 
+UseMaxBuildJobs: true
 CompileScript: 
#!/bin/sh -ev
mkdir build
@@ -81,11 +87,14 @@
echo Please upgrade Xcode Developer Tools from Apple. ; \
exit 1; }
fi
+   # workaround llvm/clang's absence of -f rounding-math, 
+   # which caused test suite failures
+   if test $darwin_vers -ge 11 ; then
+ disable_fpmath=--disable-fpmath
+   fi
../configure %c
# for ccache-default
export CCACHE_SLOPPINESS=time_macros
-   # num_cpu=$(echo `sysctl -n hw.ncpu`)
-   # make -j $num_cpu
make
 
 InfoTest: 
@@ -94,11 +103,8 @@
cd build
# for ccache-default
export CCACHE_SLOPPINESS=time_macros
-   #num_cpu=$(echo `sysctl -n hw.ncpu`)
-   #make -j $num_cpu -k check || exit 2
make -k check || exit 2

-   TestDepends: glpk-dev
TestSuiteSize: large
 
 InstallScript: 
@@ -162,6 +168,8 @@
 exception-safe, rather efficient and thoroughly documented.
 
 DescPackaging: 
+ppl_lpsol (bin) links against libglpk, but none of ppl-shlibs depend on it.
+
 Reminder to never move %p/lib/ppl from ppl-shlibs since it
 brings over private .la as well as private shared lib.
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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 ppl9.info,1.3,1.4

2011-08-15 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11425/devel

Modified Files:
ppl9.info 
Log Message:
sync. w/ experimental, ppl9 actually depends on glpk-shlibs


Index: ppl9.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/ppl9.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ppl9.info   21 Jul 2011 17:30:27 -  1.3
+++ ppl9.info   15 Aug 2011 21:26:56 -  1.4
@@ -1,10 +1,14 @@
 Package: ppl9
 Version: 0.11.2
-Revision: 1
+Revision: 2
 BuildDependsOnly: True
-Depends: %N-shlibs (= %v-%r)
+Depends: 
+   %N-shlibs (= %v-%r),
+   glpk-shlibs (= 4.29-1)
+
 BuildDepends: 
fink (= 0.28),
+   glpk-dev (= 4.29-1),
gmp5,
m4,
system-java-dev
@@ -19,6 +23,7 @@
--infodir=%p/share/info \
--disable-static \
--enable-pch \
+   $disable_fpmath \
--with-java=$JAVA_HOME \
CFLAGS=-g -O2 -pipe -fpch-preprocess -fPIC \
CXXFLAGS=-g -O2 -pipe -fpch-preprocess -fPIC \
@@ -82,11 +87,14 @@
echo Please upgrade Xcode Developer Tools from Apple. ; \
exit 1; }
fi
+   # workaround llvm/clang's absence of -f rounding-math, 
+   # which caused test suite failures
+   if test $darwin_vers -ge 11 ; then
+ disable_fpmath=--disable-fpmath
+   fi
../configure %c
# for ccache-default
export CCACHE_SLOPPINESS=time_macros
-   # num_cpu=$(echo `sysctl -n hw.ncpu`)
-   # make -j $num_cpu
make
 
 InfoTest: 
@@ -95,11 +103,8 @@
cd build
# for ccache-default
export CCACHE_SLOPPINESS=time_macros
-   #num_cpu=$(echo `sysctl -n hw.ncpu`)
-   #make -j $num_cpu -k check || exit 2
make -k check || exit 2

-   TestDepends: glpk-dev (= 4.29-1)
TestSuiteSize: large
 
 InstallScript: 
@@ -163,6 +168,8 @@
 exception-safe, rather efficient and thoroughly documented.
 
 DescPackaging: 
+ppl_lpsol (bin) links against libglpk, but none of ppl-shlibs depend on it.
+
 Reminder to never move %p/lib/ppl from ppl-shlibs since it
 brings over private .la as well as private shared lib.
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel ppl9.info,1.3,1.4

2011-08-15 Thread David Fang
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11514/devel

Modified Files:
ppl9.info 
Log Message:
sync w/ experimental, ppl_lpsol links against glpk-shlibs


Index: ppl9.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/ppl9.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ppl9.info   9 Aug 2011 02:39:53 -   1.3
+++ ppl9.info   15 Aug 2011 21:27:53 -  1.4
@@ -1,10 +1,14 @@
 Package: ppl9
 Version: 0.11.2
-Revision: 1
+Revision: 2
 BuildDependsOnly: True
-Depends: %N-shlibs (= %v-%r)
+Depends: 
+   %N-shlibs (= %v-%r),
+   glpk-shlibs (= 4.29-1)
+
 BuildDepends: 
fink (= 0.28),
+   glpk-dev (= 4.29-1),
gmp5,
m4,
system-java-dev
@@ -101,7 +105,6 @@
export CCACHE_SLOPPINESS=time_macros
make -k check || exit 2

-   TestDepends: glpk-dev (= 4.29-1)
TestSuiteSize: large
 
 InstallScript: 
@@ -165,6 +168,8 @@
 exception-safe, rather efficient and thoroughly documented.
 
 DescPackaging: 
+ppl_lpsol (bin) links against libglpk, but none of ppl-shlibs depend on it.
+
 Reminder to never move %p/lib/ppl from ppl-shlibs since it
 brings over private .la as well as private shared lib.
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci io-oct.info,NONE,1.1

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

Added Files:
io-oct.info 
Log Message:
WorksOnLion

--- NEW FILE: io-oct.info ---
Info2: 
Package: io-oct%type_pkg[oct]
Version: 1.0.7
Type: oct (3.0.5), forge (io)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/general/index.html 
Description: Input/Output in external formats for Octave
DescDetail: 
This package provides the following additional functions:
append_save
csvread
csvwrite
dlmwrite
fexist
xlsread
dlmread
textread
License: GPL

# All octave-forge packages have to have the following BuildDpends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
  graphicsmagick-shlibs
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
Replaces: octave-forge-%type_raw[forge] ( 1.0.7-999)

Source-MD5: 64206cdaaccfbd8809f8d7661709ff46

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci general-oct.info,1.4,1.5

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

Modified Files:
general-oct.info 
Log Message:
Oops, got a stray Depend

Index: general-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/general-oct.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- general-oct.info15 Aug 2011 18:57:20 -  1.4
+++ general-oct.info15 Aug 2011 21:36:30 -  1.5
@@ -2,7 +2,7 @@
 Package: general-oct%type_pkg[oct]
 Version: 1.0.7
 Type: oct (3.0.5), forge (general)
-Revision: 2
+Revision: 3
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/general/index.html 
@@ -30,8 +30,7 @@
   fftw3, hdf5.7-oldapi
  
 Depends:  
-  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
-  graphicsmagick-shlibs
+  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas
   
 Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
 Replaces: octave-forge-%type_raw[forge] ( 1.0.7-999)


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci io-oct.info,1.1,1.2

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

Modified Files:
io-oct.info 
Log Message:
Missing 

Index: io-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/io-oct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- io-oct.info 15 Aug 2011 21:31:04 -  1.1
+++ io-oct.info 15 Aug 2011 21:37:56 -  1.2
@@ -17,6 +17,7 @@
xlsread
dlmread
textread
+ 
 License: GPL
 
 # All octave-forge packages have to have the following BuildDpends:


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods uri-pm.info, 1.3, 1.4

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

Modified Files:
uri-pm.info 
Log Message:
New upstream uri-pm 1.59.


Index: uri-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/uri-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- uri-pm.info 21 Jul 2011 22:15:15 -  1.3
+++ uri-pm.info 15 Aug 2011 21:48:45 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: uri-pm%type_pkg[perl]
-Version: 1.58
+Version: 1.59
 Revision: 1
 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
@@ -11,7 +11,7 @@
 Conflicts: %N-man
 ###
 Source: mirror:cpan:authors/id/G/GA/GAAS/URI-%v.tar.gz
-Source-MD5: 540575aee18616ad9a21e0af7a1e7b18
+Source-MD5: fecebf8fa20e2d26ea4a1649c095e96e
 ###
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
 UpdatePOD: true


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods uri-pm.info, 1.20, 1.21

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

Modified Files:
uri-pm.info 
Log Message:
New upstream uri-pm 1.59.


Index: uri-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/uri-pm.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- uri-pm.info 21 Jul 2011 21:28:59 -  1.20
+++ uri-pm.info 15 Aug 2011 21:49:24 -  1.21
@@ -1,6 +1,6 @@
 Info2: 
 Package: uri-pm%type_pkg[perl]
-Version: 1.58
+Version: 1.59
 Revision: 1
 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
@@ -11,7 +11,7 @@
 Conflicts: %N-man
 ###
 Source: mirror:cpan:authors/id/G/GA/GAAS/URI-%v.tar.gz
-Source-MD5: 540575aee18616ad9a21e0af7a1e7b18
+Source-MD5: fecebf8fa20e2d26ea4a1649c095e96e
 ###
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
 UpdatePOD: true


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-08-15 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv15660

Added Files:
lftp.info 
Log Message:
New upstream release and changes for lion

--- NEW FILE: lftp.info ---
Package: lftp
Version: 4.3.1
Revision: 1
###
Depends: %N-shlibs (= %v-%r), expat1-shlibs, readline5-shlibs
BuildDepends: expat1, libgettext8-dev, libiconv-dev, libncurses5, readline5, 
system-openssl-dev, fink (= 0.28)
###
CustomMirror: 
  Primary: http://ftp.yar.ru/pub/source/lftp/
  Secondary: http://ftp.yar.ru/pub/source/lftp/old/

###
Source: mirror:custom:lftp-%v.tar.bz2
Source-MD5: ea45acfb47b5590d4675c50dc0c6e13c
###
###
GCC: 4.0
###
SetLDFLAGS: -L%p/lib/system-openssl/lib
SetCXX: g++
###
DocFiles: ABOUT-NLS BUGS COPYING ChangeLog FAQ FEATURES INSTALL MIRRORS NEWS 
README* THANKS TODO lftp.lsm
ConfFiles: %p/etc/lftp.conf
###
ConfigureParams: --with-pic --with-modules --without-socksdante 
--with-openssl=%p/lib/system-openssl --without-gnutls 
--with-locale-dir=%p/share/locale --with-included-readline=no 
--with-included-gettext=no --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --disable-dependency-tracking
###
InstallScript: make install DESTDIR=%d
###
SplitOff: 
  Package: %N-shlibs
  Depends: libgettext8-shlibs, libiconv, libncurses5-shlibs (= 
5.4-20041023-1006)
  Files: lib/liblftp-jobs.*.dylib lib/liblftp-tasks.*.dylib
  Shlibs: 
%p/lib/liblftp-jobs.0.dylib 1.0.0 %n (= 3.6.1-2)
%p/lib/liblftp-tasks.0.dylib 1.0.0 %n (= 3.6.1-2)
  

SplitOff2: 
  Package: %N-dev
  Depends: %N-shlibs (= %v-%r)
  Files: lib/liblftp-jobs.dylib lib/liblftp-tasks.dylib

Shlibs: 
  !%p/lib/lftp/%v/liblftp-network.dylib
  !%p/lib/lftp/%v/liblftp-pty.dylib

###
Description: Sophisticated command line based FTP client
DescDetail: 
  lftp is a sophisticated command line based FTP client. It has a
  multithreaded design allowing you to issue and execute multiple
  commands simultaneosly or in the background. It also features
  mirroring capabilities and will reconnect and continue transfers
  in the event of a disconnection. Also, if you quit the program while
  transfers are still in progress, it will switch to nohup mode and
  finish the transfers in the background. HTTP protocol and FTP over
  HTTP proxy are supported. Version 2.3.0 includes HTTPS and FTP over
  SSL support.

###
License: GPL
Maintainer: Justin F. Hallett the...@users.sourceforge.net
Homepage: http://lftp.yar.ru/


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci optim-oct.info,1.1,1.2

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

Modified Files:
optim-oct.info 
Log Message:
Fix Replaces

Index: optim-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/optim-oct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- optim-oct.info  15 Aug 2011 18:47:50 -  1.1
+++ optim-oct.info  15 Aug 2011 22:10:24 -  1.2
@@ -2,7 +2,7 @@
 Package: optim-oct%type_pkg[oct]
 Version: 1.0.4
 Type: oct (3.0.5), forge (optim)
-Revision: 1
+Revision: 2
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/data-smoothing/index.html 
@@ -80,7 +80,7 @@
   miscellaneous-oct%type_pkg[oct]
 
 Conflicts: octave-forge
-Replaces: octave-forge-%type_raw[forge] ( 1.1.1-999)
+Replaces: octave-forge-%type_raw[forge] ( 1.0.4-999)
 
 Source-MD5: 318dbf44957fbeaadb034a2b7532b110
 


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci zenity-oct.info,NONE,1.1

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

Added Files:
zenity-oct.info 
Log Message:
WorksOnLion

--- NEW FILE: zenity-oct.info ---
Info2: 
Package: zenity-oct%type_pkg[oct]
Version: 0.5.6
Type: oct (3.0.5), forge (zenity)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/general/index.html 
Description: Zenity-based tools for Octave
DescDetail: 
A set of functions for creating simple graphical user interfaces. It is
currently possible to create calendar windows, text entries, file selection
dialogs, lists, message windows, icons in the notification area, and windows
for large amounts of text.
The package provides the following additional functions:
zenity_calendar
zenity_entry
zenity_file_selection
zenity_list
zenity_message
zenity_notification
zenity_text_info
zenity_progress
zenity_scale

License: GPL

# All octave-forge packages have to have the following BuildDpends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
  zenity
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
Replaces: octave-forge-%type_raw[forge] ( 0.5.6-999)

Source-MD5: 683906514f32df59a6e02c399e4c2d7b

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci nan-oct.info, NONE, 1.1 data-smoothing-oct.info, 1.1, 1.2 general-oct.info, 1.5, 1.6 io-oct.info, 1.2, 1.3 miscellaneous-oct.info, 1.4, 1.5 optim-oct.info, 1.

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

Modified Files:
data-smoothing-oct.info general-oct.info io-oct.info 
miscellaneous-oct.info optim-oct.info zenity-oct.info 
Added Files:
nan-oct.info 
Log Message:
New NaN.  Cleanup for other packages.

Index: data-smoothing-oct.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/data-smoothing-oct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- data-smoothing-oct.info 15 Aug 2011 18:47:50 -  1.1
+++ data-smoothing-oct.info 15 Aug 2011 22:44:51 -  1.2
@@ -17,7 +17,7 @@
 
 License: GPL
 
-# All octave-forge packages have to have the following BuildDpends:
+# All octave-forge packages have to have the following BuildDepends:
 #  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
 # fftw3, hdf5.7-oldapi
 

Index: io-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/io-oct.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- io-oct.info 15 Aug 2011 21:37:56 -  1.2
+++ io-oct.info 15 Aug 2011 22:44:51 -  1.3
@@ -5,7 +5,7 @@
 Revision: 1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
-Homepage: http://octave.sourceforge.net/general/index.html 
+Homepage: http://octave.sourceforge.net/io/index.html 
 Description: Input/Output in external formats for Octave
 DescDetail: 
 This package provides the following additional functions:
@@ -20,7 +20,7 @@
  
 License: GPL
 
-# All octave-forge packages have to have the following BuildDpends:
+# All octave-forge packages have to have the following BuildDepends:
 #  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
 # fftw3, hdf5.7-oldapi
 

Index: optim-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/optim-oct.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- optim-oct.info  15 Aug 2011 22:10:24 -  1.2
+++ optim-oct.info  15 Aug 2011 22:44:51 -  1.3
@@ -5,10 +5,10 @@
 Revision: 2
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
-Homepage: http://octave.sourceforge.net/data-smoothing/index.html 
+Homepage: http://octave.sourceforge.net/optim/index.html 
 Description: Unconstrained Non-linear Optimization toolkit for Octave
 DescDetail: 
-It provides the following additional functions:
+This package provides the following additional functions:
 Minimization:
 minimize
 nelder_mead_min
@@ -67,7 +67,7 @@
 
 License: GPL
 
-# All octave-forge packages have to have the following BuildDpends:
+# All octave-forge packages have to have the following BuildDepends:
 #  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
 # fftw3, hdf5.7-oldapi
 

Index: general-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/general-oct.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- general-oct.info15 Aug 2011 21:36:30 -  1.5
+++ general-oct.info15 Aug 2011 22:44:51 -  1.6
@@ -21,7 +21,7 @@
 
 License: GPL
 
-# All octave-forge packages have to have the following BuildDpends:
+# All octave-forge packages have to have the following BuildDepends:
 #  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
 # fftw3, hdf5.7-oldapi
 

Index: zenity-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/zenity-oct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- zenity-oct.info 15 Aug 2011 22:11:36 -  1.1
+++ zenity-oct.info 15 Aug 2011 22:44:51 -  1.2
@@ -5,7 +5,7 @@
 Revision: 1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
-Homepage: http://octave.sourceforge.net/general/index.html 
+Homepage: http://octave.sourceforge.net/zenity/index.html 
 Description: Zenity-based tools for Octave
 DescDetail: 
 A set of functions for creating simple graphical user interfaces. It is
@@ -25,7 +25,7 @@
 
 License: GPL
 
-# All octave-forge packages have to have the following BuildDpends:
+# All octave-forge packages have to have the following BuildDepends:
 #  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
 # fftw3, hdf5.7-oldapi
 

Index: miscellaneous-oct.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/miscellaneous-oct.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u 

[cvs] dists/10.7/stable/main/finkinfo/sci tsa-oct.info,NONE,1.1

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

Added Files:
tsa-oct.info 
Log Message:
Full body scan on 10.7

--- NEW FILE: tsa-oct.info ---
Info2: 
Package: tsa-oct%type_pkg[oct]
Version: 4.0.0
Type: oct (3.0.5), forge (tsa)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/tsa/index.html 
Description: Time series analysis package for Octave
DescDetail: 
The package contains functions utilizing stochastic concepts and maximum
entropy methods for time series analysis.
It provides the following additional functions:
Univariate (stationary) analysis:
acovf
acorf
biacovf
bispec
durlev
lattice
rmle
pacf
parcor
invest0
invest1
selmo
selmo2
histo
histo2
histo3
hup
ucp
y2res
ar_spa
detrend
flix
Multivariate stationary analysis:
mvar
mvfilter
mvfreqz
arfit2
histo4
Adaptive (time-varying) analysis:
aar
aarmam
adim
amarma
mvaar
Conversions between forms:
ac2poly
ac2rc
rc2ar
poly2ac
poly2ar
poly2rc
rc2ac
rc2poly
ar2poly
Utility functions:
arcext
sinvest1
sbispec
flag_implicit_samplerate
Test suites:
tsademo
bisdemo
invfdemo

License: GPL

# All octave-forge packages have to have the following BuildDepends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
  nan-oct%type_pkg[oct]
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 4.0.0-999)
Replaces: octave-forge-%type_raw[forge] ( 4.0.0-999)  

Source-MD5: d5722f857e1e5020969dbc365183f323
# Do not change anything from this point down, unless absolutely necessary
# since the foo-oct%type_pkg[oct] packages are designed to be built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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 plotmtv.info,1.6,1.7

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

Modified Files:
plotmtv.info 
Log Message:
Fix Homepage

Index: plotmtv.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/plotmtv.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- plotmtv.info6 Dec 2010 11:43:04 -   1.6
+++ plotmtv.info15 Aug 2011 22:56:06 -  1.7
@@ -46,4 +46,4 @@
 DocFiles: README.INSTALL README.VERSION README.UTILS ../PlotResources.ps.gz 
../Annotations.ps.gz Docs/DataFormat.ps.gz
 License: OSI-Approved 
 Description: Scientific data plotting  visualization
-Homepage: 
http://csep1.phy.ornl.gov/cornell_proceedings/tutorials/Plotmtv/overview.html
+Homepage: 
http://www.phy.ornl.gov/csep/CSEP/CORNELL/TUTORIAL/PLOTMTV/OVERVIEW.html
\ No newline at end of file


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
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/sci plotmtv.info, 1.1, 1.2

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

Modified Files:
plotmtv.info 
Log Message:
Fix Homepage

Index: plotmtv.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/sci/plotmtv.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plotmtv.info11 Jul 2011 04:05:48 -  1.1
+++ plotmtv.info15 Aug 2011 22:56:06 -  1.2
@@ -46,4 +46,4 @@
 DocFiles: README.INSTALL README.VERSION README.UTILS ../PlotResources.ps.gz 
../Annotations.ps.gz Docs/DataFormat.ps.gz
 License: OSI-Approved 
 Description: Scientific data plotting  visualization
-Homepage: 
http://csep1.phy.ornl.gov/cornell_proceedings/tutorials/Plotmtv/overview.html
+Homepage: 
http://www.phy.ornl.gov/csep/CSEP/CORNELL/TUTORIAL/PLOTMTV/OVERVIEW.html
\ No newline at end of file


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

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

Added Files:
plotmtv.info plotmtv.patch 
Log Message:
I want my plotmtv

--- NEW FILE: plotmtv.info ---
Package: plotmtv
Version: 1.4.4t
Revision: 2
Maintainer: None fink-de...@lists.sourceforge.net
BuildDepends: x11-dev, fink (= 0.24.12), xmkmf (= 1.0.2-3)
Depends: x11, rman
Source: ftp://ftp.funet.fi/pub/sci/math/tela/needed/Plotmtv%v.tar.gz
Source-MD5: 8ac9d63962f1ce6603c149da7abe0118
Source2: http://www.geo.fmi.fi/~pjanhune/tela/Annotations.ps.gz
Source2-MD5: e056eebe08509ef2d613568a0eec33d6
Source3: http://www.geo.fmi.fi/~pjanhune/tela/PlotResources.ps.gz
Source3-MD5: a1d830ac4b381a332d19f0878b2d44d9
SourceDirectory: Plotmtv%v
PatchFile: %n.patch
PatchFile-MD5: 7b73544964705bfd269b18353fe8bd7d
CompileScript: 
#!/bin/sh -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf
 cp Docs/*.* Lib
 cp Docs/*.* Plot 
 cp Docs/*.* Utils
 make World

InstallScript: 
#!/bin/sh -ev
 export PATH=%p/lib/xmkmf/bin:$PATH 
 export IMAKEINCLUDE=-I%p/lib/X11/config
 mkdir -p %i/bin
 mkdir -p %i/share/man/man1
 sed 's|PLOTMTV L|PLOTMTV 1|g'  Docs/plotmtv.man  plotmtv.1
 cd Tests
 mv run.csh run.csh.orig
 sed 's|../Bin|%p/bin|g'  run.csh.orig  run.csh
 mv run.sh run.sh.orig
 sed 's|../Bin|%p/bin|g'  run.sh.orig  run.sh
 cd ..
 chmod -R 755 Tests
 cp -f plotmtv.1 %i/share/man/man1
 cp -f Bin/* %i/bin
 mkdir -p %i/share/doc/%n
 cp -R Tests %i/share/doc/%n
 mv Utils/README README.UTILS

DocFiles: README.INSTALL README.VERSION README.UTILS ../PlotResources.ps.gz 
../Annotations.ps.gz Docs/DataFormat.ps.gz
License: OSI-Approved 
Description: Scientific data plotting  visualization
Homepage: 
http://www.phy.ornl.gov/csep/CSEP/CORNELL/TUTORIAL/PLOTMTV/OVERVIEW.html
--- NEW FILE: plotmtv.patch ---
--- Plotmtv1.4.4t/Lib/annotate.c.orig   Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/annotate.cSun Sep 16 06:06:41 2001
@@ -5,7 +5,9 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include math.h
 #include CNdata.h
 #include CNproperty.h
--- Plotmtv1.4.4t/Lib/array.c.orig  Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/array.c   Sun Sep 16 06:06:41 2001
@@ -14,7 +14,9 @@
 
 #include stdio.h
 #include stdlib.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include CNplot.h
 
 /**/
--- Plotmtv1.4.4t/Lib/axislabel.c.orig  Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/axislabel.c   Sun Sep 16 06:06:41 2001
@@ -8,7 +8,9 @@
 #include string.h
 #include ctype.h
 #include math.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include CNplot.h
 
 static void print_axislabel();
--- Plotmtv1.4.4t/Lib/barchart.c.orig   Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/barchart.cSun Sep 16 06:06:41 2001
@@ -6,7 +6,9 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include CNplot.h
 
 /*
--- Plotmtv1.4.4t/Lib/bivar.c.orig  Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/bivar.c   Sun Sep 16 06:06:41 2001
@@ -1,6 +1,8 @@
 #include stdio.h
 #include stdlib.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include math.h
 
 /* Useful definitions */
--- Plotmtv1.4.4t/Lib/contlist.c.orig   Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/contlist.cSun Sep 16 06:06:42 2001
@@ -8,7 +8,9 @@
 #include string.h
 #include ctype.h
 #include math.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include CNplot.h
 
 static void apply_contstep_prop();
--- Plotmtv1.4.4t/Lib/cube.c.orig   Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/cube.cSun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include math.h
 #include CNplot.h
 
--- Plotmtv1.4.4t/Lib/cubedata.c.orig   Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/cubedata.cSun Sep 16 06:06:42 2001
@@ -5,7 +5,9 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include math.h
 #include CNplot.h
 
--- Plotmtv1.4.4t/Lib/grid.c.orig   Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/grid.cSun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include CNplot.h
 
 static double get_1D_double_array_value();
--- Plotmtv1.4.4t/Lib/griddata.c.orig   Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/griddata.cSun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
 #include stdlib.h
 #include math.h
 #include string.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 #include CNplot.h
 
 /*
--- Plotmtv1.4.4t/Lib/histogram.c.orig  Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/histogram.c   Sun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
 #include stdio.h
 #include stdlib.h
 #include string.h
+#ifndef __APPLE__
 #include malloc.h
+#endif
 

[cvs] dists/10.7/stable/main/finkinfo/sci specfun-oct.info,NONE,1.1

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

Added Files:
specfun-oct.info 
Log Message:
WorksOnLion

--- NEW FILE: specfun-oct.info ---
Info2: 
Package: specfun-oct%type_pkg[oct]
Version: 1.0.7
Type: oct (3.0.5), forge (specfun)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/specfun/index.html 
Description: Special functions for Octave
DescDetail: 
Includes the following special functions:
Ci
Si
cosint
dirac
ellipj
ellipke
erfcinv
erfcx
expint
expint_E1
expint_Ei
heaviside
laguerre
lambertw
psi
sinint
test_ellipj
test_sncndn
zeta
ellipj

License: GPL

# All octave-forge packages have to have the following BuildDepends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
Replaces: octave-forge-%type_raw[forge] ( 1.0.7-999)

Source-MD5: 01becb0e951634ed781da910f1aa2654

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci signal-oct.info,NONE,1.1

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

Added Files:
signal-oct.info 
Log Message:
WorksOnLion

--- NEW FILE: signal-oct.info ---
Info2: 
Package: signal-oct%type_pkg[oct]
Version: 1.0.8
Type: oct (3.0.5), forge (signal)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/signal/index.html 
Description: Signal processing toolkit for Octave
DescDetail: 
This package contains signal processing tools, including filtering, windowing
and display functions.
It provides the following additional functions:
Signals:
diric
gauspuls
gmonopuls
pulstran
tripuls
rectpuls
sawtooth
square
chirp
strips
specgram
buffer
mexihat
meyeraux
morlet
shanwavf
cmorwavf
Filtering:
filtfilt
filtic
latcfilt
sgolayfilt
sosfilt
medfilt1
Filter analysis:
freqs
freqs_plot
freqspace
grpdelay
impz
zplane
Filter conversion:
ac2poly
poly2ac
ac2rc
rc2ac
poly2rc
rc2poly
convmtx
latc2tf
residuez
residued
sos2ss
sos2tf
sos2zp
ss2sos
tf2latc
tf2sos
zp2sos
polystab
IIR Filter design:
besself
butter
cheby1
cheby2
ellip
ncauer
maxflat
buttord
cheb1ord
cheb2ord
ellipord
besselap
sftrans
bilinear
impinvar
ellipdemo
FIR filter design:
fir1
fir2
fircls
fircls1
firls
firrcos
intfilt
kaiserord
cremez
remez
remezord
sgolay
qp_kaiser
Transforms:
czt
dctmtx
dct2
idct2
dct
idct
dst
idst
dftmtx
hilbert
rceps
cceps
icceps
cplxreal
bitrevorder
dwt
fht
ifht
Power spectrum analysis:
pwelch
tfe
tfestimate
cohere
csd
ar_psd
cpsd
mscohere
pburg
pyulear
xcorr
xcorr2
xcov
__power
Window functions:
window
barthannwin
blackmanharris
blackmannuttall
bohmanwin
boxcar
chebwin
flattopwin
hann
kaiser
nuttallwin
triang
gaussian
gausswin
tukeywin
rectwin
welchwin
parzenwin
System identification:
arburg
aryule
invfreq
invfreqs
invfreqz
levinson
lpc
rlevinson
stmcb
Sample rate change:
decimate
interp
downsample
upsample
resample
upfirdn
Utility:
buffer
fracshift
wkeep
wrev

License: GPL

# All octave-forge packages have to have the following BuildDepends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
  miscellaneous-oct%type_pkg[oct]

Conflicts: octave-forge
Replaces: octave-forge-%type_raw[forge] ( 1.0.8-999)

Source-MD5: e56f60f9a4b51b51f342ceb131278ec2

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 

[cvs] dists/10.7/stable/main/finkinfo/sci physicalconstants-oct.info, NONE, 1.1

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

Added Files:
physicalconstants-oct.info 
Log Message:
WorksOnLion

--- NEW FILE: physicalconstants-oct.info ---
Info2: 
Package: physicalconstants-oct%type_pkg[oct]
Type: oct (3.0.5), forge (physicalconstants)
Version: 0.1.7
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/physicalconstants/index.html 
Description: Physical constants for octave
DescDetail: 
Database of physical constants.
This package provides the additional physical_constant function.

License: GPL

# All octave-forge packages have to have the following BuildDepends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 0.1.7-999)
Replaces: octave-forge-%type_raw[forge] ( 0.1.7-999)

Source-MD5: 808a9c50a0e77cdf31e62c968d82d85b

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci outliers-oct.info,NONE,1.1

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

Added Files:
outliers-oct.info 
Log Message:
OK for 10.7.

--- NEW FILE: outliers-oct.info ---
Info2: 
Package: outliers-oct%type_pkg[oct]
Version: 0.13.9
Type: oct (3.0.5), forge (outliers)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/outliers/index.html 
Description: Outlier detection routines for Octave
DescDetail: 
This packages provides Grubbs, Dixon and Cochran tests for outlier detection
and p-value approximating routines. 
It ncludes the following functions:
chisqouttest
cochrancdf
cochraninv
cochrantest
dixoncdf
dixoninv
dixontest
grubbscdf
grubbsinv
grubbstest
outlier
qtable
rmoutlier
scores

License: GPL

# All octave-forge packages have to have the following BuildDepends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 0.13.9-999)
Replaces: octave-forge-%type_raw[forge] ( 0.13.9-999)

Source-MD5: d2829f19afccb01489caf2c1feee0d9f

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/sci fits-oct.info,NONE,1.1

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

Added Files:
fits-oct.info 
Log Message:
Fits in 10.7

--- NEW FILE: fits-oct.info ---
info2: 
Package: fits-oct%type_pkg[oct]
Version: 1.0.0
Type: oct (3.0.5), forge (fits)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/general/index.html 
Description: FITS interface for Octave
DescDetail: 
The Octave-FITS package provides functions for reading, and writing FITS 
(Flexible Image Transport System) files. The package supports uses the 
libcfitsio library.
It includes the following additional functions:
read_fits_image
save_fits_image
save_fits_image_multi_ext

License: GPL

# All octave-forge packages have to have the following BuildDepends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi, cfitsio
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.0-999)
Replaces: octave-forge-%type_raw[forge] ( 1.0.0-999)

Source-MD5: 7cfcf6c8f91a40698bdc5ba5c735
TarFilesRename: fits:fits-1.0.0

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: %p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Common for all octave-forge packages.

We read in postinst and prm template scripts installed by octaveN and modify
them to use the name of this package because Octave's package manager can't 
cope with non-literal arguments.

The Type: forge (pkgname) is used to minimize what needs to be changed when
using this .info file as a template.



--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-08-15 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv13761

Added Files:
tenfourfox6.info tenfourfox6.patch 
Log Message:
work-in-progress, oddly, upstream patch does not apply cleanly...


--- NEW FILE: tenfourfox6.info ---
Info3: 
Package: tenfourfox6
Version: 6.0
Revision: 0.b5
Distribution: 10.4, 10.5
Architecture: powerpc
Description: Port of Firefox 6 to 10.4 and PowerPC
License: OSI-Approved
Maintainer: David Fang fang...@users.sourceforge.net
Depends: 
#   bzip2-shlibs,
#   fontconfig2-shlibs (= 2.4.1-1),
#   freetype219-shlibs (= 2.3.7-7),
glib2-shlibs (= 2.14.0-1),
libgettext8-shlibs

BuildConflicts: 
freetype,
freetype-hinting,
freetype2-dev,
freetype219,
nspr

# bdep:git is temporary until patch supports git binary diffs (base-85)
BuildDepends: 
autoconf2.13-legacy,
bzip2-dev,
#   dbus-dev,
fink (= 0.28-1),
fink-package-precedence,
flag-sort,
#   fontconfig2-dev (= 2.4.1-1),
#   freetype219 (= 2.3.7-7),
#   gcc4.2 (= 4.2.1-5574),
glib2-dev (= 2.14.0-1),
git,
libgettext8-dev,
libidl2 (= 0.8.9-1),
libjpeg8,
make,
pkgconfig (= 0.21-1),
python (= 2.5),
system-openssl-dev,
system-sdk-10.4

Conflicts: tenfourfox, tenfourfox5
Replaces: tenfourfox, tenfourfox5
Source: 
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/6.0b5/source/firefox-%vb5.source.tar.bz2
SourceDirectory: mozilla-beta
Source-MD5: bfd7ae5a378f0078e8be6577a267baf8
Source2: 
http://tenfourfox.googlecode.com/files/TenFourFox6-changesets-20110713.zip
Source2-MD5: 3681650363bd7ee027412d461dd4989b
Source3: http://tenfourfox.googlecode.com/files/ldx3.zip
Source3-MD5: 849c5bc88f06387bbd2040cf804204e7
PatchFile: %n.patch
PatchFile-MD5: 5f6a780246066a8f037040d64518f994
PatchScript: 
  #!/bin/sh -ev
  # apply patchset from TenFourFox:
  for f in ../6exports/*
  do
echo Patching in changeset $f ...
git apply -p1 $f || { echo ... patch $f failed. ; patch_err=1 ;}
  done
  test -z $patch_err || { echo Patch error above.  Aborting. ; exit 1;}
  ### apply the patch
  echo Applying patch %{PatchFile} ...
  /usr/bin/sed -e 's|@FINKPREFIX@|%p|g' \
-e 's|@FINK_ARCH_TARGET@|%m|g' \
 %{PatchFile} | /usr/bin/patch -p1
  # leave @executable_path alone and take care of adjusting install_names
  # between build and install, below.
  # configure inputs were patched, hence regeneration
  export PATH=%p/lib/autoconf2.13/bin:$PATH
  autoconf
  # new Xcode 3 linker (2.5's does not suffice)
  mkdir -p opt-bin
  pushd opt-bin
ln -s /usr/bin/ld ld32
ln -s ../../ldx3 .
# darwin9 only: python with hacked environment
# b/c python requires run-time M_D_T to be consistent with build-time
# the rest of the build should use M_D_T=10.4
this_dist=`sw_vers -productVersion | cut -d. -f1-2`
if test $this_dist = 10.5
then
  realpy=`which python`
  echo #!/bin/sh -e  python
  echo export MACOSX_DEPLOYMENT_TARGET=$this_dist  python
  echo exec $realpy \\$@\  python
  chmod +x python
  echo PYTHON=%b/opt-bin/python  ../.mozconfig
  # and then force python-wrapped gcc calls back to M_D_T=10.4
  echo #!/bin/sh -e  MDT10.4
  echo export MACOSX_DEPLOYMENT_TARGET=10.4  MDT10.4
  echo exec \\$@\  MDT10.4
  chmod +x MDT10.4
  sed -i.orig -e '/^GCC_PREFIX=/s|flag-sort|MDT10.4 |' ../.mozconfig
fi
  popd
  sed -e '/^#/!s|/usr/bin|%b/opt-bin|' SHIM.ld  opt-bin/ld
  chmod +x opt-bin/ld
  # enable processor-specific optimization and tuning
  for f in *.mozcfg
  do
sed -i.orig -e '/AUTOCONF/s|autoconf213|autoconf|' \
-e '/MOZ_MAKE_FLAGS/s|^|# |' \
-e '/MOZ_OBJDIR/s|^|# |' $f
  done
  # .mozconfig will dispatch the right CPU.mozcfg
  cpu=`machine`
  case $cpu in
ppc750) alt=G3 ;;
ppc7400) alt=G4 ;;
ppc7450) alt=G4e ;;
ppc970) alt=G5 ;;
  esac
  sed -i.orig -e /OPTIMIZED_FOR/s|Debugging|$cpu ($alt)| 
netwerk/protocol/http/OptimizedFor.h
  echo %n-%v-%r build tuned for $cpu ($alt)  BUILD.OPTIMIZATION

# even on 10.5
SetMACOSX_DEPLOYMENT_TARGET: 10.4
SetLDFLAGS: -L%p/lib/system-openssl/lib
SetCPPFLAGS: -I%p/lib/system-openssl/include -I%p/include -I/usr/X11R6/include
GCC: 4.0
UseMaxBuildJobs: true
CompileScript: 
#!/bin/sh -ev
# /usr/bin/make crashes (bug)
make=%p/bin/make
# provide an executable script to launch .app
{ echo #!/bin/sh -ev ; \
echo open -a %p/Applications/TenFourFox.app \$@\ ;}  tenfourfox
chmod +x tenfourfox

export LD64=1
export PATH=%b/opt-bin:%p/lib/autoconf2.13/bin:$PATH
export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig:$PKG_CONFIG_PATH
$make -w -f client.mk build
objdir=obj-%m-apple-darwin`uname -r`
pushd $objdir
fink-package-precedence --headers --depfile-ext=.pp .
fink-package-precedence --libs .
popd

# AppBundles: UninstalledAppDir/TenFourFox.app

[cvs] dists/10.7/stable/main/finkinfo/sci gsl-oct.info,NONE,1.1

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

Added Files:
gsl-oct.info 
Log Message:
WorksOnLion

--- NEW FILE: gsl-oct.info ---
Info2: 
Package: gsl-oct%type_pkg[oct]
Version: 1.0.7
Type: oct (3.0.5), forge (gsl)
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
# unfortunately, Homepage won't do types
Homepage: http://octave.sourceforge.net/gsl/index.html 
Description: Octave bindings to the GNU Scientific Library
DescDetail: 
This package provides the following special functions:
Chi
Ci
Shi
Si
airy_Ai
airy_Ai_deriv
airy_Ai_deriv_scaled
airy_Ai_scaled
airy_Bi
airy_Bi_deriv
airy_Bi_deriv_scaled
airy_Bi_scaled
airy_zero_Ai
airy_zero_Ai_deriv
airy_zero_Bi
airy_zero_Bi_deriv
atanint
bessel_In
bessel_In_scaled
bessel_Inu
bessel_Inu_scaled
bessel_Jn
bessel_Jnu
bessel_Kn
bessel_Kn_scaled
bessel_Knu
bessel_Knu_scaled
bessel_Yn
bessel_Ynu
bessel_il_scaled
bessel_jl
bessel_kl_scaled
bessel_lnKnu
bessel_yl
bessel_zero_J0
bessel_zero_J1
beta_gsl
clausen
conicalP_0
conicalP_1
conicalP_half
conicalP_mhalf
coupling_3j
coupling_6j
coupling_9j
dawson
debye_1
debye_2
debye_3
debye_4
ellint_Ecomp
ellint_Kcomp
erf_Q
erf_Z
erf_gsl
erfc_gsl
eta
eta_int
exp_mult
expint_3
expint_E1
expint_E2
expint_Ei
expm1
exprel
exprel_2
exprel_n
fermi_dirac_3half
fermi_dirac_half
fermi_dirac_inc_0
fermi_dirac_int
fermi_dirac_mhalf
gamma_gsl
gamma_inc
gamma_inc_P
gamma_inc_Q
gammainv_gsl
gammastar
hazard
hyperg_0F1
hyperg_1F1
hyperg_U
hzeta
lambert_W0
lambert_Wm1
legendre_Pl
legendre_Plm
legendre_Ql
legendre_sphPlm
legendre_sphPlm_array
lnbeta
lncosh
lngamma_gsl
lnpoch
lnsinh
log_1plusx
log_1plusx_mx
log_erfc
poch
pochrel
psi
psi_1_int
psi_1piy
psi_n
sinc_gsl
synchrotron_1
synchrotron_2
taylorcoeff
transport_2
transport_3
transport_4
transport_5
zeta
zeta_int

License: GPL

# All octave-forge packages have to have the following BuildDepends:
#  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
# fftw3, hdf5.7-oldapi

BuildDepends: 
  octave%type_pkg[oct]-dev | octave%type_pkg[oct]-atlas-dev,
  fftw3, hdf5.7-oldapi, gsl
 
Depends:  
  octave%type_pkg[oct] | octave%type_pkg[oct]-atlas,
  gsl-shlibs
  
Conflicts: octave-forge, octave-forge-%type_raw[forge] ( 1.0.7-999)
Replaces: octave-forge-%type_raw[forge] ( 1.0.7-999)

Source-MD5: 77a3058592f938f6384146d3630cc845

# You do not change anything from this point down, unless absolutely necessary,
# since all of the foo-oct%type_pkg[oct] packages are designed to be 
built/installed
# in the same way.

Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetLIBRARY_PATH: /usr/X11R6/lib:%p/lib
SetMAKEFLAGS: -j1
CompileScript: 
rm -rf doc/RCS
%p/share/octave/%type_raw[oct]/scripts/octave-forge-compile.sh 
%type_raw[forge]-%v

InstallScript:  
#!/bin/sh -ev
%p/share/octave/%type_raw[oct]/scripts/octave-forge-install.sh 
%type_raw[forge]-%v %i %b
mkdir -p %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
# copy template scripts
cp %p/share/octave/%type_raw[oct]/scripts/octave-forge-prerm 
%p/share/octave/%type_raw[oct]/scripts/octave-forge-postinst 
%i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
cd %i/share/octave/%type_raw[oct]/%type_raw[forge]-%v
sed -i -e 's/@PKGNAME@/%type_raw[forge]-%v/' octave-forge*
chmod a+x octave-forge*

PostInstScript:  
if [ -f %p/var/octave/%type_raw[oct]/octave_packages ]
then 

%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-postinst
else
mv 
%p/share/octave/%type_raw[oct]/packages/%type_raw[forge]-%v/octave_packages 
%p/var/octave/%type_raw[oct]/octave_packages
fi


PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm

DescPackaging: 
Specific to this package:
remove RCS files for docs which somehow made it into the release tarball.

Common for all octave-forge packages.

We read in postinst and prm template scripts installed by 

[cvs] dists/10.7/stable/main/finkinfo/sci fits-oct.info,1.1,1.2

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

Modified Files:
fits-oct.info 
Log Message:
Make note of package-specifc modification.

Index: fits-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/fits-oct.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fits-oct.info   16 Aug 2011 00:56:42 -  1.1
+++ fits-oct.info   16 Aug 2011 01:29:38 -  1.2
@@ -33,6 +33,7 @@
 Replaces: octave-forge-%type_raw[forge] ( 1.0.0-999)
 
 Source-MD5: 7cfcf6c8f91a40698bdc5ba5c735
+# specific to this package so that the scripts work properly
 TarFilesRename: fits:fits-1.0.0
 
 # You do not change anything from this point down, unless absolutely necessary,


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/base passwd-core.info,1.4,1.5

2011-08-15 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory vz-cvs-3.sog:/tmp/cvs-serv5210

Modified Files:
passwd-core.info 
Log Message:
fix spelling of haldaemon user-package (C/R old-name since nothing would want 
it and it didn't work)


Index: passwd-core.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/passwd-core.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- passwd-core.info29 Jul 2011 04:06:35 -  1.4
+++ passwd-core.info16 Aug 2011 01:38:17 -  1.5
@@ -1,6 +1,6 @@
 Package: passwd-core
 Version: 20100305
-Revision: 3
+Revision: 4
 Distribution: 10.7
 BuildDepends: fink (= 0.24.12)
 Type: nosource
@@ -152,9 +152,11 @@
  
 
 SplitOff16: 
- Package: passwd-haldeamon
+ Package: passwd-haldaemon
  Description: User and group entries for the Hardware Abstraction Layer
  Depends: passwd-core (= 20100305-1)
+ Conflicts: passwd-haldeamon
+ Replaces: passwd-haldeamon
  DocFiles: README
  PostInstScript: 
   %p/sbin/update-passwd postinst %n


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs