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

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

Added Files:
f77chk.info 
Log Message:
Another Fortran helper.

--- NEW FILE: f77chk.info ---
Package: f77chk
Version: 1.2.2f
Revision: 1
Description: Fortran77 source code checker
Architecture: powerpc, i386, x86_64
License: GPL

# Unpack Phase:
Source: ftp://spdg1.sci.shizuoka.ac.jp/pub/%n/%n-%v.tgz
Source-MD5: 26e525900276c15aad8be8a60dfa6baa
SourceDirectory: .

Patchscript: <<
  sed -i.bak 's|library.def|%p/etc/library.def|g' f77chk.pl
  sed -i.bak 's|/usr/local/bin/|/usr/bin/|g'  f77chk.pl
<<

# Compile Phase (NOTE: there is no configure):
CompileScript: <<
#!/bin/sh -ev
 echo 'Nothing to compile for a perl script.'
<<

# Install Phase:
DocFiles: COPYING README*

InstallScript: <<
#!/bin/sh -ev
# program
  mkdir -p %i/bin
  install -m 755 f77chk.pl %i/bin
# definition file
  mkdir -p %i/etc
  install -m 644 library.def %i/etc
<<

DescDetail: <<
F77chk is written in Perl and checks consistencies of arguments at every 
calls to externals in source files.   Including definition files, in which 
definitions of externals in libraries are listed, entire consistencies of 
arguments can be checked to reduce run time errors.   A definition file 
for a library can be generated by f77chk automatically if the source code 
is available, or by hand referring user's manuals, for example. 
<<

DescUsage: <<
Simply do:

  f77chk.pl [options] file1 ...

for further details see the README files in %p/share/doc/f77chk/
<<

DescPort: <<
Changed the position of library.def from the executable directory to 
%p/etc/library.def.
<<

Homepage: http://spdg1.sci.shizuoka.ac.jp/f77chk/indexe.html
Maintainer: Karl-Michael Schindler 


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/games angband.info,1.4,1.5

2011-04-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv23632/unstable/main/finkinfo/games

Modified Files:
angband.info 
Log Message:
--b-a-n and dep cleanup


Index: angband.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/angband.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- angband.info3 Sep 2010 18:11:53 -   1.4
+++ angband.info25 Apr 2011 19:48:22 -  1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: angband%type_pkg[-nox]
 Version: 3.0.6
-Revision: 2
+Revision: 3
 Type: -nox (boolean)
 Maintainer: None 
 Source: mirror:custom:Source/angband-%v.tar.gz   
@@ -14,12 +14,12 @@
 Replaces: angband, angband-nox
 BuildDepends: <<
   (%type_raw[-nox] = .) gtk+, (%type_raw[-nox] = .) glib, (%type_raw[-nox] = 
.)  x11-dev,
-  (%type_raw[-nox] = .) gettext-dev, (%type_raw[-nox] = .) gettext-bin, 
(%type_raw[-nox] = .) gettext-tools,
+  (%type_raw[-nox] = .) libgettext3-dev, (%type_raw[-nox] = .) gettext-bin, 
(%type_raw[-nox] = .) gettext-tools,
   libncurses5
 <<
 Depends: <<
   (%type_raw[-nox] = .) gtk+-shlibs, (%type_raw[-nox] = .) glib-shlibs,
-  (%type_raw[-nox] = .) gettext, (%type_raw[-nox] = .) x11,
+  (%type_raw[-nox] = .) libgettext3-shlibs, (%type_raw[-nox] = .) x11,
   passwd, ncurses, libncurses5-shlibs
 <<
 Suggests: lua
@@ -27,19 +27,20 @@
  (%type_raw[-nox] = .) --with-x (%type_raw[-nox] = -nox) --without-x   \
  (%type_raw[-nox] = .) --enable-gtk (%type_raw[-nox] = -nox) --disable-gtk \
  --with-libpath=%p/var/games/%n/lib/ \
- --with-setgid=games \
  --disable-dependency-tracking
 <<
 InstallScript: <<
 make install DESTDIR=%d bindir=%p/bin
 mkdir -p -m 0775 %i/var/games/%n/
-chown games:games %i/var/games/%n/
-chmod g+w %i/var/games/%n/
-find lib/ -exec chown games:games {} \;
 find lib/ -exec chmod g+w {} \;
 cp -Rp lib %i/var/games/%n/
 <<
 DocFiles: AUTHORS changes.txt compile.txt COPYING THANKS TODO readme.txt
+PostInstScript: <<
+   chgrp games %p/bin/angband
+   chmod g+s %p/bin/angband
+   chgrp -R games %p/var/games/%n
+<<
 Description: Curses- or X11-based dungeon exploration game
 DescDetail: <<
 Angband is a "graphical" dungeon adventure game using textual characters


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/games angband.info,1.4,1.5

2011-04-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv23632/stable/main/finkinfo/games

Modified Files:
angband.info 
Log Message:
--b-a-n and dep cleanup


Index: angband.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/angband.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- angband.info7 Jan 2010 21:26:27 -   1.4
+++ angband.info25 Apr 2011 19:48:22 -  1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: angband%type_pkg[-nox]
 Version: 3.0.6
-Revision: 2
+Revision: 3
 Type: -nox (boolean)
 Maintainer: None 
 Source: mirror:custom:Source/angband-%v.tar.gz   
@@ -14,12 +14,12 @@
 Replaces: angband, angband-nox
 BuildDepends: <<
   (%type_raw[-nox] = .) gtk+, (%type_raw[-nox] = .) glib, (%type_raw[-nox] = 
.)  x11-dev,
-  (%type_raw[-nox] = .) gettext-dev, (%type_raw[-nox] = .) gettext-bin, 
(%type_raw[-nox] = .) gettext-tools,
+  (%type_raw[-nox] = .) libgettext3-dev, (%type_raw[-nox] = .) gettext-bin, 
(%type_raw[-nox] = .) gettext-tools,
   libncurses5
 <<
 Depends: <<
   (%type_raw[-nox] = .) gtk+-shlibs, (%type_raw[-nox] = .) glib-shlibs,
-  (%type_raw[-nox] = .) gettext, (%type_raw[-nox] = .) x11,
+  (%type_raw[-nox] = .) libgettext3-shlibs, (%type_raw[-nox] = .) x11,
   passwd, ncurses, libncurses5-shlibs
 <<
 Suggests: lua
@@ -27,19 +27,20 @@
  (%type_raw[-nox] = .) --with-x (%type_raw[-nox] = -nox) --without-x   \
  (%type_raw[-nox] = .) --enable-gtk (%type_raw[-nox] = -nox) --disable-gtk \
  --with-libpath=%p/var/games/%n/lib/ \
- --with-setgid=games \
  --disable-dependency-tracking
 <<
 InstallScript: <<
 make install DESTDIR=%d bindir=%p/bin
 mkdir -p -m 0775 %i/var/games/%n/
-chown games:games %i/var/games/%n/
-chmod g+w %i/var/games/%n/
-find lib/ -exec chown games:games {} \;
 find lib/ -exec chmod g+w {} \;
 cp -Rp lib %i/var/games/%n/
 <<
 DocFiles: AUTHORS changes.txt compile.txt COPYING THANKS TODO readme.txt
+PostInstScript: <<
+   chgrp games %p/bin/angband
+   chmod g+s %p/bin/angband
+   chgrp -R games %p/var/games/%n
+<<
 Description: Curses- or X11-based dungeon exploration game
 DescDetail: <<
 Angband is a "graphical" dungeon adventure game using textual characters


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci gtkgraph.info,1.5,1.6

2011-04-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv15957/stable/main/finkinfo/sci

Modified Files:
gtkgraph.info 
Log Message:
Major dep cleanup


Index: gtkgraph.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/gtkgraph.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gtkgraph.info   19 Jan 2010 03:52:47 -  1.5
+++ gtkgraph.info   25 Apr 2011 19:17:20 -  1.6
@@ -1,11 +1,11 @@
 Package: gtkgraph
 Version: 0.6.2
-Revision: 4
+Revision: 5
 Maintainer: None 
 Source: http://vitelus.com/gtkgraph/%n-%v.tar.gz
 Source-MD5: b07b21d3c82f2c8db893850a35357a8c
-BuildDepends: libjpeg, libtiff, netpbm, glib, gtk+, giflib, imlib, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, fink (>= 0.24.12-1)
-Depends: imlib-shlibs
+BuildDepends: glib, gtk+, imlib, libgettext3-dev, gettext-bin, gettext-tools, 
x11-dev, fink (>= 0.24.12-1)
+Depends: glib-shlibs, gtk+-shlibs, imlib-shlibs, libgettext3-shlibs, x11
 PatchFile: %n.patch
 PatchFile-MD5: 89f57c322638e45f72ac5610cf9b7ae3
 UpdateConfigGuess: true


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

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

Modified Files:
gtkgraph.info 
Log Message:
Major dep cleanup


Index: gtkgraph.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/gtkgraph.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gtkgraph.info   19 Jan 2010 03:52:13 -  1.4
+++ gtkgraph.info   25 Apr 2011 19:17:20 -  1.5
@@ -1,11 +1,11 @@
 Package: gtkgraph
 Version: 0.6.2
-Revision: 4
+Revision: 5
 Maintainer: None 
 Source: http://vitelus.com/gtkgraph/%n-%v.tar.gz
 Source-MD5: b07b21d3c82f2c8db893850a35357a8c
-BuildDepends: libjpeg, libtiff, netpbm, glib, gtk+, giflib, imlib, 
gettext-dev, gettext-bin, gettext-tools, x11-dev, fink (>= 0.24.12-1)
-Depends: imlib-shlibs
+BuildDepends: glib, gtk+, imlib, libgettext3-dev, gettext-bin, gettext-tools, 
x11-dev, fink (>= 0.24.12-1)
+Depends: glib-shlibs, gtk+-shlibs, imlib-shlibs, libgettext3-shlibs, x11
 PatchFile: %n.patch
 PatchFile-MD5: 89f57c322638e45f72ac5610cf9b7ae3
 UpdateConfigGuess: true


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/games crafty.info, 1.10, 1.11 crafty.patch, 1.4, 1.5

2011-04-25 Thread Matthias Neeracher
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv15970

Modified Files:
crafty.info crafty.patch 
Log Message:
Update to latest upstream, start.pgn is uncompressed again

Index: crafty.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/crafty.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- crafty.info 31 Jan 2009 23:58:14 -  1.10
+++ crafty.info 25 Apr 2011 19:17:12 -  1.11
@@ -1,26 +1,25 @@
 Package: crafty
-Version: 22.8
+Version: 23.4
 Revision: 1
 GCC: 4.0
 Provides: chess
 Replaces: crafty-smallbook, crafty-largebook, crafty-enormousbook
 Source: ftp://ftp.cis.uab.edu/pub/hyatt/source/%n-%v.zip
-Source-MD5: b351950839b954e3f43ecef175627991
+Source-MD5: 7e0811dd2d801428d8da48a4e487885a
 Source2: ftp://ftp.cis.uab.edu/pub/hyatt/documentation/crafty.doc.ascii
 Source2-MD5: 5fd73027a1de1674763562e1987197ba
 Source3: ftp://ftp.cis.uab.edu/pub/hyatt/documentation/crafty.doc.ps
 Source3-MD5: 6cef69aa2f9ea1ceb74b6c14edc8291f
 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
+Source5: ftp://ftp.cis.uab.edu/pub/hyatt/pgn/start.pgn
+Source5-MD5: 98176af8ec13945a4ec60ad9b5959412
 BuildDepends: fink (>= 0.24.12)
 PatchFile: %n.patch
-PatchFile-MD5: 73e10ff79509abd942a2e15c34deb9dd
+PatchFile-MD5: 811fbc98fe4614daa69a9911c17e2282
 PatchScript: <<
 patch -p1 <%{PatchFile}
 perl -ne 'print if /\Q*\E/..m|\Q*/\E|;' main.c>README
-gunzip ../start.pgn.gz
 <<
 CompileScript: <<
 #!

Index: crafty.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/crafty.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- crafty.patch3 Jan 2009 00:23:37 -   1.4
+++ crafty.patch25 Apr 2011 19:17:12 -  1.5
@@ -1,24 +1,35 @@
-diff -ru crafty-22.8-orig/Makefile crafty-22.8/Makefile
 crafty-22.8-orig/Makefile  2009-01-03 00:59:40.0 +0100
-+++ crafty-22.8/Makefile   2009-01-03 01:07:43.0 +0100
-@@ -100,9 +100,9 @@
+diff -ru crafty-23.4-orig/Makefile crafty-23.4/Makefile
+--- crafty-23.4-orig/Makefile  2011-04-25 21:07:29.0 +0200
 crafty-23.4/Makefile   2011-04-25 21:10:07.0 +0200
+@@ -66,9 +66,9 @@
  darwin:
$(MAKE) target=FreeBSD \
CC=gcc CXX=g++ \
--  CFLAGS='$(CFLAGS) -Wall -pipe -O3' \
--  CXFLAGS=$(CFLAGS) \
+-  CFLAGS='-Wall -pipe -O3' \
+-  CXFLAGS='-Wall -pipe -O3' \
 -  LDFLAGS=$(LDFLAGS) \
-+  CFLAGS='$(CFLAGS) $(ARCH) $(CPUS) -Wall -pipe -O3' \
-+  CXFLAGS='$(CFLAGS) $(ARCH) $(CPUS)' \
++  CFLAGS='$(ARCH) $(CPUS) -Wall -pipe -O3' \
++  CXFLAGS='$(ARCH) $(CPUS) -Wall -pipe -O3' \
 +  LDFLAGS='$(LDFLAGS) $(ARCH)' \
-   LIBS='-lpthread -lstdc++' \
+   LIBS='-lstdc++' \
opt='$(opt)' \
crafty-make
-Only in crafty-22.8: Makefile.orig
-Only in crafty-22.8: Makefile.rej
-diff -ru crafty-22.8-orig/lock.h crafty-22.8/lock.h
 crafty-22.8-orig/lock.h2009-01-03 00:59:40.0 +0100
-+++ crafty-22.8/lock.h 2009-01-03 01:02:16.0 +0100
+Only in crafty-23.4: Makefile.orig
+diff -ru crafty-23.4-orig/chess.h crafty-23.4/chess.h
+--- crafty-23.4-orig/chess.h   2011-04-25 21:07:29.0 +0200
 crafty-23.4/chess.h2011-04-25 21:13:25.0 +0200
+@@ -24,7 +24,7 @@
+ #include 
+ #include 
+ #include 
+-#if !defined(IPHONE)
++#if !defined(__APPLE__)
+ #  include 
+ #endif
+ #include 
+diff -ru crafty-23.4-orig/lock.h crafty-23.4/lock.h
+--- crafty-23.4-orig/lock.h2011-04-25 21:07:29.0 +0200
 crafty-23.4/lock.h 2011-04-25 21:08:06.0 +0200
 @@ -49,7 +49,7 @@
   *
 *
   
***
@@ -28,12 +39,10 @@
  /* OS X */
  #  include 
  #  define lock_t  OSSpinLock
-Only in crafty-22.8: lock.h.orig
-Only in crafty-22.8: lock.h.rej
-diff -ru crafty-22.8-orig/option.c crafty-22.8/option.c
 crafty-22.8-orig/option.c  2009-01-03 00:59:40.0 +0100
-+++ crafty-22.8/option.c   2009-01-03 00:59:59.0 +0100
-@@ -1116,7 +1116,8 @@
+diff -ru crafty-23.4-orig/option.c crafty-23.4/option.c
+--- crafty-23.4-orig/option.c  2011-04-25 21:07:29.0 +0200
 crafty-23.4/option.c   2011-04-25 21:08:06.0 +0200
+@@ -1093,7 +1093,8 @@
  char *readstat = (char *) -1;
  int lines = 0;
  
@@ -43,6 +52,4 @@
  if (!

[cvs] dists/10.4/stable/main/finkinfo/net axyftp.info,1.2,1.3

2011-04-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv12139

Modified Files:
axyftp.info 
Log Message:
missing runtime dep on gettext (used directly); but also update to same 
majorversion as gtk+


Index: axyftp.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/axyftp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- axyftp.info 13 Jan 2007 20:26:32 -  1.2
+++ axyftp.info 25 Apr 2011 19:01:47 -  1.3
@@ -1,9 +1,9 @@
 Package: axyftp
 Version: 0.5.1
-Revision: 15
+Revision: 16
 ###
-Depends: x11, gtk+-shlibs, glib-shlibs
-BuildDepends: gtk+, glib, gettext-dev, gettext-bin, gettext-tools, x11-dev
+Depends: x11, gtk+-shlibs, glib-shlibs, libgettext3-shlibs
+BuildDepends: gtk+, glib, libgettext3-dev, gettext-bin, gettext-tools, x11-dev
 ###
 Source: mirror:sourceforge:fink/%n-%v.tar.gz
 Source-MD5: 5165d68b99d34e0633278665bdb56f60
@@ -13,7 +13,7 @@
 DocFiles: Artistic CHANGES LGPL LICENSE README TODO
 ###
 ###
-Description: FTP client for X with nice and intuitive GTK+ and Motif GUI
+Description: FTP client with GTK+ and Motif GUI
 DescDetail: <<
   AxY FTP (formerly known as WXftp) is an easy-to-use FTP client for the
   X Window System. Features include an intuitive user interface (Motif


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-04-25 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv11975

Modified Files:
axyftp.info 
Log Message:
missing runtime dep on gettext (used directly); but also update to same 
majorversion as gtk+


Index: axyftp.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/axyftp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- axyftp.info 13 Jan 2007 21:19:04 -  1.2
+++ axyftp.info 25 Apr 2011 19:00:53 -  1.3
@@ -1,9 +1,9 @@
 Package: axyftp
 Version: 0.5.1
-Revision: 15
+Revision: 16
 ###
-Depends: x11, gtk+-shlibs, glib-shlibs
-BuildDepends: gtk+, glib, gettext-dev, gettext-bin, gettext-tools, x11-dev
+Depends: x11, gtk+-shlibs, glib-shlibs, libgettext3-shlibs
+BuildDepends: gtk+, glib, libgettext3-dev, gettext-bin, gettext-tools, x11-dev
 ###
 Source: mirror:sourceforge:fink/%n-%v.tar.gz
 Source-MD5: 5165d68b99d34e0633278665bdb56f60
@@ -13,7 +13,7 @@
 DocFiles: Artistic CHANGES LGPL LICENSE README TODO
 ###
 ###
-Description: FTP client for X with nice and intuitive GTK+ and Motif GUI
+Description: FTP client with GTK+ and Motif GUI
 DescDetail: <<
   AxY FTP (formerly known as WXftp) is an easy-to-use FTP client for the
   X Window System. Features include an intuitive user interface (Motif


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci pymol-py.info,1.41,1.42

2011-04-25 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv22484

Modified Files:
pymol-py.info 
Log Message:
fixed a wrong Depends entry on glew

Index: pymol-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/pymol-py.info,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- pymol-py.info   24 Apr 2011 06:07:54 -  1.41
+++ pymol-py.info   25 Apr 2011 17:30:59 -  1.42
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pymol-py%type_pkg[python]
 Version: 1.4
-Revision: 1
+Revision: 2
 Maintainer: W. G. Scott 
 Type: python (2.5 2.6 2.7)
 #Source: mirror:sourceforge:fink/pymol-%v-src.tar.bz2
@@ -16,7 +16,7 @@
 PatchFile: pymol-py.patch
 PatchFile-MD5: ee777e18ad893e1be061f0bd3abe05c3
 SourceDirectory: pymol-%v
-Depends: python%type_pkg[python], libpng3-shlibs, numeric-py%type_pkg[python], 
tcltk, pmw-py%type_pkg[python] (>= 1.3.2-1000), freeglut-shlibs, glew, 
blt-shlibs, meschach-shlibs
+Depends: python%type_pkg[python], libpng3-shlibs, numeric-py%type_pkg[python], 
tcltk, pmw-py%type_pkg[python] (>= 1.3.2-1000), freeglut-shlibs, glew-shlibs, 
blt-shlibs, meschach-shlibs
 BuildDepends: libpng3, freeglut, glew, db43-ssl (>= 4.3.29-1001)|db43 (>= 
4.3.29-1001), readline (>= 4.3-1028), gdbm3, tcltk-dev, blt, x11-dev, swig, 
meschach, fink (>= 0.24.12)
 Conflicts: pymol, pymol-py22, pymol-py23, pymol-py24, pymol-py25, pymol-py26, 
pymol-py27
 Replaces: pymol, pymol-py22, pymol-py23, pymol-py24, pymol-py25, pymol-py26, 
pymol-py27


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] fink/perlmod/Fink Bootstrap.pm, 1.199, 1.200 ChangeLog, 1.1702, 1.1703 Services.pm, 1.232, 1.233

2011-04-25 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory vz-cvs-3.sog:/tmp/cvs-serv28093

Modified Files:
Bootstrap.pm ChangeLog Services.pm 
Log Message:
SWAG for what darwin and gcc major-versions 10.7 might have


Index: Services.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Services.pm,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Services.pm 15 Jan 2011 22:48:55 -  1.232
+++ Services.pm 25 Apr 2011 12:51:33 -  1.233
@@ -1325,7 +1325,7 @@
 # Note: we no longer support 10.1 or 10.2-gcc3.1 in fink, we don't
 # specify default values for these.
 
-   my %system_gcc_default = ('10.2' => '3.3', '10.3' => '3.3', '10.4' => 
'4.0', '10.5' => '4.0', '10.6' => '4.2');
+   my %system_gcc_default = ('10.2' => '3.3', '10.3' => '3.3', '10.4' => 
'4.0', '10.5' => '4.0', '10.6' => '4.2', '10.7' => '4.2');
my %gcc_abi_default = ('2.95' => '2.95', '3.1' => '3.1', '3.3' => 
'3.3', '4.0' => '3.3', '4.2' => '3.3');
 
if (my $sw_vers = get_osx_vers_long())
@@ -1422,7 +1422,7 @@
 
 sub get_darwin_equiv
 {
-   my %darwin_osx = ('1' => '10.0', '5' => '10.1', '6' => '10.2', '7' => 
'10.3', '8' => '10.4', '9' => '10.5', '10' => '10.6');
+   my %darwin_osx = ('1' => '10.0', '5' => '10.1', '6' => '10.2', '7' => 
'10.3', '8' => '10.4', '9' => '10.5', '10' => '10.6', '11' => '10.7');
return $darwin_osx{get_kernel_vers()};
 }
 

Index: Bootstrap.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Bootstrap.pm,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Bootstrap.pm21 Mar 2011 20:42:36 -  1.199
+++ Bootstrap.pm25 Apr 2011 12:51:32 -  1.200
@@ -281,6 +281,12 @@
"of Mac OS X might work with Fink, but there are no " .
"guarantees.");
$distribution = "10.6";
+   } elsif ($host =~ /^i386-apple-darwin11\./) {
+   &print_breaking("This system was not released at the time " .
+   "this Fink release was made.  Prerelease versions " .
+   "of Mac OS X might work with Fink, but there are no " .
+   "guarantees.");
+   $distribution = "10.7";
} elsif ($host =~ /^powerpc-apple-darwin1\.[0-2]/) {
&print_breaking("This system is outdated and not supported ".
"by this Fink release. Please update to Mac OS X ".
@@ -1061,7 +1067,8 @@
"10.3" => "10.3",
"10.4" => "10.4",
"10.5" => "10.4",
-   "10.6" => "10.4"
+   "10.6" => "10.4",
+   "10.7" => "10.4"
);
 
return $selfupdatetrees{$distribution};

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1702
retrieving revision 1.1703
diff -u -d -r1.1702 -r1.1703
--- ChangeLog   15 Apr 2011 06:53:32 -  1.1702
+++ ChangeLog   25 Apr 2011 12:51:33 -  1.1703
@@ -1,3 +1,7 @@
+2011-04-25  Daniel Macks  
+
+   * Bootstrap.pm, Services.pm: Guesses at kernel info for 10.7
+
 2011-04-15  Daniel Macks  
 
* Validation.pm: Allow Description of OBSOLETE packages to contain


--
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs