[cvs] dists/10.4/unstable/main/finkinfo/graphics camlimages.info, 1.2, 1.3

2006-09-28 Thread Martin Costabel
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15641

Modified Files:
camlimages.info 
Log Message:
Make it compile with current ocaml

Index: camlimages.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/camlimages.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- camlimages.info 1 Jun 2006 18:04:27 -   1.2
+++ camlimages.info 29 Sep 2006 06:42:02 -  1.3
@@ -8,6 +8,11 @@
 License: GPL
 Depends: ocaml, ghostscript, libjpeg-shlibs, libpng3-shlibs, libtiff-shlibs, 
libungif-shlibs | giflib-shlibs, x11
 BuildDepends: libjpeg, libpng3, libtiff, libungif | giflib, x11-dev
+PatchScript: <<
+# Removing lines that break compilation. 
+# This is fixed in camlimages CVS, but not in the released version
+  /usr/bin/sed -i.bak -e '/#undef/d' tiff/tiffread.c
+<<
 SetCFLAGS: -I/usr/X11R6/include -I%p/include
 SetLDFLAGS: -L%p/lib
 # Two problems: configure cannot correctly detect the libraries


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo popfile-perl.info, NONE, 1.1 popfile-perl-ssl.info, 1.1, NONE

2006-09-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32511/10.4/unstable/crypto/finkinfo

Added Files:
popfile-perl.info 
Removed Files:
popfile-perl-ssl.info 
Log Message:
validation fix (filename)


--- popfile-perl-ssl.info DELETED ---

--- NEW FILE: popfile-perl.info ---
Info2: <<
Package: popfile-perl%type_pkg[perl]%type_pkg[-ssl]
Version: 0.22.1
Revision: 8
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Description: Automatic Email Classification
Type: perl (5.8.1), -ssl (-ssl)
License: GPL
Maintainer: ASARI Takashi <[EMAIL PROTECTED]>

Depends: perl%type_pkg[perl]-core, dbd-sqlite2-pm%type_pkg[perl], 
html-tagset-pm, time-date-pm, html-template-pm, text-kakasi-pm%type_pkg[perl], 
(%type_raw[-ssl] = -ssl) io-socket-ssl-pm%type_pkg[perl], (%type_raw[-ssl] = 
-ssl) net-ssleay-pm%type_pkg[perl], daemonic
Conflicts: popfile (<< 0.22.1-1), popfile-perl581, popfile-perl581-ssl
Replaces: popfile (<< 0.22.1-1), popfile-perl581, popfile-perl581-ssl

Source: mirror:sourceforge:popfile/popfile-%v.zip
Source-MD5: a198aebe634d628451412a7979566933
NoSourceDirectory: true

PatchScript: <<
  #!/bin/bash -ev
  if [ -x %p/bin/perl%type_raw[perl] ]; then
/usr/bin/sed 1s@/usr/bin/[EMAIL PROTECTED]/bin/perl%type_raw[perl]@ 
popfile.pl > popfile.fink
/bin/mv -f popfile.fink popfile.pl
  fi
  /bin/chmod +x popfile.pl
<<

CompileScript: echo "no compiling needed"
InstallScript: <<
  /usr/bin/install -m 755 -d %i/share/doc/popfile
  /bin/mv license manual %i/share/doc/popfile
  /usr/bin/install -m 755 -d %i/var/lib
  /bin/cp -R . %i/var/lib/popfile
<<

PostInstScript: <<
  if [ -f %p/var/lib/popfile/popfile.cfg ] &&
  grep '^bayes_dbconnect dbi:SQLite:dbname=$dbname' 
%p/var/lib/popfile/popfile.cfg >/dev/null 2>/dev/null; then
echo
echo '** The name of DB backend has changed **'
echo 'An old config file was detected.'
echo
echo 'If you are upgrading POPFile from older version, you need to make the'
echo 'following change to your database connection string on the advanced 
page'
echo 'of the UI (or in popfile.cfg).'
echo
echo 'Change bayes_dbconnect from:'
echo 'dbi:SQLite:dbname=$dbname'
echo 'to:'
echo 'dbi:SQLite2:dbname=$dbname'
echo
echo 'For more information, please refer to this web site:'
echo '  http://popfile.sourceforge.net/cgi-bin/wiki.pl?SQLite3'
echo
echo 'If you are downgrading POPFile, you might need to manually convert 
DB.'
printf 'May I rewrite the config file automatically ? [Y/n]'
read answer
answer=`echo $answer | sed 's/^[yY].*$/y/'`
echo
if [ -z "$answer" -o "x$answer" = "xy" ]; then
  echo "Rewriting the config file..."
  set -v
  /bin/mv %p/var/lib/popfile/popfile.cfg 
%p/var/lib/popfile/popfile.cfg.finksaved
  /usr/bin/sed 's/^bayes_dbconnect 
dbi:SQLite:dbname=$dbname/bayes_dbconnect dbi:SQLite2:dbname=$dbname/' 
%p/var/lib/popfile/popfile.cfg.finksaved > %p/var/lib/popfile/popfile.cfg
  set +v
  echo "Done."
else
  echo "Okay, not rewriting the config file."
fi
  fi

  %p/bin/daemonic install popfile
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]; then
%p/bin/daemonic remove popfile
  fi
<<
#ConfFiles: %p/var/lib/popfile/popfile.cfg
DaemonicFile: <<

  Automatic Email Classification
  POPFile, Automatic Email Classification
  
%p/var/lib/popfile/popfile.pl

  export PERL5LIB=%p/lib/perl5:%p/lib/perl5/darwin
  export POPFILE_USER=%p/var/lib/popfile 
  export POPFILE_ROOT=%p/var/lib/popfile

  

<<
DaemonicName: popfile

Homepage: http://popfile.sourceforge.net/
DescDetail: <<
POPFile is an automatic mail classification tool.
Once properly set up and trained, it will scan all email as it arrives and
classify it based on your training. You can give it a simple job, like
separating out junk e-mail, or one like filing mail into a dozen folders. 
<<
DescUsage: <<
To start POPFile daemon,
1. Run "sudo daemonic enable popfile".
2. Restart your Mac.
By default, UI is found at http://127.0.0.1:8080/ .
<<
<<


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/crypto/finkinfo popfile-perl.info, 1.3, 1.4 popfile-perl-ssl.info, 1.1, NONE

2006-09-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32511/10.3/unstable/crypto/finkinfo

Added Files:
popfile-perl.info 
Removed Files:
popfile-perl-ssl.info 
Log Message:
validation fix (filename)


--- popfile-perl-ssl.info DELETED ---

--- NEW FILE: popfile-perl.info ---
Info2: <<
Package: popfile-perl%type_pkg[perl]%type_pkg[-ssl]
Version: 0.22.1
Revision: 8
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Description: Automatic Email Classification
Type: perl (5.8.1), -ssl (-ssl)
License: GPL
Maintainer: ASARI Takashi <[EMAIL PROTECTED]>

Depends: perl%type_pkg[perl]-core, dbd-sqlite2-pm%type_pkg[perl], 
html-tagset-pm, time-date-pm, html-template-pm, text-kakasi-pm%type_pkg[perl], 
(%type_raw[-ssl] = -ssl) io-socket-ssl-pm%type_pkg[perl], (%type_raw[-ssl] = 
-ssl) net-ssleay-pm%type_pkg[perl], daemonic
Conflicts: popfile (<< 0.22.1-1), popfile-perl581, popfile-perl581-ssl
Replaces: popfile (<< 0.22.1-1), popfile-perl581, popfile-perl581-ssl

Source: mirror:sourceforge:popfile/popfile-%v.zip
Source-MD5: a198aebe634d628451412a7979566933
NoSourceDirectory: true

PatchScript: <<
  #!/bin/bash -ev
  if [ -x %p/bin/perl%type_raw[perl] ]; then
/usr/bin/sed 1s@/usr/bin/[EMAIL PROTECTED]/bin/perl%type_raw[perl]@ 
popfile.pl > popfile.fink
/bin/mv -f popfile.fink popfile.pl
  fi
  /bin/chmod +x popfile.pl
<<

CompileScript: echo "no compiling needed"
InstallScript: <<
  /usr/bin/install -m 755 -d %i/share/doc/popfile
  /bin/mv license manual %i/share/doc/popfile
  /usr/bin/install -m 755 -d %i/var/lib
  /bin/cp -R . %i/var/lib/popfile
<<

PostInstScript: <<
  if [ -f %p/var/lib/popfile/popfile.cfg ] &&
  grep '^bayes_dbconnect dbi:SQLite:dbname=$dbname' 
%p/var/lib/popfile/popfile.cfg >/dev/null 2>/dev/null; then
echo
echo '** The name of DB backend has changed **'
echo 'An old config file was detected.'
echo
echo 'If you are upgrading POPFile from older version, you need to make the'
echo 'following change to your database connection string on the advanced 
page'
echo 'of the UI (or in popfile.cfg).'
echo
echo 'Change bayes_dbconnect from:'
echo 'dbi:SQLite:dbname=$dbname'
echo 'to:'
echo 'dbi:SQLite2:dbname=$dbname'
echo
echo 'For more information, please refer to this web site:'
echo '  http://popfile.sourceforge.net/cgi-bin/wiki.pl?SQLite3'
echo
echo 'If you are downgrading POPFile, you might need to manually convert 
DB.'
printf 'May I rewrite the config file automatically ? [Y/n]'
read answer
answer=`echo $answer | sed 's/^[yY].*$/y/'`
echo
if [ -z "$answer" -o "x$answer" = "xy" ]; then
  echo "Rewriting the config file..."
  set -v
  /bin/mv %p/var/lib/popfile/popfile.cfg 
%p/var/lib/popfile/popfile.cfg.finksaved
  /usr/bin/sed 's/^bayes_dbconnect 
dbi:SQLite:dbname=$dbname/bayes_dbconnect dbi:SQLite2:dbname=$dbname/' 
%p/var/lib/popfile/popfile.cfg.finksaved > %p/var/lib/popfile/popfile.cfg
  set +v
  echo "Done."
else
  echo "Okay, not rewriting the config file."
fi
  fi

  %p/bin/daemonic install popfile
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]; then
%p/bin/daemonic remove popfile
  fi
<<
#ConfFiles: %p/var/lib/popfile/popfile.cfg
DaemonicFile: <<

  Automatic Email Classification
  POPFile, Automatic Email Classification
  
%p/var/lib/popfile/popfile.pl

  export PERL5LIB=%p/lib/perl5:%p/lib/perl5/darwin
  export POPFILE_USER=%p/var/lib/popfile 
  export POPFILE_ROOT=%p/var/lib/popfile

  

<<
DaemonicName: popfile

Homepage: http://popfile.sourceforge.net/
DescDetail: <<
POPFile is an automatic mail classification tool.
Once properly set up and trained, it will scan all email as it arrives and
classify it based on your training. You can give it a simple job, like
separating out junk e-mail, or one like filing mail into a dozen folders. 
<<
DescUsage: <<
To start POPFile daemon,
1. Run "sudo daemonic enable popfile".
2. Restart your Mac.
By default, UI is found at http://127.0.0.1:8080/ .
<<
<<


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] scripts/pdb pdb_full_update-piecewise,1.6,1.7

2006-09-28 Thread Daniel Macks
Update of /cvsroot/fink/scripts/pdb
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32014

Modified Files:
pdb_full_update-piecewise 
Log Message:
Make sure we update the section list


Index: pdb_full_update-piecewise
===
RCS file: /cvsroot/fink/scripts/pdb/pdb_full_update-piecewise,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pdb_full_update-piecewise   1 Aug 2006 17:36:19 -   1.6
+++ pdb_full_update-piecewise   29 Sep 2006 04:28:08 -  1.7
@@ -24,4 +24,7 @@
 chgrp fink $maintfile
 chmod 664 $maintfile
 
+echo "Refreshing section list"
+$HOME/bin/finksql http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci labplot.info,1.4,1.5

2006-09-28 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5807

Modified Files:
labplot.info 
Log Message:
another small thing ... sorry.

Index: labplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/labplot.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- labplot.info29 Sep 2006 02:21:26 -  1.4
+++ labplot.info29 Sep 2006 03:20:15 -  1.5
@@ -9,7 +9,7 @@
 Homepage: http://labplot.sourceforge.net
 License: GPL
 
-Depends: %N-shlibs, qhull
+Depends: %N-shlibs (= %v-%r), qhull
 BuildDepends: arts-dev, audiofile, automake1.9, bzip2-dev, fftw3, fileutils, 
freetype219, gettext-tools, ghostscript, gsl, imagemagick10-dev, kdelibs3, 
kdelibs3-dev, koffice-dev, lcms, libart2, libgettext3-dev, libiconv-dev, 
libidn, libjasper1, libjpeg, libpng3, libtiff, libxml2-bin, ocaml, netcdf, 
pstoedit, qhull, qt3, x11-dev
 
 TarFilesRename: src/labplot.desktop


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/games wesnoth-devel.patch, NONE, 1.1 wesnoth-devel.info, 1.1, 1.2

2006-09-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27909/10.3/unstable/main/finkinfo/games

Modified Files:
wesnoth-devel.info 
Added Files:
wesnoth-devel.patch 
Log Message:
Don't require GUI during build
Use local lib in preference to installed


Index: wesnoth-devel.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/games/wesnoth-devel.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wesnoth-devel.info  28 Sep 2006 13:30:50 -  1.1
+++ wesnoth-devel.info  29 Sep 2006 02:55:01 -  1.2
@@ -11,6 +11,10 @@
 Depends: sdl-mixer-shlibs, sdl-shlibs, sdl-image-shlibs, sdl-ttf-shlibs ( >= 
2.0.6-1 ), sdl-net-shlibs, fribidi-shlibs, libpng3-shlibs, freetype219-shlibs, 
libiconv, libgettext3-shlibs
 Description: Fantasy turn-based strategy game
 DocFiles: ABOUT-NLS COPYING MANUAL MANUAL.brazilian MANUAL.catalan 
MANUAL.chinese_simplified MANUAL.czech MANUAL.danish MANUAL.french 
MANUAL.german MANUAL.hungarian MANUAL.indonesian MANUAL.italian MANUAL.japanese 
MANUAL.norwegian MANUAL.polish MANUAL.russian MANUAL.spanish MANUAL.swedish 
MANUAL.turkish 
+Patch: %n.patch
+PatchScript: <<
+  perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.in
+<<
 ConfigureParams: --with-libintl-prefix=%p --enable-editor --enable-tools 
--enable-server --with-freetype-prefix=%p/lib/freetype219 
--with-freetype-exec-prefix=%p/lib/freetype219 --disable-dependency-tracking 
--without-x --disable-sdltest
 DescDetail: <<
 Battle for Wesnoth is a fantasy turn-based strategy game.
@@ -29,6 +33,14 @@
 The purpose of this package is to track the latest development versions of
 wesnoth.  The package `wesnoth' tracks the stable branch.  
 <<
+DescPackaging: <<
+  dmacks added --disable-sdltest and patched support for it in all
+  SDL_* tests so that can build on GUI-less machine.
+
+  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.
+<<
 License: GPL
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 Homepage: http://www.wesnoth.org/

--- NEW FILE: wesnoth-devel.patch ---
diff -Nurd -x'*~' wesnoth-1.1.10.orig/configure wesnoth-1.1.10/configure
--- wesnoth-1.1.10.orig/configure   2006-09-19 02:15:51.0 -0400
+++ wesnoth-1.1.10/configure2006-09-28 19:17:54.0 -0400
@@ -14527,6 +14527,7 @@
 { echo "$as_me:$LINENO: checking for PNG support in SDL_image" >&5
 echo $ECHO_N "checking for PNG support in SDL_image... $ECHO_C" >&6; }
 
+if test "x$enable_sdltest" = "xyes" ; then
 OLD_CPPFLAGS=$CPPFLAGS
 OLD_CFLAGS=$CFLAGS
 OLD_LIBS=$LIBS
@@ -14603,6 +14604,7 @@
 CPPFLAGS=$OLD_CPPFLAGS
 CFLAGS=$OLD_CFLAGS
 LIBS=$OLD_LIBS
+fi
 
 
 ###
@@ -14620,6 +14622,7 @@
{ echo "$as_me:$LINENO: checking for OGG support in SDL_mixer" >&5
 echo $ECHO_N "checking for OGG support in SDL_mixer... $ECHO_C" >&6; }
 
+   if test "x$enable_sdltest" = "xyes" ; then
 OLD_CPPFLAGS=$CPPFLAGS
OLD_CFLAGS=$CFLAGS
 OLD_LIBS=$LIBS
@@ -14696,6 +14699,7 @@
 CPPFLAGS=$OLD_CPPFLAGS
CFLAGS=$OLD_CFLAGS
 LIBS=$OLD_LIBS
+   fi
 fi
 fi
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/games wesnoth-devel.patch, NONE, 1.1 wesnoth-devel.info, 1.2, 1.3

2006-09-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27909/10.4/unstable/main/finkinfo/games

Modified Files:
wesnoth-devel.info 
Added Files:
wesnoth-devel.patch 
Log Message:
Don't require GUI during build
Use local lib in preference to installed


Index: wesnoth-devel.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth-devel.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wesnoth-devel.info  28 Sep 2006 05:31:41 -  1.2
+++ wesnoth-devel.info  29 Sep 2006 02:55:01 -  1.3
@@ -10,6 +10,10 @@
 Depends: sdl-mixer-shlibs, sdl-shlibs, sdl-image-shlibs, sdl-ttf-shlibs ( >= 
2.0.6-1017 ), sdl-net-shlibs, fribidi-shlibs, libpng3-shlibs, 
freetype219-shlibs, libiconv, libgettext3-shlibs
 Description: Fantasy turn-based strategy game
 DocFiles: ABOUT-NLS COPYING MANUAL MANUAL.brazilian MANUAL.catalan 
MANUAL.chinese_simplified MANUAL.czech MANUAL.danish MANUAL.french 
MANUAL.german MANUAL.hungarian MANUAL.indonesian MANUAL.italian MANUAL.japanese 
MANUAL.norwegian MANUAL.polish MANUAL.russian MANUAL.spanish MANUAL.swedish 
MANUAL.turkish 
+Patch: %n.patch
+PatchScript: <<
+  perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.in
+<<
 ConfigureParams: --with-libintl-prefix=%p --enable-editor --enable-tools 
--enable-server --with-freetype-prefix=%p/lib/freetype219 
--with-freetype-exec-prefix=%p/lib/freetype219 --disable-dependency-tracking 
--without-x --disable-sdltest
 DescDetail: <<
 Battle for Wesnoth is a fantasy turn-based strategy game.
@@ -28,6 +32,14 @@
 The purpose of this package is to track the latest development versions of
 wesnoth.  The package `wesnoth' tracks the stable branch.  
 <<
+DescPackaging: <<
+  dmacks added --disable-sdltest and patched support for it in all
+  SDL_* tests so that can build on GUI-less machine.
+
+  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.
+<<
 License: GPL
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 Homepage: http://www.wesnoth.org/

--- NEW FILE: wesnoth-devel.patch ---
diff -Nurd -x'*~' wesnoth-1.1.10.orig/configure wesnoth-1.1.10/configure
--- wesnoth-1.1.10.orig/configure   2006-09-19 02:15:51.0 -0400
+++ wesnoth-1.1.10/configure2006-09-28 19:17:54.0 -0400
@@ -14527,6 +14527,7 @@
 { echo "$as_me:$LINENO: checking for PNG support in SDL_image" >&5
 echo $ECHO_N "checking for PNG support in SDL_image... $ECHO_C" >&6; }
 
+if test "x$enable_sdltest" = "xyes" ; then
 OLD_CPPFLAGS=$CPPFLAGS
 OLD_CFLAGS=$CFLAGS
 OLD_LIBS=$LIBS
@@ -14603,6 +14604,7 @@
 CPPFLAGS=$OLD_CPPFLAGS
 CFLAGS=$OLD_CFLAGS
 LIBS=$OLD_LIBS
+fi
 
 
 ###
@@ -14620,6 +14622,7 @@
{ echo "$as_me:$LINENO: checking for OGG support in SDL_mixer" >&5
 echo $ECHO_N "checking for OGG support in SDL_mixer... $ECHO_C" >&6; }
 
+   if test "x$enable_sdltest" = "xyes" ; then
 OLD_CPPFLAGS=$CPPFLAGS
OLD_CFLAGS=$CFLAGS
 OLD_LIBS=$LIBS
@@ -14696,6 +14699,7 @@
 CPPFLAGS=$OLD_CPPFLAGS
CFLAGS=$OLD_CFLAGS
 LIBS=$OLD_LIBS
+   fi
 fi
 fi
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci labplot.info,1.3,1.4

2006-09-28 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14952

Modified Files:
labplot.info 
Log Message:
ensuring that all debs are identical

Index: labplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/labplot.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- labplot.info29 Sep 2006 00:08:47 -  1.3
+++ labplot.info29 Sep 2006 02:21:26 -  1.4
@@ -1,6 +1,6 @@
 Package: labplot
 Version: 1.6.0.pre1
-Revision: 2
+Revision: 3
 
 Source: mirror:sourceforge:labplot/LabPlot-%v.tar.bz2
 Source-MD5: 264beea916cec2e197ed428b7a97f7ca
@@ -9,9 +9,9 @@
 Homepage: http://labplot.sourceforge.net
 License: GPL
 
-Depends: %N-shlibs
-BuildDepends: arts-dev, audiofile, automake1.9, bzip2-dev, fftw3, fileutils, 
freetype219, gettext-tools, ghostscript, gsl, imagemagick10-dev, kdelibs3, 
kdelibs3-dev, koffice-dev, lcms, libart2, libgettext3-dev, libiconv-dev, 
libidn, libjasper1, libjpeg, libpng3, libtiff, libxml2-bin, ocaml, netcdf, 
pstoedit, qt3, x11-dev
-# what about qhull ?
+Depends: %N-shlibs, qhull
+BuildDepends: arts-dev, audiofile, automake1.9, bzip2-dev, fftw3, fileutils, 
freetype219, gettext-tools, ghostscript, gsl, imagemagick10-dev, kdelibs3, 
kdelibs3-dev, koffice-dev, lcms, libart2, libgettext3-dev, libiconv-dev, 
libidn, libjasper1, libjpeg, libpng3, libtiff, libxml2-bin, ocaml, netcdf, 
pstoedit, qhull, qt3, x11-dev
+
 TarFilesRename: src/labplot.desktop
 PatchScript: <<
   sed 's,@PREFIX@,%p,g' < %a/%n.patch | patch -p1
@@ -22,7 +22,7 @@
 SetCXXFLAGS: -Os -fPIC -ffast-math
 SetCFLAGS: -Os -fPIC -ffast-math
 
-ConfigureParams: --mandir=%i/share/man --with-qt-includes=%p/include/qt 
--with-qt-libraries=%p/lib/qt3/lib --disable-fftw --enable-fftw3 
--with-extra-includes=%p/include --with-extra-includes=%p/include/gsl 
--with-extra-libraries=%p/lib --enable-arts --enable-netcdf --enable-tiff 
--enable-gsl --enable-ImageMagick --enable-audiofile --enable-jasper 
--enable-pstoedit --disable-warnings --enable-ocaml --disable-qsa --disable-cdf 
--enable-debug=full --enable-texvc --disable-dependency-tracking
+ConfigureParams: --mandir=%i/share/man --with-qt-includes=%p/include/qt 
--with-qt-libraries=%p/lib/qt3/lib --disable-fftw --enable-fftw3 
--with-extra-includes=%p/include --with-extra-includes=%p/include/gsl 
--with-extra-libraries=%p/lib --enable-arts --enable-netcdf --enable-tiff 
--enable-gsl --enable-qhull --enable-ImageMagick --enable-audiofile 
--enable-jasper --enable-pstoedit --disable-warnings --enable-ocaml 
--disable-qsa --disable-cdf --enable-debug=full --enable-texvc 
--disable-dependency-tracking
 
 DocFiles: COPYING ChangeLog FEATURES TODO AUTHORS CHANGES NEWS INSTALL README
 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs/pythonmods python-cdb-py.info, NONE, 1.1

2006-09-28 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29874/10.3/unstable/main/finkinfo/libs/pythonmods

Added Files:
python-cdb-py.info 
Log Message:
Variantized package by maintainer (Tracker # 1563097)


--- NEW FILE: python-cdb-py.info ---
Info2: <<
Package: python-cdb-py%type_pkg[python]
Version: 0.32
Revision: 1003
Type: python (2.1 2.2 2.3 2.4)
Depends: python%type_pkg[python]
Source: http://pilcrow.madison.wi.us/python-cdb/python-cdb-%v.tar.gz
Source-MD5: 0e303095f8c0ea9f09d7f11faf89805f
CompileScript: %p/bin/python%type_raw[python] setup.py build   
InstallScript: << 
  %p/bin/python%type_raw[python] setup.py install --prefix=%i
<<
License: GPL
DocFiles: MANIFEST README Example
Description: Python interface to the CDB library
DescDetail: <<
python-cdb is D. J. Bernstein's constant database library adapted as a
python extension module.

cdb files are mappings of keys to values, designed for wickedly fast
lookups and atomic updates.  This module mimics the normal cdb
utilities (cdb(get|dump|make)) via convenient high-level Python
objects.
<<
Maintainer: Jason R. Mastaler <[EMAIL PROTECTED]>
Homepage: http://pilcrow.madison.wi.us/#pycdb
<<



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs python-cdb-py23.info, 1.3, NONE

2006-09-28 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29874/10.4/unstable/main/finkinfo/libs

Removed Files:
python-cdb-py23.info 
Log Message:
Variantized package by maintainer (Tracker # 1563097)


--- python-cdb-py23.info DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods python-cdb-py.info, NONE, 1.1

2006-09-28 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29874/10.4/unstable/main/finkinfo/libs/pythonmods

Added Files:
python-cdb-py.info 
Log Message:
Variantized package by maintainer (Tracker # 1563097)


--- NEW FILE: python-cdb-py.info ---
Info2: <<
Package: python-cdb-py%type_pkg[python]
Version: 0.32
Revision: 1003
Type: python (2.3 2.4 2.5)
Depends: python%type_pkg[python]
Source: http://pilcrow.madison.wi.us/python-cdb/python-cdb-%v.tar.gz
Source-MD5: 0e303095f8c0ea9f09d7f11faf89805f
CompileScript: %p/bin/python%type_raw[python] setup.py build   
InstallScript: << 
  %p/bin/python%type_raw[python] setup.py install --prefix=%i
<<
License: GPL
DocFiles: MANIFEST README Example
Description: Python interface to the CDB library
DescDetail: <<
python-cdb is D. J. Bernstein's constant database library adapted as a
python extension module.

cdb files are mappings of keys to values, designed for wickedly fast
lookups and atomic updates.  This module mimics the normal cdb
utilities (cdb(get|dump|make)) via convenient high-level Python
objects.
<<
Maintainer: Jason R. Mastaler <[EMAIL PROTECTED]>
Homepage: http://pilcrow.madison.wi.us/#pycdb
<<



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/libs python-cdb-py21.info, 1.1, NONE python-cdb-py22.info, 1.1, NONE python-cdb-py23.info, 1.2, NONE

2006-09-28 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29874/10.3/unstable/main/finkinfo/libs

Removed Files:
python-cdb-py21.info python-cdb-py22.info python-cdb-py23.info 
Log Message:
Variantized package by maintainer (Tracker # 1563097)


--- python-cdb-py22.info DELETED ---

--- python-cdb-py21.info DELETED ---

--- python-cdb-py23.info DELETED ---


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages odcctools.info, 1.5, 1.6

2006-09-28 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32413

Modified Files:
odcctools.info 
Log Message:
seems OK

Index: odcctools.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/odcctools.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- odcctools.info  31 Aug 2006 13:33:25 -  1.5
+++ odcctools.info  29 Sep 2006 00:27:51 -  1.6
@@ -1,9 +1,9 @@
 Package: odcctools
-Version: 590
-Revision: 20060608
-Maintainer: None 
+Version: 622.3
+Revision: 20060925
+Maintainer: Jack Howarth <[EMAIL PROTECTED]>
 Source: http://www.opendarwin.org/downloads/odcctools-%r.tar.bz2
-Source-MD5: 1007a42698c6ae825bfb86d7e0f5832b
+Source-MD5: 51fa1b5ff2e6eda343790647f7e8bac6
 SourceDirectory: %N-%r
 SetCPPFLAGS: -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ 
-D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_
 CompileScript: ./configure --prefix=%p/lib/odcctools; make


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci labplot.info,1.2,1.3

2006-09-28 Thread Jean-Fran�ois Mertens
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25040

Modified Files:
labplot.info 
Log Message:
-mtune=970 -maltivec breaks on macintel.
enabling libjpeg support in patchscript.
fixing deps and builddeps (add missing, remove redundancies)
needs more work (eg, suspiciously many -bin among the shlib deps; also: shlibs 
policy)

Index: labplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/labplot.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- labplot.info28 Sep 2006 17:47:38 -  1.2
+++ labplot.info29 Sep 2006 00:08:47 -  1.3
@@ -1,6 +1,6 @@
 Package: labplot
 Version: 1.6.0.pre1
-Revision: 1
+Revision: 2
 
 Source: mirror:sourceforge:labplot/LabPlot-%v.tar.bz2
 Source-MD5: 264beea916cec2e197ed428b7a97f7ca
@@ -10,17 +10,19 @@
 License: GPL
 
 Depends: %N-shlibs
-BuildDepends: kdelibs3-dev, libpng3, arts-dev, x11-dev, netcdf, fileutils, 
automake1.9, libart2, qt3, gsl, pstoedit, libjpeg, libtiff, libjasper1, 
audiofile, libidn, libiconv-dev, libgettext3-dev, fftw3
-
+BuildDepends: arts-dev, audiofile, automake1.9, bzip2-dev, fftw3, fileutils, 
freetype219, gettext-tools, ghostscript, gsl, imagemagick10-dev, kdelibs3, 
kdelibs3-dev, koffice-dev, lcms, libart2, libgettext3-dev, libiconv-dev, 
libidn, libjasper1, libjpeg, libpng3, libtiff, libxml2-bin, ocaml, netcdf, 
pstoedit, qt3, x11-dev
+# what about qhull ?
 TarFilesRename: src/labplot.desktop
-PatchScript: sed 's,@PREFIX@,%p,g' < %a/%n.patch | patch -p1
-
+PatchScript: <<
+  sed 's,@PREFIX@,%p,g' < %a/%n.patch | patch -p1
+  perl -pi -e 's,^jpeg_incdirs=",$&%p/include ,' configure
+<<
 SetCPPFLAGS: -I/usr/X11R6/include
 SetLDFLAGS: -Wl,-flat_namespace
-SetCXXFLAGS: -Os -fPIC -ffast-math -mtune=970 -maltivec
-SetCFLAGS: -Os -fPIC -ffast-math -mtune=970 -maltivec
+SetCXXFLAGS: -Os -fPIC -ffast-math
+SetCFLAGS: -Os -fPIC -ffast-math
 
-ConfigureParams: --mandir=%i/share/man --with-qt-includes=%p/include/qt 
--with-qt-libraries=%p/lib --disable-fftw --enable-fftw3 
--with-extra-includes=%p/include --with-extra-includes=%p/include/gsl 
--with-extra-libraries=%p/lib --enable-arts --enable-netcdf --enable-tiff 
--enable-gsl --enable-ImageMagick --enable-audiofile --enable-jasper 
--enable-pstoedit --disable-warnings --enable-ocaml --disable-qsa --disable-cdf 
--enable-debug=full --enable-texvc --disable-dependency-tracking
+ConfigureParams: --mandir=%i/share/man --with-qt-includes=%p/include/qt 
--with-qt-libraries=%p/lib/qt3/lib --disable-fftw --enable-fftw3 
--with-extra-includes=%p/include --with-extra-includes=%p/include/gsl 
--with-extra-libraries=%p/lib --enable-arts --enable-netcdf --enable-tiff 
--enable-gsl --enable-ImageMagick --enable-audiofile --enable-jasper 
--enable-pstoedit --disable-warnings --enable-ocaml --disable-qsa --disable-cdf 
--enable-debug=full --enable-texvc --disable-dependency-tracking
 
 DocFiles: COPYING ChangeLog FEATURES TODO AUTHORS CHANGES NEWS INSTALL README
 
@@ -50,7 +52,7 @@
 
 SplitOff: <<
 Package: %N-shlibs
-Depends: x11, libpng3-shlibs, netcdf-shlibs, arts-shlibs, kdebase3, 
kdebase3-unified-shlibs, libtiff-shlibs, libjpeg-shlibs, libjpeg-bin, 
gsl-shlibs, imagemagick, imagemagick-shlibs, pstoedit-shlibs, pstoedit-bin, 
libjasper1-bin, libjasper1-shlibs, audiofile-bin, audiofile-shlibs, qt3-shlibs, 
ocaml, libart2-shlibs, x11-shlibs, x11, libidn-shlibs, libiconv, libiconv-bin, 
libgettext3-shlibs, fftw3-shlibs
+Depends: arts-shlibs, audiofile-bin, fftw3-shlibs, gsl-shlibs, imagemagick, 
kdebase3, koffice-shlibs, libart2-shlibs, libgettext3-shlibs, libiconv-bin, 
libidn-shlibs, libjasper1-bin, libjpeg-bin, libpng3-shlibs, libtiff-shlibs, 
netcdf-shlibs, ocaml, pstoedit-bin, qt3-shlibs, x11
 
 Files: lib/libLabPlotcephes.1.5.0.dylib lib/libLabPlotqwtplot3d.dylib 
lib/libLabPlot.1.5.1.dylib lib/libLabPlotcephes.1.dylib 
lib/libLabPlotqwtplot3d.0.2.6.dylib lib/liborigin.dylib lib/libLabPlot.1.dylib 
lib/libLabPlotqwtplot3d.0.dylib lib/liborigin.0.0.1.dylib lib/libLabPlot.dylib 
lib/libLabPlotcephes.dylib lib/liborigin.0.dylib 
 
@@ -79,4 +81,4 @@
 of data sets and functions. LabPlot allows you to work with multiple plots
 which each can have multiple graphs. The graphs can be produced from data
 or from functions, including user defined (up to 9 parameters).
-<<
\ No newline at end of file
+<<


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-co

[cvs] dists/10.4/unstable/main/finkinfo/sci glpk.info,1.1,1.2

2006-09-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6945/10.4/unstable/main/finkinfo/sci

Modified Files:
glpk.info 
Log Message:
Version bump (4.9 to 4.10).

Index: glpk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/glpk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glpk.info   28 Mar 2006 16:24:45 -  1.1
+++ glpk.info   28 Sep 2006 19:19:33 -  1.2
@@ -1,12 +1,12 @@
 Package: glpk
-Version: 4.9
+Version: 4.10
 Revision: 1
 Description: GNU Linear Programming Kit
 License: GPL
 Homepage: http://www.gnu.org/software/glpk/
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Source: mirror:gnu:%n/%n-%v.tar.gz
-Source-MD5: e1aecaf58adaaf155d178a95e46f8d77
+Source-MD5: a1ae21f2ddf2f71aa1af9385ebfd7b74
 ConfigureParams: --enable-shared
 InstallScript: <<
  make install DESTDIR=%d


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/sci glpk.info,1.1,1.2

2006-09-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6945/10.3/unstable/main/finkinfo/sci

Modified Files:
glpk.info 
Log Message:
Version bump (4.9 to 4.10).

Index: glpk.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/glpk.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glpk.info   28 Mar 2006 16:24:45 -  1.1
+++ glpk.info   28 Sep 2006 19:19:32 -  1.2
@@ -1,12 +1,12 @@
 Package: glpk
-Version: 4.9
+Version: 4.10
 Revision: 1
 Description: GNU Linear Programming Kit
 License: GPL
 Homepage: http://www.gnu.org/software/glpk/
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Source: mirror:gnu:%n/%n-%v.tar.gz
-Source-MD5: e1aecaf58adaaf155d178a95e46f8d77
+Source-MD5: a1ae21f2ddf2f71aa1af9385ebfd7b74
 ConfigureParams: --enable-shared
 InstallScript: <<
  make install DESTDIR=%d


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/sci glpk.info,NONE,1.1

2006-09-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2681/10.3/stable/main/finkinfo/sci

Added Files:
glpk.info 
Log Message:
moved from the unstable tree.

--- NEW FILE: glpk.info ---
Package: glpk
Version: 4.9
Revision: 1
Description: GNU Linear Programming Kit
License: GPL
Homepage: http://www.gnu.org/software/glpk/
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: e1aecaf58adaaf155d178a95e46f8d77
ConfigureParams: --enable-shared
InstallScript: <<
 make install DESTDIR=%d
 install -m 755 -d%i/share/doc/%n/examples
 install -m 644 examples/*.mod examples/*.tsp %i/share/doc/%n/examples
 install -m 755 -d%i/share/doc/%n/manual
 install -m 644 doc/* %i/share/doc/%n/manual
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
DescDetail: <<
 The GLPK (GNU Linear Programming Kit) package is intended for solving
 large-scale linear programming (LP), mixed integer programming (MIP),
 and other related problems. It is a set of routines written in ANSI C
 and organized in the form of a callable library.

 GLPK supports the GNU MathProg language, which is a subset of the AMPL
 language.

 The GLPK package includes the following main components:

  * Revised simplex method.
  * Primal-dual interior point method.
  * Branch-and-bound method.
  * Translator for GNU MathProg.
  * Application program interface (API).
  * Stand-alone LP/MIP solver.
<<


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/sci glpk.info,NONE,1.1

2006-09-28 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2681/10.4/stable/main/finkinfo/sci

Added Files:
glpk.info 
Log Message:
moved from the unstable tree.

--- NEW FILE: glpk.info ---
Package: glpk
Version: 4.9
Revision: 1
Description: GNU Linear Programming Kit
License: GPL
Homepage: http://www.gnu.org/software/glpk/
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Source: mirror:gnu:%n/%n-%v.tar.gz
Source-MD5: e1aecaf58adaaf155d178a95e46f8d77
ConfigureParams: --enable-shared
InstallScript: <<
 make install DESTDIR=%d
 install -m 755 -d%i/share/doc/%n/examples
 install -m 644 examples/*.mod examples/*.tsp %i/share/doc/%n/examples
 install -m 755 -d%i/share/doc/%n/manual
 install -m 644 doc/* %i/share/doc/%n/manual
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
DescDetail: <<
 The GLPK (GNU Linear Programming Kit) package is intended for solving
 large-scale linear programming (LP), mixed integer programming (MIP),
 and other related problems. It is a set of routines written in ANSI C
 and organized in the form of a callable library.

 GLPK supports the GNU MathProg language, which is a subset of the AMPL
 language.

 The GLPK package includes the following main components:

  * Revised simplex method.
  * Primal-dual interior point method.
  * Branch-and-bound method.
  * Translator for GNU MathProg.
  * Application program interface (API).
  * Stand-alone LP/MIP solver.
<<


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci labplot.info,1.1,1.2

2006-09-28 Thread Christian Schaffner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3053

Modified Files:
labplot.info 
Log Message:
Fix a missing '<'


Index: labplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/labplot.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- labplot.info28 Sep 2006 16:58:52 -  1.1
+++ labplot.info28 Sep 2006 17:47:38 -  1.2
@@ -71,7 +71,7 @@
 
 DescPort: <<
 Set CPPFLAGS to allow building against Fink-installed X11 packages.
-<
+<<
 
 Description: Data analysis and visualisation
 DescDetail: <<


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci matplotlib-py.info, 1.9, 1.10

2006-09-28 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7454

Modified Files:
matplotlib-py.info 
Log Message:
New upstream version, python2.5 variant.


Index: matplotlib-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/matplotlib-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- matplotlib-py.info  10 Sep 2006 14:50:15 -  1.9
+++ matplotlib-py.info  28 Sep 2006 16:37:25 -  1.10
@@ -1,14 +1,14 @@
 Info2: <<
 
 Package: matplotlib-py%type_pkg[python]
-Version: 0.87.5
-Revision: 1001
+Version: 0.87.6
+Revision: 1
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
-Depends: python%type_pkg[python], pygtk2-py%type_pkg[python], tcltk-shlibs, 
numarray-py%type_pkg[python] (>= 1.5.0-1), numeric-py%type_pkg[python] (>= 
24.2-1), freetype219-shlibs, tetex-base, scipy-core-py%type_pkg[python] (>= 
1.0-1) 
+Depends: python%type_pkg[python], pygtk2-py%type_pkg[python], tcltk-shlibs, 
numarray-py%type_pkg[python] (>= 1.5.2-1), numeric-py%type_pkg[python] (>= 
24.2-1), freetype219-shlibs, tetex-base, scipy-core-py%type_pkg[python] (>= 
1.0-1) 
 BuildDepends: pygtk2-py%type_pkg[python]-dev, tcltk-dev, glib2-dev, gtk+2-dev, 
atk1, pango1-xft2-dev, libgettext3-dev, gettext-bin, gettext-tools, 
libiconv-dev, pkgconfig, freetype219, libpng3
 Source: mirror:sourceforge:matplotlib/matplotlib-%v.tar.gz
-Source-MD5: af3015ceae28ab385dbe9f30c6d2f83e
-Type: python (2.3 2.4)
+Source-MD5: 30c30e10d2338c56ae5b31f0adf325f5
+Type: python (2.3 2.4 2.5)
 GCC: 4.0
 NoSetCPPFLAGS: True
 SetCPPFLAGS: -I%p/include/pygtk-2.0 -I%p/lib/freetype219/include/freetype2


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sci matplotlib-basemap-py.info, 1.4, 1.5

2006-09-28 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8242

Modified Files:
matplotlib-basemap-py.info 
Log Message:
added python 2.5 variant


Index: matplotlib-basemap-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/matplotlib-basemap-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- matplotlib-basemap-py.info  10 Sep 2006 14:50:15 -  1.4
+++ matplotlib-basemap-py.info  28 Sep 2006 16:39:19 -  1.5
@@ -2,13 +2,13 @@
 
 Package: matplotlib-basemap-py%type_pkg[python]
 Version: 0.9.2
-Revision: 1
+Revision: 2
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 Depends: python%type_pkg[python], matplotlib-py%type_pkg[python] (>= 0.87.3), 
matplotlib-basemap-data (>= 0.9)
 Source: mirror:sourceforge:matplotlib/basemap-%v.tar.gz
 Source-MD5: 1b2f7f654c007ca5cd98fcd18b85df61
 Replaces: matplotlib-basemap-py23, matplotlib-basemap-py24
-Type: python (2.3 2.4)
+Type: python (2.3 2.4 2.5)
 GCC: 4.0
 NoSetCPPFLAGS: True
 NoSetLDFLAGS: True


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/gnome pygtk2-py.info,1.2,1.3

2006-09-28 Thread Jeff Whitaker
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6264

Modified Files:
pygtk2-py.info 
Log Message:
added python 2.5 variant.


Index: pygtk2-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/pygtk2-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pygtk2-py.info  3 Feb 2006 16:41:50 -   1.2
+++ pygtk2-py.info  28 Sep 2006 16:34:43 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pygtk2-py%type_pkg[python]
 Version: 2.6.3
-Revision: 1001
+Revision: 1002
 Description: Python bindings for the GTK widget set
 DescDetail: <<
 PyGTK provides an object oriented interface that is slightly higher
@@ -58,7 +58,7 @@
 Replaces: pygtk2
 Source: mirror:gnome:sources/pygtk/2.6/pygtk-%v.tar.bz2
 Source-MD5: 5acd4a4f5807f93a80389c1e9af48808
-Type: python (2.3 2.4)
+Type: python (2.3 2.4 2.5)
 Patch: %{ni}.patch
 PatchScript: <<
   perl -pi -e 
's|#\!\s*/usr/bin/env\s+python.*|#\!%p/bin/python%type_raw[python]|' `find 
examples -name \*.py` codegen/*.py tests/*.py


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/games wesnoth-devel.info, NONE, 1.1

2006-09-28 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27717/10.3/unstable/main/finkinfo/games

Added Files:
wesnoth-devel.info 
Log Message:
backport from 10.4


--- NEW FILE: wesnoth-devel.info ---
Package: wesnoth-devel
Version: 1.1.10
Revision: 1
# 10.4 package for %v=1.1.10 begins at %r=11; must leapfrog it
GCC: 3.3
Source-MD5: 49e2efb48bfef1fec7741d1a7aec4d0b
Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.gz
SourceDirectory: wesnoth-%v
BuildDepends: sdl, sdl-mixer, sdl-image, sdl-ttf ( >= 2.0.6-1 ), sdl-net, 
fribidi-dev, fribidi, libpng3, freetype219, libiconv-dev, libgettext3-dev, 
gettext-tools
Conflicts: wesnoth
Depends: sdl-mixer-shlibs, sdl-shlibs, sdl-image-shlibs, sdl-ttf-shlibs ( >= 
2.0.6-1 ), sdl-net-shlibs, fribidi-shlibs, libpng3-shlibs, freetype219-shlibs, 
libiconv, libgettext3-shlibs
Description: Fantasy turn-based strategy game
DocFiles: ABOUT-NLS COPYING MANUAL MANUAL.brazilian MANUAL.catalan 
MANUAL.chinese_simplified MANUAL.czech MANUAL.danish MANUAL.french 
MANUAL.german MANUAL.hungarian MANUAL.indonesian MANUAL.italian MANUAL.japanese 
MANUAL.norwegian MANUAL.polish MANUAL.russian MANUAL.spanish MANUAL.swedish 
MANUAL.turkish 
ConfigureParams: --with-libintl-prefix=%p --enable-editor --enable-tools 
--enable-server --with-freetype-prefix=%p/lib/freetype219 
--with-freetype-exec-prefix=%p/lib/freetype219 --disable-dependency-tracking 
--without-x --disable-sdltest
DescDetail: <<
Battle for Wesnoth is a fantasy turn-based strategy game.
Battle for control of villages, using variety of units 
which have advantages and disadvantages in different types 
of terrains and against different types of attacks. Units 
gain experience and advance levels, and are carried over 
from one scenario to the next.

Features
* Build a Hero, and lead your army.
* Different races, with distinctive abilities, weapons and spells.
* GNU/Linux, Windows, MacOSX, BeOS, Solaris, FreeBSD and 
  OpenBSD compatible.

The purpose of this package is to track the latest development versions of
wesnoth.  The package `wesnoth' tracks the stable branch.  
<<
License: GPL
Maintainer: Jesse Alama <[EMAIL PROTECTED]>
Homepage: http://www.wesnoth.org/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits