[cvs] dists/10.4/unstable/main/finkinfo/sound esound.info,1.11,1.12

2010-10-11 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25824/unstable/main/finkinfo/sound

Modified Files:
esound.info 
Log Message:
No downloading during the build phase.

Index: esound.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/esound.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- esound.info 5 Sep 2010 10:29:38 -   1.11
+++ esound.info 11 Oct 2010 12:10:05 -  1.12
@@ -17,6 +17,7 @@
 PatchScript: 
%{default_script}
   perl -pi -e 's/(SOUND_LIBS=-Wl,-framework) -Wl,(CoreAudio)/$1,$2/' 
configure
+   perl -pi -e 
's|http://www.oasis-open.org/docbook/xml|%p/share/xml/dtd/docbookx|' 
docs/esound.sgml
 
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/sound fluidsynth1.info, NONE, 1.1 fluidsynth1.patch, NONE, 1.1 fluidsynth.info, 1.8, 1.9

2010-10-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10323

Modified Files:
fluidsynth.info 
Added Files:
fluidsynth1.info fluidsynth1.patch 
Log Message:
new 1.1.3 version from tracker:
https://sourceforge.net/tracker/index.php?func=detailaid=3074237group_id=17203atid=414256
fluidsynth is last version using old autotools build system
fluidsynth1 is currently at same version but uses cmake and must stay hidden in 
%p/lib/%N
Future updates will happen in this package until libN gets bumped again.
Packagers must use standard *FLAGS magic to find it

Index: fluidsynth.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/fluidsynth.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fluidsynth.info 29 Sep 2010 14:18:33 -  1.8
+++ fluidsynth.info 11 Oct 2010 19:22:23 -  1.9
@@ -1,6 +1,6 @@
 Package: fluidsynth
-Version: 1.1.1
-Revision: 281
+Version: 1.1.3
+Revision: 378
 #Distribution: 10.5, 10.6
 ###
 Depends: 
@@ -13,22 +13,16 @@
 libsndfile1-dev (= 1.0.20-1), libflac8-dev (=1.2.1-1000), libgnugetopt (= 
1.3-1),
 readline5 (=5.0-1006), glib2-dev (=2.20.5-1), libiconv-dev (=1.12-3)
 
+Conflicts: fluidsynth, fluidsynth1
+Replaces: fluidsynth, fluidsynth1
 ###
-Source: http://download.savannah.gnu.org/releases/fluid/%n-%v.tar.gz
-Source-md5: 0db3da78028d255026230809c6e21b44
-###
-PatchScript: 
-   perl -pi -e 's/R = 7,/R = 7/' include/%n/synth.h
-
-SetLDFLAGS:
-ConfigureParams: 
-###
-GCC: 4.0
+Source: http://sourceforge.net/projects/fluidsynth/files/%n-%v.tar.gz
+Source-md5: 0d3e3cc770b4da413010dfb7dfdce9c8
 ###
 CompileScript: 
  ./configure %c  make
 
-InstallScript:
+InstallScript: 
 #! /bin/sh -ev
 make install prefix=%i mandir=%i/share/man datadir=%i/share/doc/%n
 
@@ -39,7 +33,7 @@
  Package: %N-shlibs
 Depends: readline5-shlibs (= 5.0-1006), libsndfile1-shlibs (= 1.0.20-1), 
libflac8 
  Files: lib/*.*.dylib
- Shlibs: %p/lib/libfluidsynth.1.dylib 5.0.0 %n (= 1.0.9-1)
+ Shlibs: %p/lib/libfluidsynth.1.dylib 6.0.0 %n (= 1.1.2-358) 
  DocFiles: COPYING README
 
 SplitOff2: 
@@ -48,21 +42,25 @@
  Files: include lib
  DocFiles: COPYING README
  BuildDependsOnly: True
+ Conflicts: fluidsynth-dev, fluidsynth1-dev
+ Replaces: fluidsynth-dev, fluidsynth1-dev
 
 ###
-HomePage: http://fluidsynth.resonance.org
+HomePage: http://fluidsynth.sourceforge.net
 License: LGPL
 ###
 Description: Software synthesizer with Soundfont 2 specs
 DescDetail: 
 Fluidsynth is a free software synthesizer which is currently based on the
-SoundFont standard and supports real time MIDI effect controls.It can be 
+SoundFont standard and supports real time MIDI effect controls. It can be 
 used as a shared library for embedding in other applications, can play MIDI 
-files and has a command line shell.Many other applications use FluidSynth 
+files and has a command line shell. Many other applications use FluidSynth 
 for audio synthesis. 
 
-###
-DescPort: 
-AKH:  typo in fluidsynth/synth.h fixed at Revision 281
+DescUsage: 
+Packages needing fluidsynth are recommended to use the package fluidsynth1
+which uses the new recommended upstream build system.  Future updates will
+only happen to the fluidsynth1 package.
 
+###
 Maintainer: Ebrahim Mayat ema...@users.sourceforge.net

--- NEW FILE: fluidsynth1.info ---
Package: fluidsynth1
Version: 1.1.3
Revision: 378
#Distribution: 10.5, 10.6
###
Depends: 
%N-shlibs (= %v-%r), libncurses5-shlibs(=5.4-20041023-1011), 
libflac8(=1.2.1-1000),
glib2-shlibs (= 2.20.5-1), libiconv (=1.12-3), libgettext8-shlibs 
(=0.17-19), 
dbus (=1.2.16-101), portaudio2-shlibs (=2.19.0-20100127-1)

###
BuildDepends: 
fink (= 0.24.12), pkgconfig, libncurses5(=5.4-2004102), 
libgettext8-dev(=0.17-19), 
libsndfile1-dev (= 1.0.20-1), libflac8-dev (=1.2.1-1000), libgnugetopt (= 
1.3-1),
readline5 (=5.0-1006), glib2-dev (=2.20.5-1), libiconv-dev (=1.12-3), 
dbus-dev (=1.2.16-101),
portaudio2 (=2.19.0-20100127-1), cmake (=2.8.2-1), libsndfile1-shlibs (= 
1.0.20-1)

Conflicts: fluidsynth, fluidsynth1
Replaces: fluidsynth, fluidsynth1
###
Source: http://sourceforge.net/projects/fluidsynth/files/fluidsynth-%v.tar.gz
Source-md5: 0d3e3cc770b4da413010dfb7dfdce9c8
#PatchFile: %n.patch
#PatchFile-md5: e01186305b971fd0719a92f98e47a196
###
CompileScript: 
 #!/bin/sh -ev
 %p/bin/cmake -DCMAKE_INSTALL_PREFIX=%p/lib/%N .
 /usr/bin/make

###
InstallScript: 
#! /bin/sh -ev
make install DESTDIR=%d 
mkdir -p %i/lib/pkgconfig
ln -s %p/lib/%N/lib/pkgconfig/fluidsynth.pc %i/lib/pkgconfig/fluidsynth.pc

Splitoff: 
Package: %N-shlibs
Depends: dbus1.3-shlibs (=1.2.16-101), readline5-shlibs (= 5.0-1006), 
libsndfile1-shlibs (= 1.0.20-1), libflac8, glib2-shlibs (= 2.20.5-1), 
libiconv (=1.12-3), libgettext8-shlibs (=0.17-19), portaudio2-shlibs 
(=2.19.0-20100127-1)
Files:  lib/%N/lib/libfluidsynth.*.dylib
Shlibs:  

[cvs] dists/10.4/unstable/main/finkinfo/sound fluidsynth.patch, 1.4, NONE

2010-10-11 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25832

Removed Files:
fluidsynth.patch 
Log Message:
patch for MidiShare not needed since it now uses CoreMIDI

--- fluidsynth.patch DELETED ---


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/base base-files.info,1.2,1.3

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2828

Modified Files:
base-files.info 
Log Message:
latest version of fink-core component from unstable


Index: base-files.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/base-files.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- base-files.info 24 Aug 2009 07:18:16 -  1.2
+++ base-files.info 11 Oct 2010 21:33:01 -  1.3
@@ -1,9 +1,9 @@
 Package: base-files
-Version: 1.9.10
+Version: 1.9.11
 Revision: 1
 Source: mirror:custom:fink/%n-%v.tar.gz
 Essential: yes
-Source-MD5: d76da6ccda6e180487f123178178
+Source-MD5: d26b188be1c67a6b2683fb1543b2ccd5
 CompileScript: ./setup.sh %p
 InstallScript: ./install.sh %i
 #


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/base debianutils.info,1.4,1.5

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2949

Modified Files:
debianutils.info 
Log Message:
sync --b-a-n cleanup


Index: debianutils.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/debianutils.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debianutils.info8 Mar 2009 02:00:12 -   1.4
+++ debianutils.info11 Oct 2010 21:33:36 -  1.5
@@ -16,10 +16,10 @@
 InstallScript: 
   #!/bin/sh -ev
   INSTALL=install
-  INSTALL_FILE=$INSTALL -p -o root -g admin -m 644
-  INSTALL_PROGRAM=$INSTALL -p -o root -g admin -m 755
-  INSTALL_SCRIPT=$INSTALL -p -o root -g admin -m 755
-  INSTALL_DIR=$INSTALL -p -d -o root -g admin -m 755
+  INSTALL_FILE=$INSTALL -p -m 644
+  INSTALL_PROGRAM=$INSTALL -p -m 755
+  INSTALL_SCRIPT=$INSTALL -p -m 755
+  INSTALL_DIR=$INSTALL -p -d -m 755
   $INSTALL_DIR %i/bin \
%i/sbin \
%i/share/man/man1 \


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/utils md5deep.info,1.7,1.8

2010-10-11 Thread Benjamin Reed
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3061/main/finkinfo/utils

Modified Files:
md5deep.info 
Log Message:
new upstream

Index: md5deep.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/md5deep.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- md5deep.info9 Feb 2010 15:59:32 -   1.7
+++ md5deep.info11 Oct 2010 21:34:07 -  1.8
@@ -1,11 +1,19 @@
 Package: md5deep
-Version: 3.5.1
+Version: 3.6
 Revision: 1
+Description: Advanced MD5/SHA1/etc. computation tool
+License: OSI-Approved
+Maintainer: Benjamin Reed md5d...@fink.raccoonfink.com
+
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: c568d1193e83d0a76b501396abca2be7
+Source-MD5: 1042f66125537a9da7442c741c9e0f4e
+
+UseMaxBuildJobs: true
 ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man 
--infodir=%p/share/info
+
 InstallScript: make -j1 install DESTDIR=%d
-Description: Advanced MD5/SHA1/etc. computation tool
+
+Homepage: http://md5deep.sourceforge.net/
 DescDetail: 
 md5deep is a cross-platform set of programs to compute MD5, SHA-1, SHA-256
 Tiger, or Whirlpool message digests on an arbitrary number of files.  The
@@ -25,8 +33,6 @@
   Investigator, Hashkeeper, or md5sum, and other generic hash generating
   programs.  Users are welcome to add functionality to read other formats too!
 * File type mode - md5deep can process only files of a certain type, such as
-  regular files, block devices, etc. 
+  regular files, block devices, etc.
 
-License: OSI-Approved
-Maintainer: Benjamin Reed md5d...@fink.racoonfink.com
-Homepage: http://md5deep.sourceforge.net/
+


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/base unzip-10.4.info, NONE, 1.1 bzip2.info, 1.4, 1.5 gzip.info, 1.3, 1.4 libiconv.info, 1.8, 1.9 tar.info, 1.5, 1.6 unzip.info, 1.2, 1.3 zip.info, 1.1, 1.2

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3022

Modified Files:
bzip2.info gzip.info libiconv.info tar.info unzip.info 
zip.info 
Added Files:
unzip-10.4.info 
Log Message:
new versions of Essential-ish packages from unstable


Index: unzip.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/unzip.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- unzip.info  22 Mar 2007 01:03:41 -  1.2
+++ unzip.info  11 Oct 2010 21:34:10 -  1.3
@@ -1,23 +1,18 @@
 Package: unzip
-Version: 5.52
-Revision: 12
+Version: 6.0
+Revision: 1
+Distribution: 10.5, 10.6
 Maintainer: Fink Core Group fink-c...@lists.sourceforge.net
 License: BSD
 Essential: yes
-#CustomMirror: 
-#nam-US: 
http://uiarchive.uiuc.edu/mirrors/ftp/ftp.info-zip.org/pub/infozip/src/
-#nam-US: ftp://uiarchive.cso.uiuc.edu/pub/ftp/ftp.info-zip.org/pub/infozip/src/
-#eur-UK: http://www.mirror.ac.uk/sites/ftp.info-zip.org/pub/infozip/src/
-#eur-PL: ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/
-#eur-CH: http://sunsite.cnlab-switch.ch/ftp/mirror/infozip/src/
-#eur-CH: ftp://sunsite.cnlab-switch.ch/mirror/infozip/src/
-#Primary: ftp://ftp.info-zip.org/pub/infozip/src/
-#
-#Source: mirror:custom:%n552.tar.gz
-Source: mirror:sourceforge:fink/%n552.tar.gz
-Source-MD5: 9d2391d6eac9217d1f41472034a9
-SourceDirectory: %n-%v
+CustomMirror: 
+Primary: ftp://ftp.info-zip.org/pub/infozip/src/
+
+Source: mirror:custom:%n60.tgz
+Source-MD5: 62b490407489521db863b523a7f86375
+SourceDirectory: %n60
 BuildDepends: fink (= 0.24.12)
+BuildConflicts: bzip2-dev
 DocFiles: BUGS INSTALL LICENSE README ToDo WHERE
 Homepage: http://www.info-zip.org/pub/infozip/UnZip.html
 Description: Decompression compatible with pkunzip
@@ -29,7 +24,7 @@
 This utility is necessary to install several packages in a pure Darwin
 installation, as Darwin does not come with zip/unzip.
 
-CompileScript: make -f unix/Makefile macosx
+CompileScript: make -f unix/Makefile macosx D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2
 InstallScript: make -f unix/Makefile install BINDIR=%i/bin 
MANDIR=%i/share/man/man1
 Suggests: zip
 

Index: gzip.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/gzip.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gzip.info   8 Mar 2009 02:00:13 -   1.3
+++ gzip.info   11 Oct 2010 21:34:10 -  1.4
@@ -1,51 +1,34 @@
 Package: gzip
-Version: 1.2.4a
-Revision: 6
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 39053e044b18ecd0627f80fbe7cfeaad
+Version: 1.4
+Revision: 2
+#Source: mirror:sourceforge:fink/%n-%v.tar.gz
+Source: mirror:gnu:%n/%n-%v.tar.gz
+Source-MD5: e381b8506210c794278f5527cba0e765
 Essential: yes
 BuildDepends: fink (= 0.24.12-1)
 Depends: base-files
-PatchFile: %n.patch
-PatchFile-MD5: 74b81d7ec67a369e4e782a16d6f65afc
-PatchScript: 
- %{default_script}
- mv -f INSTALL INSTALL.txt
-
+ConfigureParams: --infodir=%p/share/info --mandir=%p/share/man
 CompileScript: 
- ./configure %c
- make all G= ZCAT=zcat
+ gzip_cv_assembler=no ./configure %c
+ make all
 
 InstallScript: 
- make -j1 install G= ZCAT=zcat prefix=%i
- mkdir -p %i/share
- mv %i/man %i/share/
- mv %i/info %i/share/
+ make -j1 install DESTDIR=%d
  ln -s zcat %i/bin/gzcat
  ln -s zcat.1 %i/share/man/man1/gzcat.1
- ln -s zmore %i/bin/zless
- ln -s zmore.1 %i/share/man/man1/zless.1
 
 InfoDocs: gzip.info
-DocFiles: README COPYING THANKS
+DocFiles: AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 Description: File-compression program
 DescPort: 
-The file INSTALL clashes with the Makefile target install on
-file-insensitive file systems. Fixed by renaming INSTALL to
-INSTALL.txt.
 
 DescPackaging: 
-Needs some tweaking to put documentation in prefix/share.
-
-The configure script tries to be adaptive with gzcat and the like, we
-force the Makefile to do the right thing regardless.
-
-The patch file fixes a security hole with long file names.
-
 We also add some alternate names for the commands.
 
 Previous versions by Christoph Pfisterer.
 
 License: GPL
-Homepage: http://www.gzip.org/
+#Homepage: http://www.gzip.org/
+#Homepage: http://savannah.gnu.org/projects/gzip/
+Homepage: http://www.gnu.org/software/gzip/
 Maintainer: Fink Core Group fink-c...@lists.sourceforge.net

Index: zip.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/zip.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- zip.info20 Jan 2006 20:12:52 -  1.1
+++ zip.info11 Oct 2010 21:34:10 -  1.2
@@ -1,22 +1,18 @@
 Package: zip
-Version: 2.31
-Revision: 11
+Version: 3.0
+Revision: 1
 Conflicts: zip-ssl
 Replaces: zip-ssl
 Maintainer: Dave 

[cvs] dists/10.4/stable/main/finkinfo/base libncurses5-64bit.info, NONE, 1.1 libncursesw5.info, 1.3, 1.4 ncurses.info, 1.7, 1.8

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3917

Modified Files:
libncursesw5.info ncurses.info 
Added Files:
libncurses5-64bit.info 
Log Message:
curses--foiled^Wupdated again!


Index: libncursesw5.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/libncursesw5.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libncursesw5.info   13 Mar 2009 09:21:41 -  1.3
+++ libncursesw5.info   11 Oct 2010 21:36:52 -  1.4
@@ -1,40 +1,25 @@
 Package: libncursesw5
-Version: 5.4-20041023
-Revision: 1001
+Version: 5.7-20100227
+Revision: 1
 GCC: 4.0
-#Source: mirror:gnu:ncurses/ncurses-5.4.tar.gz
-Source: mirror:sourceforge:fink/ncurses-5.4.tar.gz
-Source-MD5: 069c8880072060373290a4fefff43520
-Source2: mirror:sourceforge:fink/ncurses-5.4-20040711-patch.sh.bz2
-#Source2: 
ftp://invisible-island.net/ncurses/5.4/ncurses-5.4-20040711-patch.sh.bz2
-Source2-MD5: 5cb04a825432ad968ef4e1ab6094353b
-Source2ExtractDir: ncurses-5.4
-Source3: mirror:sourceforge:fink/ncurses-5.4-20041023.patch.bz2
-Source3-MD5: 2cacb921a11287fedda5db7de4d331a6
-Source3ExtractDir: ncurses-5.4
-PatchScript: 
-  #!/bin/sh -ev
-  bunzip2 ncurses-5.4-20040711-patch.sh.bz2
-  chmod +x ncurses-5.4-20040711-patch.sh
-  ./ncurses-5.4-20040711-patch.sh
-  echo 
***
-  bunzip2 -c ncurses-%v.patch.bz2 | patch -p1
-  perl -p -i -e 's|tic\$suffix|tic\$suffix -x|;' misc/run_tic*
-  echo 
***
-
+Source: ftp://invisible-island.net/ncurses/current/ncurses-%v.tgz
+#Source: mirror:sourceforge:fink/ncurses-%v.tar.gz
+Source-MD5: 6e4a321d5b55e75644b7389ac1e214dc
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: fink (= 0.13.0)
 BuildDependsOnly: true
-ConfigureParams: --without-ada --with-shared --with-debug --enable-termcap 
--mandir=%p/share/man 
--with-terminfo-dirs=%p/share/terminfo:/usr/share/terminfo 
--with-default-terminfo-dir=%p/share/terminfo --enable-no-padding 
--enable-sigwinch --enable-tcap-names --enable-hard-tabs --enable-widec
+#Need to remove these entries to avoid failure on case sensitive file systems
+PatchScript: perl -pi -e s/hp70092a\|//; s/hp2621a\|//; s/2621a\|// 
misc/terminfo.src
+ConfigureParams: --without-ada --without-pkg-config --with-shared --with-debug 
--enable-termcap --mandir=%p/share/man 
--with-terminfo-dirs=%p/share/terminfo:/usr/share/terminfo 
--with-default-terminfo-dir=%p/share/terminfo --enable-no-padding 
--enable-sigwinch --enable-tcap-names --enable-hard-tabs --enable-widec 
--disable-mixed-case
 NoSetCFLAGS: true
 NoSetLDFLAGS: true
-SetLDFLAGS: -Wl,-search_paths_first
+NoSetCPPFLAGS: true
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 CompileScript: 
   #!/bin/sh -ev
-  ./configure %c
-  make -j1
+  ./configure %c cf_cv_typeof_chtype=long
+  make
 
 InstallScript: 
 #!/bin/sh -ev
@@ -65,15 +50,24 @@
 More changes by Chris Zubrzycki to be more compatable with apple's lib
 -udates to the (sometimes) monthly releases of ncurses (in patch form)
 
-ncurses-5.4-20040711-patch.sh.bz2 is a roll-up patch script, that updates a 
vanilla source to the date specified.
-ncurses-5.4-20041023.patch.bz2 is a patch created by catting all the updates 
to the rollup into a single file.
-grab all the patches from ftp://invisible-island.net/ncurses/5.4 except the 
one the same date
-as the rollup patch script, gunzip ncurses-5.4*.gz; cat ncurses-5.4*patch  
big.patch
-to get to the current patch level.
+The --enable-overwrite flag creates the libcurses.dylib symlink.
+
+Must pass cf_cv_typeof_chtype=long to configure to maintain ABI
+compatability for 64-bit library. Otherwise chtype is unsigned long
+in 5.4 but unsigned int in 5.7.
+
+Added patchscript to avoid failure on case sensitive file systems.
 
 DescPackaging: 
 First revision by David Ross.
 Previous versions by Christoph Pfisterer.
+Updated to 5.7 by Daniel Johnson.
+
+DescUsage: 
+NOTE: Headers are installed into %p/include/ncursesw instead of
+%p/include as with libncurses5. Packages depending on this might
+need to add %p/include/ncursesw to CPPFLAGS or otherwise make
+adjustments to build properly. All library names end in 'w'.
 
 License: OSI-Approved
 Maintainer: Chris Zubrzycki bere...@users.sourceforge.net

--- NEW FILE: libncurses5-64bit.info ---
Info2: 
Package: libncurses5-64bit
Version: 5.7-20100227
Revision: 1
Type: -64bit (-64bit)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
GCC: 4.0
Source: ftp://invisible-island.net/ncurses/current/ncurses-%v.tgz
#Source: mirror:sourceforge:fink/ncurses-%v.tar.gz
Source-MD5: 6e4a321d5b55e75644b7389ac1e214dc
BuildDependsOnly: true
BuildDepends: fink (= 0.13.0)
Depends: libncurses5-64bit-shlibs (= %v-%r), 64bit-cpu
Conflicts: ncurses-dev, 

[cvs] dists/10.4/stable/main/finkinfo/devel autoconf2.6.info, 1.1, 1.2 bison.info, 1.4, 1.5 gengetopt.info, 1.4, 1.5 intltool40-10.4.info, 1.3, 1.4 intltool40-10.5.info, 1.3, 1.4 intltool40-10.6.info,

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4301

Modified Files:
autoconf2.6.info bison.info gengetopt.info 
intltool40-10.4.info intltool40-10.5.info intltool40-10.6.info 
intltool40-x86_64.info libtool2.info m4.info 
Log Message:
sync lots of new versions of build-tools from unstable


Index: m4.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/m4.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- m4.info 8 Aug 2009 21:00:17 -   1.5
+++ m4.info 11 Oct 2010 21:40:18 -  1.6
@@ -1,8 +1,8 @@
 Package: m4
-Version: 1.4.13
+Version: 1.4.15
 Revision: 1
 Source: mirror:gnu:%n/%n-%v.tar.bz2
-Source-MD5: 28f9ccd3ac4da45409251008b911d677 
+Source-MD5: c7c32540bc3842d5550f88d47ef551d8 
 SetCFLAGS: -Os
 BuildDepends: fink (= 0.24.12), texinfo
 # I don't feel like adding libsigsegv as a dependency, disable it
@@ -14,7 +14,7 @@
   make
 
 # Avoid the gnulib tests (one fails without libsigsegv).
-InfoTest: TestScript: make -C checks check || exit 2
+InfoTest: TestScript: make check || exit 2
 InstallScript: 
  make install DESTDIR=%d 
  (cd %i/bin ; ln -s m4 gm4)

Index: libtool2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/libtool2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libtool2.info   16 Nov 2009 20:02:10 -  1.3
+++ libtool2.info   11 Oct 2010 21:40:18 -  1.4
@@ -1,5 +1,5 @@
 Package: libtool2
-Version: 2.2.6b
+Version: 2.4
 Revision: 1
 Maintainer: Peter O'Gorman pe...@pogma.com
 Depends: %N-shlibs (= %v-%r)
@@ -7,14 +7,19 @@
 Conflicts: libtool14, libtool, libstroke (= 0.5.1-2), libstroke-m4
 Replaces: libtool, libtool14
 Source: mirror:gnu:libtool/libtool-%v.tar.gz
-Source-MD5: 07da460450490148c6d2df0f21481a25
+Source-MD5: b32b04148ecdd7344abc6fe8bd1bb021 
 SourceDirectory: libtool-%v
 ConfigureParams: --program-prefix=g --infodir=%p/share/info 
--disable-dependency-tracking
 CompileScript: 
 F77=no SED=/usr/bin/sed ./configure %c
 make
 
-InfoTest: TestScript: make check || exit 2
+InfoTest:  
+# Not all tests pass with latest gcc.
+# http://article.gmane.org/gmane.comp.gnu.libtool.bugs/7342
+  TestDepends: autoconf2.6, automake1.11
+  TestScript: make check || : 
+
 InstallScript: 
   make install DESTDIR=%d
   ln -s %p/bin/glibtoolize %i/bin/libtoolize
@@ -23,7 +28,7 @@
   Package: %N-shlibs
   Replaces: libtool14 (= 1.4.2-4)
   Files: lib/libltdl.7*.dylib
-  Shlibs: %p/lib/libltdl.7.dylib 10.0.0 %n (= 2.2.6-1)
+  Shlibs: %p/lib/libltdl.7.dylib 11.0.0 %n (= 2.4-1)
   Description: Shared libraries for libtool, v2.2
   DocFiles: 
README COPYING AUTHORS NEWS THANKS

Index: intltool40-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/intltool40-10.6.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- intltool40-10.6.info29 Mar 2010 17:48:45 -  1.5
+++ intltool40-10.6.info11 Oct 2010 21:40:18 -  1.6
@@ -3,7 +3,7 @@
 # do not upgrade %n=intltool to =0.40 without test-building pkgs that use it
 # (or at least making sure they BDep on it)
 # See: http://bugzilla.gnome.org/show_bug.cgi?id=537352
-Version: 0.41.0
+Version: 0.41.1
 
 Revision: 201
 Distribution: 10.6
@@ -21,7 +21,7 @@
 Conflicts: intltool
 Replaces: intltool
 Source: 
http://edge.launchpad.net/intltool/trunk/%v/+download/intltool-%v.tar.gz
-Source-MD5: 8a6e4afd3fc93637dcd70e36ab899364
+Source-MD5: d6c91bf06681919ccfdf3624035b75dc
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 RuntimeVars: ac_cv_path_INTLTOOL_PERL: /usr/bin/perl

Index: intltool40-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/intltool40-10.4.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- intltool40-10.4.info29 Mar 2010 17:48:45 -  1.3
+++ intltool40-10.4.info11 Oct 2010 21:40:18 -  1.4
@@ -3,7 +3,7 @@
 # do not upgrade %n=intltool to =0.40 without test-building pkgs that use it
 # (or at least making sure they BDep on it)
 # See: http://bugzilla.gnome.org/show_bug.cgi?id=537352
-Version: 0.41.0
+Version: 0.41.1
 
 Revision: 1
 Distribution: 10.4
@@ -21,7 +21,7 @@
 Conflicts: intltool
 Replaces: intltool
 Source: 
http://edge.launchpad.net/intltool/trunk/%v/+download/intltool-%v.tar.gz
-Source-MD5: 8a6e4afd3fc93637dcd70e36ab899364
+Source-MD5: d6c91bf06681919ccfdf3624035b75dc
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
 RuntimeVars: ac_cv_path_INTLTOOL_PERL: /usr/bin/perl

Index: bison.info
===
RCS file: 

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods ppix-regexp-pm.info, 1.6, 1.7

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

Modified Files:
ppix-regexp-pm.info 
Log Message:
New upstream version.


Index: ppix-regexp-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/ppix-regexp-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ppix-regexp-pm.info 27 Sep 2010 18:08:51 -  1.6
+++ ppix-regexp-pm.info 11 Oct 2010 22:11:35 -  1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: ppix-regexp-pm%type_pkg[perl]
-Version: 0.012
+Version: 0.013
 Revision: 1
 Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 License: Artistic/GPL
@@ -15,7 +15,7 @@
 Homepage: http://search.cpan.org/dist/PPIx-Regexp/
 
 Source: mirror:cpan:authors/id/W/WY/WYANT/PPIx-Regexp-%v.tar.gz
-Source-MD5: 2dcb20ed1147db5bc8472042963b88a5
+Source-MD5: cdd0ffb9c4078b20d77a168f0a6607c6
 
 Type: perl (5.8.8 5.10.0)
 UpdatePOD: true


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/devel cmake.info, 1.3, 1.4 cmake.patch, 1.2, 1.3

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10619/stable/main/finkinfo/devel

Modified Files:
cmake.info cmake.patch 
Log Message:
latest to stable w/maintainer okay


Index: cmake.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/cmake.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cmake.patch 20 Apr 2007 05:42:28 -  1.2
+++ cmake.patch 11 Oct 2010 22:12:24 -  1.3
@@ -1,14 +1,200 @@
-diff -ur cmake-2.0.2/Modules/Platform/Darwin.cmake 
cmake-2.0.2.corr/Modules/Platform/Darwin.cmake
 cmake-2.0.2/Modules/Platform/Darwin.cmake  Wed Apr 28 19:21:56 2004
-+++ cmake-2.0.2.corr/Modules/Platform/Darwin.cmake Mon Jun 28 13:38:54 2004
-@@ -37,6 +37,9 @@
- IF(${CMAKE_BACKWARDS_COMPATIBILITY} MATCHES ^1\\.[0-6]$)
-   SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS
- ${CMAKE_SHARED_MODULE_CREATE_C_FLAGS} -flat_namespace -undefined 
suppress)
-+ELSE(${CMAKE_BACKWARDS_COMPATIBILITY} MATCHES ^1\\.[0-6]$)
-+  SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS
-+${CMAKE_SHARED_MODULE_CREATE_C_FLAGS} -undefined dynamic_lookup 
-bind_at_load)
- ENDIF(${CMAKE_BACKWARDS_COMPATIBILITY} MATCHES ^1\\.[0-6]$)
+diff -Nurd cmake-2.6.1/Modules/Platform/Darwin.cmake 
cmake-2.6.1-new/Modules/Platform/Darwin.cmake
+--- cmake-2.6.1/Modules/Platform/Darwin.cmake  2008-08-01 11:34:50.0 
-0400
 cmake-2.6.1-new/Modules/Platform/Darwin.cmake  2008-08-27 
11:38:44.0 -0400
+@@ -27,6 +27,11 @@
+ SET(CMAKE_MODULE_EXISTS 1)
+ SET(CMAKE_DL_LIBS )
  
- IF(NOT XCODE)
-
++SET(CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG -Wl,-compatibility_version,)
++SET(CMAKE_C_OSX_CURRENT_VERSION_FLAG -Wl,-current_version,)
++SET(CMAKE_CXX_OSX_COMPATIBILITY_VERSION_FLAG 
${CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG})
++SET(CMAKE_CXX_OSX_CURRENT_VERSION_FLAG ${CMAKE_C_OSX_CURRENT_VERSION_FLAG})
++
+ SET(CMAKE_C_LINK_FLAGS -headerpad_max_install_names)
+ SET(CMAKE_CXX_LINK_FLAGS -headerpad_max_install_names)
+ 
+@@ -62,7 +67,7 @@
+   IF(NOT $ENV{CMAKE_OSX_SYSROOT} STREQUAL ) 
+ SET(_CMAKE_OSX_SDKS $ENV{CMAKE_OSX_SYSROOT})
+   ENDIF(NOT $ENV{CMAKE_OSX_SYSROOT} STREQUAL ) 
+-  SET(CMAKE_OSX_SYSROOT ${_CMAKE_OSX_SDKS} CACHE STRING
++  SET(CMAKE_OSX_SYSROOT ${_CMAKE_OSX_SDKS} CACHE PATH
+ isysroot used for universal binary support)
+   # set _CMAKE_OSX_MACHINE to umame -m
+   EXEC_PROGRAM(uname ARGS -m OUTPUT_VARIABLE _CMAKE_OSX_MACHINE)
+diff -Nurd cmake-2.6.1/Source/cmGlobalXCodeGenerator.cxx 
cmake-2.6.1-new/Source/cmGlobalXCodeGenerator.cxx
+--- cmake-2.6.1/Source/cmGlobalXCodeGenerator.cxx  2008-08-01 
11:34:52.0 -0400
 cmake-2.6.1-new/Source/cmGlobalXCodeGenerator.cxx  2008-08-27 
11:38:44.0 -0400
+@@ -1455,10 +1455,6 @@
+ 
+ buildSettings-AddAttribute(LIBRARY_STYLE,
+ this-CreateString(DYNAMIC));
+-buildSettings-AddAttribute(DYLIB_COMPATIBILITY_VERSION,
+-this-CreateString(1));
+-buildSettings-AddAttribute(DYLIB_CURRENT_VERSION,
+-this-CreateString(1));
+ break;
+ }
+ case cmTarget::EXECUTABLE:
+@@ -1676,6 +1672,38 @@
+   this-CreateString(
+ -Wmost -Wno-four-char-constants
+  -Wno-unknown-pragmas));
++
++  // Runtime version information.
++  if(target.GetType() == cmTarget::SHARED_LIBRARY)
++{
++int major;
++int minor;
++int patch;
++
++// VERSION - current_version
++target.GetTargetVersion(false, major, minor, patch);
++if(major == 0  minor == 0  patch == 0)
++  {
++  // Xcode always wants at least 1.0.0
++  major = 1;
++  }
++cmOStringStream v;
++v  major  .  minor  .  patch;
++buildSettings-AddAttribute(DYLIB_CURRENT_VERSION,
++this-CreateString(v.str().c_str()));
++
++// SOVERSION - compatibility_version
++target.GetTargetVersion(true, major, minor, patch);
++if(major == 0  minor == 0  patch == 0)
++  {
++  // Xcode always wants at least 1.0.0
++  major = 1;
++  }
++cmOStringStream vso;
++vso  major  .  minor  .  patch;
++buildSettings-AddAttribute(DYLIB_COMPATIBILITY_VERSION,
++this-CreateString(vso.str().c_str()));
++}
+ }
+ 
+ //
+diff -Nurd cmake-2.6.1/Source/cmMakefileLibraryTargetGenerator.cxx 
cmake-2.6.1-new/Source/cmMakefileLibraryTargetGenerator.cxx
+--- cmake-2.6.1/Source/cmMakefileLibraryTargetGenerator.cxx2008-08-01 
11:34:53.0 -0400
 cmake-2.6.1-new/Source/cmMakefileLibraryTargetGenerator.cxx
2008-08-27 11:38:44.0 -0400
+@@ -364,6 +364,14 @@
+   std::string linkFlags;
+   

[cvs] dists/10.4/unstable/main/finkinfo/languages box-0.1.3.info, NONE, 1.1 box.info, 1.1, 1.2

2010-10-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23492

Modified Files:
box.info 
Added Files:
box-0.1.3.info 
Log Message:
New upstream version. Rename old box.info to follow shlibs policy.


--- NEW FILE: box-0.1.3.info ---
Package: box
Version: 0.1.3
Revision: 1
Description: Vector graphics language
DescDetail: 
Box is a vector graphics language developed to make graphics as easy as
possible. Box is in its early stage of development, but it already
provides most of the features needed to create quality pictures and
figures. Box has many advantages over traditional GUI graphics editors:

* Reusability: you can draw things inside a Window; you can then
translate, rotate, scale and put it inside another Window;

* Transformation matrices can be calculated automatically from
constraints given by the user;

* Flexible syntax: the philosophy is don't complain if something is
missing, use default values!. You can specify many parameters, but you
don't have to!

* Even more flexible syntax: if p is a list of points then p.Get[3]
gives the third point, p.Get[3.5] gives a point between the third and
the fourth and p.Get[(3.5, 1)]... look at the documentation ;-)

* You can even draw fractal pictures;

* Box compiles under Linux, Mac and Windows. Packages are available for
Ubuntu and a zip archive (containing the executable) is available for
Windows.

Box has also the following features:

* Translucency: the alpha channel of colors can be set to draw
partially transparent objects;

* Radial and linear color gradients can be set very easily, specifying
even more than two colors;

* Supported output formats are Postscript (EPS), PDF, SVG, PNG.

DescPackaging: 
Patch it to not build ltdl since we use Fink's.
Clear box_LDFLAGS to link to dylib instead of static.


Maintainer: Daniel Johnson dan...@daniel-johnson.org
License: GPL2+
Homepage: http://boxc.sourceforge.net/

Source: mirror:sourceforge:boxc/%n-%v.tar.gz
Source-MD5: d95994add534a6cb9d85c1a1ee7363b0

Depends: libboxcore0.1.0-shlibs, libtool2-shlibs
BuildDepends: cairo, fontconfig2-dev, freetype219, glitz, libtool2, pixman, 
pkgconfig

PatchScript: perl -pi -e 's|^SUBDIRS =.*$|SUBDIRS = box libs tests man 
examples|' Makefile.in

ConfigureParams: --with-ltdl-include=%p/include --with-ltdl-lib=%p/lib 
--disable-ltdl-install --without-included-ltdl --disable-dependency-tracking 
--disable-static

CompileScript: ./configure %c  make box_LDFLAGS=

InfoTest: TestScript: make check || exit 2

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS ChangeLog COPYING* NEWS README TODO examples/*.box 
examples/smileys

SplitOff: 
Package: libboxcore0.1.0

Depends: %n-shlibs
BuildDependsOnly: true

Files: include lib/libboxcore0.1.dylib lib/libboxcore0.1.la
DocFiles: AUTHORS ChangeLog COPYING* NEWS README TODO


SplitOff2: 
Package: libboxcore0.1.0-shlibs

Depends: cairo-shlibs

Files: lib
Shlibs: %p/lib/libboxcore0.1.0.dylib 1.0.0 %n (= 0.1.3-1)

DocFiles: AUTHORS ChangeLog COPYING* NEWS README TODO


Index: box.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/box.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- box.info21 Mar 2010 23:14:16 -  1.1
+++ box.info11 Oct 2010 23:22:18 -  1.2
@@ -1,5 +1,5 @@
 Package: box
-Version: 0.1.3
+Version: 0.2.0
 Revision: 1
 Description: Vector graphics language
 DescDetail: 
@@ -48,14 +48,14 @@
 Homepage: http://boxc.sourceforge.net/
 
 Source: mirror:sourceforge:boxc/%n-%v.tar.gz
-Source-MD5: d95994add534a6cb9d85c1a1ee7363b0
+Source-MD5: 962c70398dffc22514dda02d76827a80
 
-Depends: libboxcore0.1.0-shlibs, libtool2-shlibs
+Depends: libboxcore0.2-shlibs, libtool2-shlibs
 BuildDepends: cairo, fontconfig2-dev, freetype219, glitz, libtool2, pixman, 
pkgconfig
 
 PatchScript: perl -pi -e 's|^SUBDIRS =.*$|SUBDIRS = box libs tests man 
examples|' Makefile.in
 
-ConfigureParams: --with-ltdl-include=%p/include --with-ltdl-lib=%p/lib 
--disable-ltdl-install --without-included-ltdl --disable-dependency-tracking 
--disable-static
+ConfigureParams: --with-ltdl-include=%p/include --with-ltdl-lib=%p/lib 
--disable-ltdl-install --without-included-ltdl --disable-dependency-tracking 
--disable-static --with-cairo
 
 CompileScript: ./configure %c  make box_LDFLAGS=
 
@@ -66,22 +66,22 @@
 DocFiles: AUTHORS ChangeLog COPYING* NEWS README TODO examples/*.box 
examples/smileys
 
 SplitOff: 
-Package: libboxcore0.1.0
+Package: libboxcore0.2
 
 Depends: %n-shlibs
 BuildDependsOnly: true
 
-Files: include lib/libboxcore0.1.dylib lib/libboxcore0.1.la
+Files: include lib/libboxcore0.2.dylib lib/libboxcore0.2.la
 

[cvs] dists/10.4/stable/main/finkinfo/utils gnokii.info, 1.3, 1.4 gnokii.patch, 1.1, 1.2

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28126

Modified Files:
gnokii.info gnokii.patch 
Log Message:
latest to stable


Index: gnokii.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/gnokii.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gnokii.info 5 Sep 2009 15:07:34 -   1.3
+++ gnokii.info 11 Oct 2010 23:46:58 -  1.4
@@ -1,7 +1,7 @@
 Package: gnokii
-Version: 0.6.20
+Version: 0.6.26
 Revision: 2
-Description: Gnokii mobile phone tools and driver
+Description: Mobile phone tools and driver
 License: GPL
 #
 Depends: 
@@ -25,6 +25,7 @@
fink (= 0.24.12-1),
fontconfig2-dev (= 2.4.1-1),
freetype219 (= 2.3.5-1),
+   gettext-tools,
glib2-dev (= 2.14.0-1),
glitz,
gtk+2-dev (= 2.12.0-1),
@@ -36,7 +37,8 @@
pixman (= 0.10.0-1),
pkgconfig (= 0.21-1),
x11-dev,
-   xft2-dev
+   xft2-dev,
+   xmkmf
 
 #
 CustomMirror: 
@@ -47,22 +49,40 @@
 Conflicts: gnokii2
 Replaces: gnokii2
 Source: mirror:custom:gnokii-%v.tar.bz2
-Source-MD5: 8e90b0f56d13735fd35620a8738c31aa
+Source-MD5: 60f817d8ce748fea0ec9a05b3537e08d
 PatchFile: %n.patch
-PatchFile-MD5: 1d0621d5a84e31e9490b775bdcc1a552
+PatchFile-MD5: 5c5dd829f89b4cc61e7fd57306cb56d2
+PatchScript: sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1
 SetCPPFLAGS: -I%p/lib/freetype219/include -I%p/lib/fontconfig2/include
 SetLDFLAGS: -L%p/lib/freetype219/lib -L%p/lib/fontconfig2/lib
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 #
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --disable-dependency-tracking
 #
-InstallScript: make -j1 install-devel DESTDIR=%d xmandir=%p/share/man/man1
-DocFiles: ChangeLog COPYING COPYRIGHT INSTALL MAINTAINERS TODO VERSION
+CompileScript: 
+#!/bin/sh -ex
+   export PATH=%p/lib/xmkmf/bin:$PATH \
+   
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 \
+   FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config \
+   ac_cv_path_PGCONFIG=no \
+   ac_cv_path_MYSQLCONFIG=no
+   ./configure %c
+   make
+
+InstallScript: 
+   make install DESTDIR=%d xmandir=%p/share/man/man1
+   rm %i/lib/smsd/*.a
+
+DocFiles: AUTHORS COPYING COPYRIGHT ChangeLog INSTALL MAINTAINERS NEWS README 
TODO
 #
 SplitOff: 
Package: %N3-shlibs 
Description: Gnokii shared libraries
Replaces: gnokii2-shlibs
-   Files: lib/libgnokii.3*.dylib
+   Files: 
+   lib/libgnokii.3*.dylib
+   
Depends: 
fontconfig2-shlibs (= 2.4.1-1),
freetype219-shlibs (= 2.3.5-1),
@@ -73,7 +93,7 @@
x11-shlibs

Shlibs: 
-   %p/lib/libgnokii.3.dylib 8.0.0 %n (= 0.6.20-1)
+   %p/lib/libgnokii.3.dylib 13.0.0 %n (= 0.6.26-1)

DocFiles: COPYING COPYRIGHT
 
@@ -86,7 +106,7 @@
Depends: %N3-shlibs (= %v-%r)
BuildDependsOnly: True
Files: include lib/libgnokii.dylib lib/*.a lib/*.la lib/pkgconfig
-   DocFiles: ChangeLog COPYING COPYRIGHT INSTALL MAINTAINERS TODO VERSION
+   DocFiles: COPYING COPYRIGHT
 
 DescDetail: 
 Gnokii provides tools and a user space driver for use with Nokia and
@@ -96,8 +116,5 @@
 have. For a complete list of supported makes and models take a look at
 our FAQ pages.
 
-DescPort: 
-Uses automake.
-
 Homepage: http://www.gnokii.org/
 Maintainer: Benjamin Reed gno...@fink.racoonfink.com

Index: gnokii.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/gnokii.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnokii.patch16 Jul 2008 03:01:52 -  1.1
+++ gnokii.patch11 Oct 2010 23:46:58 -  1.2
@@ -1,18 +1,42 @@
-diff -uNr gnokii-0.6.20/configure gnokii-0.6.20-new/configure
 gnokii-0.6.20/configure2007-10-27 10:22:21.0 -0400
-+++ gnokii-0.6.20-new/configure2007-10-27 14:11:55.0 -0400
-@@ -28439,7 +28439,7 @@
+diff -Nurd gnokii-0.6.26/common/Makefile.in 
gnokii-0.6.26-new/common/Makefile.in
+--- gnokii-0.6.26/common/Makefile.in   2008-05-30 15:45:56.0 -0400
 gnokii-0.6.26-new/common/Makefile.in   2008-07-23 09:41:00.0 
-0400
+@@ -357,6 +357,8 @@
+   $(top_builddir)/common/phones/libPHONES.la \
+   $(top_builddir)/common/links/libLINKS.la \
+   $(top_builddir)/common/devices/libDEVICES.la \
++  $(BLUETOOTH_LIBS) \
++  $(INTLLIBS) \
+   $(XPM_LIBS)
+ 
+ libgnokii_la_LDFLAGS = \
+diff -Nurd gnokii-0.6.26/common/cfgreader.c 
gnokii-0.6.26-new/common/cfgreader.c
+--- gnokii-0.6.26/common/cfgreader.c  

[cvs] dists/10.4/stable/main/finkinfo/utils icon-naming-utils-10.4.info, 1.2, 1.3 icon-naming-utils-10.5.info, 1.4, 1.5 icon-naming-utils-10.6.info, 1.1, 1.2 icon-naming-utils-x86_64.info, 1.1, 1.2

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28194

Modified Files:
icon-naming-utils-10.4.info icon-naming-utils-10.5.info 
icon-naming-utils-10.6.info icon-naming-utils-x86_64.info 
Log Message:
latest to stable


Index: icon-naming-utils-x86_64.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/icon-naming-utils-x86_64.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- icon-naming-utils-x86_64.info   14 Jul 2009 05:28:37 -  1.1
+++ icon-naming-utils-x86_64.info   11 Oct 2010 23:47:22 -  1.2
@@ -1,15 +1,16 @@
+Info2: 
 Package: icon-naming-utils
-Version: 0.8.7
+Version: 0.8.90
 Revision: 101
 Distribution: 10.5
 Architecture: x86_64
-Depends: perl588-core, xml-simple-pm588, pkgconfig (= 0.20-1)
-BuildDepends: perl588-core, xml-simple-pm588, fink (= 0.26.0-1)
+Type: system-perl (5.8.8)
+Depends: perl%type_pkg[system-perl]-core, xml-simple-pm%type_pkg[system-perl], 
pkgconfig (= 0.20-1)
 Source: http://tango.freedesktop.org/releases/%n-%v.tar.bz2
-Source-MD5: 2bcd77b8b6361831a932a5e76e82b66d
+Source-MD5: dd8108b56130b9eedc4042df634efa66
 ConfigureParams: --libexecdir=%p/sbin
 CompileScript: 
-  PERL=%p/bin/perl5.8.8 ./configure %c
+  PERL=%p/bin/perl%type_raw[system-perl] ./configure %c
   make
 
 InstallScript: make install DESTDIR=%d
@@ -25,3 +26,4 @@
 License: GPL
 Maintainer: Daniel Macks dma...@netspace.org
 Homepage: http://tango.freedesktop.org/Standard_Icon_Naming_Specification
+

Index: icon-naming-utils-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/icon-naming-utils-10.6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- icon-naming-utils-10.6.info 29 Mar 2009 22:32:10 -  1.1
+++ icon-naming-utils-10.6.info 11 Oct 2010 23:47:22 -  1.2
@@ -1,11 +1,12 @@
+Info2: 
 Package: icon-naming-utils
-Version: 0.8.7
+Version: 0.8.90
 Revision: 201
 Distribution: 10.6
-Depends: system-perl5100, xml-simple-pm5100, pkgconfig (= 0.20-1)
-BuildDepends: system-perl5100, xml-simple-pm5100, fink (= 0.26.0-1)
+Type: system-perl (5.10.0)
+Depends: system-perl%type_pkg[system-perl], 
xml-simple-pm%type_pkg[system-perl], pkgconfig (= 0.20-1)
 Source: http://tango.freedesktop.org/releases/%n-%v.tar.bz2
-Source-MD5: 2bcd77b8b6361831a932a5e76e82b66d
+Source-MD5: dd8108b56130b9eedc4042df634efa66
 ConfigureParams: --libexecdir=%p/sbin
 CompileScript: 
   PERL=/usr/bin/perl ./configure %c
@@ -24,3 +25,4 @@
 License: GPL
 Maintainer: Daniel Macks dma...@netspace.org
 Homepage: http://tango.freedesktop.org/Standard_Icon_Naming_Specification
+

Index: icon-naming-utils-10.5.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/icon-naming-utils-10.5.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- icon-naming-utils-10.5.info 14 Jul 2009 05:26:21 -  1.4
+++ icon-naming-utils-10.5.info 11 Oct 2010 23:47:22 -  1.5
@@ -1,12 +1,13 @@
+Info2: 
 Package: icon-naming-utils
-Version: 0.8.7
+Version: 0.8.90
 Revision: 101
 Distribution: 10.5
 Architecture: powerpc, i386
-Depends: system-perl588, xml-simple-pm588, pkgconfig (= 0.20-1)
-BuildDepends: system-perl588, xml-simple-pm588, fink (= 0.26.0-1)
+Type: system-perl (5.8.8)
+Depends: system-perl%type_pkg[system-perl], 
xml-simple-pm%type_pkg[system-perl], pkgconfig (= 0.20-1)
 Source: http://tango.freedesktop.org/releases/%n-%v.tar.bz2
-Source-MD5: 2bcd77b8b6361831a932a5e76e82b66d
+Source-MD5: dd8108b56130b9eedc4042df634efa66
 ConfigureParams: --libexecdir=%p/sbin
 CompileScript: 
   PERL=/usr/bin/perl ./configure %c
@@ -25,3 +26,4 @@
 License: GPL
 Maintainer: Daniel Macks dma...@netspace.org
 Homepage: http://tango.freedesktop.org/Standard_Icon_Naming_Specification
+

Index: icon-naming-utils-10.4.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/icon-naming-utils-10.4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- icon-naming-utils-10.4.info 29 Mar 2009 22:29:43 -  1.2
+++ icon-naming-utils-10.4.info 11 Oct 2010 23:47:22 -  1.3
@@ -1,11 +1,12 @@
+Info2: 
 Package: icon-naming-utils
-Version: 0.8.7
+Version: 0.8.90
 Revision: 1
 Distribution: 10.4
-Depends: system-perl586, xml-simple-pm586, pkgconfig (= 0.20-1)
-BuildDepends: system-perl586, xml-simple-pm586
+Type: system-perl (5.8.6)
+Depends: system-perl%type_pkg[system-perl], 
xml-simple-pm%type_pkg[system-perl], pkgconfig (= 0.20-1)
 Source: http://tango.freedesktop.org/releases/%n-%v.tar.bz2
-Source-MD5: 2bcd77b8b6361831a932a5e76e82b66d
+Source-MD5: dd8108b56130b9eedc4042df634efa66
 

[cvs] dists/10.4/stable/main/finkinfo/utils iso-codes.info,1.2,1.3

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28240

Modified Files:
iso-codes.info 
Log Message:
latest to stable


Index: iso-codes.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/iso-codes.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- iso-codes.info  26 Aug 2008 04:32:42 -  1.2
+++ iso-codes.info  11 Oct 2010 23:47:44 -  1.3
@@ -1,15 +1,21 @@
 Package: iso-codes
-Version: 1.0
-Revision: 3
-BuildDepends: gettext-tools
-Depends: pkgconfig (= 0.20-1)
-Source: mirror:debian:pool/main/i/%n/%n_%va.orig.tar.gz
-Source-MD5: f706f1969e12d4f2cc35694780efb03e
-SourceDirectory: %n-%va
+Version: 3.5.1
+Revision: 1
 Description: Lists of iso names
+License: GPL
+Maintainer: Benjamin Reed iso-co...@fink.raccoonfink.com
+
+BuildDepends: gettext-tools
+
+Source: mirror:debian:pool/main/i/%n/%n_%v.orig.tar.gz
+Source-MD5: d1868b161a94dd2729a42b528786a37c
+SourceDirectory: %n-%v
+
+UseMaxBuildJobs: true
 
 InstallScript: make -j1 install DESTDIR=%d
 
+Homepage: http://alioth.debian.org/projects/pkg-isocodes/
 DescDetail: 
 This package aims to provide a central list of the country, language,
 and currency names and their translations.  The data comes from
@@ -17,6 +23,4 @@
 The translations are from the Translation Project. The data is provided 
 in tabular files as well as XML.
 
-License: GPL
-Maintainer: Benjamin Reed iso-co...@fink.racoonfink.com
-Homepage: http://alioth.debian.org/projects/pkg-isocodes/
+


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/languages boxer.info, NONE, 1.1

2010-10-11 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28361

Added Files:
boxer.info 
Log Message:
New package.


--- NEW FILE: boxer.info ---
Info2: 
Package: boxer
Version: 0.2.0
Revision: 1
Description: GUI editor for the box language
Type: python 2.7
Maintainer: Daniel Johnson dan...@daniel-johnson.org
License: GPL2+
Homepage: http://boxc.sourceforge.net/

Source: mirror:sourceforge:boxc/%n-%v.tar.gz
Source-MD5: 4ec89077335ad694dfcff02b708f9993

Depends: python%type_pkg[python], pygtk2-gtk-py%type_pkg[python], box (= 
0.2.0-1)

CompileScript: %p/bin/python%type_raw[python] setup.py build

InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d

DocFiles: ChangeLog COPYING README PKG-INFO



--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/utils lbdb.info,1.5,1.6

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28481

Modified Files:
lbdb.info 
Log Message:
val-fix


Index: lbdb.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/lbdb.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- lbdb.info   27 Sep 2010 05:27:31 -  1.5
+++ lbdb.info   11 Oct 2010 23:49:57 -  1.6
@@ -10,6 +10,7 @@
 SourceDirectory: %n-%v
 DocFiles: COPYING NEWS README TODO
 ConfFiles: %p/etc/lbdb.rc %p/etc/lbdb_ldap.rc
+BuildDepends: fink (= 0.24.12)
 Suggests: abook, evolution, gnupg
 
 ConfigureParams: --libdir=%p/lib/lbdb --mandir=%p/share/man 
--sysconfdir=%p/etc PATH=/bin:/usr/bin:$PATH --with-abook=%p/bin/abook 
--with-gpg=%p/bin/gpg 
--with-evolution-addressbook-export=%p/bin/evolution-addressbook-export


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
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/utils lbdb.patch, NONE, 1.1 lbdb.info, 1.2, 1.3

2010-10-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29010

Modified Files:
lbdb.info 
Added Files:
lbdb.patch 
Log Message:
latest from unstable (builds on 10.6 now)


--- NEW FILE: lbdb.patch ---
diff -r 7c7812a37eff ABQuery.m
--- /dev/null   Thu Jan 01 00:00:00 1970 +
+++ b/ABQuery.m Sun Sep 26 22:16:18 2010 -0700
@@ -0,0 +1,73 @@
+/* ABQuery
+ *
+ *Copyright 2003 Brendan Cully bren...@kublai.com
+ *
+ *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.
+ *
+ *
+ * $Id: ABQuery.m,v 1.3 2005-10-29 14:48:16 roland Exp $
+ */
+
+#import Foundation/Foundation.h
+#import AddressBook/AddressBook.h
+
+int main (int argc, const char *argv[]) {
+NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
+ABAddressBook *book = [ABAddressBook sharedAddressBook];
+ABSearchElement *firstNameSearch, *lastNameSearch, *emailSearch, *search;
+NSArray *searchTerms;
+NSArray *results;
+NSEnumerator *addressEnum;
+ABPerson *person;
+NSString *key = [NSString stringWithCString:argv[1]];
+
+firstNameSearch = [ABPerson searchElementForProperty:kABFirstNameProperty
+ label:nil
+ key:nil
+ value:key
+  
comparison:kABContainsSubStringCaseInsensitive];
+lastNameSearch = [ABPerson searchElementForProperty:kABLastNameProperty
+ label:nil
+ key:nil
+ value:key
+  
comparison:kABContainsSubStringCaseInsensitive];
+emailSearch = [ABPerson searchElementForProperty:kABEmailProperty
+  label:nil
+ key:nil
+ value:key
+ comparison:kABContainsSubStringCaseInsensitive];
+searchTerms = [NSArray arrayWithObjects:firstNameSearch, lastNameSearch, 
emailSearch, nil];
+search = [ABSearchElement searchElementForConjunction:kABSearchOr
+children:searchTerms];
+results = [book recordsMatchingSearchElement:search];
+
+addressEnum = [results objectEnumerator];
+
+while (person = (ABPerson*)[addressEnum nextObject]) {
+NSString *fullName = [NSString stringWithFormat:@%@ %@, [[person 
valueForProperty:kABFirstNameProperty] description], [[person 
valueForProperty:kABLastNameProperty] description]];
+  
+ABMultiValue *emails = [person valueForProperty:kABEmailProperty];
+int count = [emails count];
+int i;
+for (i = 0; i  count; i++) {
+NSString *email = [emails valueAtIndex:i];
+printf(%s\t%s\t(AddressBook)\n, [email cString], [fullName 
UTF8String]);
+  }
+}
+
+[pool release];
+
+return 0;
+}
diff -r 7c7812a37eff ABQuery/ABQuery.m
--- a/ABQuery/ABQuery.m Sun Sep 26 21:48:56 2010 -0700
+++ /dev/null   Thu Jan 01 00:00:00 1970 +
@@ -1,73 +0,0 @@
-/* ABQuery
- *
- *Copyright 2003 Brendan Cully bren...@kublai.com
- *
- *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.
- *
- *
- * $Id: ABQuery.m,v 1.3 2005-10-29 14:48:16 roland Exp $
- */
-
-#import Foundation/Foundation.h
-#import AddressBook/AddressBook.h
-
-int main (int argc, const char *argv[]) {
-NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
-ABAddressBook *book = [ABAddressBook sharedAddressBook];
-ABSearchElement 

[cvs] experimental/fangism/finkinfo pingus.info,NONE,1.1

2010-10-11 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5209

Added Files:
pingus.info 
Log Message:
Lemmings-like game, but with penguins
build validated on powerpc-darwin8, have yet to test-run
!lart Scons


--- NEW FILE: pingus.info ---
Package: pingus
Version: 0.7.3
Revision: 1
Description: Lemmings-like game with penguins
GCC: 4.0
Source-MD5: 7d1a0b0d658cc46dd09d6274f39acc7d
Source: http://pingus.seul.org/files/%n-%v.tar.bz2
BuildDepends: 
  fink (= 0.24.12),
  boost1.41.cmake,
  libpng3,
  scons,
  sdl,
  sdl-image,
  sdl-mixer

# fink-package-precedence,
# libusb1[-shlibs] ?
# Conflicts:
# Replaces:
Depends: 
  boost1.41.cmake-shlibs,
  libpng3-shlibs,
  sdl-shlibs,
  sdl-image-shlibs,
  sdl-mixer-shlibs

DocFiles: 
  AUTHORS
  COPYING
  ChangeLog
  INSTALL.unix
  NEWS
  README
  TODO

# PatchFile: %n.patch
# PatchFile-MD5: 
PatchScript: 
  #!/bin/sh -ev
#  %{default_script}
  sed=/usr/bin/sed
  file=SConstruct
  $sed -i.orig -e '/env.*CPPPATH/a\
'\ \ \ \ env['CPPPATH'] += ['%p/include'] \
-e 's/boost_signals/boost_signals-mt/g' \
$file

CompileScript: 
  #!/bin/sh -ev
  c=LIBPATH=%p/lib with_linuxevdev=no
  # Insufficient py-fu: attempts to pass CPPPATH failed, hence the sed-patch.
  mf=`echo $MAKEFLAGS | sed 's/.*\(-j[ ]*[0-9]*\).*/\1/'`
  echo using scons flags: $mf
  if test -x %p/bin/ccache
comp=CC='ccache gcc' CXX='ccache g++'
echo using auto-detected ccache
  fi
  # c=$c $comp $mf
  scons configure $c $comp $mf
  scons $mf
  # no dependency tracking to check headers
  # fink-package-precedence --headers .
  # fink-package-precedence --libs .

InstallScript: 
  #!/bin/sh -ev
  ./install.sh %i

DescDetail: 
[from http://pingus.seul.org/welcome.html]

Pingus has started at the end of 1998 with the simple goal to create a 
Free (as in freedom, not as in free beer) Lemmings(TM) clone. 
The Free means you get the sources and are allowed and encouraged to change 
and distribute them. You basically get everything that I used to create 
this game. In the years it has grown than quite a bit over the original 
goal and become something more than just a clone, we have original 
artwork, a built-in level editor, new actions, multiplayer and a few 
other features.

If you don't know Lemmings(TM), here comes a short introduction. 
It is a puzzle game developed in 1991 by DMA Design. 
The player takes command in the game of a bunch of small animals and has 
to guide them through levels. Since the animals walk on their own, 
the player can only influence them by giving them commands, 
like build a bridge, dig a hole or redirect all animals in the 
other direction. The goal of each level is to reach the exit, 
for this multiple combination of commands are necessary. 
The game is presented in a 2D site view. For more information you might 
want to visit one of the numerous visit Lemmings(TM) fanpages on the net.

While Pingus is based on the idea of Lemmings(TM), it however doesn't try 
to be an exact clone, it has included a few ideas of its own, 
like the worldmap or secret levels, which might be familiar from games 
the Super Mario World and other Nintendo games. It has also a few new 
actions, like the jumper which weren't presented in the original game. 
To get an impression of the look of the Pingus game you might want to 
have a look at some screenshots. 

DescPackaging: 
Choice of boost version was arbitrary.

License: GPL
Maintainer: David Fang fang...@users.sourceforge.net
Homepage: http://pingus.seul.org/welcome.html
DescUsage: 
To launch, just run 'pingus' from any command prompt.



--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo pingus.info,1.1,1.2

2010-10-11 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13528

Modified Files:
pingus.info 
Log Message:
gave up trying to use ccache with scons, added missing b/dep on libiconv


Index: pingus.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/pingus.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus.info 12 Oct 2010 00:40:50 -  1.1
+++ pingus.info 12 Oct 2010 01:26:21 -  1.2
@@ -8,6 +8,7 @@
 BuildDepends: 
   fink (= 0.24.12),
   boost1.41.cmake,
+  libiconv-dev,
   libpng3,
   scons,
   sdl,
@@ -20,6 +21,7 @@
 # Replaces:
 Depends: 
   boost1.41.cmake-shlibs,
+  libiconv,
   libpng3-shlibs,
   sdl-shlibs,
   sdl-image-shlibs,
@@ -52,12 +54,8 @@
   # Insufficient py-fu: attempts to pass CPPPATH failed, hence the sed-patch.
   mf=`echo $MAKEFLAGS | sed 's/.*\(-j[ ]*[0-9]*\).*/\1/'`
   echo using scons flags: $mf
-  if test -x %p/bin/ccache
-comp=CC='ccache gcc' CXX='ccache g++'
-echo using auto-detected ccache
-  fi
-  # c=$c $comp $mf
-  scons configure $c $comp $mf
+  # c=$c $mf
+  scons configure $c $mf
   scons $mf
   # no dependency tracking to check headers
   # fink-package-precedence --headers .


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo pingus.info,1.2,1.3

2010-10-11 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9928

Modified Files:
pingus.info 
Log Message:
wrapper to pass --datadir, launches, got some color depth 
exception in the midle of first tutorial.  whom to blame...?


Index: pingus.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/pingus.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pingus.info 12 Oct 2010 01:26:21 -  1.2
+++ pingus.info 12 Oct 2010 03:28:01 -  1.3
@@ -64,6 +64,10 @@
 InstallScript: 
   #!/bin/sh -ev
   ./install.sh %i
+  mv %i/bin/pingus %i/bin/pingus-bare
+  echo #!/bin/sh -v  %i/bin/pingus
+  echo exec pingus-bare --datadir %p/share/%n/data  %i/bin/pingus
+  chmod +x %i/bin/pingus
 
 DescDetail: 
 [from http://pingus.seul.org/welcome.html]
@@ -99,6 +103,11 @@
 DescPackaging: 
 Choice of boost version was arbitrary.
 
+DescUsage: 
+The wrapper script 'pingus' automatically passes --datadir for you, 
+so all you have to do is run 'pingus'.  
+See pingus -h for more options.  
+
 License: GPL
 Maintainer: David Fang fang...@users.sourceforge.net
 Homepage: http://pingus.seul.org/welcome.html


--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs