[cvs] experimental/babayoshihiko/finkinfo qgis-mac.info,1.5,1.6

2010-09-19 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8210

Modified Files:
qgis-mac.info 
Log Message:
qgis read env vars

Index: qgis-mac.info
===
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/qgis-mac.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- qgis-mac.info   26 Aug 2010 02:18:02 -  1.5
+++ qgis-mac.info   19 Sep 2010 06:35:06 -  1.6
@@ -9,7 +9,7 @@
 
 
 Version: 1.5.0
-Revision: 1
+Revision: 1.1
 Description: User friendly Open Source GIS
 License: GPL
 Homepage: http://qgis.org
@@ -144,6 +144,15 @@
pushd build
make install CMAKE_INSTALL_PREFIX=%i SIP_MAC_PATH=%p/bin
popd
+   
+   # Tell qgis to read environmental variables
+   pushd %i/Applications/qgis%v.app/Contents
+   perl -pi -e s|stringqgis/string|stringqgis.sh/string| 
Info.plist
+   echo '#!/bin/sh' MacOS/qgis.sh
+   echo '. /sw/bin/init.sh  ./qgis' MacOS/qgis.sh
+   popd
+   
+   
pushd %i/Applications/qgis%v.app/Contents/MacOS/lib
 install_name_tool -id 
%p/Applications/qgis%v.app/Contents/MacOS/lib/libqgis_core.%v.dylib 
libqgis_core.%v.dylib
 install_name_tool -id 
%p/Applications/qgis%v.app/Contents/MacOS/lib/libqgis_analysis.%v.dylib 
libqgis_analysis.%v.dylib


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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/kde kdegraphics3.info, 1.35, 1.36 kdegraphics3.patch, 1.11, 1.12

2010-09-19 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21643

Modified Files:
kdegraphics3.info kdegraphics3.patch 
Log Message:
direct-symbol-resolution (avoid dynamic-lookup) fixes


Index: kdegraphics3.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kdegraphics3.patch,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- kdegraphics3.patch  8 Aug 2010 17:46:43 -   1.11
+++ kdegraphics3.patch  19 Sep 2010 09:21:10 -  1.12
@@ -411,8 +411,8 @@
  # let automoc handle all of the meta source files (moc)
 diff -Nurd kdegraphics-3.5.10/kghostview/Makefile.am 
kdegraphics-3.5.10-new/kghostview/Makefile.am
 --- kdegraphics-3.5.10/kghostview/Makefile.am  2006-05-22 14:05:40.0 
-0400
-+++ kdegraphics-3.5.10-new/kghostview/Makefile.am  2010-07-26 
01:14:44.0 -0400
-@@ -4,7 +4,8 @@
 kdegraphics-3.5.10-new/kghostview/Makefile.am  2010-09-19 
04:57:57.0 -0400
+@@ -4,13 +4,14 @@
  
  ### Files
  
@@ -422,6 +422,13 @@
  lib_LTLIBRARIES = libkghostviewlib.la
  kde_module_LTLIBRARIES = libkghostviewpart.la
  noinst_LTLIBRARIES = libdscparse.la
+ 
+ libkghostviewlib_la_LDFLAGS = $(all_libraries)
+-libkghostviewlib_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) -lkdeprint 
libdscparse.la
++libkghostviewlib_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) -lkdeprint 
libdscparse.la $(LIB_KDEUI) $(LIB_KDECORE)
+ 
+ libkghostviewpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
+ libkghostviewpart_la_LIBADD = libkghostviewlib.la
 @@ -27,9 +28,9 @@
  
  libkghostviewpart_la_SOURCES = part_init.cpp
@@ -1152,7 +1159,7 @@
  partrc_DATA = photobook.desktop
 diff -Nurd kdegraphics-3.5.10/kviewshell/Makefile.am 
kdegraphics-3.5.10-new/kviewshell/Makefile.am
 --- kdegraphics-3.5.10/kviewshell/Makefile.am  2005-09-10 04:19:21.0 
-0400
-+++ kdegraphics-3.5.10-new/kviewshell/Makefile.am  2010-07-26 
01:25:48.0 -0400
 kdegraphics-3.5.10-new/kviewshell/Makefile.am  2010-09-19 
04:55:24.0 -0400
 @@ -5,8 +5,9 @@
  
  ### Files
@@ -1173,7 +1180,12 @@
  
  libkmultipage_la_SOURCES = kmultipage.cpp pageView.cpp marklist.cpp 
kmultipageInterface.skel \
units.cpp pageSize.cpp simplePageSize.cpp 
renderedDocumentPage.cpp renderedDocumentPagePixmap.cpp \
-@@ -34,13 +35,14 @@
+@@ -30,17 +31,18 @@
+ kde_kcfg_DATA = kviewshell.kcfg
+ 
+ libkmultipage_la_LDFLAGS = $(all_libraries)
+-libkmultipage_la_LIBADD = $(LIB_KFILE) -lkdeprint -lkparts
++libkmultipage_la_LIBADD = $(LIB_KFILE) -lkdeprint -lkparts $(LIB_QT) 
$(LIB_KDECORE) $(LIB_KDEUI) -lkdefx -lDCOP
  
  emptymultipagepart_la_SOURCES = empty_multipage.cpp emptyRenderer.cpp
  emptymultipagepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module

Index: kdegraphics3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/kdegraphics3.info,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- kdegraphics3.info   8 Aug 2010 17:46:43 -   1.35
+++ kdegraphics3.info   19 Sep 2010 09:21:10 -  1.36
@@ -88,7 +88,7 @@
perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; 
s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g;' admin/*
 
 PatchFile: %n.patch
-PatchFile-MD5: 8aa2a4ced35ebb5b7db255af607dfacb
+PatchFile-MD5: 2d7a82a4dcf46770409940a8a80fb687
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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 tap-parser-sourcehandler-pgtap-pm.info, NONE, 1.1 test-harness-pm.info, 1.15, 1.16 test-harness-pm.patch, 1.1, 1.2

2010-09-19 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32547

Modified Files:
test-harness-pm.info test-harness-pm.patch 
Added Files:
tap-parser-sourcehandler-pgtap-pm.info 
Log Message:
new version of Test::Harness, which offloads TAP::Parser::SourceHandler::pgTAP 
to a separate package


Index: test-harness-pm.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-harness-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test-harness-pm.patch   1 Aug 2010 16:56:35 -   1.1
+++ test-harness-pm.patch   19 Sep 2010 11:35:24 -  1.2
@@ -1,11 +1,11 @@
-diff -Nurd -x'*~' Test-Harness-3.21.orig/lib/TAP/Parser/SourceHandler/Perl.pm 
Test-Harness-3.21/lib/TAP/Parser/SourceHandler/Perl.pm
 Test-Harness-3.21.orig/lib/TAP/Parser/SourceHandler/Perl.pm
2010-01-30 07:24:55.0 -0500
-+++ Test-Harness-3.21/lib/TAP/Parser/SourceHandler/Perl.pm 2010-07-29 
02:54:50.0 -0400
-@@ -203,7 +203,21 @@
+diff -Nurd -x'*~' Test-Harness-3.22.orig/lib/TAP/Parser/SourceHandler/Perl.pm 
Test-Harness-3.22/lib/TAP/Parser/SourceHandler/Perl.pm
+--- Test-Harness-3.22.orig/lib/TAP/Parser/SourceHandler/Perl.pm
2010-08-14 18:30:13.0 -0400
 Test-Harness-3.22/lib/TAP/Parser/SourceHandler/Perl.pm 2010-09-19 
06:37:48.0 -0400
+@@ -256,7 +256,21 @@
  
 # XXX don't need to quote if we treat the parts as atoms (except maybe vms)
 #$file = qq[$file] if ( $file =~ /\s/ )  ( $file !~ /^.*$/ );
--my @command = ( $command, @switches, $file, @args );
+-my @command = ( $command, @{$switches}, $file, @args );
 +my @command;
 +if ($] = 5.010  $Config{byteorder} =~ /^1/) {
 +# little-endian means intel (not powerpc), for which fink has
@@ -20,14 +20,40 @@
 +push @command, '-x86_64'; # 64-bit
 +}
 +}
-+push @command, ($command, @switches, $file, @args);
++push @command, ($command, @${switches}, $file, @args);
  return @command;
  }
  
-diff -Nurd -x'*~' Test-Harness-3.21.orig/t/proverun.t 
Test-Harness-3.21/t/proverun.t
 Test-Harness-3.21.orig/t/proverun.t2010-01-30 07:24:55.0 
-0500
-+++ Test-Harness-3.21/t/proverun.t 2010-07-29 02:56:26.0 -0400
-@@ -174,6 +174,11 @@
+diff -Nurd -x'*~' Test-Harness-3.22.orig/t/nofork.t 
Test-Harness-3.22/t/nofork.t
+--- Test-Harness-3.22.orig/t/nofork.t  2010-08-14 18:30:13.0 -0400
 Test-Harness-3.22/t/nofork.t   2010-09-19 06:52:21.0 -0400
+@@ -26,7 +26,21 @@
+ }
+ 
+ my @libs = map -I$_, @INC;
+-my @perl = ( $^X, @libs );
++my @perl;
++if ($] = 5.010  $Config{byteorder} =~ /^1/) {
++# little-endian means intel (not powerpc), for which fink has
++# multiple single-arch distros that are seen by a single (fat)
++# perl interp from apple for a perl version supported by fink
++# (i.e., starting with 5.10.0). This is the logic taken from
++# Fink::PkgVersion as of fink-0.29.13.
++push @perl, '/usr/bin/arch';
++if ( $Config{longsize} == 4 ) {
++push @perl, '-i386';   # 32-bit
++} else {
++push @perl, '-x86_64'; # 64-bit
++}
++}
++push @perl, ( $^X, @libs );
+ my $mod = 'TAP::Parser::Iterator::Process';
+ 
+ {# just check the introspective method to start...
+diff -Nurd -x'*~' Test-Harness-3.22.orig/t/proverun.t 
Test-Harness-3.22/t/proverun.t
+--- Test-Harness-3.22.orig/t/proverun.t2010-08-14 18:30:13.0 
-0400
 Test-Harness-3.22/t/proverun.t 2010-09-19 06:37:48.0 -0400
+@@ -166,6 +166,11 @@
  # obliterate it here. Need to test that it's sane.
  for my $call (@log) {
  if ( 'HASH' eq ref $call-[2]  exists $call-[2]-{command} ) {

Index: test-harness-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-harness-pm.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- test-harness-pm.info1 Aug 2010 16:56:34 -   1.15
+++ test-harness-pm.info19 Sep 2010 11:35:24 -  1.16
@@ -1,7 +1,7 @@
 Info2: 
 Package: test-harness-pm%type_pkg[perl]
-Version: 3.21
-Revision: 104
+Version: 3.22
+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: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0)
@@ -10,10 +10,10 @@
 Depends: perl%type_pkg[perl]-core
 
 Source: mirror:cpan:authors/id/A/AN/ANDYA/Test-Harness-%v.tar.gz
-Source-MD5: 74c6de5202456484c186ba92af4f1474
+Source-MD5: 017311ee9a4549a0885e1b9cb5fca3f5
 
 PatchFile: 

[cvs] dists/10.4/unstable/main/finkinfo/sci mizar-i386.info, 1.11, 1.12 mizar-x86_64.info, 1.3, 1.4

2010-09-19 Thread Jesse Alama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6479

Modified Files:
mizar-i386.info mizar-x86_64.info 
Log Message:
New upstream release (version 7.11.06-4.150.1103).


Index: mizar-x86_64.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar-x86_64.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mizar-x86_64.info   28 Jun 2010 02:04:22 -  1.3
+++ mizar-x86_64.info   19 Sep 2010 12:32:16 -  1.4
@@ -2,7 +2,7 @@
 Depends: mizar-bin, mizar-mml, mizar-doc
 Architecture: x86_64
 Epoch: 1
-Version: 7.11.06-4.145.1096
+Version: 7.11.06-4.150.1103
 Revision: 1
 Description: Build and check first-order formal proofs
 Recommends: mizar-semantic-mml, mizar-gab, mizar-mode, mizar-gab-html
@@ -27,8 +27,8 @@
  
 Maintainer: Jesse Alama jesse.al...@gmail.com
 Homepage: http://www.mizar.org/
-Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.145.1096-i386-darwin.tar
-Source-MD5: 4d47c8384b6c72e4b06cbc070cfb33fc
+Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.150.1103-i386-darwin.tar
+Source-MD5: bfd9e8f19b39c24bdce93a906c4a2f96
 Source2: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.info
 Source2-MD5: b669d27408817ee86769efa1c424b1e1
 Source3: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.pdf

Index: mizar-i386.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar-i386.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mizar-i386.info 14 Jul 2010 09:38:40 -  1.11
+++ mizar-i386.info 19 Sep 2010 12:32:16 -  1.12
@@ -2,7 +2,7 @@
 Depends: mizar-bin, mizar-mml, mizar-doc
 Architecture: i386
 Epoch: 1
-Version: 7.11.06-4.145.1096
+Version: 7.11.06-4.150.1103
 Revision: 1
 Description: Build and check first-order formal proofs
 Recommends: mizar-semantic-mml, mizar-gab, mizar-mode, mizar-gab-html
@@ -27,8 +27,8 @@
  
 Maintainer: Jesse Alama jesse.al...@gmail.com
 Homepage: http://www.mizar.org/
-Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.145.1096-i386-darwin.tar
-Source-MD5: 4d47c8384b6c72e4b06cbc070cfb33fc
+Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.150.1103-i386-darwin.tar
+Source-MD5: bfd9e8f19b39c24bdce93a906c4a2f96
 Source2: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.info
 Source2-MD5: b669d27408817ee86769efa1c424b1e1
 Source3: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.pdf


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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 spass.info, NONE, 1.1 spass.patch, NONE, 1.1

2010-09-19 Thread Jesse Alama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6850

Added Files:
spass.info spass.patch 
Log Message:
New package: the SPASS theorem prover.

SPASS macht Spaß!


--- NEW FILE: spass.info ---
Package: spass
Description: Theorem prover for first-order logic
Version: 3.7
Revision: 1
BuildDepends: fink (= 0.24.12)
Homepage: http://www.spass-prover.org/
Maintainer: Jesse Alama jesse.al...@gmail.com
License: OSI-Approved
Source: http://www.spass-prover.org/download/sources/spass37.tgz
Source-MD5: 6505f4f3ad91cc289d9dd73889ebb304
PatchFile: %n.patch
PatchFile-MD5: f9c8bf0c2465b58987e69a0110ab62b4
SourceDirectory: SPASS-%v
InstallScript: 
  make install DESTDIR=%d
  mv %d/%p/share/info/script.info %d/%p/share/info/spass.info

DocFiles: LICENCE VERSIONHISTORY
InfoDocs: spass.info
DescDetail: 
If you are interested in first-order logic theorem proving, the formal
analysis of software, systems, protocols, formal approaches to AI
planning, decision procedures, modal logic theorem proving, SPASS may
offer you the right functionality.

If you are interested in sex, drugs, rock'n roll or fish, even though
our logo contains a nice drawing of Opistognathus Latitabunda, you may
be disappointed by the performance of SPASS.




--- NEW FILE: spass.patch ---
diff -Naur --exclude='*~' SPASS-3.7/doc/texinfo/script.info 
SPASS-3.7.fink/doc/texinfo/script.info
--- SPASS-3.7/doc/texinfo/script.info   2010-02-23 12:43:13.0 +
+++ SPASS-3.7.fink/doc/texinfo/script.info  2010-08-09 23:47:04.0 
+0100
@@ -1,7 +1,12 @@
-This is doc/texinfo/script.info, produced by makeinfo version 4.11 from 
./doc/texinfo/script.texi.
+This is doc/texinfo/spass.info, produced by makeinfo version 4.11 from 
./doc/texinfo/script.texi.
+
+INFO-DIR-SECTION Theorem proving
+START-INFO-DIR-ENTRY
+* spass: (spass).   Theorem prover for first-order logic with equality.
+END-INFO-DIR-ENTRY
 
 
-File: script.info,  Node: Top,  Up: (dir)
+File: spass.info,  Node: Top,  Up: (dir)
 
 * Menu:
 
@@ -24,7 +29,7 @@
 * spassfaq::frequently asked questions about SPASS
 
 
-File: script.info,  Node: SPASS,  Next: checkstat,  Prev: Top,  Up: Top
+File: spass.info,  Node: SPASS,  Next: checkstat,  Prev: Top,  Up: Top
 
 1 SPASS
 ***
@@ -695,7 +700,7 @@
 tpget(1), deprose(1), dfg2otter(1), dfg2otterpl(1), dfg2dfg(1)
 
 
-File: script.info,  Node: checkstat,  Next: filestat,  Prev: SPASS,  Up: Top
+File: spass.info,  Node: checkstat,  Next: filestat,  Prev: SPASS,  Up: Top
 
 2 checkstat
 ***
@@ -876,7 +881,7 @@
 deprose(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: filestat,  Next: pcs,  Prev: checkstat,  Up: Top
+File: spass.info,  Node: filestat,  Next: pcs,  Prev: checkstat,  Up: Top
 
 3 filestat
 **
@@ -927,7 +932,7 @@
 deprose(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: pcs,  Next: pgen,  Prev: filestat,  Up: Top
+File: spass.info,  Node: pcs,  Next: pgen,  Prev: filestat,  Up: Top
 
 4 pcs
 *
@@ -1063,7 +1068,7 @@
 deprose(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: pgen,  Next: rescmp,  Prev: pcs,  Up: Top
+File: spass.info,  Node: pgen,  Next: rescmp,  Prev: pcs,  Up: Top
 
 5 pgen
 **
@@ -1147,7 +1152,7 @@
  Write tableau representation in xvcg format.
 
 
-File: script.info,  Node: daVinci and VCG,  Up: Top
+File: spass.info,  Node: daVinci and VCG,  Up: Top
 
 5.5 DAVINCI AND  VCG
 
@@ -1177,7 +1182,7 @@
 deprose(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: rescmp,  Next: tpform,  Prev: pgen,  Up: Top
+File: spass.info,  Node: rescmp,  Next: tpform,  Prev: pgen,  Up: Top
 
 6 rescmp
 
@@ -1225,7 +1230,7 @@
 deprose(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: tpform,  Next: tpget,  Prev: rescmp,  Up: Top
+File: spass.info,  Node: tpform,  Next: tpget,  Prev: rescmp,  Up: Top
 
 7 tpform
 
@@ -1315,7 +1320,7 @@
 deprose(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: tpget,  Next: deprose,  Prev: tpform,  Up: Top
+File: spass.info,  Node: tpget,  Next: deprose,  Prev: tpform,  Up: Top
 
 8 tpget
 ***
@@ -1372,7 +1377,7 @@
 deprose(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: deprose,  Next: dfg2ascii,  Prev: tpget,  Up: Top
+File: spass.info,  Node: deprose,  Next: dfg2ascii,  Prev: tpget,  Up: Top
 
 9 deprose
 *
@@ -1420,7 +1425,7 @@
 tpget(1), dfg2otter(1), dfg2otterpl(1), SPASS(1)
 
 
-File: script.info,  Node: dfg2ascii,  Next: dfg2otter,  Prev: deprose,  Up: Top
+File: spass.info,  Node: dfg2ascii,  Next: dfg2otter,  Prev: deprose,  Up: Top
 
 10 dfg2ascii
 
@@ -1456,7 +1461,7 @@
 tpget(1), deprose(1), dfg2otter(1), SPASS(1)
 
 
-File: script.info,  Node: dfg2otter,  Next: dfg2otter.pl,  Prev: dfg2ascii,  
Up: Top
+File: spass.info,  

[cvs] experimental/jessealama/finkinfo eprover.info, 1.1, 1.2 eprover.patch, 1.1, 1.2

2010-09-19 Thread Jesse Alama
Update of /cvsroot/fink/experimental/jessealama/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9721

Modified Files:
eprover.info eprover.patch 
Log Message:
Upstream update: Badamtam (1.2).


Index: eprover.patch
===
RCS file: /cvsroot/fink/experimental/jessealama/finkinfo/eprover.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- eprover.patch   3 Dec 2009 14:13:35 -   1.1
+++ eprover.patch   19 Sep 2010 12:59:31 -  1.2
@@ -1,18 +1,22 @@
 diff -Naur --exclude='*~' E/Makefile E.fink/Makefile
 E/Makefile 2009-08-06 05:27:01.0 +0100
-+++ E.fink/Makefile2009-12-03 11:43:15.0 +
-@@ -142,10 +142,10 @@
+--- E/Makefile 2010-07-20 12:13:34.0 +0100
 E.fink/Makefile2010-09-19 13:54:05.0 +0100
+@@ -132,12 +132,12 @@
+ # Configure and copy executables to the installation directory
  
  install: E
-   -sh -c 'mkdir -p $(EXECPATH)'
--  -sh -c 'cp PROVER/eprover $(EXECPATH)'
--  -sh -c 'cp PROVER/epclextract $(EXECPATH)'
--  -sh -c 'cp PROVER/eproof $(EXECPATH)'
--  -sh -c 'cp  PROVER/eground $(EXECPATH)' 
-+  -sh -c 'cp PROVER/eprover $(DESTDIR)$(EXECPATH)'
-+  -sh -c 'cp PROVER/epclextract $(DESTDIR)$(EXECPATH)'
-+  -sh -c 'cp PROVER/eproof $(DESTDIR)$(EXECPATH)'
-+  -sh -c 'cp  PROVER/eground $(DESTDIR)$(EXECPATH)'   
- 
- # Also remake documentation
- 
+-  -sh -c 'mkdir -p $(EXECPATH)'
+-  -sh -c 'development_tools/e_install PROVER/eprover $(EXECPATH) ' 
+-  -sh -c 'development_tools/e_install PROVER/epclextract $(EXECPATH)'
+-  -sh -c 'development_tools/e_install PROVER/eproof $(EXECPATH)'
+-  -sh -c 'development_tools/e_install  PROVER/eground $(EXECPATH)'
+-  -sh -c 'development_tools/e_install  PROVER/e_ltb_runner $(EXECPATH)'   
++  -sh -c 'mkdir -p $(DESTDIR)$(EXECPATH)'
++  -sh -c 'development_tools/e_install PROVER/eprover 
$(DESTDIR)$(EXECPATH) ' 
++  -sh -c 'development_tools/e_install PROVER/epclextract 
$(DESTDIR)$(EXECPATH)'
++  -sh -c 'development_tools/e_install PROVER/eproof $(DESTDIR)$(EXECPATH)'
++  -sh -c 'development_tools/e_install  PROVER/eground 
$(DESTDIR)$(EXECPATH)'  
++  -sh -c 'development_tools/e_install  PROVER/e_ltb_runner 
$(DESTDIR)$(EXECPATH)' 
+   -sh -c 'mkdir -p $(MANPATH)'
+   -sh -c 'development_tools/e_install DOC/man/eprover.1 $(MANPATH)'
+   -sh -c 'development_tools/e_install DOC/man/epclextract.1 $(MANPATH)'

Index: eprover.info
===
RCS file: /cvsroot/fink/experimental/jessealama/finkinfo/eprover.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- eprover.info3 Dec 2009 14:13:35 -   1.1
+++ eprover.info19 Sep 2010 12:59:31 -  1.2
@@ -1,7 +1,7 @@
 Package: eprover
 Description: Powerful equational logic theorem prover
 Homepage: http://www.eprover.org
-Version: 1.1-001
+Version: 1.2
 Revision: 1
 Depends: gawk, help2man
 BuildDepends: fink (= 0.24.12)
@@ -35,9 +35,9 @@
 system.
 
 Source: 
http://www4.informatik.tu-muenchen.de/~schulz/WORK/E_DOWNLOAD/V_%v/E.tgz
-Source-MD5: 24a52a1d047a242d8cb0a159289b2ee3
+Source-MD5: 42d60fd3b798e05b4231294b05feb0cc
 PatchFile: %n.patch
-PatchFile-MD5: 088c22d1bfb25830d8fb7ba9377254d2
+PatchFile-MD5: 75cfeccd6a0facf41486f8d17158e045
 DocFiles: COPYING README DOC/eprover.pdf DOC/ANNOUNCE DOC/CREDITS DOC/NEWS 
 License: GPL
 InstallScript: 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/games wesnoth.info,1.20,1.21

2010-09-19 Thread fangism
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2619

Modified Files:
wesnoth.info 
Log Message:
upstream update to 1.8.4, submitted by fangism, approved by alama


Index: wesnoth.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- wesnoth.info18 Jul 2010 23:59:57 -  1.20
+++ wesnoth.info19 Sep 2010 17:50:40 -  1.21
@@ -1,11 +1,13 @@
 Package: wesnoth
-Version: 1.6.5
-Revision: 4
+Version: 1.8.4
+Revision: 1
 Description: Fantasy turn-based strategy game
 GCC: 4.0
-Source-MD5: 493826bbd9ba355930765a7e8fe3749a
+Source-MD5: 2dce83f835ecce1d505ea60e46b7356f
 Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.bz2
 BuildDepends: 
+  autoconf (= 2.60),
+  automake1.11,
   sdl,
   sdl-mixer,
   sdl-image,
@@ -18,15 +20,17 @@
   glib2-dev,
   glitz,
   libpng3,
+  lua51-dev (= 5.1),
+  lua51 (= 5.1),
   freetype219,
   libiconv-dev,
-  libgettext3-dev,
+  libgettext8-dev,
   gettext-tools,
   pango1-xft2-ft219-dev,
   boost1.41.cmake,
   fink (= 0.24.12)
 
-Conflicts: wesnoth-devel, wesnoth-devel-campaign-server, wesnoth-devel-editor, 
wesnoth-devel-server, wesnoth-editor (= 1.6.5)
+Conflicts: wesnoth-devel, wesnoth-devel-campaign-server, wesnoth-devel-editor, 
wesnoth-devel-server, wesnoth-editor (= 1.8.4)
 Replaces: wesnoth-devel, wesnoth-devel-campaign-server, wesnoth-devel-editor, 
wesnoth-devel-server
 Depends: 
   sdl-mixer-shlibs,
@@ -39,9 +43,10 @@
   fribidi-shlibs,
   glib2-shlibs,
   libpng3-shlibs,
+  lua51-shlibs,
   freetype219-shlibs,
   libiconv,
-  libgettext3-shlibs,
+  libgettext8-shlibs,
   pango1-xft2-ft219-shlibs,
   boost1.41.cmake-shlibs
 
@@ -58,29 +63,37 @@
   --enable-tools \
   --enable-server \
   --enable-campaign-server \
-  --with-freetype-prefix=%p/lib/freetype219 \
-  --with-freetype-exec-prefix=%p/lib/freetype219 \
   --disable-dependency-tracking \
   --without-x \
-  --without-zipios \
   --disable-sdltest \
   --with-server-gid=admin \
   --with-server-uid=root \
-  --disable-python \
   --disable-python-install \
   --with-boost=%p \
   --disable-strict-compilation \
-  
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 \ 
+  
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 \
   FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 
-PatchFile: %n.patch
-PatchFile-MD5: 12ba1e8b79608f4c05d49ae6da56d96b
+# PatchFile: %n.patch
+# PatchFile-MD5: 12ba1e8b79608f4c05d49ae6da56d96b
 PatchScript: 
-  %{default_script}
-  perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.in
+  #!/bin/sh -ev
+#  %{default_script}
+  perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am
+  # darwin10: msgmerge is screwy, disabling backup avoids permissions issues
+  file=po/Makefile.in.in
+  mv $file $file.orig
+  sed '/^MSGMERGE_UPDATE/s|$| --backup=off|' $file.orig  $file
+  # x86_64: Carbon API not supported on 64b, conditionally mask out
+  file=src/clipboard.cpp
+  mv $file $file.orig
+  sed '/^#ifdef.*__APPLE__/s|.*|#if defined(__APPLE__) \\ \!__LP64__|' 
$file.orig  $file
 
 CompileScript: 
-  ./configure %c
+  #!/bin/sh -ev
+  # configure and Makefile.in aren't distributed with this release, hmmm...
+  # oddly, configure is folded into the last line of autogen.sh
+  ./autogen.sh %c
   make -k
 
 InstallScript: 
@@ -118,6 +131,7 @@
   dmacks hacked around under-use of libtool in Makefile in order to
  assure that local convenince libs are used in preference to
   installed ones of the same name.
+ fang...@users.sourceforge.net is helping maintain.
 
 License: GPL
 Maintainer: Jesse Alama al...@stanford.edu


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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 synfig.info, 1.17, 1.18 synfigstudio.info, 1.13, 1.14

2010-09-19 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14320

Modified Files:
synfig.info synfigstudio.info 
Log Message:
New upstream.

Index: synfigstudio.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/synfigstudio.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- synfigstudio.info   13 Dec 2009 23:33:52 -  1.13
+++ synfigstudio.info   19 Sep 2010 19:35:13 -  1.14
@@ -1,10 +1,10 @@
 Package: synfigstudio
-Version: 0.62.00
+Version: 0.62.01
 
-Revision: 2
+Revision: 1
 
 Source: mirror:sourceforge:synfig/synfigstudio-%v.tar.gz
-Source-MD5: a072c422495b1005aadcd37de4a0
+Source-MD5: 2cc288dc1779a58a85844336982863ed
 
 Maintainer: Hisashi T Fujinaka ht...@twofifty.com
 

Index: synfig.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/synfig.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- synfig.info 11 May 2010 00:29:23 -  1.17
+++ synfig.info 19 Sep 2010 19:35:12 -  1.18
@@ -1,10 +1,10 @@
 Package: synfig
-Version: 0.62.00
+Version: 0.62.01
 
-Revision: 2
+Revision: 1
 
 Source: mirror:sourceforge:synfig/synfig-%v.tar.gz
-Source-MD5: 773f3507c9fa5dfc084ad7e38a08a33f
+Source-MD5: 5f033052b88b34e99259a58cfcf1a283
 
 Maintainer: H. Todd Fujinaka ht...@fls.portland.or.us
 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/alexkhansen/10.4/finkinfo/sci octave.info, NONE, 1.1 octave.patch, NONE, 1.1

2010-09-19 Thread Alexander Hansen
Update of /cvsroot/fink/experimental/alexkhansen/10.4/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4097

Added Files:
octave.info octave.patch 
Log Message:
Trying to cope with new glpk.  Doesn't work yet.

--- NEW FILE: octave.patch ---
diff -Naur octave-3.0.5/src/DLD-FUNCTIONS/__glpk__.cc 
octave-3.0.5.patched//src/DLD-FUNCTIONS/__glpk__.cc
--- octave-3.0.5/src/DLD-FUNCTIONS/__glpk__.cc  2009-01-16 01:46:23.0 
-0500
+++ octave-3.0.5.patched//src/DLD-FUNCTIONS/__glpk__.cc 2010-09-18 
19:13:15.0 -0400
@@ -59,8 +59,8 @@
 
 #else
 
-void _glp_lib_print_hook (int (*func)(void *info, char *buf), void *info);
-void _glp_lib_fault_hook (int (*func)(void *info, char *buf), void *info);
+//void _glp_lib_print_hook (int (*func)(void *info, char *buf), void *info);
+//void _glp_lib_fault_hook (int (*func)(void *info, char *buf), void *info);
 
 #endif
 }
@@ -137,15 +137,15 @@
 
 static jmp_buf mark;  //-- Address for long jump to jump to
 
-int
-glpk_fault_hook (void * /* info */, char *msg)
+ int
+glpk_error_hk (void * /* info */, char *msg)
 {
   error (CRITICAL ERROR in GLPK: %s, msg);
   longjmp (mark, -1);
-}
+} 
 
 int
-glpk_print_hook (void * /* info */, char *msg)
+glpk_term_hk (void * /* info */, char *msg)
 {
   message (0, %s, msg);
   return 1;
@@ -165,16 +165,16 @@
   clock_t t_start = clock();
 
 #ifdef GLPK_PRE_4_14
-  lib_set_fault_hook (0, glpk_fault_hook);
+  lib_set_fault_hook (0, glpk_error_hk);
 #else
-  _glp_lib_fault_hook (glpk_fault_hook, 0);
+  glp_term_hook (glpk_term_hk, 0);
 #endif
 
   if (lpxIntParam[0]  1)
 #ifdef GLPK_PRE_4_14
 lib_set_print_hook (0, glpk_print_hook);
 #else
-_glp_lib_print_hook (glpk_print_hook, 0);
+//_glp_lib_print_hook (glpk_print_hook, 0);
 #endif
 
   LPX *lp = lpx_create_prob ();
@@ -318,7 +318,7 @@
   insist (method != method);
 #else
   static char tmp[] = method != method;
-  glpk_fault_hook (0, tmp);
+  //glpk_fault_hook (0, tmp);
 #endif
 }
 

--- NEW FILE: octave.info ---
Info2: 
Package: octave%type_pkg[-atlas]
Type: -atlas (boolean)
Version: 3.0.5
Revision: 13
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
BuildDependsOnly: false
Source: ftp://ftp.%{Ni}.org/pub/%{Ni}/%{Ni}-%v.tar.bz2
Source-MD5: bfba44eeda8fa6e29c2bbcd2604c34eb
PatchFile: %{ni}.patch
PatchFile-MD5: 32fa1cb7b7f56992eadc4d42d444d5e4
BuildDepends: 
glpk-dev ( =4.44-1 ), hdf5 (= 1.6.5-1012), readline5, libncurses5, fftw3 (= 
3.1.1-7), libcurl4, 
sed, pcre, gcc44, suitesparse ( = 3.1.0-1 ), qhull, fink (= 0.28)

Depends: 
glpk-shlibs ( = 4.44-1 ), gnuplot (=4.2.0) | gnuplot-nox | gnuplot-nogtk, 
readline5-shlibs, 
fftw3-shlibs (= 3.1.1-7), hdf5-shlibs (= 1.6.5-1012),
ncurses, libncurses5-shlibs, aquaterm, libcurl4-shlibs, 
pcre-shlibs, gcc44-shlibs, gcc44-compiler,
(%type_raw[-atlas] = -atlas) atlas-shlibs (= 3.8.1-1)

BuildConflicts: coot-dev, broken-gcc, lammpi-dev, fort77, 4ti2-dev
Suggests: octave-docs
GCC: 4.0
Conflicts: octave, octave-atlas, octave3.0.2 (  3.0.2-5)
Replaces: octave, octave-atlas, octave3.0.2 (  3.0.2-5)
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.4/lib
 ./configure FLIBS=${FLIBDIR}/libgfortran.dylib %c $a
 make

InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d
 mkdir -p %i/share/doc/%n
 cp -R examples %i/share/doc/%n
 cd %i/bin
 perl -pi.bak -e 's|%p/bin/sed|/usr/bin/sed|g' mkoctfile-%v
 rm %i/share/octave/ls-R
 rm %i/lib/octave/ls-R
 rm -f %i/share/applications/www.octave.org-octave.desktop

RuntimeVars: 
 GNUTERM: aqua

InfoDocs: octave.info
InfoTest: 
TestScript: make check || exit 2

DocFiles: BUGS ChangeLog README ROADMAP SENDING-PATCHES COPYING
Shlibs: 
!%p/lib/%{Ni}-%v/libcruft.dylib
!%p/lib/%{Ni}-%v/liboctave.dylib
!%p/lib/%{Ni}-%v/liboctinterp.dylib

Description: Matlab-like language for computations
DescDetail: 
It provides a convenient command line interface for solving linear and 
nonlinear problems numerically, and for 

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods package-stash-pm.info, 1.3, 1.4

2010-09-19 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16987

Modified Files:
package-stash-pm.info 
Log Message:
New upstream version.


Index: package-stash-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/package-stash-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- package-stash-pm.info   19 Sep 2010 02:49:24 -  1.3
+++ package-stash-pm.info   20 Sep 2010 00:03:59 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: package-stash-pm%type_pkg[perl]
-Version: 0.07
+Version: 0.08
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/Package-Stash/
 
 Source: mirror:cpan:authors/id/D/DO/DOY/Package-Stash-%v.tar.gz
-Source-MD5: 039466b6e3e42f627116d284c933156c
+Source-MD5: 3a34ef6de7c428a29f72e019db11624d
 
 Type: perl (5.8.6 5.8.8 5.10.0)
 UpdatePOD: true


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/babayoshihiko/finkinfo qgis-mac.info,1.6,1.7

2010-09-19 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30562

Modified Files:
qgis-mac.info 
Log Message:
tells python to read env vars

Index: qgis-mac.info
===
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/qgis-mac.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- qgis-mac.info   19 Sep 2010 06:35:06 -  1.6
+++ qgis-mac.info   20 Sep 2010 02:46:13 -  1.7
@@ -9,7 +9,7 @@
 
 
 Version: 1.5.0
-Revision: 1.1
+Revision: 3.3
 Description: User friendly Open Source GIS
 License: GPL
 Homepage: http://qgis.org
@@ -146,13 +146,13 @@
popd

# Tell qgis to read environmental variables
-   pushd %i/Applications/qgis%v.app/Contents
-   perl -pi -e s|stringqgis/string|stringqgis.sh/string| 
Info.plist
-   echo '#!/bin/sh' MacOS/qgis.sh
-   echo '. /sw/bin/init.sh  ./qgis' MacOS/qgis.sh
+   pushd %i/Applications/qgis%v.app/Contents/MacOS
+   mv qgis %n
+   echo '#!/bin/sh' qgis
+   echo '. %p/bin/init.sh  %p/Applications/qgis%v.app/Contents/MacOS/%n' 
qgis
+   chmod 555 qgis
popd

-   
pushd %i/Applications/qgis%v.app/Contents/MacOS/lib
 install_name_tool -id 
%p/Applications/qgis%v.app/Contents/MacOS/lib/libqgis_core.%v.dylib 
libqgis_core.%v.dylib
 install_name_tool -id 
%p/Applications/qgis%v.app/Contents/MacOS/lib/libqgis_analysis.%v.dylib 
libqgis_analysis.%v.dylib
@@ -164,14 +164,14 @@
popd

# Workaround to SJIS problem
-   mkdir -p %i/Applications/qgis1.4.0.app/Contents/PlugIns
-   ln -s $p/lib/qt4-mac/plugins/codecs 
%i/Applications/qgis1.4.0.app/Contents/PlugIns/codecs
+   mkdir -p %i/Applications/qgis%v.app/Contents/PlugIns
+   ln -s %p/lib/qt4-mac/plugins/codecs 
%i/Applications/qgis%v.app/Contents/PlugIns/codecs

# added to 1.5.0
 %p/bin/python2.6 %p/lib/python2.6/compileall.py -f -d 
%p/Applications/qgis%v.app/Contents/MacOS/share/qgis/python/qgis 
%i/Applications/qgis%v.app/Contents/MacOS/share/qgis/python/qgis
%p/bin/python2.6 -O %p/lib/python2.6/compileall.py -f -d 
%p/Applications/qgis%v.app/Contents/MacOS/share/qgis/python/qgis 
%i/Applications/qgis%v.app/Contents/MacOS/share/qgis/python/qgis
 
-PreRmScript: rm -rf %p/Applications/qgis1.4.0.app/Contents/PlugIns
+PreRmScript: rm -rf %p/Applications/qgis%v.app/Contents/PlugIns
 
 
 
@@ -228,6 +228,22 @@
 
 
 
+SplitOff3: 
+  Package: %N-r
+  Description: QGIS with R
+  Depends: %N (=%v-%r), r-base (=2.8.0-1), numpy-py26, rpy2-py26
+  Files: 
+Applications/qgis%v.app/Contents/MacOS/include
+Applications/qgis%v.app/Contents/MacOS/lib/libqgis_analysis.dylib
+Applications/qgis%v.app/Contents/MacOS/lib/libqgis_core.dylib
+Applications/qgis%v.app/Contents/MacOS/lib/libqgis_gui.dylib
+Applications/qgis%v.app/Contents/MacOS/lib/libqgispython.dylib
+(%type_raw[grass] = -grass) 
Applications/qgis%v.app/Contents/MacOS/lib/libqgisgrass.dylib
+  
+# End of SplitOff3
+
+
+
 DescPort: 
 http://wiki.qgis.org/qgiswiki/BuildingFromSource
 
@@ -236,37 +252,10 @@
 Some other GIS programs, e.g. gdal, also depend on them.
 The versions should be consistent.
 Recommended versions:
-qt4-4.5.x
 python2.6
 postgresql83 (because Fink's latest version of PostGIS is for postgresql83)
 grass64
 
-The versions of qt4, pyqt4 and sip should be the latest. In particular, the 
API versions
-of SIP and PyQt should match. To test SIP and PyQt, do:
-$ python
- import sip
- from PyQt4 import QtCore, QtGui
-
-BuildDepends: 
-fink (= 0.28). To use ! in Shlibs.
-bison (=2.3). 10.4's bison is obsolete.
-  
-CompileScript: 
-(export QTDIR=%p/lib/qt4-mac). Qt4's descpackage says that QTDIR is no longer 
needed, 
-but, without it, cmake cannot find qmake. All other parameters are defined in 
ConfigureParams.
-
-Configure Parameterss: 
-ccmake and build/CMakeCache.txt help you find the arguments to be passed to 
cmake.
-http://www.opensubscriber.com/message/fink-de...@lists.sourceforge.net/6883546.html
-
-1.3.0:
-  1.3.0 BuildDepends on pyuic4, a part of pyqt4-mac-py26 package, but
-it calls OS's pythonw. Instead of using it, I modified to call Fink's
-python.
-
-   echo 'exec %p/bin/python2.6 
%p/lib/python2.6/site-packages/pyqt4-mac/PyQt4/uic/pyuic.py ${1+$@}' ./pyuic4
-   chmod 0555 ./pyuic4
-
 # End of DescPort
 
 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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 synfig.info, 1.18, 1.19

2010-09-19 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9229

Modified Files:
synfig.info 
Log Message:
dep cleanup for current gnome suite (okay w/maintainer)


Index: synfig.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/synfig.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- synfig.info 19 Sep 2010 19:35:12 -  1.18
+++ synfig.info 20 Sep 2010 04:35:17 -  1.19
@@ -1,7 +1,7 @@
 Package: synfig
 Version: 0.62.01
 
-Revision: 1
+Revision: 2
 
 Source: mirror:sourceforge:synfig/synfig-%v.tar.gz
 Source-MD5: 5f033052b88b34e99259a58cfcf1a283
@@ -10,33 +10,27 @@
 
 Depends: 
%N-shlibs (=%v-%r),
-   glib2-shlibs (=2.20.5-1),
-   glibmm2.4-shlibs (=2.20.2-2),
-   libgettext3-shlibs (=0.14.5-2),
-   libiconv (=1.12-3),
+   glib2-shlibs (=2.22.0-1),
+   glibmm2.4-shlibs (=2.22.0-1),
+   libgettext8-shlibs,
libsigc++2-shlibs (=2.2.4.2-2),
-   libxml++2-shlibs (=2.26.1-1),
+   libxml++2-shlibs (=2.26.1-2),
libxml2-shlibs (=2.6.32-1)
 
 BuildDepends: 
-   bzip2-dev,
etl (= 0.04.13-1),
-   expat1,
-   fftw3 (= 3.2.1-1),
-   fontconfig2-dev (= 2.4.1-1),
-   freetype219 (= 2.3.8-2),
-   glib2-dev (=2.20.5-1),
-   glibmm2.4-dev (=2.20.2-2),
+   fontconfig2-dev (= 2.8.0-4),
+   freetype219 (= 2.3.12-1),
+   glib2-dev (=2.22.0-1),
+   glibmm2.4-dev (=2.22.0-1),
imagemagick2-dev,
-   lcms,
-   libgettext3-dev (=0.14.5-2),
+   libgettext8-dev,
libiconv-dev (=1.12-3),
-   libjpeg,
+   libjpeg8,
libmng2,
libpng3,
libsigc++2 (=2.2.4.2-2),
-   libtiff,
-   libxml++2 (=2.26.1-1),
+   libxml++2 (=2.26.1-2),
libxml2 (=2.6.32-1),
openexr-dev,
pkgconfig (= 0.23-2)
@@ -91,25 +85,19 @@
 SplitOff: 
Package: %N-shlibs
Depends: 
-   bzip2-shlibs,
-   expat1-shlibs,
-   fftw3-shlibs (= 3.2.1-1),
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-   glib2-shlibs (= 2.18.0-1),
-   glibmm2.4-shlibs (= 2.18.0-1),
+   fontconfig2-shlibs (= 2.8.0-4),
+   freetype219-shlibs (= 2.3.12-1),
+   glib2-shlibs (= 2.22.0-1),
+   glibmm2.4-shlibs (= 2.22.0-1),
imagemagick,
imagemagick2-shlibs,
-   lcms-shlibs,
-   libgettext3-shlibs,
-   libiconv,
-   libjpeg-shlibs,
+   libgettext8-shlibs,
+   libjpeg8-shlibs,
libmng2-shlibs,
libpng3-shlibs,
libsigc++2-shlibs (=2.2.3-1),
-   libtiff-shlibs,
-   libxml++2-shlibs (= 2.24.0-1),
-   libxml2-shlibs (= 2.6.30-1)
+   libxml++2-shlibs (= 2.26.1-2),
+   libxml2-shlibs (= 2.6.32-1)

Files: lib/libsynfig.0.dylib lib/synfig
# move share/locale from %N? (rename with libmajorversion?)


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/babayoshihiko/finkinfo qgis-mac.info,1.7,1.8

2010-09-19 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13334

Modified Files:
qgis-mac.info 
Log Message:
qgis-mac-r

Index: qgis-mac.info
===
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/qgis-mac.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- qgis-mac.info   20 Sep 2010 02:46:13 -  1.7
+++ qgis-mac.info   20 Sep 2010 05:20:17 -  1.8
@@ -232,14 +232,6 @@
   Package: %N-r
   Description: QGIS with R
   Depends: %N (=%v-%r), r-base (=2.8.0-1), numpy-py26, rpy2-py26
-  Files: 
-Applications/qgis%v.app/Contents/MacOS/include
-Applications/qgis%v.app/Contents/MacOS/lib/libqgis_analysis.dylib
-Applications/qgis%v.app/Contents/MacOS/lib/libqgis_core.dylib
-Applications/qgis%v.app/Contents/MacOS/lib/libqgis_gui.dylib
-Applications/qgis%v.app/Contents/MacOS/lib/libqgispython.dylib
-(%type_raw[grass] = -grass) 
Applications/qgis%v.app/Contents/MacOS/lib/libqgisgrass.dylib
-  
 # End of SplitOff3
 
 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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 synfigstudio.info, 1.14, 1.15

2010-09-19 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15700

Modified Files:
synfigstudio.info 
Log Message:
dep cleanup for current gnome suite (okay w/maintainer)


Index: synfigstudio.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/synfigstudio.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- synfigstudio.info   19 Sep 2010 19:35:13 -  1.14
+++ synfigstudio.info   20 Sep 2010 05:51:00 -  1.15
@@ -1,7 +1,7 @@
 Package: synfigstudio
 Version: 0.62.01
 
-Revision: 1
+Revision: 2
 
 Source: mirror:sourceforge:synfig/synfigstudio-%v.tar.gz
 Source-MD5: 2cc288dc1779a58a85844336982863ed
@@ -10,47 +10,46 @@
 
 Depends: 
%N-shlibs (= %v-%r),
+   atk1-shlibs (= 1.28.0-1),
+   cairo-shlibs (= 1.8.8-3),
+   cairomm1-shlibs (= 1.8.2-3),
+   fontconfig2-shlibs (= 2.8.0-4),
+   freetype219-shlibs (= 2.3.12-1),
glib2-shlibs (=2.20.5-1),
glibmm2.4-shlibs (=2.20.2-2),
-   gtkmm2.4-shlibs (=2.16.0-2),
-   libgettext3-shlibs (=0.14.5-2),
-   libiconv (=1.12-3),
+   gtk+2-shlibs (= 2.18.0-1),
+   gtkmm2.4-shlibs (=2.18.0-1),
+   libgettext8-shlibs,
libsigc++2-shlibs (=2.2.4.2-2),
-   libxml++2-shlibs (=2.26.1-1),
+   libxml++2-shlibs (=2.26.1-2),
libxml2-shlibs (=2.6.32-1),
+   pango1-xft2-ft219-shlibs (=1.24.5-4),
+   pangomm1.4.1-shlibs (= 2.26.0-1),
synfig-shlibs (= %v-1),
x11
 
 BuildDepends: 
synfig(=%v-1),
synfig-dev(=%v-1),
-   atk1 (=1.26.0-2),
-   cairo (=1.8.8-2),
-   cairomm1 (=1.8.2-2),
+   atk1 (=1.28.0-1),
+   cairo (=1.8.8-3),
+   cairomm1 (=1.8.2-3),
etl (= 0.04.13-1),
-   expat1 (=2.0.1-1),
-   fontconfig2-dev (= 2.4.1-1),
-   freetype219 (= 2.3.8-2),
+   fontconfig2-dev (= 2.8.0-4),
+   freetype219 (= 2.3.12-1),
gettext-tools,
-   glib2-dev (=2.20.5-1),
-   glibmm2.4-dev (=2.20.2-2),
+   glib2-dev (=2.22.0-1),
+   glibmm2.4-dev (=2.22.0-1),
glitz (=0.5.6-3),
-   gtk+2-dev (=2.16.6-1),
-   gtkmm2.4-gtk-dev (= 2.16.0-1),
-   imagemagick2-dev,
+   gtk+2-dev (=2.18.0-1),
+   gtkmm2.4-gtk-dev (= 2.18.0-1),
lcms,
-   libgettext3-dev (=0.14.5-2),
-   libiconv-dev (=1.12-3),
-   libjpeg,
-   libmng2,
-   libpng3 (=1:1.2.35-2),
+   libgettext8-dev,
libsigc++2 (=2.2.4.2-2),
-   libtiff,
-   libxml++2 (=2.26.1-1),
+   libxml++2 (=2.26.1-2),
libxml2 (=2.6.32-1),
-   openexr-dev,
-   pango1-xft2-ft219-dev (=1.24.5-1),
-   pangomm1.4.1 (= 2.24.0-2),
+   pango1-xft2-ft219-dev (=1.24.5-4),
+   pangomm1.4.1 (= 2.26.0-1),
pkgconfig (=0.23-2),
pixman (=0.16.0-1),
synfig-dev (= %v-1),
@@ -76,22 +75,11 @@
 SplitOff: 
Package: %N-shlibs
Depends: 
-   bzip2-shlibs,
-   expat1-shlibs,
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-   glib2-shlibs (= 2.20.5-1),
-   glibmm2.4-shlibs (=2.20.2-1),
-   imagemagick2-shlibs,
-   lcms-shlibs,
-   libgettext3-shlibs,
-   libiconv,
-   libjpeg-shlibs,
-   libmng2-shlibs,
-   libpng3-shlibs,
+   glib2-shlibs (= 2.22.0-1),
+   glibmm2.4-shlibs (=2.22.0-1),
+   libgettext8-shlibs,
libsigc++2-shlibs (=2.2.4.2-2),
-   libtiff-shlibs,
-   libxml++2-shlibs (= 2.26.1-1),
+   libxml++2-shlibs (= 2.26.1-2),
libxml2-shlibs (= 2.6.32-1),
synfig-shlibs (= %v-1)



--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs