[cvs] dists/10.4/unstable/main/finkinfo/libs pilot-link-py.info, 1.9, 1.10 pilot-link10.info, 1.9, 1.10 pilot-link-py.patch, 1.1, NONE

2007-02-22 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26690

Modified Files:
pilot-link-py.info pilot-link10.info 
Removed Files:
pilot-link-py.patch 
Log Message:
Upstream pilot-link update.
pilot-link-py.patch wasn't used anyway, so get rid of it.

Index: pilot-link-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pilot-link-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pilot-link-py.info  13 Jan 2007 21:31:51 -  1.9
+++ pilot-link-py.info  23 Feb 2007 03:55:39 -  1.10
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pilot-link-py%type_pkg[python]
-Version: 0.12.1
-Revision: 13
+Version: 0.12.2
+Revision: 11
 Type: python (2.3 2.4 2.5)
 ###
 #Keep %v in sync with that in ./pilot-link10
@@ -14,37 +14,67 @@
 Replaces: pilot-link-python, pilot-link9-py%type_pkg[python]
 ###
 Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
-Source-MD5: 80579c6f68eb583f54294d5651c4632b
-SourceDirectory: pilot-link-%v/bindings/Python
+Source-MD5: c1f4db8f32a2ee916fedb9a2dac8aa26
 ###
 PatchScript: <<
-  head -n 23 src/pisock.i > LICENSE
-  perl -ni -e 'print unless /_dirs/' setup.py
+#!/bin/sh -ev
+  cd bindings/Python
+  head -n 23 src/pisock.i > ../../LICENSE
+  perl -ni -e 'print unless /_dirs/' setup.py.in
 <<
 ###
 SetCPPFLAGS: -I%p/lib/pilot-link10/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib
-
 ###
-DocFiles: README TODO LICENSE
+DocFiles: bindings/Python/README bindings/Python/TODO LICENSE
 ###
+ConfigureParams: <<
+--libdir=%p/lib/%n/lib \
+--includedir=%p/lib/%n/include \
+--enable-conduits \
+--without-perl \
+--with-pic \
+--with-readline \
+--enable-shared \
+--enable-static \
+--without-java \
+--with-python \
+--with-libiconv=%p \
+--with-libpng=%p \
+--disable-debug \
+--disable-dependency-tracking \
+--without-included-popt \
+--mandir=%p/share/man
+<<
 CompileScript: <<
+#!/bin/sh -ev
+  ./configure %c 
+  cd bindings/Python
   %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
+#!/bin/sh -ev
+  cd bindings/Python
   %p/bin/python%type_raw[python] setup.py install --root=%d
 <<
 ###
 Description: Palm libraries -- Python bindings  
 DescDetail: <<
-  Pilot-Link is the tools and toys needed to connect your Palm or Palm
+Pilot-Link is the tools and toys needed to connect your Palm or Palm
   compatible handheld (including Handspring, Sony, and Palm) with Unix
   and Linux machines.
   This package builds the Python bindings.
 <<
 DescPackaging: <<
+Upstream refactored their build process for 0.12.2, so we had to follow suit.
+
+Renamed to pilot-link-pyXXX for >0.12.0, since the pythonmods themselves aren't
+libversioned.
+
 Conflict/replace the corresponing pilot-link9-py package due to 
 file overlap
+
+configure finds /sw/bin/python, but that doesn't really matter, since we don't 
rely on that.
 <<
 ###
 License: BSD

--- pilot-link-py.patch DELETED ---

Index: pilot-link10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pilot-link10.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pilot-link10.info   13 Jan 2007 21:31:51 -  1.9
+++ pilot-link10.info   23 Feb 2007 03:55:39 -  1.10
@@ -42,10 +42,7 @@
 --without-included-popt \
 --mandir=%p/share/man 
 <<
-CompileScript: <<
-  ./configure %c
-  make
-<<
+##
 InstallScript: <<
 make -j1 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.4/unstable/main/finkinfo/libs/perlmods pilot-link-pm.info, 1.7, 1.8 pilot-link-pm.patch, 1.1, 1.2

2007-02-22 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26690/perlmods

Modified Files:
pilot-link-pm.info pilot-link-pm.patch 
Log Message:
Upstream pilot-link update.
pilot-link-py.patch wasn't used anyway, so get rid of it.

Index: pilot-link-pm.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/pilot-link-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pilot-link-pm.patch 2 Sep 2006 14:52:37 -   1.1
+++ pilot-link-pm.patch 23 Feb 2007 03:55:39 -  1.2
@@ -1,10 +1,10 @@
-diff -Nurd -x'*~' Perl/Makefile.PL Perl.new/Makefile.PL
 Perl/Makefile.PL   2006-08-29 14:25:52.0 -0400
-+++ Perl.new/Makefile.PL   2006-08-29 14:23:16.0 -0400
+diff -Nurd Perl/Makefile.PL.in Perl.new/Makefile.PL.in 
+--- Perl/Makefile.PL.in2006-03-15 07:44:07.0 -0500
 Perl.new/Makefile.PL.in2007-02-22 15:04:44.0 -0500
 @@ -4,7 +4,7 @@
  
- $prefix = "/usr/local";
- $exec_prefix = "${prefix}";
+ $prefix = "@prefix@";
+ $exec_prefix = "@exec_prefix@";
 -$libdir = "../../libpisock/.libs";
 +$libdir = "${prefix}/lib/pilot-link10/lib";
  
@@ -12,10 +12,10 @@
  
 @@ -38,7 +38,7 @@
  'NAME'   => 'PDA::Pilot',
- 'VERSION'=> '0.12.0',
+ 'VERSION'=> '@[EMAIL PROTECTED]@[EMAIL 
PROTECTED]@PILOT_LINK_MINOR@@PILOT_LINK_PATCH@',
  'XSPROTOARG' => '-noprototypes',
 -'INC'=> "-I$plincdir",
-+  'INC'=> "-I${prefix}/lib/pilot-link10/include",
++'INC'=> "-I${prefix}/lib/pilot-link10/include",
  'DEFINE' => '-DPERL_POLLUTE',
  'PREFIX' => "$prefix",
  'INSTALLDIRS'=> 'vendor',

Index: pilot-link-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/pilot-link-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pilot-link-pm.info  11 Oct 2006 13:26:47 -  1.7
+++ pilot-link-pm.info  23 Feb 2007 03:55:39 -  1.8
@@ -1,13 +1,17 @@
 Info2: <<
 Package: pilot-link-pm%type_pkg[perl]
-Version: 0.12.1
-Revision: 12
+Version: 0.12.2
+Revision: 11
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 ###
 #Keep %v in sync with that in pilot-link10
 ###
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
+UpdatePOD: true
+NoPerlTests: true
+###
 Depends: pilot-link10-shlibs (>=%v-11), perl%type_pkg[perl]-core
-BuildDepends: pilot-link10 (>=%v-11)
+BuildDepends: pilot-link10 (>=%v-11), fink (>= 0.24.12)
 Replaces: <<
 pilot-link9-perl, 
 (%type_pkg[perl] = 581) pilot-link-perl581, 
@@ -20,37 +24,74 @@
 <<
 ###
 Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
-Source-MD5: 80579c6f68eb583f54294d5651c4632b
-SourceDirectory: pilot-link-%v/bindings/Perl
+Source-MD5: c1f4db8f32a2ee916fedb9a2dac8aa26
+#SourceDirectory: pilot-link-%v/bindings/Perl
 ###
-Patch: %{ni}.patch
+PatchFile: %{ni}.patch
+PatchFile-MD5: c4004f1a76eade1cab1a6f0b3a4524fe
 PatchScript: <<
-  perl -pi -e 's,(prefix =).*,\1 "%p";,' Makefile.PL
-  head -n 19 Pilot.xs > LICENSE
+#!/bin/sh -ev
+  cd bindings/Perl 
+  patch -p1 <%{PatchFile}
+  perl -pi -e 's,(prefix =).*,\1 "%p";,' Makefile.PL.in
+  head -n 19 Pilot.xs > ../../LICENSE
 <<
 ###
-Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)
-UpdatePOD: true
-NoPerlTests: true
+ConfigureParams: <<
+--enable-conduits \
+--with-perl \
+--with-pic \
+--with-readline \
+--enable-shared \
+--enable-static \
+--without-java \
+--without-python \
+--disable-debug \
+--disable-dependency-tracking \
+--without-included-popt
+<<
+CompileScript: <<
+#!/bin/sh -ev
+./configure %c
+cd bindings/Perl
+%{default_script}
+<<
 ###
-DocFiles: ../../COPYING.LIB LICENSE README
+InstallScript: << 
+#!/bin/sh -ev
+cd bindings/Perl
+%{default_script}
+make install DESTDIR=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level
+install -d %i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level/PDA
+install dump.pl Pilot.pm 
%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level/PDA
+rm -r %i/lib/perl5/5.8.8/darwin-thread-multi-2level/%p
+<<
+###
+DocFiles: COPYING.LIB LICENSE bindings/Perl/README
 ###
 Description: Palm libraries -- Perl bindings
 DescDetail: <<
   Pilot-Link is the tools and toys needed to connect your Palm or Palm
   compatible handheld (including Handspring, Sony, and Palm) with Unix
-  and Linux machines.
+  and Linux machines.  
+  This package builds the Perl bindings for Pilot-Link.
 <<
 DescPackaging: <<
+  Upstream refactored their build process for 0.12.2, so we had to follow suit.
+
+  Renamed to pilot-link-pmXXX for >0.12.0, since the perlmods themselves aren't
+  libversioned.
+
   Renamed from -perlXXX to -pmXXX in 0.11.8-101/0.11.8-1101
-  Renamed to pilot-link-pmXXX for 0.12.0, since the perlmods themselves aren't
-  libversioned
 
 

[cvs] dists/10.3/unstable/main/finkinfo/libs libxslt.info,1.28,1.29

2007-02-23 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24574

Modified Files:
libxslt.info 
Log Message:
Fix versioned *Depend on libxml2*

Index: libxslt.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libxslt.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- libxslt.info1 Feb 2007 04:45:52 -   1.28
+++ libxslt.info23 Feb 2007 17:11:09 -  1.29
@@ -3,7 +3,7 @@
 Revision: 1
 BuildDependsOnly: true
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
-BuildDepends: gdbm3, libiconv-dev, libxml2 (>= 2.6.25-1)
+BuildDepends: gdbm3, libiconv-dev, libxml2 (>= 2.6.27-1)
 Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r)
 Source: mirror:gnome:sources/%n/1.1/%n-%v.tar.bz2
 Source-MD5: aa0b4817c38104d9a724ee12b81e286e
@@ -38,7 +38,7 @@
 SplitOff2: <<
Package: %N-bin
Replaces: %N (<= 1.1.8-1)
-   Depends: %N-shlibs (= %v-%r), libiconv, libxml2-shlibs (>= 2.6.25-1)
+   Depends: %N-shlibs (= %v-%r), libiconv, libxml2-shlibs (>= 2.6.27-1)
Description: XML stylsheet transformation utility (xsltproc)
Files: bin/xsltproc share/man/man1/xsltproc.1
DocFiles: README COPYING AUTHORS ChangeLog Copyright FEATURES NEWS TODO


-
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 libxslt.info,1.29,1.30

2007-02-23 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25290

Modified Files:
libxslt.info 
Log Message:
DescPackaging fix

Index: libxslt.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libxslt.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- libxslt.info23 Feb 2007 17:11:09 -  1.29
+++ libxslt.info23 Feb 2007 17:12:14 -  1.30
@@ -50,7 +50,7 @@
 DescPackaging: <<
Uses pkgconfig.
Any package which BuildDepends on this one must also BuildDepend on:
-   libxml2 (>= 2.6.25-1)
+   libxml2 (>= 2.6.27-1)
 
xsltproc moved from %N in 1.1.8-1 to %N-bin in 1.1.8-2 because pkgs
need it at runtime but %N is the headers and is BuildDepensOnly: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/libs/perlmods pilot-link-pm.info, 1.8, 1.9

2007-02-23 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30645

Modified Files:
pilot-link-pm.info 
Log Message:
How about we remove the extra %p directory for every Perl version?

Index: pilot-link-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/pilot-link-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pilot-link-pm.info  23 Feb 2007 03:55:39 -  1.8
+++ pilot-link-pm.info  23 Feb 2007 17:26:30 -  1.9
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pilot-link-pm%type_pkg[perl]
 Version: 0.12.2
-Revision: 11
+Revision: 12
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 ###
 #Keep %v in sync with that in pilot-link10
@@ -64,7 +64,7 @@
 make install DESTDIR=%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level
 install -d %i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level/PDA
 install dump.pl Pilot.pm 
%i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level/PDA
-rm -r %i/lib/perl5/5.8.8/darwin-thread-multi-2level/%p
+rm -rf %i/lib/perl5/%type_raw[perl]/darwin-thread-multi-2level%p
 <<
 ###
 DocFiles: COPYING.LIB LICENSE bindings/Perl/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.4/unstable/main/finkinfo/libs libxslt.info,1.5,1.6

2007-02-23 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31044

Modified Files:
libxslt.info 
Log Message:
Fix *Depends on libxml2*

Index: libxslt.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libxslt.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libxslt.info1 Feb 2007 04:45:52 -   1.5
+++ libxslt.info23 Feb 2007 17:27:21 -  1.6
@@ -3,7 +3,7 @@
 Revision: 1
 BuildDependsOnly: true
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
-BuildDepends: gdbm3, libiconv-dev, libxml2 (>= 2.6.25-1)
+BuildDepends: gdbm3, libiconv-dev, libxml2 (>= 2.6.27-1)
 Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r)
 Source: mirror:gnome:sources/%n/1.1/%n-%v.tar.bz2
 Source-MD5: aa0b4817c38104d9a724ee12b81e286e
@@ -38,7 +38,7 @@
 SplitOff2: <<
Package: %N-bin
Replaces: %N (<= 1.1.8-1)
-   Depends: %N-shlibs (= %v-%r), libiconv, libxml2-shlibs (>= 2.6.25-1)
+   Depends: %N-shlibs (= %v-%r), libiconv, libxml2-shlibs (>= 2.6.27-1)
Description: XML stylsheet transformation utility (xsltproc)
Files: bin/xsltproc share/man/man1/xsltproc.1
DocFiles: README COPYING AUTHORS ChangeLog Copyright FEATURES NEWS TODO
@@ -50,7 +50,7 @@
 DescPackaging: <<
Uses pkgconfig.
Any package which BuildDepends on this one must also BuildDepend on:
-   libxml2 (>= 2.6.25-1)
+   libxml2 (>= 2.6.27-1)
 
xsltproc moved from %N in 1.1.8-1 to %N-bin in 1.1.8-2 because pkgs
need it at runtime but %N is the headers and is BuildDepensOnly: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/libs pilot-link10.info, 1.10, 1.11

2007-02-23 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10352

Modified Files:
pilot-link10.info 
Log Message:
Should commit this since the other pilot* stuff depends on it, rather than
hoarding it in my local tree.

Index: pilot-link10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pilot-link10.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pilot-link10.info   23 Feb 2007 03:55:39 -  1.10
+++ pilot-link10.info   23 Feb 2007 19:15:50 -  1.11
@@ -1,5 +1,5 @@
 Package: pilot-link10
-Version: 0.12.1
+Version: 0.12.2
 Revision: 11
 ###
 # Make sure to keep %v for ./pilot-link-py.info and 
@@ -17,7 +17,7 @@
 BuildConflicts: lclint
 ###
 Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
-Source-MD5: 80579c6f68eb583f54294d5651c4632b
+Source-MD5: c1f4db8f32a2ee916fedb9a2dac8aa26
 ###
 #PatchScript: sed -e's,@FINKPREFIX@,%p,' < %a/%n.patch | patch -p1
 ###
@@ -42,7 +42,10 @@
 --without-included-popt \
 --mandir=%p/share/man 
 <<
-##
+CompileScript: <<
+  ./configure %c
+  make
+<<
 InstallScript: <<
 make -j1 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.4/unstable/main/finkinfo/graphics subtitleripper.info, 1.1, 1.2

2007-02-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9741/main/finkinfo/graphics

Modified Files:
subtitleripper.info 
Log Message:
Updated revision from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1660067&group_id=17203&atid=414256

Index: subtitleripper.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/subtitleripper.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- subtitleripper.info 20 Sep 2006 21:54:06 -  1.1
+++ subtitleripper.info 24 Feb 2007 13:39:49 -  1.2
@@ -1,7 +1,8 @@
 Package: subtitleripper
 Version: 0.3-4
-Revision: 1
-Depends: transcode, gocr, libpng3-shlibs, netpbm10-shlibs
+Revision: 2
+Depends: libpng3-shlibs, netpbm10-shlibs
+Recommends: transcode, gocr
 BuildDepends:  libpng3, netpbm10 
 Source: mirror:sourceforge:%n/%n-%v.tgz
 Source-MD5: c0bd49a88f667c68c4430ad25bbed510
@@ -14,11 +15,14 @@
 
 CompileScript: <<
   make
+  perl -i -p -e 
"s|^PATH_TO_LANGUAGE_FILTER=.*$|PATH_TO_LANGUAGE_FILTER=%p/share/subtitleripper/|"
 pgm2txt
 <<
 
 InstallScript: <<
   install -d %i/bin
-  install pgm2txt srttool subtitle2pgm vobsub2pgm %i/bin
+  install pgm2txt srttool subtitle2pgm subtitle2vobsub vobsub2pgm %i/bin
+  install -d %i/share/%n
+  install gocrfilter*.sed %i/share/%n
 <<
 
 DocFiles: ChangeLog README*
@@ -31,6 +35,13 @@
 the subtitle images into ASCII text. Please note that the conversion
 into ASCII is not part of this package but requires an OCR program
 like gocr.
+
+Besides programs to convert DVD subtitles to images (subtitle2pgm)
+or VobSub files (subtitle2vobsub), and to convert VobSub files to
+images (vobsub2pgm), this package provides a help script to call gocr
+on the images (pgm2txt), as well as a tool to do common manipulations
+(such as renumberings or time adjustments) on textual subtitles in
+the resulting subrip format (srttool).
 <<
 
 License: GPL


-
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/editors ebib.info, 1.7, 1.8 ebib.patch, 1.6, 1.7

2007-02-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23372/main/finkinfo/editors

Modified Files:
ebib.info ebib.patch 
Log Message:
New upstream from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1663838&group_id=17203&atid=414256

Index: ebib.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/ebib.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ebib.patch  14 Feb 2007 16:55:19 -  1.6
+++ ebib.patch  24 Feb 2007 14:14:05 -  1.7
@@ -1,15 +1,15 @@
-diff -Naur --exclude='*~' ebib-1.0.0/fink/README.fink 
ebib-1.0.0.fink/fink/README.fink
 ebib-1.0.0/fink/README.fink1969-12-31 16:00:00.0 -0800
-+++ ebib-1.0.0.fink/fink/README.fink   2006-12-16 19:10:14.0 -0800
+diff -Naur --exclude='*~' ebib-1.1.5/fink/README.fink 
ebib-1.1.5.fink/fink/README.fink
+--- ebib-1.1.5/fink/README.fink1969-12-31 16:00:00.0 -0800
 ebib-1.1.5.fink/fink/README.fink   1976-04-01 09:25:43.0 -0800
 @@ -0,0 +1,5 @@
 +This package was finkied by Jesse Alama <[EMAIL PROTECTED]>.  The
 +upstream maintainer is Joost Kremers
 +<[EMAIL PROTECTED]>.  It was downloaded from the ebib
 +homepage: http://ebib.sourceforge.net .  The license is contained in
 +the file `ebib.el' in @PREFIX@/share/emacs/site-lisp/ebib .
-diff -Naur --exclude='*~' ebib-1.0.0/fink/emacsen-install 
ebib-1.0.0.fink/fink/emacsen-install
 ebib-1.0.0/fink/emacsen-install1969-12-31 16:00:00.0 -0800
-+++ ebib-1.0.0.fink/fink/emacsen-install   2006-08-04 19:13:59.0 
-0700
+diff -Naur --exclude='*~' ebib-1.1.5/fink/emacsen-install 
ebib-1.1.5.fink/fink/emacsen-install
+--- ebib-1.1.5/fink/emacsen-install1969-12-31 16:00:00.0 -0800
 ebib-1.1.5.fink/fink/emacsen-install   2007-02-19 13:00:01.0 
-0800
 @@ -0,0 +1,35 @@
 +#!/bin/bash -e
 +#
@@ -46,9 +46,9 @@
 +echo >&2 "install/ebib: Compilation log saved in 
@PREFIX@/share/doc/ebib/CompilationLog-${FLAVOR}.gz."
 +
 +exit 0
-diff -Naur --exclude='*~' ebib-1.0.0/fink/emacsen-remove 
ebib-1.0.0.fink/fink/emacsen-remove
 ebib-1.0.0/fink/emacsen-remove 1969-12-31 16:00:00.0 -0800
-+++ ebib-1.0.0.fink/fink/emacsen-remove2006-08-04 15:08:50.0 
-0700
+diff -Naur --exclude='*~' ebib-1.1.5/fink/emacsen-remove 
ebib-1.1.5.fink/fink/emacsen-remove
+--- ebib-1.1.5/fink/emacsen-remove 1969-12-31 16:00:00.0 -0800
 ebib-1.1.5.fink/fink/emacsen-remove1976-04-01 09:25:43.0 
-0800
 @@ -0,0 +1,21 @@
 +#!/bin/bash -e
 +#
@@ -71,5 +71,3 @@
 +echo >&2 "done."
 +
 +exit 0
-
-

Index: ebib.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/ebib.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ebib.info   14 Feb 2007 17:38:32 -  1.7
+++ ebib.info   24 Feb 2007 14:14:05 -  1.8
@@ -2,11 +2,11 @@
 Depends: emacsen
 Description: Maintain BibTeX databases with emacs
 Homepage: http://ebib.sourceforge.net
-Version: 1.0.0
-Revision: 2
+Version: 1.1.5
+Revision: 1
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 8b93e59993c743d4b1139515dd4d89a0
+Source-MD5: 399c317db53dc521fb4398fdb4c1d9a9
 License: OSI-Approved
 DocFiles: README ebib/*.html fink/README.fink ChangeLog
 InfoDocs: ebib
@@ -107,5 +107,3 @@
 
 to your emacs initialization 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-commits


[cvs] dists/10.4/unstable/main/finkinfo/games xbl.info,NONE,1.1

2007-02-25 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27292/main/finkinfo/games

Added Files:
xbl.info 
Log Message:
New package from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1665473&group_id=17203&atid=414256

--- NEW FILE: xbl.info ---
Package: xbl
Version: 1.1.5
Revision: 1
Description: XBlockout - Block dropping game in 3D
License: GPL
Maintainer: Brian Gernhardt <[EMAIL PROTECTED]>
Depends: x11, app-defaults
BuildDepends: x11-dev
Source: http://bat710.univ-lyon1.fr/ftp/xbl/xbl-%v.tar.gz
Source-MD5: f618cb6fc20314683c20679d063e1b37
CompileScript: <<
./configure %c
make prefix=%p BINDIR=%p/bin SCOREDIR=%p/share/xbl \
  MANPATH=%p/share/man RESOURCEDIR=%p/etc/app-defaults \
  USE_SETGID=
<<
InstallScript: <<
mkdir -p %i/bin %i/share/xbl %i/share/man/man1 %i/etc/app-defaults
printf "\\n\\n" | \
make install prefix=%i BINDIR=%i/bin SCOREDIR=%i/share/xbl \
  MANPATH=%i/share/man RESOURCEDIR=%i/etc/app-defaults \
  USE_SETGID=
<<
DocFiles: COPYING xbl-README
Homepage: http://bat710.univ-lyon1.fr/ftp/xbl/xbl.html


-
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 gnucash2.info,1.7,1.8

2007-02-25 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29730/crypto/finkinfo

Modified Files:
gnucash2.info 
Log Message:
New upstream version
http://sourceforge.net/tracker/index.php?func=detail&aid=1664833&group_id=17203&atid=414256

Index: gnucash2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/gnucash2.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gnucash2.info   1 Feb 2007 02:33:31 -   1.7
+++ gnucash2.info   25 Feb 2007 22:17:20 -  1.8
@@ -1,6 +1,6 @@
 Package: gnucash2
-Version: 2.0.4
-Revision: 4
+Version: 2.0.5
+Revision: 1
 Description: Financial-accounting software
 License: GPL
 Maintainer: Dave Reiser <[EMAIL PROTECTED]>
@@ -25,8 +25,8 @@
 BuildConflicts: gtkhtml-dev
 Replaces: gnucash, gnucash-dev, gnucash-hcbi, gnucash-ofx, gnucash-sql
 Suggests: gnucash2-docs (>= 2.0.1)
-Source: mirror:sourceforge:gnucash/gnucash-%v.tar.gz
-Source-MD5: 75b5f2674d8d9998503bb5639ac41e6b
+Source: mirror:sourceforge:gnucash/gnucash-%v.tar.bz2
+Source-MD5: 28f9b160fc01c4e597aca4c53d71fafe
 SetCPPFLAGS: -I/usr/X11R6/include -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --enable-error-on-warning=no --disable-dependency-tracking 
--disable-schemas-install --enable-ofx --enable-hbci --disable-sql
@@ -125,5 +125,3 @@
 Homepage: http://www.gnucash.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


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods extutils-depends-pm.info, 1.4, 1.5 extutils-pkgconfig-pm.info, 1.4, 1.5 glib-pm.info, 1.9, 1.10 gtk2-pm.info, 1.9, 1.10

2007-02-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21616

Modified Files:
extutils-depends-pm.info extutils-pkgconfig-pm.info 
glib-pm.info gtk2-pm.info 
Log Message:
Add some 5.8.8 versions

Index: extutils-depends-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/extutils-depends-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- extutils-depends-pm.info20 Jun 2006 17:26:59 -  1.4
+++ extutils-depends-pm.info26 Feb 2007 21:03:35 -  1.5
@@ -11,7 +11,7 @@
 Source: 
mirror:cpan:authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-Depends-%v.tar.gz
 Source-MD5: 02c22a93ec9efb8e457764114ce24eb4
 ###
-Type: perl (5.8.1 5.8.6)
+Type: perl (5.8.1 5.8.6 5.8.8)
 UpdatePOD: true
 ###
 InstallScript: <<

Index: extutils-pkgconfig-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/extutils-pkgconfig-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- extutils-pkgconfig-pm.info  20 Jun 2006 17:26:59 -  1.4
+++ extutils-pkgconfig-pm.info  26 Feb 2007 21:03:35 -  1.5
@@ -10,7 +10,7 @@
 Source: 
mirror:cpan:authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-PkgConfig-%v.tar.gz
 Source-MD5: a8cf945d09c6458cb27228218e9a2f45
 ###
-Type: perl (5.8.1 5.8.6)
+Type: perl (5.8.1 5.8.6 5.8.8)
 UpdatePOD: true
 ###
 InstallScript: <<

Index: gtk2-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/gtk2-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gtk2-pm.info20 Jun 2006 17:29:54 -  1.9
+++ gtk2-pm.info26 Feb 2007 21:03:35 -  1.10
@@ -25,7 +25,7 @@
 Source: mirror:cpan:authors/id/T/TS/TSCH/Gtk2-%v.tar.gz
 Source-MD5: b7c9fc25329f507d263899699dc7ff09
 ###
-Type: perl (5.8.1 5.8.6)
+Type: perl (5.8.1 5.8.6 5.8.8)
 UpdatePOD: true
 ###
 NoPerlTests: true

Index: glib-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/glib-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- glib-pm.info19 Dec 2006 08:06:13 -  1.9
+++ glib-pm.info26 Feb 2007 21:03:35 -  1.10
@@ -22,7 +22,7 @@
 Source-MD5: 60e26957f890accb29b755fd9ce57a57
 ###
 # cannot be used with perl < 5.8.0
-Type: perl (5.8.1 5.8.6)
+Type: perl (5.8.1 5.8.6 5.8.8)
 UpdatePOD: true
 ###
 InstallScript: <<


-
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 libxmi.info,NONE,1.1

2007-02-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22976/main/finkinfo/libs

Added Files:
libxmi.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1656325&group_id=17203&atid=414256

--- NEW FILE: libxmi.info ---
Package: libxmi
Version: 1.2
Revision: 1
Depends: %N-shlibs (= %v-%r)
Source: mirror:gnu:%n/%n-%v.tar.gz
Maintainer: Pete Woods <[EMAIL PROTECTED]>
HomePage: http://www.gnu.org/software/libxmi
License: LGPL
Description: The GNU 2-D rasterization library
Source-MD5: 4e6935484f0ad71b531920bf4c546b47
DocFiles: AUTHORS COPYING README ChangeLog NEWS TODO
InfoDocs: libxmi.info
UpdateConfigGuess: true
UpdateLibtool: true
ConfigureParams: --enable-shared
BuildDependsOnly: true
InstallScript: <<
#! /bin/sh -ev
make install prefix=%i mandir=%i/share/man infodir=%i/share/info 
datadir=%i/share/doc/%n
<<
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libxmi.*.dylib
  Description: Shared libraries for libxmi package
  DocFiles: AUTHORS COPYING README ChangeLog NEWS TODO
  Shlibs: %p/lib/libxmi.0.dylib 2.0.0 %n (>= 1.2-1)
<<


-
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/graphics enblend-3.0.patch, NONE, 1.1 enblend.info, 1.7, 1.8 enblend.patch, 1.1, NONE

2007-02-27 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1920/main/finkinfo/graphics

Modified Files:
enblend.info 
Added Files:
enblend-3.0.patch 
Removed Files:
enblend.patch 
Log Message:
New upstream version.
New maintainer.

--- enblend.patch DELETED ---

Index: enblend.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/enblend.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- enblend.info9 Apr 2006 16:24:58 -   1.7
+++ enblend.info27 Feb 2007 17:39:29 -  1.8
@@ -1,28 +1,42 @@
 Package: enblend
-Version: 2.5
-Revision: 1023
-Description: Image compositing tool
+Version: 3.0
+Revision: 11
+
 License: GPL
-Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+Maintainer: Pete Woods <[EMAIL PROTECTED]>
 
-Depends: boost1.32-py24-shlibs (>= 1.32.0-1002), libtiff-shlibs
-BuildDepends: boost1.32-py24 (>= 1.32.0-1002), libtiff
+Depends: lcms-shlibs, libtiff-shlibs, glew-shlibs, libxmi-shlibs, 
boost1.33-shlibs
+BuildDepends: lcms, libtiff, boost1.33, glew, libxmi, automake1.9
 BuildConflicts: vigra
-GCC: 4.0
 
+GCC: 4.0
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: d760e27fa1fa0395c07cc9d1bb1ea3cc
-Patch: %n.patch
+Source-MD5: f80a12ff91a6122c5ea0d102443929da 
+Patch: %n-%v.patch
+
+UpdateConfigGuess: true
+UpdateLibtool: true
+SetCPPFLAGS: -fpermissive -Wno-long-double
+SetLDFLAGS: -framework GLUT -framework OpenGL -lstdc++
 
-SetCPPFLAGS: -Wno-long-double
-SetLIBS: -L%p/lib
-NoSetLDFLAGS: true
 ConfigureParams: --disable-dependency-tracking --mandir='${prefix}/share/man'
 
+CompileScript: <<
+aclocal
+automake-1.9 -a
+autoconf
+./configure %c
+make
+<<
+
+
 InstallScript: make install DESTDIR=%d
-DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README* TODO VIGRA*
 
+DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README* TODO VIGRA*
 Homepage: http://enblend.sourceforge.net/
+
+Description: Blends seams in a panoramic image mosaic
+
 DescDetail: <<
 Enblend is a tool for compositing images.  Given a set of images that
 overlap in some irregular way, Enblend overlays them in such a way that the

--- NEW FILE: enblend-3.0.patch ---
diff -ru enblend-3.0.orig/configure.in enblend-3.0/configure.in
--- enblend-3.0.orig/configure.in   2007-01-27 04:54:39.0 +
+++ enblend-3.0/configure.in2007-02-15 22:32:19.0 +
@@ -18,9 +18,9 @@
 AC_CHECK_LIB(tiff,TIFFOpen,,AC_MSG_WARN([libtiff is required to compile 
enblend.]),[])
 AC_CHECK_LIB(lcms,cmsCreateTransform,,AC_MSG_WARN([liblcms is required to 
compile enblend.]),[])
 AC_CHECK_LIB(xmi,miNewPaintedSet,,AC_MSG_WARN([libxmi is required to compile 
enblend.]),[])
-AC_CHECK_LIB(glut,glutInitDisplayMode,,AC_MSG_WARN([GLUT is required to 
compile enblend.]),[-lGL -lGLU])
-AC_CHECK_LIB(GLU,gluBeginCurve,,AC_MSG_WARN([libGLU is required to compile 
enblend.]),[])
-AC_CHECK_LIB(GL,glBegin,,AC_MSG_WARN([libGL is required to compile 
enblend.]),[])
+#AC_CHECK_LIB(glut,glutInitDisplayMode,,AC_MSG_WARN([GLUT is required to 
compile enblend.]),[-lGL -lGLU])
+#AC_CHECK_LIB(GLU,gluBeginCurve,,AC_MSG_WARN([libGLU is required to compile 
enblend.]),[])
+#AC_CHECK_LIB(GL,glBegin,,AC_MSG_WARN([libGL is required to compile 
enblend.]),[])
 AC_CHECK_LIB(GLEW,glewInit,,AC_MSG_WARN([GLEW is required to compile 
enblend.]),[])
 #AC_CHECK_LIB(sh,main,,AC_MSG_WARN([libsh is required to compile enblend.]),[])
 #AC_CHECK_LIB(brook,main,,AC_MSG_WARN([BrookGPU runtime libraries are required 
to compile enblend.]),[-logl -lcpu -lgpu])
@@ -36,7 +36,7 @@
 AC_CHECK_HEADER(lcms.h,,AC_MSG_WARN([lcms header files are required to compile 
enblend.]))
 AC_CHECK_HEADER(xmi.h,,AC_MSG_WARN([xmi header files are required to compile 
enblend.]))
 AC_CHECK_HEADER(GL/glew.h,,AC_MSG_WARN([glew header files are required to 
compile enblend.]))
-AC_CHECK_HEADER(GL/glut.h,,AC_MSG_WARN([glut header files are required to 
compile enblend.]))
+AC_CHECK_HEADER(GLUT/glut.h,,AC_MSG_WARN([glut header files are required to 
compile enblend.]))
 #AC_CHECK_HEADER(GL/gl.h,,AC_MSG_WARN([OpenGL gl.h header file is required to 
compile enblend.]))
 #AC_CHECK_HEADER(GL/glx.h,,AC_MSG_WARN([OpenGL glx.h header file is required 
to compile enblend.]))
 #AC_CHECK_HEADER(sh/sh.hpp,,AC_MSG_WARN([libsh header files are required to 
compile enblend.]))
@@ -60,8 +60,8 @@
 AC_CHECK_FUNCS([floor memset pow rint sqrt strchr strerror strrchr mkstemp])
 
 # lrint and lrintf
-AC_C99_FUNC_LRINT
-AC_C99_FUNC_LRINTF
+#AC_C99_FUNC_LRINT
+#AC_C99_FUNC_LRINTF
 
 AC_CONFIG_FILES([Makefile
  doc/Makefile
Only in enblend-3.0: enblend-3.0.patch
diff -ru enblend-3.0.orig/src/anneal.h enblend-3.0/src/anneal.h
--- enblend-3.0.orig/src/anneal.h   2004-11-21 09:23:08.0 +
+++ enblend-3.0/src/anneal.h2007-02-15 22:32:19.0 +
@@ -399,7 +399,7 

[cvs] dists/10.4/unstable/main/finkinfo/sci blitz.info, NONE, 1.1 blitz.patch, NONE, 1.1

2007-02-27 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16587/main/finkinfo/sci

Added Files:
blitz.info blitz.patch 
Log Message:
New from tracker
https://sourceforge.net/tracker/index.php?func=detail&aid=1658098&group_id=17203&atid=414256

--- NEW FILE: blitz.patch ---
diff -urN blitz-0.9/Makefile.in blitz-0.9.patched/Makefile.in
--- blitz-0.9/Makefile.in   2005-10-15 06:20:40.0 +0200
+++ blitz-0.9.patched/Makefile.in   2007-02-12 08:26:32.0 +0100
@@ -297,9 +297,9 @@
 EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.zip \
ChangeLog.1 
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = blitz.pc blitz-uninstalled.pc
-DISTCLEANFILES = blitz.pc blitz.pc.in blitz-uninstalled.pc
+pkgconfigdir = $(datadir)/pkgconfig
+pkgconfig_DATA = blitz.pc
+DISTCLEANFILES = blitz.pc blitz.pc.in
 all: all-recursive
 
 .SUFFIXES:
diff -urN blitz-0.9/examples/Makefile.fink 
blitz-0.9.patched/examples/Makefile.fink
--- blitz-0.9/examples/Makefile.fink1970-01-01 01:00:00.0 +0100
+++ blitz-0.9.patched/examples/Makefile.fink2007-02-12 08:26:54.0 
+0100
@@ -0,0 +1,29 @@
+
+TARGETS =  array cartesian cast cfd complex-test convolve curldiv \
+deriv diff erf fixed indirect io iter 
matmult nested numinquire outer pauli \
+pick polymorph prettyprint qcd rand2 
random rangexpr reduce simple \
+slicing stencil2 stencil3 stencil 
stencilet storage tiny \
+transform useret where whitt
+
+CXXFLAGS = `pkg-config --cflags --libs blitz`
+
+.DEFAULT: all
+
+.PHONY: all clean bin run
+
+all: bin run
+   
+bin: $(TARGETS)
+
+% : %.cpp
+   $(CXX) -o $@ $^ $(CXXFLAGS)
+
+run: bin
+   @echo Running examples...
+   @for prog in $(TARGETS); do \
+   echo $$prog && (./$$prog > /dev/null 2>&1) || exit 1; \
+   done
+   @echo All tests passed.
+
+clean:
+   rm -f $(TARGETS)

--- NEW FILE: blitz.info ---
Package: blitz
Version: 0.9
Revision: 1
Description: C++ class library for scientific computing
License: Artistic/GPL
HomePage: http://www.oonumerics.org/blitz/
Maintainer: Michael Wild <[EMAIL PROTECTED]>
Depends: pkgconfig ( >= 0.20.1 )
BuildDependsOnly: True
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 031df2816c73e2d3bd6d667bbac19eca

Patch: %n.patch
GCC: 4.0
ConfigureParams: --infodir=%p/share/info CXX=g++ --disable-dependency-tracking 
--disable-doxygen
InstallScript: <<
  # install library
  make install DESTDIR=%d
  
  # create doc dir
  mkdir -p %i/share/doc/%n/html

  # install pdf/ps docs
  mv %i/share/doc/%n-%v/*.pdf %i/share/doc/%n/
  mv %i/share/doc/%n-%v/*.ps %i/share/doc/%n/

  # install html docs in the correct dir (without doxygen)
  rm -rf %i/share/doc/%n-%v/doxygen
  find %i/share/doc/%n-%v/ -type f -name *.md5 -exec rm -f {} \;
  mv %i/share/doc/%n-%v/* %i/share/doc/%n/html/

  # install examples
  mkdir -p %i/share/doc/%n/examples
  cp -R examples/* %i/share/doc/%n/examples/
  mv %i/share/doc/%n/examples/Makefile.fink  %i/share/doc/%n/examples/Makefile
  rm -f %i/share/doc/%n/examples/Makefile.*

  # now do the cleanup of the nonstandard doc dir
  rm -rf %i/share/doc/%n-%v
<<
InfoTest: <<
  TestScript: <<
make check-testsuite || exit 2
  <<
<<
DocFiles: README COPYING LEGAL AUTHORS ChangeLog NEWS
InfoDocs: blitz.info
DescDetail: <<
Blitz++ is a C++ class library for scientific computing
which provides performance on par with Fortran 77/90.
It uses template techniques to achieve high performance.
The current versions provide dense arrays and vectors,
random number generators, and small vectors and matrices.
DescPackaging:  doxygen docfile generation disabled
<<



-
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/x11 wine.info,1.5,1.6

2007-02-27 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18330/main/finkinfo/x11

Modified Files:
wine.info 
Log Message:
New upstream.  All I could do is run a diff since I don't have an i386 box, 
so don't blame me if it doesn't work.

Index: wine.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/wine.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wine.info   9 Jan 2007 18:21:09 -   1.5
+++ wine.info   27 Feb 2007 18:18:48 -  1.6
@@ -1,6 +1,6 @@
 Package: wine
-Version: 0.9.21
-Revision: 4
+Version: 0.9.30
+Revision: 1
 Description: Microsoft Windows compatibility layer
 License: LGPL
 Maintainer: Trevor Harmon <[EMAIL PROTECTED]>
@@ -28,7 +28,7 @@
 <<
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 4f9528529153399034ab807478887456
+Source-MD5: ac4e191d99386db1ed83723ac72e93ce
 
 PatchScript: perl -pi -e 's,install_name.*/,install_name %p/lib/,' configure
 NoSetCPPFLAGS: true
@@ -89,6 +89,8 @@
   %p/bin/wineprefixcreate
 
 This only needs to be done once.
+
+For a quick test of Wine, run %p/bin/notepad
 <<
 
 Homepage: http://www.winehq.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


[cvs] dists/10.4/unstable/main/finkinfo/games wesnoth.info, 1.5, 1.6 wesnoth.patch, 1.2, 1.3

2007-02-27 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19030/main/finkinfo/games

Modified Files:
wesnoth.info wesnoth.patch 
Log Message:
New upstream
http://sourceforge.net/tracker/index.php?func=detail&aid=1666773&group_id=17203&atid=414256


Index: wesnoth.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wesnoth.patch   14 Jan 2007 19:27:30 -  1.2
+++ wesnoth.patch   28 Feb 2007 00:54:51 -  1.3
@@ -1,6 +1,6 @@
-diff -Naur --exclude='*~' wesnoth-1.2/configure wesnoth-1.2.fink/configure
 wesnoth-1.2/configure  2006-12-23 08:04:09.0 -0600
-+++ wesnoth-1.2.fink/configure 2006-12-28 00:14:45.0 -0600
+diff -Naur --exclude='*~' wesnoth-1.2.2/configure wesnoth-1.2.2.fink/configure
+--- wesnoth-1.2.2/configure2007-02-20 13:26:22.0 -0800
 wesnoth-1.2.2.fink/configure   2007-02-22 21:06:04.0 -0800
 @@ -2534,76 +2534,9 @@
  
  { echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
@@ -85,28 +85,28 @@
  { 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
++if text "x$enable_sdltest" = "xyes" ; then
  OLD_CPPFLAGS=$CPPFLAGS
  OLD_CFLAGS=$CFLAGS
  OLD_LIBS=$LIBS
-@@ -13408,7 +13342,7 @@
- CPPFLAGS=$OLD_CPPFLAGS
+@@ -13409,6 +13343,8 @@
  CFLAGS=$OLD_CFLAGS
  LIBS=$OLD_LIBS
--
+ 
 +fi
++
  
  ###
  # Check for OGG support in SDL_mixer  #
-@@ -13425,6 +13359,7 @@
+@@ -13425,6 +13361,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  
++  if test "x$enable_sdltest" = "xyes" ; then
  OLD_CPPFLAGS=$CPPFLAGS
OLD_CFLAGS=$CFLAGS
  OLD_LIBS=$LIBS
-@@ -13501,6 +13436,7 @@
+@@ -13501,6 +13438,7 @@
  CPPFLAGS=$OLD_CPPFLAGS
CFLAGS=$OLD_CFLAGS
  LIBS=$OLD_LIBS
@@ -114,5 +114,3 @@
  fi
  fi
  
-
-

Index: wesnoth.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wesnoth.info18 Jan 2007 15:18:58 -  1.5
+++ wesnoth.info28 Feb 2007 00:54:51 -  1.6
@@ -1,9 +1,9 @@
 Package: wesnoth
-Version: 1.2.1
+Version: 1.2.2
 Revision: 11
 GCC: 4.0
-Source-MD5: 685deee0f92807eddb2b448c8997cd01
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: f7cc14661edabeeae36a6e9dc5472015
+Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 BuildDepends: sdl, sdl-mixer, sdl-image, sdl-ttf (>= 2.0.6-1017), sdl-net, 
fribidi-dev, fribidi, libpng3, freetype219, libiconv-dev, libgettext3-dev, 
gettext-tools
 Conflicts: wesnoth-devel
 Replaces: wesnoth-devel
@@ -126,5 +126,3 @@
   Description: Battle for Wesnoth campaign server
   Files: bin/campaignd:sbin/campaignd
 <<
-
-


-
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 pycrypto-py.info,1.2,1.3

2007-02-27 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1870/crypto/finkinfo

Modified Files:
pycrypto-py.info 
Log Message:
Add -py25
https://sourceforge.net/tracker/index.php?func=detail&aid=1670418&group_id=17203&atid=414256

Index: pycrypto-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/pycrypto-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pycrypto-py.info8 Nov 2006 07:19:03 -   1.2
+++ pycrypto-py.info28 Feb 2007 02:56:25 -  1.3
@@ -2,14 +2,14 @@
 
 Package: pycrypto-py%type_pkg[python]
 Version: 2.0.1
-Revision: 1
+Revision: 2
 Description: Cryptographic modules for Python
 DescDetail: <<
 Crytpographic algorithms MD5, AES, DES, IDEA, RSA, etc
 <<
 Source: http://www.amk.ca/files/python/crypto/pycrypto-%v.tar.gz
 Source-MD5: 4d5674f3898a573691ffb335e8d749cd
-Type: python (2.3 2.4)
+Type: python (2.3 2.4 2.5)
 Depends: python%type_pkg[python]
 CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build


-
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/net dovecot.info,1.1,1.2

2007-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18694/main/finkinfo/net

Modified Files:
dovecot.info 
Log Message:
New revision
http://sourceforge.net/tracker/index.php?func=detail&aid=1668440&group_id=17203&atid=414256


Index: dovecot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/dovecot.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dovecot.info3 Feb 2007 16:16:48 -   1.1
+++ dovecot.info28 Feb 2007 15:48:51 -  1.2
@@ -1,6 +1,6 @@
 Package: dovecot
 Version: 1.0.rc17
-Revision: 1
+Revision: 2
 
 Source: http://www.dovecot.org/releases/%n-%v.tar.gz
 
@@ -28,7 +28,7 @@
   copy %p/etc/pam.d/dovecot (or whereever you instaled Fink) to 
   /etc/pam.d/dovecot using the command:
 
-sudo cp %p/pam.d/dovecot /etc/pam.d
+sudo cp %p/etc/pam.d/dovecot /etc/pam.d
 
   To use SSL connections for IMAP and POP connections (RECOMMENDED), you will
   need to generate an SSL certificate. To generate the certificate:
@@ -96,6 +96,25 @@
   echo "accountrequired pam_permit.so" >> %i/etc/pam.d/dovecot
   echo "password   required pam_deny.so"   >> %i/etc/pam.d/dovecot
   echo "sessionrequired pam_uwtmp.so"  >> %i/etc/pam.d/dovecot
+
+  #
+  # Create logrotate task file
+  mkdir -p %i/etc/logrotate.d
+  echo "%p/var/log/dovecot.log {">> %i/etc/logrotate.d/dovecot
+  echo "weekly"  >> %i/etc/logrotate.d/dovecot
+  echo "missingok"   >> %i/etc/logrotate.d/dovecot
+  echo "rotate 7">> %i/etc/logrotate.d/dovecot
+  echo "compress">> %i/etc/logrotate.d/dovecot
+  echo "delaycompress"   >> %i/etc/logrotate.d/dovecot
+  echo "notifempty"  >> %i/etc/logrotate.d/dovecot
+  echo "create 640 root admin"   >> %i/etc/logrotate.d/dovecot
+  echo "sharedscripts"   >> %i/etc/logrotate.d/dovecot
+  echo "postrotate"  >> %i/etc/logrotate.d/dovecot
+  echo "if [ -f %p/var/run/dovecot/master.pid ]; then" 
>> %i/etc/logrotate.d/dovecot
+  echo "kill -USR1 \`cat 
%p/var/run/dovecot/master.pid\`">> %i/etc/logrotate.d/dovecot
+  echo "fi"  >> %i/etc/logrotate.d/dovecot
+  echo "endscript"   >> %i/etc/logrotate.d/dovecot
+  echo "}"   >> %i/etc/logrotate.d/dovecot
 <<
 
 PostInstScript: <<


-
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/web libapache2-mod-python-doc.info, NONE, 1.1 libapache2-mod-python-py.info, 1.3, 1.4

2007-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20298/main/finkinfo/web

Modified Files:
libapache2-mod-python-py.info 
Added Files:
libapache2-mod-python-doc.info 
Log Message:
Updated version from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1562973&group_id=17203&atid=414256


Index: libapache2-mod-python-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/libapache2-mod-python-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libapache2-mod-python-py.info   29 Jan 2006 19:24:12 -  1.3
+++ libapache2-mod-python-py.info   28 Feb 2007 15:53:22 -  1.4
@@ -2,32 +2,31 @@
 
 #=
 # $Id$
-Package: libapache2-mod-python-py%type_pkg[python]%type_pkg[-ssl]
-Version: 3.1.4
-Revision: 4
-Type: python (2.3 2.4), -ssl .
+Package: libapache2-mod-python-py%type_pkg[python]
+Version: 3.3.1
+Revision: 1
+Type: python (2.3 2.4 2.5)
 Description: Embeds the Python interpreter within Apache
 License: OSI-Approved
 Homepage: http://modpython.org/
-Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
+Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
 #=
 
 # Dependencies ---
 
-Depends: python%type_pkg[python] | python%type_pkg[python]-nox, 
apache2%type_pkg[-ssl] (>= 2.0.55-1010)
-BuildDepends: apache2%type_pkg[-ssl]-dev (>= 2.0.55-1010) , apr%type_pkg[-ssl] 
(>= 0.9.7-1011)
+Depends: python%type_pkg[python] | python%type_pkg[python]-nox, apache2 (>= 
2.0.55-1010)
+BuildDepends: apache2-dev (>= 2.0.55-1010), apr-dev (>= 0.9.7-1011), 
aprutil-dev ( >=0.9.12-12 )
 
 # Unpack phase ---
 
 Source: http://www.apache.org/dist/httpd/modpython/mod_python-%v.tgz
-Source-MD5: 607175958137b06bcda91110414c82a1
-PatchScript: patch -p0 < %a/libapache2-mod-python-py.patch
+Source-MD5: a3b0150176b726bd2833dac3a7837dc5
 
 # Compile phase --
 
 CompileScript: <<
 #!/bin/sh -ex
-./configure --prefix='%p' --with-apxs='%p/sbin/apxs' \
+./configure --prefix='%p' --with-apxs='%p/bin/apxs2' \
 --with-python='%p/bin/python%type_raw[python]'
 make
 <<
@@ -39,21 +38,16 @@
 InstallScript: <<
 #!/bin/sh -ex
 make DESTDIR='%d' install
-
-install -d -m 700 '%i/share/doc/mod-python'
-cp -Rp doc-html examples '%i/share/doc/mod-python'
-chmod -R go-rstwx,a+Xr '%i/share/doc/mod-python'
-<<
-
-# Split-offs -
-
-SplitOff: <<
-Package: %N-doc
-Description: mod_python documentation
-Conflicts: libapache2-mod-python-doc, libapache2-mod-python-py23-doc, 
libapache2-mod-python-py23-ssl-doc, libapache2-mod-python-py24-doc, 
libapache2-mod-python-py24-ssl-doc
-Replaces: libapache2-mod-python-doc, libapache2-mod-python-py23-doc, 
libapache2-mod-python-py23-ssl-doc, libapache2-mod-python-py24-doc, 
libapache2-mod-python-py24-ssl-doc
-Suggests: libapache2-mod-python-py24 | libapache2-mod-python-py23
-Files: share/doc/mod-python
+mv '%i/lib/apache2/modules/mod_python.so' 
'%i/lib/apache2/modules/mod_python%type_raw[python].so'
+(
+cat <'python%type_raw[python].load'
+chmod 600 'python%type_raw[python].load'
+install -d -m 700 '%i/etc/apache2/mods-available'
+cp 'python%type_raw[python].load' '%i/etc/apache2/mods-available'
+chmod -R go-rstwx,a+Xr '%i/etc/apache2/mods-available'
 <<
 
 # Documentation --
@@ -68,9 +62,4 @@
 other data between hits and access to Apache internals.
 <<
 
-DescPort: <<
-Using a patch from here:
-http://cvs.opendarwin.org//cgi-bin/cvsweb.cgi/proj/darwinports/dports/www/mod_python/files/patch-mod_python.c
-<<
-
 <<

--- NEW FILE: libapache2-mod-python-doc.info ---
Info2: <<

#=
# $Id: libapache2-mod-python-doc.info 483 2007-02-27 22:32:05Z matt $
Package: libapache2-mod-python-doc
Version: 3.3.1
Revision: 1
Description: Documentation for mod_python
Conflicts: libapache2-mod-python-doc, libapache2-mod-python-py23-doc, 
libapache2-mod-python-py23-ssl-doc, libapache2-mod-python-py24-doc, 
libapache2-mod-python-py24-ssl-doc
Replaces: libapache2-mod-python-doc, libapache2-mod-python-py23-doc, 
libapache2-mod-python-py23-ssl-doc, libapache2-mod-python-py24-doc, 
libapache2-mod-python-py24-ssl-doc
Suggests: libapache2-mod-python-py25 | libapache2-mod-python-py24 | 
libapache2-mod-python-py23
License: OSI-Approved
Homepage: http://modpython.org/
Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
#=

# Unpack phase -

[cvs] dists/10.4/unstable/main/finkinfo/sound qtguitune.info, NONE, 1.1 qtguitune.patch, NONE, 1.1

2007-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21514/main/finkinfo/sound

Added Files:
qtguitune.info qtguitune.patch 
Log Message:
New package from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1658895&group_id=17203&atid=414256



--- NEW FILE: qtguitune.info ---
Package: qtguitune
Version: 0.5
Revision: 1

BuildDepends: qt3, portaudio
Depends: x11, qt3-shlibs, portaudio-shlibs
GCC: 4.0

Source: http://www.geocities.com/harpin_floh/mysoft/qtguitune-%v.tar.gz
Source-MD5: ab245b0218d22078999f41b58c04e9a7
UpdateConfigGuess: true

PatchScript: <<
sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
autoconf
chmod +x configure
<<

InstallScript: <<
make install DESTDIR=%d
strip %i/bin/%n
<<


DocFiles: README COPYING AUTHORS NEWS

Description: Tuning guitars and other instruments

DescDetail: <<
Guitune is a linux program for tuning guitars and other instruments by using
the method of Schmitt-triggering, i.e. counting the number of triggerings
between two trigger levels in a certain amount of time.
<<

DescPort: <<
Replaced the linux OSS backend with portaudio's blocking I/O layer.
<<

License: GPL
Homepage: http://www.geocities.com/harpin_floh/kguitune_page.html
Maintainer: Martin Buechler <[EMAIL PROTECTED]>

--- NEW FILE: qtguitune.patch ---
diff --exclude .svn -Nau qtguitune-0.5/Makefile.in 
qtguitune-0.5_portaudio-1.18.1/Makefile.in
--- qtguitune-0.5/Makefile.in   2001-08-02 22:34:04.0 +0200
+++ qtguitune-0.5_portaudio-1.18.1/Makefile.in  2007-02-13 01:58:12.0 
+0100
@@ -66,22 +66,22 @@
 VERSION = @VERSION@
 
 bin_PROGRAMS = qtguitune
-qtguitune_SOURCES = main.cpp  guitune.cpp logview.cpp 
osziview.cpp  guitune.h   logview.h   osziview.h   
mainwindow.h  moc_mainwindow.cpp moc_guitune.cpp
  resources.h
+qtguitune_SOURCES = main.cpp  guitune.cpp logview.cpp 
osziview.cpp  guitune.h   logview.h   osziview.h   
mainwindow.h  moc_mainwindow.cpp moc_guitune.cpp
  resources.h pablio.c ringbuffer.c
 
 #qtguitune_LDADD   = @LIBOBJS@
-qtguitune_LDFLAGS = -lqt -lm -L${QTDIR}/lib
+qtguitune_LDFLAGS = -lqt-mt -lportaudio -lm -L${QTDIR}/lib [EMAIL 
PROTECTED]@/lib
 CPPFLAGS = -I${QTDIR}/include  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_CLEAN_FILES = 
 PROGRAMS =  $(bin_PROGRAMS)
 
[...1952 lines suppressed...]
+ void **dataPtr2, long *sizePtr2 );
+long RingBuffer_AdvanceWriteIndex( RingBuffer *rbuf, long numBytes );
+
+/* Get address of region(s) from which we can read data.
+** If the region is contiguous, size2 will be zero.
+** If non-contiguous, size2 will be the size of second region.
+** Returns room available to be read or numBytes, whichever is smaller.
+*/
+long RingBuffer_GetReadRegions( RingBuffer *rbuf, long numBytes,
+void **dataPtr1, long *sizePtr1,
+void **dataPtr2, long *sizePtr2 );
+
+long RingBuffer_AdvanceReadIndex( RingBuffer *rbuf, long numBytes );
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+#endif /* _RINGBUFFER_H */

 


-
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.patch,1.3,1.4

2007-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10766

Modified Files:
wesnoth.patch 
Log Message:
Typo--seems only to matter on a headless build, so it wasn't caught in 
build-testing.

Index: wesnoth.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wesnoth.patch   28 Feb 2007 00:54:51 -  1.3
+++ wesnoth.patch   28 Feb 2007 18:10:25 -  1.4
@@ -85,7 +85,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 text "x$enable_sdltest" = "xyes" ; then
++if test "x$enable_sdltest" = "xyes" ; then
  OLD_CPPFLAGS=$CPPFLAGS
  OLD_CFLAGS=$CFLAGS
  OLD_LIBS=$LIBS


-
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/net applersync.info,1.1,1.2

2007-02-28 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2323/main/finkinfo/net

Modified Files:
applersync.info 
Log Message:
Needs to build consistently whether or not Fink's popt is installed.

Index: applersync.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/applersync.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- applersync.info 9 Oct 2006 22:38:57 -   1.1
+++ applersync.info 1 Mar 2007 03:19:31 -   1.2
@@ -4,7 +4,7 @@
 # $Id$
 Package: applersync
 Version: 2.6.3
-Revision: 3
+Revision: 4
 Description: Tiger's rsync w/ HFS+ support (patched)
 License: GPL
 Homepage: http://lartmaker.nl/rsync/
@@ -13,7 +13,7 @@
 
 # Dependencies ---
 
-BuildDepends: appleincludes-copyfile01
+BuildDepends: appleincludes-copyfile01, popt
 Conflicts: rsync
 Provides: rsync
 Replaces: rsync
@@ -26,8 +26,10 @@
 Source2-MD5: 6caa1f5c7149c56311b50c12206dc56e
 
 # Compile phase --
+SetLDFLAGS: -I%p/include
+SetCPPFLAGS: -I%p/include/copyfile-0.1
 
-ConfigureParams: --mandir='%p/share/man' --enable-ea-support
+ConfigureParams: --mandir='%p/share/man' --enable-ea-support 
--without-included-popt
 
 PatchScript: <<
 #!/bin/sh -ex
@@ -39,7 +41,7 @@
 CompileScript: <<
 #!/bin/sh -ex
 cd rsync
-CPPFLAGS='-I%p/include/copyfile-0.1' ./configure %c
+./configure %c
 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/net applersync.info,1.2,1.3

2007-03-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22618

Modified Files:
applersync.info 
Log Message:
grr...missed seeing popt-shlibs linkage last night.


Index: applersync.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/applersync.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- applersync.info 1 Mar 2007 03:19:31 -   1.2
+++ applersync.info 1 Mar 2007 16:36:20 -   1.3
@@ -1,10 +1,11 @@
+
 Info2: <<
 
 #=
 # $Id$
 Package: applersync
 Version: 2.6.3
-Revision: 4
+Revision: 5
 Description: Tiger's rsync w/ HFS+ support (patched)
 License: GPL
 Homepage: http://lartmaker.nl/rsync/
@@ -14,6 +15,7 @@
 # Dependencies ---
 
 BuildDepends: appleincludes-copyfile01, popt
+Depends: popt-shlibs
 Conflicts: rsync
 Provides: rsync
 Replaces: rsync


-
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 gtk+2.info, 1.7, 1.8 libbonoboui2.info, 1.5, 1.6 libgnome2.info, 1.6, 1.7 libgnomeui2.info, 1.10, 1.11 pango1-xft2.info, 1.5, 1.6

2007-03-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14504

Modified Files:
gtk+2.info libbonoboui2.info libgnome2.info libgnomeui2.info 
pango1-xft2.info 
Log Message:
Residual Depends on obsolete glib2--Thanks to feedback from Claus Atzenbeck on 
-users

Index: pango1-xft2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/pango1-xft2.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pango1-xft2.info14 Jan 2007 15:22:44 -  1.5
+++ pango1-xft2.info1 Mar 2007 20:20:21 -   1.6
@@ -1,7 +1,7 @@
 Package: pango1-xft2
 Version: 1.10.1
-Revision: 1001
-Depends: %N-shlibs (=%v-%r), libgettext3-shlibs, glib2 (>= 2.6.6-), 
libiconv
+Revision: 1002
+Depends: %N-shlibs (=%v-%r), libgettext3-shlibs, glib2-shlibs (>= 2.6.6-), 
libiconv
 Replaces: pango1
 Conflicts: pango1-xft1
 BuildDepends: <<

Index: libbonoboui2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libbonoboui2.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libbonoboui2.info   14 Jan 2007 03:27:24 -  1.5
+++ libbonoboui2.info   1 Mar 2007 20:20:21 -   1.6
@@ -1,7 +1,7 @@
 Package: libbonoboui2
 Version: 2.14.0
-Revision: 1001
-Depends: %N-shlibs (= %v-%r), atk1-shlibs (>= 1.6.0-1), audiofile-shlibs (>= 
0.2.5-1), esound-bin (>= 0.2.34-1), esound-shlibs (>= 0.2.34-1), gconf2 (>= 
2.6.0-1), libgettext3-shlibs, glib2 (>= 2.6.6-), gnome-vfs2-ssl (>= 
2.6.0-1) | gnome-vfs2 (>= 2.6.0-1), gtk+2 (>= 2.4.0-1), libart2-shlibs (>= 
2.3.16-1), libbonobo2 (>= 2.13.0-1), libglade2-shlibs (>= 2.3.6-1), libgnome2 
(>= 2.13.7-1), libgnomecanvas2 (>= 2.6.0-1), libiconv, libxml2-shlibs (>= 
2.6.7-1), orbit2 (>= 2.10.0-1), pango1-xft2 (>= 1.4.0-1), popt-shlibs
+Revision: 1002
+Depends: %N-shlibs (= %v-%r), atk1-shlibs (>= 1.6.0-1), audiofile-shlibs (>= 
0.2.5-1), esound-bin (>= 0.2.34-1), esound-shlibs (>= 0.2.34-1), gconf2 (>= 
2.6.0-1), libgettext3-shlibs, glib2-shlibs (>= 2.6.6-), gnome-vfs2-ssl (>= 
2.6.0-1) | gnome-vfs2 (>= 2.6.0-1), gtk+2 (>= 2.4.0-1), libart2-shlibs (>= 
2.3.16-1), libbonobo2 (>= 2.13.0-1), libglade2-shlibs (>= 2.3.6-1), libgnome2 
(>= 2.13.7-1), libgnomecanvas2 (>= 2.6.0-1), libiconv, libxml2-shlibs (>= 
2.6.7-1), orbit2 (>= 2.10.0-1), pango1-xft2 (>= 1.4.0-1), popt-shlibs
 BuildDepends: atk1 (>= 1.6.0-1), gconf2-dev (>= 2.6.0-1), glib2-dev (>= 
2.6.6-), dbus-dev (>= 0.60-1), libhowl-dev, gnome-vfs2-ssl-dev (>= 2.6.0-1) 
| gnome-vfs2-dev (>= 2.6.0-1), gtk+2-dev (>= 2.4.0-1), gtk+2 (>= 2.4.0-1), 
libart2 (>= 2.3.16-1), libbonobo2-dev (>= 2.13.0-1), libgnome2-dev (>= 
2.13.7-1), libgnomecanvas2-dev (>= 2.6.0-1), libxml2 (>= 2.6.7-1), orbit2-dev 
(>= 2.10.0-1), pango1-xft2-dev (>= 1.4.0-1), libglade2 (>= 2.3.6-1), audiofile 
(>= 0.2.5-1), esound, pkgconfig, intltool, popt, libgettext3-dev, gettext-bin, 
gettext-tools, libiconv-dev, gtk-doc (>= 1.2-1), x11-dev
 Source: mirror:gnome:sources/libbonoboui/2.14/libbonoboui-%v.tar.bz2
 Source-MD5: dc26dc17cddc625cac37ecfab263a51a

Index: gtk+2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gtk+2.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gtk+2.info  13 Jan 2007 23:11:19 -  1.7
+++ gtk+2.info  1 Mar 2007 20:20:21 -   1.8
@@ -2,9 +2,9 @@
 
 # do not upgrade to 2.8.x until cairo InheritedBuildDepends issue is resolved!
 Version: 2.6.10
-Revision: 1002
+Revision: 1003
 
-Depends: %N-shlibs (= %v-%r), atk1-shlibs (>= 1.6.0-1), libgettext3-shlibs, 
glib2 (>= 2.6.6-), libiconv, libjpeg-shlibs, libpng3-shlibs (>= 1.2.5-4), 
libtiff-shlibs, pango1-xft2 (>= 1.8.0-1), x11
+Depends: %N-shlibs (= %v-%r), atk1-shlibs (>= 1.6.0-1), libgettext3-shlibs, 
glib2-shlibs (>= 2.6.6-), libiconv, libjpeg-shlibs, libpng3-shlibs (>= 
1.2.5-4), libtiff-shlibs, pango1-xft2 (>= 1.8.0-1), x11
 Replaces: %N-common
 Conflicts: %N-common
 BuildDepends: glib2-dev (>= 2.6.6-), atk1 (>= 1.6.0-1), pango1-xft2-dev 
(>= 1.8.0-1), libpng3, libjpeg, libtiff, pkgconfig (>= 0.15.0-2), 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev

Index: libgnomeui2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libgnomeui2.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- libgnomeui2.info14 Jan 2007 03:27:25 -  1.10
+++ libgnomeui2.info1 Mar 2007 20:20:21 -   1.11
@@ -1,7 +1,7 @@
 Package: libgnomeui2
 Version: 2.14.1
-Revision: 1
-Depends: %N-shlibs (= %v-%r), atk1-shlibs (>= 1.6.0-1), audiofile-shlibs (>= 
0.2.5-1), esound-bin (>= 0.2.34-1), esound-shlibs (>= 0.2.3

[cvs] dists/10.4/stable/main/finkinfo/gnome pango1-xft2.info, 1.4, 1.5 pango1-xft2.patch, 1.1, 1.2

2007-03-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25785

Modified Files:
pango1-xft2.info pango1-xft2.patch 
Log Message:
Versioned depend for gtk+2 update

Index: pango1-xft2.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/pango1-xft2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pango1-xft2.patch   20 Jan 2006 20:12:53 -  1.1
+++ pango1-xft2.patch   2 Mar 2007 15:33:44 -   1.2
@@ -1,19 +1,88 @@
-diff -ruN pango-1.6.0-orig/Makefile.in pango-1.6.0/Makefile.in
 pango-1.6.0-orig/Makefile.in   2004-12-31 01:47:39.0 -0800
-+++ pango-1.6.0/Makefile.in2004-12-31 01:47:52.0 -0800
-@@ -234,7 +234,7 @@
+diff -Nurd -x'*~' pango-1.10.1.orig/Makefile.in pango-1.10.1/Makefile.in
+--- pango-1.10.1.orig/Makefile.in  2005-10-03 09:12:52.0 -0400
 pango-1.10.1/Makefile.in   2005-11-29 17:46:38.0 -0500
+@@ -253,7 +253,7 @@
  
  AUTOMAKE_OPTIONS = 1.7
  
 -SUBDIRS = pango modules examples docs tools tests
-+SUBDIRS = pango modules docs tools
++SUBDIRS = pango modules  docs tools tests
  
  EXTRA_DIST = \
-   pango.pc.in \
-diff -ruN pango-1.6.0-orig/ltmain.sh pango-1.6.0/ltmain.sh
 pango-1.6.0-orig/ltmain.sh 2004-12-31 01:47:39.0 -0800
-+++ pango-1.6.0/ltmain.sh  2004-12-31 01:47:52.0 -0800
-@@ -5266,10 +5266,10 @@
+   pango.pc.in \
+diff -Nurd -x'*~' pango-1.10.1.orig/configure pango-1.10.1/configure
+--- pango-1.10.1.orig/configure2005-10-03 09:12:55.0 -0400
 pango-1.10.1/configure 2005-11-29 18:05:22.0 -0500
+@@ -22202,51 +22202,8 @@
+ 
+ 
+ pkg_failed=no
+-echo "$as_me:$LINENO: checking for CAIRO" >&5
+-echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6
+-
+-if test -n "$PKG_CONFIG"; then
+-if test -n "$PKG_CONFIG" && \
+-{ (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo >= 
0.5.2-head\"") >&5
+-  ($PKG_CONFIG --exists --print-errors "cairo >= 0.5.2-head") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; then
+-  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 0.5.2-head" 2>/dev/null`
+-else
+-  pkg_failed=yes
+-fi
+-else
+-  pkg_failed=untried
+-fi
+-if test -n "$PKG_CONFIG"; then
+-if test -n "$PKG_CONFIG" && \
+-{ (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo >= 
0.5.2-head\"") >&5
+-  ($PKG_CONFIG --exists --print-errors "cairo >= 0.5.2-head") 2>&5
+-  ac_status=$?
+-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+-  (exit $ac_status); }; then
+-  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 0.5.2-head" 2>/dev/null`
+-else
+-  pkg_failed=yes
+-fi
+-else
+-  pkg_failed=untried
+-fi
+-
+-if test $pkg_failed = yes; then
+-  CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo 
>= 0.5.2-head"`
+-  # Put the nasty error message in config.log where it belongs
+-  echo "$CAIRO_PKG_ERRORS" 1>&5
+-
+-  :
+-elif test $pkg_failed = untried; then
+-  :
+-else
+-  CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
+-  CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+-  have_cairo=true
+-fi
++echo "$as_me:$LINENO: avoiding CAIRO" >&5
++echo "avoiding cairo" >&6
+ 
+ if $have_cairo ; then
+   pango_save_ldflags=$LDFLAGS
+diff -Nurd -x'*~' pango-1.10.1.orig/docs/pango-querymodules.1 
pango-1.10.1/docs/pango-querymodules.1
+--- pango-1.10.1.orig/docs/pango-querymodules.12005-10-03 
09:15:30.0 -0400
 pango-1.10.1/docs/pango-querymodules.1 2005-11-29 17:50:06.0 
-0500
+@@ -40,7 +40,7 @@
+ .SH "ENVIRONMENT"
+ 
+ .PP
+-The Pango module path is specified by the key Pango/ModulesPath in the Pango 
config database, which is read from \fI\fIsysconfdir\fR/pango/pangorc\fR, 
\fI~/\&.pangorc\fR and the file specified in the environment variable 
\fBPANGO_RC_FILE\fR\&.
++The Pango module path is specified by the key Pango/ModulesPath in the Pango 
config database, which is read from [EMAIL PROTECTED]@/pango/pangorc\fR, 
\fI~/\&.pangorc\fR and the file specified in the environment variable 
\fBPANGO_RC_FILE\fR\&.
+ 
+ .SH "BUGS"
+ 
+diff -Nurd -x'*~' pango-1.10.1.orig/ltmain.sh pango-1.10.1/ltmain.sh
+--- pango-1.10.1.orig/ltmain.sh2005-09-14 11:00:12.0 -0400
 pango-1.10.1/ltmain.sh 2005-11-29 17:55:11.0 -0500
+@@ -5360,10 +5360,6 @@
  
  # Directory that this library needs to be installed in:
  libdir='$install_libdir'"
@@ -21,38 +90,34 @@
 -  $echo >> $output "\
 -relink_command=\"$relink_command\""
 -fi
-+#   if test "$installed" = no && test "$need_relink" = yes; then
-+# $echo >> $output "\
-+#relink_command=\"$relink_command\""
-+#   fi
done
fi
  
-diff -ruN pango-1.6.0-orig/pango/Makefile.in pango-1.6.0/pango/Makefile.in
 pango-1.6.0-orig/p

[cvs] dists/10.4/unstable/main/finkinfo/web libapache2-mod-python-py.patch, 1.1, NONE

2007-03-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5871

Removed Files:
libapache2-mod-python-py.patch 
Log Message:
Appears no longer to be needed

--- libapache2-mod-python-py.patch 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 ktoblzcheck.info, 1.6, 1.7

2007-03-14 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29922/main/finkinfo/libs

Modified Files:
ktoblzcheck.info 
Log Message:
update from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1664831&group_id=17203&atid=414256


Index: ktoblzcheck.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/ktoblzcheck.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ktoblzcheck.info30 Jan 2007 05:55:30 -  1.6
+++ ktoblzcheck.info15 Mar 2007 01:23:34 -  1.7
@@ -1,6 +1,6 @@
 Package: ktoblzcheck
-Version: 1.12
-Revision: 1002
+Version: 1.13
+Revision: 1001
 GCC: 4.0
 Description: Library to check German bank code/acct number
 License: LGPL
@@ -9,17 +9,17 @@
 BuildDepends: gettext-bin, gettext-tools, pkgconfig
 BuildDependsOnly: True
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 1337e4b7831b71047433c84ace47ed22
+Source-MD5: 897e1e7984c1324c619c5adce7d88c04
 ConfigureParams: --mandir=%p/share/man --enable-python="no" 
--disable-dependency-tracking
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
  Package: %N-shlibs
- Depends: %N-bankdata (>= 1.12-1)
+ Depends: %N-bankdata (>= %v-1)
  Description: Shared libraries for ktoblzcheck
- Shlibs: %p/lib/libktoblzcheck.1.dylib 5.0.0 %n (>= 1.11-4)
+ Shlibs: %p/lib/libktoblzcheck.1.dylib 6.0.0 %n (>= 1.13-1001)
  Files: <<
lib/libktoblzcheck.1.dylib 
-   lib/libktoblzcheck.1.3.0.dylib
+   lib/libktoblzcheck.1.4.0.dylib
  <<
  DocFiles: COPYING
 <<


-
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 pygobject2-py.info, 1.3, 1.4

2007-03-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8230/gnome

Modified Files:
pygobject2-py.info 
Log Message:
Later version of pkgconfig required--let's go with current/unstable.


Index: pygobject2-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/pygobject2-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pygobject2-py.info  22 Dec 2006 04:15:12 -  1.3
+++ pygobject2-py.info  15 Mar 2007 20:18:03 -  1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pygobject2-py%type_pkg[python]
 Version: 2.12.3
-Revision: 1
+Revision: 2
 Description: Python bindings for the Glib2 gobject library
 DescDetail: <<
 The original pygtk2-py binding set split into pygtk2-gtk-py and pygobject2-py
@@ -27,7 +27,7 @@
   libtool14,
   libxml2,
   libxslt-bin,
-  pkgconfig (>= 0.9.0-1)
+  pkgconfig (>= 0.21-1)
 <<
 Depends: <<
   glib2-shlibs (>= 2.12.0-1),


-
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/gnome pygobject2-py.info, 1.2, 1.3

2007-03-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9109

Modified Files:
pygobject2-py.info 
Log Message:
Sync with 10.4


Index: pygobject2-py.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/pygobject2-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pygobject2-py.info  22 Dec 2006 04:15:12 -  1.2
+++ pygobject2-py.info  15 Mar 2007 20:20:15 -  1.3
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pygobject2-py%type_pkg[python]
 Version: 2.12.3
-Revision: 1
+Revision: 2
 Description: Python bindings for the Glib2 gobject library
 DescDetail: <<
 The original pygtk2-py binding set split into pygtk2-gtk-py and pygobject2-py
@@ -27,7 +27,7 @@
   libtool14,
   libxml2,
   libxslt-bin,
-  pkgconfig (>= 0.9.0-1)
+  pkgconfig (>= 0.21-1)
 <<
 Depends: <<
   glib2-shlibs (>= 2.12.0-1),


-
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 bundle-gnome-office.info, 1.1, 1.2

2007-03-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21034

Modified Files:
bundle-gnome-office.info 
Log Message:
No evo for Intel (as of yet anyway) so we'll leave that out of the 
bundle on that architecture.


Index: bundle-gnome-office.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/bundle-gnome-office.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bundle-gnome-office.info7 Apr 2006 04:56:03 -   1.1
+++ bundle-gnome-office.info16 Mar 2007 14:08:05 -  1.2
@@ -1,11 +1,11 @@
 Package: bundle-gnome-office
 Version: 2.4.1
-Revision: 1001
+Revision: 1002
 Type: bundle
 Depends: <<
  gnumeric (>= 1.2.4),
  abiword (>= 2.2.7-1003),
- evolution (>= 1.4.5),
+(%m=powerpc) evolution (>= 1.4.5),
  inkscape (>= 0.35),
  dia (>= 0.92),
  eog (>= 2.4.0),


-
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 bundle-gnome-office.info, 1.2, 1.3 galeon.info, 1.4, 1.5

2007-03-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30186/crypto/finkinfo

Modified Files:
bundle-gnome-office.info galeon.info 
Log Message:
galeon depends on mozilla* which will never work on Intel Macs, so tag 
it as Atchitecture: powerpc

-> tag the Depend in bundle-gnome-office as only being valid for powerpc


Index: bundle-gnome-office.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/bundle-gnome-office.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bundle-gnome-office.info16 Mar 2007 14:08:05 -  1.2
+++ bundle-gnome-office.info16 Mar 2007 14:32:02 -  1.3
@@ -1,6 +1,6 @@
 Package: bundle-gnome-office
 Version: 2.4.1
-Revision: 1002
+Revision: 1003
 Type: bundle
 Depends: <<
  gnumeric (>= 1.2.4),
@@ -9,7 +9,7 @@
  inkscape (>= 0.35),
  dia (>= 0.92),
  eog (>= 2.4.0),
- galeon (>= 1.3.11)
+(%m=powerpc) galeon (>= 1.3.11)
 <<
 Description: GNOME Office convenience package
 DescDetail: <<

Index: galeon.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/galeon.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- galeon.info 20 Jul 2006 02:49:24 -  1.4
+++ galeon.info 16 Mar 2007 14:32:02 -  1.5
@@ -3,6 +3,8 @@
 Revision: 1012
 Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
 
+Architecture: powerpc
+
 License: GPL
 Homepage: http://sourceforge.net/projects/galeon/
 


-
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 crafty.info,1.3,1.4

2007-03-29 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26702

Modified Files:
crafty.info 
Log Message:
Fix URL specification (maintainer informed)


Index: crafty.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/crafty.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- crafty.info 24 Mar 2007 18:24:38 -  1.3
+++ crafty.info 29 Mar 2007 13:06:14 -  1.4
@@ -10,7 +10,7 @@
 Source2-MD5: 5fd73027a1de1674763562e1987197ba
 Source3: ftp://ftp.cis.uab.edu/pub/hyatt/documentation/crafty.doc.ps
 Source3-MD5: 6cef69aa2f9ea1ceb74b6c14edc8291f
-Source4: ftp.nl.freebsd.org/os/FreeBSD/distfiles/crafty/medium.zip
+Source4: http://ftp.nl.freebsd.org/os/FreeBSD/distfiles/crafty/medium.zip
 Source4-MD5: 6b4a61d15029811d7cdc34d6adae7a17
 Source5: ftp://ftp.cis.uab.edu/pub/hyatt/pgn/start.pgn.gz
 Source5-MD5: c3c54b29351408298e3c7548f4faed93


-
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/net libtorrent11.info, NONE, 1.1 rtorrent.info, 1.1, 1.2

2007-04-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20618

Modified Files:
rtorrent.info 
Added Files:
libtorrent11.info 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1637742&group_id=17203&atid=414256


--- NEW FILE: libtorrent11.info ---
Package: libtorrent11
Version: 0.11.1
Revision: 1
License: GPL
HomePage: http://libtorrent.rakshasa.no
Description: Bittorrent library
Maintainer: Michal Suchanek <[EMAIL PROTECTED]>

Depends: libsigc++2-shlibs, %n-shlibs (=%v-%r)
BuildDepends: libsigc++2, system-openssl-dev, pkgconfig
Conflicts: libtorrent
Replaces: libtorrent

Source: http://libtorrent.rakshasa.no/downloads/libtorrent-%v.tar.gz
Source-MD5: d1a98c0bd93839071b8c214453aa4e5c

#PKG_CONFIG_PATH: %p/lib/system-openssl/lib/pkgconfig
BuildDependsOnly: true

GCC: 4.0

ConfigureParams:  --disable-dependency-tracking

CompileScript:<<
PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig ./configure %c
make
<<

InstallScript: 

DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
<<

SplitOff: << 

  Package: %N-shlibs
  Files: lib/libtorrent.10.dylib
  Shlibs: %p/lib/libtorrent.10.dylib 11.0.0 %n (>= 0.11.1-1)

  DocFiles: <<
AUTHORS
COPYING
ChangeLog
NEWS
README
TODO
  <<
<<

DescPackaging: <<
pkgconfig does not find the system openssl
<<

Index: rtorrent.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/rtorrent.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rtorrent.info   27 Sep 2006 17:30:06 -  1.1
+++ rtorrent.info   4 Apr 2007 00:16:08 -   1.2
@@ -1,27 +1,24 @@
 Package: rtorrent
-Version: 0.6.2
+Version: 0.7.1
 Revision: 1
 License: GPL
 HomePage: http://libtorrent.rakshasa.no
 Description: Ncurses ui bittorrent client
 Maintainer: Michal Suchanek <[EMAIL PROTECTED]>
 
-Depends: libsigc++2-shlibs, libcurl3-shlibs (>= 7.12), libncursesw5-shlibs, 
libtorrent-shlibs
-BuildDepends: libsigc++2, libcurl3 (>= 7.12), system-openssl-dev, pkgconfig, 
libncursesw5, libtorrent
+Depends: libsigc++2-shlibs, libcurl4-shlibs, libncursesw5-shlibs, 
libtorrent11-shlibs
+BuildDepends: libsigc++2, libcurl4, pkgconfig, libncursesw5, libtorrent11
 
 Source: http://libtorrent.rakshasa.no/downloads/%n-%v.tar.gz
-Source-MD5: b199ca24ba4a5c0f59b587cd4fa11670
+Source-MD5: 98b97730c36828e662a2355cb2b11309
+
+GCC: 4.0
 
 ConfigureParams:  --disable-dependency-tracking --mandir='${prefix}'/share/man
 
-CompileScript: <<
-#!/bin/sh -xe
-export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
-./configure %c
-make
-<<
+CompileScript:
 
-InstallScript: 
+InstallScript:
 
 DocFiles: <<
 AUTHORS
@@ -35,8 +32,3 @@
 DescPackaging: <<
 pkgconfig does not find the system openssl
 <<
-
-DescUsage: <<
-Some users of older dual-processor G4 systems have reported that the 
-executable locks up when used.
-<<
\ 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-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel djbfft.info,NONE,1.1

2007-04-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23840/main/finkinfo/devel

Added Files:
djbfft.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1637742&group_id=17203&atid=414256


--- NEW FILE: djbfft.info ---
Package: djbfft
Version: 0.76
Revision: 2
Source: http://cr.yp.to/%n/%n-%v.tar.gz
Source-MD5: 9349eff24c1f9fdfb98cfb51bece8efb
Maintainer: Pierre-Henri Lavigne <[EMAIL PROTECTED]>
HomePage: http://cr.yp.to/djbfft.html
License: OSI-Approved
Description: Fast library for floating-point convolution
DescDetail: <<
djbfft is an extremely fast library for floating-point
convolution. The current version holds most of the
speed records for double-precision FFTs on
general-purpose computers. 
djbfft provides power-of-2 complex FFTs, real FFTs at
twice the speed, and fast multiplication of complex
arrays. Single precision and double precision are
equally supported.
<<
BuildDependsOnly: true
Docfiles: CHANGES FILES README TARGETS TODO VERSION
CompileScript: <<
#! /bin/sh -ev
echo %i>./conf-home
make 
<<
InstallScript: <<
#! /bin/sh -ev
make setup check
<<


-
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/utils hfstar.info,1.1,1.2

2007-04-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24169/main/finkinfo/utils

Modified Files:
hfstar.info 
Log Message:
De-maintaining


Index: hfstar.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/hfstar.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hfstar.info 20 Jan 2006 20:32:32 -  1.1
+++ hfstar.info 9 Apr 2007 14:51:48 -   1.2
@@ -3,7 +3,7 @@
 Revision: 11
 Description: Modified GNU tar retains hfs+ attributes
 License: GPL
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Unpack Phase:
 Source: http://www.metaobject.com/downloads/macos-x/%n.%v-1.s.tgz


-
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 cdo.info, 1.1, 1.2 decoders.info, 1.2, 1.3 nap.info, 1.6, 1.7 nco.info, 1.7, 1.8 ncvtk.info, 1.4, 1.5 netcdf-perl-pm.info, 1.2, 1.3

2007-04-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24169/main/finkinfo/sci

Modified Files:
cdo.info decoders.info nap.info nco.info ncvtk.info 
netcdf-perl-pm.info 
Log Message:
De-maintaining


Index: ncvtk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/ncvtk.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ncvtk.info  20 Jul 2006 21:50:00 -  1.4
+++ ncvtk.info  9 Apr 2007 14:51:47 -   1.5
@@ -3,7 +3,7 @@
 Revision: 1
 Description: Visualizer for planetary data in netCDF
 License: GPL
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Prerequisites
 Depends: python24 (>=2.4.1-102), vtk-py24 (>=5.0.1-1), netcdf-shlibs 
(>=3.6.0-2), numeric-py24 (>=24.2-1), scientificpython-py24 (>=2.4.9-5), 
pmw-py24 (>=1.2-1)

Index: cdo.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cdo.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cdo.info6 Feb 2007 02:26:32 -   1.1
+++ cdo.info9 Apr 2007 14:51:47 -   1.2
@@ -4,7 +4,7 @@
 Description: Climate Data Operators
 HomePage: http://www.mpimet.mpg.de/fileadmin/software/cdo/
 License: GPL
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Prerequisites
 Depends: hdf5-shlibs (>=1.6.4-1002), netcdf-shlibs (>=3.6.0-1002)

Index: netcdf-perl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf-perl-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- netcdf-perl-pm.info 8 Feb 2007 06:31:43 -   1.2
+++ netcdf-perl-pm.info 9 Apr 2007 14:51:47 -   1.3
@@ -5,7 +5,7 @@
 Revision: 6
 Description: Perl extension for netCDF datasets access
 License: OSI-Approved
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Prerequisites
 Depends: netcdf-shlibs (>=3.6.0-2), perl%type_pkg[perl]-core

Index: nap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/nap.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- nap.info13 Jan 2007 20:22:10 -  1.6
+++ nap.info9 Apr 2007 14:51:47 -   1.7
@@ -17,6 +17,6 @@
   with much of the functionality of languages such as APL, Fortran-90, IDL,
   J, matlab and octave.
 <<
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 Homepage: http://tcl-nap.sourceforge.net/
 

Index: nco.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/nco.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- nco.info7 Feb 2007 03:02:06 -   1.7
+++ nco.info9 Apr 2007 14:51:47 -   1.8
@@ -3,7 +3,7 @@
 Revision: 4
 Description: The netCDF Operators
 License: GPL
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Prerequisites
 Depends: bison (>=1.35-2), netcdf-shlibs (>=3.6.0-2), udunits (>=1.11.7-4), 
libdap3-shlibs (>=3.5.2-1), libnc-dap3-shlibs (>=3.5.2-1), libgettext3-shlibs 
(>=0.14.5-2)

Index: decoders.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/decoders.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- decoders.info   13 Feb 2007 18:35:03 -  1.2
+++ decoders.info   9 Apr 2007 14:51:47 -   1.3
@@ -3,7 +3,7 @@
 Revision: 3
 Description: Packages to decode GRIB and text into netCDF
 License: OSI-Approved
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Prerequisites
 Depends: netcdf-shlibs (>=3.6.0-1002), netcdf-perl-pm586 (>=1.2.3-5), 
system-perl586


-
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 nap.info, 1.7, 1.8 nco.info, 1.14, 1.15

2007-04-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25026/main/finkinfo/sci

Modified Files:
nap.info nco.info 
Log Message:
demaintaining


Index: nap.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/nap.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- nap.info18 Aug 2006 07:35:38 -  1.7
+++ nap.info9 Apr 2007 14:52:46 -   1.8
@@ -17,6 +17,6 @@
   with much of the functionality of languages such as APL, Fortran-90, IDL,
   J, matlab and octave.
 <<
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 Homepage: http://tcl-nap.sourceforge.net/
 

Index: nco.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/nco.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- nco.info27 Jun 2006 22:15:00 -  1.14
+++ nco.info9 Apr 2007 14:52:46 -   1.15
@@ -3,7 +3,7 @@
 Revision: 4
 Description: The netCDF Operators
 License: GPL
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Prerequisites
 Depends: bison (>=1.35-2), netcdf-shlibs (>=3.6.0-2), udunits (>=1.11.7-4), 
libdap3-shlibs (>=3.5.2-1), libnc-dap3-shlibs (>=3.5.2-1)


-
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/utils hfstar.info,1.3,1.4

2007-04-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25026/main/finkinfo/utils

Modified Files:
hfstar.info 
Log Message:
demaintaining


Index: hfstar.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/hfstar.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hfstar.info 14 Dec 2005 18:27:55 -  1.3
+++ hfstar.info 9 Apr 2007 14:52:46 -   1.4
@@ -3,7 +3,7 @@
 Revision: 11
 Description: Modified GNU tar retains hfs+ attributes
 License: GPL
-Maintainer: Takeshi Enomoto <[EMAIL PROTECTED]>
+Maintainer: None 
 
 # Unpack Phase:
 Source: http://www.metaobject.com/downloads/macos-x/%n.%v-1.s.tgz


-
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-tlslite-py.info, NONE, 1.1

2007-04-10 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31020/main/finkinfo/libs/pythonmods

Added Files:
python-tlslite-py.info 
Log Message:
New from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1671092&group_id=17203&atid=414256

--- NEW FILE: python-tlslite-py.info ---
Info2: <<
Package: python-tlslite-py%type_pkg[python]
Version: 0.3.8
Revision: 1
Type: python (2.3 2.4 2.5)
Depends: python%type_pkg[python]
Source: http://trevp.net/tlslite/tlslite-%v.tar.gz
Source-MD5: 5e1c19500e30fc7580939c18b435f937
CompileScript: %p/bin/python%type_raw[python] setup.py build   
InstallScript: << 
%p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
# doc
/bin/mkdir -m 755 -p %i/share/doc/%n
/bin/cp -R docs/* %i/share/doc/%n
# no invariant components for a language-versioned package
/bin/rm -f %i/bin/*
<<
License: Public Domain
DocFiles: readme.txt
Description: TLS/SSL library for Python
DescDetail: <<
TLS Lite is a free python library that implements SSL v3, TLS v1, and
TLS v1.1. TLS Lite supports non-traditional authentication methods
such as SRP, shared keys, and cryptoIDs, in addition to X.509
certificates.  TLS Lite is pure python, however it can access OpenSSL,
cryptlib, pycrypto, and GMPY for faster crypto operations.  TLS Lite
integrates with httplib, xmlrpclib, poplib, imaplib, smtplib,
SocketServer, asyncore, and Twisted.
<<
Maintainer: Jason R. Mastaler <[EMAIL PROTECTED]>
Homepage: http://trevp.net/tlslite/
<<



-
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/perlmods anyevent-pm.info, NONE, 1.1 event-execflow-pm.info, NONE, 1.1 event-pm.info, NONE, 1.1 event-rpc-pm.info, NONE, 1.1 gtk2-ex-formfactory-pm.info, N

2007-04-10 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9437/main/finkinfo/libs/perlmods

Added Files:
anyevent-pm.info event-execflow-pm.info event-pm.info 
event-rpc-pm.info gtk2-ex-formfactory-pm.info 
locale-textdomain-pm.info locale-textdomain-pm.patch 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1671092&group_id=17203&atid=414256

--- NEW FILE: anyevent-pm.info ---
Info2: <<
Package: anyevent-pm%type_pkg[perl]
Version: 2.51
Revision: 1

Depends: perl%type_pkg[perl]-core
Source: mirror:cpan:authors/id/M/ML/MLEHMANN/AnyEvent-%v.tar.gz
Source-MD5: 258462e99ef4ff62e0fab2cfdc51a170
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

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

DocFiles: README COPYING
UpdatePOD: true

Description: Framework for multiple event loops

DescDetail: <<
AnyEvent provides an identical interface to multiple event loops. This
allows module authors to utilise an event loop without forcing module
users to use the same event loop (as only a single event loop can
coexist peacefully at any one time).
The interface itself is vaguely similar but not identical to the Event
module.
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/~mlehmann/AnyEvent-2.51/

<<

--- NEW FILE: gtk2-ex-formfactory-pm.info ---
Info2: <<
Package: gtk2-ex-formfactory-pm%type_pkg[perl]
Version: 0.65
Revision: 1
Depends: perl%type_pkg[perl]-core, gtk2-pm%type_pkg[perl]
Source: mirror:cpan:authors/id/J/JR/JRED/Gtk2-Ex-FormFactory-%v.tar.gz
Source-MD5: 904f6fe4b94248b56507710b29a53873
Type: perl (5.8.1 5.8.6 5.8.8)

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

DocFiles: README LICENSE
UpdatePOD: true

Description: Makes building complex GUI's easy

DescDetail: <<
With Gtk2::Ex::FormFactory you can build a GUI which consistently
represents the data of your application.
<<

DescPackaging: <<
No 5.8.4 variant as there is no gtk2-pm584 right now.
<<

License: GPL
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/~jred/Gtk2-Ex-FormFactory-0.65/

<<

--- NEW FILE: event-pm.info ---
Info2: <<
Package: event-pm%type_pkg[perl]
Version: 1.08
Revision: 1
Depends: perl%type_pkg[perl]-core
Source: mirror:cpan:authors/id/J/JP/JPRIT/Event-%v.tar.gz
Source-MD5: 475b5613c584256fa23b4215103f106c
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

PatchScript: <<
  rm t/io.t
  perl -i -pe 's/t\/io.t//' MANIFEST
<<

InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
DocFiles: README
UpdatePOD: true
Description: Generic Perl Event Loop
DescDetail: <<
This extension aims to provide an simple and optimized event loop for
a broad class of applications.
<<

DescPackaging: << 
The test t/io.t fails if exectued by make test.
If t/io.t is run directly it reports OK.
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://www.perl.com/CPAN/authors/id/JPRIT/
<<

--- NEW FILE: event-execflow-pm.info ---
Info2: <<
Package: event-execflow-pm%type_pkg[perl]
Version: 0.62
Revision: 1
Depends: perl%type_pkg[perl]-core, anyevent-pm%type_pkg[perl], 
locale-textdomain-pm%type_pkg[perl]
Source: mirror:cpan:authors/id/J/JR/JRED/Event-ExecFlow-%v.tar.gz
Source-MD5: e76d36b1e098674907980200aabf2522
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
  mkdir -p %i/share/doc/%n
  tail -n 9 README > LICENSE
<<

SplitOff: <<
  Package: %N-bin
  Depends: %N
  Conflicts: %{Ni}586-bin, %{Ni}588-bin
  Replaces:  %{Ni}586-bin, %{Ni}588-bin
  Files: <<
bin/execflow
  <<
  DocFiles: LICENSE README
<<

DocFiles: LICENSE README
UpdatePOD: true

Description: Event-based execution flow control API

DescDetail: <<
Event::ExecFlow provides a ligh level API for defining complex flow
controls with asynchronous execution of external programs.
<<

License: Artistic
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/~mlehmann/AnyEvent-2.51/

<<

--- NEW FILE: locale-textdomain-pm.patch ---
--- libintl-perl-1.16-orig/gettext_xs/Makefile.PL   2004-01-12 
14:04:01.0 +0100
+++ libintl-perl-1.16/gettext_xs/Makefile.PL2007-03-01 14:27:51.0 
+0100
@@ -38,7 +38,7 @@
 ),
 PREREQ_PM => { File::Spec => 0 },
PL_FILES=> {},
-   LIBS => ['-lintl', '-liconv'],
+   LIBS => '-LFINKPATH/lib -lintl -liconv',
 );
 
 __END__

--- NEW FILE: event-rpc-pm.info ---
Info2: <<
Package: event-rpc-pm%type_pkg[perl]
Version: 0.90
Revision: 1
Depends: perl%type_pkg[perl]-core, event-pm%type_pkg[perl] | 
glib-pm%type_pkg[perl]
Source: mirror:cpan:authors/id/J/JR/JRED/Event-RPC-%v.tar.gz
Source-MD5: ab908f6b359e83fdd2f583a44168aa85
Type: perl (5.8.1 5.8.4 5.8.6 5.8.8)

InstallScript: <<
  %{default_scrip

[cvs] dists/10.4/unstable/main/finkinfo/graphics dvdrip-perl.info, NONE, 1.1 dvdrip-perl.patch, NONE, 1.1

2007-04-10 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9437/main/finkinfo/graphics

Added Files:
dvdrip-perl.info dvdrip-perl.patch 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1671092&group_id=17203&atid=414256

--- NEW FILE: dvdrip-perl.patch ---
--- dvdrip-0.98.2-orig/lib/Video/DVDRip/Project.pm  2006-08-16 
21:34:38.0 +0200
+++ dvdrip-0.98.2-new/lib/Video/DVDRip/Project.pm   2007-02-25 
13:33:28.0 +0100
@@ -372,6 +372,10 @@
 
 my $dvd_device = $self->dvd_device;
 
+   if ( $dvd_device !~ m/^\/dev\// ) {
+   return $dvd_device; 
+   } 
+
 my $dvd_mount_point
 = $self->get_mount_dir_from_mtab( $dvd_device,  "/etc/mtab" )
 || $self->get_mount_dir_from_mtab( $dvd_device, "/etc/fstab" );
--- dvdrip-0.98.2-orig/lib/Video/DVDRip/Config.pm 2006-08-20 
12:56:01.0 +0200
+++ dvdrip-0.98.2/lib/Video/DVDRip/Config.pm   2007-03-27 
20:14:15.0 +0200
@@ -19,6 +19,7 @@
 use FileHandle;
 use Data::Dumper;
 use Carp;
+use POSIX;
 
 sub config { shift->{config}   }
 

--- NEW FILE: dvdrip-perl.info ---
Info2: <<

Package: dvdrip-perl-%type_pkg[perl]
Version: 0.98.4
Revision: 1
Type: perl(5.8.1 5.8.6 5.8.8)

Depends: perl%type_pkg[perl]-core, transcode (>= 1.0.0), imagemagick (>= 
6.2.8), mplayer (>=1.0.0),  gtk2-pm%type_pkg[perl], 
locale-textdomain-pm%type_pkg[perl], event-pm%type_pkg[perl], 
anyevent-pm%type_pkg[perl], event-rpc-pm%type_pkg[perl], 
event-execflow-pm%type_pkg[perl], gtk2-ex-formfactory-pm%type_pkg[perl], 
mjpegtools, ogmtools

Source: http://www.exit1.org/dvdrip/dist/dvdrip-%v.tar.gz 
Source-MD5: 6947c11f8d5d310519e2992955cec5ce
Patch: dvdrip-perl.patch

Conflicts: %{ni}581, %{ni}584, %{ni}586, %{ni}588
Replaces: %{ni}581, %{ni}584, %{ni}586, %{ni}588

DocFiles: Changes COPYRIGHT Credits README TODO

Description: GUI DVD ripper and transcoder

UpdatePOD: true

DescDetail: <<
dvd::rip is a full featured DVD copy program written in Perl. It
provides an easy to use but feature-rich Gtk+ GUI to control almost
all aspects of the ripping and transcoding process. It uses the widely
known video processing swissknife transcode and many other Open Source
tools.

In the Storage tab, the mount point of an already mounted DVD has to be
selected using the "dvd image directory" browser., e.g. /Volumes/SHREK.
In the RIP Title tab, "Open DVD tray" and "Close DVD tray" do not work.
In the Transcode tab, only the ffmpeg transcoder is supported.
<<

DescPort: <<
As device ndoes such as /dev/dvd are not commonly used on mac os x, using
the mount point of a mounted dvd makes sense to me. The patch lets dvdrip
use the "dvd_device" as "dvd_mount_point" if it does not start with "/dev/".
<<

DescPackaging: <<
dvd::rip uses fping in cluster mode but it's configure script does not
detect it yet, therefore this dependency is not added yet: fping (>= 2.4),
<<

License: Artistic
Homepage: http://www.exit1.org/dvdrip/
Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>

<<

-
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 simplejson-py.info, 1.2, 1.3

2007-04-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23596/main/finkinfo/libs/pythonmods

Modified Files:
simplejson-py.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1673531&group_id=17203&atid=414256

Index: simplejson-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/simplejson-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- simplejson-py.info  30 Jan 2007 05:45:32 -  1.2
+++ simplejson-py.info  12 Apr 2007 00:11:36 -  1.3
@@ -1,14 +1,14 @@
 Info2: <<
 
 Package: simplejson-py%type_pkg[python]
-Version: 1.5
+Version: 1.7
 Revision: 1
 Maintainer: Kevin Horton <[EMAIL PROTECTED]>
-Type: python (2.3 2.4 2.5)
+Type: python ( 2.4 2.5)
 BuildDepends: setuptools-py%type_pkg[python]
 Depends: python%type_pkg[python]
-Source: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz#md5=16e579c1230e7a0469f9e46b57fb53df
-Source-MD5: 16e579c1230e7a0469f9e46b57fb53df
+Source: 
http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%v.tar.gz
+Source-MD5: 1e8866f758ef8e7d5fe6ebeb1b26e4eb
 SourceRename: simplejson-%v.tar.gz
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: <<


-
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 ipython-kernel-py.info, 1.1, 1.2

2007-04-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28598/main/finkinfo/libs/pythonmods

Modified Files:
ipython-kernel-py.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1676906&group_id=17203&atid=414256

Index: ipython-kernel-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/ipython-kernel-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ipython-kernel-py.info  7 Jan 2007 23:38:50 -   1.1
+++ ipython-kernel-py.info  12 Apr 2007 00:24:25 -  1.2
@@ -1,14 +1,14 @@
 Info2: <<
 
 Package: ipython-kernel-py%type_pkg[python]
-Version: 0.0.1909
+Version: 0.0.2101
 Revision: 1
 Maintainer: Lev Givon <[EMAIL PROTECTED]>
 Type: python (2.3 2.4)
 BuildDepends: openmpi-dev
 Depends: ipython-py%type_pkg[python] (>= 0.7.2-1), 
zopeinterface-py%type_pkg[python] (>= 3.1.0c1-1), twisted2-py%type_pkg[python] 
(>= 2.1.0-1), python%type_pkg[python] | python%type_pkg[python]-nox, openmpi
 Source: http://www.columbia.edu/~lev/files/ipython-kernel-%v.tar.gz
-Source-MD5: 0478bec34359826f03eb6603afd47837
+Source-MD5: 73d3f9230688c8da28c6d3c6a5be70d3
 CompileScript: python%type_raw[python] setup.py build --mpicc=%p/bin/mpicc
 InstallScript: <<
 python%type_raw[python] setup.py install --root %d
@@ -38,13 +38,13 @@
 called IPython1. While IPython1 is not completed, the kernel module
 is fully functional and can be used with current IPython versions.
 <<
-DescPackaging: <<
-Uses update-alternatives to allow non-versioned executables to point to the
-different variants.  They are all keyed to "ipcluster".
-<<
 License: LGPL
 Homepage: http://ipython.scipy.org
 
+DescPackaging: <<
+The ipcluster script was designated as the master item used by 
+update-alternatives to manage installation of all of the executable scripts 
+in the package.
 <<
 
-
+<<


-
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/utils bacula.info, 1.8, 1.9 bacula.patch, 1.2, 1.3

2007-04-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5026/main/finkinfo/utils

Modified Files:
bacula.info bacula.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1678921&group_id=17203&atid=414256

Index: bacula.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/bacula.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bacula.patch18 Jan 2007 17:58:41 -  1.2
+++ bacula.patch12 Apr 2007 00:47:07 -  1.3
@@ -18,5 +18,3 @@
  bacula-fd: Makefile  
@for I in ${fd_subdirs}; \
  do (cd $$I; echo "==>Entering directory `pwd`"; \
-
-

Index: bacula.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/bacula.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- bacula.info 13 Feb 2007 19:56:56 -  1.8
+++ bacula.info 12 Apr 2007 00:47:06 -  1.9
@@ -1,8 +1,8 @@
 Package: bacula
-Version: 2.0.2
+Version: 2.0.3
 Revision: 1
 GCC: 4.0
-Source-MD5: 299883ddd460336cfb613fd6d9bff989
+Source-MD5: 443d2560ace95173a0d8ba465de493ef
 Source: mirror:sourceforge:bacula/bacula-%v.tar.gz
 License: GPL
 Maintainer: Charles Galpin <[EMAIL PROTECTED]>
@@ -37,6 +37,7 @@
 
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
+SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 ConfigureParams: --bindir=%p/bin --sbindir=%p/sbin --without-postgresql 
--without-mysql --with-sqlite=%p/include --with-scriptdir=%p/lib/bacula 
--sysconfdir=%p/etc/bacula --enable-gnome --enable-largefile 
--with-working-dir=%p/lib/bacula --with-pid-dir=%p/var/run 
--with-subsys-dir=%p/var/run/subsys --mandir=%p/share/man 
--with-readline=%p/include/readline
 CompileScript: <<
@@ -147,5 +148,3 @@
   bacula-* packages
 <<
 
-
-


-
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-tlslite-py.info, 1.1, NONE

2007-04-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27306/main/finkinfo/libs/pythonmods

Removed Files:
python-tlslite-py.info 
Log Message:
OK, I was wrong.  This should be in crypto

--- python-tlslite-py.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/crypto/finkinfo python-tlslite-py.info, NONE, 1.1

2007-04-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27306/crypto/finkinfo

Added Files:
python-tlslite-py.info 
Log Message:
OK, I was wrong.  This should be in crypto

--- NEW FILE: python-tlslite-py.info ---
Info2: <<
Package: python-tlslite-py%type_pkg[python]
Version: 0.3.8
Revision: 1
Type: python (2.3 2.4 2.5)
Depends: python%type_pkg[python]
Source: http://trevp.net/tlslite/tlslite-%v.tar.gz
Source-MD5: 5e1c19500e30fc7580939c18b435f937
CompileScript: %p/bin/python%type_raw[python] setup.py build   
InstallScript: << 
%p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
# doc
/bin/mkdir -m 755 -p %i/share/doc/%n
/bin/cp -R docs/* %i/share/doc/%n
# no invariant components for a language-versioned package
/bin/rm -f %i/bin/*
<<
License: Public Domain
DocFiles: readme.txt
Description: TLS/SSL library for Python
DescDetail: <<
TLS Lite is a free python library that implements SSL v3, TLS v1, and
TLS v1.1. TLS Lite supports non-traditional authentication methods
such as SRP, shared keys, and cryptoIDs, in addition to X.509
certificates.  TLS Lite is pure python, however it can access OpenSSL,
cryptlib, pycrypto, and GMPY for faster crypto operations.  TLS Lite
integrates with httplib, xmlrpclib, poplib, imaplib, smtplib,
SocketServer, asyncore, and Twisted.
<<
Maintainer: Jason R. Mastaler <[EMAIL PROTECTED]>
Homepage: http://trevp.net/tlslite/
<<



-
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 firefox1.5.info, 1.10, 1.11 firefox1.5.patch, 1.2, 1.3

2007-04-12 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12722/crypto/finkinfo

Modified Files:
firefox1.5.info firefox1.5.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1679159&group_id=17203&atid=414256

Index: firefox1.5.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox1.5.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- firefox1.5.info 14 Jan 2007 21:22:13 -  1.10
+++ firefox1.5.info 12 Apr 2007 10:45:11 -  1.11
@@ -1,5 +1,5 @@
 Package: firefox1.5
-Version: 1.5.0.9
+Version: 1.5.0.11
 Revision: 1001
 Description: Lightweight browser from mozilla.org
 License: OSI-Approved
@@ -41,26 +41,25 @@
 <<
 Source: 
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%v/source/firefox-%v-source.tar.bz2
 SourceDirectory: mozilla
-Source-MD5: 383d3f3a17ba819ead94c2edc6739773
+Source-MD5: 577d782427edf993e74a3c69e5e81678
 PatchScript: <<
-  sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
-  perl -pi -e 's,[EMAIL PROTECTED],%p/lib/%n,g' `grep -lr @executable_path .`
-perl -pi.bak -e 's,-no-cpp-precomp,,' configure
+  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
+  /usr/bin/perl -pi -e 's,[EMAIL PROTECTED],%p/lib/%n,g' `/usr/bin/grep -lr 
@executable_path .`
+  ### -no-cpp-precomp crashes out on OS X >= 10.5
+  /usr/bin/perl -pi -e 's,-no-cpp-precomp,,' configure
 <<
-NoSetCXX: true
+#NoSetCXX: true
 GCC: 4.0
 CompileScript: <<
   #!/bin/sh -ev
   export PATH='%p/bin:%p/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin'
   ./configure %c
-#  make -w MOZ_XFT_CFLAGS="-I%p/lib/freetype219/include/freetype2 
-I/usr/X11R6/include" \
-#  MOZ_XFT_LIBS="-L%p/lib/freetype219/lib -L/usr/X11R6/lib -lXft -lfreetype 
-lXrender -lfontconfig"
-  make -w
+  /usr/bin/make -w
 <<
 InstallScript: <<
 #!/bin/sh -ev
 
-make -w install DESTDIR=%d
+/usr/bin/make -w install DESTDIR=%d
 
 # Install NSS headers.
 /bin/cp -R -L dist/public/nss %i/include/%n/nss
@@ -121,6 +120,7 @@
   DocFiles: LEGAL LICENSE README.txt
   Files: lib/%N/lib*.dylib lib/%N/chrome lib/%N/components lib/%N/greprefs 
lib/%N/res
   Shlibs: <<
+%p/lib/%N/libfreebl3.dylib 1.0.0 %n (>= 1.5.0.10-1001)
 %p/lib/%N/libgfxpsshar.dylib 1.0.0 %n (>= 1.5-1)
 %p/lib/%N/libgkgfx.dylib 1.0.0 %n (>= 0.10.1-4)
 %p/lib/%N/libgtkembedmoz.dylib 1.0.0 %n (>= 0.10.1-4)
@@ -179,9 +179,4 @@
 
 ac_add_options --enable-macos-target=10.3 in patch file (.mozconfig) is 
 for the minimum OS version that this will compile in.
-
-Have to set own path and unset CXX in 10.4-trans because it doesn't
-build otherwise.
 <<
-
-

Index: firefox1.5.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/firefox1.5.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- firefox1.5.patch23 Sep 2006 21:49:39 -  1.2
+++ firefox1.5.patch12 Apr 2007 10:45:11 -  1.3
@@ -1,7 +1,7 @@
 diff -ruN mozilla-orig/.mozconfig mozilla/.mozconfig
 --- mozilla-orig/.mozconfigWed Dec 31 19:00:00 1969
 +++ mozilla/.mozconfig Mon Jun 19 15:10:13 2006
-@@ -0,0 +1,44 @@
+@@ -0,0 +1,43 @@
 +# sh
 +# Build configuration script
 +#
@@ -41,7 +41,6 @@
 +ac_add_options [EMAIL PROTECTED]@/lib/firefox1.5
 +ac_add_options [EMAIL PROTECTED]@
 +ac_add_options [EMAIL PROTECTED]@
-+ac_add_options --with-system-zlib=/usr
 +ac_add_options [EMAIL PROTECTED]@/lib/freetype219
 +
 +#ac_add_options [EMAIL PROTECTED]@/lib/freetype2
@@ -401,3 +400,5 @@
  /* Make sure the stack is 16-byte aligned.  Do that by aligning to 16 bytes 
and
   * then subtracting 4 so the three subsequent pushes result in a 16-byte 
aligned
   * stack. */
+
+


-
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


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

2007-04-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4525/main/finkinfo/sci

Modified Files:
prover9.info 
Log Message:
Update from tracker

http://sourceforge.net/tracker/index.php?func=detail&aid=1687924&group_id=17203&atid=414256

Index: prover9.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/prover9.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- prover9.info16 Jan 2007 03:06:49 -  1.2
+++ prover9.info16 Apr 2007 01:51:59 -  1.3
@@ -1,22 +1,21 @@
 Package: prover9
 Description: Prove theorems and build models
-Version: 2006-11
+Version: 2007-03
 Revision: 1
 License: OSI-Approved
-Source: 
http://www.cs.unm.edu/~mccune/prover9/download/LADR-November-2006.tar.gz
-Source-MD5: 7940527b679ce38a19db2e39fcd26b21
-SourceDirectory: LADR-November-2006
-Source2: http://www.cs.unm.edu/~mccune/prover9/manual/%n-manual-1106.tar.gz
-Source2-MD5: d4e7805330aaa5b44ba41edc7b9ea130
-Source2ExtractDir: LADR-November-2006
-DocFiles: November-2006/*.html
+Source: http://www.cs.unm.edu/~mccune/prover9/download/LADR-March-2007.tar.gz
+Source-MD5: 4e439104533828beb1a331edcb1f23af
+SourceDirectory: LADR-March-2007
+Source2: http://www.cs.unm.edu/~mccune/prover9/manual/%n-manual-0307.tar.gz
+Source2-MD5: e3fcbdc0fec28c2992072c8b9349e138
+Source2ExtractDir: LADR-March-2007
+DocFiles: %n-manual-0307/*.html
 CompileScript: <<
   make all
 <<
 InstallScript: <<
   mkdir -p %i/bin
-  install -m 755 bin/attack2 %i/bin
-  install -m 755 bin/attack3.py %i/bin
+  install -m 755 bin/attack %i/bin
   install -m 755 bin/autosketches4 %i/bin
   install -m 755 bin/clausefilter %i/bin
   install -m 755 bin/clausetester %i/bin
@@ -45,10 +44,5 @@
 logic, and Mace4 searches for finite models and
 counterexamples. Prover9 is the successor of the Otter prover.
 <<
-DescPackaging: <<
-Author has given permission for the package to be distributed by Fink, and 
hasn't
-descided upon an established licensure (e.g. GPL) as of yet.  
-<<
 Homepage: http://www.cs.unm.edu/~mccune/prover9
-Maintainer: Jesse Alama <[EMAIL PROTECTED]>
-
+Maintainer: Jesse Alama <[EMAIL PROTECTED]>
\ No newline at end of file


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/database mysql-python-py.info, 1.5, 1.6

2007-04-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5799/main/finkinfo/database

Modified Files:
mysql-python-py.info 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1686616&group_id=17203&atid=414256

Index: mysql-python-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/mysql-python-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mysql-python-py.info4 Jan 2007 22:50:58 -   1.5
+++ mysql-python-py.info16 Apr 2007 01:54:40 -  1.6
@@ -1,13 +1,13 @@
 Info2: <<
 Package: mysql-python-py%type_pkg[python]
-Version: 1.2.1
+Version: 1.2.2
 Revision: 1000
-Type: python(2.3 2.4 2.5)
-Source: mirror:sourceforge:mysql-python/MySQL-python-%v_p2.tar.gz
-Source-MD5: e6b9ea21fd91cb4a5663304da727bb70
+Type: python(2.4 2.5)
+Source: mirror:sourceforge:mysql-python/MySQL-python-%v.tar.gz
+Source-MD5: 532268f02870bea18c1d465e88afff30
 PatchScript: cp %a/%{ni}.patch LICENSE
-BuildDepends: python%type_pkg[python] | (%type_pkg[python] = 23) 
python%type_pkg[python]-nox, mysql15-dev (>= 5.0.16-1002), system-openssl-dev
-Depends: python%type_pkg[python] | (%type_pkg[python] = 23) 
python%type_pkg[python]-nox, mysql15-shlibs (>= 5.0.16-1002)
+BuildDepends: python%type_pkg[python], setuptools-py%type_pkg[python], 
mysql15-dev (>= 5.0.16-1002), system-openssl-dev
+Depends: python%type_pkg[python], mysql15-shlibs (>= 5.0.16-1002)
 CompileScript: <<
   %p/bin/python%type_raw[python] setup.py build
 <<
@@ -17,7 +17,7 @@
   cp -R doc/* %i/share/doc/%n
 <<
 DocFiles: ChangeLog MANIFEST PKG-INFO README LICENSE
-Description: Python %type_raw[python] interface to MySQL
+Description: Python interface to MySQL
 DescDetail: <<
 Python interface to MySQL
 
@@ -30,3 +30,5 @@
 Maintainer: Beat Birkhofer <[EMAIL PROTECTED]>
 Homepage: http://sourceforge.net/projects/mysql-python
 <<
+
+


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text idnits.info,1.10,1.11

2007-04-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7239/main/finkinfo/text

Modified Files:
idnits.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1684960&group_id=17203&atid=414256

Index: idnits.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/idnits.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- idnits.info 11 Feb 2007 19:07:03 -  1.10
+++ idnits.info 16 Apr 2007 01:58:22 -  1.11
@@ -1,14 +1,16 @@
 Package: idnits
-Version: 2.01.1
+Version: 2.04.03
 Revision: 1
 Source: http://tools.ietf.org/tools/%n/%n-%v.tgz
-Source-MD5: 6a717e4a982ba0aefa3ce6884f65ae66
+Source-MD5: 72a11924db4a00d9f9bb97db09d1c014
 
 Maintainer: Lars Eggert <[EMAIL PROTECTED]>
 HomePage: http://tools.ietf.org/tools/idnits/
 License: GPL
 Description: Verify IDs against the IETF's checklist
 
+Depends: aspell
+
 CompileScript: <<
 <<
 
@@ -18,5 +20,3 @@
 mkdir -p %i/bin
 install %n %i/bin/%n
 <<
-
-


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text xml2rfc.info,1.3,1.4

2007-04-15 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7996/main/finkinfo/text

Modified Files:
xml2rfc.info 
Log Message:
New from tracker:
http://sourceforge.net/tracker/index.php?func=detail&aid=1684959&group_id=17203&atid=414256

Index: xml2rfc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/xml2rfc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xml2rfc.info11 Feb 2007 19:07:03 -  1.3
+++ xml2rfc.info16 Apr 2007 02:00:14 -  1.4
@@ -1,8 +1,10 @@
 Package: xml2rfc
-Version: 1.32
+Version: 1.33pre3
 Revision: 1
-Source: http://xml.resource.org/authoring/%n-%v.tgz
-Source-MD5: fdf2ab67379f01c4ed7f5c9dea4919ec
+Source:http://xml.resource.org/authoring/%n-dev.tgz
+SourceRename: %n-%v.tgz
+#Source: http://xml.resource.org/authoring/%n-%v.tgz
+Source-MD5: dcbeec49e1d82dac3978b07b779e5e7c
 
 Maintainer: Lars Eggert <[EMAIL PROTECTED]>
 HomePage: http://xml.resource.org/
@@ -29,5 +31,3 @@
 ln -f %i/bin/xml2rfc %i/bin/xml2html
 ln -f %i/bin/xml2rfc %i/bin/xml2nroff
 <<
-
-


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/shells pdsh.info,NONE,1.1

2007-04-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12630/main/finkinfo/shells

Added Files:
pdsh.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1502432&group_id=17203&atid=414256



--- NEW FILE: pdsh.info ---
Package: pdsh
Version: 2.12
Revision: 2
Description: Runs commands in parallel on multiple hosts
License: GPL
Maintainer: Steve Huff <[EMAIL PROTECTED]>
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: f0a0d5badd17dedad2f65e95ca887d2e
ConfigureParams: --mandir=%p/share/man --without-rsh --with-ssh --without-xcpu 
--with-readline --disable-dependency-tracking
InfoTest: <<
 TestScript: make check || exit 2
<<
InstallScript: <<
 make install DESTDIR=%d
<<
DocFiles: AUTHORS README COPYING ChangeLog README.KRB4 README.modules 
README.QsNet META NEWS DISCLAIMER TODO
Depends: readline5-shlibs, libncurses5-shlibs
BuildDepends: libncurses5, readline5
Suggests: dejagnu
DescDetail: <<
 Pdsh is a high-performance, parallel remote shell utility. It has 
 built-in, thread-safe clients for Berkeley and Kerberos V4 rsh, 
 and can call SSH externally (though with reduced performance). 
 Pdsh uses a "sliding window" parallel algorithm to conserve socket
 resources on the initiating node and to allow progress to continue
 while timeouts occur on some connections.
<<
DescUsage: <<
 The Fink pdsh package is built with the following flags:
 
 --without-rsh --with-ssh --without-xcpu --with-readline
 
 Note: this means that the rsh transport module is *NOT*
 available by default!  Avoid using rsh if possible.  
 Also, Xcpu support is not available.
<<
Homepage: http://www.sourceforge.net/pdsh/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 dx-hdf5.info, NONE, 1.1 dx-hdf5.patch, NONE, 1.1

2007-04-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13795/main/finkinfo/sci

Added Files:
dx-hdf5.info dx-hdf5.patch 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1158739&group_id=17203&atid=414256


--- NEW FILE: dx-hdf5.patch ---
diff -urN dxhdf5-0.4.5/Makefile.in dxhdf5-new/Makefile.in
--- dxhdf5-0.4.5/Makefile.in2006-12-08 05:49:14.0 -0500
+++ dxhdf5-new/Makefile.in  2007-04-16 17:03:02.0 -0400
@@ -629,7 +629,7 @@
@echo "In order to use OpenDX with all loadable modules,"
@echo "also the ones installed before installing dxhdf5,"
@echo "use this command:"
-   @echo "dx -mdf $(prefix)/[EMAIL PROTECTED]@/all.mdf"
+   @echo "dx -mdf $(prefix)/share/dx/[EMAIL PROTECTED]@/all.mdf"
@echo ""
@echo "It may useful to set this up as an alias."
@echo ""
diff -urN dxhdf5-0.4.5/docs/ImportHDF5Field.html.in 
dxhdf5-new/docs/ImportHDF5Field.html.in
--- dxhdf5-0.4.5/docs/ImportHDF5Field.html.in   2004-11-19 03:06:26.0 
-0500
+++ dxhdf5-new/docs/ImportHDF5Field.html.in 2007-04-16 17:03:02.0 
-0400
@@ -339,7 +339,7 @@
 
 After the module is installed, this example is available
 as an OpenDX program in the file:
-@prefix@/samples/moduleTryOut/ImportHDF5FieldUsage.net
+
@prefix@/share/dx/samples/moduleTryOut/ImportHDF5FieldUsage.net
 
 In the example the file ImportHDF5FieldUsage.h5 is used
 which was generated by VORPAL
diff -urN dxhdf5-0.4.5/docs/ImportHDF5Species.html.in 
dxhdf5-new/docs/ImportHDF5Species.html.in
--- dxhdf5-0.4.5/docs/ImportHDF5Species.html.in 2004-12-13 05:06:05.0 
-0500
+++ dxhdf5-new/docs/ImportHDF5Species.html.in   2007-04-16 17:03:02.0 
-0400
@@ -549,7 +549,7 @@
 
 After the module is installed, this example is available
 as an OpenDX program in the file:
-@prefix@/samples/moduleTryOut/ImportHDF5SpeciesUsage.net
+
@prefix@/share/dx/samples/moduleTryOut/ImportHDF5SpeciesUsage.net
 
 In the example the file ImportHDF5SpeciesUsage.h5 is used,
 which was generated by VORPAL
diff -urN dxhdf5-0.4.5/docs/Makefile.in dxhdf5-new/docs/Makefile.in
--- dxhdf5-0.4.5/docs/Makefile.in   2006-12-08 05:49:14.0 -0500
+++ dxhdf5-new/docs/Makefile.in 2007-04-16 17:03:02.0 -0400
@@ -145,7 +145,7 @@
 build_cpu = @build_cpu@
 build_os = @build_os@
 build_vendor = @build_vendor@
-datadir = $(prefix)/html/modules
+datadir = @prefix@/share/dx/html/modules
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
diff -urN dxhdf5-0.4.5/modules/Makefile.in dxhdf5-new/modules/Makefile.in
--- dxhdf5-0.4.5/modules/Makefile.in2006-12-08 05:49:15.0 -0500
+++ dxhdf5-new/modules/Makefile.in  2007-04-16 17:03:02.0 -0400
@@ -192,7 +192,7 @@
 target_alias = @target_alias@
 
 # installation directories
-modulesdir = $(prefix)/[EMAIL PROTECTED]@
+modulesdir = $(prefix)/share/dx/[EMAIL PROTECTED]@
 
 # to be installed
 bin_SCRIPTS = dxhdf5
@@ -550,8 +550,8 @@
 
 # for producing the all.mdf file
 all.mdf: dxhdf5.mdf
-   @if test -d "$(prefix)/[EMAIL PROTECTED]@"; then
\
-   MODULES=`cd $(prefix)/[EMAIL PROTECTED]@;   
\
+   @if test -d "$(prefix)/share/dx/[EMAIL PROTECTED]@"; then   
\
+   MODULES=`cd $(prefix)/share/dx/[EMAIL PROTECTED]@;  
\
ls | grep '\.mdf$$'`;   \
else\
MODULES=""; \
@@ -561,8 +561,8 @@
\
for i in $$MODULES; do  \
  if test "$$i" != "all.mdf" -a "$$i" != "dxhdf5.mdf"; then \
-  echo "Adding $(prefix)/[EMAIL PROTECTED]@/$$i to all.mdf";   
\
-  cat $(prefix)/[EMAIL PROTECTED]@/$$i >> ./all.mdf;   
\
+  echo "Adding $(prefix)/share/dx/[EMAIL PROTECTED]@/$$i to 
all.mdf";  \
+  cat $(prefix)/share/dx/[EMAIL PROTECTED]@/$$i >> ./all.mdf;  
\
   echo "" >> ./all.mdf;\
  fi;   \
done;   \
diff -urN dxhdf5-0.4.5/modules/dxhdf5.in dxhdf5-new/modules/dxhdf5.in
--- dxhdf5-0.4.5/modules/dxhdf5.in  2006-11-12 03:44:02.0 -0500
+++ dxhdf5-new/modules/dxhdf5.in2007-04-16 17:03:02.0 -0400
@@ -5,4 +5,4 @@
 
 dxargs="$@"
 
[EMAIL PROTECTED]@ -mdf @prefix@/[EMAIL PROTECTED]@/dxhdf5.mdf $dxargs
[EMAIL PROTECTED]@ -mdf @prefix@/share/dx/[EMAIL PROTECTED]

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

2007-04-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14064/sci

Modified Files:
dx.info 
Log Message:
New version from maintainer

Index: dx.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/dx.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dx.info 1 Jun 2006 22:34:46 -   1.3
+++ dx.info 18 Apr 2007 02:05:49 -  1.4
@@ -1,11 +1,11 @@
 Package: dx
-Version: 4.4.0
+Version: 4.4.4
 Revision: 1000
 Source:  http://opendx.npaci.edu/source/%n-%v.tar.gz
-Source-MD5: 8fe6a09faea4aa713a1540f51371b719 
+Source-MD5: 6da0c4cd21d3c08f97b7662e3aee5b7b
 Patch: %n.patch
-BuildDepends: openmotif3 (>= 2.2.3-11), libtiff (>= 3.7.2-1001), netcdf (>= 
3.6.1-1001), automake1.7, libtool14, imagemagick-dev (>= 6.1.8-1003), x11-dev
-Depends: openmotif3-shlibs (>= 2.2.3-11), imagemagick (>= 6.1.8-1003), 
netcdf-shlibs (>= 3.6.1-1001), libtiff-shlibs (>= 3.7.2-1001), hdf (>= 
4.2r1-1001), x11 
+BuildDepends: openmotif3 (>= 2.2.3-11), libtiff (>= 3.7.2-1001), netcdf (>= 
3.6.1-1001), automake1.7, libtool14, imagemagick-dev (>= 6.1.8-1002), 
x11-dev,lcms,libpng3,libxml2
+Depends: openmotif3-shlibs (>= 2.2.3-11), imagemagick-shlibs (>= 6.1.8-1003), 
netcdf-shlibs (>= 3.6.1-1001), libtiff-shlibs (>= 3.7.2-1001), hdf (>= 
4.2r1-1001), 
x11,libiconv,lcms-shlibs,libpng3-shlibs,libtool14-shlibs,libxml2-shlibs
 ConfigureParams:  --prefix=%p/share --exec_prefix=%p  --with-motif-libs=%p/lib 
--with-motif-includes=%p/include --without-javadx --with-large-arenas
 GCC:4.0
 SetCXX:g++-4.0
@@ -24,10 +24,6 @@
 <<
 DocFiles: <<
 LICENSE NEWS README doc/README COPYING doc/README_SMP
-doc/README_alphax doc/README_aviion doc/README_hp700 
-doc/README_ibm6000 doc/README_ibmpvs doc/README_indigo
-doc/README_intelnt doc/README_sgi doc/README_sgi4 doc/README_solaris 
-doc/README_sun4
 <<
 License: OSI-Approved
 Description: Open Visualization Data Explorer
@@ -52,9 +48,6 @@
  in %p/bin, %p/include, %p/share/man etc. Using %p/lib breaks things, so 
 I've left the "libraries"  in %/p/share/dx/lib. 
 Disables java dx.
-During compilation, the build will seem to hang. zClipQ.C is resistant to 
-aggressive optimization. On my G4/1.25, compilation of this file may take 
-up to thirty minutes.
 Fixed the -morehelp option.
 Now uses openmotif3, as lesstif doesn't render some widgets correctly.
 Corrected configure.ac so all necesary hdf libaries are compiled in.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 fortunes-b5.info, NONE, 1.1

2007-04-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25549

Added Files:
fortunes-b5.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1665474&group_id=17203&atid=414256

--- NEW FILE: fortunes-b5.info ---
Package: fortunes-b5
Version: 20060905
Revision: 1
Description: Babylon 5 quotes for fortune-mod
Homepage: http://www.cs.tut.fi/~albert/Quotes/B5-quotes.html
Maintainer: Brian Gernhardt <[EMAIL PROTECTED]>
License: OSI-Approved
Depends: fortune-mod
Source: http://www.cs.tut.fi/~albert/Quotes/B5-quotes
Source-MD5: 5ca0733d0a8b4469c103c11669cc50e7
NoSourceDirectory: true
CompileScript: <<
sed -e "s/^$/%%/" B5-quotes > babylon5
strfile babylon5 babylon5.dat
ln -s babylon5 babylon5.u8
<<
InstallScript: <<
mkdir -p %i/share/fortunes
cp -R babylon5 babylon5.dat babylon5.u8 %i/share/fortunes
<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 libdaemon.info,NONE,1.1

2007-04-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6676/main/finkinfo/libs

Added Files:
libdaemon.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1673733&group_id=17203&atid=414256

--- NEW FILE: libdaemon.info ---
Package: libdaemon
Version: 0.10
Revision: 1
Source: http://0pointer.de/lennart/projects/%{n}/%{n}-%{v}.tar.gz
Source-MD5: 6812a5e4063b5016f25e9a0cebbd3dd9
Maintainer: Pierre-Henri Lavigne <[EMAIL PROTECTED]>
Homepage: http://0pointer.de/lennart/projects/libdaemon/
License: LGPL
Description: <<
Easy way to write UNIX daemons
<<
DescDetail: <<
Lightweight C library that eases the writing of UNIX daemons

It consists of the following parts:
  * A wrapper around fork() which does the correct daemonization
  procedure of a process
  * A wrapper around syslog() for simpler and compatible log
  output to Syslog or STDERR
  * An API for writing PID files
  * An API for serializing UNIX signals into a pipe for usage
  with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR
  redirected to syslog.

APIs like these are used in most daemon software available. It
is not that simple to get it done right and code duplication is
not a goal.

libdaemon is currently used by ifplugd, Avahi, ivam2,
Nautilus-Share and aeswepd
<< 
BuildDependsOnly: true
BuildDepends: lynx
Depends: %N-shlibs (=%{v}-%{r})
Docfiles: LICENSE README doc/README doc/README.html doc/style.css
ConfigureParams: --with-extra-libs=%{p}/lib --with-extra-includes=%{p}/include 
--disable-dependency-tracking
CompileScript: <<
#! /bin/sh -ev
./configure %{c}
make
<<
SplitOff: <<
   Package: %{n}-shlibs
   Files: lib/lib*.*.dylib
   DocFiles: LICENSE README
   Description: Shared libs for %{n}
   Shlibs: <<
   %p/lib/libdaemon.0.dylib 3.0.0 %n (>= 0.10.0-1)
   <<
<<



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 boost-foreach.info, NONE, 1.1

2007-04-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8206/main/finkinfo/libs

Added Files:
boost-foreach.info 
Log Message:
New from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1689423&group_id=17203&atid=414256

--- NEW FILE: boost-foreach.info ---
Package: boost-foreach
Version: 2006.01.01
Revision: 1
DocFiles: README.TXT LICENSE_1_0.txt foreach.pdf libs/foreach/doc
Description: Foreach Looping Construct for C++
License: BSD
Maintainer: Alexey Zakhlestin <[EMAIL PROTECTED]>
Homepage: 
http://boost-consulting.com/vault/index.php?&direction=0&order=&directory=Algorithms

Source: 
http://boost-consulting.com/vault/index.php?action=downloadfile&filename=foreach.zip&directory=Algorithms
SourceRename: foreach.zip
NoSourceDirectory: true
Source-MD5: 1e10b2ce567cb6039bf5e7ce36ab00ff

BuildDependsOnly: true
Enhances: boost1.33

CompileScript: <<
<<
InstallScript: <<
  mkdir -p %i/include/boost/
  cp boost/foreach.hpp %i/include/boost/
<<

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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.info, 1.7, 1.8 wesnoth-devel.patch, 1.3, 1.4 wesnoth.info, 1.6, 1.7 wesnoth.patch, 1.4, 1.5

2007-04-23 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26942

Modified Files:
wesnoth-devel.info wesnoth-devel.patch wesnoth.info 
wesnoth.patch 
Log Message:
Updates from tracker

http://sourceforge.net/tracker/index.php?func=detail&aid=1672134&group_id=17203&atid=414256
http://sourceforge.net/tracker/index.php?func=detail&aid=1682955&group_id=17203&atid=414256


Index: wesnoth-devel.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth-devel.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wesnoth-devel.patch 20 Dec 2006 17:06:44 -  1.3
+++ wesnoth-devel.patch 23 Apr 2007 17:57:44 -  1.4
@@ -1,7 +1,7 @@
-diff -Naur --exclude='*~' wesnoth-1.1.14/configure 
wesnoth-1.1.14.fink/configure
 wesnoth-1.1.14/configure   2006-12-15 07:56:44.0 -0800
-+++ wesnoth-1.1.14.fink/configure  2006-12-16 21:08:38.0 -0800
-@@ -2534,76 +2534,81 @@
+diff -Naur --exclude='*~' wesnoth-1.3.1/configure wesnoth-1.3.1.fink/configure
+--- wesnoth-1.3.1/configure2007-02-25 10:03:02.0 -0800
 wesnoth-1.3.1.fink/configure   2007-02-27 22:04:06.0 -0800
+@@ -2532,76 +2532,9 @@
  
  { echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
  echo $ECHO_N "checking how to create a ustar tar archive... $ECHO_C" >&6; }
@@ -75,85 +75,13 @@
 -  fi
 -done
 -rm -rf conftest.dir
-+# # Loop over all known methods to create a tar archive until one works.
-+# _am_tools='gnutar plaintar pax cpio none'
-+# _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
-+# # Do not fold the above two line into one, because Tru64 sh and
-+# # Solaris sh will not grok spaces in the rhs of `-'.
-+# for _am_tool in $_am_tools
-+# do
-+#   case $_am_tool in
-+#   gnutar)
-+# for _am_tar in tar gnutar gtar;
-+# do
-+#   { echo "$as_me:$LINENO: $_am_tar --version" >&5
-+#($_am_tar --version) >&5 2>&5
-+#ac_status=$?
-+#echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+#(exit $ac_status); } && break
-+# done
-+# am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
-+# am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
-+# am__untar="$_am_tar -xf -"
-+# ;;
-+#   plaintar)
-+# # Must skip GNU tar: if it does not support --format= it doesn't create
-+# # ustar tarball either.
-+# (tar --version) >/dev/null 2>&1 && continue
-+# am__tar='tar chf - "$$tardir"'
-+# am__tar_='tar chf - "$tardir"'
-+# am__untar='tar xf -'
-+# ;;
-+#   pax)
-+# am__tar='pax -L -x ustar -w "$$tardir"'
-+# am__tar_='pax -L -x ustar -w "$tardir"'
-+# am__untar='pax -r'
-+# ;;
-+#   cpio)
-+# am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
-+# am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
-+# am__untar='cpio -i -H ustar -d'
-+# ;;
-+#   none)
-+# am__tar=false
-+# am__tar_=false
-+# am__untar=false
-+# ;;
-+#   esac
-+
-+#   # If the value was cached, stop now.  We just wanted to have am__tar
-+#   # and am__untar set.
-+#   test -n "${am_cv_prog_tar_ustar}" && break
-+
-+#   # tar/untar a dummy directory, and stop if the command works
-+#   rm -rf conftest.dir
-+#   mkdir conftest.dir
-+#   echo GrepMe > conftest.dir/file
-+#   { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ 
>conftest.tar" >&5
-+#(tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
-+#ac_status=$?
-+#echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+#(exit $ac_status); }
-+#   rm -rf conftest.dir
-+#   if test -s conftest.tar; then
-+# { echo "$as_me:$LINENO: $am__untar &5
-+#($am__untar &5 2>&5
-+#ac_status=$?
-+#echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+#(exit $ac_status); }
-+# grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-+#   fi
-+# done
-+# rm -rf conftest.dir
-+#
-+# We don't need to carry out all this work -- we know what tar to use already
 +am__tar="tar --format=ustar -chf - "'"$$tardir"'
 +am__tar_="tar --format=ustar -chf - "'"$tardir"'
 +am__untar="tar -xf -"
  
  if test "${am_cv_prog_tar_ustar+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -13332,6 +13337,7 @@
+@@ -13308,6 +13241,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; }
  
@@ -161,43 +89,27 @@
  OLD_CPPFLAGS=$CPPFLAGS
  OLD_CFLAGS=$CFLAGS
  OLD_LIBS=$LIBS
-@@ -13340,6 +13346,7 @@
- CFLAGS="$CFLAGS $SDL_CFLAGS"
- LIBS="$LIBS $SDL_LIBS $SDL_IMAGE_LIBS"
- 
-+
- ac_link="$LDPREFIX $ac_link"
- if test "$cross_compiling" = yes; then
-   { echo "$as_me:$LINENO: result: not tested in cross-compiling" >&5
-@@ -13408,7 +13415,7 @@
+@@ -13384,6 +13318,7 @@
  CPPFLAGS=$OLD_CPPFLAGS
  CFLAGS=$OLD_CFLAGS
  LIBS=$OLD_LIBS
--
 +fi
  
+ 
  ##

[cvs] dists/10.4/unstable/main/finkinfo/sci glpk-java.info, NONE, 1.1 glpk-java.patch, NONE, 1.1

2007-04-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24787

Added Files:
glpk-java.info glpk-java.patch 
Log Message:
New from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1679536&group_id=17203&atid=414256

--- NEW FILE: glpk-java.info ---
Package: glpk-java
Version: 4.14
Revision: 2
Type: java(1.4)

Source: http://bjoern.dapnet.de/glpk/source.zip
Source-MD5: 00a0a23e027677f22d9cf141ea52c534
SourceRename: %n-%v.zip
SourceDirectory: source

Depends: glpk (= %v-%r), system-java (>= 1.4)
BuildDepends: system-java-dev (>= 1.4)

Patch: %n.patch

CompileScript: <<

 # Java library
 cd java && mkdir -p classes && javac -d classes *.java
 cd java/classes && jar cf ../%n.jar .
 cd java && javah -classpath classes -jni org.gnu.glpk.GlpkSolver
 
 # Javadocs
 mkdir -p java/doc/api
 cp  java/*.java java/doc/api
 cd java/doc/api && javadoc *
 rm -f java/doc/api/*.java
 
 # JNI library
 cd c && gcc -fPIC -fno-common -I $JAVA_HOME/include -I ../java/ -I %p/include/ 
-idirafter /usr/include/sys -c glpk_jni.c
 cd c && gcc -dynamiclib glpk_jni.o -compatibility_version %v -current_version 
%v -o libglpk_jni.jnilib -lc -lglpk -L%p/lib
 
<<

InstallScript: <<

 # JNI library
 mkdir -p %i/lib
 cp c/libglpk_jni.jnilib %i/lib
 
 # Docs
 mkdir -p %i/share/doc/%n/api
 cp -R java/doc/api/* %i/share/doc/%n/api/
 cp LICENSE %i/share/doc/%n/

<<

JarFiles: java/%n.jar

HomePage: http://bjoern.dapnet.de/glpk/index.htm
Maintainer: Trevor Harmon <[EMAIL PROTECTED]>
Description: Java bindings for GLPK
License: GPL

DescDetail: <<
This package provides a Java Native Interface (JNI) for the GNU Linear
Programming Kit (GLPK). It allows GLPK functions to be called from Java.
<<

DescUsage: <<
To run Java programs that use this library, you will need to set the
java.library.path property. For example:

  java -Djava.library.path=%p/lib MyGLPKProgram

As an alternative, it is possible to accomplish the same results by setting
the DYLD_LIBRARY_PATH environment variable. For example:

  export DYLD_LIBRARY_PATH=%p/lib

However, changing this variable can cause other programs to fail.
<<

--- NEW FILE: glpk-java.patch ---
diff -urN source.orig/LICENSE source/LICENSE
--- source.orig/LICENSE 1969-12-31 16:00:00.0 -0800
+++ source/LICENSE  2006-06-15 15:01:02.0 -0700
@@ -0,0 +1,339 @@
+   GNU GENERAL PUBLIC LICENSE
+  Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+   Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the dange

[cvs] dists/10.4/unstable/main/finkinfo/devel cvs-1.11.22.info, 1.2, 1.3

2007-04-25 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28375/main/finkinfo/devel

Modified Files:
cvs-1.11.22.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1681881&group_id=17203&atid=414256

Index: cvs-1.11.22.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/cvs-1.11.22.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cvs-1.11.22.info12 Jan 2007 19:32:58 -  1.2
+++ cvs-1.11.22.info26 Apr 2007 01:47:36 -  1.3
@@ -1,4 +1,4 @@
-Info2:<<
+Info2: <<
 Package: cvs%type_pkg[-proxy]
 Type: -proxy (-proxy -stable)
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text flip.info,NONE,1.1

2007-04-25 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28375/main/finkinfo/text

Added Files:
flip.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1681881&group_id=17203&atid=414256

--- NEW FILE: flip.info ---
Info2: <<

#=
# $Id: flip.info 510 2007-04-25 05:06:51Z matt $
Package: flip
Version: 0.0.20050821
Revision: 2
GCC: 4.0
Description: Newline conversion for ASCII files
License: OSI-Approved
Homepage: http://ccrma-www.stanford.edu/~craig/utility/%n/
Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
#=

# Unpack phase ---

NoSourceDirectory: true
Source: http://ccrma-www.stanford.edu/~craig/utility/%n/%n.cpp
Source-MD5: 21dc9256584eceffcfc27e137b3f8bc5
SourceRename: %n.cpp-%v
Source2: http://ccrma-www.stanford.edu/~craig/utility/%n/index.html
Source2-MD5: b1641608632d44be8a0315d9fb81c06e
Source2Rename: %n-README.html-%v

# Patch phase 

PatchScript: <<
#!/bin/sh -ex
mv -f '%n.cpp-%v' '%n.cpp'
mv -f '%n-README.html-%v' README.html
<<

# Compile phase --

CompileScript: <<
#!/bin/sh -ex
g++ -ansi -O3 -o '%n' '%n.cpp'
strip '%n'
<<

# Install phase --

InstallScript: <<
#!/bin/sh -ex
install -d -m 755 \
'%i/bin' \
'%i/share/doc/%n'
(
cat < under the
public domain. See README.html for details.
EOF
) >LICENSE
install -c -m 644 \
LICENSE \
README.html \
'%i/share/doc/%n'
install -c -m 755 '%n' \
'%i/bin'
<<

# Documentation --

DescDetail: <<
>From http://ccrma-www.stanford.edu/~craig/utility/flip/:

flip: Newline conversion between Unix, Macintosh and MS-DOS ASCII files

ASCII text files can contain different forms of newlines, depending on
which operating system is being used. Converting between these formats is
often necessary if you use several operating systems.
<<

<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4 VERSION,1.2,1.3

2007-04-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8878

Modified Files:
VERSION 
Log Message:
Pulled by maintainer request

Index: VERSION
===
RCS file: /cvsroot/fink/dists/10.4/VERSION,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- VERSION 25 Mar 2006 04:50:00 -  1.2
+++ VERSION 26 Apr 2007 11:22:41 -  1.3
@@ -1 +1,6 @@
-0.8.1.cvs
+
+0.8.1.cvs 10.4
+0.9.0.cvs 10.5
+
+
+SelfUpdate: [EMAIL PROTECTED] 0
\ No newline at end of file


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text flip.info,1.1,NONE

2007-04-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8878/unstable/main/finkinfo/text

Removed Files:
flip.info 
Log Message:
Pulled by maintainer request

--- flip.info DELETED ---


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 mizar-gab-html.info, 1.2, 1.3 mizar-gab.info, 1.2, 1.3 mizar-semantic-mml.info, 1.3, 1.4 mizar.info, 1.7, 1.8

2007-04-26 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22614

Modified Files:
mizar-gab-html.info mizar-gab.info mizar-semantic-mml.info 
mizar.info 
Log Message:
Updates from tracker:
http://sourceforge.net/tracker/index.php?func=detail&aid=1692708&group_id=17203&atid=414256
http://sourceforge.net/tracker/index.php?func=detail&aid=1692707&group_id=17203&atid=414256
http://sourceforge.net/tracker/index.php?func=detail&aid=1692705&group_id=17203&atid=414256

Index: mizar-semantic-mml.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar-semantic-mml.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mizar-semantic-mml.info 20 Jan 2007 16:58:06 -  1.3
+++ mizar-semantic-mml.info 27 Apr 2007 01:32:28 -  1.4
@@ -1,13 +1,13 @@
 Package: mizar-semantic-mml
 Description: Semantic HTML presentation of the MML
-Version: 4.76.959
+Version: 4.81.962
 Revision: 1
 Replaces: mizar-semantic-mml (<= 4.66.942)
 License: Commercial
 Homepage: http://mmlquery.mizar.org
 Source: http://lipa.ms.mff.cuni.cz/~urban/xmlmml/html_abstr.%v.tar.gz
-Source-MD5: 6901f4a96835f14acd32cf5a275a5880
-SourceDirectory: html_abstr.%v
+Source-MD5: 4cb505e2b53bfde61cf8168640702e9a
+SourceDirectory: html
 CompileScript: <<
 <<
 InstallScript: <<
@@ -22,5 +22,3 @@
 <<
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 
-
-

Index: mizar-gab.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar-gab.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mizar-gab.info  6 Feb 2007 17:30:11 -   1.2
+++ mizar-gab.info  27 Apr 2007 01:32:28 -  1.3
@@ -1,11 +1,11 @@
 Package: mizar-gab
 Description: Generated ABstracts for articles in the MML
-Version: 4.76.959
+Version: 4.81.962
 Revision: 1
 License: Commercial
 Recommends: mizar, mizar-gab-html
 Source: http://merak.pb.bialystok.pl/mmlquery/downloads/gab-%v.tgz
-Source-MD5: e78a0c6d1ca10d9d2956ef5b1c8c8e3a
+Source-MD5: a8f6ed9a1a5eda9e93a337982070002c
 SourceDirectory: %v
 CompileScript: <<
 <<
@@ -24,5 +24,3 @@
 <<
 Homepage: http://merak.pb.bialystok.pl
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
-
-

Index: mizar.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mizar.info  4 Feb 2007 03:08:10 -   1.7
+++ mizar.info  27 Apr 2007 01:32:28 -  1.8
@@ -1,6 +1,6 @@
 Package: mizar
 Depends: mizar-bin, mizar-mml, mizar-doc
-Version: 7.8.03-4.76.959
+Version: 7.8.04-4.81.962
 Revision: 2
 Description: Build and check first-order formal proofs
 Recommends: mizar-semantic-mml, mizar-gab, mizar-mode, mizar-gab-html
@@ -25,8 +25,8 @@
 << 
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 Homepage: http://www.mizar.org/
-Source: 
ftp://mizar.uwb.edu.pl/pub/system/ppc-darwin/%n-7.8.03_4.76.959-ppc-darwin.tar
-Source-MD5: 48cbb2bef1b01edb7eb490acc233e570
+Source: 
ftp://mizar.uwb.edu.pl/pub/system/ppc-darwin/%n-7.8.04_4.81.962-ppc-darwin.tar
+Source-MD5: 0633cb2dbfae2974cc9a3c5c99dfdcc9
 NoSourceDirectory: true
 DocFiles: README
 License: Commercial
@@ -121,5 +121,4 @@
 share/doc/mizar/syntax.txt
 share/doc/mizar/xml
   <<
-<<
-
+<<
\ No newline at end of file

Index: mizar-gab-html.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar-gab-html.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mizar-gab-html.info 6 Feb 2007 17:30:11 -   1.2
+++ mizar-gab-html.info 27 Apr 2007 01:32:28 -  1.3
@@ -1,11 +1,11 @@
 Package: mizar-gab-html
 Description: HTML presentation of Generated ABstracts
-Version: 4.76.959
+Version: 4.81.962
 Revision: 1
 Homepage: http://merak.pb.bialystok.pl
 License: Commercial
 Source: http://merak.pb.bialystok.pl/mmlquery/downloads/html-%v.tgz
-Source-MD5: e04dddcb8320686233db4efa241a70f2
+Source-MD5: afd148fd436ef68694610f9e07f63c0c
 SourceDirectory: %v
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 CompileScript: <<
@@ -22,5 +22,4 @@
 
 For more information on the MML Query tool, which is used to produce
 the GAB's, see http://merak.pb.bialystok.pl .
-<<
-
+<<
\ No newline at end of file


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits

[cvs] dists/10.4/unstable/main/finkinfo/languages lua51.info,1.3,1.4

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3643/main/finkinfo/languages

Modified Files:
lua51.info 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1696827&group_id=17203&atid=414256

Index: lua51.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/lua51.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lua51.info  12 Nov 2006 22:34:28 -  1.3
+++ lua51.info  1 May 2007 17:40:02 -   1.4
@@ -1,7 +1,8 @@
 #
 # lua51.info
 #
-# Fink package file, maintained by Asko Kauppi <[EMAIL PROTECTED]> and 
Jean-Louis Fuchs <[EMAIL PROTECTED]>
+# Fink package file, maintained by Asko Kauppi <[EMAIL PROTECTED]> and 
+# Jean-Louis Fuchs <[EMAIL PROTECTED]>
 #
 # Home:
 #   svn://slugak.dyndns.org/public/lua-fink/
@@ -15,8 +16,10 @@
 #'update-alternatives' for the common 'lua' command (otherwise, no 
conflicts).
 #
 # Todo:
-#   - add 'lua51-xxx-64bit' packages, using 64-bit integers (integer patch) 
and doubles.
-# See D.Morrison's email on 20.7.2006 20:37 for info.
+#   - none
+#
+# Bugs:
+#   - none known
 #
 # Notes:
 #   - The "-ev" parameter to scripts is giving quite a lot of (unnecessary?) 
build output.
@@ -24,12 +27,27 @@
 # okay with just "-e".
 #
 # History:
+#   AKa 4-Apr-2007: 5.1.2-3 Using 5.1.2 proper
+#   Compiling using dlopen() (LUA_USE_DLOPEN, LUA_USE_POSIX) 
+#   and not NSLoadModule() (LUA_USE_MACOSX), due to 
multithreading
+#   problems (NSLINKMODULE_OPTION_PRIVATE) using modules.
+#   AKa 28-Mar-2007: 5.1.2-2 Removing the token filter patch, by lhf's request.
+#   AKa 23-Mar-2007: 5.1.2-1 Using 5.1.2-rc1 just announced
+#   AKa 21-Mar-2007: 5.1.1-14 Changing 'lua51' interpreter to link into shared
+#   library (was statically linked). This must solve issues of
+#   unallocated free -messages with multithreading and multiple
+#   Lua states.
+#   AKa 12.11.2006: 5.1.1-13 Applying LHF's token filter patch (as Source2).
+#   "ranlib %i/lib/liblua.a" added back
+#   removed the patch (Lua in fink stable is without it)
+#   AKa 4.10.2006: 5.1.1-12 liblua.a (static library) troubles solved, 
required no changes in
+#   the .info (= -11 is still bugless, KNOCK-KNOCK)
 #   AKa 9.9.2006: 5.1.1-11 Man pages as "slave alternatives", requested by 
bcully.
 #   AKa 24.8.2006: 5.1.1-10 Adding /usr/local/share/lua/5.1/ and 
/usr/local/lib/5.1/ into 
-#   module paths (user compiled modules). 
+#   module paths (user compiled modules). 
 #   AKa 24.8.2006: 5.1.1-9 Adding '%i/lib/pkgconfig/lua.pc'
-#  Adding '%i/include/lua.hpp'
-#  Adding also 'luac' to use "update-alternatives"
+#   Adding '%i/include/lua.hpp'
+#   Adding also 'luac' to use "update-alternatives"
 #   AKa 20.8.2006: 5.1.1-8 Using 'SourceRename:' to allow test use of Lua 
alphas/betas to come.
 #   AKa 16.8.2006: 5.1.1-7 Added use of "update-alternatives", to get the 
'lua' command point to
 # the most recent Lua instance there is.
@@ -53,45 +71,45 @@
 
 # --- lua51 (main package, Lua 5.1 'lua51' interpreter) ---
 #
-# Pure script packages can depend on 'lua51' package, making sure they have 
the version 
-# of Lua available that they were tested with.
-#
-# Note: This package is NOT dependent on 'lua51-shlibs', the Lua code is 
baked-in into the interpreter itself
-#   (can be done both ways, this seems to be currently preferred in 5.1 
and is simpler)
+# Pure script packages can depend on 'lua51' package, making sure they have 
the 
+# version of Lua available that they were tested with.
 #
-# Note: Do NOT use %v (version) automatically in place of each "5.1.1" and 
such there is; Lua 5.2 will have
-#  %v=5.2, but 5.2.0 is needed as the "long version".
+# Note: Do NOT use %v (version) automatically in place of each "5.1.2" and such
+#   there is; Lua 5.2 will have %v=5.2, but 5.2.0 is needed as the "long
+#   version".
 #
-# Note: Some script packages may sport their own command line shell scripts, 
launching Lua 5.1
-#  in turn. Such references should be made to the 'lua51' binary, _not_ 
'lua' which might
-#  refer to other (more recent) Lua versions. Packages simply installing 
scripts under
-#  '%i/share/lua/5.1' do not need to bother, of course. :)
+# Note: Some script packages may sport their own command line shell scripts, 
+#   launching Lua 5.1 in turn. Such references should be made to the 
'lua51'
+#   binary, _not_ 'lua' which might refer to other (more recent) versions.
+#   Packages simply installing scripts under '%i/share/lua/5.1' do 

[cvs] dists/10.4/unstable/main/finkinfo/libs oniguruma.info,NONE,1.1

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13015/main/finkinfo/libs

Added Files:
oniguruma.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1689438&group_id=17203&atid=414256

--- NEW FILE: oniguruma.info ---
Package: oniguruma
Version: 5.6.1
Revision: 1
DocFiles: AUTHORS COPYING HISTORY INSTALL README README.ja doc
Description: Unicode-aware regular expressions library
License: BSD
Maintainer: Alexey Zakhlestin <[EMAIL PROTECTED]>
Homepage: http://www.geocities.jp/kosako3/oniguruma/

DescDetail: <<
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding 
for every regular expression object can be specified. 
(supported APIs: GNU regex, POSIX and Oniguruma native)

This package includes everything for development with Oniguruma
<<

Source: http://www.geocities.jp/kosako3/oniguruma/archive/onig-%v.tar.gz
Source-MD5: 94982cccb1419f71051d60cf3a733f62

BuildDependsOnly: true
Depends: %n-shlibs (=%v-%r)

ConfigureParams: --disable-dependency-tracking
CompileScript: <<
  ./configure %c
  make
<<
InstallScript: <<
  make install prefix=%i
<<

SplitOff: <<
  Package: oniguruma-shlibs
  DescDetail: <<
Oniguruma is a regular expressions library.
The characteristics of this library is that different character encoding 
for every regular expression object can be specified. 
(supported APIs: GNU regex, POSIX and Oniguruma native)

This package includes shared-libraries and general documentation for 
Oniguruma
  <<
  Shlibs: <<
%p/lib/libonig.2.dylib 3.0.0 %n (>= 5.6.1-1) 32
  <<
  Files: <<
lib/libonig.2.0.0.dylib
lib/libonig.2.dylib
share/doc/%N/AUTHORS
share/doc/%N/COPYING
share/doc/%N/doc/RE
share/doc/%N/doc/RE.ja
share/doc/%N/HISTORY
share/doc/%N/INSTALL
share/doc/%N/README
share/doc/%N/README.ja
  <<
<<

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 libmemcache.info, NONE, 1.1

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22081/main/finkinfo/libs

Added Files:
libmemcache.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1689819&group_id=17203&atid=414256

--- NEW FILE: libmemcache.info ---
Package: libmemcache
Version: 1.4.0.rc2
Revision: 1
DocFiles: COPYING ChangeLog
Description: C API for building memcached clients
License: BSD
Maintainer: Alexey Zakhlestin <[EMAIL PROTECTED]>
Homepage: http://people.freebsd.org/~seanc/libmemcache/

Source: http://people.freebsd.org/~seanc/libmemcache/%n-%v.tar.bz2
Source-MD5: 402c957cd71538c07a263542eeb513d1
Source2: http://people.freebsd.org/~seanc/libmemcache/README
Source2-MD5: 0fe380e6247be8daa826ee561053de63

BuildDependsOnly: true
Depends: %n-shlibs

ConfigureParams: --disable-dependency-tracking
CompileScript: <<
  ./configure %c
  make
<<

InstallScript: <<
 make install prefix=%i bindir=%i/sbin mandir=%i/share/man
 mkdir -p %i/share/doc/%n
 cp ../README %i/share/doc/%n/README.html
<<

SplitOff: <<
  Package: libmemcache-shlibs
  Description: Library for building memcached clients
  Files: <<
lib/libmemcache.0.4.0.dylib
lib/libmemcache.0.dylib
share
  <<
  Shlibs: <<
%p/lib/libmemcache.0.dylib 5.0.0 %n (>= 1.4.0.rc2-1) 32
  <<
<<

DescDetail: <<
  Features:
  * Support for Multiple Memory Contexts. This is primarily used for programs
that need to use memcache(3) inside of Apache where both Apache and PHP
have their own memory management systems.
  * Callback Interface. Using the callback interface, it is possible to lump
many gets together into a single get request with a great deal of ease.
  * Multiple Client Side Hashes. memcache(3) supports multiple hashing methods
to distribute load across multiple servers.
  * Multiple Servers. memcache(3) supports multiple servers.
  * Support for Garbage Collection. memcache(3) was written with the Bohem
Garbage Collector in mind.
  * MIT Licensed. memcache(3) is as Open Source as it gets and can be embedded
in anything (commercial software, open source, etc). May the GPL and its
users rot in hell for their stupidity.
<<

DescUsage: <<
  memcache.h is very well commented and the best place to look for
  documentation (for now). The following examples use the single memory
  context API (what most programs will use), but could easily be converted to
  the multi-memory context API. See memcache.h.in for details.

  /* Create a new memcache instance */
  struct memcache *mc = mc_new();

  /* Add a few servers */
  mc_server_add(mc, "127.0.0.1", "11211");
  mc_server_add(mc, "127.0.0.1", "11212");
  mc_server_add4(mc, "127.0.0.1:11213");

  /* Add a key */
  mc_add(mc, key, keylen, val, bytes, expire, flags);

  /* Get a key, caller has to free(3) memory */
  void *blah = mc_aget(mc, key, keylen);
  free(blah);

  /* Perform a multi-key request */
  struct memcache_req *req = mc_req_new();
  mc_req_add(req, key1, key1_len);
  mc_req_add(req, key2, key2_len);
  mc_get(mc, req);

  /* Process the results
 (need a better interface to looping through results)
  */

  /* Perform a multi-key request the easy way
 (this is my preferred way of getting data):
  */
  req = mc_req_new();
  res1 = mc_req_add(req, key1, key1_len);
  res2 = mc_req_add(req, key2, key2_len);
  mc_get(mc, req);
  /* Play with res1/res2 w/o any looping through req */

  /* Complex multi-key get example: */
  /* Grab the response object that will be used to store a given key */
  struct memcache_res *res = mc_req_add(req, key3, key3_len);

  /* Allocate our own memory a head of time (useful for loops) */
  res->size = 1024;
  res->val = malloc(res->size);
  mc_res_free_on_delete(res, 1);

  /* Perform the get */
  mc_get(mc, req);
  mc_res_free(req, res);

  /* Get stats from the whole cluster */
  struct memcache_server_stats *s = mc_stats(mc);
  mc_server_stats_free(s);

  /* Storage commands: */
  mc_add(mc, key, key_len, val, bytes, expire, flags);
  mc_replace(mc, key, key_len, val, bytes, expire, flags);
  mc_set(mc, key, key_len, val, bytes, expire, flags);

  /* Delete commands: */
  mc_delete(mc, key, key_len, hold_timer);

  /* Atomic opts: */
  mc_incr(mc, key, key_len, 1);
  mc_decr(mc, key, key_len, 1);

  mc_free(mc);
<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 beautifulsoup-py.info, 1.1, 1.2

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15595/main/finkinfo/libs/pythonmods

Modified Files:
beautifulsoup-py.info 
Log Message:
Update from tracker 

http://sourceforge.net/tracker/index.php?func=detail&aid=1701011&group_id=17203&atid=414256

Index: beautifulsoup-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/beautifulsoup-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- beautifulsoup-py.info   20 Oct 2006 17:07:16 -  1.1
+++ beautifulsoup-py.info   1 May 2007 20:36:25 -   1.2
@@ -1,13 +1,13 @@
 Info2: <<
 
 Package: beautifulsoup-py%type_pkg[python]
-Version: 3.0.3
+Version: 3.0.4
 Revision: 1
 Maintainer: Kevin Horton <[EMAIL PROTECTED]>
 Type: python (2.4 2.5)
 Depends: python%type_pkg[python]
-Source: 
http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup.tar.gz
-Source-MD5: 7b788918e887b6b2c1bfef28ca4eb0d1
+Source: 
http://www.crummy.com/software/BeautifulSoup/download/BeautifulSoup-%v.tar.gz
+Source-MD5: 13a7a16e7f3b8febaace13b1b2790550
 SourceDirectory: BeautifulSoup-%v
 CompileScript: python%type_raw[python] setup.py build
 InstallScript: python%type_raw[python] setup.py install --root=%d


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 dtuple-py.info,1.3,1.4

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv17153/main/finkinfo/libs

Modified Files:
dtuple-py.info 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1702388&group_id=17203&atid=414256

Index: dtuple-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/dtuple-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dtuple-py.info  1 Feb 2006 05:06:28 -   1.3
+++ dtuple-py.info  1 May 2007 20:40:58 -   1.4
@@ -4,8 +4,8 @@
 # $Id$
 Package: dtuple-py%type_pkg[python]
 Version: 0.0.2418
-Revision: 2
-Type: python (2.3 2.4)
+Revision: 3
+Type: python (2.3 2.4 2.5)
 Description: Superior wrapper for Python DBI query results
 License: OSI-Approved
 Homepage: http://www.lyra.org/greg/python/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 pyparsing-py.info, NONE, 1.1

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv344/main/finkinfo/libs/pythonmods

Added Files:
pyparsing-py.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1703304&group_id=17203&atid=414256

--- NEW FILE: pyparsing-py.info ---
Info2: <<
Package: pyparsing-py%type_pkg[python]
Version: 1.4.6
Revision: 1
Type: python (2.3 2.4 2.5)
Source: mirror:sourceforge:pyparsing/pyparsing-%v.zip
Source-MD5: d0ba985dc158dfdcb963c686dd80abae
Depends: python%type_pkg[python]

CompileScript: <<
python%type_raw[python] setup.py build
<<
InstallScript: <<
  python%type_raw[python] setup.py install --prefix %p --root %d
<<
DocFiles:  README PKG-INFO docs htmldoc HowToUsePyparsing.html 
pyparsingClassDiagram.JPG pyparsingClassDiagram.PNG

Description: Simple Parsing Module
License: OSI-Approved
Homepage: http://pyparsing.wikispaces.com/
Maintainer: Pepe Barbe <[EMAIL PROTECTED]>
<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils mmv.info,NONE,1.1

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10040/main/finkinfo/utils

Added Files:
mmv.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1703883&group_id=17203&atid=414256

--- NEW FILE: mmv.info ---
Package: mmv
Version: 1.01b
Revision: 1
Maintainer: Bruno De Fraine <[EMAIL PROTECTED]>
HomePage: http://packages.qa.debian.org/m/mmv.html
License: Restrictive/Distributable
#Depends:
#BuildDepends:
Description: Move/Copy/Append/Link multiple files
DescDetail: <<
mmv is a program to move/copy/append/link multiple files according to a set
of wildcard patterns. This multiple action is performed safely, i.e. without
any unexpected deletion of files due to collisions of target names with
existing filenames or with other target names.
<<
Source: mirror:debian:pool/main/m/%n/%n_%v.orig.tar.gz
Source-MD5: 1b2135ab2f17bdfa9e08debbb3c46ad8
SourceDirectory: %n-%v.orig
# The -14 is Debian's revision, not Fink's
Source2: mirror:debian:pool/main/m/%n/%n_%v-14.diff.gz
Source2-MD5: a69eff7501e63c0bd1fcd231bf6949f1
PatchScript: gzip -cd ../%n_%v-14.diff.gz | patch -p1
CompileScript: make CC=gcc LDFLAGS= "CFLAGS=-O2 -Wall -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64"
InstallScript: <<
 install -d %i/bin
 install mmv %i/bin
 (cd %i/bin; ln -s mmv mcp; ln -s mmv mad; ln -s mmv mln;)
 install -d %i/share/man/man1
 install mmv.1 %i/share/man/man1
 (cd %i/share/man/man1; ln -s mmv.1 mcp.1; ln -s mmv.1 mad.1; ln -s mmv.1 
mln.1;)
<<
DocFiles: ANNOUNCE debian/copyright debian/changelog


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils ledger.info, 1.2, 1.3 ledger.patch, 1.1, 1.2

2007-05-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27748/main/finkinfo/utils

Modified Files:
ledger.info ledger.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1704487&group_id=17203&atid=414256

Index: ledger.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/ledger.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ledger.info 1 Dec 2006 23:30:58 -   1.2
+++ ledger.info 1 May 2007 23:52:41 -   1.3
@@ -1,12 +1,12 @@
 Package: ledger
-Version: 2.5
-Revision: 10
+Version: 2.6
+Revision: 1
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 Homepage: http://www.newartisans.com/ledger.html
 License: OSI-Approved
 Description: Maintain double-entry ledgers
-Source-MD5: ef2ac2e9942ecddfc01cc6ae42e264e9
+Source-MD5: 049da75e139dc5094ebf57e1f7e1cb5f
 PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
 BuildDepends: gmp, libofx1, libwww, pcre, expat, opensp4-dev, libgettext3-dev, 
libiconv-dev
 GCC: 4.0
@@ -38,7 +38,7 @@
   mkdir -p %i/share/info
   install -m 644 ledger.info %i/share/info/ledger
 <<
-DocFiles: LICENSE README NEWS ledger.pdf ChangeLog
+DocFiles: LICENSE README NEWS ChangeLog
 DescDetail: <<
 Ledger is a command-line accounting tool for maintaing doubly-entry
 ledgers.  The syntax for ledger files is simple (see the file
@@ -57,28 +57,27 @@
 ledger documentation directory %p/share/doc/ledger .
 <<
 SplitOff: <<
-  Package: %N-shlibs
+  Package: ledger-shlibs
   Description: Shared libraries for ledger
   Depends: gmp-shlibs, pcre-shlibs
-  Shlibs: %p/lib/libledger-2.5.dylib 0.0.0 %n (>= 2.5-1)
-  Files: lib/libledger-2.5.dylib
+  Shlibs: %p/lib/libledger-2.6.dylib 0.0.0 %n (>= 2.6-1)
+  Files: lib/libledger-2.6.dylib
 <<
 SplitOff2: <<
-  Package: %N-dev
+  Package: ledger-dev
   Depends: %N-shlibs (= %v-%r)
   Description: Header files for ledger
   BuildDependsOnly: True
   Files: lib/libledger.a lib/libledger.la lib/libledger.dylib include
 <<
 SplitOff3: <<
-  Package: %N-el
-  Depends: emacsen, %N (= %v-%r)
-  Conflicts: %N (<= 2.4.1-1)
-  Replaces: %N (<= 2.4.1-1)
+  Package: ledger-el
+  Depends: emacsen, ledger
   Description: Maintain a double-entry ledger with emacs
   Files: <<
-share/emacs
-lib/emacsen-common
+share/emacs/site-lisp/ledger/ledger.el
+lib/emacsen-common/packages/install/%N
+lib/emacsen-common/packages/remove/%N
   <<
   PreRmScript: <<
 mkdir -p %p/share/doc/ledger-el
@@ -93,6 +92,14 @@
 
   (require 'ledger)
 
-to your emacs initialization file.
+to your emacs initialization file.  Then, issue the command `M-x
+ledger' when you're visiting ledger files to turn on ledger mode.  A
+useful tip: put a file-local variable
+
+; -*- mode: ledger; -*-
+
+into the top or bottom of your ledger files to get emacs to
+automatically turn on ledger-mode when visiting ledger files.
   <<
 <<
+

Index: ledger.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/ledger.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ledger.patch1 Dec 2006 23:30:58 -   1.1
+++ ledger.patch1 May 2007 23:52:41 -   1.2
@@ -1,6 +1,6 @@
-diff -Naur --exclude='*~' ledger-2.5/fink/emacsen-install 
ledger-2.5.fink/fink/emacsen-install
 ledger-2.5/fink/emacsen-install1969-12-31 16:00:00.0 -0800
-+++ ledger-2.5.fink/fink/emacsen-install   2006-11-27 01:33:43.0 
-0800
+diff -Naur --exclude='*~' ledger-2.6/fink/emacsen-install 
ledger-2.6.fink/fink/emacsen-install
+--- ledger-2.6/fink/emacsen-install1970-01-01 01:00:00.0 +0100
 ledger-2.6.fink/fink/emacsen-install   2007-03-07 01:15:32.0 
+0100
 @@ -0,0 +1,34 @@
 +#!/bin/bash -e
 +#
@@ -36,9 +36,9 @@
 +echo >&2 "install/ledger-el: Compilation log saved in 
@PREFIX@/share/doc/ledger-el/CompilationLog-${FLAVOR}.gz."
 +
 +exit 0
-diff -Naur --exclude='*~' ledger-2.5/fink/emacsen-remove 
ledger-2.5.fink/fink/emacsen-remove
 ledger-2.5/fink/emacsen-remove 1969-12-31 16:00:00.0 -0800
-+++ ledger-2.5.fink/fink/emacsen-remove2006-10-07 13:40:20.0 
-0700
+diff -Naur --exclude='*~' ledger-2.6/fink/emacsen-remove 
ledger-2.6.fink/fink/emacsen-remove
+--- ledger-2.6/fink/emacsen-remove 1970-01-01 01:00:00.0 +0100
 ledger-2.6.fink/fink/emacsen-remove2007-03-07 01:15:32.0 
+0100
 @@ -0,0 +1,21 @@
 +#!/bin/bash -e
 +#
@@ -61,5 +61,3 @@
 +echo >&2 "done."
 +
 +exit 0
-
-


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your X

[cvs] dists/10.3/unstable/main/finkinfo/sci xcircuit-testing.info, 1.11, 1.12

2007-05-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10940

Modified Files:
xcircuit-testing.info 
Log Message:
New upstream


Index: xcircuit-testing.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/sci/xcircuit-testing.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- xcircuit-testing.info   14 Feb 2007 03:04:03 -  1.11
+++ xcircuit-testing.info   3 May 2007 02:03:14 -   1.12
@@ -1,12 +1,12 @@
 Package: xcircuit-testing
-Version: 3.6.79
+Version: 3.6.93
 Revision: 1
 Depends: x11, x11-shlibs, ghostscript, tcltk, tcltk-shlibs, app-defaults
 BuildDepends: m4, tcltk-dev, x11-dev, automake1.9
 Conflicts: xcircuit
 Replaces: xcircuit
 Source: http://opencircuitdesign.com/xcircuit/archive/xcircuit-%v.tgz
-Source-MD5: 8ed3e62c6afa662d347ddc080788bad3
+Source-MD5: fce3d11ca61a7a92a9778d32b3e6109e
 Patch: %n.patch
 ConfigureParams: --with-gnu-ld --mandir=%p/share/man
 SetCFLAGS: -I/usr/X11R6/include -fno-common


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 xcircuit-testing.info, 1.26, 1.27

2007-05-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv11087

Modified Files:
xcircuit-testing.info 
Log Message:
New upstream


Index: xcircuit-testing.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xcircuit-testing.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- xcircuit-testing.info   14 Feb 2007 02:53:29 -  1.26
+++ xcircuit-testing.info   3 May 2007 02:04:01 -   1.27
@@ -1,12 +1,12 @@
 Package: xcircuit-testing
-Version: 3.6.79
+Version: 3.6.93
 Revision: 1
 Depends: x11, x11-shlibs, ghostscript, tcltk, tcltk-shlibs, app-defaults
 BuildDepends: m4, tcltk-dev, x11-dev, automake1.9
 Conflicts: xcircuit
 Replaces: xcircuit
 Source: http://opencircuitdesign.com/xcircuit/archive/xcircuit-%v.tgz
-Source-MD5: 8ed3e62c6afa662d347ddc080788bad3
+Source-MD5: fce3d11ca61a7a92a9778d32b3e6109e
 Patch: %n.patch
 ConfigureParams: --with-gnu-ld --mandir=%p/share/man
 SetCFLAGS: -I/usr/X11R6/include -fno-common


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils most.info,NONE,1.1

2007-05-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30567/main/finkinfo/utils

Added Files:
most.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1704553&group_id=17203&atid=414256

--- NEW FILE: most.info ---
Package: most
Version: 4.10.2
Revision: 1
Source: ftp://space.mit.edu/pub/davis/%n/%n-%v.tar.bz2
Source-MD5: 99a24b6989ac81f436791b957b2e171a
Maintainer: Remko Troncon <[EMAIL PROTECTED]>
HomePage: http://www.jedsoft.org/most
License: GPL
Description: Powerful paging program
Depends: slang-shlibs
BuildDepends: slang
ConfigureParams: --without-x
InstallScript: <<
make install prefix=%i MAN_DIR=%i/share/man DOC_DIR=%i/share/doc/%n
<<
DocFiles: COPYING COPYRIGHT changes.txt


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils treeline.info,NONE,1.1

2007-05-05 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2610

Added Files:
treeline.info 
Log Message:
New package (by request on #fink)

--- NEW FILE: treeline.info ---
Package: treeline
Version: 1.0.1
Revision: 1
Description: Tree-based organization tool
DescDetail: <<
(from the homepage)
Do you have lots of sticky notes lying around with various useful 
information jotted down? Or many lists of books, movies, website 
logins, personal contacts, or things to do? Can you find them when
you need them? Well, I often couldn't. So here's my answer.
Some would call TreeLine an Outliner, others would call it a PIM. 
Basically, it just stores almost any kind of information. A tree 
structure makes it easy to keep things organized. And each node 
in the tree can contain several fields, forming a mini-database. 
The output format for each node can be defined, and the output can 
be shown on the screen, printed, or exported to html.
<<
DescPackaging: <<
Only uses python2.4 because some of the dependenencies don't have
-py25 variants.
<<
Homepage: http://www.bellz.org/treeline/
License: GPL
Maintainer: Alexander K. Hansen <[EMAIL PROTECTED]>
Depends: qt3-shlibs, python24-shlibs, pyqt-py24, pyxml-py24, aspell
BuildDepends: qt3, python24
Source: http://www.bellz.org/%n/%n-%v.tar.gz
Source-MD5: ea6fb711d17eecabba5373e49cbea81e
SourceDirectory: TreeLine
CompileScript: true
InstallScript: <<
  %p/bin/python2.4  install.py -p %p -b %d
<<
DocFiles: doc/LICENSE doc/README_raw.html doc/README.html doc/INSTALL


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


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

2007-05-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15262

Modified Files:
treeline.info 
Log Message:
Tag as PowerPC-only until pyqt gets updated.

Index: treeline.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/treeline.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- treeline.info   5 May 2007 20:11:34 -   1.1
+++ treeline.info   7 May 2007 16:09:38 -   1.2
@@ -1,6 +1,7 @@
 Package: treeline
 Version: 1.0.1
 Revision: 1
+Architecture: powerpc
 Description: Tree-based organization tool
 DescDetail: <<
 (from the homepage)
@@ -18,6 +19,7 @@
 DescPackaging: <<
 Only uses python2.4 because some of the dependenencies don't have
 -py25 variants.
+Tagged as powerpc until we come up with a pyqt that builds with gcc4.
 <<
 Homepage: http://www.bellz.org/treeline/
 License: GPL


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo wxmaxima-mac.info, NONE, 1.1 wxmaxima-mac.patch, NONE, 1.1 maxima.info, 1.9, 1.10

2007-05-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7648

Modified Files:
maxima.info 
Added Files:
wxmaxima-mac.info wxmaxima-mac.patch 
Log Message:
Add -nox variant to maxima and assume ownership
New wxmaxima-mac (Carbon wxwidgets interface) package.

--- NEW FILE: wxmaxima-mac.patch ---
--- wxMaxima-0.7.2/wxmaxima.fink1969-12-31 19:00:00.0 -0500
+++ wxMaxima-0.7.2.patched/wxmaxima.fink2007-05-06 22:18:26.0 
-0400
@@ -0,0 +1,3 @@
+#!/bin/bash
+. PREFIX/bin/init.sh
+exec -a "$0" "$0.bin" "$@"

Index: maxima.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/maxima.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- maxima.info 10 Apr 2007 10:49:11 -  1.9
+++ maxima.info 7 May 2007 20:00:10 -   1.10
@@ -1,18 +1,26 @@
-Package: maxima
+Info2: <<
+Package: maxima%type_pkg[-nox]
 Version: 5.11.0
-Revision: 3
-Maintainer: None <[EMAIL PROTECTED]>
+Type: -nox (boolean)
+Revision: 4
+Maintainer: Alexander Hansen <[EMAIL PROTECTED]>
 Description: Symbol manipulation program
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
 Source-MD5: d9ae353e8eba9b9d5686e119e59ab88c
 # otool_deps: libgettext3-shlibs, libiconv, libncurses5-shlibs, 
libsigsegv-shlibs, readline5-shlibs
-Depends: clisp (>= 2.41-1), gnuplot, libgettext3-shlibs, libiconv, 
libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode, rlwrap (>= 
0.28-1), tcltk
+Depends: clisp (>= 2.41-1), gnuplot, libgettext3-shlibs, libiconv, 
libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode, rlwrap (>= 
0.28-1), (%type_raw[-nox] != -nox) tcltk
 BuildDepends: libgettext3-dev, libiconv-dev, libncurses5, libsigsegv, readline5
 # not sure about those bdeps; also: + recode-dev ? + tcltk-dev ?
+#  It doesn't actually seem to _link_ tcltk, but uses its 
+# wish shell.
 # dep on rlwrap (>= 0.28-1) because of rmaxima
 # among the deps, the following would suffice by recursivity: clisp gnuplot 
libsigsegv-shlibs recode rlwrap tcltk
+Conflicts: maxima, maxima-nox
+Replaces: maxima, maxima-nox
 License: GPL
-ConfigureParams: --infodir='${prefix}/share/info' 
--mandir='${prefix}/share/man' --libexecdir='${prefix}/lib' --enable-recode 
--enable-clisp
+ConfigureParams: <<
+--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' 
--libexecdir='${prefix}/lib' --enable-recode --enable-clisp (%type_raw[-nox] = 
-nox) --with-wish=/usr/bin/wish
+<<
 CompileScript: <<
 #!/bin/sh -ev
  export LANG=C LC_ALL=C
@@ -38,7 +46,7 @@
 <<
 DescUsage: <<
 Enter "rmaxima" for a command line interface, or "xmaxima" for a
-graphical Tk-based interface.
+graphical Tk-based interface (even in the -nox variant).
 <<
 DescPort: <<
 IMPORTANT: Maxima will only reliably work with the version (and
@@ -52,3 +60,4 @@
 Previous versions maintained by William McCallum, Matthias Neeracher, and 
Andrea Riciputi.
 <<
 Homepage: http://maxima.sourceforge.net
+<<

--- NEW FILE: wxmaxima-mac.info ---
Package: wxmaxima-mac
Version: 0.7.2
Revision: 11
Description: Carbon wxWidgets iterface to Maxima 
DescDetail: <<
wxMaxima is a cross platform GUI for the computer algebra system maxima based 
on wxWidgets.  wxMaxima features include:
*   2D formatted math display: wxMaxima implements its own math display 
engine
to nicely display maxima output.
*   Menu system: most maxima commands are available through menus. Most 
used 
functions are also available through a button panel at below the input 
line.
*   Dialogs: commands which require more that one argument can be entered
through dialogs so that there is no need to remember the exact syntax.
*   Command line history: the input line has command history and command 
completion based on previous input.
*   Create documents: text can be mixed with math calculations to create 
documents. See the
howto (http://wxmaxima.sourceforge.net/wiki/index.php/Howto)
for tips on how to use these features. Documents can be saved and edited
again later.
<<
DescUsage:  <<
The openmath plot option appears to work in this package only
if maxima-nox rather than maxima is installed.
<<
Maintainer: Alexander Hansen <[EMAIL PROTECTED]>
Homepage: http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page
#
Source: mirror:sourceforge:wxmaxima/wxMaxima-%v.tar.gz
Source-MD5: 4a0c6099a60d5f54e262cc505d8caca7
#
PatchScript: <<
#!/bin/sh -ev
sed -e 's,PREFIX,%p,' %a/%{n}.patch | patch -p1 
<<
#
Depends: <<
maxima (>= 5.11.0-2) | maxima-nox (>

[cvs] dists/10.4/unstable/main/finkinfo/net dovecot.info,1.2,1.3

2007-05-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24564/main/finkinfo/net

Modified Files:
dovecot.info 
Log Message:
Update from tracker

http://sourceforge.net/tracker/index.php?func=detail&aid=1707116&group_id=17203&atid=414256

Index: dovecot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/dovecot.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dovecot.info28 Feb 2007 15:48:51 -  1.2
+++ dovecot.info8 May 2007 00:53:46 -   1.3
@@ -1,10 +1,10 @@
 Package: dovecot
-Version: 1.0.rc17
-Revision: 2
+Version: 1.0.rel0
+Revision: 1
 
-Source: http://www.dovecot.org/releases/%n-%v.tar.gz
+Source: http://www.dovecot.org/releases/%n-1.0.0.tar.gz
 
-Source-MD5: 881bcc7d2c8fba6d337f3e616a602bf7
+Source-MD5: 65ccc71e66c495c536d8fb8a7ae39bb3
 
 Maintainer: Michael Richmond <[EMAIL PROTECTED]>
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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.8, 1.9 liborigin.info, 1.3, 1.4

2007-05-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6208

Modified Files:
labplot.info liborigin.info 
Log Message:
Updates from tracker
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=1635269&group_id=17203

Index: liborigin.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/liborigin.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- liborigin.info  5 Mar 2007 22:53:30 -   1.3
+++ liborigin.info  9 May 2007 02:31:38 -   1.4
@@ -1,6 +1,6 @@
 Package: liborigin
-Version: 20060616
-Revision: 2
+Version: 20070115
+Revision: 1
 
 Description: Library for reading OPJ files
 
@@ -10,14 +10,20 @@
 
 BuildDependsOnly: true
 Conflicts: labplot (<< 1.6.0.pre1-6)
+Depends: %N-shlibs (= %v-%r)
 
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 37cddf26175fb335c77ff448170770c2
+Source: mirror:sourceforge:%n/%n-%v.tgz
+Source-MD5: 5ed1c7c0955f935d3b4e45fb25e1d7fc
 SourceDirectory: %n-%v
 
 GCC: 4.0
 
-PatchScript: sed 's,@PREFIX@,%p,g' < %a/%n.patch | patch -p1
+PatchScript: <<
+#!/bin/sh -ev
+sed -i.bak -e 's,[EMAIL PROTECTED]@,%p,' -e 's;multiply_defined 
suppress;single_module -Wl,-x -dead_strip;' \
+   -e 's, -headerpad_max_install_names,,' -e 
's,origin\.0\.0,origin.0.0.1,' \
+   -e 's,g++,& -fno-rtti -fno-exceptions -Os,' -e 's,Os -o,Os -s -o,'  
Makefile.DARWIN
+<<
 
 CompileScript: <<
 make -j1 -f Makefile.DARWIN
@@ -25,15 +31,18 @@
 
 InstallScript: <<
 mkdir -p %i/lib
-cp liborigin.0.0.dylib %i/lib/
-ln -sf %p/lib/liborigin.0.0.dylib %i/lib/liborigin.0.dylib
-ln -sf %p/lib/liborigin.0.0.dylib %i/lib/liborigin.dylib
+cp liborigin.0.0.1.dylib %i/lib
+chmod 644 %i/lib/liborigin.0.0.1.dylib
+ln -sf %p/lib/liborigin.0.0.1.dylib %i/lib/liborigin.0.0.dylib
+ln -sf %p/lib/liborigin.0.0.1.dylib %i/lib/liborigin.0.dylib
+ln -sf %p/lib/liborigin.0.dylib %i/lib/liborigin.dylib
 
 mkdir -p %i/include
-cp OPJFile.h %i/include/
+cp OPJFile.h %i/include
+chmod 644 %i/include/OPJFile.h
 
 mkdir -p %i/bin
-cp opj2dat %i/bin/
+cp opj2dat %i/bin
 <<
 
 SplitOff: <<

Index: labplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/labplot.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- labplot.info14 Dec 2006 11:51:04 -  1.8
+++ labplot.info9 May 2007 02:31:38 -   1.9
@@ -1,37 +1,43 @@
 Package: labplot
-Version: 1.6.0.pre1
-Revision: 5
+Version: 1.6.0.pre2
+Revision: 1
 
 Source: mirror:sourceforge:labplot/LabPlot-%v.tar.bz2
-Source-MD5: 264beea916cec2e197ed428b7a97f7ca
+Source-MD5: f551e8283719f687480cedea5011d208
 
 Maintainer: Murali Vadivelu <[EMAIL PROTECTED]>
 Homepage: http://labplot.sourceforge.net
 License: GPL
 
-# The dep on qhull seems fictitious _ even probably a builddep. Should correct 
the typo (?) in configure.in
-# where "AC_ARG_ENABLE(qhull,..." has '[USE_LIBUNDO="$enableval"]'. But anyway 
there seems to be no
-# provision for the moment for a "--enable-system-qhull".
-Depends: %N-shlibs (= %v-%r), qhull
+Depends: %N-shlibs (= %v-%r)
+# changed bdeps to avoid obsolete pkgs kdelibs3 and _-shlibs 
(kde-libs3-unified not needed,
+# being an (indirect) dep (through $N-shlibs and koffice-shlibs). 
+# Also versioning liborigin dep, and adding some missing (hdf5, szip, ...)
 BuildDepends: <<
-arts-dev, audiofile, bzip2-dev, fftw3, freetype219, gettext-tools, 
ghostscript, gsl, imagemagick10-dev, 
-kdelibs3, kdelibs3-dev, koffice-dev (>= 1.6.0-1), lcms, libart2, 
libgettext3-dev, libiconv-dev, libidn,
-libjasper1, libjpeg, libpng3, libtiff, libxml2-bin, ocaml, netcdf, pstoedit, 
qt3, x11-dev
+arts-dev, audiofile, bzip2-dev, fftw3, freetype219, gettext-tools, 
ghostscript, gsl, hdf5, imagemagick10-dev,
+kdelibs3-unified-dev, koffice-dev (>= 1.6.0-1), lcms, libart2, 
libgettext3-dev, libiconv-dev, libidn, libjasper1, libjpeg,
+liborigin (>= 20070115-1), libpng3, libtiff, libxml2-bin, ocaml, netcdf, 
pstoedit, qt3, qwtplot3d ( >= 0.2.6-2), szip, x11-dev
 <<
 
 TarFilesRename: src/labplot.desktop
+
 PatchScript: <<
-# configure searches a hard-coded list of paths
+## configure searches a hard-coded list of paths
   perl -pi.bak -e 's,^jpeg_incdirs=",$&%p/include ,' configure
-# those Magick++ ldflags could cause eg the lib to link against against the 
-lqwtplot3d
+## those Magick++ ldflags could cause eg the lib to link against against the 
-lqwtplot3d
 # of the previous version of labplot (in %p/lib), rather than that of the 
qwtplot3d pkg.
-  perl -pi -e 's, \-\-ldflags,,' configure
-# trailing slashes are bad practice, and throw /bin/ln in disarray. Also, use 
relative paths.
+## USE_QHULL fix added
+  perl -pi -e 's, \-\-ldflags,,; s,USE_LIBUNDO,USE_QHULL,' configure
+## trailing slashes are bad practice, and throw /bin/ln in disarra

[cvs] dists/10.4/unstable/crypto/finkinfo wxmaxima-mac.info,1.1,1.2

2007-05-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29599

Modified Files:
wxmaxima-mac.info 
Log Message:
Correct typo in BuildDepends


Index: wxmaxima-mac.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/wxmaxima-mac.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wxmaxima-mac.info   7 May 2007 20:00:10 -   1.1
+++ wxmaxima-mac.info   9 May 2007 13:09:58 -   1.2
@@ -40,8 +40,7 @@
 wxmac-shlibs ( >= 2.6.0-1 )
 <<
 BuildDepends: <<
-libxml2-shlibs, libiconv-dev, 
-wxmac ( >= 2.6.0-1 ) 
+libxml2-dev, libiconv-dev, wxmac ( >= 2.6.0-1 ) 
 <<
 GCC: 4.0
 #


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo wxmaxima-mac.info,1.2,1.3

2007-05-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26416

Modified Files:
wxmaxima-mac.info 
Log Message:
Really fix BuildDepends typo.
Switch to wxmac28

Index: wxmaxima-mac.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/wxmaxima-mac.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wxmaxima-mac.info   9 May 2007 13:09:58 -   1.2
+++ wxmaxima-mac.info   9 May 2007 19:45:21 -   1.3
@@ -1,6 +1,6 @@
 Package: wxmaxima-mac
 Version: 0.7.2
-Revision: 11
+Revision: 12
 Description: Carbon wxWidgets iterface to Maxima 
 DescDetail: <<
 wxMaxima is a cross platform GUI for the computer algebra system maxima based 
@@ -21,8 +21,8 @@
again later.
 <<
 DescUsage:  <<
-The openmath plot option appears to work in this package only
-if maxima-nox rather than maxima is installed.
+The openmath plot option uses whatever Tcl/Tk that Maxima was compiled
+with, so when using the 'maxima' package it wants an X11 display. 
 <<
 Maintainer: Alexander Hansen <[EMAIL PROTECTED]>
 Homepage: http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page
@@ -37,10 +37,10 @@
 #
 Depends: <<
 maxima (>= 5.11.0-2) | maxima-nox (>= 5.11.0-2), libxml2-shlibs, libiconv, 
-wxmac-shlibs ( >= 2.6.0-1 )
+wxmac28-shlibs ( >= 2.8.3-1001 )
 <<
 BuildDepends: <<
-libxml2-dev, libiconv-dev, wxmac ( >= 2.6.0-1 ) 
+libxml2, libiconv-dev, wxmac28 ( >= 2.8.3-1001 ) 
 <<
 GCC: 4.0
 #


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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.info, 1.8, 1.9 wesnoth.patch, 1.5, 1.6

2007-05-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27164/main/finkinfo/games

Modified Files:
wesnoth.info wesnoth.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1707999&group_id=17203&atid=414256

Index: wesnoth.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wesnoth.patch   23 Apr 2007 17:57:44 -  1.5
+++ wesnoth.patch   9 May 2007 23:55:42 -   1.6
@@ -1,6 +1,6 @@
-diff -Naur --exclude='*~' wesnoth-1.2.3/configure wesnoth-1.2.3.fink/configure
 wesnoth-1.2.3/configure2007-03-14 14:13:55.0 -0700
-+++ wesnoth-1.2.3.fink/configure   2007-03-17 21:28:55.0 -0700
+diff -Naur --exclude='*~' wesnoth-1.2.4/configure wesnoth-1.2.4.fink/configure
+--- wesnoth-1.2.4/configure2007-04-14 16:14:53.0 +0200
 wesnoth-1.2.4.fink/configure   2007-04-24 20:22:41.0 +0200
 @@ -2534,76 +2534,9 @@
  
  { echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
@@ -81,24 +81,23 @@
  
  if test "${am_cv_prog_tar_ustar+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -13336,6 +13269,7 @@
- OLD_CFLAGS=$CFLAGS
- OLD_LIBS=$LIBS
+@@ -13332,6 +13265,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
- CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
- CFLAGS="$CFLAGS $SDL_CFLAGS"
- LIBS="$LIBS $SDL_LIBS $SDL_IMAGE_LIBS"
-@@ -13408,7 +13342,7 @@
+ OLD_CPPFLAGS=$CPPFLAGS
+ OLD_CFLAGS=$CFLAGS
+ OLD_LIBS=$LIBS
+@@ -13408,6 +13342,7 @@
  CPPFLAGS=$OLD_CPPFLAGS
  CFLAGS=$OLD_CFLAGS
  LIBS=$OLD_LIBS
--
 +fi
  
+ 
  ###
- # Check for OGG support in SDL_mixer  #
-@@ -13425,6 +13359,7 @@
+@@ -13425,6 +13360,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; }
  
@@ -106,7 +105,7 @@
  OLD_CPPFLAGS=$CPPFLAGS
OLD_CFLAGS=$CFLAGS
  OLD_LIBS=$LIBS
-@@ -13501,6 +13436,7 @@
+@@ -13501,6 +13437,7 @@
  CPPFLAGS=$OLD_CPPFLAGS
CFLAGS=$OLD_CFLAGS
  LIBS=$OLD_LIBS

Index: wesnoth.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- wesnoth.info25 Apr 2007 21:28:25 -  1.8
+++ wesnoth.info9 May 2007 23:55:42 -   1.9
@@ -1,8 +1,8 @@
 Package: wesnoth
-Version: 1.2.3
+Version: 1.2.4
 Revision: 11
 GCC: 4.0
-Source-MD5: 94e051a82be080e7f69040b42c46ba2c
+Source-MD5: e24c9adb2fa6cc25759a0a1baf0585e8
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 BuildDepends: sdl, sdl-mixer, sdl-image, sdl-ttf (>= 2.0.6-1017), sdl-net, 
fribidi-dev, fribidi, libpng3, freetype219, libiconv-dev, libgettext3-dev, 
gettext-tools
 Conflicts: wesnoth-devel


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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.info, 1.8, 1.9 wesnoth-devel.patch, 1.4, 1.5

2007-05-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12566/main/finkinfo/games

Modified Files:
wesnoth-devel.info wesnoth-devel.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1709341&group_id=17203&atid=414256

Index: wesnoth-devel.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth-devel.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- wesnoth-devel.info  23 Apr 2007 17:57:44 -  1.8
+++ wesnoth-devel.info  10 May 2007 02:09:21 -  1.9
@@ -1,18 +1,80 @@
 Package: wesnoth-devel
-Version: 1.3.1
+Version: 1.3.2
 Revision: 11
+Description: Fantasy turn-based strategy game
 GCC: 4.0
-Source-MD5: 726a20c6edb46f4a0c98480aa6691106
+Source-MD5: c77ab2ef9089a795562d7d5dba831cbc
 Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.bz2
 SourceDirectory: wesnoth-%v
-BuildDepends: sdl, sdl-mixer, sdl-image, sdl-ttf (>= 2.0.6-1017), sdl-net, 
fribidi-dev, fribidi, libpng3, freetype219, libiconv-dev, libgettext3-dev, 
gettext-tools
+BuildDepends: <<
+  sdl,
+  sdl-mixer,
+  sdl-image,
+  sdl-ttf (>= 2.0.6-1017),
+  sdl-net,
+  fribidi-dev,
+  fribidi,
+  libpng3,
+  freetype219,
+  libiconv-dev,
+  libgettext3-dev,
+  gettext-tools,
+  python24 | python25
+<<
 Conflicts: wesnoth, wesnoth-campaign-server, wesnoth-editor, wesnoth-server
-BuildConflicts: python
 Replaces: wesnoth, wesnoth-campaign-server, wesnoth-editor, wesnoth-server
-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 copyright 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 --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=admin
+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
+<<
+DocFiles: <<
+  ABOUT-NLS
+  COPYING
+  copyright
+  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
+  changelog
+  players_changelog
+<<
+ConfigureParams: <<
+  --with-libintl-prefix=%p \
+  --enable-editor \
+  --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=admin
+<<
 Patch: %n.patch
 PatchScript: <<
   perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.in
@@ -40,13 +102,16 @@
 
 The purpose of this package is to track the latest development versions of
 wesnoth.  The package `wesnoth' tracks the stable branch.  
+
+See %p/share/doc/wesnoth-devel/changelog to find out what's new; the
+player's changelog (%p/share/doc/wesnoth-devel/players_changelog) shows
+what's new from a player's perspective.
 <<
 DescPackaging: <<
-  dmacks added --disable-sdltest and patched support for it in all
-  SDL_* tests so that can build on GUI-less machine.
-
+ 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
+ assure that local convenince libs are used in preference to
   installed ones of the same name.
 <<
 License: GPL

Index: wesnoth-devel.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth-devel.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wesnoth-devel.patch 23 Apr 2007 17:57:44 -  1.4
+++ wesnoth-devel.patch 10 May 2007 02:09:21 -  1.5
@@ -1,7 +1,7 @@
-diff -Naur --exclude='*~' wesnoth-1.3.1/configure wesnoth-1.3.1.fink/configure
 wesnoth-1.3.1/configure

[cvs] dists/10.4/unstable/main/finkinfo/languages scheme48.info, 1.4, 1.5

2007-05-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv13552/main/finkinfo/languages

Modified Files:
scheme48.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1708708&group_id=17203&atid=414256

Index: scheme48.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scheme48.info   21 May 2006 23:45:28 -  1.4
+++ scheme48.info   10 May 2007 02:12:20 -  1.5
@@ -1,19 +1,17 @@
 Package: scheme48
-Version: 1.3
+Version: 1.6
 Revision: 1
 Source: http://s48.org/%v/%n-%v.tgz
-Source-MD5: c436e4c7ba0820e591458804eb8aec5a
-Patch: %n.patch
-SetCFLAGS: -I%p/include
-InstallScript: <<
-   mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
-   make install prefix=%i mandir=%i/share/man/man1
-   perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
-   perl -pi -e 's|%i|%p|g' %i/bin/%n
-   cp -r doc %i/share/doc/%n
-<<
+Source-MD5: ec5cb92d400c4039c0a1a3d76a3a9f6d
 DocFiles: COPYING INSTALL README
 Description: Popular implementation of the Scheme language
+InstallScript: <<
+  mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
+  make install prefix=%i mandir=%i/share/man/man1 docdir=%i/share/doc/%n
+  perl -pi -e 's|%i|%p|g' %i/share/man/man1/%n.1
+  perl -pi -e 's|%i|%p|g' %i/bin/%n
+  cp -r doc %i/share/doc/%n
+<<
 DescDetail: <<
 Scheme48 is an implementation of Scheme written by Richard Kelsey and 
 Jonathan Rees. It is based on a byte-code interpreter and is designed 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 prover9.info,1.3,1.4

2007-05-10 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv501/main/finkinfo/sci

Modified Files:
prover9.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1710557&group_id=17203&atid=414256

Index: prover9.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/prover9.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- prover9.info16 Apr 2007 01:51:59 -  1.3
+++ prover9.info11 May 2007 00:23:24 -  1.4
@@ -1,15 +1,15 @@
 Package: prover9
 Description: Prove theorems and build models
-Version: 2007-03
+Version: 2007-04
 Revision: 1
 License: OSI-Approved
-Source: http://www.cs.unm.edu/~mccune/prover9/download/LADR-March-2007.tar.gz
-Source-MD5: 4e439104533828beb1a331edcb1f23af
-SourceDirectory: LADR-March-2007
-Source2: http://www.cs.unm.edu/~mccune/prover9/manual/%n-manual-0307.tar.gz
-Source2-MD5: e3fcbdc0fec28c2992072c8b9349e138
-Source2ExtractDir: LADR-March-2007
-DocFiles: %n-manual-0307/*.html
+Source: http://www.cs.unm.edu/~mccune/prover9/download/LADR-April-2007.tar.gz
+Source-MD5: bd82b3517c4ef871762b3be45ece711d
+SourceDirectory: LADR-April-2007
+Source2: http://www.cs.unm.edu/~mccune/prover9/manual/%n-manual-0407.tar.gz
+Source2-MD5: 07c582af7a9bfd6b5b42220384fcc287
+Source2ExtractDir: LADR-April-2007
+DocFiles: %n-manual-0407/*.html
 CompileScript: <<
   make all
 <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/sound easytag.info,1.5,1.6

2007-05-10 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs17:/tmp/cvs-serv2465/main/finkinfo/sound

Modified Files:
easytag.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1711281&group_id=17203&atid=414256

Index: easytag.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/easytag.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- easytag.info20 Dec 2006 18:07:47 -  1.5
+++ easytag.info11 May 2007 00:28:20 -  1.6
@@ -1,5 +1,5 @@
 Package: easytag
-Version: 1.99.13
+Version: 2.0
 Revision: 1
 Description: Viewing, editing and writing ID3 tags
 License: GPL
@@ -35,7 +35,7 @@
x11
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 31526824095cedc2ba13e57a4fa490c2
+Source-MD5: af37a0a34e4d0808aabb7a24cffc75ee
 ConfigureParams: <<
--disable-mp4 \
--mandir=%p/share/man \
@@ -48,7 +48,5 @@
 DescDetail: <<
 EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC,
 Ogg Vorbis, MusePack and Monkey's Audio files. Its simple and nice GTK+
-interface makes tagging easier under GNU/Linux.
+interface makes tagging easier under GNU/Linux, OS X or Windows.
 <<
-
-


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/text sicp.info, 1.2, 1.3 sicp.patch, 1.1, 1.2

2007-05-10 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv20445/main/finkinfo/text

Modified Files:
sicp.info sicp.patch 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detail&aid=1713709&group_id=17203&atid=414256

Index: sicp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/sicp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sicp.info   28 Sep 2006 01:43:55 -  1.2
+++ sicp.info   11 May 2007 01:14:06 -  1.3
@@ -1,22 +1,21 @@
 Package: sicp
-Version: 2.neilvandyke3
+Version: 2.neilvandyke4
 Revision: 1
-Description: StructureandInterpretationofComputerPrograms
+Description: Structure and Interp. of Computer Programs
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
 BuildDepends: texinfo
-Source: http://www.neilvandyke.org/sicp-texi/sicp.texi.gz
+Source: http://www.neilvandyke.org/sicp-texi/sicp.info.gz
 NoSourceDirectory: true
-Source-MD5: ddce80a3a44f092287f235dc93d9a864
+Source-MD5: 0e827b4d17ec2b9c86088deb9752e5a5
 License: Commercial
 CompileScript: <<
-gunzip sicp.texi.gz
-patch -p0 < %a/%n.patch
-makeinfo --no-split sicp.texi
-<< 
+  gunzip sicp.info.gz
+  patch -p0 < %a/%n.patch
+<<
 InfoDocs: sicp
 InstallScript: <<
-mkdir -p %i/share/info
-install -m 644 sicp %i/share/info
+  mkdir -p %i/share/info
+  install -m 644 sicp.info %i/share/info/sicp
 <<
 Homepage: http://www.neilvandyke.org/sicp-texi/
 DescDetail: <<

Index: sicp.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/sicp.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sicp.patch  28 Sep 2006 00:38:14 -  1.1
+++ sicp.patch  11 May 2007 01:14:06 -  1.2
@@ -1,14 +1,10 @@
 sicp.texi  2006-09-23 23:10:29.0 -0700
-+++ sicp.texi.fink 2006-09-23 23:24:08.0 -0700
-@@ -43,6 +43,11 @@
- @dfn{\term\}
- @end macro
- 
[EMAIL PROTECTED] Programming
[EMAIL PROTECTED]
-+* SICP: (sicp).   Structure and Interpretation of Computer Programs
[EMAIL PROTECTED] direntry
-+
- @setchapternewpage odd
- @setshortcontentsaftertitlepage
+--- sicp.info  2007-05-06 12:18:44.0 +0200
 sicp.info.fink 2007-05-06 12:20:30.0 +0200
+@@ -1,6 +1,6 @@
+ This is sicp.info, produced by makeinfo version 4.8 from sicp.texi.
  
+-INFO-DIR-SECTION The Algorithmic Language Scheme
++INFO-DIR-SECTION Programming
+ START-INFO-DIR-ENTRY
+ * SICP: (sicp). Structure and Interpretation of Computer Programs
+ END-INFO-DIR-ENTRY


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] web/download index.en.php,1.17,1.18

2007-05-15 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory sc8-pr-cvs17:/tmp/cvs-serv13555

Modified Files:
index.en.php 
Log Message:
Hey, we support XCode 2.4.1. :-)


Index: index.en.php
===
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index.en.php3 Mar 2007 23:03:25 -   1.17
+++ index.en.php16 May 2007 02:55:00 -  1.18
@@ -126,11 +126,11 @@
 
 
   10.4 on PowerPC
-  XCode 2.2.1, and the XCode Legacy Tools (for packages that need 
gcc3.1 or gcc2.95 to build)
+  XCode 2.4.1, and the XCode Legacy Tools (for packages that need 
gcc3.1 or gcc2.95 to build)
 
 
   10.4 on Intel
-  XCode 2.2.1
+  XCode 2.4.1
 
   
 
@@ -144,6 +144,7 @@
 The
 X11SDK
 package contains the development headers.  You need this if you want to build 
anything from source that uses X11.  This package is available as part of the 
XCode Tools, and installed by default with XCode 2.x.
+The 2006 X11 Update for 10.4 (available via Software Update or 
manual download) is supported.
 
 Once you've installed X11 Fink should automatically register it.  If you're 
having problems check out the http://fink.sourceforge.net/faq/usage-packages.php?phpLang=en#apple-x11-wants-xfree86";>FAQ
 entry on X11 installation problems
 Further information


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 appscript-py.info, NONE, 1.1

2007-05-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sc8-pr-cvs17:/tmp/cvs-serv9762

Added Files:
appscript-py.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1674382&group_id=17203&atid=414256

--- NEW FILE: appscript-py.info ---
Info2: <<

Package: appscript-py%type_pkg[python]
Version: 0.17.2
Revision: 1
Maintainer: Tristan Thiede <[EMAIL PROTECTED]>
Type: python (2.4 2.5)
Depends: python%type_pkg[python], htmltemplate-py%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
Source: mirror:sourceforge:appscript/appscript-%v.tar.gz
Source-MD5: 477a66853efc47d6c994884f4e0e7af7
CompileScript: %p/bin/python%type_raw[python] setup.py build
InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --root %d
  mkdir -p %i/bin
  install Extras/osadict/osadict %i/bin/osadict%type_raw[python]
  install Extras/osascangui/osascangui %i/bin/osascangui%type_raw[python]
<<
PostInstScript: <<
  update-alternatives --install %p/bin/osadict osadict 
%p/bin/osadict%type_raw[python] %type_pkg[python] --slave %p/bin/osascangui 
osascangui %p/bin/osascangui%type_raw[python]
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]; then
update-alternatives --remove osadict %p/bin/osadict%type_raw[python]
  fi
<<
DocFiles: License.txt README.txt Documentation Examples
Description: High level Apple event bridge for Python
DescDetail: <<
AppScript is a user-friendly Apple event bridge that allows you to control
scriptable Mac OS X applications using Python scripts.

Appscript provides:
  o  an Apple event based mechanism for sending commands to applications and
 receiving their results
 
  o  a simple embedded query language for constructing references to an
 application's object model
 
  o  the automatic translation of these references into human-readable form
 using application-defined terminology
 
  o  a powerful integrated help system for exploring applications' interfaces
 using their terminology
 
  o  a clean, object-oriented-like syntax
<<
DescPackaging: <<
Uses update-alternatives to handle multiple installed versions of binaries
osadict and osascangui.
<<
License: OSI-Approved
Homepage: http://appscript.sourceforge.net/

<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils treeline.info,1.2,1.3

2007-05-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv6093

Modified Files:
treeline.info 
Log Message:
Need Depends: python24

Index: treeline.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/treeline.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- treeline.info   7 May 2007 16:09:38 -   1.2
+++ treeline.info   17 May 2007 01:06:07 -  1.3
@@ -1,6 +1,6 @@
 Package: treeline
 Version: 1.0.1
-Revision: 1
+Revision: 2
 Architecture: powerpc
 Description: Tree-based organization tool
 DescDetail: <<
@@ -24,7 +24,7 @@
 Homepage: http://www.bellz.org/treeline/
 License: GPL
 Maintainer: Alexander K. Hansen <[EMAIL PROTECTED]>
-Depends: qt3-shlibs, python24-shlibs, pyqt-py24, pyxml-py24, aspell
+Depends: qt3-shlibs, python24, python24-shlibs, pyqt-py24, pyxml-py24, aspell
 BuildDepends: qt3, python24
 Source: http://www.bellz.org/%n/%n-%v.tar.gz
 Source-MD5: ea6fb711d17eecabba5373e49cbea81e


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/graphics cal3d.info,NONE,1.1

2007-05-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv3532

Added Files:
cal3d.info 
Log Message:
new from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1674776&group_id=17203&atid=414256

--- NEW FILE: cal3d.info ---
Package: cal3d
Version: 0.11.0
Revision: 0
Source: http://download.gna.org/cal3d/sources/%n-%v.tar.gz
Source-MD5: 82ad09c1c28e73bc9596aec47237bfba
Maintainer: Pierre-Henri Lavigne <[EMAIL PROTECTED]>
HomePage: https://gna.org/projects/cal3d/
License: GPL
Description: 3D character animation library
DescDetail: <<
Cal3D is a skeletal based 3D character animation library written
in C++ in a platform-/graphic API-independent way. Originally
designed to be used in a 3D client for Worldforge, it evolved
into a stand-alone product which can be used in many different
kinds of projects. It supports combining animations and actions
through a "mixer" interface, and work is currently underway to
integrate morph targets (interpolating between one mesh and
another, using the same vertex sequence) easily into the system.
<<
BuildDependsOnly: true
Depends: doxygen, %n-shlibs (=%v-%r)
DocFiles: AUTHORS ChangeLog COPYING
ConfigureParams: --mandir=%i/share/man --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --disable-dependency-tracking
CompileScript: <<
#! /bin/sh -ev
./configure %c
make
cd ./docs
make doc-api
cd ..
<<
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libcal3d.12.0.0.dylib lib/libcal3d.12.dylib
  Description: Shared libraries for %N
  DocFiles: AUTHORS ChangeLog COPYING
  Shlibs: <<
%p/lib/libcal3d.12.dylib 13.0.0 %n (>= 0.11.0-0)
  <<
<<
SplitOff2: <<
  Package: %N-dev
  Depends: %N-shlibs (=%v-%r)
  BuildDependsOnly: True
  Files: include lib/libcal3d.la lib/pkgconfig lib/libcal3d.dylib 
  Description: Development libraries for %N
  DocFiles: AUTHORS ChangeLog COPYING docs/api/html/*
<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/graphics cal3d.info,1.1,1.2

2007-05-17 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv6311

Modified Files:
cal3d.info 
Log Message:
Gah!  didn't notice %r of 0 and doxygen Depend.

Index: cal3d.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/cal3d.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cal3d.info  18 May 2007 01:37:28 -  1.1
+++ cal3d.info  18 May 2007 01:44:14 -  1.2
@@ -1,6 +1,6 @@
 Package: cal3d
 Version: 0.11.0
-Revision: 0
+Revision: 1
 Source: http://download.gna.org/cal3d/sources/%n-%v.tar.gz
 Source-MD5: 82ad09c1c28e73bc9596aec47237bfba
 Maintainer: Pierre-Henri Lavigne <[EMAIL PROTECTED]>
@@ -18,7 +18,8 @@
 another, using the same vertex sequence) easily into the system.
 <<
 BuildDependsOnly: true
-Depends: doxygen, %n-shlibs (=%v-%r)
+Depends: %n-shlibs (=%v-%r)
+BuildDepends: doxygen
 DocFiles: AUTHORS ChangeLog COPYING
 ConfigureParams: --mandir=%i/share/man --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --disable-dependency-tracking
 CompileScript: <<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/utils stardict.info,NONE,1.1

2007-05-22 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv30375/main/finkinfo/utils

Added Files:
stardict.info 
Log Message:
New from tracker
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=1710171&group_id=17203

--- NEW FILE: stardict.info ---
Package: stardict
Version: 2.4.8
Revision: 1
Depends: <<
  x11, gtk+2, gtk+2-shlibs, glib2-shlibs, libiconv, libgettext3-shlibs, 
  xml-parser-pm586, popt-shlibs
<<
BuildDepends: <<
  gtk+2-dev (>=2.6.0), glib2-dev, pkgconfig, x11-dev, 
  libgettext3-dev, libiconv-dev, atk1, intltool, 
  gettext-bin, gettext-tools, pango1-xft2-dev, popt, 
  xml-parser-pm586
<<
Source: http://jaist.dl.sourceforge.net/sourceforge/stardict/stardict-%v.tar.bz2
Source-MD5: 2f743d809737ca157bad71791c45ce63
GCC: 4.0.1
#SetLDFLAGS: LDFLAGS=-L /usr/X11R6/lib -lX11 -L /sw/lib
ConfigureParams: --prefix=%p --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib/%n --disable-gnome-support
InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS COPYING ChangeLog README
Description: International dictionary for GTK2
DescDetail: <<
 StarDict is a cross-platform and international dictionary written in 
 GTK+ 2.x. It has powerful features such as "Glob-style pattern matching",
 "Scan selection word", "Fuzzy search", etc.

 This package is compiled without GNOME 2 support and contains only the 
 program of stardict and will be of limited use without the dictionary 
 files. 
<<
Homepage: http://stardict.sourceforge.net/
License: GPL
Maintainer: Andrew Lee <[EMAIL PROTECTED]>


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/graphics ftgl.info,NONE,1.1

2007-05-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv13212/main/finkinfo/graphics

Added Files:
ftgl.info 
Log Message:
New from tracker
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=1704690&group_id=17203

--- NEW FILE: ftgl.info ---
Package: ftgl
Version: 2.1.2
Revision: 3
###
Source: http://opengl.geek.nz/ftgl/ftgl-%v.tar.gz
Source-MD5: 3eabec9ad37371c4d139408c7ffd2429
SourceDirectory: FTGL
###
DocFiles: README.txt COPYING.txt HISTORY.txt license.txt
###
Maintainer: Hans-Christoph Steiner <[EMAIL PROTECTED]>
HomePage: http://homepages.paradise.net.nz/henryj/code/#FTGL
License: GPL
Description: Library for using fonts in OpenGL
###
Depends: freetype219-shlibs
BuildDepends: freetype219
###
PatchScript: <<
#perl -pi -e 's,,,' mac/FTGL.xcode/project.pbxproj
perl -pi -e 's,Libraries/libfreetype.a,%p/lib/freetype219/lib/libfreetype.a,' 
mac/FTGL.xcode/project.pbxproj
perl -pi -e 's,(../mac/Libraries),"%p/lib/freetype219/lib \1",' 
mac/FTGL.xcode/project.pbxproj
perl -pi -e 's,/usr/local,%p,' mac/FTGL.xcode/project.pbxproj
perl -pi -e 's,"(../mac/Includes),"%p/lib/freetype219/include 
%p/lib/freetype219/include/freetype2 \1,' mac/FTGL.xcode/project.pbxproj
perl -pi -e 's,/Users/henry/Development/PROJECTS/FTGL,%b,' 
mac/FTGL.xcode/project.pbxproj
perl -pi -e 's,(HEADER_SEARCH_PATHS = )(Includes),\1"%p/lib/freetype219/include 
%p/lib/freetype219/include/freetype2 \2",' mac/FTGL.xcode/project.pbxproj
<<
CompileScript: cd mac && xcodebuild
# this might work better, with quite a bit of work:
#CompileScript: ./configure --prefix=%p --with-x 
--with-gl-inc=/usr/X11R6/include --with-gl-lib=/usr/X11R6/lib 
--with-ft-prefix=/sw/lib/freetype219 --with-ft-exec-prefix=/sw/lib/freetype219
InstallScript: <<
install -d %i/include/FTGL
install -p %b/include/*.h %i/include/FTGL
install -d %i/lib
# hack to support different build paths on 10.3 and 10.4
(test -f %b/mac/build/Default/libftgl.a && \
install -p %b/mac/build/Default/libftgl.a %i/lib) || \
install -p %b/mac/build/libftgl.a %i/lib
install -d %i/share/doc/%n
install -p %b/docs/FTGL.html %i/share/doc/%n
install -p %b/docs/FTGL_1_3.gif %i/share/doc/%n
install -d %i/share/doc/%n/images
install -p %b/docs/images/ftgldemo.jpg %i/share/doc/%n/images
install -p %b/docs/images/metrics.png %i/share/doc/%n/images
cd %i/share/doc/%n && tar xzf %b/docs/html.tar.gz
install -d %i/lib/pkgconfig
touch %i/lib/pkgconfig/ftgl.pc
echo 'prefix=%p' >>  %i/lib/pkgconfig/ftgl.pc
echo 'exec_prefix=${prefix}' >>  %i/lib/pkgconfig/ftgl.pc
echo 'libdir=${exec_prefix}/lib' >>  %i/lib/pkgconfig/ftgl.pc
echo 'includedir=${prefix}/include' >>  %i/lib/pkgconfig/ftgl.pc
echo '#' >>  %i/lib/pkgconfig/ftgl.pc
echo 'Name: ftgl' >>  %i/lib/pkgconfig/ftgl.pc
echo 'Description: OpenGL frontend to Freetype 2' >>  %i/lib/pkgconfig/ftgl.pc
echo 'Version: %v' >>  %i/lib/pkgconfig/ftgl.pc
echo 'Requires: ' >>  %i/lib/pkgconfig/ftgl.pc
echo 'Libs: -L%p/lib/freetype219/lib -L${libdir} -lz -lfreetype -lftgl' >>  
%i/lib/pkgconfig/ftgl.pc
echo 'Cflags: -I${includedir} -I%p/include/FTGL -I%p/lib/freetype219/include 
-I%p/lib/freetype219/include/freetype2' >>  %i/lib/pkgconfig/ftgl.pc
echo '#' >>  %i/lib/pkgconfig/ftgl.pc
<<
DescDetail: <<
FTGL is a free, open source library to enable developers to use arbitrary
fonts in their OpenGL (www.opengl.org) applications. Unlike other OpenGL font
libraries FTGL uses standard font file formats so doesn't need a preprocessing
step to convert the high quality font data into a lesser quality, proprietary
format. FTGL uses the Freetype (www.freetype.org) font library to open and
'decode' the fonts. It then takes that output and stores it in a format most
efficient for OpenGL rendering.

Rendering modes supported are:

* Bit maps
* Anti aliased pix maps
* Texture maps
* Outlines
* Polygon meshes
* Extruded polygon meshes

FTGL is designed to be used in commercial quality software. It has been
written with performance, robustness and simplicity in mind.  
<<


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 magic71.info,NONE,1.1

2007-05-24 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv5292/main/finkinfo/sci

Added Files:
magic71.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1695867&group_id=17203&atid=414256

--- NEW FILE: magic71.info ---
Package: magic71
Version: 7.1-20070406
Revision: 1
Maintainer: David Fang <[EMAIL PROTECTED]>
Source: http://www.csl.cornell.edu/~fang/sw/magic-%v.tar.gz
Source-MD5: 783cb2c585dd41fd7c7f5eaad81aa903
Conflicts: magic, magic72, magic73, magic74, magic75
Replaces: magic, magic72, magic73, magic74, magic75
License: BSD
Homepage: http://vlsi.cornell.edu/magic/
Description: Very capable VLSI layout CAD tool
BuildDepends: readline5, x11-dev
Depends: x11-shlibs
DocFiles: README.FIRST READ_ME TODO ChangeLog
DescDetail: <<
Magic is a venerable VLSI layout tool, written in the 1980's at Berkeley
by John Ousterhout, now famous primarily for writing the scripting interpreter
language Tcl. Due largely in part to its liberal Berkeley open-source license,
magic has remained popular with universities and small companies.

The open-source license has allowed VLSI engineers with a bent toward
programming to implement clever ideas and help magic stay abreast of
fabrication technology. However, it is the well thought-out core algorithms
which lend to magic the greatest part of its popularity. Magic is widely cited
as being the easiest tool to use for circuit layout, even for people who
ultimately rely on commercial tools for their product design flow.
<<
DescPackaging: <<
Binaries are installed with suffix -7.1 to avoid conflicting with other 
versions.  Readline functionality is only statically linked, so magic doesn't 
depend on the shlibs being installed.  
Man pages are relocated to $(prefix)/share/man because $(prefix)/man 
is deprecated.
Most man pages in section 3 and 5 have been prefixed with "magic-" to 
avoid collisions.
<<
DescPort: <<
Porting notes (by Fang) can be found at:
http://www.csl.cornell.edu/~fang/sw/magic-7.1-osx.html
<<
CompileScript: <<
#!/bin/sh -ev
export CAD_HOME=%p
# lousy interactive config...
make config < defs.mak
# "recursive make is the devil"
cd utils
make
cd ..
cd extflat
make
cd ..
make
<<
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
mkdir -p %i/bin
# If you want non-prefixed sym-links
# cd %i/bin
# for exe in magic ext2spice ext2sim extcheck magicusage net2ir spice2sim
# do
#   ln -s $exe-7.1 $exe
# done
# man page renaming:
# omitting %i/share/man/man3/magicutils.3
for m in dqueue extflat geometry hash heap libmalloc list malloc path runstats 
set show stack string
do
mv %i/share/man/man3/$m.3 %i/share/man/man3/magic-$m.3
done
# omitting %i/share/man/man5/magic.5
for m in cmap displays dlys dstyle ext glyphs net sim
do
mv %i/share/man/man5/$m.5 %i/share/man/man5/magic-$m.5
done
<<
RuntimeVars: <<
  CAD_HOME: %p
<<



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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 xcircuit-testing.info, 1.27, 1.28

2007-06-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv32650

Modified Files:
xcircuit-testing.info 
Log Message:
new upstream

Index: xcircuit-testing.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/xcircuit-testing.info,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- xcircuit-testing.info   3 May 2007 02:04:01 -   1.27
+++ xcircuit-testing.info   1 Jun 2007 14:33:34 -   1.28
@@ -1,12 +1,12 @@
 Package: xcircuit-testing
-Version: 3.6.93
+Version: 3.6.94
 Revision: 1
 Depends: x11, x11-shlibs, ghostscript, tcltk, tcltk-shlibs, app-defaults
 BuildDepends: m4, tcltk-dev, x11-dev, automake1.9
 Conflicts: xcircuit
 Replaces: xcircuit
 Source: http://opencircuitdesign.com/xcircuit/archive/xcircuit-%v.tgz
-Source-MD5: fce3d11ca61a7a92a9778d32b3e6109e
+Source-MD5: 3d86e116454f4cd5f5b5a480d2f5998d
 Patch: %n.patch
 ConfigureParams: --with-gnu-ld --mandir=%p/share/man
 SetCFLAGS: -I/usr/X11R6/include -fno-common


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] web/download srcdist.en.php,1.3,1.4

2007-06-02 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory sc8-pr-cvs17:/tmp/cvs-serv3181

Modified Files:
srcdist.en.php 
Log Message:
Update to reflect current state of source install.

Index: srcdist.en.php
===
RCS file: /cvsroot/fink/web/download/srcdist.en.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- srcdist.en.php  15 Jun 2006 17:58:15 -  1.3
+++ srcdist.en.php  2 Jun 2007 23:37:53 -   1.4
@@ -8,25 +8,32 @@
 
 Download Fink Source Release
 
+
+The source tarball contains the fink package manager.  After you 
have installed it, you will be able to get package descriptions and patches.  
It will use these to download the source code from the original distribution 
sites or the Fink project's mirrors and build them on your local machine.
 
 
+
 
+fink-0.27.1 was officially released on 2007-03-19.
 
 
-http://prdownloads.sourceforge.net/fink/fink--full.tar.gz">Fink
- - 6786K, .tar.gz format
+ - 6786K, .tar.gz format-->
+http://downloads.sourceforge.net/fink/fink-0.27.1.tar.gz";>fink-0.27.1 
- 1257K, .tar.gz format
 
 
 
@@ -34,9 +41,7 @@
 Don't extract the archive with StuffIt, it will corrupt some file
 names.
 Use the command line tar utility instead.
-Instructions are in the Installation document.
-
-
+Instructions are in the Installation document.  You also need to install the 
Xcode Tools (c.f. the Quick Start page).  
 
 Installation and usage instructions are inside the distribution
 tarball.
@@ -47,6 +52,12 @@
 They are also available online in the documentation section.
 
+After you have installed fink and the other base packages, the 
commands
+fink selfupdate-rsync
+or
+fink selfupdate-cvs
+will download the package description files and patches.
+
 
 To be informed of new releases, subscribe to the fink-announce mailinglist.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] web/xml/news news.en.xml,1.60,1.61

2007-06-02 Thread Alexander Hansen
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs17:/tmp/cvs-serv16500

Modified Files:
news.en.xml 
Log Message:
Update "update script" item for 10.4.9.

Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- news.en.xml 16 Mar 2007 18:31:49 -  1.60
+++ news.en.xml 3 Jun 2007 00:12:34 -   1.61
@@ -71,6 +71,7 @@
2006-07-24
Reminder: "10.4-transitional" Tree Unsupported on 
August 1st, 2006

+

The "10.4-transitional" tree was created as an 
interim solution to the issues of
incompatibilities between binaries made using 
GCC 3.3 (the default Mac OS X 10.3
@@ -101,6 +102,7 @@
made the switch.  If you have problems, please 
feel free to mail your issues to
the discussion 
lists.

+ Update: 2 June 2007.  Due to changes to the behavior of 
sudo on 10.4.9, the update script needs a bit of 
assistance.  Switching to a superuser prompt first via sudo -s 
will suffice.


 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


  1   2   3   4   5   6   7   8   9   10   >