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

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

Added Files:
bap.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1780003group_id=17203atid=414256

--- NEW FILE: bap.info ---
Package: bap
Version: 1.2
Revision: 1
Source: http://rtg.ietf.org/~fenner/ietf/%n/%n-%v.tar.gz
Source-MD5: ee762fa3d90efbd5e47876286811f799

Maintainer: Lars Eggert [EMAIL PROTECTED]
HomePage: http://rtg.ietf.org/~fenner/ietf/bap/
License: BSD
Description: ABNF verifier

PatchScript: 
/usr/bin/sed -i '' -e 's/@YACC@ -v/@YACC@ -v -d/' %b/Makefile.in
head -n 30 main.c  LICENSE


DocFiles: LICENSE TODO

InstallScript: 
mkdir -p %i/bin
install aex %i/bin/
install bap %i/bin/
install prep %i/bin/



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-wm dwm.info,1.1,1.2

2007-09-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sc8-pr-cvs17:/tmp/cvs-serv1086

Modified Files:
dwm.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1782004group_id=17203atid=414256

Index: dwm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/dwm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dwm.info28 Jul 2007 15:33:59 -  1.1
+++ dwm.info10 Sep 2007 00:12:55 -  1.2
@@ -1,16 +1,13 @@
 Package: dwm
-Version: 4.3
+Version: 4.4.1
 Revision: 1
 Source: http://www.suckless.org/download/%n-%v.tar.gz
-Source-MD5: b33c29ec68399b7f3e3e145c0107a452
+Source-MD5: 9fd8490e86f927e39c827b4a52fa85bf
 Maintainer: Jeroen Schot [EMAIL PROTECTED]
 BuildDepends: x11-dev
 Depends: x11
 CompileScript: make
-InstallScript: 
-make install PREFIX=%i
-#mkdir -p %i/share/doc/%n
-
+InstallScript: make install PREFIX=%i
 DocFiles: README LICENSE
 Description: Dynamic window manager for X
 DescDetail: 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages moscow-ml.info, 1.2, 1.3 moscow-ml.patch, 1.1, 1.2

2007-09-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv12173

Modified Files:
moscow-ml.info moscow-ml.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1782334group_id=17203atid=414256

Index: moscow-ml.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/moscow-ml.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- moscow-ml.patch 20 Jan 2006 20:28:27 -  1.1
+++ moscow-ml.patch 10 Sep 2007 00:41:26 -  1.2
@@ -1,16 +1,45 @@
-diff -ru mosml/src/Makefile.inc mosml-patched/src/Makefile.inc
 mosml/src/Makefile.inc Wed Jun 28 20:28:14 2000
-+++ mosml-patched/src/Makefile.inc Sun Feb 10 20:39:07 2002
+diff -Naur --exclude='*~' mosml/src/Makefile mosml.fink/src/Makefile
+--- mosml/src/Makefile 2000-07-18 07:16:44.0 -0700
 mosml.fink/src/Makefile2007-08-26 21:23:43.0 -0700
+@@ -45,11 +45,11 @@
+ 
+ # Install the Mosml system
+ install:
+-  test -d $(BINDIR) || mkdir -p $(BINDIR)
+-  test -d $(LIBDIR) || mkdir -p $(LIBDIR)
+-  test -d $(INCDIR) || mkdir -p $(INCDIR)
+-  test -d $(DOCDIR) || mkdir -p $(DOCDIR)
+-  test -d $(TOOLDIR) || mkdir -p $(TOOLDIR)
++  test -d $(DESTDIR)$(BINDIR) || mkdir -p $(DESTDIR)$(BINDIR)
++  test -d $(DESTDIR)$(LIBDIR) || mkdir -p $(DESTDIR)$(LIBDIR)
++  test -d $(DESTDIR)$(INCDIR) || mkdir -p $(DESTDIR)$(INCDIR)
++  test -d $(DESTDIR)$(DOCDIR) || mkdir -p $(DESTDIR)$(DOCDIR)
++  test -d $(DESTDIR)$(TOOLDIR) || mkdir -p $(DESTDIR)$(TOOLDIR)
+   cd runtime; make install
+   cd config; make install
+   cd launch; make all install
+@@ -58,7 +58,7 @@
+   cd compiler; make install
+   cd toolssrc; make install
+   cd lex; make install
+-  (cd $(INCDIR)/..; rm -f config; ln -s include config)
++  (cd $(DESTDIR)$(INCDIR)/..; rm -f config; ln -s moscow-ml config)
+   cd doc; make install
+ 
+ # Remove all generated files
+diff -Naur --exclude='*~' mosml/src/Makefile.inc mosml.fink/src/Makefile.inc
+--- mosml/src/Makefile.inc 2004-01-19 07:03:37.0 -0800
 mosml.fink/src/Makefile.inc2007-08-26 19:37:53.0 -0700
 @@ -2,7 +2,7 @@
  
  # Where to install stuff
  
 -MOSMLHOME=${HOME}/mosml
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@/lib/moscow-ml
  
  # Various utility programs
  INSTALL_PROGRAM=cp
-@@ -15,24 +15,24 @@
+@@ -15,24 +15,31 @@
  
  ADDPRIMS=dynlib.c
  ADDOBJS=dynlib.o
@@ -39,40 +68,37 @@
 -STRIP=strip
 -LD=gcc -rdynamic
 -DYNLD=ld -shared
-+# CPP=/lib/cpp -P -traditional -Dunix -Umsdos
-+# STRIP=strip
-+# LD=gcc -rdynamic
-+# DYNLD=ld -shared
- 
- # For Cygwin 20.1, use:
- # -
-@@ -104,6 +104,13 @@
- # LD=gcc -rdynamic
- # DYNLD=ld -shared
- 
++#CPP=cpp -P -traditional -Dunix -Umsdos
++#STRIP=strip
++#LD=gcc -rdynamic
++#DYNLD=ld -shared
++
 +# For Mac OS X, use:
 +# --
 +CPP=/usr/bin/cpp -P -traditional -Dunix -Umsdos
 +STRIP=echo
 +LD=cc
 +DYNLD=cc -bundle
-+
- SHELL=/bin/sh
  
- # -- You shouldn't need to edit below this line 
-@@ -114,11 +121,12 @@
+ # For Cygwin 20.1, use:
+ # -
+@@ -113,12 +120,13 @@
+ # INCDIR contains the runtime system header files (for compiling dynlibs)
  # DOCDIR contains documentation
  
- BINDIR=${MOSMLHOME}/bin
+-BINDIR=${MOSMLHOME}/bin
 -LIBDIR=${MOSMLHOME}/lib
 -INCDIR=${MOSMLHOME}/include
-+# LIBDIR=${MOSMLHOME}/lib
-+# INCDIR=${MOSMLHOME}/include
- DOCDIR=${MOSMLHOME}/doc
- TOOLDIR=${MOSMLHOME}/tools
+-DOCDIR=${MOSMLHOME}/doc
+-TOOLDIR=${MOSMLHOME}/tools
 -# LIBDIR=${MOSMLHOME}/lib/moscow_ml
-+LIBDIR=${MOSMLHOME}/lib/moscow_ml
-+INCDIR=${MOSMLHOME}/include/moscow_ml
[EMAIL PROTECTED]@/bin
[EMAIL PROTECTED]@/lib/moscow-ml
[EMAIL PROTECTED]@/include/moscow-ml
[EMAIL PROTECTED]@/share/doc/moscow-ml
++TOOLDIR=${LIBDIR}/tools
++#LIBDIR=${MOSMLHOME}/lib
++#INCDIR=${MOSMLHOME}/include
  # TOOLDIR=${MOSMLHOME}/libexec/moscow_ml
  
  CAMLRT=../runtime
@@ -81,7 +107,176 @@
  # CPP=/lib/cpp -P -traditional -Umsdos -Uunix -Dwin32
  
 -CC=gcc
-+CC=cc -no-cpp-precomp
++CC=gcc -no-cpp-precomp
  
  .SUFFIXES :
  .SUFFIXES : .sml .sig .ui .uo .mlp .lex .c .o
+diff -Naur --exclude='*~' mosml/src/compiler/Makefile 
mosml.fink/src/compiler/Makefile
+--- mosml/src/compiler/Makefile2000-06-27 07:46:19.0 -0700
 mosml.fink/src/compiler/Makefile   2007-08-26 19:28:39.0 -0700
+@@ -117,9 +117,9 @@
+   rm -f Makefile.bak
+ 
+ install:
+-  ${INSTALL_DATA} mosmlcmp $(LIBDIR)
+-  ${INSTALL_DATA} mosmllnk $(LIBDIR)
+-  ${INSTALL_DATA} mosmltop $(LIBDIR)
++  ${INSTALL_DATA} mosmlcmp $(DESTDIR)$(LIBDIR)
++  ${INSTALL_DATA} mosmllnk $(DESTDIR)$(LIBDIR)
++  ${INSTALL_DATA} mosmltop $(DESTDIR)$(LIBDIR)
+ 
+ promote:
+   test -f ../mosmlcmp.orig || cp 

[cvs] dists/10.4/unstable/main/finkinfo/x11 dmenu.info,NONE,1.1

2007-09-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv22653

Added Files:
dmenu.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1782457group_id=17203atid=414256

--- NEW FILE: dmenu.info ---
Package: dmenu
Version: 3.2
Revision: 1
Source: http://www.suckless.org/download/%n-%v.tar.gz
Source-MD5: f5ef7a2cbf226679711049179ef9b8f2
Maintainer: Jeroen Schot [EMAIL PROTECTED]
BuildDepends: x11-dev
Depends: x11
CompileScript: make
InstallScript: make install PREFIX=%i
DocFiles: README LICENSE
Description: Dynamic menu for X
DescDetail: 
dmenu is a simple X11 menu application. It reads a newline separated list from
standard input and shows them as a menu. The list can be filtered by typing
text. Upon pressing Enter the selected item (or typed text) is printed to
standard out.

License: BSD
HomePage: http://www.suckless.org/wiki/tools/xlib


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 pssh-py.info, NONE, 1.1 pssh-py.patch, NONE, 1.1

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

Added Files:
pssh-py.info pssh-py.patch 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1782846group_id=17203atid=414256

--- NEW FILE: pssh-py.patch ---
--- pssh/bin/pssh.bad   2007-08-27 12:39:19.0 -0400
+++ pssh/bin/pssh   2007-08-27 14:56:10.0 -0400
@@ -61,7 +61,7 @@
 
 def parsecmdline(argv):
 import getopt
-shortopts = h:l:p:o:e:t:vO:P:i
+shortopts = h:l:p:o:e:t:vO:Pi
 longopts = [ hosts, user, par, outdir, errdir, timeout,
  verbose, options, print, inline ]
 flags = { hosts : None, user : None, par : _DEFAULT_PARALLELISM,

--- NEW FILE: pssh-py.info ---
Info2: 

Package: pssh-py%type_pkg[python]
Type: python (2.4 2.5)
Version: 1.3.1
Revision: 1
Source: http://www.theether.org/pssh/pssh-%v.tar.gz
Source-MD5: f01bc890a473f5e1c1ca1957320fcd5c
Patch:  %{ni}.patch
Depends: python%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
Description: Parallel versions of the openssh tools
Maintainer: Lev Givon [EMAIL PROTECTED]
Homepage: http://www.theether.org/pssh/
DocFiles: TODO ChangeLog INSTALL AUTHORS COPYING doc/pssh-HOWTO.html
CompileScript: 
  echo Skipping Build

InstallScript: 
   %p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
   mv %i/bin/pssh %i/bin/pssh%type_raw[python]
   mv %i/bin/pscp %i/bin/pscp%type_raw[python]
   mv %i/bin/prsync %i/bin/prsync%type_raw[python]
   mv %i/bin/pslurp %i/bin/pslurp%type_raw[python]
   mv %i/bin/pnuke %i/bin/pnuke%type_raw[python]

PostInstScript: 
 update-alternatives --install %p/bin/pssh pssh %p/bin/pssh%type_raw[python] 
%type_pkg[python] --slave %p/bin/pscp pscp %p/bin/pscp%type_raw[python] --slave 
%p/bin/prsync prsync %p/bin/prsync%type_raw[python] --slave %p/bin/pnuke pnuke 
%p/bin/pnuke%type_raw[python] --slave %p/bin/pslurp pslurp 
%p/bin/pslurp%type_raw[python]

PreRmScript: 
 update-alternatives --remove pssh %p/bin/pssh%type_raw[python]

LICENSE: BSD
DescDetail: 
This package provides parallel versions of the various openssh tools.
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 pssh-py.info, NONE, 1.1 pssh-py.patch, NONE, 1.1

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

Added Files:
pssh-py.info pssh-py.patch 
Log Message:
Switch section

--- NEW FILE: pssh-py.patch ---
--- pssh/bin/pssh.bad   2007-08-27 12:39:19.0 -0400
+++ pssh/bin/pssh   2007-08-27 14:56:10.0 -0400
@@ -61,7 +61,7 @@
 
 def parsecmdline(argv):
 import getopt
-shortopts = h:l:p:o:e:t:vO:P:i
+shortopts = h:l:p:o:e:t:vO:Pi
 longopts = [ hosts, user, par, outdir, errdir, timeout,
  verbose, options, print, inline ]
 flags = { hosts : None, user : None, par : _DEFAULT_PARALLELISM,

--- NEW FILE: pssh-py.info ---
Info2: 

Package: pssh-py%type_pkg[python]
Type: python (2.4 2.5)
Version: 1.3.1
Revision: 1
Source: http://www.theether.org/pssh/pssh-%v.tar.gz
Source-MD5: f01bc890a473f5e1c1ca1957320fcd5c
Patch:  %{ni}.patch
Depends: python%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
Description: Parallel versions of the openssh tools
Maintainer: Lev Givon [EMAIL PROTECTED]
Homepage: http://www.theether.org/pssh/
DocFiles: TODO ChangeLog INSTALL AUTHORS COPYING doc/pssh-HOWTO.html
CompileScript: 
  echo Skipping Build

InstallScript: 
   %p/bin/python%type_raw[python] setup.py install --root=%d --prefix=%p
   mv %i/bin/pssh %i/bin/pssh%type_raw[python]
   mv %i/bin/pscp %i/bin/pscp%type_raw[python]
   mv %i/bin/prsync %i/bin/prsync%type_raw[python]
   mv %i/bin/pslurp %i/bin/pslurp%type_raw[python]
   mv %i/bin/pnuke %i/bin/pnuke%type_raw[python]

PostInstScript: 
 update-alternatives --install %p/bin/pssh pssh %p/bin/pssh%type_raw[python] 
%type_pkg[python] --slave %p/bin/pscp pscp %p/bin/pscp%type_raw[python] --slave 
%p/bin/prsync prsync %p/bin/prsync%type_raw[python] --slave %p/bin/pnuke pnuke 
%p/bin/pnuke%type_raw[python] --slave %p/bin/pslurp pslurp 
%p/bin/pslurp%type_raw[python]

PreRmScript: 
 update-alternatives --remove pssh %p/bin/pssh%type_raw[python]

LICENSE: BSD
DescDetail: 
This package provides parallel versions of the various openssh tools.
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 pssh-py.info, 1.1, NONE pssh-py.patch, 1.1, NONE

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

Removed Files:
pssh-py.info pssh-py.patch 
Log Message:
Switch section

--- pssh-py.patch DELETED ---

--- pssh-py.info DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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.11, 1.12

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

Modified Files:
wesnoth-devel.info 
Log Message:
Update from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=1785133group_id=17203

Index: wesnoth-devel.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wesnoth-devel.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- wesnoth-devel.info  27 Aug 2007 13:34:57 -  1.11
+++ wesnoth-devel.info  11 Sep 2007 01:47:37 -  1.12
@@ -1,10 +1,10 @@
 Package: wesnoth-devel
-Version: 1.3.6
+Version: 1.3.7
 Revision: 11
 Description: Fantasy turn-based strategy game
 GCC: 4.0
-Source-MD5: 55a553fa263a306f29ed8455dd2c91bc
-Source: mirror:sourceforge:wesnoth/wesnoth-%va.tar.bz2
+Source-MD5: ef6f15484bc0f833a6d62376340cc2a9
+Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.bz2
 SourceDirectory: wesnoth-%v
 BuildDepends: 
   sdl,
@@ -19,8 +19,7 @@
   freetype219,
   libiconv-dev,
   libgettext3-dev,
-  gettext-tools,
-  python24
+  gettext-tools
 
 Conflicts: wesnoth, wesnoth-campaign-server, wesnoth-editor, wesnoth-server
 Replaces: wesnoth, wesnoth-campaign-server, wesnoth-editor, wesnoth-server
@@ -35,8 +34,7 @@
   libpng3-shlibs,
   freetype219-shlibs,
   libiconv,
-  libgettext3-shlibs,
-  python24 | python25
+  libgettext3-shlibs
 
 DocFiles: 
   ABOUT-NLS
@@ -76,7 +74,9 @@
   --without-zipios \
   --disable-sdltest \
   --with-server-gid=admin \
-  --with-server-uid=admin
+  --with-server-uid=admin \
+  --disable-python \
+  --disable-python-install
 
 Patch: %n.patch
 PatchScript: 
@@ -198,4 +198,4 @@
   Replaces: wesnoth-campaign-server (= 1.2.3)
   Description: Battle for Wesnoth campaign server
   Files: bin/campaignd:sbin/campaignd
-
\ No newline at end of file
+


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages camlp5.info, NONE, 1.1 camlp5.patch, NONE, 1.1

2007-09-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv17097

Added Files:
camlp5.info camlp5.patch 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1785180group_id=17203atid=414256

--- NEW FILE: camlp5.patch ---
diff -Naur --exclude='*~' --exclude=semantic.cache camlp5-4.07/Makefile 
camlp5-4.07.fink/Makefile
--- camlp5-4.07/Makefile2007-07-11 02:46:18.0 -0700
+++ camlp5-4.07.fink/Makefile   2007-08-28 17:31:35.0 -0700
@@ -40,9 +40,9 @@
for i in $(DIRS) compile; do (cd $$i; $(MAKE) depend); done
 
 install:
-   @test ! -d $(LIBDIR)/$(NAME)/Camlp4Parsers || \
-(/bin/rm -rf $(LIBDIR)/omain; \
- mv $(LIBDIR)/$(NAME) $(LIBDIR)/o$(NAME))
+   @test ! -d $(DESTDIR)$(LIBDIR)/$(NAME)/Camlp4Parsers || \
+(/bin/rm -rf $(DESTDIR)$(LIBDIR)/omain; \
+ mv $(DESTDIR)$(LIBDIR)/$(NAME) $(DESTDIR)$(LIBDIR)/o$(NAME))
for i in $(DIRS) compile; do (cd $$i; $(MAKE) install); done
 
 uninstall:
diff -Naur --exclude='*~' --exclude=semantic.cache camlp5-4.07/compile/Makefile 
camlp5-4.07.fink/compile/Makefile
--- camlp5-4.07/compile/Makefile2007-07-11 05:01:39.0 -0700
+++ camlp5-4.07.fink/compile/Makefile   2007-08-28 17:32:09.0 -0700
@@ -30,7 +30,7 @@
OTOP=$(OTOP) NAME=$(NAME) EXE=$(EXE) ./compile.sh $(COMP_OPT) $(SRC)  
$D_fast.ml.tmp
 
 install:
-   if test -f $(NAME)o.fast.opt; then cp $(NAME)o.fast.opt 
$(BINDIR)/$(NAME)o.opt; fi
+   if test -f $(NAME)o.fast.opt; then cp $(NAME)o.fast.opt 
$(DESTDIR)$(BINDIR)/$(NAME)o.opt; fi
 
 clean::
rm -f *.cm* *.pp[io] *.o *.bak .*.bak *.out *.opt
diff -Naur --exclude='*~' --exclude=semantic.cache camlp5-4.07/configure 
camlp5-4.07.fink/configure
--- camlp5-4.07/configure   2007-07-11 02:46:18.0 -0700
+++ camlp5-4.07.fink/configure  2007-08-28 17:52:36.0 -0700
@@ -1,10 +1,10 @@
 #!/bin/bash
 # $Id: configure 670 2007-07-11 09:46:18Z deraugla $
 
-prefix=''
-bindir=''
-libdir=''
-mandir=''
+prefix='@PREFIX@'
+bindir='@PREFIX@/bin'
+libdir='@PREFIX@/lib/ocaml'
+mandir='@PREFIX@/share/man'
 name=camlp5
 
 # a local which command for sh
diff -Naur --exclude='*~' --exclude=semantic.cache camlp5-4.07/etc/Makefile 
camlp5-4.07.fink/etc/Makefile
--- camlp5-4.07/etc/Makefile2007-07-11 05:01:39.0 -0700
+++ camlp5-4.07.fink/etc/Makefile   2007-08-28 17:33:15.0 -0700
@@ -73,11 +73,11 @@
 get_promote:
 
 install:
-   -$(MKDIR) $(LIBDIR)/$(NAME) $(BINDIR)
-   cp $(OBJS) $(LIBDIR)/$(NAME)/.
-   cp lib.sml $(LIBDIR)/$(NAME)/.
-   cp $(NAME)o$(EXE) $(NAME)sch$(EXE) $(BINDIR)/.
-   if test -f $(COPT); then cp $(COPT) $(BINDIR)/.; fi
+   -$(MKDIR) $(DESTDIR)$(LIBDIR)/$(NAME) $(DESTDIR)$(BINDIR)
+   cp $(OBJS) $(DESTDIR)$(LIBDIR)/$(NAME)/.
+   cp lib.sml $(DESTDIR)$(LIBDIR)/$(NAME)/.
+   cp $(NAME)o$(EXE) $(NAME)sch$(EXE) $(DESTDIR)$(BINDIR)/.
+   if test -f $(COPT); then cp $(COPT) $(DESTDIR)$(BINDIR)/.; fi
 #  cp mk$(NAME).sh $(BINDIR)/mk$(NAME)
 #  chmod a+x $(BINDIR)/mk$(NAME)
 
diff -Naur --exclude='*~' --exclude=semantic.cache camlp5-4.07/lib/Makefile 
camlp5-4.07.fink/lib/Makefile
--- camlp5-4.07/lib/Makefile2007-07-11 02:46:18.0 -0700
+++ camlp5-4.07.fink/lib/Makefile   2007-08-28 17:38:17.0 -0700
@@ -38,10 +38,10 @@
done
 
 install:
-   -$(MKDIR) $(LIBDIR)/$(NAME)
-   cp $(TARGET) *.mli $(LIBDIR)/$(NAME)/.
-   cp *.cmi $(LIBDIR)/$(NAME)/.
-   if test -f $(TARGET:.cma=.cmxa); then $(MAKE) installopt 
LIBDIR=$(LIBDIR); fi
+   -$(MKDIR) $(DESTDIR)$(LIBDIR)/$(NAME)
+   cp $(TARGET) *.mli $(DESTDIR)$(LIBDIR)/$(NAME)/.
+   cp *.cmi $(DESTDIR)$(LIBDIR)/$(NAME)/.
+   if test -f $(TARGET:.cma=.cmxa); then $(MAKE) installopt 
LIBDIR=$(DESTDIR)$(LIBDIR); fi
 
 installopt:
cp $(TARGET:.cma=.cmxa) *.cmx $(LIBDIR)/$(NAME)/.
diff -Naur --exclude='*~' --exclude=semantic.cache camlp5-4.07/main/Makefile 
camlp5-4.07.fink/main/Makefile
--- camlp5-4.07/main/Makefile   2007-07-27 05:02:59.0 -0700
+++ camlp5-4.07.fink/main/Makefile  2007-08-28 17:35:07.0 -0700
@@ -53,11 +53,11 @@
done
 
 install:
-   -$(MKDIR) $(BINDIR)
-   -$(MKDIR) $(LIBDIR)/$(NAME)
-   cp $(CAMLP5) $(BINDIR)/.
-   cp mLast.mli quotation.mli ast2pt.mli pcaml.mli prtools.mli 
$(LIBDIR)/$(NAME)/.
-   cp mLast.cmi quotation.cmi ast2pt.cmi pcaml.cmi prtools.cmi 
$(LIBDIR)/$(NAME)/.
-   cp $(NAME).cma $(LIBDIR)/$(NAME)/.
+   -$(MKDIR) $(DESTDIR)$(BINDIR)
+   -$(MKDIR) $(DESTDIR)$(LIBDIR)/$(NAME)
+   cp $(CAMLP5) $(DESTDIR)$(BINDIR)/.
+   cp mLast.mli quotation.mli ast2pt.mli pcaml.mli prtools.mli 
$(DESTDIR)$(LIBDIR)/$(NAME)/.
+   cp mLast.cmi quotation.cmi ast2pt.cmi pcaml.cmi prtools.cmi 
$(DESTDIR)$(LIBDIR)/$(NAME)/.
+   cp $(NAME).cma $(DESTDIR)$(LIBDIR)/$(NAME)/.
 
 include .depend
diff -Naur 

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

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

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

Index: prover9.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/prover9.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- prover9.info11 May 2007 00:23:24 -  1.4
+++ prover9.info12 Sep 2007 01:23:04 -  1.5
@@ -1,15 +1,15 @@
 Package: prover9
 Description: Prove theorems and build models
-Version: 2007-04
+Version: 2007-08
 Revision: 1
 License: OSI-Approved
-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
+Source: http://www.cs.unm.edu/~mccune/prover9/download/LADR-Aug-2007.tar.gz
+Source-MD5: c01bbeda8ddb4ce9155c15d565b57fdb
+SourceDirectory: LADR-Aug-2007
+Source2: http://www.cs.unm.edu/~mccune/prover9/manual/%n-manual-0807.tar.gz
+Source2-MD5: a0dd82172a6fe4314e61a3afe44c9e39
+Source2ExtractDir: LADR-Aug-2007
+DocFiles: %n-manual-0807/*.html
 CompileScript: 
   make all
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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.info,1.9,1.10

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

Modified Files:
mizar.info 
Log Message:
Update from tracker.
http://sourceforge.net/tracker/index.php?func=detailaid=1785228group_id=17203atid=414256

Index: mizar.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mizar.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mizar.info  7 Aug 2007 01:38:51 -   1.9
+++ mizar.info  13 Sep 2007 01:44:44 -  1.10
@@ -1,6 +1,6 @@
 Package: mizar
 Depends: mizar-bin, mizar-mml, mizar-doc
-Version: 7.8.05-4.84.971
+Version: 7.8.05-4.87.985
 Revision: 1
 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.05_4.84.971-ppc-darwin.tar
-Source-MD5: 98d2b1f364d7204540db6611f734875e
+Source: 
ftp://mizar.uwb.edu.pl/pub/system/ppc-darwin/%n-7.8.05_4.87.985-ppc-darwin.tar
+Source-MD5: 5dbdc16a1bc47d00049c96f382afd218
 NoSourceDirectory: true
 DocFiles: README
 License: Commercial


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 libsigsegv.info,1.1,1.2

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

Modified Files:
libsigsegv.info 
Log Message:
New clisp version to stable.
Update contact address of libsigsegv
Both by maintainer's request

Index: libsigsegv.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libsigsegv.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libsigsegv.info 10 Nov 2006 20:52:06 -  1.1
+++ libsigsegv.info 16 Sep 2007 22:14:05 -  1.2
@@ -29,5 +29,5 @@
 
 Description: Library for handling page faults in user mode
 License: GPL
-Maintainer: Jose H. Espinosa [EMAIL PROTECTED]
+Maintainer: Jose H. Espinosa [EMAIL PROTECTED]
 Homepage: http://libsigsegv.sourceforge.net/


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/languages clisp.info,1.3,1.4

2007-09-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv13074/stable/main/finkinfo/languages

Modified Files:
clisp.info 
Log Message:
New clisp version to stable.
Update contact address of libsigsegv
Both by maintainer's request

Index: clisp.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/clisp.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- clisp.info  14 Oct 2006 01:23:23 -  1.3
+++ clisp.info  16 Sep 2007 22:14:04 -  1.4
@@ -1,29 +1,72 @@
 Package: clisp
-Architecture: powerpc
-Version: 2.32
-Revision: 1004
-Depends: gdbm3-shlibs, readline-shlibs (= 4.3-1028)
-BuildDepends: gdbm3, readline (= 4.3-1028)
-Maintainer: None [EMAIL PROTECTED]
+# IMPORTANT: see DescPackaging before changing this package's version or 
+# revision
+Version: 2.41
+Revision: 1
+License: GPL
+Description: ANSI Common Lisp implementation
+Maintainer: elcepi [EMAIL PROTECTED]
+
+Depends: readline5-shlibs, libgettext3-shlibs, libsigsegv-shlibs, 
libncurses5-shlibs
+BuildDepends: readline5, libgettext3-dev, libsigsegv, libncurses5
 
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 475e07b6f87b72bb0de8dc512678c211
+Source-MD5: 99c355b828ced05771cd44b86251d155
+
 GCC: 4.0
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
-CompileScript: 
- ./configure %c
- cd src; ./makemake --without-dynamic-ffi --fsstnd=netbsd --prefix=%p 
--with-readline --with-gettext debug  Makefile; make config.lisp; ulimit -S -s 
8192; make; make check
+ConfigureParams: --with-readline --with-gettext --with-libreadline-prefix=%p
+
+Compilescript: 
+#!/bin/sh -ev
+  ulimit -S -s 8192
+  ./configure %c
+  cd src
+  ./makemake %c  Makefile
+  make config.lisp
+  make || ( rm config.cache ; make )
 
-InstallScript: cd src; make DESTDIR=%d install
-DocFiles: doc/Why-CLISP-is-under-GPL
-Description: Common LISP
+
+InfoTest:
+   TestScript: 
+ #!/bin/sh -ev
+cd src
+   make check || exit 2 
+   
+
+
+InstallScript: 
+#!/bin/sh -ev
+  cd src
+  make DESTDIR=%d install
+  cd %i/lib/clisp/base
+  rm -f *
+  ln -s ../full/* .
+  chmod a+x %i/lib/clisp/clisp-link
+
+
 DescDetail: 
-A feature loaded implementation of the Common LISP programming language.
+A feature loaded common lisp programming environment with unicode
+support, excellent ANSI compliance, and a full-featured MOP.
 
+
 DescPort: 
-This version is not compatible with current versions of the Maxima 
-package. Please install clisp-maxima if you want to use Maxima.
+There is a problem with the build script that causes make to fail.  Removing
+src/config.cache and run make agains correct the problem.
+FFI is not working.
 
-License: GPL
+
+DescPackaging: 
+Fink's maxima package uses clisp as it's host lisp. As part of maxima's build
+process, it dumps a new lisp image. This image will only work reliably if it
+is used with a clisp kernel of the same version built under the same
+conditions. In other words, the version of clisp used to run maxima must be
+exactly the same as the version used to build maxima. Any time you commit an
+update to this package that changes clisp's version or revision, you must also
+change the versioned dependency in fink's maxima package (and of course also
+bump maxima's revision).
+
+
 Homepage: http://clisp.cons.org
+DocFiles: GNU-GPL COPYRIGHT SUMMARY doc/Why-CLISP-is-under-GPL


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/libs libsigsegv.info,NONE,1.1

2007-09-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv18506

Added Files:
libsigsegv.info 
Log Message:
Add to stable (per maintainer)

--- NEW FILE: libsigsegv.info ---
Package: libsigsegv
Version: 2.4
Revision: 1
Source: gnu
Source-MD5: df0fe5f87a01e0b4b53b2cdfa8a730e1
BuildDependsOnly: true

ConfigureParams: --enable-shared=yes
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README

InfoTest: 
   TestScript: 
  make check || exit 2
   


SplitOff: 
Package: %N-shlibs
Files: lib/*.*.dylib
Shlibs: %p/lib/libsigsegv.*.dylib 1.0.0 %n (= 2.4-1)
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README


DescDetail: 
This is a library for handling page faults in user mode. A page fault occurs 
when a program tries to access to a region of memory that is currently not 
available.


Description: Library for handling page faults in user mode
License: GPL
Maintainer: Jose H. Espinosa [EMAIL PROTECTED]
Homepage: http://libsigsegv.sourceforge.net/


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 cvs2cl.info,1.5,1.6

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

Modified Files:
cvs2cl.info 
Log Message:
Update checksum

Index: cvs2cl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/cvs2cl.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cvs2cl.info 3 Sep 2007 17:28:09 -   1.5
+++ cvs2cl.info 17 Sep 2007 01:43:17 -  1.6
@@ -3,7 +3,7 @@
 
 Revision: 1
 Source: http://www.red-bean.com/%n/%n.pl
-Source-MD5: 0a78d96ad76b957090687d0f1538aff5
+Source-MD5: cf85f85fdbb8d8d115895e955c46732c
 SourceRename: %n-%v.pl
 NoSourceDirectory: true
 PatchScript: tail -n 23 %n-%v.pl | head -n 19  LICENSE


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/shells scsh.info,1.1,1.2

2007-09-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells
In directory sc8-pr-cvs17:/tmp/cvs-serv12948/stable/main/finkinfo/shells

Modified Files:
scsh.info 
Log Message:
New maintainer
http://sourceforge.net/tracker/index.php?func=detailaid=1794249group_id=17203atid=414256
http://sourceforge.net/tracker/index.php?func=detailaid=1794251group_id=17203atid=414256

Index: scsh.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells/scsh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scsh.info   20 Jan 2006 20:12:58 -  1.1
+++ scsh.info   17 Sep 2007 02:09:46 -  1.2
@@ -3,7 +3,7 @@
 Revision: 20
 Description: Unix shell embedded in Scheme
 License: BSD
-Maintainer: Michel Schinz [EMAIL PROTECTED]
+Maintainer: Jesse Alama [EMAIL PROTECTED]
 
 Source: ftp://ftp.scsh.net/pub/scsh/0.6/%n-%v.tar.gz
 Source-MD5: fa0a62f8ec7b0629c297144c59027ba4


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 scsh-install-lib.info, 1.1, 1.2 scsh.info, 1.1, 1.2

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

Modified Files:
scsh-install-lib.info scsh.info 
Log Message:
New maintainer
http://sourceforge.net/tracker/index.php?func=detailaid=1794249group_id=17203atid=414256
http://sourceforge.net/tracker/index.php?func=detailaid=1794251group_id=17203atid=414256

Index: scsh.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/scsh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scsh.info   20 Jan 2006 20:30:43 -  1.1
+++ scsh.info   17 Sep 2007 02:09:46 -  1.2
@@ -3,7 +3,7 @@
 Revision: 20
 Description: Unix shell embedded in Scheme
 License: BSD
-Maintainer: Michel Schinz [EMAIL PROTECTED]
+Maintainer: Jesse Alama [EMAIL PROTECTED]
 
 Source: ftp://ftp.scsh.net/pub/scsh/0.6/%n-%v.tar.gz
 Source-MD5: fa0a62f8ec7b0629c297144c59027ba4

Index: scsh-install-lib.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/scsh-install-lib.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scsh-install-lib.info   20 Jan 2006 20:30:43 -  1.1
+++ scsh-install-lib.info   17 Sep 2007 02:09:46 -  1.2
@@ -3,7 +3,7 @@
 Revision: 1
 Description: Library to install packages for scsh
 License: BSD
-Maintainer: Michel Schinz [EMAIL PROTECTED]
+Maintainer: Jesse Alama [EMAIL PROTECTED]
 
 Depends: scsh (= 0.6.6-1)
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/stable/main/finkinfo/shells scsh.info,1.1,1.2

2007-09-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/shells
In directory sc8-pr-cvs17:/tmp/cvs-serv23977/stable/main/finkinfo/shells

Modified Files:
scsh.info 
Log Message:
New maintainer here.

Index: scsh.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/shells/scsh.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scsh.info   31 May 2005 20:21:34 -  1.1
+++ scsh.info   17 Sep 2007 02:36:13 -  1.2
@@ -3,7 +3,7 @@
 Revision: 13
 Description: Unix shell embedded in Scheme
 License: BSD
-Maintainer: Michel Schinz [EMAIL PROTECTED]
+Maintainer: Jesse Alama [EMAIL PROTECTED]
 
 Source: ftp://ftp.scsh.net/pub/scsh/0.6/%n-%v.tar.gz
 Source-MD5: fa0a62f8ec7b0629c297144c59027ba4


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/shells scsh-install-lib.info, 1.1, 1.2 scsh.info, 1.4, 1.5

2007-09-16 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells
In directory sc8-pr-cvs17:/tmp/cvs-serv23977/unstable/main/finkinfo/shells

Modified Files:
scsh-install-lib.info scsh.info 
Log Message:
New maintainer here.

Index: scsh.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells/scsh.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scsh.info   31 May 2005 20:21:33 -  1.4
+++ scsh.info   17 Sep 2007 02:36:13 -  1.5
@@ -3,7 +3,7 @@
 Revision: 13
 Description: Unix shell embedded in Scheme
 License: BSD
-Maintainer: Michel Schinz [EMAIL PROTECTED]
+Maintainer: Jesse Alama [EMAIL PROTECTED]
 
 Source: ftp://ftp.scsh.net/pub/scsh/0.6/%n-%v.tar.gz
 Source-MD5: fa0a62f8ec7b0629c297144c59027ba4

Index: scsh-install-lib.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/shells/scsh-install-lib.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scsh-install-lib.info   6 May 2004 06:10:16 -   1.1
+++ scsh-install-lib.info   17 Sep 2007 02:36:13 -  1.2
@@ -3,7 +3,7 @@
 Revision: 1
 Description: Library to install packages for scsh
 License: BSD
-Maintainer: Michel Schinz [EMAIL PROTECTED]
+Maintainer: Jesse Alama [EMAIL PROTECTED]
 
 Depends: scsh (= 0.6.6-1)
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 cedet.info, NONE, 1.1 cedet.patch, NONE, 1.1 jdee.info, NONE, 1.1 jdee.patch, NONE, 1.1

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

Added Files:
cedet.info cedet.patch jdee.info jdee.patch 
Log Message:
New from tracker:
http://sourceforge.net/tracker/index.php?func=detailaid=1790348group_id=17203atid=414256
http://sourceforge.net/tracker/index.php?func=detailaid=1790364group_id=17203atid=414256

--- NEW FILE: cedet.patch ---
--- cedet-1.0pre4/fink/cedet-install1969-12-31 19:00:00.0 -0500
+++ cedet-1.0pre4.copy/fink/cedet-install   2007-09-05 00:50:27.0 
-0400
@@ -0,0 +1,99 @@
+#! /bin/bash -e
+#
+# % elisp % Emacs install script for cedet
+# Adapted from the Emacs install script for auctex by John Ridgway
+#
+# Original Copyright (C) 1997, 98, 99, 2000, 01, 02, 03, 04, 05, 06
+# by Davide G. M. Salvetti.
+#
+# This program is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by the
+# Free Software Foundation; either version 2 of the License, or (at your
+# option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to: The Free Software Foundation, Inc.,
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+set -o posix
+
+FLAVOR=${1}
+
+INSTALL=install -o root -g admin -m 644
+INSTDIR=${INSTALL} -m 755 -d
+
+do_install () {
+/bin/echo 2 install/cedet: Setting up for ${FLAVOR}...  \
+(log file: @PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog)... \c
+cd @PREFIX@/share/emacs/site-lisp/cedet/; umask 0022;
+${INSTDIR} @PREFIX@/share/${FLAVOR}/site-lisp/cedet
+rm -f @PREFIX@/share/${FLAVOR}/site-lisp/cedet/common/icons \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+cp -pr @PREFIX@/share/emacs/site-lisp/cedet/* 
@PREFIX@/share/${FLAVOR}/site-lisp/cedet/
+rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/cedet/common/icons \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+cd @PREFIX@/share/${FLAVOR}/site-lisp/cedet
+(cd common  make EMACS=${FLAVOR} autoloads init setup common \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21)
+(cd ede  make EMACS=${FLAVOR} autoloads init ede aux-lisp \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21)
+(cd speedbar  make EMACS=${FLAVOR} autoloads init speedbar \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21)
+(cd eieio  make EMACS=${FLAVOR} autoloads init eieio examples \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21)
+(cd semantic  make EMACS=${FLAVOR} autoloads metagrammar scripts example 
init semantic Languages tools senator wisent bovinator \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21)
+(cd cogre  make EMACS=${FLAVOR} wy autoloads init dot Mode misc hacks 
COGRE \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21)
+(cd contrib  make EMACS=${FLAVOR} autoloads init setup wy lisp \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21)
+/bin/echo 2 install/cedet: --cleaning up...  \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name \*.el -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name \*.el~ -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name \*.el.~1~ -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name \*-script -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name \*.wy -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name \*.by -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name Makefile -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 21
+find @PREFIX@/share/${FLAVOR}/site-lisp/cedet/ \
+   -type f -name Project.ede -print0 | xargs -0 rm -f ,dummy, \
+@PREFIX@/share/${FLAVOR}/site-lisp/cedet/CompilationLog 

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

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

Added Files:
xournal.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1768165group_id=17203atid=414256

--- NEW FILE: xournal.info ---
Package: xournal
Version: 0.3.3
Revision: 1001
Description: For notetaking, sketching, and journaling
License: GPL
Maintainer: Ojas Parekh [EMAIL PROTECTED]

# dependencies:
BuildDepends: atk1, automaken, glib2-dev, gtk+2-dev (= 2.6), libart2, 
libgettext3-dev, libgnomecanvas2-dev (= 2.4), libgnomeprint2.2-dev, 
libgnomeprintui2.2-dev, libxml2, pango1-xft2-dev, libiconv
Depends: ghostscript, gtk+2 (= 2.6), libgnomecanvas2 (= 2.4), 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, xpdf, libiconv

# unpack phase:
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: c617d08d2c565eef0d8defb304925ade

# compile phase:
CompileScript: 
  ./autogen.sh --disable-dependency-tracking --prefix=%p
  make 


# install phase:
InstallScript: 
  make install prefix=%i
  install -d -m 755 %i/share/doc/xournal
  ln -s ../../xournal/html-doc %i/share/doc/xournal/html-doc


DocFiles: COPYING ChangeLog

DescDetail:  
Xournal is an application for notetaking, sketching,
keeping a journal using a stylus. It is free software (GNU GPL) and
runs on Linux (recent distributions) and other GTK+/Gnome
platforms. It is similar to Microsoft Windows Journal or to other
alternatives such as Jarnal, Gournal, and NoteLab.


Homepage: http://xournal.sourceforge.net/


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 esound.info, 1.2, 1.3 esound.patch, 1.1, 1.2

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

Modified Files:
esound.info esound.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1790478group_id=17203atid=414256

Index: esound.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/esound.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- esound.patch20 Jan 2006 20:30:47 -  1.1
+++ esound.patch21 Sep 2007 00:39:51 -  1.2
@@ -141,3 +141,211 @@
  autospawned ESD, in milliseconds. */
  char esd_spawn_options[LINEBUF_SIZE] = -terminate -nobeeps -as 2;
  
+diff -urN esound-0.2.36.orig/audio_coreaudio.c esound-0.2.36/audio_coreaudio.c
+--- esound-0.2.36.orig/audio_coreaudio.c   2003-06-18 08:12:23.0 
-0400
 esound-0.2.36/audio_coreaudio.c2007-09-07 18:53:46.0 -0400
+@@ -90,7 +90,7 @@
+ #define ARCH_esd_audio_devices
+ const char *esd_audio_devices()
+ {
+-return coreaudio API only;
++return Built-in Output, Built-in Input, etc.;
+ }
+ 
+ /*
+@@ -116,18 +116,158 @@
+ return (0);
+   }
+ 
+-  /** playback section ***/
+-  /* get default output device */
+-  propertySize = sizeof(gOutputDeviceID);
+-  status = AudioHardwareGetProperty(kAudioHardwarePropertyDefaultOutputDevice,
+-  propertySize,
+-  gOutputDeviceID);
+-  if (status) {
+-fprintf(stderr, get default output device failed, status = %d\n,
+-  (int)status);
+-return (-2);
++  if (esd_audio_device) {
++/* search for DeviceID of specified device */
++UInt32 outSize;
++UInt32 devIndex, numDevs;
++UInt32 buffIndex, numChannels;
++AudioDeviceID dev, *devList = NULL;
++AudioBufferList *buffList = NULL;
++
++outSize = 0;
++status = AudioHardwareGetPropertyInfo(kAudioHardwarePropertyDevices, 
++  outSize, 
++  NULL);
++if (status || outSize == 0) {
++  fprintf(stderr, get device list info failed, status = %d\n,
++  (int)status);
++  return (-2);
++}
++
++numDevs = outSize/sizeof(AudioDeviceID);
++
++/* allocate and get the device list */
++devList = (AudioDeviceID*)malloc(outSize);
++if (!devList) {
++  fprintf(stderr, memory allocation failed\n);
++  return (-2);
++}
++status = AudioHardwareGetProperty(kAudioHardwarePropertyDevices, 
++  outSize,
++  devList);
++if (status) {
++  fprintf(stderr, get device list failed, status = %d\n,
++  (int)status);
++  if (devList) free(devList);
++  return (-2);
++}
++
++/* iterate through device list */
++for (devIndex = 0; devIndex  numDevs; ++devIndex) {
++  outSize = LEN_DEVICE_NAME;
++  status = AudioDeviceGetProperty(devList[devIndex],
++  0,
++  0, 
++  kAudioDevicePropertyDeviceName,
++  outSize, 
++  deviceName);
++  if (status) {
++fprintf(stderr, get device name failed, status = %d\n,
++(int)status);
++if (devList) free(devList);
++return (-2);
++  }
++  
++  /* is this the specified device? */
++  if (strncmp(deviceName, esd_audio_device, strlen(esd_audio_device)) == 
0) {
++/* device found, now probe for num inputs/outputs */  
++dev = devList[devIndex];
++
++/* get number of input channels */
++outSize = 0;
++numChannels = 0;
++status = AudioDeviceGetPropertyInfo(dev,
++0, 
++1, 
++
kAudioDevicePropertyStreamConfiguration,
++outSize, 
++NULL);
++if(!status  (outSize != 0)) {
++  buffList = (AudioBufferList*)malloc(outSize);
++  if (!buffList) {
++fprintf(stderr, memory allocation failed\n);;
++return (-2);
++  }
++  /* get the input stream configuration */
++  status = AudioDeviceGetProperty(dev, 
++  0, 
++  1, 
++  
kAudioDevicePropertyStreamConfiguration, 
++  outSize, 
++  buffList);
++  if(!status) {
++/* count the 

[cvs] dists/10.4/unstable/crypto/finkinfo wine-0.9.44-1.info, NONE, 1.1

2007-09-20 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv17850

Added Files:
wine-0.9.44-1.info 
Log Message:
update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1790885group_id=17203atid=414256

--- NEW FILE: wine-0.9.44-1.info ---
Package: wine
Version: 0.9.44
Revision: 1
Description: Microsoft Windows compatibility layer
License: LGPL
Maintainer: Robert Cusick [EMAIL PROTECTED]

#Much love to costabel, jfmertens, and other finkers for rebooting this package.
#
# Does not compile on PowerPC.
# error: encode_type: VT_USERDEFINED - unhandled type 17
Architecture: i386

# Trevor writes:
# According to the Wine README, any GCC higher than 2.7.2 should work, but only 
GCC 4.x has been tested.
# See Wine's documentation/PACKAGING file for more details about dependencies.
# I may have gone overboard on these dependencies, but better safe than sorry.
BuildDepends: 
 arts-dev, audiofile, bison, dbus-dev, esound, fontconfig2-dev, flex (= 2.5),
 fontforge, freetype2-hinting-dev | freetype2-dev, gcc4.0, giflib | libungif,
 glib2-dev, jack-dev, lcms, lcms-bin, libgettext3-dev, libiconv-dev, 
libicu32-dev,
 libjpeg, libusb, libxml2, libxml2-bin, libxslt, libxslt-bin, mesa (= 6.5.2-1),
 openldap23-dev, openssl097-dev, sane-backends-dev, x11-dev, libgphoto2

Depends: 
 arts-shlibs, audiofile-shlibs, dbus-shlibs, esound-shlibs, fontconfig2-shlibs,
 freetype2-hinting-shlibs | freetype2-shlibs, giflib-shlibs | libungif-shlibs,
 glib2-shlibs, jack-shlibs, lcms-shlibs, libgettext3-shlibs, libiconv, 
libjpeg-shlibs,
 libusb-shlibs, libxml2-shlibs, libxslt-shlibs, mesa-shlibs (= 6.5.2-1),
 openldap23-shlibs, openssl097-shlibs, sane-backends-shlibs, x11, 
libgphoto2-shlibs

Recommends: 
 msttcorefonts

Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: cdfc5cc1d813a955c8e7310346fb5629

NoSetCPPFLAGS: true
SetCPPFLAGS: -DDBUS_API_SUBJECT_TO_CHANGE
NoSetLDFLAGS: true
SetLIBRARY_PATH: %p/lib/mesa:%p/lib
# A custom CompileScript is necessary for the extra make depend step
CompileScript: 
#!/bin/sh -ev
 export 
CPATH=%p/include/dbus-1.0:%p/lib/dbus-1.0/include:%p/include/mesa:%p/include:/usr/X11R6/include
 export X_CFLAGS=-I%p/include/mesa X_LIBS=-L%p/lib/mesa
# export LDFLAGS=-L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib
 export LD_LIBRARY_PATH=%p/lib
 export PATH=%p/lib/freetype2/bin:$PATH
# export CPPFLAGS=-I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
 # change the library detection so that the full path name of the library is 
retained 
 perl -pi.bak -e 's|\^\.\*\\\/\\\(lib|^[^\\/]*\\\(.*lib|g' configure
 ./configure %c
 # small safety measure: preventing libSystem from coming up too early in the 
link line (and hence also in load commands)
 # (specifically for wineesd.drv.so winearts.drv.so sane.ds.so and 
msxml3.dll.so).
 # For further safety, we can then as well remove the remaining -L%p/lib and 
-I%p/include flags ... 
 perl -pi.bak -e 's,\-L%p/lib ,,g; s:\-I%p/include( |,):\1:g; 
s,\-l(m|dl|pthread)([^a-z]),\2,g' config.status
 ./config.status
 make depend
 make

Shlibs: %p/lib/libwine.1.dylib 1.0.0 %n (= 0.9.21-3)

DocFiles: ANNOUNCE AUTHORS COPYING.LIB ChangeLog LICENSE README VERSION
DescPort: 
Didn't find dbus/dbus.h : added %p/include/dbus-1.0:%p/lib/dbus-1.0/include 
to search path, and required CPPFLAGS
fontconfig.h : added /usr/X11R6/include
Use mesa because GL/gl.h in some versions of Apple's X11 is too old. But then 
to be safe mesa has also
to substitute for the glut or freeglut dep; thus put mesa in every path before 
%p and before /usr/X11R6.


DescDetail: 
Wine is a translation layer (a program loader) capable of running Windows
applications on Linux and other POSIX compatible operating systems. Windows
programs running in Wine act as native programs would, running without the
performance or memory usage penalties of an emulator, with a similar look and
feel to other applications on your desktop.

DescUsage: 
Wine uses X Windows for its backend, so you need to start your X Server
(e.g. X11) before running Wine. In addition, Wine needs a valid DISPLAY
variable in order to find the X server. For example:

  export DISPLAY=:0.0

#Also, Wine is unable to find the FreeType libraries unless you add Fink's lib
#directory to the library path. For example:
#
#  export LD_LIBRARY_PATH=%p/lib

Another note: The ~/.wine directory is supposed to be created and set up
automatically the first time you launch Wine. However, I have experienced
wineserver: could not save registry branch errors during the initial launch.
To fix this problem, run wineprefixcreate before launching Wine. This should
create the ~/.wine directory and populate it with the necessary files. You may
still see error messages, but the directory will be created. For example:

  export LD_LIBRARY_PATH=%p/lib
  %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/

SplitOff: 
  

[cvs] dists/10.4/unstable/main/finkinfo/sound esound.info,1.3,1.4

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

Modified Files:
esound.info 
Log Message:
Added a not to DescPort

Index: esound.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/esound.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- esound.info 21 Sep 2007 00:39:51 -  1.3
+++ esound.info 21 Sep 2007 01:37:21 -  1.4
@@ -85,6 +85,9 @@
 Do not link util.o into esd executable because that object is already
 present as libesd_la-util.o in libesd.dylib, which is also linked into
 esd. See: http://bugzilla.gnome.org/show_bug.cgi?id=317554
+
+Employs a patch from Ojas Parekh for CoreAudio device selection.
+http://bugzilla.gnome.org/show_bug.cgi?id=478292
 
 License: GPL/LGPL
 Maintainer: Ojas Parekh [EMAIL PROTECTED]


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/languages scheme48.info, 1.5, 1.6 scheme48.patch, 1.1, 1.2

2007-09-20 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sc8-pr-cvs17:/tmp/cvs-serv23602

Modified Files:
scheme48.info scheme48.patch 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1791354group_id=17203atid=414256

Index: scheme48.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scheme48.info   10 May 2007 02:12:20 -  1.5
+++ scheme48.info   21 Sep 2007 04:38:04 -  1.6
@@ -1,16 +1,17 @@
 Package: scheme48
-Version: 1.6
+Version: 1.7
 Revision: 1
 Source: http://s48.org/%v/%n-%v.tgz
-Source-MD5: ec5cb92d400c4039c0a1a3d76a3a9f6d
+Source-MD5: 62019de0f92ed2a353289d19a8e3c835
 DocFiles: COPYING INSTALL README
 Description: Popular implementation of the Scheme language
+Patch: %n.patch
 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
+  # mkdir -p %i/lib %i/bin %i/include %i/share/doc/%n %i/share/man/man1
+  make install DESTDIR=%d
+  # 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 

Index: scheme48.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/scheme48.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scheme48.patch  21 May 2006 23:45:28 -  1.1
+++ scheme48.patch  21 Sep 2007 04:38:04 -  1.2
@@ -1,33 +1,15 @@
-diff -Naur --exclude='*~' scheme48-1.3/c/free.c scheme48-1.3.fink/c/free.c
 scheme48-1.3/c/free.c  2005-05-22 07:15:10.0 -0700
-+++ scheme48-1.3.fink/c/free.c 2006-05-21 16:22:49.0 -0700
-@@ -19,6 +19,7 @@
-  */
- 
- #include stdio.h
-+#include string.h
- 
- #ifndef _WIN32
- #include sysdep.h
-diff -Naur --exclude='*~' scheme48-1.3/c/unix/dynamo.c 
scheme48-1.3.fink/c/unix/dynamo.c
 scheme48-1.3/c/unix/dynamo.c   2005-04-27 01:45:24.0 -0700
-+++ scheme48-1.3.fink/c/unix/dynamo.c  2006-05-21 16:23:50.0 -0700
-@@ -6,6 +6,7 @@
-  */
- 
- #include stdlib.h
-+#include string.h
- #include unistd.h
- #include sysdep.h
- #include scheme48.h
-diff -Naur --exclude='*~' scheme48-1.3/c/unix/dynlink.c 
scheme48-1.3.fink/c/unix/dynlink.c
 scheme48-1.3/c/unix/dynlink.c  2005-04-27 01:45:24.0 -0700
-+++ scheme48-1.3.fink/c/unix/dynlink.c 2006-05-21 16:23:24.0 -0700
-@@ -8,6 +8,7 @@
- #include sysdep.h
+diff -Naur --exclude='*~' --exclude=semantic.cache scheme48-1.7/Makefile.in 
scheme48-1.7.fink/Makefile.in
+--- scheme48-1.7/Makefile.in   2007-08-28 04:55:43.0 -0700
 scheme48-1.7.fink/Makefile.in  2007-09-11 12:44:59.0 -0700
+@@ -26,9 +26,9 @@
  
- #include stdlib.h
-+#include string.h
- #include unistd.h
- #include scheme48.h
+ bindir = $(exec_prefix)/bin
+ libdir = $(exec_prefix)/lib
+-incdir = $(exec_prefix)/include
++incdir = $(exec_prefix)/include/scheme48
+ manext = 1
+-mandir = $(prefix)/man/man$(manext)
++mandir = $(prefix)/share/man/man$(manext)
  
+ # HP 9000 series, if you don't have gcc
+ #   CC = cc


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 gnopernicus9.info, 1.4, 1.5

2007-09-30 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv10610

Modified Files:
gnopernicus9.info 
Log Message:
Update from tracker (now builds + dep update)
http://sourceforge.net/tracker/index.php?func=detailaid=1786079group_id=17203atid=414256

Index: gnopernicus9.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnopernicus9.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnopernicus9.info   13 Jan 2007 23:11:19 -  1.4
+++ gnopernicus9.info   1 Oct 2007 00:39:19 -   1.5
@@ -2,10 +2,10 @@
 Version: 0.10.9
 
 # need different rev for 10.3 vs 10.4 due to Tiger adding OCRNL symbol
-Revision: 1101
+Revision: 1106
 
-Depends: %n-shlibs (= %v-%r), orbit2 (= 2.8.1-1), libart2-shlibs (= 
2.3.16-1), atk1-shlibs (= 1.4.0-1), audiofile-shlibs (= 0.2.3-1), libbonobo2 
(= 2.4.0-1), libbonoboui2 (= 2.4.0-1), at-spi (= 1.5.4-1), esound-shlibs (= 
0.2.28-1), gail17 (= 1.4.0-1), gconf2 (= 2.6.1-1), gtk+2 (= 2.4.1-1), glib2 
(= 2.6.6-), libgnome2 (= 2.6.1-1), libgnomeui2 (= 2.6.1-1), 
gnome-keyring, gnome-mag2 (= 0.11.7-1), libgnomecanvas2 (= 2.4.0-1), 
gnome-speech (= 0.2.7-1), gnome-vfs2-ssl (= 2.4.0-1) | gnome-vfs2 (= 
2.4.0-1), libiconv, libgettext3-shlibs, libjpeg-shlibs, pango1-xft2 (= 
1.2.5-1), popt-shlibs, libxml2-shlibs (= 2.6.7-1), x11, scrollkeeper, 
libgail-gnome
-BuildDepends: orbit2-dev (= 2.8.1-1), libart2 (= 2.3.16-1), atk1 (= 
1.4.0-1), audiofile (= 0.2.3-1), libbonobo2-dev (= 2.4.0-1), libbonoboui2-dev 
(= 2.4.0-1), at-spi-dev (= 1.5.4-1), esound (= 0.2.28-1), gail17-dev (= 
1.4.0-1), gconf2-dev (= 2.6.1-1), gtk+2-dev (= 2.4.1-1), glib2-dev (= 
2.6.6-), libgnome2-dev (= 2.6.1-1), libgnomeui2-dev (= 2.6.1-1), 
gnome-keyring-dev (= 0.4.3-1), gnome-mag2-dev (= 0.11.7-1), 
libgnomecanvas2-dev (= 2.4.0-1), gnome-speech-dev (= 0.2.7-1), dbus-dev (= 
0.60-1), libhowl-dev, gnome-vfs2-ssl-dev (= 2.4.0-1) | gnome-vfs2-dev (= 
2.4.0-1), libiconv-dev, libgettext3-dev, gettext-bin, gettext-tools, libjpeg, 
pango1-xft2-dev (= 1.2.5-1), popt, libxml2 (= 2.6.7-1), x11-dev, gtk-doc, 
intltool,pkgconfig, libglade2
+Depends: %n-shlibs (= %v-%r), orbit2 (= 2.8.1-1), libart2-shlibs (= 
2.3.16-1), atk1-shlibs (= 1.4.0-1), audiofile-shlibs (= 0.2.3-1), libbonobo2 
(= 2.4.0-1), libbonoboui2 (= 2.4.0-1), at-spi (= 1.5.4-1), esound-shlibs (= 
0.2.28-1), gail17 (= 1.4.0-1), gconf2 (= 2.6.1-1), gtk+2 (= 2.4.1-1), 
glib2-shlibs (= 2.12.0-1), libgnome2 (= 2.6.1-1), libgnomeui2 (= 2.6.1-1), 
gnome-keyring, gnome-mag2 (= 0.11.7-1), libgnomecanvas2 (= 2.4.0-1), 
gnome-speech (= 0.2.7-1), gnome-vfs2-unified, libiconv, libgettext3-shlibs, 
libjpeg-shlibs, pango1-xft2 (= 1.2.5-1), popt-shlibs, libxml2-shlibs (= 
2.6.7-1), x11, scrollkeeper, libgail-gnome
+BuildDepends: orbit2-dev (= 2.8.1-1), libart2 (= 2.3.16-1), atk1 (= 
1.4.0-1), audiofile (= 0.2.3-1), libbonobo2-dev (= 2.4.0-1), libbonoboui2-dev 
(= 2.4.0-1), at-spi-dev (= 1.5.4-1), esound (= 0.2.28-1), gail17-dev (= 
1.4.0-1), gconf2-dev (= 2.6.1-1), gtk+2-dev (= 2.4.1-1), glib2-dev 
(=2.12.12-2), libgnome2-dev (= 2.6.1-1), libgnomeui2-dev (= 2.6.1-1), 
gnome-keyring-dev (= 0.4.3-1), gnome-mag2-dev (= 0.11.7-1), 
libgnomecanvas2-dev (= 2.4.0-1), gnome-speech-dev (= 0.2.7-1), dbus-dev (= 
0.60-1), libhowl-dev, gnome-vfs2-unified-dev, libiconv-dev, libgettext3-dev, 
gettext-bin, gettext-tools, libjpeg, pango1-xft2-dev (= 1.2.5-1), popt, 
libxml2 (= 2.6.7-1), x11-dev, gtk-doc, intltool,pkgconfig, libglade2
 Replaces: gnopernicus
 Source: mirror:gnome:sources/gnopernicus/0.10/gnopernicus-%v.tar.bz2
 Source-MD5: dd36c9b729344153812918c03dd84b12
@@ -13,6 +13,7 @@
   perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
help/*/*/Makefile.in
   perl -pi -e 's|\s*options.c_oflag = ~OCRNL;|#if 
defined(OCRNL)\n$\n#endif|' braille/libbrl/sercomm.c
 
+setCPPFLAGS: -I%p/include -I%p/include/gtk-2.0 -I%p/include/pango-1.0 
-I%p/lib/gtk-2.0/include
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 SetLDFLAGS: -lresolv
 ConfigureParams: --libexecdir=%p/lib/gnopernicus-1.0 --mandir=%p/share/man 
--disable-dependency-tracking --enable-gtk-doc --disable-brltty
@@ -22,7 +23,7 @@
 
 SplitOff: 
   Package: %N-shlibs
-  Depends: orbit2-shlibs (= 2.8.1-1), libart2-shlibs (= 2.3.16-1), 
atk1-shlibs (= 1.4.0-1), audiofile-shlibs (= 0.2.3-1), libbonobo2-shlibs (= 
2.4.0-1), libbonoboui2-shlibs (= 2.4.0-1), at-spi-shlibs (= 1.5.4-1), 
esound-shlibs (= 0.2.28-1), gail17-shlibs (= 1.4.0-1), gconf2-shlibs (= 
2.6.1-1), gtk+2-shlibs (= 2.4.1-1), glib2-shlibs (= 2.6.6-), 
libgnome2-shlibs (= 2.6.1-1), libgnomeui2-shlibs (= 2.6.1-1), 
gnome-keyring-shlibs, gnome-mag2-shlibs (= 0.11.7-1), libgnomecanvas2-shlibs 
(= 2.4.0-1), gnome-speech-shlibs (= 0.2.7-1), gnome-vfs2-ssl-shlibs (= 
2.4.0-1) | gnome-vfs2-shlibs (= 2.4.0-1), libiconv, libgettext3-shlibs, 
libjpeg-shlibs, pango1-xft2-shlibs (= 1.2.5-1), 

[cvs] dists/10.4/unstable/main/finkinfo/gnome gnopernicus9.info, 1.5, 1.6

2007-09-30 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv13688

Modified Files:
gnopernicus9.info 
Log Message:
Make deps compliant.

Index: gnopernicus9.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnopernicus9.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gnopernicus9.info   1 Oct 2007 00:39:19 -   1.5
+++ gnopernicus9.info   1 Oct 2007 00:46:42 -   1.6
@@ -2,9 +2,9 @@
 Version: 0.10.9
 
 # need different rev for 10.3 vs 10.4 due to Tiger adding OCRNL symbol
-Revision: 1106
+Revision: 1107
 
-Depends: %n-shlibs (= %v-%r), orbit2 (= 2.8.1-1), libart2-shlibs (= 
2.3.16-1), atk1-shlibs (= 1.4.0-1), audiofile-shlibs (= 0.2.3-1), libbonobo2 
(= 2.4.0-1), libbonoboui2 (= 2.4.0-1), at-spi (= 1.5.4-1), esound-shlibs (= 
0.2.28-1), gail17 (= 1.4.0-1), gconf2 (= 2.6.1-1), gtk+2 (= 2.4.1-1), 
glib2-shlibs (= 2.12.0-1), libgnome2 (= 2.6.1-1), libgnomeui2 (= 2.6.1-1), 
gnome-keyring, gnome-mag2 (= 0.11.7-1), libgnomecanvas2 (= 2.4.0-1), 
gnome-speech (= 0.2.7-1), gnome-vfs2-unified, libiconv, libgettext3-shlibs, 
libjpeg-shlibs, pango1-xft2 (= 1.2.5-1), popt-shlibs, libxml2-shlibs (= 
2.6.7-1), x11, scrollkeeper, libgail-gnome
+Depends: %N-shlibs (= %v-%r)
 BuildDepends: orbit2-dev (= 2.8.1-1), libart2 (= 2.3.16-1), atk1 (= 
1.4.0-1), audiofile (= 0.2.3-1), libbonobo2-dev (= 2.4.0-1), libbonoboui2-dev 
(= 2.4.0-1), at-spi-dev (= 1.5.4-1), esound (= 0.2.28-1), gail17-dev (= 
1.4.0-1), gconf2-dev (= 2.6.1-1), gtk+2-dev (= 2.4.1-1), glib2-dev 
(=2.12.12-2), libgnome2-dev (= 2.6.1-1), libgnomeui2-dev (= 2.6.1-1), 
gnome-keyring-dev (= 0.4.3-1), gnome-mag2-dev (= 0.11.7-1), 
libgnomecanvas2-dev (= 2.4.0-1), gnome-speech-dev (= 0.2.7-1), dbus-dev (= 
0.60-1), libhowl-dev, gnome-vfs2-unified-dev, libiconv-dev, libgettext3-dev, 
gettext-bin, gettext-tools, libjpeg, pango1-xft2-dev (= 1.2.5-1), popt, 
libxml2 (= 2.6.7-1), x11-dev, gtk-doc, intltool,pkgconfig, libglade2
 Replaces: gnopernicus
 Source: mirror:gnome:sources/gnopernicus/0.10/gnopernicus-%v.tar.bz2


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/gnome lablgtk.info,NONE,1.1

2007-10-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv17944/gnome

Added Files:
lablgtk.info 
Log Message:
Move to stable.

--- NEW FILE: lablgtk.info ---
Package: lablgtk
Version: 1.2.7
Revision: 1002
Maintainer: None [EMAIL PROTECTED]
#
BuildDepends: gtk+, glib, x11-dev, gettext-dev, gettext-bin, gettext-tools, 
ocaml (=3.08)
Depends: gtk+-shlibs, glib-shlibs, gettext, x11, ocaml (=3.08)
Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%v.tar.gz
Source-MD5: 73a797e3a459190fdcaa8288935f6fb9
GCC: 4.0
CompileScript: make configure ; make ; make opt
InstallScript: 
  mkdir -p %i/lib/ocaml/stublibs/
  mkdir -p %i/bin
  make configure GETLIBDIR=ocamlc -where | sed 's|%p|%i|g' 
  make install

DocFiles: CHANGES COPYING README
#
Description: Objective Caml interface to gtk+
DescPackaging: 
 Previous versions by Sylvain Cuaz.

Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
License: LGPL


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/net unison.info, NONE, 1.1 unison.patch, NONE, 1.1

2007-10-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv17944/net

Added Files:
unison.info unison.patch 
Log Message:
Move to stable.

--- NEW FILE: unison.patch ---
diff -aruN unison.orig/unison-2.10.2/Makefile.OCaml 
unison/unison-2.10.2/Makefile.OCaml
--- unison.orig/unison-2.10.2/Makefile.OCaml2004-09-06 12:15:46.0 
-0700
+++ unison/unison-2.10.2/Makefile.OCaml 2005-09-18 13:03:25.0 -0700
@@ -25,7 +25,7 @@
 
 ifeq (${OSCOMP},cygwingnuc) # Define this if compiling with Cygwin GNU C
   OSARCH=win32gnuc
-  ETAGS=c:/emacs/bin/etags
+  ETAGS=/bin/etags
   buildexecutable:: win32rc/unison.res.lib   
 else
 # Win32 system
@@ -58,9 +58,7 @@
 # The OCaml lib dir is used by all versions
 # It is extracted from 'ocamlc -v' and Windows '\' separators are turned
 # to Unix '/' separators, and extraneous control-M's are deleted.
-# Unfortunately there is a literal control-M buried in this, I'd rather
-# get rid of it...
-OCAMLLIBDIR=$(shell ocamlc -v | tail -1 | sed -e 's/.* //g' | sed -e 
's/\\/\//g' | sed -e 's/
//g')
[...1092 lines suppressed...]
-  Filename.concat dirString n
-  | `Unix -
-  Filename.concat (safeGetenv HOME) n
+  if osType = `Unix || isCygwin then
+Filename.concat (safeGetenv HOME) n
+  else if osType = `Win32 then
+let dirString =
+  try Unix.getenv USERPROFILE (* Windows NT/2K *)
+  with Not_found -
+  try Unix.getenv HOME (* Windows 9x with Cygwin HOME set *)
+  with Not_found -
+  try Unix.getenv UNISON (* Use UNISON dir if none of
+  the above are set *)
+  with Not_found - c:/ (* Default *) in
+Filename.concat dirString n
+  else
+assert false (* osType can't be anything else *)
 
 (*)
 (*   Upcall for building pathnames in the .unison dir  *)

--- NEW FILE: unison.info ---
Info2: 
Package: unison%type_pkg[uitype]
Version: 2.13.16
Revision: 1004
Type: uitype (. -nox -aqua)
Description: File synchronization tool
DescDetail: 
Unison is a file-synchronization tool for Unix and Windows. It allows two
replicas of a collection of files and directories to be stored on different
hosts (or different disks on the same host), modified separately, and then
brought up to date by propagating the changes in each replica to the other.

Unison shares a number of features with tools such as configuration
management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
uni-directional mirroring utilities (rsync, etc.) and other synchronizers
(Intellisync, Reconcile, etc).

This package includes multiple versions of Unison: 2.9.1, 2.10.2 and 2.13.16.
The Aqua interface is only available for 2.13.16.

Note: All variants can be installed simultaneously.  This package uses the
update-alternatives system so that the command 'unison' automatically uses
the best-available UI for the highest-available version.  Other versions
can be run using 'unison-[version]' or 'unison-[version]-[uitype].  Type
'ls %p/bin/unison*' and 'man update-alternatives' for more information.

DescPackaging: 
Unison requires the versions used on client and server to match (major and 
minor for versions up to 2.12, major only for 2.13+).  Most OS 
distributions provide only one version -- 2.9.1, 2.10.2 or 2.13.  This 
package is interoperable with all such distributions.

License: GPL
Source: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.9.1/src.tar.gz
SourceRename: unison-2.9.1.tar.gz
Source-MD5: d8084fa87c13671de21ec1b701a4606c
Source2: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.9.1/unison-manual.html
Source2Rename: unison-2.9.1-manual.html
Source2-MD5: 9fc2f7e967b3ddf24abd2c5170d8d7eb
Source3: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.10.2/unison-2.10.2.tar.gz
Source3-MD5: a93cf03d4221ab6bab8b758b0325a9d5
Source4: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.10.2/unison-2.10.2-manual.html
Source4-MD5: 32327d9239b7abe688cecd6ceaa3dd47
Source5: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.13.16.tar.gz
Source5-MD5: a79bf5f4ebf2a1eaf15b1ac97f827374
Source6: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.13.16-manual.html
Source6-MD5: 2b39e52ec3893a112b28b7b0a294d941
Maintainer: Ben Willmore [EMAIL PROTECTED]
Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
DocFiles: 
COPYING CONTRIB README ROADMAP.txt
BUGS.txt:BUGS-2.9.1.txt INSTALL:INSTALL-2.9.1 NEWS:NEWS-2.9.1 
TODO.txt:TODO-2.9.1.txt 
../unison-2.9.1-manual.html
../unison-2.10.2/BUGS.txt:BUGS-2.10.2.txt 
../unison-2.10.2/INSTALL:INSTALL-2.10.2 
../unison-2.10.2/NEWS:NEWS-2.10.2 ../unison-2.10.2/TODO.txt:TODO-2.10.2.txt
../unison-2.10.2-manual.html 
../unison-2.13.16/BUGS.txt:BUGS-2.13.16.txt 
../unison-2.13.16/INSTALL:INSTALL-2.13.16 
../unison-2.13.16/NEWS:NEWS-2.13.16 

[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.1,1.2

2007-10-01 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv1183

Modified Files:
openvrml016.info 
Log Message:
Update from tracker.
http://sourceforge.net/tracker/index.php?func=detailaid=1803846group_id=17203atid=414256

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openvrml016.info11 Jan 2007 18:17:18 -  1.1
+++ openvrml016.info1 Oct 2007 17:32:25 -   1.2
@@ -1,91 +1,177 @@
 Info2: 
-Package: openvrml016
-Version: 0.16.3
+Package: openvrml016%type_pkg[-xembed]
+Type: -xembed (boolean)
+Version: 0.16.6
 Revision: 1
 GCC: 4.0
 Description: VRML97 viewer
 License: LGPL
 #
 Depends: 
-   openvrml6-shlibs (= %v-%r),
-   openvrml-gl6-shlibs (= %v-%r),
+   openvrml6%type_pkg[-xembed]-shlibs (= %v-%r),
+   openvrml-gl6%type_pkg[-xembed]-shlibs (= %v-%r),
sdl-shlibs (= 1.2.9-1001),
-   gtk+2-shlibs,
-   macosx
+   macosx,
+   spidermonkey-shlibs,
+   (%type_raw[-xembed] = -xembed) firefox1.5-shlibs,
+   (%type_raw[-xembed] = -xembed) gtk+2-shlibs (= 2.6),
+   (%type_raw[-xembed] = -xembed) libglade2-shlibs (= 2.6),
+   (%type_raw[-xembed] = -xembed) libgnomeui2-shlibs (= 2.14),
+   (%type_raw[-xembed] = -xembed) libgnome2-shlibs (= 2.14),
+   (%type_raw[-xembed] = -xembed) libcurl4-shlibs
 
-Conflicts: openvrml, openvrml015
-Replaces: openvrml, openvrml015
 BuildDepends: 
libpng3,
libjpeg,
-   x11-dev,
-   (%m = powerpc) mozilla-dev (= 1.7.5-1102),
boost1.33 (= 1.33.1-1002),
-   pkgconfig (= 0.12.0),
+   x11-dev,
sdl (= 1.2.9-1001),
macosx,
+   pkgconfig (= 0.21-1),
cctools,
-   automake1.9,
-   gtk+2-dev, atk1 (= 1.6.0-1), glib2-dev (= 2.6.6-), 
pango1-xft2-dev (= 1.8.0-1), libgettext3-dev, libiconv-dev
+   autoconf (= 2.60-1), 
+   automake1.9, 
+   libtool14, 
+   fink (= 0.24.12),
+   spidermonkey-dev,
+   nspr,
+   readline5,
+   (%type_raw[-xembed] = -xembed) firefox1.5-dev,
+   (%type_raw[-xembed] = -xembed) freetype219,
+   (%type_raw[-xembed] = -xembed) libidl2 (= 0.8.7-1),
+   (%type_raw[-xembed] = -xembed) atk1 (= 1.12.3-1),
+   (%type_raw[-xembed] = -xembed) audiofile (= 0.2.5),
+   (%type_raw[-xembed] = -xembed) dbus-dev (= 0.60-1),
+   (%type_raw[-xembed] = -xembed) esound (= 0.2.34),
+   (%type_raw[-xembed] = -xembed) gconf2-dev (= 2.14.0-1),
+   (%type_raw[-xembed] = -xembed) gettext-bin,
+   (%type_raw[-xembed] = -xembed) gettext-tools,
+   (%type_raw[-xembed] = -xembed) glib2-dev (= 2.12.0-1),
+   (%type_raw[-xembed] = -xembed) gnome-keyring-dev (= 0.4.3-1),
+   (%type_raw[-xembed] = -xembed) gnome-vfs2-unified-dev,
+   (%type_raw[-xembed] = -xembed) gtk+2-dev (= 2.6.10-1),
+   (%type_raw[-xembed] = -xembed) gtk+2 (= 2.6.10-1),
+   gtk-doc (= 1.2-1),
+   (%type_raw[-xembed] = -xembed) intltool (= 0.21),
+   (%type_raw[-xembed] = -xembed) orbit2-dev (= 2.14.7-1),
+   (%type_raw[-xembed] = -xembed) libart2 (= 2.3.16-1),
+   (%type_raw[-xembed] = -xembed) libbonobo2-dev (= 2.16.0-1),
+   (%type_raw[-xembed] = -xembed) libbonoboui2-dev (= 2.14.0-1),
+   (%type_raw[-xembed] = -xembed) libgettext3-dev,
+   (%type_raw[-xembed] = -xembed) libglade2 (= 2.6.0-1),
+   (%type_raw[-xembed] = -xembed) libgnome2-dev (= 2.14.1-1),
+   (%type_raw[-xembed] = -xembed) libgnomecanvas2-dev (= 2.14.0-1),
+   (%type_raw[-xembed] = -xembed) libgnomeui2-dev (= 2.14.1-1),
+   (%type_raw[-xembed] = -xembed) libhowl-dev,
+   (%type_raw[-xembed] = -xembed) libiconv-dev,
+   (%type_raw[-xembed] = -xembed) libtiff,
+   (%type_raw[-xembed] = -xembed) libxml2 (= 2.6.7-1),
+   (%type_raw[-xembed] = -xembed) libxslt (= 1.0.18),
+   (%type_raw[-xembed] = -xembed) pango1-xft2-dev (= 1.8.0-1),
+   (%type_raw[-xembed] = -xembed) popt (= 1.5),
+   (%type_raw[-xembed] = -xembed) libcurl4
 
+Provides: (%type_raw[-xembed] = -xembed) openvrml016
+Conflicts: openvrml, openvrml015, openvrml016, openvrml016-xembed
+Replaces: openvrml, openvrml015, openvrml016, openvrml016-xembed
 BuildConflicts: antlr ( 2.7.4)
 #
 Source: mirror:sourceforge:openvrml/openvrml-%v.tar.gz
-Source-MD5: d8c66549354c55d687415781b6d10989
+Source-MD5: 08b537ccd72bf85bca92f3eb208747f4
 #
-ConfigureParams: --with-apple-opengl-framework --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib (%m != powerpc) 
--disable-script-node-javascript (%m != powerpc) --disable-mozilla-plugin 
--disable-dependency-tracking
+PatchScript: 
+  sed -Ei .bak 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
+  sed -Ei .bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ 

[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.2,1.3

2007-10-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv23366/crypto/finkinfo

Modified Files:
openvrml016.info 
Log Message:
Update from tracker.
http://sourceforge.net/tracker/index.php?func=detailaid=1794454group_id=17203atid=414256



Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- openvrml016.info1 Oct 2007 17:32:25 -   1.2
+++ openvrml016.info3 Oct 2007 00:11:09 -   1.3
@@ -74,7 +74,7 @@
 Provides: (%type_raw[-xembed] = -xembed) openvrml016
 Conflicts: openvrml, openvrml015, openvrml016, openvrml016-xembed
 Replaces: openvrml, openvrml015, openvrml016, openvrml016-xembed
-BuildConflicts: antlr ( 2.7.4)
+#BuildConflicts: antlr ( 2.7.4)
 #
 Source: mirror:sourceforge:openvrml/openvrml-%v.tar.gz
 Source-MD5: 08b537ccd72bf85bca92f3eb208747f4


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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-semantic-mml.info, 1.5, 1.6

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

Modified Files:
mizar-semantic-mml.info 
Log Message:
Update from tracker.
http://sourceforge.net/tracker/index.php?func=detailaid=1794454group_id=17203atid=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.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mizar-semantic-mml.info 6 Sep 2007 01:01:42 -   1.5
+++ mizar-semantic-mml.info 3 Oct 2007 00:11:10 -   1.6
@@ -1,12 +1,12 @@
 Package: mizar-semantic-mml
 Description: Semantic HTML presentation of the MML
-Version: 4.84.971
+Version: 4.87.985
 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: 180bbf45891f31cacff9b2c9002a4ac2
+Source-MD5: d2ad9f5dc7e913a0d6bd4f66e6030356
 SourceDirectory: html
 CompileScript: 
 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/net unison.info, 1.1, NONE unison.patch, 1.1, NONE

2007-10-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv31134

Removed Files:
unison.info unison.patch 
Log Message:
oops--missing some dependencies.  I'll add it back when this is straightened out

--- unison.patch DELETED ---

--- unison.info DELETED ---


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 xournal.info, 1.1, 1.2

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

Modified Files:
xournal.info 
Log Message:
Update from tracker 
http://sourceforge.net/tracker/index.php?func=detailaid=1799348group_id=17203atid=414256

Index: xournal.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/xournal.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xournal.info18 Sep 2007 01:03:18 -  1.1
+++ xournal.info3 Oct 2007 01:29:46 -   1.2
@@ -1,17 +1,17 @@
 Package: xournal
-Version: 0.3.3
+Version: 0.4.1
 Revision: 1001
 Description: For notetaking, sketching, and journaling
 License: GPL
 Maintainer: Ojas Parekh [EMAIL PROTECTED]
 
 # dependencies:
-BuildDepends: atk1, automaken, glib2-dev, gtk+2-dev (= 2.6), libart2, 
libgettext3-dev, libgnomecanvas2-dev (= 2.4), libgnomeprint2.2-dev, 
libgnomeprintui2.2-dev, libxml2, pango1-xft2-dev, libiconv
-Depends: ghostscript, gtk+2 (= 2.6), libgnomecanvas2 (= 2.4), 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, xpdf, libiconv
+BuildDepends: atk1, automaken, glib2-dev, gtk+2-dev (= 2.6), libart2, 
libgettext3-dev, libgnomecanvas2-dev (= 2.4), libgnomeprint2.2-dev, 
libgnomeprintui2.2-dev, libxml2, pango1-xft2-dev  libiconv-dev
+Depends: ghostscript, gtk+2 (= 2.6), libgnomecanvas2 (= 2.4), 
libgnomeprint2.2-shlibs, libgnomeprintui2.2-shlibs, xpdf,libiconv
 
 # unpack phase:
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: c617d08d2c565eef0d8defb304925ade
+Source-MD5: b3d352d08e71606383c31da5790b8d60
 
 # compile phase:
 CompileScript: 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.3,1.4

2007-10-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv28628

Modified Files:
openvrml016.info 
Log Message:
Partial fix

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- openvrml016.info3 Oct 2007 00:11:09 -   1.3
+++ openvrml016.info3 Oct 2007 01:45:55 -   1.4
@@ -2,7 +2,7 @@
 Package: openvrml016%type_pkg[-xembed]
 Type: -xembed (boolean)
 Version: 0.16.6
-Revision: 1
+Revision: 2
 GCC: 4.0
 Description: VRML97 viewer
 License: LGPL
@@ -23,7 +23,7 @@
 BuildDepends: 
libpng3,
libjpeg,
-   boost1.33 (= 1.33.1-1002),
+   boost1.34.nopython
x11-dev,
sdl (= 1.2.9-1001),
macosx,
@@ -80,8 +80,8 @@
 Source-MD5: 08b537ccd72bf85bca92f3eb208747f4
 #
 PatchScript: 
-  sed -Ei .bak 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
-  sed -Ei .bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ 
@JNI_LIBS@,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ 
@GL_LIBS@,' examples/Makefile.am
+  sed -ri .bak 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
+  sed -ri .bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ 
@JNI_LIBS@,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ 
@GL_LIBS@,' examples/Makefile.am
 
 #
 ConfigureParams: --with-apple-opengl-framework --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib (%type_raw[-xembed] = .) 
--disable-xembed (%type_raw[-xembed] = .) --disable-player (%type_raw[-xembed] 
= .) --disable-mozilla-plugin --disable-dependency-tracking 
FREETYPE_CFLAGS=`/usr/X11R6/bin/freetype-config --cflags` 
FREETYPE_LIBS=`/usr/X11R6/bin/freetype-config --libs` 
JS_CFLAGS=-I%p/include/js -DXP_UNIX JS_LIBS=-ljs
@@ -129,8 +129,8 @@
   Depends: 
 libpng3-shlibs,
 libjpeg-shlibs,
-boost1.33-shlibs (= 1.33.1-1002),
-x11,
+boost1.34.nopython-shlibs,
+x11-shlibs,
 spidermonkey-shlibs
   
   Provides: (%type_raw[-xembed] = -xembed) openvrml6-shlibs


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.4,1.5

2007-10-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv32114

Modified Files:
openvrml016.info 
Log Message:
grr

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- openvrml016.info3 Oct 2007 01:45:55 -   1.4
+++ openvrml016.info3 Oct 2007 01:54:23 -   1.5
@@ -23,7 +23,7 @@
 BuildDepends: 
libpng3,
libjpeg,
-   boost1.34.nopython
+   boost1.34.nopython,
x11-dev,
sdl (= 1.2.9-1001),
macosx,


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.5,1.6

2007-10-02 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv3441

Modified Files:
openvrml016.info 
Log Message:
.bak not happy

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- openvrml016.info3 Oct 2007 01:54:23 -   1.5
+++ openvrml016.info3 Oct 2007 02:03:58 -   1.6
@@ -80,8 +80,8 @@
 Source-MD5: 08b537ccd72bf85bca92f3eb208747f4
 #
 PatchScript: 
-  sed -ri .bak 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
-  sed -ri .bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ 
@JNI_LIBS@,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ 
@GL_LIBS@,' examples/Makefile.am
+  sed -ri -e 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
+  sed -ri -e 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@,AM_LDFLAGS 
= @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ @GL_LIBS@,' 
examples/Makefile.am
 
 #
 ConfigureParams: --with-apple-opengl-framework --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib (%type_raw[-xembed] = .) 
--disable-xembed (%type_raw[-xembed] = .) --disable-player (%type_raw[-xembed] 
= .) --disable-mozilla-plugin --disable-dependency-tracking 
FREETYPE_CFLAGS=`/usr/X11R6/bin/freetype-config --cflags` 
FREETYPE_LIBS=`/usr/X11R6/bin/freetype-config --libs` 
JS_CFLAGS=-I%p/include/js -DXP_UNIX JS_LIBS=-ljs


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.6,1.7

2007-10-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv31286

Modified Files:
openvrml016.info 
Log Message:
Update sed scripts

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- openvrml016.info3 Oct 2007 02:03:58 -   1.6
+++ openvrml016.info3 Oct 2007 13:53:03 -   1.7
@@ -2,7 +2,7 @@
 Package: openvrml016%type_pkg[-xembed]
 Type: -xembed (boolean)
 Version: 0.16.6
-Revision: 2
+Revision: 3
 GCC: 4.0
 Description: VRML97 viewer
 License: LGPL
@@ -80,8 +80,8 @@
 Source-MD5: 08b537ccd72bf85bca92f3eb208747f4
 #
 PatchScript: 
-  sed -ri -e 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
-  sed -ri -e 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@,AM_LDFLAGS 
= @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ @GL_LIBS@,' 
examples/Makefile.am
+  sed -i.bak 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
+  sed -i.bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@,AM_LDFLAGS 
= @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ @GL_LIBS@,' 
examples/Makefile.am
 
 #
 ConfigureParams: --with-apple-opengl-framework --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib (%type_raw[-xembed] = .) 
--disable-xembed (%type_raw[-xembed] = .) --disable-player (%type_raw[-xembed] 
= .) --disable-mozilla-plugin --disable-dependency-tracking 
FREETYPE_CFLAGS=`/usr/X11R6/bin/freetype-config --cflags` 
FREETYPE_LIBS=`/usr/X11R6/bin/freetype-config --libs` 
JS_CFLAGS=-I%p/include/js -DXP_UNIX JS_LIBS=-ljs


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.7,1.8

2007-10-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv2247

Modified Files:
openvrml016.info 
Log Message:
sed wasn't cutting it

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- openvrml016.info3 Oct 2007 13:53:03 -   1.7
+++ openvrml016.info3 Oct 2007 14:00:51 -   1.8
@@ -80,8 +80,8 @@
 Source-MD5: 08b537ccd72bf85bca92f3eb208747f4
 #
 PatchScript: 
-  sed -i.bak 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
-  sed -i.bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@,AM_LDFLAGS 
= @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ @GL_LIBS@,' 
examples/Makefile.am
+  perl -pi.bak -e 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
+  perl -pi.bak -e 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ 
@JNI_LIBS@,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ 
@GL_LIBS@,' examples/Makefile.am
 
 #
 ConfigureParams: --with-apple-opengl-framework --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib (%type_raw[-xembed] = .) 
--disable-xembed (%type_raw[-xembed] = .) --disable-player (%type_raw[-xembed] 
= .) --disable-mozilla-plugin --disable-dependency-tracking 
FREETYPE_CFLAGS=`/usr/X11R6/bin/freetype-config --cflags` 
FREETYPE_LIBS=`/usr/X11R6/bin/freetype-config --libs` 
JS_CFLAGS=-I%p/include/js -DXP_UNIX JS_LIBS=-ljs


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 rlwrap.info,1.2,1.3

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

Modified Files:
rlwrap.info 
Log Message:
Spell out libncurses5-shlibs dependency explictly

Index: rlwrap.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/rlwrap.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlwrap.info 28 Mar 2007 15:47:47 -  1.2
+++ rlwrap.info 3 Oct 2007 15:30:58 -   1.3
@@ -1,9 +1,9 @@
 Package: rlwrap
 Version: 0.28
-Revision: 1
+Revision: 2
 Source: http://utopia.knoware.nl/~hlub/%n/%n-%v.tar.gz
 Source-MD5: 057871cb04d9dec237ac565aff5a93d7
-Depends: readline5-shlibs
+Depends: readline5-shlibs, libncurses5-shlibs
 BuildDepends: readline5, libncurses5
 ConfigureParams: --mandir=%p/share/man
 InstallScript: make install DESTDIR=%d


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/utils rlwrap.info,NONE,1.1

2007-10-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sc8-pr-cvs17:/tmp/cvs-serv9180

Added Files:
rlwrap.info 
Log Message:
Moving to stable as part of my Maxima update--no response from maintainer 
either way, but it's a simple enough package that I don't think I screwed
up. :-)

--- NEW FILE: rlwrap.info ---
Package: rlwrap
Version: 0.28
Revision: 2
Source: http://utopia.knoware.nl/~hlub/%n/%n-%v.tar.gz
Source-MD5: 057871cb04d9dec237ac565aff5a93d7
Depends: readline5-shlibs, libncurses5-shlibs
BuildDepends: readline5, libncurses5
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO
License: GPL
Description: Allows editing keyboard input for any command
DescDetail: 
  rlwrap is a 'readline wrapper', a small utility that uses the GNU readline
  library to allow the editing of keyboard input for any other command.  
  Input history is remembered across invocations, separately for each command.
  History completion and search work as in bash and completion word lists can
  be specified on the command line.  

Homepage: http://utopia.knoware.nl/~hlub/rlwrap/
Maintainer: Jesse Rosenstock [EMAIL PROTECTED]


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.8,1.9

2007-10-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv10522

Modified Files:
openvrml016.info 
Log Message:
Hopefully better

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- openvrml016.info3 Oct 2007 14:00:51 -   1.8
+++ openvrml016.info3 Oct 2007 19:22:23 -   1.9
@@ -80,8 +80,8 @@
 Source-MD5: 08b537ccd72bf85bca92f3eb208747f4
 #
 PatchScript: 
-  perl -pi.bak -e 's,`\$\{PKG_CONFIG\} --cflags 
\$\{REQUIRE_FREETYPE\}`,\$\{FREETYPE_CFLAGS\},' configure.ac
-  perl -pi.bak -e 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ 
@JNI_LIBS@,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ 
@GL_LIBS@,' examples/Makefile.am
+  sed -i.bak 's,`\$\PKG_CONFIG\ --cflags 
\$REQUIRE_FREETYPE`,\$FREETYPE_CFLAGS,' configure.ac
+  sed -i.bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@,AM_LDFLAGS 
= @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ @GL_LIBS@,' 
examples/Makefile.am
 
 #
 ConfigureParams: --with-apple-opengl-framework --mandir=%p/share/man 
--infodir=%p/share/info --libexecdir=%p/lib (%type_raw[-xembed] = .) 
--disable-xembed (%type_raw[-xembed] = .) --disable-player (%type_raw[-xembed] 
= .) --disable-mozilla-plugin --disable-dependency-tracking 
FREETYPE_CFLAGS=`/usr/X11R6/bin/freetype-config --cflags` 
FREETYPE_LIBS=`/usr/X11R6/bin/freetype-config --libs` 
JS_CFLAGS=-I%p/include/js -DXP_UNIX JS_LIBS=-ljs


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/crypto/finkinfo openvrml016.info,1.9,1.10

2007-10-03 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv8868

Modified Files:
openvrml016.info 
Log Message:
Fix back to maintainer's specs

Index: openvrml016.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/openvrml016.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- openvrml016.info3 Oct 2007 19:22:23 -   1.9
+++ openvrml016.info3 Oct 2007 21:57:06 -   1.10
@@ -23,7 +23,7 @@
 BuildDepends: 
libpng3,
libjpeg,
-   boost1.34.nopython,
+   boost1.33,
x11-dev,
sdl (= 1.2.9-1001),
macosx,
@@ -74,13 +74,13 @@
 Provides: (%type_raw[-xembed] = -xembed) openvrml016
 Conflicts: openvrml, openvrml015, openvrml016, openvrml016-xembed
 Replaces: openvrml, openvrml015, openvrml016, openvrml016-xembed
-#BuildConflicts: antlr ( 2.7.4)
+BuildConflicts: antlr ( 2.7.4)
 #
 Source: mirror:sourceforge:openvrml/openvrml-%v.tar.gz
 Source-MD5: 08b537ccd72bf85bca92f3eb208747f4
 #
 PatchScript: 
-  sed -i.bak 's,`\$\PKG_CONFIG\ --cflags 
\$REQUIRE_FREETYPE`,\$FREETYPE_CFLAGS,' configure.ac
+  sed -i.bak 's,`\${PKG_CONFIG}\ --cflags 
\${REQUIRE_FREETYPE}`,\${FREETYPE_CFLAGS},' configure.ac
   sed -i.bak 's,AM_LDFLAGS = @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@,AM_LDFLAGS 
= @OPENVRML_RPATH@ @SDL_LIBS@ @JNI_LIBS@ @GLU_LIBS@ @GL_LIBS@,' 
examples/Makefile.am
 
 #
@@ -129,7 +129,7 @@
   Depends: 
 libpng3-shlibs,
 libjpeg-shlibs,
-boost1.34.nopython-shlibs,
+boost1.33-shlibs,
 x11-shlibs,
 spidermonkey-shlibs
   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 fltk-aqua.info, NONE, 1.1 fltk-aqua.patch, NONE, 1.1 fltk-x11.info, 1.7, 1.8 fltk.info, 1.2, 1.3

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

Modified Files:
fltk-x11.info fltk.info 
Added Files:
fltk-aqua.info fltk-aqua.patch 
Log Message:
fltk updates.

Index: fltk.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/fltk.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fltk.info   6 Dec 2006 18:08:14 -   1.2
+++ fltk.info   4 Oct 2007 01:18:18 -   1.3
@@ -1,12 +1,12 @@
 Package: fltk
 Version: 1.1.2
-Revision: 1014
+Revision: 1015
 Maintainer: None [EMAIL PROTECTED]
 #
 BuildDepends: libjpeg, libpng3
-Depends: libjpeg-shlibs, libpng3-shlibs, macosx
-Conflicts: fltk-x11
-Replaces: fltk-x11
+Depends: libjpeg-shlibs, libpng3-shlibs, macosx, fink-obsolete-packages
+Conflicts: fltk-x11,fltk-x11-shlibs,fltk-aqua,fltk-aqua-shlibs
+Replaces: fltk-x11,fltk-aqua
 BuildDependsOnly: true
 Source: mirror:sourceforge:fltk/fltk-%v-source.tar.bz2
 SourceDirectory: %n-%v
@@ -26,9 +26,11 @@
 GCC: 4.0
 DocFiles: CHANGES COPYING CREDITS README README.mac
 #
-Description: GUI toolkit (Aqua graphics)
+Description: GUI toolkit (Aqua graphics)-OBSOLETE-
 DescPackaging: 
  Previous versions by Sylvain Cuaz.
+ Packages that depend on this one should be updated to use fltk-aqua
+ and fltk-aqua-shlibs instead.
 
 DescDetail: 
   FLTK (pronounced fulltick) is a LGPL'd C++ graphical user

--- NEW FILE: fltk-aqua.patch ---
diff -Naur fltk-1.1.7/Makefile fltk-1.1.7.patched/Makefile
--- fltk-1.1.7/Makefile 2006-01-15 13:36:16.0 -0500
+++ fltk-1.1.7.patched/Makefile 2007-09-28 19:16:41.0 -0400
@@ -27,7 +27,7 @@
 
 include makeinclude
 
-DIRS   =   $(IMAGEDIRS) src fluid test documentation
+DIRS   =   $(IMAGEDIRS) src fluid documentation
 
 all: makeinclude
for dir in $(DIRS); do\
diff -Naur fltk-1.1.7/makeinclude.in fltk-1.1.7.patched/makeinclude.in
--- fltk-1.1.7/makeinclude.in   2006-01-15 13:36:16.0 -0500
+++ fltk-1.1.7.patched/makeinclude.in   2007-09-28 19:25:13.0 -0400
@@ -81,7 +81,7 @@
 LINKFLTKFORMS  = @LINKFLTKFORMS@ @LINKFLTK@
 LINKFLTKIMG= @LINKFLTKIMG@ @LINKFLTK@ $(IMAGELIBS)
 LINKSHARED = @DSOLINK@ @LINKSHARED@ $(IMAGELIBS)
-IMAGELIBS  = -L../lib @IMAGELIBS@
+IMAGELIBS  = @IMAGELIBS@
 
 # image libraries to build...
 IMAGEDIRS  = @JPEG@ @ZLIB@ @PNG@
@@ -111,7 +111,7 @@
 UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@
 
 # Be quiet when building...
-.SILENT:
+#.SILENT:
 
 # Build commands and filename extensions...
 .SUFFIXES: .0 .1 .3 .c .cxx .h .fl .man .o .z $(EXEEXT)
diff -Naur fltk-1.1.7/configure fltk-1.1.7.patched/configure
--- fltk-1.1.7/configure2006-01-17 21:30:52.0 -0500
+++ fltk-1.1.7.patched/configure2007-09-28 19:21:28.0 -0400
@@ -1423,7 +1423,7 @@
 FLDSONAME=libfltk_forms.$FL_API_VERSION.dylib
 GLDSONAME=libfltk_gl.$FL_API_VERSION.dylib
 IMGDSONAME=libfltk_images.$FL_API_VERSION.dylib
-   DSOCOMMAND=\$(CC) $DSOFLAGS -dynamiclib -lc -o
+   DSOCOMMAND=\$(CXX) $DSOFLAGS -single_module -dynamiclib -lc -o
;;
 
SunOS* | UNIX_S*)
@@ -1510,7 +1510,7 @@
;;
 esac
 
-LINKSHARED=-L../src -lfltk_images$SHAREDSUFFIX -lfltk_forms$SHAREDSUFFIX 
-lfltk$SHAREDSUFFIX
+LINKSHARED=../src/$IMGDSONAME ../src/$FLDSONAME ../src/$DSONAME
 else
 DSOCOMMAND=echo
 DSOLINK=
diff -Naur fltk-1.1.7/src/Makefile fltk-1.1.7.patched/src/Makefile
--- fltk-1.1.7/src/Makefile 2005-08-07 20:54:30.0 -0400
+++ fltk-1.1.7.patched/src/Makefile 2007-09-28 19:55:08.0 -0400
@@ -254,7 +254,7 @@
-install_name $(libdir)/$@ \
-current_version 1.1.4 \
-compatibility_version 1.1.0 \
-   $(FLOBJECTS) -L. $(LDLIBS) -lfltk
+   $(FLOBJECTS) -L. $(LDLIBS) libfltk.1.1.dylib
$(RM) libfltk_forms.dylib
$(LN) libfltk_forms.1.1.dylib libfltk_forms.dylib
 
@@ -290,7 +290,7 @@
-install_name $(libdir)/$@ \
-current_version 1.1.4 \
-compatibility_version 1.1.0 \
-   $(GLOBJECTS) -L. $(GLDLIBS) -lfltk
+   $(GLOBJECTS) -L. $(GLDLIBS) libfltk.1.1.dylib
$(RM) libfltk_gl.dylib
$(LN) libfltk_gl.1.1.dylib libfltk_gl.dylib
 
@@ -326,7 +326,7 @@
-install_name $(libdir)/$@ \
-current_version 1.1.4 \
-compatibility_version 1.1.0 \
-   $(IMGOBJECTS)  -L.$(LDLIBS) $(IMAGELIBS) -lfltk
+   $(IMGOBJECTS)  $(LDLIBS) $(IMAGELIBS) libfltk.1.1.dylib
$(RM) libfltk_images.dylib
$(LN) libfltk_images.1.1.dylib libfltk_images.dylib
 

--- NEW FILE: fltk-aqua.info ---
Package: fltk-aqua
Version: 1.1.7
Revision: 1001
Maintainer: Alexander Hansen [EMAIL PROTECTED]
#
BuildDepends: libjpeg, libpng3
Depends: %N

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

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

Added Files:
octplot.info octplot.patch 
Log Message:
New package.

--- NEW FILE: octplot.patch ---
diff -Naur octplot-0.4.0/src/figure.cpp octplot-0.4.0.patched/src/figure.cpp
--- octplot-0.4.0/src/figure.cpp2007-04-12 13:50:07.0 -0400
+++ octplot-0.4.0.patched/src/figure.cpp2007-09-27 20:09:10.0 
-0400
@@ -16,8 +16,8 @@
 //  
 
 #include iostream
-#include Fl/Fl.H
-#include Fl/fl_draw.H
+#include FL/Fl.H
+#include FL/fl_draw.H
 
 #include axes.h
 #include property.h

--- NEW FILE: octplot.info ---
Info2: 
Package: octplot%type_pkg[-aqua]
Version: 0.4.0
Revision: 1
Maintainer: Alexander Hansen [EMAIL PROTECTED]
Description: Handle graphics package for Octave
License: GPL

# Build parameters
Type: -aqua (-aqua -x11)
Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
Source-MD5: 1ea6fa85b620e6af252ee64407c87285
PatchScript: 
#!/bin/bash -ev
perl -pi -e 's|Fl/|FL/|g' src/*.cpp
perl -pi -e 's|GL/|OpenGL/|g' src/patch.cpp

Depends: 
octave (=2.9.14-1), freetype219-shlibs, 
(%type_pkg[-aqua] = -x11) fltk-x11-shlibs, 
(%type_pkg[-aqua] = -aqua) fltk-aqua-shlibs,
ghostscript

BuildDepends:  
freetype219, hdf5, fftw3, libncurses5, readline5,
(%type_pkg[-aqua] = -x11) fltk-x11, 
(%type_pkg[-aqua] = -aqua) fltk-aqua

Conflicts: octplot-aqua,octplot-x11
Replaces: octplot-aqua,octplot-x11
ConfigureParams:  --with-ft-prefix=%p/lib/freetype219 
--disable-dependency-tracking

CompileScript: 
#!/bin/bash -ev
if [type_pkg[-aqua] == -x11 ] 
then export GL_SWAP_TYPE=COPY
fi
./configure %c
make


#deb-time stuff
InstallScript:  
make install DESTDIR=%d
install -d %i/share/%n/demos
install demos/*.m %i/share/%n/demos


PostInstScript: 
#!/bin/bash -ev
if [ %type_pkg[-aqua] == -aqua ] ; then 
pushd %p/lib/octave
fltk-config.aqua --post $(/usr/bin/find * | grep octplot$)
popd
fi


DocFiles: COPYING AUTHORS ChangeLog NEWS README README.mac 
DescPackaging: 
Includes some demo scripts.
Currently relying on implicit Depends via octave.
Depends on a particular octave version because it installs 
in an octave-versioned directory.

DescPort: 
Patch out wrongly-cased FL include directory references.
Uses system OpenGL framework, even for the -x11 variant
(it didn't like X11's for some reason).
PostInstScript required for the Aqua variant to work properly.
Sets GL_SWAP_TYPE=COPY in the -x11 compile script so that selection
of a plot area to zoom works properly.




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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.29, 1.30

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

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.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- xcircuit-testing.info   17 Jun 2007 21:54:44 -  1.29
+++ xcircuit-testing.info   4 Oct 2007 02:42:32 -   1.30
@@ -1,12 +1,12 @@
 Package: xcircuit-testing
-Version: 3.6.102
+Version: 3.6.127
 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: 9aebe231901478f27ebe06ac7da76297
+Source-MD5: 3b438018877582959d1d0362c04cffa2
 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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 applex11tools.info, 1.6, 1.7

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

Modified Files:
applex11tools.info 
Log Message:
(with maintainer's consent)
Removed reference to html doc concerning quartz-wm that went missing at some
point in Apple's X11.

Index: applex11tools.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/applex11tools.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- applex11tools.info  29 Nov 2006 22:43:50 -  1.6
+++ applex11tools.info  4 Oct 2007 23:59:38 -   1.7
@@ -1,6 +1,6 @@
 Package: applex11tools
 Version: 1.1.3
-Revision: 1
+Revision: 2
 Depends: quartz-wm (= %v-%r), open-x11 (= %v-%r), x11-app (= %v-%r)
 Type: nosource
 CompileScript: 
@@ -98,8 +98,8 @@
mv %d/usr/bin/open-x11 %i/bin/
mv %d/usr/X11R6/bin/quartz-wm %i/bin/
 
-   install -d -m 755 %i/share/doc/quartz-wm
-   mv %d/usr/X11R6/lib/X11/doc/html/quartz-wm* %i/share/doc/quartz-wm/
+#  install -d -m 755 %i/share/doc/quartz-wm
+#  mv %d/usr/X11R6/lib/X11/doc/html/quartz-wm* %i/share/doc/quartz-wm/
 
install -d -m 755 %i/share/doc/x11-app
mv %d/usr/X11R6/lib/X11/doc/html/Xquartz* %i/share/doc/x11-app/
@@ -115,7 +115,8 @@
   Package: quartz-wm
   Description: Apple's quartz-wm window manager
   Depends: xfree86 (= 4.4.0-1) | system-xfree86 (= 4.4-1) | xorg (= 
6.7.99-1)
-  Files: bin/quartz-wm share/man/man1/quartz-wm* share/doc/%n
+  #Files: bin/quartz-wm share/man/man1/quartz-wm* share/doc/%n  
+  Files: bin/quartz-wm share/man/man1/quartz-wm*
 
 SplitOff2: 
   Package: open-x11


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 wxgtk2.8.info,1.2,1.3

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

Modified Files:
wxgtk2.8.info 
Log Message:
Add Conflicts/Replaces wxmac28

Index: wxgtk2.8.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/wxgtk2.8.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wxgtk2.8.info   2 Jul 2007 17:08:46 -   1.2
+++ wxgtk2.8.info   5 Oct 2007 20:01:17 -   1.3
@@ -22,7 +22,7 @@
 
 Package: wxgtk2.8
 Version: 2.8.0
-Revision: 1
+Revision: 2
 GCC: 4.0
 Description: Cross-platform GUI API - unix/gtk version
 License: GPL
@@ -36,8 +36,8 @@
   libjpeg, libpng3, libtiff, libxml2, orbit2-dev, pango1-xft2-dev, x11-dev
 
 Depends: %N-shlibs (= %v-%r)
-Conflicts: wxgtk, wxmac
-Replaces: wxgtk, wxmac
+Conflicts: wxgtk, wxmac, wxmac28
+Replaces: wxgtk, wxmac, wxmac28
 BuildDependsOnly: True
 
 PatchScript: 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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.3,1.4

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

Modified Files:
wxmaxima-mac.info 
Log Message:
Convert to PatchFile

Index: wxmaxima-mac.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/wxmaxima-mac.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wxmaxima-mac.info   9 May 2007 19:45:21 -   1.3
+++ wxmaxima-mac.info   5 Oct 2007 20:42:54 -   1.4
@@ -30,9 +30,11 @@
 Source: mirror:sourceforge:wxmaxima/wxMaxima-%v.tar.gz
 Source-MD5: 4a0c6099a60d5f54e262cc505d8caca7
 #
+PatchFile: %n.patch
+PatchFile-MD5: f7e0baaa231c278e5527c27423a60673 
 PatchScript: 
 #!/bin/sh -ev
-sed -e 's,PREFIX,%p,' %a/%{n}.patch | patch -p1 
+sed -e 's,PREFIX,%p,' %{PatchFile} | patch -p1 
 
 #
 Depends: 
@@ -40,7 +42,7 @@
 wxmac28-shlibs ( = 2.8.3-1001 )
 
 BuildDepends: 
-libxml2, libiconv-dev, wxmac28 ( = 2.8.3-1001 ) 
+libxml2, libiconv-dev, wxmac28 ( = 2.8.3-1001 ), fink ( =0.24.12-1 ) 
 
 GCC: 4.0
 #


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 ecb.info,1.2,1.3

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

Modified Files:
ecb.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1791305group_id=17203atid=414256

Index: ecb.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/ecb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ecb.info19 Dec 2006 03:52:46 -  1.2
+++ ecb.info7 Oct 2007 20:40:21 -   1.3
@@ -1,81 +1,103 @@
+# Initial Data
 Package: ecb
-Version: 2.22
-Revision: 2
-Description: Source code browser for Emacs
+Version: 2.32
+Revision: 1
+Description: Emacs Code Browser
 License: GPL
-Maintainer: Todai Fink Team [EMAIL PROTECTED]
-Depends: emacsen, speedbar (= 0.14beta1-1), semantic (= 1.4-1), eieio (= 
0.17-1)
-Suggests: jde ( 2.2.8)
-Recommends: elib
-Source: mirror:sourceforge:ecb/%n-%v.tar.gz
-Source-MD5: 22da434e849603c3fd4b2cbdad0a4a3f
-Source2: mirror:sourceforge:ecb/%n-%v.pdf.gz
-Source2-MD5: 3b5c4b72734937d2cbe90e3df4a64a48
-Source3: http://www.gnu.org/licenses/gpl.txt
-Source3-MD5: 751419260aa954499f7abaabaa882bbe
-PatchScript: 
-gunzip ../ecb-2.22.pdf.gz
-sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
+Maintainer: John Ridgway [EMAIL PROTECTED]
+
+# Dependencies
+Depends: cedet, emacsen, make
+
+# Unpack
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source2: mirror:sourceforge:%n/%n-%v.pdf.gz
+Source-MD5: 565b245f9e49e941214db256cf2b8e23
+Source2-MD5: 25abaaf49dd4b289b9bfad38375cbd02
+
+# Patch Phase
+PatchScript: sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
+
+# Compile Phase
+CompileScript: 
+  mv ../%n-%v.pdf.gz .
+  gunzip %n-%v.pdf.gz
 
-CompileScript: echo Nothing is compiled in this section.
-InstallScript:
-install -m 755 -d %i/share/emacs/site-lisp/%n
-install -m 644 *.el %i/share/emacs/site-lisp/%n
 
-install -m 755 -d %i/share/info
-install -m 644 info-help/%n.info* %i/share/info
+# Test Suites
 
-install -m 755 -d %i/share/doc/%n/html
-install -m 644 html-help/*.html %i/share/doc/%n/html
+# Install Phase
+InstallScript: 
+  install -m 755 -d  %i/share/emacs/site-lisp/%n
+  install -m 644 Makefile%i/share/emacs/site-lisp/%n
+  install -m 644 *.el%i/share/emacs/site-lisp/%n
+  cp -r ecb-images %i/share/emacs/site-lisp/%n/
+  install -m 644 ecb-makedef.mk  %i/share/emacs/site-lisp/%n
+  install -m 755 -d  %i/share/doc/%n/src
+  install -m 644 ecb.texi%i/share/doc/%n/src
+  install -m 755 -d  %i/share/doc/%n/html
+  install -m 644 html-help/*.html%i/share/doc/%n/html
+  install -m 755 -d  %i/share/info
+  install -m 644 info-help/ecb.info* %i/share/info
 
-install -m 755 -d %i/etc/emacs/site-start.d
-install -m 644 fink/%n-startup %i/etc/emacs/site-start.d/55%n.el
+  install -m 755 -d  %i/lib/emacsen-common/packages/install
+  install -m 755 -d  %i/lib/emacsen-common/packages/remove
+  install -m 755 fink/%n-install %i/lib/emacsen-common/packages/install/%n
+  install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 
-install -m 755 -d %i/lib/emacsen-common/packages/{install,remove}
-install -m 755 fink/%n-install %i/lib/emacsen-common/packages/install/%n
-install -m 755 fink/%n-remove %i/lib/emacsen-common/packages/remove/%n
+  # Make sure that ECB gets loaded after cedet
+  install -m 755 -d  %i/etc/emacs/site-start.d
+  install -m 644 fink/%n.el  %i/etc/emacs/site-start.d/66%n.el
 
-DocFiles: NEWS README RELEASE_NOTES ../ecb-2.22.pdf ../gpl.txt
+DocFiles: NEWS README RELEASE_NOTES %n-%v.pdf
+
+# Build Phase
 PostInstScript: 
-if [ $1 = configure -a -x %p/lib/emacsen-common/emacs-package-install ]
-then
-   %p/lib/emacsen-common/emacs-package-install %n
-fi
+  if [ -x %p/lib/emacsen-common/emacs-package-install ]
+  then
+%p/lib/emacsen-common/emacs-package-install %n
+  fi
 
 PreRmScript: 
-if [ -x %p/lib/emacsen-common/emacs-package-remove ] ; then
-   %p/lib/emacsen-common/emacs-package-remove %n
-fi
+  if [ -x %p/lib/emacsen-common/emacs-package-remove ]
+  then
+%p/lib/emacsen-common/emacs-package-remove %n
+  fi
 
-ConfFiles: %p/etc/emacs/site-start.d/55%n.el
-InfoDocs: %n.info
-#
-Homepage: http://ecb.sourceforge.net/
-DescDetail: 
-ECB stands for Emacs Code Browser. While Emacs already has good
-editing support for many modes, its browsing support is somewhat
-lacking. That's where ECB comes in: it displays a number of
-informational windows that allow for easy source code navigation and
-overview.
+InfoDocs: ecb.info
 
-The informational windows can contain:
+# Additional Data
+Homepage: http://ecb.sourceforge.net/
+DescDetail:   
+  ECB stands for Emacs Code Browser. While Emacs already has good
+  editing support for many modes, its browsing support is somewhat
+  

[cvs] dists/10.4/stable/main/finkinfo/gnome libgnomeprint2.2.patch, 1.1, 1.2

2007-10-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv12368

Modified Files:
libgnomeprint2.2.patch 
Log Message:
Per discussion on gnome-core. 

Index: libgnomeprint2.2.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/libgnomeprint2.2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgnomeprint2.2.patch  20 Jan 2006 20:12:53 -  1.1
+++ libgnomeprint2.2.patch  7 Oct 2007 22:55:57 -   1.2
@@ -7,7 +7,8 @@
  
 -LIBGNOMEPRINT_CFLAGS=$GP_CFLAGS $FREETYPE_CFLAGS
 +LIBGNOMEPRINT_CFLAGS=$FREETYPE_CFLAGS $GP_CFLAGS
- LIBGNOMEPRINT_LIBS=$GP_LIBS $FREETYPE_LIBS
+-LIBGNOMEPRINT_LIBS=$GP_LIBS $FREETYPE_LIBS
++LIBGNOMEPRINT_LIBS=$GP_LIBS $FREETYPE_LIBS $Z_LIBS
  
  
 diff -Naur libgnomeprint-2.6.0-old/libgnomeprint/gnome-fontmap.c 
libgnomeprint-2.6.0/libgnomeprint/gnome-fontmap.c


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/graphics lablgl.info, NONE, 1.1 lablgl.patch, NONE, 1.1

2007-10-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv23708/main/finkinfo/graphics

Added Files:
lablgl.info lablgl.patch 
Log Message:
Stabilize Unison

--- NEW FILE: lablgl.patch ---
Info2: 
Package: lablgl%type_pkg[-x11]
Version: 1.02
Revision: 2
Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
Source-MD5: b50e4e7d856c26bc4449151e4307b37b
SourceDirectory: lablgl-%v
DocFiles: CHANGES README COPYRIGHT
License: BSD
Description: OpenGL binding for Objective Caml
Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
Maintainer: Likai Liu [EMAIL PROTECTED]

Type: -x11 (boolean)

DescDetail: 
LablGL is an OpenGL interface for Objective Caml. It includes support for both
Togl widget and GLUT, which you can comfortably use with LablTk and LablGlut.
Specific support for LablGL is also included in LablGTK.

Two variants, lablgl and lablgl-x11, are supported. Please see DescPort for
details.

DescPort: 
Two variants of lablgl are supplied here, lablgl and lablgl-x11. Native lablgl
is linked against Mac OS X OpenGL and GLUT frameworks, which is aqua-based, but
compiles without tcltk support; lablgl-x11 uses GL facility provided by x11 and
a glut library based on xlib and supports tcl/tk GL wrapper widget.

DescPackaging: 
The patch file consists of Makefile.config that allows the CompileScript to
adjust compilation flags to the appropriate variant, and to allow installation
to DESTDIR.


BuildDepends: 
ocaml (= 3.05-1),
(%type_raw[-x11] = -x11) x11-dev, (%type_raw[-x11] = -x11) tcltk-dev,
(%type_raw[-x11] = -x11) libgl,
(%type_raw[-x11] = -x11) freeglut

Depends: 
ocaml (= 3.05-1),
(%type_raw[-x11] = .) macosx,
(%type_raw[-x11] = -x11) x11, (%type_raw[-x11] = -x11) tcltk,
(%type_raw[-x11] = -x11) libgl,
(%type_raw[-x11] = -x11) freeglut-shlibs

Provides: (%type_raw[-x11] = -x11) lablgl-togl
Replaces: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11
Conflicts: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11

PatchScript: patch -p1  %a/lablgl.patch
CompileScript: 
#!/bin/sh -ev
if [ %type_raw[-x11] == -x11 ]; then
  make \
PREFIX=%p \
XINCLUDES=-I/usr/X11R6/include \
XLIBS=-L/usr/X11R6/lib -lXext -lXmu -lX11 \
TKINCLUDES=-I%p/include \
TKLIBS=-L%p/lib -L/usr/X11R6/lib -lGL -lXmu \
GLLIBS=-lGL -lGLU \
GLUTLIBS=-L%p/lib -lfreeglut \
all opt
else
  make \
PREFIX=%p \
GLLIBS=-framework OpenGL \
GLUTLIBS=-framework GLUT \
lib glut libopt glutopt
fi

InstallScript: 
#!/bin/sh -ev
  mkdir -p %i/lib/ocaml/stublibs
  make install PREFIX=%p DESTDIR=%d



--- NEW FILE: lablgl.info ---
Info2: 
Package: lablgl%type_pkg[-x11]
Version: 1.02
Revision: 2
Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
Source-MD5: b50e4e7d856c26bc4449151e4307b37b
SourceDirectory: lablgl-%v
DocFiles: CHANGES README COPYRIGHT
License: BSD
Description: OpenGL binding for Objective Caml
Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
Maintainer: Likai Liu [EMAIL PROTECTED]

Type: -x11 (boolean)

DescDetail: 
LablGL is an OpenGL interface for Objective Caml. It includes support for both
Togl widget and GLUT, which you can comfortably use with LablTk and LablGlut.
Specific support for LablGL is also included in LablGTK.

Two variants, lablgl and lablgl-x11, are supported. Please see DescPort for
details.

DescPort: 
Two variants of lablgl are supplied here, lablgl and lablgl-x11. Native lablgl
is linked against Mac OS X OpenGL and GLUT frameworks, which is aqua-based, but
compiles without tcltk support; lablgl-x11 uses GL facility provided by x11 and
a glut library based on xlib and supports tcl/tk GL wrapper widget.

DescPackaging: 
The patch file consists of Makefile.config that allows the CompileScript to
adjust compilation flags to the appropriate variant, and to allow installation
to DESTDIR.


BuildDepends: 
ocaml (= 3.05-1),
(%type_raw[-x11] = -x11) x11-dev, (%type_raw[-x11] = -x11) tcltk-dev,
(%type_raw[-x11] = -x11) libgl,
(%type_raw[-x11] = -x11) freeglut

Depends: 
ocaml (= 3.05-1),
(%type_raw[-x11] = .) macosx,
(%type_raw[-x11] = -x11) x11, (%type_raw[-x11] = -x11) tcltk,
(%type_raw[-x11] = -x11) libgl,
(%type_raw[-x11] = -x11) freeglut-shlibs

Provides: (%type_raw[-x11] = -x11) lablgl-togl
Replaces: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11
Conflicts: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11

PatchScript: patch -p1  %a/lablgl.patch
CompileScript: 
#!/bin/sh -ev
if [ %type_raw[-x11] == -x11 ]; then
  make \
PREFIX=%p \
XINCLUDES=-I/usr/X11R6/include \
XLIBS=-L/usr/X11R6/lib -lXext -lXmu -lX11 \
TKINCLUDES=-I%p/include \
TKLIBS=-L%p/lib -L/usr/X11R6/lib -lGL -lXmu \
GLLIBS=-lGL -lGLU \
GLUTLIBS=-L%p/lib -lfreeglut \
all opt
else
  make \
PREFIX=%p \
GLLIBS=-framework OpenGL \
GLUTLIBS=-framework GLUT \
lib glut libopt glutopt

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

2007-10-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv23708/main/finkinfo/net

Added Files:
unison.info unison.patch 
Log Message:
Stabilize Unison

--- NEW FILE: unison.patch ---
diff -aruN unison.orig/unison-2.10.2/Makefile.OCaml 
unison/unison-2.10.2/Makefile.OCaml
--- unison.orig/unison-2.10.2/Makefile.OCaml2004-09-06 12:15:46.0 
-0700
+++ unison/unison-2.10.2/Makefile.OCaml 2005-09-18 13:03:25.0 -0700
@@ -25,7 +25,7 @@
 
 ifeq (${OSCOMP},cygwingnuc) # Define this if compiling with Cygwin GNU C
   OSARCH=win32gnuc
-  ETAGS=c:/emacs/bin/etags
+  ETAGS=/bin/etags
   buildexecutable:: win32rc/unison.res.lib   
 else
 # Win32 system
@@ -58,9 +58,7 @@
 # The OCaml lib dir is used by all versions
 # It is extracted from 'ocamlc -v' and Windows '\' separators are turned
 # to Unix '/' separators, and extraneous control-M's are deleted.
-# Unfortunately there is a literal control-M buried in this, I'd rather
-# get rid of it...
-OCAMLLIBDIR=$(shell ocamlc -v | tail -1 | sed -e 's/.* //g' | sed -e 
's/\\/\//g' | sed -e 's/
//g')
[...1092 lines suppressed...]
-  Filename.concat dirString n
-  | `Unix -
-  Filename.concat (safeGetenv HOME) n
+  if osType = `Unix || isCygwin then
+Filename.concat (safeGetenv HOME) n
+  else if osType = `Win32 then
+let dirString =
+  try Unix.getenv USERPROFILE (* Windows NT/2K *)
+  with Not_found -
+  try Unix.getenv HOME (* Windows 9x with Cygwin HOME set *)
+  with Not_found -
+  try Unix.getenv UNISON (* Use UNISON dir if none of
+  the above are set *)
+  with Not_found - c:/ (* Default *) in
+Filename.concat dirString n
+  else
+assert false (* osType can't be anything else *)
 
 (*)
 (*   Upcall for building pathnames in the .unison dir  *)

--- NEW FILE: unison.info ---
Info2: 
Package: unison%type_pkg[uitype]
Version: 2.13.16
Revision: 1004
Type: uitype (. -nox -aqua)
Description: File synchronization tool
DescDetail: 
Unison is a file-synchronization tool for Unix and Windows. It allows two
replicas of a collection of files and directories to be stored on different
hosts (or different disks on the same host), modified separately, and then
brought up to date by propagating the changes in each replica to the other.

Unison shares a number of features with tools such as configuration
management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
uni-directional mirroring utilities (rsync, etc.) and other synchronizers
(Intellisync, Reconcile, etc).

This package includes multiple versions of Unison: 2.9.1, 2.10.2 and 2.13.16.
The Aqua interface is only available for 2.13.16.

Note: All variants can be installed simultaneously.  This package uses the
update-alternatives system so that the command 'unison' automatically uses
the best-available UI for the highest-available version.  Other versions
can be run using 'unison-[version]' or 'unison-[version]-[uitype].  Type
'ls %p/bin/unison*' and 'man update-alternatives' for more information.

DescPackaging: 
Unison requires the versions used on client and server to match (major and 
minor for versions up to 2.12, major only for 2.13+).  Most OS 
distributions provide only one version -- 2.9.1, 2.10.2 or 2.13.  This 
package is interoperable with all such distributions.

License: GPL
Source: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.9.1/src.tar.gz
SourceRename: unison-2.9.1.tar.gz
Source-MD5: d8084fa87c13671de21ec1b701a4606c
Source2: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.9.1/unison-manual.html
Source2Rename: unison-2.9.1-manual.html
Source2-MD5: 9fc2f7e967b3ddf24abd2c5170d8d7eb
Source3: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.10.2/unison-2.10.2.tar.gz
Source3-MD5: a93cf03d4221ab6bab8b758b0325a9d5
Source4: 
http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-2.10.2/unison-2.10.2-manual.html
Source4-MD5: 32327d9239b7abe688cecd6ceaa3dd47
Source5: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.13.16.tar.gz
Source5-MD5: a79bf5f4ebf2a1eaf15b1ac97f827374
Source6: 
http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-2.13.16-manual.html
Source6-MD5: 2b39e52ec3893a112b28b7b0a294d941
Maintainer: Ben Willmore [EMAIL PROTECTED]
Homepage: http://www.cis.upenn.edu/~bcpierce/unison/
DocFiles: 
COPYING CONTRIB README ROADMAP.txt
BUGS.txt:BUGS-2.9.1.txt INSTALL:INSTALL-2.9.1 NEWS:NEWS-2.9.1 
TODO.txt:TODO-2.9.1.txt 
../unison-2.9.1-manual.html
../unison-2.10.2/BUGS.txt:BUGS-2.10.2.txt 
../unison-2.10.2/INSTALL:INSTALL-2.10.2 
../unison-2.10.2/NEWS:NEWS-2.10.2 ../unison-2.10.2/TODO.txt:TODO-2.10.2.txt
../unison-2.10.2-manual.html 
../unison-2.13.16/BUGS.txt:BUGS-2.13.16.txt 
../unison-2.13.16/INSTALL:INSTALL-2.13.16 

[cvs] dists/10.4/stable/main/finkinfo/gnome lablgtk2.info,NONE,1.1

2007-10-07 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory sc8-pr-cvs17:/tmp/cvs-serv23708/main/finkinfo/gnome

Added Files:
lablgtk2.info 
Log Message:
Stabilize Unison

--- NEW FILE: lablgtk2.info ---
Package: lablgtk2
Version: 2.6.0
Revision: 4
Maintainer: Corey Halpin [EMAIL PROTECTED]
BuildDepends: 
  gtk+2-dev, glib2-dev (= 2.12.0-1), x11-dev, gettext-tools,
  ocaml (=3.08), libgnomecanvas2-dev, atk1, pango1-xft2, libiconv-dev,
  gtkglarea2, pkgconfig, 
  gconf2, gnome-panel, gnome-vfs2-ssl | gnome-vfs2,
  libart2, libbonobo2, libbonoboui2,
  libgettext3-dev, libglade2, libgnome2, libgnomeui2, librsvg2,
  libxml2, orbit2, popt

Depends: 
  gtk+2-shlibs, glib2-shlibs (= 2.12.0-1), x11, ocaml (=3.08),
  libgnomecanvas2-shlibs, atk1-shlibs, pango1-xft2-shlibs, libiconv,
  gtkglarea2-shlibs, lablgl-x11, gconf2-shlibs, gnome-panel-shlibs,
  gnome-vfs2-ssl-shlibs | gnome-vfs2-shlibs , libart2-shlibs,
  libbonobo2-shlibs, libbonoboui2-shlibs, libgettext3-shlibs,
  libglade2-shlibs, libgnome2-shlibs, libgnomeui2-shlibs, librsvg2-shlibs,
  libxml2-shlibs, orbit2-shlibs, popt-shlibs 

CompileScript:
#!/bin/bash -ev
  ./configure %c
  make world

InstallScript: make install DESTDIR=%d
Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-%v.tar.gz
Source-MD5: 47319aacbbb761323bdfab67513829df
ConfigureParams: --with-gnomecanvas
SetLIBRARY_PATH: %b/src
DocFiles: CHANGES COPYING README
DescPackaging:
  Between 2.6.0-2 and 2.6.0-3 it was necessary to change one of the
dependancies of this package from labl to lablgl-x11.
Unfortunately, because of this change, the upgrade between lablgtk2
2.6.0-2 and lablgtk2 2.6.0-3 is a bit bumpy.  You'll need to run 
'fink remove lablgtk2 lablgl' and then 'fink install lablgtk2'.

  If your build dies with an error complaining about a particular file
ending in .gmx not being a compilation unit, this can probably be
fixed by running 'fink rebuild lablgl-x11 lablgtk2'.  This situation
sometimes happens after ocaml has been upgraded, but ocaml-built
libraries have not.

Description: Objective Caml interface to gtk+2
Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
License: LGPL


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 lablgl.info,1.4,1.5

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

Modified Files:
lablgl.info 
Log Message:
oops--forgot to update in unstable

Index: lablgl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/lablgl.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lablgl.info 5 Mar 2007 22:53:29 -   1.4
+++ lablgl.info 9 Oct 2007 01:26:04 -   1.5
@@ -1,7 +1,7 @@
 Info2: 
 Package: lablgl%type_pkg[-x11]
 Version: 1.02
-Revision: 1000
+Revision: 2
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
 Source-MD5: b50e4e7d856c26bc4449151e4307b37b
 SourceDirectory: lablgl-%v
@@ -36,21 +36,21 @@
 BuildDepends: 
 ocaml (= 3.05-1),
 (%type_raw[-x11] = -x11) x11-dev, (%type_raw[-x11] = -x11) tcltk-dev,
-(%type_raw[-x11] = -x11) libgl, (%type_raw[-x11] = -x11) glut (= 3.7-1025)
+(%type_raw[-x11] = -x11) libgl,
+(%type_raw[-x11] = -x11) freeglut
 
 Depends: 
 ocaml (= 3.05-1),
 (%type_raw[-x11] = .) macosx,
 (%type_raw[-x11] = -x11) x11, (%type_raw[-x11] = -x11) tcltk,
-(%type_raw[-x11] = -x11) libgl, (%type_raw[-x11] = -x11) glut-shlibs (= 
3.7-1025)
+(%type_raw[-x11] = -x11) libgl,
+(%type_raw[-x11] = -x11) freeglut-shlibs
 
-Provides: (%type_raw[-x11] = -x11) lablgl-togl, lablgl, lablglut
-Replaces: lablglut, lablgl, lablgl-x11
-Conflicts: lablglut, lablgl, lablgl-x11
+Provides: (%type_raw[-x11] = -x11) lablgl-togl
+Replaces: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11
+Conflicts: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11
 
 PatchScript: patch -p1  %a/lablgl.patch
-NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1
 CompileScript: 
 #!/bin/sh -ev
 if [ %type_raw[-x11] == -x11 ]; then
@@ -61,7 +61,7 @@
 TKINCLUDES=-I%p/include \
 TKLIBS=-L%p/lib -L/usr/X11R6/lib -lGL -lXmu \
 GLLIBS=-lGL -lGLU \
-GLUTLIBS=-L%p/lib -lglut \
+GLUTLIBS=-L%p/lib -lfreeglut \
 all opt
 else
   make \


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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.4,1.5

2007-10-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17:/tmp/cvs-serv16393

Modified Files:
wxmaxima-mac.info 
Log Message:
New upstream

Index: wxmaxima-mac.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/wxmaxima-mac.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wxmaxima-mac.info   5 Oct 2007 20:42:54 -   1.4
+++ wxmaxima-mac.info   9 Oct 2007 03:13:26 -   1.5
@@ -1,6 +1,6 @@
 Package: wxmaxima-mac
-Version: 0.7.2
-Revision: 12
+Version: 0.7.3a
+Revision: 11
 Description: Carbon wxWidgets iterface to Maxima 
 DescDetail: 
 wxMaxima is a cross platform GUI for the computer algebra system maxima based 
@@ -28,7 +28,7 @@
 Homepage: http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page
 #
 Source: mirror:sourceforge:wxmaxima/wxMaxima-%v.tar.gz
-Source-MD5: 4a0c6099a60d5f54e262cc505d8caca7
+Source-MD5: bb24cc08495c259413c34870ea2018d7
 #
 PatchFile: %n.patch
 PatchFile-MD5: f7e0baaa231c278e5527c27423a60673 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 lablgl.info,1.5,1.6

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

Modified Files:
lablgl.info 
Log Message:
2 ! 1000 

Index: lablgl.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/lablgl.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lablgl.info 9 Oct 2007 01:26:04 -   1.5
+++ lablgl.info 9 Oct 2007 03:14:26 -   1.6
@@ -1,7 +1,7 @@
 Info2: 
 Package: lablgl%type_pkg[-x11]
 Version: 1.02
-Revision: 2
+Revision: 1001
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
 Source-MD5: b50e4e7d856c26bc4449151e4307b37b
 SourceDirectory: lablgl-%v


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/stable/main/finkinfo/graphics lablgl.info,1.1,1.2

2007-10-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv16434/stable/main/finkinfo/graphics

Modified Files:
lablgl.info 
Log Message:
2 ! 1000 

Index: lablgl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/lablgl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lablgl.info 8 Oct 2007 00:45:42 -   1.1
+++ lablgl.info 9 Oct 2007 03:14:26 -   1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: lablgl%type_pkg[-x11]
 Version: 1.02
-Revision: 2
+Revision: 1001
 Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
 Source-MD5: b50e4e7d856c26bc4449151e4307b37b
 SourceDirectory: lablgl-%v


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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-wm dwm.info,1.2,1.3

2007-10-09 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sc8-pr-cvs17:/tmp/cvs-serv12273

Modified Files:
dwm.info 
Log Message:
update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1800157group_id=17203atid=414256


Index: dwm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/dwm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dwm.info10 Sep 2007 00:12:55 -  1.2
+++ dwm.info10 Oct 2007 00:36:41 -  1.3
@@ -1,8 +1,8 @@
 Package: dwm
-Version: 4.4.1
+Version: 4.5
 Revision: 1
 Source: http://www.suckless.org/download/%n-%v.tar.gz
-Source-MD5: 9fd8490e86f927e39c827b4a52fa85bf
+Source-MD5: b178fefb55f015b648d756e70fcc
 Maintainer: Jeroen Schot [EMAIL PROTECTED]
 BuildDepends: x11-dev
 Depends: x11


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 dmenu.info,1.1,1.2

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

Modified Files:
dmenu.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1800158group_id=17203atid=414256

Index: dmenu.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/dmenu.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dmenu.info  10 Sep 2007 01:07:52 -  1.1
+++ dmenu.info  10 Oct 2007 00:49:09 -  1.2
@@ -1,8 +1,8 @@
 Package: dmenu
-Version: 3.2
+Version: 3.3
 Revision: 1
 Source: http://www.suckless.org/download/%n-%v.tar.gz
-Source-MD5: f5ef7a2cbf226679711049179ef9b8f2
+Source-MD5: 4d2b5a993ecbdb884ed398ffd6aa5368 
 Maintainer: Jeroen Schot [EMAIL PROTECTED]
 BuildDepends: x11-dev
 Depends: x11


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 mcabber.info,NONE,1.1

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

Added Files:
mcabber.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1771698group_id=17203atid=414256

--- NEW FILE: mcabber.info ---
Package: mcabber
Version: 0.9.3
Revision: 1
Source: http://www.lilotux.net/~mikael/mcabber/files/mcabber-%v.tar.bz2
Source-MD5: 26bc2d698c1311e1ef4eec5109a45c39
Depends: ncurses, libncursesw5-shlibs, glib2-shlibs, libgettext3-shlibs, 
libiconv, gpgme11-shlibs, libgpg-error-shlibs
BuildDepends: libncursesw5, system-openssl-dev, libgettext3-dev, glib2-dev, 
libiconv-dev, gpgme11, libgpg-error
Description: Jabber ncurses client with ssl muc gpg

DescDetail: 
mcabber includes features such as SSL support, MUC (Multi-User Chat) support,
history logging, command completion, OpenPGP support and external action
triggers. Please read the manual page (manpage link below) for more
information.


Maintainer: kalkin [EMAIL PROTECTED]
Homepage: http://www.lilotux.net/~mikael/mcabber/
License: GPL
DocFiles: AUTHORS COPYING INSTALL ChangeLog NEWS README TODO

SetCPPFLAGS: -I%p/lib/system-openssl/include
SetCFLAGS: -I%p/lib/system-openssl/include
SetCXXFLAGS: -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/system-openssl/lib


ConfigureParams: --prefix=%i --with-openssl=%i/lib/system-openssl 
--disable-dependency-tracking

CompileScript: 
#!/bin/sh -ev
export LIBS=-L%p/lib/system-openssl/lib
export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
./configure %c
make



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 glob2.patch, NONE, 1.1 glob2.info, 1.2, 1.3

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

Modified Files:
glob2.info 
Added Files:
glob2.patch 
Log Message:
Update from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=1794510group_id=17203

--- NEW FILE: glob2.patch ---
--- glob2-0.9.1/SConstruct~ 2007-09-10 00:17:39.0 +0200
+++ glob2-0.9.1/SConstruct  2007-09-14 03:23:22.0 +0200
@@ -4,12 +4,19 @@
 opts.Add(LINKFLAGS, Manually add to the LINKFLAGS, )
 opts.Add(INSTALLDIR, Installation Directory, /usr/local/share)
 opts.Add(BINDIR, Binary Installation Directory, /usr/local/bin)
+opts.Add(DATADIR, Final destination of data files, /usr/local/share)
+opts.Add(FINKPREFIX, Fink directory, /sw)
 opts.Add(BoolOption(release, Build for release, 0))
 opts.Add(BoolOption(mingw, Build with mingw enabled if not 
auto-detected, 0))
 opts.Add(BoolOption(osx, Build for OSX, 0))
 Help(opts.GenerateHelpText(env))
 opts.Update(env)
 opts.Save('options_cache.py', env)
+
+env.Append(CPPPATH = [ env[FINKPREFIX] + /include ])
+env.Append(CPPPATH = [ /usr/X11R6/include ])
+env.Append(LIBPATH = [ env[FINKPREFIX] + /lib])
+env.Append(LIBPATH = [ /usr/X11R6/lib ])
 
 
 class Configuration:
@@ -29,7 +36,7 @@
 configfile = Configuration()
 configfile.add(PACKAGE, Name of package, \glob2\)
 configfile.add(PACKAGE_BUGREPORT, Define to the address where bug 
reports for this package should be sent., \[EMAIL PROTECTED])
-configfile.add(PACKAGE_DATA_DIR, data directory, \ + 
env[INSTALLDIR] + \)
+configfile.add(PACKAGE_DATA_DIR, data directory, \ + env[DATADIR] 
+ \)
 configfile.add(PACKAGE_SOURCE_DIR, source directory, \ 
+env.Dir(#).abspath.replace(\\, ) + \)
 configfile.add(PACKAGE_NAME, Define to the full name of this package., 
\Globulation 2\)
 configfile.add(PACKAGE_TARNAME, Define to the one symbol short name of 
this package., \glob2\)
@@ -94,10 +101,8 @@
 elif conf.CheckLib('opengl32') and conf.CheckCHeader('GL/gl.h'):
 gl_libraries.append(opengl32)
 else:
-#Quick fix for OSX, ignore libraries not found
-if not env['osx']:
-print Could not find libGL or opengl32, or could not find GL/gl.h 
or OpenGL/gl.h
-Exit(1)
+print Could not find libGL or opengl32, or could not find GL/gl.h or 
OpenGL/gl.h
+Exit(1)
 
 #Do checks for GLU, which is different on every system
 if conf.CheckLib('GLU') and conf.CheckCHeader(GL/glu.h):
@@ -147,8 +152,6 @@
 else:
 env.ParseConfig(sdl-config --cflags)
 env.ParseConfig(sdl-config --libs)
-if env['osx']:
-env.Append(CXXFLAGS=-framework OpenGL)
 env.Append(LIBS=['vorbisfile', 'SDL_ttf', 'SDL_image', 'SDL_net', 'speex', 
'boost_thread'])
 
 env[TARFILE] = env.Dir(#).abspath + /glob2- + env[VERSION] + 
.tar.gz

Index: glob2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/glob2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- glob2.info  15 Sep 2007 00:40:25 -  1.2
+++ glob2.info  11 Oct 2007 00:40:55 -  1.3
@@ -1,23 +1,23 @@
 Package: glob2
-Version: 0.8.23
-Revision: 3
+Version: 0.9.1
+Revision: 2
 GCC: 4.0
 Architecture: powerpc, i386
 Maintainer: Alexandre Vial [EMAIL PROTECTED]
-Depends: libvorbis0-shlibs, sdl-image-shlibs, sdl-ttf-shlibs, sdl-net-shlibs, 
speex3-shlibs, boost1.34.nopython-shlibs, fribidi-shlibs
-BuildDepends: vorbis-tools, libvorbis0, libogg, sdl, sdl-image, sdl-ttf, 
sdl-net, speex3, boost1.34.nopython, fribidi, fribidi-dev
+Depends: libvorbis0-shlibs, sdl-image-shlibs, sdl-ttf-shlibs, sdl-net-shlibs, 
speex3-shlibs, boost1.34.nopython-shlibs, fribidi-shlibs, x11-shlibs
+BuildDepends: scons, vorbis-tools, libvorbis0, libogg, sdl, sdl-image, 
sdl-ttf, sdl-net, speex3, boost1.34.nopython, fribidi, fribidi-dev, x11-dev
 Conflicts:
 Source: http://dl.sv.nongnu.org/releases/%n/%v/%n-%v.tar.gz
-Source-MD5: d8807da21fc32db1727dd62b8d5c786a
+Source-MD5: 507da29c310f199f9b1a9a5f335b7a7a
 SourceDirectory: glob2-%v
-Patch:
-UpdateConfigGuess: true
-SetLDFLAGS: 
-ConfigureParams: --disable-dependency-tracking --disable-sdltest
+Patch: %n.patch
+CompileScript: 
+  scons osx=1 release=1 INSTALLDIR=%i/share BINDIR=%i/bin 
DATADIR=%p/share/glob2 FINKPREFIX=%p
+
 InstallScript: 
-make install DESTDIR=%d
+  scons install
 
-DocFiles: AUTHORS COPYING README NEWS TODO INSTALL
+DocFiles: AUTHORS COPYING README README.hg TODO INSTALL
 InfoDocs: 
 Description: Innovative Real-Time Strategy (RTS) game
 DescDetail: 
@@ -30,8 +30,10 @@
 tutorials and an integrated map editor. Globulation2 can be played in single
 player mode, through your local network, or over the Internet with
 Ysagoon Online Gaming (or YOG for short).
+To play, type glob2 in Terminal.app.
 
 

[cvs] dists/10.4/unstable/main/finkinfo/devel cppunit1.10.2.info, 1.3, 1.4

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

Modified Files:
cppunit1.10.2.info 
Log Message:
Update from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1802014group_id=17203atid=414256

Index: cppunit1.10.2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/cppunit1.10.2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cppunit1.10.2.info  4 Sep 2006 14:13:23 -   1.3
+++ cppunit1.10.2.info  13 Oct 2007 15:17:15 -  1.4
@@ -1,8 +1,8 @@
 Package: cppunit1.10.2
 Version: 1.10.2
-Revision: 1003
+Revision: 1004
 GCC: 4.0
-Maintainer: None [EMAIL PROTECTED]
+Maintainer: Ben Burton [EMAIL PROTECTED]
 License: LGPL
 
 # Dependencies:
@@ -17,17 +17,25 @@
 Source-MD5: 0bc06cd219410f7d4f6bbfc9bdd7c824
 
 # Compile Phase:
-ConfigureParams: --mandir=%p/share/man
+ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 CompileScript: ./configure %c; make
 
 # Install Phase:
-InstallScript: make install DESTDIR=%d
+InstallScript: 
+   make install DESTDIR=%d
+
+   # The standard install includes the example program
+   # %p/bin/simple, which is not useful as an installed application
+   # (it is merely provided as example code so that developers can
+   # look at its sources).  Remove it from the final install.
+   rm %i/bin/simple
+
 DocFiles: AUTHORS BUGS COPYING NEWS README THANKS TODO
 
 SplitOff: 
  Package: %N-shlibs
- Files: lib/libcppunit-1.10.2*.dylib
- Shlibs: %p/lib/libcppunit-1.10.2.dylib 3.0.0 %n (= 1.10.2-1001)
+ Files: lib/libcppunit-%v*.dylib
+ Shlibs: %p/lib/libcppunit-%v.dylib 3.0.0 %n (= 1.10.2-1001)
  DocFiles: AUTHORS BUGS COPYING NEWS README THANKS TODO
 
 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs pydns-py.info,1.7,1.8

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

Modified Files:
pydns-py.info 
Log Message:
Fix typo

Index: pydns-py.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pydns-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pydns-py.info   13 Oct 2007 17:16:38 -  1.7
+++ pydns-py.info   13 Oct 2007 19:48:40 -  1.8
@@ -2,7 +2,7 @@
 Package: pydns-py%type_pkg[python]
 Version: 2.3.0
 Revision: 6
-Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4, 
(%ypte_pkg[python] = 24) 10.4
+Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4, 
(%type_pkg[python] = 24) 10.4
 Type: python (2.3 2.4 2.5)
 Description: Python module for performing DNS queries
 License: GPL


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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/x11 eterm.info, 1.3, 1.4 eterm.patch, 1.2, 1.3

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

Added Files:
eterm.info eterm.patch 
Log Message:
Update from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=1808735group_id=17203

--- NEW FILE: eterm.info ---
Package: eterm
Version: 0.9.4
Revision: 1 
Source: mirror:sourceforge:eterm/Eterm-%v.tar.gz
BuildDepends: imlib2 (= 1.2.2-1), libast2, libgettext3-dev, gettext-bin, 
gettext-tools, pcre, x11-dev, freetype219, man2html, fink (= 0.24.12-1)
Depends: freetype219-shlibs, imlib2-shlibs, libast2-shlibs, pcre-shlibs, 
x11-shlibs, x11
Conflicts: eterm-shlibs , eterm0.9.3-shlibs, eterm-dev, eterm0.9.3-dev
Replaces: eterm-shlibs, eterm0.9.3-shlibs, eterm-dev, eterm0.9.3-dev
Source-MD5: b8869ee9c9b9516231af9eefa595cee3
PatchFile: %n.patch
PatchFile-MD5: 9033a472abfc56e0a1464b65042aae7e
DocFiles: README LICENSE ChangeLog ReleaseNotes doc/Eterm_reference.html 
doc/Eterm.1.html doc/README.Escreen doc/Eterm.ti doc/Eterm.tcap
ConfigureParams: --mandir=%p/share/man --enable-multi-charset 
CompileScript: 
  ac_cv_header_utmpx_h=no ./configure %c
  make

InstallScript: 
  make install DESTDIR=%d
  rm %i/lib/libEterm.a
  rm %i/lib/libEterm.la

Description: Color VT102 terminal emulator
DescPackaging: 
Remove Static Library files as we depend on shared libs.
Not Exporting libEterm-x.dylib into -shlibs package due to being ostensibly 
private.

DescPort: 
Shared library is ostensibly private so is not exported into shlibs.

License: BSD
Homepage: http://www.eterm.org
Maintainer: Keith J Ward [EMAIL PROTECTED]


--- NEW FILE: eterm.patch ---
--- Eterm-0.9.4/src/eterm_utmp.h.orig   2006-05-11 04:33:39.0 +0100
+++ Eterm-0.9.4/src/eterm_utmp.h2007-10-04 13:55:55.0 +0100
@@ -67,11 +67,11 @@
 #  include fcntl.h
 # endif
 # ifdef HAVE_LASTLOG_H
 #  include lastlog.h
 # endif
-# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || 
defined(__DragonFly__)
+# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || 
defined(__DragonFly__) || defined(__APPLE__)
 #  include ttyent.h
 #  define NEW_BSD_UTMP
 # endif

 # ifdef HAVE_LIBUTEMPTER


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 netcdf.info,1.7,1.8

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

Modified Files:
netcdf.info 
Log Message:
Tag as GCC:4.0

Index: netcdf.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/netcdf.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- netcdf.info 20 Apr 2007 02:13:39 -  1.7
+++ netcdf.info 16 Oct 2007 02:18:37 -  1.8
@@ -2,6 +2,7 @@
 Version: 3.6.2
 Revision: 6
 BuildDependsOnly: True
+GCC: 4.0
 Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]
 Depends: %n-shlibs (= %v-%r), %n-bin (= %v-%r)
 Conflicts: %n-absoft


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 regina-normal.info, NONE, 1.1 regina-normal.patch, NONE, 1.1

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

Added Files:
regina-normal.info regina-normal.patch 
Log Message:
New from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=1801138group_id=17203

--- NEW FILE: regina-normal.info ---
Package: regina-normal
Version: 4.3.1
Revision: 1

Maintainer: Ben Burton [EMAIL PROTECTED]
HomePage: http://regina.sourceforge.net/
License: GPL
Description: Computational 3-manifold topology software

# TODO: Once gap is available in fink stable, have regina-normal suggest it.
# TODO: Once lammpi hits fink intel/stable, build MPI-related utilities.

Source: mirror:sourceforge:regina/regina-%v.tar.gz
Source-MD5: 5ea66b9b43754483577a5e96523de37d
SourceRename: %n-%v.tar.gz
SourceDirectory: regina-%v

# This patch includes:
# - a patch to explicitly run python2.5 instead of `which python`;
# - an updated libtool (needed for linking on MacOS);
# - updated boost.python configuration tests (needed to support Fink's
#   python version and installation directory);
# - updated linker flags (needed to link the kpart with libpythonX.Y);
# - an additional libtool patch that forces -flat_namespace, so that
#   the python module operates correctly.
#
# All of these patches have been incorporated in the upstream repository
# (except for the python2.5 patch, which is specific to fink).  This means
# that most of these patches will not be required once regina 4.4 is released.
Patch: %n.patch

DescPackaging: 
Although the upstream application is called regina, this package is called
regina-normal to avoid confusion with regina the REXX interpreter.
.
Regarding shared libraries:  Regina builds two shared libraries in /sw/lib
(libregina-engine and libregina-kdecommon), plus some dlopenable modules
in other directories (including a python module and a kpart for KDE).
.
The library libregina-kdecommon is for internal use only, and is shared
between the kpart and the KDE executable.  It is part of the main
regina-normal package, and does not provide any headers or library symlinks.
.
The library libregina-engine is designed for external use.  The library is
shipped in the splitoff regina-normal%v-shlibs, and headers and symlinks
are shipped in the splitoff regina-normal-dev.
.
Since the library APIs are likely to change with each new release, these
libraries are built using -release instead of -version-info.  This means
that each new upstream release gives the libraries a new version number.
For this reason, the entire upstream version number is hard-coded into
the -shlibs package name.


GCC: 4.0
BuildDepends: 
arts-dev,
autoconf,
automake1.9 | automaken,
boost1.33 (= 1.33.1-1008),
cctools-single-module,
doxygen,
fink,
gmp,
kdelibs3-unified-dev,
libart2,
libgettext3-dev,
libiconv-dev,
libidn,
libjpeg,
libpng3,
libxml2,
popt,
qt3,
x11-dev

BuildConflicts: regina-normal-dev
Depends: 
%n%v-shlibs,
boost1.33-shlibs,
gmp-shlibs,
kdebase3-unified,
kdelibs3-unified-shlibs,
libart2-shlibs,
libgettext3-shlibs,
libiconv,
libidn-shlibs,
libjpeg-shlibs,
libpng3-shlibs,
libxml2-shlibs,
python25,
qt3-shlibs

Suggests: graphviz, regina-normal-dev

ConfigureParams: --disable-mpi --with-python-version=2.5 
kde_htmldir='${datadir}/doc/kde' PKGNAME=regina-normal
CompileScript: 
# Rerun autotools to use our patched libtool and configuration tests.
admin/ac_gen
aclocal
autoheader
autoconf
automake
perl -w admin/am_edit

# Run configuration tests.
./configure %c

# Stop for a sanity check to see if the right bits and pieces are
# going to be built (i.e., if all the required dependencies were
# found).  It's a long build, and we'd rather know now than later.
#
# If any of these grep tests fails, it means that either something is
# missing from the BuildDepends list, or else one of the build
# dependencies has recently changed in a way that makes it
# incompatible with this .info file.  Either way, please email
# the package maintainer so that this can be fixed -- thanks!
grep '^REGINA_BUILD_DOCSENGINE=.engine.$' config.log  /dev/null
grep '^REGINA_BUILD_ENGINE=.engine.$' config.log  /dev/null
grep '^REGINA_BUILD_KDEUI=.kdeui.$' config.log  /dev/null
grep '^REGINA_BUILD_PYTHON=.python.$' config.log  /dev/null
grep '^REGINA_BUILD_UTILS=.utils.$' config.log  /dev/null

# On with the usual build procedure.
make

InstallScript: 
# Standard install procedure.
make install DESTDIR=%d

# Remove library files that we don't actually want.
# This includes static 

[cvs] dists/10.4/unstable/main/finkinfo/editors ecb.info, 1.4, 1.5 ecb.patch, 1.1, 1.2

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

Modified Files:
ecb.info ecb.patch 
Log Message:
Update from tracker
https://sourceforge.net/tracker/index.php?func=detailaid=1815230group_id=17203atid=414256

Index: ecb.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/ecb.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ecb.info14 Oct 2007 21:13:22 -  1.4
+++ ecb.info17 Oct 2007 23:33:57 -  1.5
@@ -1,7 +1,7 @@
 # Initial Data
 Package: ecb
 Version: 2.32
-Revision: 1
+Revision: 2
 Distribution: 10.4
 Description: Emacs Code Browser
 License: GPL
@@ -48,7 +48,7 @@
 
   # Make sure that ECB gets loaded after cedet
   install -m 755 -d  %i/etc/emacs/site-start.d
-  install -m 644 fink/%n.el  %i/etc/emacs/site-start.d/66%n.el
+  install -m 644 fink/%n-startup.el  %i/etc/emacs/site-start.d/66%n.el
 
 DocFiles: NEWS README RELEASE_NOTES %n-%v.pdf
 

Index: ecb.patch
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/ecb.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ecb.patch   20 Jan 2006 20:23:13 -  1.1
+++ ecb.patch   17 Oct 2007 23:33:57 -  1.2
@@ -60,8 +60,8 @@
 +rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +fi
 diff -Naur ecb-2.22.orig/fink/ecb-startup ecb-2.22/fink/ecb-startup
 ecb-2.22.orig/fink/ecb-startup Thu Jan  1 09:00:00 1970
-+++ ecb-2.22/fink/ecb-startup  Tue Mar  9 17:44:37 2004
+--- ecb-2.22.orig/fink/ecb-startup.el  Thu Jan  1 09:00:00 1970
 ecb-2.22/fink/ecb-startup.el   Tue Mar  9 17:44:37 2004
 @@ -0,0 +1,13 @@
 +;; -*-emacs-lisp-*-
 +;;


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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/graphics lablgl.patch,1.1,1.2

2007-10-19 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sc8-pr-cvs17:/tmp/cvs-serv17590/main/finkinfo/graphics

Modified Files:
lablgl.patch 
Log Message:
oops


Index: lablgl.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/lablgl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lablgl.patch8 Oct 2007 00:45:42 -   1.1
+++ lablgl.patch19 Oct 2007 15:16:07 -  1.2
@@ -1,79 +1,67 @@
-Info2: 
-Package: lablgl%type_pkg[-x11]
-Version: 1.02
-Revision: 2
-Source: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgl-%v.tar.gz
-Source-MD5: b50e4e7d856c26bc4449151e4307b37b
-SourceDirectory: lablgl-%v
-DocFiles: CHANGES README COPYRIGHT
-License: BSD
-Description: OpenGL binding for Objective Caml
-Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html
-Maintainer: Likai Liu [EMAIL PROTECTED]
-
-Type: -x11 (boolean)
-
-DescDetail: 
-LablGL is an OpenGL interface for Objective Caml. It includes support for both
-Togl widget and GLUT, which you can comfortably use with LablTk and LablGlut.
-Specific support for LablGL is also included in LablGTK.
-
-Two variants, lablgl and lablgl-x11, are supported. Please see DescPort for
-details.
-
-DescPort: 
-Two variants of lablgl are supplied here, lablgl and lablgl-x11. Native lablgl
-is linked against Mac OS X OpenGL and GLUT frameworks, which is aqua-based, but
-compiles without tcltk support; lablgl-x11 uses GL facility provided by x11 and
-a glut library based on xlib and supports tcl/tk GL wrapper widget.
-
-DescPackaging: 
-The patch file consists of Makefile.config that allows the CompileScript to
-adjust compilation flags to the appropriate variant, and to allow installation
-to DESTDIR.
-
-
-BuildDepends: 
-ocaml (= 3.05-1),
-(%type_raw[-x11] = -x11) x11-dev, (%type_raw[-x11] = -x11) tcltk-dev,
-(%type_raw[-x11] = -x11) libgl,
-(%type_raw[-x11] = -x11) freeglut
-
-Depends: 
-ocaml (= 3.05-1),
-(%type_raw[-x11] = .) macosx,
-(%type_raw[-x11] = -x11) x11, (%type_raw[-x11] = -x11) tcltk,
-(%type_raw[-x11] = -x11) libgl,
-(%type_raw[-x11] = -x11) freeglut-shlibs
-
-Provides: (%type_raw[-x11] = -x11) lablgl-togl
-Replaces: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11
-Conflicts: (%type_raw[-x11] = -x11) lablgl, (%type_raw[-x11] = .) lablgl-x11
-
-PatchScript: patch -p1  %a/lablgl.patch
-CompileScript: 
-#!/bin/sh -ev
-if [ %type_raw[-x11] == -x11 ]; then
-  make \
-PREFIX=%p \
-XINCLUDES=-I/usr/X11R6/include \
-XLIBS=-L/usr/X11R6/lib -lXext -lXmu -lX11 \
-TKINCLUDES=-I%p/include \
-TKLIBS=-L%p/lib -L/usr/X11R6/lib -lGL -lXmu \
-GLLIBS=-lGL -lGLU \
-GLUTLIBS=-L%p/lib -lfreeglut \
-all opt
-else
-  make \
-PREFIX=%p \
-GLLIBS=-framework OpenGL \
-GLUTLIBS=-framework GLUT \
-lib glut libopt glutopt
-fi
-
-InstallScript: 
-#!/bin/sh -ev
-  mkdir -p %i/lib/ocaml/stublibs
-  make install PREFIX=%p DESTDIR=%d
-
-
+diff -Nur lablgl-1.01/Makefile lablgl-1.01-liulk/Makefile
+--- lablgl-1.01/Makefile   Fri Oct  3 00:27:19 2003
 lablgl-1.01-liulk/Makefile Tue Apr 12 00:58:20 2005
+@@ -29,6 +29,7 @@
+   cd LablGlut/src  $(MAKE) opt
+ 
+ install:
++  mkdir -p $(BINDIR)
+   @$(MAKE) real-install INSTALLDIR=$(INSTALLDIR) DLLDIR=$(DLLDIR)
+ 
+ real-install:
+diff -Nur lablgl-1.01/Makefile.config lablgl-1.01-liulk/Makefile.config
+--- lablgl-1.01/Makefile.configWed Dec 31 19:00:00 1969
 lablgl-1.01-liulk/Makefile.config  Tue Apr 12 01:21:16 2005
+@@ -0,0 +1,52 @@
++# LablGL and Togl configuration file
++#
++# Please have a look at the config/Makefile in the Objective Caml 
distribution,
++# or at the labltklink script to get the information needed here
++#
++
++# Adjust these always
++
++# Uncomment if you have the fast .opt compilers
++CAMLC = ocamlc.opt
++CAMLOPT = ocamlopt.opt
++
++# Where to put the lablgl script
++PREFIX = /usr/local
++DESTDIR =
++BINDIR = $(DESTDIR)$(PREFIX)/bin
++
++# Where to find X headers
++XINCLUDES =
++# X libs (for broken RTLD_GLOBAL: e.g. FreeBSD 4.0)
++XLIBS =
++
++# Where to find Tcl/Tk headers
++# This must the same version as for LablTk
++TKINCLUDES =
++# Tcl/Tk libs (for broken RTLD_GLOBAL: e.g. FreeBSD 4.0)
++TKLIBS =
++
++# Where to find OpenGL/Mesa/Glut headers and libraries
++GLINCLUDES =
++GLLIBS =
++GLUTLIBS =
++
++# How to index a library after installing (ranlib required on MacOSX)
++RANLIB = ranlib
++
++# Adjust these if non standard
++
++# The Objective Caml library directory
++LIBDIR = $(DESTDIR)`ocamlc -where`
++
++# Where to put dlls (if dynamic loading available)
++DLLDIR = $(DESTDIR)`ocamlc -where`/stublibs
++
++# Where to put LablGL (standard)
++INSTALLDIR = $(LIBDIR)/lablGL
++
++# Where is Togl (default)
++#TOGLDIR = Togl
++
++# C Compiler options
++#COPTS = -c -O



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

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

Modified Files:
octplot.info 
Log Message:
Fix typo

Index: octplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octplot.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- octplot.info14 Oct 2007 00:01:09 -  1.2
+++ octplot.info22 Oct 2007 11:15:17 -  1.3
@@ -9,6 +9,7 @@
 
 # Build parameters
 Type: -aqua (-aqua -x11)
+GCC: 4.0
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
 Source-MD5: 1ea6fa85b620e6af252ee64407c87285
 PatchScript: 
@@ -33,7 +34,7 @@
 
 CompileScript: 
 #!/bin/bash -ev
-if [type_pkg[-aqua] == -x11 ] 
+if [%type_pkg[-aqua] == -x11 ] 
 then export GL_SWAP_TYPE=COPY
 fi
 ./configure %c


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 octplot.info,1.4,1.5

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

Modified Files:
octplot.info 
Log Message:
Missing build dependency

Index: octplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octplot.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- octplot.info22 Oct 2007 19:04:32 -  1.4
+++ octplot.info23 Oct 2007 01:56:11 -  1.5
@@ -13,7 +13,7 @@
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
 Source-MD5: 1ea6fa85b620e6af252ee64407c87285
 PatchScript: 
-#!/bin/bash -ev
+#!/bin/sh -ev
 perl -pi -e 's|Fl/|FL/|g' src/*.cpp
 perl -pi -e 's|GL/|OpenGL/|g' src/patch.cpp
 
@@ -24,7 +24,7 @@
 ghostscript
 
 BuildDepends:  
-freetype219, hdf5, fftw3, libncurses5, readline5,
+freetype219, hdf5, fftw3, libncurses5, readline5, g95,
 (%type_pkg[-aqua] = -x11) fltk-x11, 
 (%type_pkg[-aqua] = -aqua) fltk-aqua
 
@@ -33,7 +33,7 @@
 ConfigureParams:  --with-ft-prefix=%p/lib/freetype219 
--disable-dependency-tracking
 
 CompileScript: 
-#!/bin/bash -ev
+#!/bin/sh -ev
 if [ %type_pkg[-aqua] == -x11 ] 
 then export GL_SWAP_TYPE=COPY
 fi
@@ -49,7 +49,6 @@
 
 
 PostInstScript: 
-#!/bin/bash -ev
 if [ %type_pkg[-aqua] == -aqua ] ; then 
pushd %p/lib/octave
fltk-config.aqua --post $(/usr/bin/find * | grep octplot$)


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 octplot.info,1.5,1.6

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

Modified Files:
octplot.info 
Log Message:
Forgot about the Homepage

Index: octplot.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octplot.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- octplot.info23 Oct 2007 01:56:11 -  1.5
+++ octplot.info23 Oct 2007 11:16:35 -  1.6
@@ -5,6 +5,7 @@
 Distribution: 10.4
 Maintainer: Alexander Hansen [EMAIL PROTECTED]
 Description: Handle graphics package for Octave
+Homepage: http://octplot.sourceforge.net
 License: GPL
 
 # Build parameters


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/pythonmods pydbus-py25.info, NONE, 1.1

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

Added Files:
pydbus-py25.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detailaid=1787352group_id=17203atid=414256

--- NEW FILE: pydbus-py25.info ---
Package: pydbus-py25
Version: 0.82.2
Revision: 1
Source: 
http://ftp.debian.org/debian/pool/main/d/dbus-python/dbus-python_%v.orig.tar.gz
Source-MD5: e3b632ed260718301668bc079b6b3172
SourceRename: %n-%v.tar.gz
SourceDirectory: dbus-python-%v
Maintainer: Pierre-Henri Lavigne [EMAIL PROTECTED]
Homepage: http://packages.debian.org/unstable/python/python-dbus
License: GPL
Description: Simple interprocess messaging system
DescDetail: 
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.
This package provides a Python interface to D-Bus.

DocFiles: AUTHORS COPYING COPYING.AFL-2.1 COPYING.GPL-2 COPYING.LGPL-2.1 
ChangeLog INSTALL NEWS README TODO doc examples
BuildDepends: python25, dbus-dev, glib2-dev (=2.12.12-2), libgettext3-dev, 
libiconv-dev
Depends: python25, dbus-shlibs, glib2-shlibs (=2.12.12-2),libgettext3-shlibs, 
libiconv
ConfigureParams: --with-extra-includes=%p/include --with-extra-libs=%p/lib 
--disable-dependency-tracking
CompileScript: 
#!/bin/sh -ev
./configure %c
make

InstallScript: 
make install DESTDIR=%d
mv %i/share/doc/dbus-python %i/share/doc/%n

SplitOff: 
  Package: %N-dev
  BuildDependsOnly: True
  Files: include lib/pkgconfig
  Description: Development libraries for %N
  DocFiles: AUTHORS COPYING COPYING.AFL-2.1 COPYING.GPL-2 COPYING.LGPL-2.1 
ChangeLog INSTALL NEWS README TODO



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/download srcdist.en.php,1.7,1.8

2007-10-24 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory sc8-pr-cvs17:/tmp/cvs-serv28970

Modified Files:
srcdist.en.php 
Log Message:
0.27.7

Index: srcdist.en.php
===
RCS file: /cvsroot/fink/web/download/srcdist.en.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- srcdist.en.php  8 Aug 2007 14:55:56 -   1.7
+++ srcdist.en.php  25 Oct 2007 02:35:55 -  1.8
@@ -27,13 +27,13 @@
 ? print $release_date; ?.
 --
 
-pEMfink-0.27.6/EM was officially released on 2007-07-18./p
+pEMfink-0.27.7/EM was officially released on 2007-10-24./p
 /p
 ul
 !--lia
 href=http://prdownloads.sourceforge.net/fink/fink-? print $fink_version; 
?-full.tar.gzFink
 ? print $release_version; ?/a - 6786K, .tar.gz format/li--
-lia 
href=http://downloads.sourceforge.net/fink/fink-0.27.6.tar.gz;fink-0.27.6/a 
- 1260K, .tar.gz format/li
+lia 
href=http://downloads.sourceforge.net/fink/fink-0.27.7.tar.gz;fink-0.27.7/a 
- 1291K, .tar.gz format/li
 /ul
 
 p


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 drawtiming.info,1.4,1.5

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

Modified Files:
drawtiming.info 
Log Message:
New upstream + some package improvements

Index: drawtiming.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/drawtiming.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- drawtiming.info 6 Oct 2006 00:57:57 -   1.4
+++ drawtiming.info 25 Oct 2007 02:39:27 -  1.5
@@ -1,12 +1,12 @@
 Info2: 
 Package: drawtiming%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 0.5
-Revision: 1004
+Version: 0.6.2
+Revision: 11
 Maintainer: Alexander Hansen [EMAIL PROTECTED]
 Description: Program to generate circuit timing diagrams
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
-Source-MD5: fe5fb33eaf92cb5950d6abfa14ea7413 
+Source-MD5: d26b8c27c012e502184b0a4f930d8a91 
 SourceDirectory:%{ni}-%v
 GCC: 4.0
 Depends: 
@@ -31,6 +31,13 @@
 
 Conflicts: %{ni}, %{ni}-nox
 Replaces: %{ni}, %{ni}-nox
+InstallScript: 
+#!/bin/sh -ev
+make install DESTDIR=%d
+install -d %i/share/%n
+install -d %i/share/%n/samples
+install samples/* %i/share/%n/samples
+
 License: GPL
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 DocFiles: AUTHORS ChangeLog COPYING INSTALL README NEWS THANKS
@@ -46,6 +53,7 @@
 DescPackaging: 
 The -nox splitoff uses ghostscript-nox and imagemagick-nox.
 The non-obvious dependencies came from running 'otool -L' on the executable.
+0.6.2 and later--install samples.
  
 HomePage: http://drawtiming.sourceforge.net
 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 ftnchek.info,NONE,1.1

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

Added Files:
ftnchek.info 
Log Message:
New from tracker
https://sourceforge.net/tracker/?func=detailatid=414256aid=1804856group_id=17203

--- NEW FILE: ftnchek.info ---
Package: ftnchek
Version: 3.3.1
Revision: 1
Architecture: powerpc, i386
Source: ftp://netlib.org/fortran/ftnchek.tgz
Source-MD5: e1f4ce51ea1a85e7b080ab5d23013f97
SourceDirectory: ftnchek-%v
InstallScript: 
#!/bin/sh -ev
# programs
   mkdir -p %i/bin
   install -m 755 %b/ftnchek %i/bin
   strip %i/bin/ftnchek 
   mkdir -p %i/lib
   install -m 644 %b/dcl2inc.awk %i/lib/dcl2inc.awk
   install -m 755 %b/dcl2inc %i/bin/dcl2inc
# man pages
   mkdir -p %i/share/man/man1
   install -m 644 %b/ftnchek.1   %i/share/man/man1/ftnchek.1
   install -m 644 %b/dcl2inc.man %i/share/man/man1/dcl2inc.1
# doc
   mkdir -p %i/share/doc/%n
   mkdir -p %i/share/doc/%n/html
   mv %b/LICENSE%i/share/doc/%n
   mv %b/README %i/share/doc/%n
   mv %b/FAQ%i/share/doc/%n
   mv %b/INSTALL%i/share/doc/%n
   mv %b/ToDo   %i/share/doc/%n
   mv %b/PATCHES%i/share/doc/%n
   mv %b/ftnchek.ps %i/share/doc/%n
   mv %b/dcl2inc.ps %i/share/doc/%n
   mv %b/html/* %i/share/doc/%n/html
   ln -s html/index.html %i/share/doc/%n/index.html

License: GPL/LGPL
Description: Fortran source code analyzer
DescDetail: 
ftnchek is a static analyzer for Fortran 77 programs. It is designed 
to detect certain errors in a Fortran program that a compiler usually 
does not. ftnchek is not primarily intended to detect syntax errors. 
Its purpose is to assist the user in finding semantic errors. 
Semantic errors are legal in the Fortran language but are wasteful 
or may cause incorrect operation. For example, variables which are 
never used may indicate some omission in the program; uninitialized 
variables contain garbage which may cause incorrect results to be 
calculated; and variables which are not declared may not have the 
intended type. ftnchek is intended to assist users in the debugging 
of their Fortran program. It is not intended to catch all syntax errors. 
This is the function of the compiler. Prior to using ftnchek, the user 
should verify that the program compiles correctly.

DescUsage: 
Usage: ftnchek [-option -option ...] filename [filename ...]
 ftnchek --help gives a brief list of commandline options

DescPort: 
 The Makefile contains some rm, which are unnecessary for fink and 
 prevent validation. Therefore, the programs, the man pages and 
 the documentation are installed explicitly.
 Installation of emacs modules is missing for now. Too much work.

Homepage: http://www.dsm.fordham.edu/~ftnchek
Maintainer: Karl-Michael Schindler [EMAIL PROTECTED]


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2007-10-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/xml/news
In directory sc8-pr-cvs17:/tmp/cvs-serv29966

Modified Files:
news.en.xml 
Log Message:
Leopard!

Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- news.en.xml 3 Jun 2007 00:12:34 -   1.61
+++ news.en.xml 27 Oct 2007 01:27:30 -  1.62
@@ -4,6 +4,16 @@
   cvsid$Id$/cvsid
 
 newsitem
+  date2007-10-26/date
+  headlineInitial Leopard Support/headline
+  body
+pThe Fink Project announces initial support for Mac OS X Leopard 
(10.5)./p
+p10.5 users who are starting a new Fink tree will need to do this via 
bootstrap, until a binary distribution gets generated.  Download fink-0.27.7 
link 
url=http://downloads.sourceforge.net/fink/fink-0.27.7.tar.gz;here/link./p
+pThe 10.4-10.5 update can be accomplished by running codefink 
selfupdate/code to get codefink-0.27.7/code .  If you're doing this on 
10.5, make sure that you have Xcode 3.0 installed./p
+pA direct 10.3-10.5 upgrade path isn't ready yet.  If you're impatient to 
get going, you'll need to download the codefink-0.27.7/code tarball and 
bootstrap a new Fink tree as above./p
+/body
+/newsitem
+newsitem
date2007-03-04/date
headlineProblems with tar/headline
body


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/news index.en.php, 1.69, 1.70 news.en.inc, 1.66, 1.67 news.en.rdf, 1.90, 1.91 news.rdf, 1.222, 1.223

2007-10-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/news
In directory sc8-pr-cvs17:/tmp/cvs-serv4638/web/news

Modified Files:
index.en.php news.en.inc news.en.rdf news.rdf 
Log Message:
Leopardy

Index: news.en.inc
===
RCS file: /cvsroot/fink/web/news/news.en.inc,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- news.en.inc 3 Jun 2007 00:13:59 -   1.66
+++ news.en.inc 27 Oct 2007 01:46:05 -  1.67
@@ -1,3 +1,8 @@
+a name=2007-10-26%20Initial%20Leopard%20Supportspan 
class=news-date2007-10-26: /spanspan class=news-headlineInitial 
Leopard Support/span/a?php gray_line(); ?
+pThe Fink Project announces initial support for Mac OS X Leopard 
(10.5)./p
+p10.5 users who are starting a new Fink tree will need to do this via 
bootstrap, until a binary distribution gets generated.  Download fink-0.27.7 a 
href=http://downloads.sourceforge.net/fink/fink-0.27.7.tar.gz;here/a./p
+pThe 10.4-gt;10.5 update can be accomplished by running codefink 
selfupdate/code to get codefink-0.27.7/code .  If you're doing this on 
10.5, make sure that you have Xcode 3.0 installed./p
+pA direct 10.3-gt;10.5 upgrade path isn't ready yet.  If you're impatient 
to get going, you'll need to download the codefink-0.27.7/code tarball and 
bootstrap a new Fink tree as above./p
 a name=2007-03-04%20Problems%20with%20tarspan 
class=news-date2007-03-04: /spanspan class=news-headlineProblems with 
tar/span/a?php gray_line(); ?
 pSome users of fink's unstable tree are having sporadic difficulties
 at the end of building large packages, getting reports like
@@ -50,36 +55,4 @@
 to a href=http://lists.finkproject.org/pdb;this backup copy of the
 package database/a which is a few weeks out of date.
 /p
-   a 
name=2006-07-24%20Reminder:%20%2210.4-transitional%22%20Tree%20Unsupported%20on%20August%201st,%202006span
 class=news-date2006-07-24: /spanspan class=news-headlineReminder: 
10.4-transitional Tree Unsupported on August 1st, 2006/span/a?php 
gray_line(); ?
-
-   p
-   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
-   compiler) and GCC 4.0 (the default Mac OS X 
10.4 compiler).  Now that the work to
-   move Fink to using GCC 4.0 is essentially 
finished, we will be stopping official
-   support of the 10.4-transitional tree in 
favor of the 10.4 tree as of August
-   1st, 2006.
-   /p
-   pbYou should not need to do anything if fink 
--version prints 0.8.1.cvs or 0.8.1.rsync./b/p
-   p
-   As we mentioned a href=?php print $root; 
?news/#2006-07-01%20July%20is%20%22Fink%20Update%20Month%22previously/a,
-   there are 2 ways to make the switch to the 
supported 10.4 tree.
-   /p
-   p
-   The simplest way is to remove your Fink 
installation by deleting it and
-   installing fresh using the 0.8.1 installer 
available from the a href=?php print $root; ?downloaddownload page/a.
-   /p
-   p
-   Alternately, to preserve your Fink 
installation, download the
-   a 
href=http://prdownloads.sourceforge.net/fink/scripts-10.4-update-0.4.tar.gz?download;upgrade
 script/a
-   and read the README for instructions on how to 
upgrade your existing installation in-place.
-   This will re-build your Fink installation from 
source, upgrading everything in the process.
-   Be warned, it can take a lot of time, depending 
on your fink installation!
-   /p
-   p
-   Feedback on the upgrade script has been very 
positive; many users have already
-   made the switch.  If you have problems, please 
feel free to mail your issues to
-   the a href=?php print $root; 
?listsdiscussion lists/a.
-   /p
-pb Update: 2 June 2007./b  Due to changes to the behavior of 
codesudo/code on 10.4.9, the update script needs a bit of assistance.  
Switching to a superuser prompt first via codesudo -s/code will suffice./p


Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- news.rdf3 Jun 2007 00:13:59 -   1.222
+++ news.rdf27 Oct 2007 01:46:05 -  1.223
@@ 

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

2007-10-26 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory sc8-pr-cvs17:/tmp/cvs-serv4638/web/download

Modified Files:
index.en.php 
Log Message:
Leopardy

Index: index.en.php
===
RCS file: /cvsroot/fink/web/download/index.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- index.en.php16 May 2007 02:55:00 -  1.18
+++ index.en.php27 Oct 2007 01:46:03 -  1.19
@@ -15,10 +15,8 @@
 a href=upgrade.phpupgrade matrix/a.
 /p
 
-h2Quick Start/h2
-script src=http://www.google-analytics.com/urchin.js; type=text/javascript
-/script
-script type=text/javascript
+h2Quick Start/h2script src=http://www.google-analytics.com/urchin.js; 
type=text/javascript
+/scriptscript type=text/javascript
 _uacct = UA-305132-6;
 urchinTracker();
 /script 
@@ -29,7 +27,7 @@
 ? 
 include ../fink_version.inc;
 ?
-
+pstrongImportant Note for Leopard Users:/strong  There is not currently 
a binary release for you.  Please go to the a href=./srcdist.phpsource 
release/a page./p
 ol
 lip
 Download the installer disk image:br
@@ -63,7 +61,7 @@
 (This step should also be repeated by any other users on your system: 
 each user must run pathsetup in his or her own account.)
 /pp
-If pathsetup generates errors messages, consult the documentation, 
+If pathsetup generates error messages, consult the documentation, 
 particularly 
 a href=../doc/users-guide/install.php#setupsection
 2.3 quot;Setting Up Your Environmentquot;/a of the User's Guide./p
@@ -164,11 +162,9 @@
 downloaded from this site,
 a
 href=http://prdownloads.sourceforge.net/fink/direct_download/dists/fink-? 
print $fink_version; ?/main/source/base/here/a.
-/p
-
-script type=text/javascript language=JavaScript 
src=http://db3.net-filter.com/script/13500.js;/script
+/pscript type=text/javascript language=JavaScript 
src=http://db3.net-filter.com/script/13500.js;/script
 noscriptimg 
src=http://db3.net-filter.com/db.php?id=13500amp;page=unknown; 
alt=/noscript
 
 ?
 include footer.inc;
-?
+?
\ No newline at end of file


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
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 ftnchek.info,1.1,NONE

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

Removed Files:
ftnchek.info 
Log Message:
Switch section

--- ftnchek.info DELETED ---


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

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

Added Files:
ftnchek.info 
Log Message:
Switch section

--- NEW FILE: ftnchek.info ---
Package: ftnchek
Version: 3.3.1
Revision: 1
Architecture: powerpc, i386
Source: ftp://netlib.org/fortran/ftnchek.tgz
Source-MD5: e1f4ce51ea1a85e7b080ab5d23013f97
SourceDirectory: ftnchek-%v
InstallScript: 
#!/bin/sh -ev
# programs
   mkdir -p %i/bin
   install -m 755 %b/ftnchek %i/bin
   strip %i/bin/ftnchek 
   mkdir -p %i/lib
   install -m 644 %b/dcl2inc.awk %i/lib/dcl2inc.awk
   install -m 755 %b/dcl2inc %i/bin/dcl2inc
# man pages
   mkdir -p %i/share/man/man1
   install -m 644 %b/ftnchek.1   %i/share/man/man1/ftnchek.1
   install -m 644 %b/dcl2inc.man %i/share/man/man1/dcl2inc.1
# doc
   mkdir -p %i/share/doc/%n
   mkdir -p %i/share/doc/%n/html
   mv %b/LICENSE%i/share/doc/%n
   mv %b/README %i/share/doc/%n
   mv %b/FAQ%i/share/doc/%n
   mv %b/INSTALL%i/share/doc/%n
   mv %b/ToDo   %i/share/doc/%n
   mv %b/PATCHES%i/share/doc/%n
   mv %b/ftnchek.ps %i/share/doc/%n
   mv %b/dcl2inc.ps %i/share/doc/%n
   mv %b/html/* %i/share/doc/%n/html
   ln -s html/index.html %i/share/doc/%n/index.html

License: GPL/LGPL
Description: Fortran source code analyzer
DescDetail: 
ftnchek is a static analyzer for Fortran 77 programs. It is designed 
to detect certain errors in a Fortran program that a compiler usually 
does not. ftnchek is not primarily intended to detect syntax errors. 
Its purpose is to assist the user in finding semantic errors. 
Semantic errors are legal in the Fortran language but are wasteful 
or may cause incorrect operation. For example, variables which are 
never used may indicate some omission in the program; uninitialized 
variables contain garbage which may cause incorrect results to be 
calculated; and variables which are not declared may not have the 
intended type. ftnchek is intended to assist users in the debugging 
of their Fortran program. It is not intended to catch all syntax errors. 
This is the function of the compiler. Prior to using ftnchek, the user 
should verify that the program compiles correctly.

DescUsage: 
Usage: ftnchek [-option -option ...] filename [filename ...]
 ftnchek --help gives a brief list of commandline options

DescPort: 
 The Makefile contains some rm, which are unnecessary for fink and 
 prevent validation. Therefore, the programs, the man pages and 
 the documentation are installed explicitly.
 Installation of emacs modules is missing for now. Too much work.

Homepage: http://www.dsm.fordham.edu/~ftnchek
Maintainer: Karl-Michael Schindler [EMAIL PROTECTED]


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods 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.phpp=sourceforgeCID=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=detailaid=1656325group_id=17203atid=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.phpp=sourceforgeCID=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=detailaid=1658098group_id=17203atid=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 21) || 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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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=detailaid=1666773group_id=17203atid=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.phpp=sourceforgeCID=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=detailaid=1670418group_id=17203atid=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.phpp=sourceforgeCID=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=detailaid=1668440group_id=17203atid=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.phpp=sourceforgeCID=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=detailaid=1562973group_id=17203atid=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 EOF
+LoadModule python_module %p/lib/apache2/modules/mod_python%type_raw[python].so
+EOF
+) '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]
#=


[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=detailaid=1658895group_id=17203atid=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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.34-1), gconf2 (= 
2.6.0-1), gnome-keyring, libgettext3-shlibs, glib2 (= 

[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) 25
+-  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) 25
+-  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 15
+-
+-  :
+-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/pango/Makefile.in 2004-12-31 01:47:38.0 -0800
-+++ pango-1.6.0/pango/Makefile.in  

[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.phpp=sourceforgeCID=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=detailaid=1664831group_id=17203atid=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


<    5   6   7   8   9   10   11   12   13   14   >