[cvs] dists/10.4/unstable/main/finkinfo/utils clamav.info,1.49,1.50

2010-11-02 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26234

Modified Files:
clamav.info 
Log Message:
New upstream patch release. Enable unit tests in InfoTest.

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- clamav.info 24 Sep 2010 15:54:58 -  1.49
+++ clamav.info 2 Nov 2010 08:07:14 -   1.50
@@ -1,6 +1,6 @@
 Info3: 
 Package: clamav
-Version: 0.96.3
+Version: 0.96.4
 Revision: 11
 
 Description: Clam Anti-Virus scanner
@@ -49,7 +49,7 @@
 Homepage: http://www.clamav.net/
 License: GPL
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 663274565c4da17abb112ff88895e510
+Source-MD5: 7d47f73fe16b96544a4b5e41686e5060
 
 BuildConflicts: clamav2-dev, clamav3-dev, clamav4-dev, clamav5-dev, clamav6-dev
 BuildDepends: 
@@ -204,6 +204,7 @@
  TestSuiteSize: medium
  TestScript: 
#!/bin/sh -ev
+   make check || exit 2
for clamfile in `/bin/ls -1 %b/test/clam*`; do
  ( %b/clamscan/clamscan --database=%b/database $clamfile ) ;
  if [ $? -ne 1 ] ; then exit 2 ; fi


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 clamav-0.95.3.info, 1.1, 1.2 clamav.info, 1.25, 1.26 clamav.patch, 1.1, NONE

2010-11-02 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2602

Modified Files:
clamav-0.95.3.info clamav.info 
Removed Files:
clamav.patch 
Log Message:
Move latest version to stable which works with current gcc44.

Index: clamav-0.95.3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/clamav-0.95.3.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- clamav-0.95.3.info  17 Jun 2010 10:48:38 -  1.1
+++ clamav-0.95.3.info  2 Nov 2010 08:57:45 -   1.2
@@ -1,7 +1,7 @@
 Info3: 
 Package: clamav
 Version: 0.95.3
-Revision: 22
+Revision: 23
 
 Description: Clam Anti-Virus scanner
 DescDetail: 
@@ -58,14 +58,14 @@
   libiconv-dev,
   libncurses5,
   libtool2,
-  gcc44
+  gcc44 (= 4.4.4)
 
 Depends: 
   clamav6-shlibs (=%v-%r),
   libncurses5-shlibs
 
 
-SetCC: %p/lib/gcc4.4/bin/gcc
+SetCC: %p/bin/gcc-4
 CompileScript: 
  #!/bin/sh -ev
  export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
@@ -100,7 +100,7 @@
   Package: clamav6-shlibs
   Depends: 
 bzip2-shlibs,
-gcc44-shlibs,
+gcc44-shlibs (= 4.4.4),
 libiconv,
 libtool2-shlibs
   

--- clamav.patch DELETED ---

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- clamav.info 15 Sep 2010 22:01:56 -  1.25
+++ clamav.info 2 Nov 2010 08:57:45 -   1.26
@@ -1,7 +1,7 @@
 Info3: 
 Package: clamav
-Version: 0.96.2
-Revision: 1
+Version: 0.96.4
+Revision: 11
 
 Description: Clam Anti-Virus scanner
 DescDetail: 
@@ -49,10 +49,7 @@
 Homepage: http://www.clamav.net/
 License: GPL
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a2c2555d86868f91a01d0e2c2403bbec
-
-PatchFile: %n.patch
-PatchFile-MD5: 7518bd00a6f80351d4ec7edbc3c6e160
+Source-MD5: 7d47f73fe16b96544a4b5e41686e5060
 
 BuildConflicts: clamav2-dev, clamav3-dev, clamav4-dev, clamav5-dev, clamav6-dev
 BuildDepends: 
@@ -62,7 +59,7 @@
   libiconv-dev,
   libncurses5,
   libtool2,
-  gcc44
+  gcc44 (= 4.4.4)
 
 Depends: 
   clamav7-shlibs (=%v-%r),
@@ -74,8 +71,8 @@
  /usr/bin/sed -i'.bak' 's/LC_AGE=1/LC_AGE=0/g' configure*
 
 
-SetCC: %p/lib/gcc4.4/bin/gcc
-SetCXX: %p/lib/gcc4.4/bin/g++
+SetCC: %p/bin/gcc-4
+SetCXX: %p/bin/g++-4
 CompileScript: 
  #!/bin/sh -ev
  export PKG_CONFIG_PATH=%p/lib/system-openssl/lib/pkgconfig
@@ -111,7 +108,7 @@
   Package: clamav7-shlibs
   Depends: 
 bzip2-shlibs,
-gcc44-shlibs,
+gcc44-shlibs (= 4.4.4),
 libiconv,
 libtool2-shlibs
   


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 pasdoc.info,1.1,1.2

2010-11-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5497/unstable/main/finkinfo/devel

Modified Files:
pasdoc.info 
Log Message:
pasdoc: upstream update (version 0.12.0) and some minor corrections.

Index: pasdoc.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pasdoc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pasdoc.info 17 Sep 2008 08:17:11 -  1.1
+++ pasdoc.info 2 Nov 2010 09:13:10 -   1.2
@@ -1,18 +1,28 @@
 Package: pasdoc
-Version: 0.11.0
-Revision: 2
-Architecture: powerpc, i386
+Version: 0.12.0
+Revision: 1
+Architecture: powerpc, i386, x86_64
 Description: Documentation tool for Pascal source code
 License: GPL
 
 BuildDepends: fpc
 
 # Unpack Phase
-Source: mirror:sourceforge:%n/%n-%v-src.tar.gz
-Source-MD5: 6c492e6dcc68f7dce76fedacfc0e92cb
+Source: mirror:sourceforge:/%n/PasDoc%%20Sources/%v/%n-%v-src.tar.gz
+Source-MD5: f6e0450e2b40d5f330ae8422c6ec503a
+SourceDirectory: pasdoc
+
+# Patch Phase
+Patchscript: 
+#!/bin/sh -ev
+# Mac OS X 10.5 and up need -gw for dwarf debug format
+# maybe, this will be fixed some time by upstream or fpc
+if [[ $(sw_vers -productVersion)  10.4 ]]; then
+  sed -i 's|-gl|-gl\n-gw|g' pasdoc-fpc.cfg
+fi
+
 
 # Compile Phase
-SourceDirectory: pasdoc
 Compilescript: make
 
 # Install Phase
@@ -33,5 +43,9 @@
  Also, see the web page for more information about PasDoc.
 
 
+DescPort: 
+ Still to do: pasdoc_gui?
+
+
 Homepage: http://pasdoc.sipsolutions.net/
-Maintainer: Karl-Michael Schindler karl-michael.schind...@physik.uni-halle.de
+Maintainer: Karl-Michael Schindler karl-michael.schind...@web.de


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 pasdoc.info,1.1,1.2

2010-11-02 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5497/stable/main/finkinfo/devel

Modified Files:
pasdoc.info 
Log Message:
pasdoc: upstream update (version 0.12.0) and some minor corrections.

Index: pasdoc.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/pasdoc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pasdoc.info 6 Jun 2009 11:00:41 -   1.1
+++ pasdoc.info 2 Nov 2010 09:13:10 -   1.2
@@ -1,18 +1,28 @@
 Package: pasdoc
-Version: 0.11.0
-Revision: 2
-Architecture: powerpc, i386
+Version: 0.12.0
+Revision: 1
+Architecture: powerpc, i386, x86_64
 Description: Documentation tool for Pascal source code
 License: GPL
 
 BuildDepends: fpc
 
 # Unpack Phase
-Source: mirror:sourceforge:%n/%n-%v-src.tar.gz
-Source-MD5: 6c492e6dcc68f7dce76fedacfc0e92cb
+Source: mirror:sourceforge:/%n/PasDoc%%20Sources/%v/%n-%v-src.tar.gz
+Source-MD5: f6e0450e2b40d5f330ae8422c6ec503a
+SourceDirectory: pasdoc
+
+# Patch Phase
+Patchscript: 
+#!/bin/sh -ev
+# Mac OS X 10.5 and up need -gw for dwarf debug format
+# maybe, this will be fixed some time by upstream or fpc
+if [[ $(sw_vers -productVersion)  10.4 ]]; then
+  sed -i 's|-gl|-gl\n-gw|g' pasdoc-fpc.cfg
+fi
+
 
 # Compile Phase
-SourceDirectory: pasdoc
 Compilescript: make
 
 # Install Phase
@@ -33,5 +43,9 @@
  Also, see the web page for more information about PasDoc.
 
 
+DescPort: 
+ Still to do: pasdoc_gui?
+
+
 Homepage: http://pasdoc.sipsolutions.net/
-Maintainer: Karl-Michael Schindler karl-michael.schind...@physik.uni-halle.de
+Maintainer: Karl-Michael Schindler karl-michael.schind...@web.de


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 mock-py.info, NONE, 1.1

2010-11-02 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15474/libs/pythonmods

Added Files:
mock-py.info 
Log Message:
buildbot-0.8.2-1 and mock-py*-0.7.0b3

Upstream has split buildbot into master and slave sub-packages.

mock-py is needed for the new buildbot test suite.


--- NEW FILE: mock-py.info ---
Info2: 
Package: mock-py%type_pkg[python]
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6 2.7 3.1)
Version: 0.7.0b3
Revision: 1

Depends: python%type_pkg[python]
BuildDepends: distribute-py%type_pkg[python], fink (= 0.24.12)

Source: http://pypi.python.org/packages/source/m/mock/mock-%v.tar.gz
Source-MD5: 2799e896f528f5cecec8cc55a5d5da21

# TODO: build docs
DocFiles: README.txt

CompileScript: 
   echo Skipping compile stage


InstallScript: 
   mkdir -p %i/share/doc/%n
   cp -pr docs html %i/share/doc/%n
   # TODO: remove after 0.7.0b3
   rm -rf %i/share/doc/%n/html/html
   %p/bin/python%type_raw[python] setup.py install --root=%d


Description: Python mocking/patching library for testing

DescDetail: 
mock provides a core Mock class that is intended to reduce the need to create a
host of trivial stubs throughout your test suite. After performing an action,
you can make assertions about which methods / attributes were used and
arguments they were called with. You can also specify return values and set
specific attributes in the normal way.


License: BSD
Homepage: http://www.voidspace.org.uk/python/mock/
Maintainer: Charles Lepple clepple+f...@ghz.cc

# Info2:



--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 buildbot-master-py.info, NONE, 1.1 buildbot-slave-py.info, NONE, 1.1 buildbot-slave-py.patch, NONE, 1.1 buildbot-py.info, 1.20, 1.21

2010-11-02 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15474/devel

Modified Files:
buildbot-py.info 
Added Files:
buildbot-master-py.info buildbot-slave-py.info 
buildbot-slave-py.patch 
Log Message:
buildbot-0.8.2-1 and mock-py*-0.7.0b3

Upstream has split buildbot into master and slave sub-packages.

mock-py is needed for the new buildbot test suite.


--- NEW FILE: buildbot-slave-py.patch ---
--- buildbot-slave-0.8.1-rc1/setup.py.orig  2010-06-16 20:07:17.0 
-0400
+++ buildbot-slave-0.8.1-rc1/setup.py   2010-06-20 22:22:36.0 -0400
@@ -61,7 +61,7 @@
 ]
 else:
 setup_args['install_requires'] = [
-'twisted = 2.0.0',
+'twisted_core = 2.0.0',
 ]
 setup_args['entry_points'] = {
 'console_scripts': [

Index: buildbot-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/buildbot-py.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- buildbot-py.info2 Oct 2010 01:29:03 -   1.20
+++ buildbot-py.info2 Nov 2010 12:51:09 -   1.21
@@ -1,55 +1,25 @@
 Info2: 
 Package: buildbot-py%type_pkg[python]
-# no simplejson-py24:
-# Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
 Type: python (2.5 2.6)
-Version: 0.8.0
-Revision: 2
-
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python],  
twisted2-mail-py%type_pkg[python],  twisted2-web-py%type_pkg[python],  
twisted2-words-py%type_pkg[python], jinja2-py%type_pkg[python], 
simplejson-py%type_pkg[python], pysqlite2-py%type_pkg[python], 
setuptools-py%type_pkg[python]
+Version: 0.8.2
+Revision: 1
 
-# For patchfile:
-BuildDepends: fink (= 0.24.12)
+# TODO: depend on docs package
+Depends: buildbot-master-py%type_pkg[python], 
buildbot-slave-py%type_pkg[python], fink-obsolete-packages
 
-Source: http://pypi.python.org/packages/source/b/buildbot/buildbot-%v.tar.gz
-### The SF mirror will probably be deprecated in the future:
-#Source: mirror:sourceforge:buildbot/buildbot-%v.tar.gz
-Source-MD5: 0ab95146d6acb25f0d39c814852d0f6c
-PatchFile: buildbot-py.patch
-PatchFile-MD5: cc4d26405616de0994eba2cebd174d45
+DocFiles: README
 
-DocFiles: CREDITS NEWS README
+Source: none
 
 CompileScript: 
-   python%type_raw[python] setup.py build
+   echo The buildbot-py%type_pkg[python] package has been split into 
buildbot-master-py%type_pkg[python] and buildbot-slave-py%type_pkg[python].  
README
 
 
 InstallScript: 
-#!/bin/sh -ev
-   python%type_raw[python] setup.py install --root=%d
-   mkdir -p %i/share/doc/%n
-   cp -pr docs %i/share/doc/%n
-   cp -pr contrib %i/share/doc/%n
-   mv %i/bin/buildbot %i/bin/buildbot%type_raw[python]
-   [ -r PKG-INFO ]  cp -p PKG-INFO %i/share/doc/%n || true
-
-
-InfoTest: 
-   TestScript: PYTHONPATH=. trial%type_raw[python] buildbot.test || exit 2
-   TestSuiteSize: medium
-
-
-PostInstScript: 
- update-alternatives --install %p/bin/buildbot buildbot 
%p/bin/buildbot%type_raw[python] %type_pkg[python]
-
-
-PreRmScript: 
- if [ $1 != upgrade ]; then
-   update-alternatives --remove buildbot %p/bin/buildbot%type_raw[python]
- fi
+   true
 
 
-Description: Automatic software build/test system
+Description: Transitional package for automatic software build/test system
 
 DescDetail: 
 The BuildBot is a system to automate the compile/test cycle required by most
@@ -69,12 +39,8 @@
 about their changes, encouraging them to be more careful about testing before
 checkin.
 
-It is suggested that you start buildbot from launchd:
-   http://buildbot.net/trac/wiki/UsingLaunchd
-
-
-DescPackaging:
-This package should eventually provide a system user to isolate the builds.
+The buildbot-py%type_pkg[python] package has been split into
+buildbot-master-py%type_pkg[python] and buildbot-slave-py%type_pkg[python].
 
 
 License: GPL

--- NEW FILE: buildbot-master-py.info ---
Info2: 
Package: buildbot-master-py%type_pkg[python]
Type: python (2.5 2.6)
Version: 0.8.2
Revision: 1

Depends: python%type_pkg[python], twisted2-py%type_pkg[python],  
twisted2-mail-py%type_pkg[python],  twisted2-web-py%type_pkg[python],  
twisted2-words-py%type_pkg[python], jinja2-py%type_pkg[python], 
simplejson-py%type_pkg[python], pysqlite2-py%type_pkg[python]

Conflicts: buildbot-py%type_pkg[python] ( 0.8.1-0)
Replaces: buildbot-py%type_pkg[python] ( 0.8.1-0)

# For patchfile:
#BuildDepends: fink (= 0.24.12)
BuildDepends: distribute-py%type_pkg[python]

Source: http://pypi.python.org/packages/source/b/buildbot/buildbot-%v.tar.gz
### The SF mirror will probably be deprecated in the future:
#Source: mirror:sourceforge:buildbot/buildbot-%v.tar.gz
Source-MD5: a377f79b8e59c29891886eb980dc8703

DocFiles: CREDITS NEWS README UPGRADING

CompileScript: 
   python%type_raw[python] setup.py build


InstallScript: 
#!/bin/sh -ev
   python%type_raw[python] setup.py install 

[cvs] dists/10.4/stable/main/finkinfo/utils clamav.info,1.26,1.27

2010-11-02 Thread Remi Mommsen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19345

Modified Files:
clamav.info 
Log Message:
Add unit test in stable, too.

Index: clamav.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/clamav.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- clamav.info 2 Nov 2010 08:57:45 -   1.26
+++ clamav.info 2 Nov 2010 13:12:18 -   1.27
@@ -204,6 +204,7 @@
  TestSuiteSize: medium
  TestScript: 
#!/bin/sh -ev
+   make check || exit 2
for clamfile in `/bin/ls -1 %b/test/clam*`; do
  ( %b/clamscan/clamscan --database=%b/database $clamfile ) ;
  if [ $? -ne 1 ] ; then exit 2 ; fi


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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/libs/pythonmods pynotify-py.info, 1.1, 1.2 python-mhash-py.info, 1.3, 1.4

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

Modified Files:
pynotify-py.info python-mhash-py.info 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: pynotify-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/pynotify-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pynotify-py.info15 Nov 2009 08:20:31 -  1.1
+++ pynotify-py.info2 Nov 2010 15:46:18 -   1.2
@@ -1,49 +1,43 @@
 Info2: 
 Package: pynotify-py%type_pkg[python]
 Version: 0.1.1
-Revision: 1
-Type: python (2.6)
+Revision: 3
+Type: python (2.6 2.7)
 BuildDepends: 
-atk1 (= 1.26.0-1),
-cairo (= 1.8-1),
-   dbus-dev (= 1.2.1-1),
-   expat1,
+atk1 (= 1.28.0-1),
+cairo (= 1.8.8-3),
+   dbus-glib1.2-dev,
+   dbus1.3-dev,
fink (= 0.24.12),
-   fontconfig2-dev (= 2.4.1-1),
-   freetype219 (= 2.3.8-2),
-glib2-dev (= 2.20.0-1),
+   fink-package-precedence,
+   fontconfig2-dev (= 2.8.0-4),
+   freetype219 (= 2.3.12-1),
+glib2-dev (= 2.22.0-1),
glitz,
-gtk+2-dev (= 2.16.0-1),
-   libffi,
-   libgettext3-dev,
-   libiconv-dev,
+gtk+2-dev (= 2.18.0-1),
 libnotify (= 0.4.5-1),
-   libpng3,
-pango1-xft2-ft219-dev (= 1.24.0-1),
-   pixman (= 0.14.0-1),
-pygobject2-py26-dev (= 2.18.0-1),
-pygtk2-gtk-py26-dev (= 2.15.2-1),
+pango1-xft2-ft219-dev (= 1.24.5-4),
+   pixman (= 0.16.0-1),
+pygobject2-py26-dev (= 2.20.0-1),
+pygtk2-gtk-py26-dev (= 2.16.0-1),
pkgconfig (= 0.23),
x11-dev
 
 Depends: 
-atk1-shlibs (= 1.26.0-1),
-cairo-shlibs (= 1.8-1),
-   dbus-shlibs (= 1.2.1-1),
-   expat1-shlibs,
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-glib2-shlibs (= 2.20.0-1),
-   glitz-shlibs,
-gtk+2-shlibs (= 2.16.0-1),
-   libgettext3-shlibs,
-   libiconv,
+atk1-shlibs (= 1.28.0-1),
+cairo-shlibs (= 1.8.8-3),
+   dbus (= 1.2.1-1),
+   dbus-glib1.2-shlibs,
+   dbus1.3-shlibs,
+   fontconfig2-shlibs (= 2.8.0-4),
+   freetype219-shlibs (= 2.3.12-1),
+glib2-shlibs (= 2.22.0-1),
+gtk+2-shlibs (= 2.18.0-1),
 libnotify-shlibs (= 0.4.5-1),
-   libpng3-shlibs,
-pango1-xft2-ft219-shlibs (= 1.24.0-1),
-   pixman-shlibs (= 0.14.0-1),
-pygobject2-py26 (= 2.18.0-1),
-pygtk2-gtk-py26 (= 2.15.2-1),
+   notification-daemon,
+pango1-xft2-ft219-shlibs (= 1.24.5-4),
+pygobject2-py26 (= 2.20.0-1),
+pygtk2-gtk-py26 (= 2.16.0-1),
python%type_pkg[python],
x11
 
@@ -51,10 +45,11 @@
 Source-MD5: d247cf79b46cef7495deb0a76334f81d
 PatchFile: %{ni}.patch
 PatchFile-MD5: cf877ca52d350836cbdd1c68a00b502b
-ConfigureParams: --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
+ConfigureParams: --enable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
 CompileScript: 
PYTHON=%p/bin/python%type_raw[python] ./configure %c
make
+   fink-package-precedence --prohibit-bdep %n-dev .
 
 InstallScript: 
make install DESTDIR=%d
@@ -64,6 +59,14 @@
Package: %N-dev
Depends: %N (= %v-%r)
BuildDependsOnly: true
+   Conflicts: 
+   pynotify-py26-dev,
+   pynotify-py27-dev
+   
+   Replaces: 
+   pynotify-py26-dev,
+   pynotify-py27-dev
+   
InstallScript: 
mkdir -p %i/share/doc/%n/examples
install -m 755 tests/*.py tests/*.png %i/share/doc/%n/examples

Index: python-mhash-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/python-mhash-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- python-mhash-py.info15 Nov 2009 07:35:11 -  1.3
+++ python-mhash-py.info2 Nov 2010 15:46:18 -   1.4
@@ -3,7 +3,7 @@
 Version: 1.4
 Revision: 1
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6)
+Type: python (2.4 2.5 2.6 2.7)
 Maintainer: Daniel Macks dma...@netspace.org
 BuildDepends: libmhash2 (= 0.9.9-1)
 Depends: libmhash2-shlibs (= 0.9.9-1), python%type_pkg[python]


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  

[cvs] dists/10.4/stable/main/finkinfo/libs dbus-glib1.2-shlibs.info, NONE, 1.1 dbus-glib1.2-shlibs.patch, NONE, 1.1 dbus-shlibs.info, NONE, 1.1 dbus1.3-shlibs.info, NONE, 1.1 dbus1.3-shlibs.patch, NON

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

Modified Files:
libhal1-shlibs.info liboil-0.3.info liboil-0.3.patch 
libsigc++2.info libuninameslist1.info libxml++2.info 
poppler2-glib.info poppler4-glib.info 
Added Files:
dbus-glib1.2-shlibs.info dbus-glib1.2-shlibs.patch 
dbus-shlibs.info dbus1.3-shlibs.info dbus1.3-shlibs.patch 
libxml++2.patch 
Removed Files:
dbus.info dbus.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


--- NEW FILE: dbus-shlibs.info ---
Package: dbus-shlibs
Version: 1.2.16
Revision: 101
Description: Message bus system for applications
License: OSI-Approved
Maintainer: Benjamin Reed d...@fink.racoonfink.com

Depends: 
daemonic,
dbus1.3-shlibs,
dbus-glib1.2-shlibs,
xinitrc

BuildDepends: 
fink (= 0.29.7-1),
gettext-tools,
libgettext8-dev,
passwd (= 20060201-1),
pkgconfig (= 0.22-1)


Source: http://dbus.freedesktop.org/releases/dbus-0.62.tar.gz
Source-MD5: ba7692f63d0e9f1ef06703dff56cb650

SetCFLAGS: -Os -g
ConfigureParams: 
--mandir=%p/share/man \
--libexecdir=%p/sbin \
--disable-static \
--with-dbus-user=messagebus \
--with-dbus-daemondir=%p/bin \
--enable-console-owner-file \
--disable-asserts \
--disable-tests \
--enable-checks \
--enable-kqueue \
--enable-launchd \
--with-launchd-agent-dir=%p/share/dbus/launchd \
--disable-userdb-cache \
--disable-ansi \
--with-xml=expat \
--disable-xml-docs \
--disable-doxygen-docs \
--disable-dependency-tracking \
--without-x \
ac_cv_func_poll=no

CompileScript: 
#!/bin/sh -ev

if [ -x /usr/bin/gcc-4.2 ]; then
export CC=gcc-4.2
export CXX=g++-4.2
export CPP=cpp-4.2
fi

MBID=`id -u messagebus 2/dev/null || echo 0`
if [ $MBID -eq 0 ]; then
echo You must install the 'passwd' package for D-Bus to build 
properly.
echo Try running 'fink reinstall passwd', and then answer 
'yes' when it asks to create users.
exit 1
fi

./configure %c
make -C dbus


InstallScript: 
make -C dbus -j1 install DESTDIR=%d

rm -rf %i/include %i/lib/dbus-1.0
rm %i/lib/libdbus-1.{dylib,la}

DocFiles: AUTHORS COPYING ChangeLog HACKING NEWS README*
Shlibs: %p/lib/libdbus-1.2.dylib 3.0.0 %n (= 0.60-1)

SplitOff: 
Package: dbus-dev
Depends: 
dbus-shlibs (= %v-%r),
dbus1.3-dev,
dbus-glib1.2-dev

#   fink-obsolete-packages
Replaces: dbus ( %v-%r)
BuildDependsOnly: true
InstallScript: 
mkdir -p %i/share/doc/installed-packages
touch %i/share/doc/installed-packages/%n



Homepage: http://dbus.freedesktop.org/
DescDetail: 
The old dbus-{dev,shlibs} has been split into separate
dbus1.3-{dev,shlibs} and dbus-glib1.2-{dev,shlibs} packages.

Formerly, dbus-shlibs had Shlibs entries:

%p/lib/libdbus-1.3.dylib  8.0.0 dbus-shlibs (= 1.2.1-1)
%p/lib/libdbus-glib-1.2.dylib 4.0.0 dbus-shlibs (= 0.74-1)

so we must keep a dependency on whatever package now supplies those
i_n at at-least-those-c_v per Shlibs Policy to avoid breaking things
that have dependency on dbus-shlibs expecting to find those libs here.
dbus-shlibs also contained an older install_name, so we build it and
keep that real lib there (per Shlibs Policy). But we don't even bother
building the old-version's daemon and other bindings stuff.

There is nothing left in dbus-dev, so will eventually OBSOLETE it once
other packages' BDep have started to migrate to new names and then
nuke it when nothing depends on it.


Index: libsigc++2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libsigc++2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libsigc++2.info 15 Nov 2009 08:20:31 -  1.3
+++ libsigc++2.info 2 Nov 2010 15:46:18 -   1.4
@@ -1,12 +1,13 @@
 Package: libsigc++2
-Version: 2.2.4.2
-Revision: 3
+Version: 2.2.8
+Revision: 1002
 Depends: %N-shlibs (= %v-%r)
+BuildDepends: pkgconfig, libxslt-bin
 BuildDependsOnly: True
 Maintainer: Jack Fink jackf...@users.sourceforge.net
 GCC: 4.0
 Source: mirror:gnome:sources/libsigc++/2.2/libsigc++-%v.tar.bz2
-Source-MD5: 545edbb7b54eec4f723323d3158c0e0c
+Source-MD5: 1198425eab9fd605721a278c651b8dd8
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
 NoSetLDFLAGS: True
 SetLibs: -L%p/lib
@@ -15,7 +16,7 @@
 

[cvs] dists/10.4/stable/main/finkinfo/text enchant.info, 1.4, 1.5 enchant.patch, 1.1, 1.2

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

Modified Files:
enchant.info enchant.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: enchant.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/enchant.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- enchant.info15 Nov 2009 08:20:31 -  1.4
+++ enchant.info2 Nov 2010 15:46:18 -   1.5
@@ -1,37 +1,32 @@
 Package: enchant
-Version: 1.4.2
-Revision: 2
+Version: 1.6.0
+Revision: 1
 
 Source: http://www.abisource.com/downloads/%n/%v/%n-%v.tar.gz
-Source-MD5: fe4558269ff59f569ab9581c907d58cb
+Source-MD5: de11011aff801dc61042828041fb59c7
 
 BuildDepends: 
aspell (= 0.60.5-1002),
aspell-dev (= 0.60.5-1002),
-   dbus-dev (= 1.2.1-1),
fink (= 0.24.12-1),
gettext-tools,
-   glib2-dev (= 2.20.0-1),
-   libgettext3-dev,
-   libiconv-dev,
+   glib2-dev (= 2.22.0-1),
pkgconfig (= 0.23)
 
 Depends: 
%N1-shlibs (= %v-%r),
aspell-shlibs (= 0.60.5-1002),
-   dbus-shlibs (= 1.2.1-1),
-   glib2-shlibs (= 2.20.0-1),
-   hspell,
-   libgettext3-shlibs,
-   libiconv
+   glib2-shlibs (= 2.22.0-1),
+   hspell
 
 Recommends: ispell
 GCC: 4.0
 
 PatchFile: %n.patch
-PatchFile-MD5: 0a361aa53c1c3f8302cdfb30b7c9a7eb
+PatchFile-MD5: f25da0a37565570c95917945eb711c27
+
+ConfigureParams: --enable-ispell --with-ispell-dir=%p/lib --disable-myspell 
--enable-aspell --disable-uspell --enable-hspell --disable-voikko 
--disable-dependency-tracking --mandir=%p/share/man --disable-static 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH
 
-ConfigureParams: --enable-ispell --with-ispell-dir=%p/lib --disable-myspell 
--enable-aspell --with-aspell-dir=%p --disable-uspell --enable-hspell 
--disable-voikko --disable-dependency-tracking --mandir=%p/share/man 
--disable-static
 InstallScript: 
MKDIRPROG=mkdir -p make install DESTDIR=%d
   
@@ -40,12 +35,10 @@
 SplitOff: 
Package: %N1-shlibs
Depends: 
-   glib2-shlibs (= 2.20.0-1),
-   libgettext3-shlibs,
-   libiconv
+   glib2-shlibs (= 2.22.0-1)

Files: lib/libenchant.*.dylib
-   Shlibs: %p/lib/libenchant.1.dylib 6.0.0 %n (= 1.4.2-1)
+   Shlibs: %p/lib/libenchant.1.dylib 8.0.0 %n (= 1.6.0-1)
DocFiles: AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS 
README TODO
Suggests: %N
 
@@ -60,6 +53,9 @@
 
 DescPort: 
zemberek is a plugin but forgot its -module flag
+
+   Makefile variable-append syntax doesn't work so well in
+   shell-interpretted configure script
 
 DescPackaging: 
hspell lib is static-only and has lib and datafiles and

Index: enchant.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/enchant.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- enchant.patch   11 May 2009 18:02:00 -  1.1
+++ enchant.patch   2 Nov 2010 15:46:18 -   1.2
@@ -1,7 +1,19 @@
-diff -Nurd -x'*~' enchant-1.4.2.orig/src/zemberek/Makefile.in 
enchant-1.4.2/src/zemberek/Makefile.in
 enchant-1.4.2.orig/src/zemberek/Makefile.in2008-05-05 
16:27:22.0 -0400
-+++ enchant-1.4.2/src/zemberek/Makefile.in 2008-09-25 15:52:08.0 
-0400
-@@ -233,7 +233,7 @@
+diff -Nurd -x'*~' enchant-1.6.0.orig/configure enchant-1.6.0/configure
+--- enchant-1.6.0.orig/configure   2010-04-01 16:56:39.0 -0400
 enchant-1.6.0/configure2010-04-12 04:54:05.0 -0400
+@@ -18213,7 +18213,7 @@
+ fi
+ 
+ 
+-   ASPELL_CFLAGS+= -DHAVE_PSPELL_H
++   ASPELL_CFLAGS=${ASPELL_CFLAGS} -DHAVE_PSPELL_H
+elif test -f $aspell_prefix/include/aspell.h; then
+{ $as_echo $as_me:$LINENO: result: yes (aspell) 5
+ $as_echo yes (aspell) 6; }
+diff -Nurd -x'*~' enchant-1.6.0.orig/src/zemberek/Makefile.in 
enchant-1.6.0/src/zemberek/Makefile.in
+--- enchant-1.6.0.orig/src/zemberek/Makefile.in2010-04-01 
16:56:38.0 -0400
 enchant-1.6.0/src/zemberek/Makefile.in 2010-04-12 04:53:15.0 
-0400
+@@ -255,7 +255,7 @@
  zemberekdir = $(libdir)/enchant
  libenchant_zemberek_lalibdir = $(libdir)/enchant
  libenchant_zemberek_la_LIBADD = $(ZEMBEREK_LIBS) 
$(top_builddir)/src/libenchant.la


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, 

[cvs] dists/10.4/stable/main/finkinfo/web webkit-1.0.2.info, 1.3, 1.4 webkit-1.0.2.patch, 1.1, 1.2

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

Modified Files:
webkit-1.0.2.info webkit-1.0.2.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: webkit-1.0.2.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/web/webkit-1.0.2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- webkit-1.0.2.info   13 Feb 2010 20:10:44 -  1.3
+++ webkit-1.0.2.info   2 Nov 2010 15:46:19 -   1.4
@@ -1,66 +1,68 @@
 Package: webkit-1.0.2
-Version: 1.1.10
-Revision: 5
+Version: 1.1.15.4
+Revision: 3
 
 Source: http://webkitgtk.org/webkit-%v.tar.gz
-Source-MD5: b852753b3e21f010f565312132f88311
+Source-MD5: 47301fb7120421ac38bf714db8f5d428
 
 BuildDepends: 
-   atk1 (= 1.26.0-1),
-   cairo (= 1.8-1),
+   atk1 (= 1.28.0-1),
+   bison,
+   cairo (= 1.8.8-3),
enchant1-dev (= 1.4.2-1),
-   expat1,
fink (= 0.24.12),
-   fontconfig2-dev (= 2.4.1-1),
+   fink-package-precedence,
+   fontconfig2-dev (= 2.8.0-4),
flex-devel,
-   freetype219 (= 2.3.8-2),
+   freetype219 (= 2.3.12-1),
gettext-bin,
gettext-tools,
gperf,
-   glib2-dev (= 2.20.0-1),
+   glib2-dev (= 2.22.0-1),
glitz,
-   gtk-doc (= 1.11-1),
-   gnutls26 (= 2.8.0-1),
-   gtk+2-dev (= 2.16.0-1),
+   gtk-doc (= 1.13-5),
+   gtk+2-dev (= 2.18.0-1),
intltool40,
-   libgcrypt (= 1.4.3-2),
-   libgettext3-dev,
-   libgpg-error,
+   libgettext8-dev,
libiconv-dev,
libicu32-dev | libicu36-dev,
-   libjpeg,
-   libpng3,
-   libsoup2.4.1-ssl (= 2.26.0-1),
-   libtasn1-3,
+   libjpeg8,
+   libpng14,
+   libsoup2.4.1-ssl (= 2.28.0-1),
libxml2 (= 2.6.30-1),
libxslt,
-   pango1-xft2-ft219-dev (= 1.24.0-1),
-   pixman (= 0.14.0-1),
+   pango1-xft2-ft219-dev (= 1.24.5-4),
+   pixman (= 0.16.0-1),
pkgconfig (= 0.23),
sqlite3-dev,
x11-dev
 
-Depends: %n-shlibs (= %v-%r)
+Depends: 
+   %n-shlibs (= %v-%r),
+   glib2-shlibs (= 2.22.0-1)
+
 Conflicts: webkit-1.0.1
 Replaces: webkit-1.0.1
 BuildDependsOnly: true
 GCC: 4.0
 
 PatchFile: %n.patch
-PatchFile-MD5: 4bad707429fffc5cfb104be4174daa33
+PatchFile-MD5: f917b226ce8ba3b74c1d4b25bb08542e
 PatchScript: 
%{default_script}
echo WebKit is open source software with portions licensed under the 
LGPL, BSD, and APSL licenses. Complete license and copyright information can be 
found within the code and in the other LICENSE* files.  LICENSE
perl -pi -e 's/webkit\.pot/\$(DOMAIN).pot/g' GNUmakefile.in 
WebKit/gtk/po/GNUmakefile.am
mv WebKit/gtk/po/webkit.pot WebKit/gtk/po/webkit-1.0.2.pot
+   perl -pi -e 's/\$\(no_undefined\)/-no-undefined/' GNUmakefile.in
+   perl -pi -e 's,libpng12,libpng14,' configure
 
 
 ConfigureParams: 
-   --disable-dependency-tracking \
+   --enable-dependency-tracking \
--enable-gtk-doc \
--disable-video \
--disable-jit \
-   PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH \
+   
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
 \
XT_CFLAGS=  XT_LIBS=-L/usr/X11R6/lib -lXt -lX11
 
 NoSetMAKEFLAGS: true
@@ -73,9 +75,10 @@
export PATH=%p/lib/flex/bin:$PATH
 
./configure %c
-   mkdir DerivedSources
+#  mkdir DerivedSources
make
make -C WebKit/gtk/docs
+   fink-package-precedence --prohibit-bdep %n .
 
 
 InstallScript: 
@@ -101,32 +104,25 @@
Package: %N-shlibs
Files: lib/libwebkit-1.0.2.dylib
Depends: 
-   atk1-shlibs (= 1.26.0-1),
-   cairo-shlibs (= 1.8-1),
+   atk1-shlibs (= 1.28.0-1),
+   cairo-shlibs (= 1.8.8-3),
enchant1-shlibs (= 1.4.2-1),
-   expat1-shlibs,
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-   glib2-shlibs (= 2.20.0-1),
-   glitz-shlibs,
-   gnutls26-shlibs (= 2.8.0-1),
-   gtk+2-shlibs (= 2.16.0-1),
-   libgcrypt-shlibs (= 1.4.3-2),
-   libgettext3-shlibs,
-   libgpg-error-shlibs,
+   fontconfig2-shlibs (= 2.8.0-4),
+   freetype219-shlibs (= 2.3.12-1),
+   glib2-shlibs (= 2.22.0-1),
+   gtk+2-shlibs (= 2.18.0-1),
+   libgettext8-shlibs,
libiconv,
-   libjpeg-shlibs,
-   libpng3-shlibs,
-   libsoup2.4.1-ssl-shlibs (= 2.26.0-1),
-   libtasn1-3-shlibs,
+   

[cvs] dists/10.4/stable/main/finkinfo/sound esound.info, 1.5, 1.6 esound.patch, 1.3, 1.4 libcanberra-gtk0.info, 1.2, 1.3 libcanberra-gtk0.patch, 1.2, 1.3 libcanberra0.info, 1.2, 1.3

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

Modified Files:
esound.info esound.patch libcanberra-gtk0.info 
libcanberra-gtk0.patch libcanberra0.info 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: libcanberra-gtk0.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sound/libcanberra-gtk0.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libcanberra-gtk0.info   15 Nov 2009 08:20:31 -  1.2
+++ libcanberra-gtk0.info   2 Nov 2010 15:46:18 -   1.3
@@ -1,79 +1,69 @@
 Package: libcanberra-gtk0
-Version: 0.15
-Revision: 1
+Version: 0.23
+Revision: 2
 Source: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%v.tar.gz
-Source-MD5: 79c3c0a62e2c8c7c1906e9072a92763b
+Source-MD5: 83fb2fb7608c77f91904e12a867534fd
 
 BuildDepends: 
-   atk1 (= 1.26.0-1),
-   autoconf,
+   atk1 (= 1.28.0-1),
+   autoconf2.6,
automake1.11,
-   cairo (= 1.8-1),
-   expat1,
+   cairo (= 1.8.8-3),
fink (= 0.24.12-1),
-   fontconfig2-dev (= 2.4.1-1),
-   freetype219 (= 2.3.8-2),
-   gconf2-dev (= 2.26.0-1),
-   glib2-dev (= 2.20.0-1),
+   fink-package-precedence,
+   fontconfig2-dev (= 2.8.0-4),
+   freetype219 (= 2.3.12-1),
+   gconf2-dev (= 2.28.0-1),
+   glib2-dev (= 2.22.0-1),
glitz,
-   gtk-doc (= 1.9-1),
-   gtk+2-dev (= 2.16.0-1),
+   gtk-doc (= 1.13-5),
+   gtk+2-dev (= 2.18.0-1),
libcanberra0 (= %v-1),
-   libgettext3-dev,
-   libiconv-dev,
-   libogg (= 1.1.4-1),
-   libpng3,
+   libogg (= 1.2.0-1),
libtool2,
libvorbis0 (= 1.2.2-1),
-   pango1-xft2-ft219-dev (= 1.24.0-1),
-   pixman (= 0.14.0-1),
+   pango1-xft2-ft219-dev (= 1.24.5-4),
+   pixman (= 0.16.0-1),
pkgconfig (= 0.23),
-   x11-dev,
-   xft2-dev
+   x11-dev
 
 Depends: %n-shlibs (= %v-%r)
 BuildDependsOnly: true
 
 PatchFile: %n.patch
-Patchfile-MD5: fd72f18357dab064ba4b44da8bf43577
+Patchfile-MD5: 46edcd8be279d6ec6ca45cd4c96811e7
 PatchScript: 
%{default_script}
+   perl -pi -e 's/(-version-info|-avoid-version)/-no-undefined \1/' 
src/Makefile.am
 
 
-ConfigureParams: --disable-dependency-tracking --disable-static --enable-gtk 
--disable-schemas-install --disable-lynx --disable-tdb --disable-gstreamer 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig
+ConfigureParams: --enable-dependency-tracking --disable-static --enable-gtk 
--disable-schemas-install --disable-lynx --disable-tdb --disable-gstreamer 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig
 --disable-silent-rules
 CompileScript: 
autoreconf -fi
./configure %c
make plugin_LTLIBRARIES=
+   fink-package-precedence --prohibit-bdep %n .
 
 InstallScript: 
make install DESTDIR=%d plugin_LTLIBRARIES=
rm %i/lib/pkgconfig/libcanberra.pc
rm %i/share/doc/libcanberra/README
rmdir %i/share/doc/libcanberra
+   rm %i/share/vala/vapi/libcanberra.vapi
 
 DocFiles: LGPL README
 
 SplitOff: 
Package: %N-shlibs
Depends: 
-   atk1-shlibs (= 1.26.0-1),
-   cairo-shlibs (= 1.8-1),
-   expat1-shlibs,
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-   glib2-shlibs (= 2.20.0-1),
-   glitz-shlibs,
-   gtk+2-shlibs (= 2.16.0-1),
+   atk1-shlibs (= 1.28.0-1),
+   cairo-shlibs (= 1.8.8-3),
+   fontconfig2-shlibs (= 2.8.0-4),
+   freetype219-shlibs (= 2.3.12-1),
+   glib2-shlibs (= 2.22.0-1),
+   gtk+2-shlibs (= 2.18.0-1),
libcanberra0-shlibs (= %v-1),
-   libgettext3-shlibs,
-   libiconv,
-   libogg-shlibs (= 1.1.4-1),
-   libpng3-shlibs,
-   libtool2-shlibs,
-   libvorbis0-shlibs (= 1.2.2-1),
-   pango1-xft2-ft219-shlibs (= 1.24.0-1),
-   pixman-shlibs (= 0.14.0-1),
+   pango1-xft2-ft219-shlibs (= 1.24.5-4),
x11

Files: lib/libcanberra-gtk.*.dylib
@@ -91,25 +81,16 @@

Depends: 
%N-shlibs (= %v-%r),
-   atk1-shlibs (= 1.26.0-1),
-   cairo-shlibs (= 1.8-1),
-   expat1-shlibs,
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-   gconf2 (= 2.26.0-1),
-   gconf2-shlibs (= 2.26.0-1),
-   glib2-shlibs (= 2.20.0-1),
-   glitz-shlibs,
-   gtk+2-shlibs (= 

[cvs] dists/10.4/stable/main/finkinfo/x11-wm fluxbox.info, 1.1, 1.2 icewm.info, 1.6, 1.7 icewm.patch, 1.2, 1.3 metacity-setup.info, 1.3, 1.4 metacity-setup.patch, 1.1, 1.2 metacity.info, 1.8, 1.9 meta

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

Modified Files:
fluxbox.info icewm.info icewm.patch metacity-setup.info 
metacity-setup.patch metacity.info metacity.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: fluxbox.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/fluxbox.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fluxbox.info8 Nov 2009 14:56:46 -   1.1
+++ fluxbox.info2 Nov 2010 15:46:19 -   1.2
@@ -1,6 +1,6 @@
 Package: fluxbox
 Version: 1.0.0
-Revision: 1
+Revision: 2
 GCC: 4.0
 BuildDepends: 
fink (= 0.24.12-1),
@@ -9,11 +9,15 @@
imlib2,
libiconv-dev,
pkgconfig (= 0.23),
-   xft2-dev,
+   xft2-dev (= 2.1.14-1),
x11-dev
 
 Depends: 
+   fontconfig2-shlibs,
+   freetype219-shlibs,
+   imlib2-shlibs,
libiconv,
+   xft2-shlibs (= 2.1.14-1),
x11
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2

Index: icewm.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11-wm/icewm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- icewm.patch 12 Feb 2009 05:18:02 -  1.2
+++ icewm.patch 2 Nov 2010 15:46:19 -   1.3
@@ -1,7 +1,7 @@
-diff -Nurd -x'*~' icewm-1.2.33.orig/Makefile.in icewm-1.2.33/Makefile.in
 icewm-1.2.33.orig/Makefile.in  2007-11-04 09:13:53.0 -0500
-+++ icewm-1.2.33/Makefile.in   2007-11-20 00:09:06.0 -0500
-@@ -84,19 +84,19 @@
+diff -Nurd -x'*~' icewm-1.3.6.orig/Makefile.in icewm-1.3.6/Makefile.in
+--- icewm-1.3.6.orig/Makefile.in   2010-01-12 13:17:13.0 -0500
 icewm-1.3.6/Makefile.in2010-09-16 01:09:09.0 -0400
+@@ -79,19 +79,19 @@
  install-base: base
@echo --
@echo Installing binaries in $(DESTDIR)$(BINDIR)
@@ -26,7 +26,7 @@
 if test -d lib/$${xpmdir}; then \
$(INSTALLDIR) $(DESTDIR)$(LIBDIR)/$${xpmdir}; \
for pixmap in lib/$${xpmdir}/*.xpm; do \
-@@ -106,7 +106,7 @@
+@@ -101,7 +101,7 @@
  done

@echo --
@@ -35,7 +35,7 @@
 SRCDIR=$(top_srcdir) \
 DESTDIR=$(DESTDIR) \
 LIBDIR=$(LIBDIR) \
-@@ -121,27 +121,28 @@
+@@ -116,29 +116,29 @@
  
  install-docs: docs
@echo --
@@ -59,24 +59,39 @@
@echo --
  
  install-man:
+-  @$(INSTALLDIR) $(DESTDIR)$(MANDIR)/man1
 -  @for man in $(MANFILES); do \
 +  $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man1
 +  for man in $(MANFILES); do \
$(INSTALLMAN) doc/$$man.man $(DESTDIR)$(MANDIR)/man1/$$man; \
done
  
- install-gnome: gnome
+ install-desktop:
@echo --
-   @echo Installing icewm-gnome in $(DESTDIR)$(GWMDIR)
--  @$(INSTALLDIR) $(DESTDIR)$(GWMDIR)
--  @$(INSTALLLIB) $(top_srcdir)/lib/IceWM.desktop $(DESTDIR)$(GWMDIR)
-+  $(INSTALLDIR) $(DESTDIR)$(GWMDIR)
-+  $(INSTALLLIB) $(top_srcdir)/lib/IceWM.desktop $(DESTDIR)$(GWMDIR)
+-  @$(INSTALLDIR) $(DESTDIR)/usr/share/xsessions
+-  @$(INSTALLDIR) $(DESTDIR)/usr/share/applications
+-  @$(INSTALLLIB) $(top_srcdir)/lib/icewm-session.desktop 
$(DESTDIR)/usr/share/xsessions/icewm-session.desktop
+-  @$(INSTALLLIB) $(top_srcdir)/lib/icewm.desktop 
$(DESTDIR)/usr/share/applications/icewm.desktop
++  $(INSTALLDIR) $(DESTDIR)/$(PREFIX)/share/xsessions
++  $(INSTALLDIR) $(DESTDIR)/$(PREFIX)/share/applications
++  $(INSTALLLIB) $(top_srcdir)/lib/icewm-session.desktop 
$(DESTDIR)/$(PREFIX)/share/xsessions/icewm-session.desktop
++  $(INSTALLLIB) $(top_srcdir)/lib/icewm.desktop 
$(DESTDIR)/$(PREFIX)/share/applications/icewm.desktop
@echo --
-diff -Nurd -x'*~' icewm-1.2.33.orig/configure icewm-1.2.33/configure
 icewm-1.2.33.orig/configure2007-11-04 09:14:01.0 -0500
-+++ icewm-1.2.33/configure 2007-11-20 00:09:06.0 -0500
-@@ -12611,7 +12611,7 @@
+diff -Nurd -x'*~' icewm-1.3.6.orig/configure icewm-1.3.6/configure
+--- icewm-1.3.6.orig/configure 2010-01-12 13:17:17.0 -0500
 icewm-1.3.6/configure  2010-09-16 00:56:02.0 -0400
+@@ -11240,8 +11240,8 @@
+ #define CONFIG_XFREETYPE 2
+ _ACEOF
+ 
+-  CORE_CFLAGS=${CORE_CFLAGS} $XFT_CFLAGS
+-  CORE_LIBS=${CORE_LIBS} $XFT_LIBS
++  CORE_CFLAGS=$XFT_CFLAGS ${CORE_CFLAGS}
++  CORE_LIBS=$XFT_LIBS ${CORE_LIBS}
+   

[cvs] dists/10.4/stable/main/finkinfo/net irssi-10.6.info, 1.3, 1.4 irssi-ssl.info, NONE, 1.1 libsoup-gnome2.4.1.info, NONE, 1.1 libsoup-gnome2.4.1.patch, NONE, 1.1 libsoup2.4.1-ssl.patch, NONE, 1.1 l

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

Modified Files:
avahi.info gnet2.info irssi-10.4.info irssi-10.5.info 
irssi.patch libavahi-glib1-dev.info libsoup2.4.1-ssl.info 
liferea.info 
Added Files:
irssi-10.6.info irssi-ssl.info libsoup-gnome2.4.1.info 
libsoup-gnome2.4.1.patch libsoup2.4.1-ssl.patch liferea.patch 
Removed Files:
gnet2.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


--- NEW FILE: liferea.patch ---
diff -Nurd -x'*~' liferea-1.4.28.orig/configure liferea-1.4.28/configure
--- liferea-1.4.28.orig/configure   2009-04-12 16:57:36.0 -0400
+++ liferea-1.4.28/configure2010-05-21 21:50:03.0 -0400
@@ -24142,7 +24142,7 @@
 fi
 
 ;;
-   *cygwin*)
+   *darwin*)
{ $as_echo $as_me:$LINENO: checking for res_init 5
 $as_echo_n checking for res_init...  6; }
 if test ${ac_cv_func_res_init+set} = set; then
@@ -27968,6 +27968,7 @@
libxslt = 1.1.19
sqlite3 = 3.3
gmodule-2.0 = 2.0.0
+   gthread-2.0 = 2.0.0
libglade-2.0 = 2.0.0
 
 

Index: libsoup2.4.1-ssl.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libsoup2.4.1-ssl.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libsoup2.4.1-ssl.info   15 Nov 2009 08:20:31 -  1.1
+++ libsoup2.4.1-ssl.info   2 Nov 2010 15:46:18 -   1.2
@@ -1,18 +1,17 @@
 Package: libsoup2.4.1-ssl
-Version: 2.26.3
+Version: 2.28.2
 Revision: 1
-Source-MD5: 19f15636380a9a08a0f071cc53069b80
-Source: mirror:gnome:sources/libsoup/2.26/libsoup-%v.tar.bz2
+Source-MD5: 31d7ad416005eed4b78f07ac01b6b9f0
+Source: mirror:gnome:sources/libsoup/2.28/libsoup-%v.tar.bz2
 Replaces: libsoup-ssl-dev ( 2.2.1-2), libsoup-ssl-shlibs ( 2.2.1-2), 
libsoup-ssl, libsoup2.2.8-ssl
 Conflicts: libsoup-ssl-dev ( 2.2.1-2), libsoup-ssl, libsoup2.2.8-ssl
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
-   gettext-tools,
-   glib2-dev (= 2.20.0-1),
+   fink (= 0.24.12),
+   glib2-dev (= 2.22.0-1),
gnutls26 (= 2.8.0-1),
-   gtk-doc (= 1.8-1),
+   gtk-doc (= 1.13-5),
libgcrypt (= 1.4.3-2),
-   libgettext3-dev,
libgpg-error,
libiconv-dev,
libtasn1-3,
@@ -20,9 +19,14 @@
pkgconfig (= 0.23)
 
 BuildDependsOnly: true
-PatchScript: perl -pi -e 's,/usr/share/gtk-doc/html,%p/share/gtk-doc/html,g' 
docs/reference/html/*.html
+PatchFile: %n.patch
+PatchFile-MD5: 3105ec1c4800bd292f28a17581cbd718
+PatchScript: 
+   %{default_script}
+   perl -pi -e 's,/usr/share/gtk-doc/html,%p/share/gtk-doc/html,g' 
docs/reference/html/*.html
+
 SetCFLAGS: -Os
-ConfigureParams: --enable-ssl --disable-dependency-tracking --disable-gtk-doc 
--without-apache-httpd --disable-static --without-gnome
+ConfigureParams: --enable-ssl --disable-dependency-tracking --disable-gtk-doc 
--without-apache-httpd --disable-static --without-gnome 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH
 #InfoTest: TestScript: make check || exit 2
 InstallScript: 
make install DESTDIR=%d
@@ -30,20 +34,23 @@
 SplitOff: 
Package: %N-shlibs
Depends: 
-   glib2-shlibs (= 2.20.0-1),
+   glib2-shlibs (= 2.22.0-1),
gnutls26-shlibs (= 2.8.0-1),
libgcrypt-shlibs (= 1.4.3-2),
-   libgettext3-shlibs,
libgpg-error-shlibs,
libiconv,
libtasn1-3-shlibs,
libxml2-shlibs (= 2.6.30-1)

Files: lib/libsoup-2.4.1*.dylib
-   Shlibs: %p/lib/libsoup-2.4.1.dylib 4.0.0 %n (= 2.24.0.1-1)
+   Shlibs: %p/lib/libsoup-2.4.1.dylib 5.0.0 %n (= 2.28.2-1)
DocFiles: AUTHORS COPYING NEWS README
 
 DocFiles: AUTHORS COPYING NEWS README
+DescPort: 
+   Uses zlib so need to link against libz. See:
+   https://bugzilla.gnome.org/show_bug.cgi?id=606959
+
 DescPackaging: 
The -ssl naming is an artifact, retained for consistency.
 
@@ -61,11 +68,11 @@
--without-gnome. See:
http://bugzilla.gnome.org/show_bug.cgi?id=583409
 
-   New symbols added 2.26.3 vs 2.26.2 without increase of
-   compatibility_version. Not fixing b/c EOL for 2.26.x See:
-   http://bugzilla.gnome.org/show_bug.cgi?id=587487
+   All libs are shared-only and all symbols are resolved via dyld
+   so do not export internal-implementation reqs via pkg-config.
+   Reduces BuildDepends inheritance of things that are not in
+   public interface.
 
-
 Description: SOAP implementation in C, with SSL support
 DescDetail: 
 Soup is a SOAP (Simple Object Access Protocol) implementation 

[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods cairo-pm.info, 1.5, 1.6 glib-pm.info, 1.5, 1.6 gnome2-canvas-pm.info, 1.6, 1.7 gnome2-pm.info, 1.7, 1.8 gnome2-vfs-pm.info, 1.5, 1.6 gtk2-gladexml-p

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

Modified Files:
cairo-pm.info glib-pm.info gnome2-canvas-pm.info 
gnome2-pm.info gnome2-vfs-pm.info gtk2-gladexml-pm.info 
gtk2-pm.info gtk2-podviewer-pm.info pango-pm.info 
perlqt-pm.info 
Removed Files:
glib-pm.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: pango-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/pango-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pango-pm.info   11 Jan 2010 14:10:22 -  1.1
+++ pango-pm.info   2 Nov 2010 15:46:18 -   1.2
@@ -1,48 +1,43 @@
 Info2: 
 Package: pango-pm%type_pkg[perl]
-Version: 1.220
+Version: 1.221
 Revision: 2
 Architecture: (%type_pkg[perl] = 581) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6
 ###
 Depends: 
-   cairo-pm%type_pkg[perl] (= 1.061-1),
-   cairo-shlibs (= 1.8-1),
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-   glib-pm%type_pkg[perl] (= 1.221-1),
-   glib2-shlibs (= 2.20.0-1),
-   libgettext3-shlibs,
-   pango1-xft2-ft219-shlibs (= 1.24.0-1),
-   perl%type_pkg[perl]-core,
-   x11
+   cairo-pm%type_pkg[perl] (= 1.061-3),
+   cairo-shlibs (= 1.8.8-3),
+   fontconfig2-shlibs (= 2.8.0-4),
+   freetype219-shlibs (= 2.3.12-1),
+   glib-pm%type_pkg[perl] (= 1.222-1),
+   glib2-shlibs (= 2.22.0-1),
+   pango1-xft2-ft219-shlibs (= 1.24.5-4),
+   perl%type_pkg[perl]-core
 
 BuildDepends: 
-   cairo (= 1.8-1),
-   expat1,
-   extutils-depends-pm (= 0.301-1),
+   cairo (= 1.8.8-3),
+   extutils-depends-pm (= 0.302-1),
extutils-pkgconfig-pm (= 1.12-1),
fink (= 0.24.12-1),
-   fontconfig2-dev (= 2.4.1-1),
-   freetype219 (= 2.3.8-2),
-   glib2-dev (= 2.20.0-1),
+   fink-package-precedence (= 0.6),
+   fontconfig2-dev (= 2.8.0-4),
+   freetype219 (= 2.3.12-1),
+   glib2-dev (= 2.22.0-1),
glitz,
-   libgettext3-dev,
-   libiconv-dev,
-   pango1-xft2-ft219-dev (= 1.24.0-1),
-   pixman (= 0.14.0-1),
+   pango1-xft2-ft219-dev (= 1.24.5-4),
+   pixman (= 0.16.0-1),
pkgconfig (= 0.23),
-   x11-dev,
-   xft2-dev
+   x11-dev
 
 Replaces: gtk2-perl-pm, gtk2-pm%type_pkg[perl] ( 1.220-1)
 ###
 Source: mirror:cpan:authors/id/T/TS/TSCH/Pango-%v.tar.gz
-Source-MD5: ee4884ffe436fb936b4d84ea9c9372e3
+Source-MD5: 8d257209aa11bd6c3a2beb235c2f103f
 PatchFile: %{ni}.patch
 PatchFile-MD5: 61e251c6e5bf1aebeaa7926b466f7de0
 ###
-Type: perl (5.8.1 5.8.6 5.8.8)
+Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
 UpdatePOD: true
 ###
 NoPerlTests: true
@@ -50,20 +45,24 @@
 CompileScript: 
 #!/bin/sh -ev
 
-   export 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
+   export 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
%{default_script}
+
+   fink-package-precedence --depfile-ext='\.d' .
 
 InstallScript: 
   %{default_script}
   /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
-DocFiles: AUTHORS ChangeLog LICENSE MAINTAINERS NEWS README
+DocFiles: AUTHORS ChangeLog* LICENSE MAINTAINERS NEWS README
 ###
-ConfigureParams: --without-guessing
+ConfigureParams: --without-guessing NOECHO= DEFINE=-MD
 ###
 Description: Pango perl module
 DescPackaging: 
pango-pmXXX externalized from gtk2-pmXXX as of 1.220
+
+   Enable dependency tracking so can check for coherent fink deps
 
 DescPort: 
Make sure whitespace between flags.

--- glib-pm.patch DELETED ---

Index: gtk2-gladexml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/gtk2-gladexml-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gtk2-gladexml-pm.info   15 Nov 2009 08:20:31 -  1.5
+++ gtk2-gladexml-pm.info   2 Nov 2010 15:46:18 -   1.6
@@ -1,60 +1,57 @@
 Info2: 
 Package: gtk2-gladexml-pm%type_pkg[perl]
 Version: 1.007
-Revision: 2
+Revision: 4
 Architecture: (%type_pkg[perl] = 581) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5
-Type: perl (5.8.1 5.8.6 5.8.8)
+Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 

[cvs] dists/10.4/stable/main/finkinfo/sci dx-10.4.info, NONE, 1.1 emboss-6.3.1-3.info, NONE, 1.1 emboss-6.3.1-3.patch, NONE, 1.1 emboss.info, 1.13, 1.14 emboss.patch, 1.5, 1.6 libplplot10-shlibs.info,

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

Modified Files:
dx.info easychem.info gperiodic.info gperiodic.patch 
Added Files:
dx-10.4.info emboss-6.3.1-3.info emboss-6.3.1-3.patch 
emboss.info emboss.patch libplplot10-shlibs.info 
libplplot10-shlibs.patch 
Removed Files:
dx-10.6.info emboss-6.0.1-4.info emboss-6.0.1-4.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


--- dx-10.6.info DELETED ---

--- emboss-6.0.1-4.patch DELETED ---

--- NEW FILE: emboss-6.3.1-3.info ---
Package: emboss
Version: 6.3.1
Revision: 3
Depends: 
 %N-ajax6-shlibs (= %v-%r), 
 %N-nucleus6-shlibs (= %v-%r), 
 %N-plplot3-shlibs (= %v-%r), 
 freetype219-shlibs (= 2.3.8-2),
 fontconfig2-shlibs (= 2.4.1-1),
 gd2-shlibs, 
 libiconv,
 libjpeg-shlibs, 
 libpng3-shlibs, 
 system-java (= 1.5.0),
 x11, 
 x11-shlibs


BuildDepends: 
 autoconf2.6,
 automake1.11,
 fink (= 0.24.12),
 fontconfig2-dev (= 2.4.1-1),
 freetype219 (= 2.3.8-2),
 gd2, 
 libiconv-dev, 
 libjpeg, 
 libpng3, 
 libtool2,
 system-java-dev (= 1.5.0),
 x11-dev


Source: mirror:custom:EMBOSS-%v.tar.gz
CustomMirror: 
  Primary: ftp://emboss.open-bio.org/pub/EMBOSS/

Source-MD5: 04d1179b6261103a77e396d54f8ac38e
#SetCPPFLAGS: -Dstat64=stat

PatchFile: %n-%v-%r.patch
PatchFile-MD5: 381f5ca50a03fee61b7a24baf5cd87cf

ConfigureParams: 
 --with-java=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home \
 
--with-javaos=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/include
 \
 --disable-dependency-tracking \
 --libdir=%p/lib/EMBOSS \
 --docdir=%p/share/EMBOSS 

CompileScript: 
  %p/bin/autoreconf -fi
  ./configure %c
  make

Installscript: 
  make install DESTDIR=%d
  mkdir -p %i/include/EMBOSS
  mv %i/include/*.* %i/include/EMBOSS/
  ln -s 
EMBOSS/lib{ajax,ajaxg,ajaxdb,nucleus,eplplot,acd,eexpat,ensembl,epcre,ezlib}.dylib
 %i/lib
  mv %i/lib/EMBOSS/*.*a %i/lib


SplitOff10: 
  Package: %N-ajax6-shlibs
  Depends: 
%N-plplot3-shlibs (= %v-%r), 
fontconfig2-shlibs (= 2.4.1-1), 
freetype219-shlibs (= 2.3.8-2),
gd2-shlibs, 
libiconv, 
libjpeg-shlibs, 
libpng3-shlibs, 
x11-shlibs
 
  DocFiles: ChangeLog COPYING README
  Files: 
lib/EMBOSS/libajax.6*.dylib
lib/EMBOSS/libajaxdb.6*.dylib
lib/EMBOSS/libajaxg.6*.dylib
lib/EMBOSS/libacd.6*.dylib
lib/EMBOSS/libensembl.6*.dylib
lib/EMBOSS/libeexpat.1*.dylib
lib/EMBOSS/libepcre.7*.dylib
lib/EMBOSS/libezlib.1*.dylib
  
  Shlibs: 
%p/lib/EMBOSS/libajax.6.dylib 7.0.0 %n (= 6.2.0-1)
%p/lib/EMBOSS/libajaxdb.6.dylib 7.0.0 %n (= 6.2.0-1)
%p/lib/EMBOSS/libajaxg.6.dylib 7.0.0 %n (= 6.2.0-1)
%p/lib/EMBOSS/libacd.6.dylib 7.0.0 %n (= 6.2.0-1)
%p/lib/EMBOSS/libensembl.6.dylib 7.0.0 %n (= 6.2.0-1)
%p/lib/EMBOSS/libeexpat.1.dylib 3.0.0 %n (= 6.2.0-1)
%p/lib/EMBOSS/libepcre.7.dylib 8.0.0 %n (= 6.2.0-1)
%p/lib/EMBOSS/libezlib.1.dylib 3.0.0 %n (= 6.2.0-1)
  

SplitOff11: 
  Package: %N-ajax6-dev
  Depends: %N-ajax6-shlibs (= %v-%r)
  Conflicts: %N-dev, %N-ajax4-dev, %N-ajax5-dev
  Replaces: %N-dev, %N-ajax4-dev, %N-ajax5-dev
  DocFiles: ChangeLog COPYING README
  Files: 
lib/libajax*
lib/libacd*
lib/libensembl*
lib/libeexpat*
lib/libepcre*
lib/libezlib*
lib/EMBOSS/libajax*
lib/EMBOSS/libacd*
lib/EMBOSS/libensembl*
lib/EMBOSS/libeexpat*
lib/EMBOSS/libepcre*
lib/EMBOSS/libezlib*
include/EMBOSS/aj*.h
include/EMBOSS/ens*.h
include/eexpat
include/epcre
include/ezlib
  
  BuildDependsOnly: True

SplitOff20: 
  Package: %N-nucleus6-shlibs
  Depends: %N-ajax6-shlibs (= %v-%r)
  Replaces: %N ( 6.0.0-1)
  DocFiles: ChangeLog COPYING README
  Files: 
lib/EMBOSS/libnucleus.6*.dylib
  
  Shlibs: 
%p/lib/EMBOSS/libnucleus.6.dylib 7.0.0 %n (= 6.2.0-1)
  

SplitOff21: 
  Package: %N-nucleus6-dev
  Depends: %N-nucleus6-shlibs (= %v-%r)
  Conflicts: %N-dev, %N-nucleus4-dev, %N-nucleus5-dev
  Replaces: %N-dev, %N ( 5.0.0-3), %N-nucleus4-dev, %N-nucleus5-dev
  DocFiles: ChangeLog COPYING README
  Files: 
lib/libnucleus*
lib/EMBOSS/libnucleus*
include/EMBOSS/em*.h
  
  BuildDependsOnly: True

SplitOff30: 
  Package: %N-plplot3-shlibs
  Depends: 
   fontconfig2-shlibs (= 2.4.1-1), 
   freetype219-shlibs (= 2.3.8-2),
   gd2-shlibs, 
   libpng3-shlibs, 
   libjpeg-shlibs, 
   libiconv, 
   x11-shlibs 
  
  # identical Shlibs-supplier package was previously named as 5 and 6
  # uses 3 as of 6.1.0-4 to match .dylib filename
  Replaces: %N ( 5.0.0-1), %N-plplot5-shlibs, %N-plplot6-shlibs
  DocFiles: ChangeLog COPYING README
  Files: 
lib/EMBOSS/libeplplot.3*.dylib
  
  Shlibs: 
%p/lib/EMBOSS/libeplplot.3.dylib 6.0.0 %n (= 6.2.0-1)
  

SplitOff31: 
  Package: %N-plplot3-dev
  Depends: %N-plplot3-shlibs (= %v-%r)
  

[cvs] dists/10.4/stable/main/finkinfo/devel devhelp.info, 1.3, 1.4 devhelp.patch, 1.2, 1.3 diffuse.info, 1.2, 1.3 gperf.info, 1.1, 1.2 gtk-doc.info, 1.6, 1.7 gtk-doc.patch, 1.3, 1.4

2010-11-02 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-serv15109/devel

Modified Files:
diffuse.info gperf.info gtk-doc.info gtk-doc.patch 
Added Files:
devhelp.info devhelp.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: gperf.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/gperf.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gperf.info  24 Jan 2006 15:27:31 -  1.1
+++ gperf.info  2 Nov 2010 15:46:15 -   1.2
@@ -1,10 +1,10 @@
 Package: gperf
-Version: 2.7.2
-Revision: 1012
-Maintainer: Chuck Robey chu...@chuckr.org
+Version: 3.0.4
+Revision: 1
+Maintainer: David Fang fang...@users.sourceforge.net
 #
 Source: gnu
-Source-MD5: e501acc2e18eed2c8f25ca0ac2330d68
+Source-MD5: c1f1db32fb6598d6a93e6e88796a8632
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
 GCC: 4.0
 DocFiles: 
@@ -13,6 +13,11 @@
 InfoDocs: gperf.info
 InstallScript: make install DESTDIR=%d docdir=%p/share/doc/%n
 #
+InfoTest: 
+   TestScript: make -j1 -k check || exit 2
+   TestDepends:
+   TestSuiteSize: small
+
 Description: Perfect hash function generator
 DescDetail: 
 This is GNU gperf. It is a program that generates perfect
@@ -27,10 +32,14 @@
 choosing the best options for particular key words set.
 
 DescPort: 
-My first package, probably has bugs, I would appreciate
-criticism.
 Needed by all the EDA stuff I have my eye on (such as
 gEDA).
 
+DescPackaging: 
+Test suite is not parallelized because tests clobber each other's
+object files and output files... lame.  
+
+Former maintainer: Chuck Robey chu...@chuckr.org
+
 Homepage: http://www.gnu.org/software/gperf/gperf.html
 License: GPL

Index: diffuse.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/diffuse.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- diffuse.info15 Nov 2009 08:20:26 -  1.2
+++ diffuse.info2 Nov 2010 15:46:15 -   1.3
@@ -1,5 +1,5 @@
 Package: diffuse
-Version: 0.3.3
+Version: 0.4.2
 Revision: 1
 Description: Visual diff and merge tool
 DescDetail: 
@@ -15,27 +15,26 @@
 Maintainer: Daniel Macks dma...@netspace.org
 Depends: 
desktop-file-utils,
-   pygobject2-py26 (= 2.18.0-1),
-   pygtk2-gtk-py26 (= 2.15.1-1),
+   dpkg-base-files,
+   pygobject2-py26 (= 2.20.0-1),
+   pygtk2-gtk-py26 (= 2.16.0-1),
python26,
rarian-compat
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
-Source-MD5: 4c483b557d270024704120adc2552c2c
+Source-MD5: 742b48d7dde6a09981176d0d0a263b1a
 CompileScript: #
 InstallScript: 
-   %p/bin/python2.6 install.py --destdir=%d --prefix=%p 
--sysconfdir=%p/etc --python-interpreter=%p/bin/python2.6 --files-only
+   %p/bin/python2.6 install.py --destdir=%d --prefix=%p 
--sysconfdir=%p/etc --pythonbin=%p/bin/python2.6 --files-only
 
 DocFileS: AUTHORS COPYING ChangeLog README
 PostInstScript: 
-  . %p/bin/init.sh
   if [ configure = $1 ]; then
 scrollkeeper-update -q
   fi
   update-desktop-database -q
 
 PostRmScript:   
-  . %p/bin/init.sh
   if [ remove != $1 ]; then
 scrollkeeper-update -q
   fi

Index: gtk-doc.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/gtk-doc.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gtk-doc.patch   12 May 2009 01:48:54 -  1.3
+++ gtk-doc.patch   2 Nov 2010 15:46:15 -   1.4
@@ -1,18 +1,37 @@
-diff -Nurd -x'*~' gtk-doc-1.11.orig/gtkdoc-common.pl.in 
gtk-doc-1.11/gtkdoc-common.pl.in
 gtk-doc-1.11.orig/gtkdoc-common.pl.in  2008-09-10 12:17:57.0 
-0400
-+++ gtk-doc-1.11/gtkdoc-common.pl.in   2009-05-11 21:31:05.0 -0400
-@@ -51,7 +51,7 @@
- my $exit_code = 1;
+diff -Nurd -x'*~' gtk-doc-1.13.orig/configure gtk-doc-1.13/configure
+--- gtk-doc-1.13.orig/configure2009-12-18 08:11:51.0 -0500
 gtk-doc-1.13/configure 2010-01-11 14:46:33.0 -0500
+@@ -13016,7 +13016,7 @@
  
- if (-e $old_file) {
--  `cmp -s $old_file $new_file`;
-+  `cmp -s $old_file $new_file`;
-   $exit_code = $?  8;
- # printcmp exit code: $exit_code ($?)\n;
- }
-diff -Nurd -x'*~' gtk-doc-1.11.orig/gtkdoc-depscan.in 
gtk-doc-1.11/gtkdoc-depscan.in
 gtk-doc-1.11.orig/gtkdoc-depscan.in2007-12-20 09:09:16.0 
-0500
-+++ gtk-doc-1.11/gtkdoc-depscan.in 2009-04-07 12:50:54.0 -0400
+ HIGHLIGHT_OPTIONS=
+ # Extract the first word of source-highlight, so it can be a program name 
with args.
+-set dummy source-highlight; ac_word=$2

[cvs] dists/10.4/stable/main/finkinfo/games trackballs.info, 1.4, 1.5 trackballs.patch, 1.2, 1.3

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

Modified Files:
trackballs.info trackballs.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: trackballs.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/trackballs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- trackballs.patch14 Oct 2007 17:53:48 -  1.2
+++ trackballs.patch2 Nov 2010 15:46:16 -   1.3
@@ -1,6 +1,6 @@
-diff -ru trackballs-1.1.2-orig/share/Makefile.am 
trackballs-1.1.2/share/Makefile.am
 trackballs-1.1.2-orig/share/Makefile.am2006-08-06 12:22:43.0 
-0700
-+++ trackballs-1.1.2/share/Makefile.am 2006-08-06 12:23:26.0 -0700
+diff -ru trackballs-1.1.4-orig/share/Makefile.am 
trackballs-1.1.4/share/Makefile.am
+--- trackballs-1.1.4-orig/share/Makefile.am2007-11-24 21:08:34.0 
+0100
 trackballs-1.1.4/share/Makefile.am 2007-11-24 21:08:56.0 +0100
 @@ -4,6 +4,7 @@
  EXTRA_DIST = $(pkgdata_DATA) trackballs.6
  
@@ -11,15 +11,27 @@
 +  install -m664 -g games highScores   
$(DESTDIR)@with_highscores@
 +  chgrp -R games  $(DESTDIR)$(pkgdatadir)/levels
chmod -R g+r$(DESTDIR)$(pkgdatadir)/levels
-diff -ru trackballs-1.1.2-orig/src/Makefile.in trackballs-1.1.2/src/Makefile.in
 trackballs-1.1.2-orig/src/Makefile.in  2006-08-06 12:22:43.0 
-0700
-+++ trackballs-1.1.2/src/Makefile.in   2006-08-06 12:23:09.0 -0700
-@@ -217,7 +217,7 @@
+diff -ru trackballs-1.1.4-orig/src/Makefile.am trackballs-1.1.4/src/Makefile.am
+--- trackballs-1.1.4-orig/src/Makefile.am  2007-11-24 21:08:34.0 
+0100
 trackballs-1.1.4/src/Makefile.am   2007-11-24 21:40:36.0 +0100
+@@ -30,7 +30,7 @@
  
- trackballs: $(trackballs_OBJECTS) $(trackballs_DEPENDENCIES)
-   @rm -f trackballs
--  $(CXXLINK) $(trackballs_LDFLAGS) $(trackballs_OBJECTS) 
$(trackballs_LDADD) $(LIBS)
-+  $(CXXLINK) $(trackballs_LDFLAGS) $(trackballs_OBJECTS) 
$(trackballs_LDADD) $(LIBS) $(LTLIBINTL)
- .cc.o:
-   $(CXXCOMPILE) -c $
+ EXTRA_trackballs_SOURCES = trackballsIcon.rc
+ 
+-trackballs_LDADD = @WINRESOURCES@
++trackballs_LDADD = @WINRESOURCES@ $(LTLIBINTL)
+ trackballs_DEPENDENCIES = @WINRESOURCES@
  
+ trackballsIcon.o : trackballsIcon.rc trackballsIcon.ico
+diff -ru trackballs-1.1.4-orig/src/Makefile.in trackballs-1.1.4/src/Makefile.in
+--- trackballs-1.1.4-orig/src/Makefile.in  2007-11-24 21:08:34.0 
+0100
 trackballs-1.1.4/src/Makefile.in   2007-11-24 21:12:24.0 +0100
+@@ -316,7 +316,7 @@
+   -test -z $(bin_PROGRAMS) || rm -f $(bin_PROGRAMS)
+ trackballs$(EXEEXT): $(trackballs_OBJECTS) $(trackballs_DEPENDENCIES) 
+   @rm -f trackballs$(EXEEXT)
+-  $(trackballs_LINK) $(trackballs_OBJECTS) $(trackballs_LDADD) $(LIBS)
++  $(trackballs_LINK) $(trackballs_OBJECTS) $(trackballs_LDADD) $(LIBS) 
$(LTLIBINTL)
+ 
+ mostlyclean-compile:
+   -rm -f *.$(OBJEXT)

Index: trackballs.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/trackballs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- trackballs.info 26 Aug 2009 05:13:36 -  1.4
+++ trackballs.info 2 Nov 2010 15:46:16 -   1.5
@@ -1,20 +1,21 @@
 Package: trackballs
-Version: 1.1.2
-Revision: 1001
+Version: 1.1.4
+Revision: 1003
 GCC: 4.0
-Distribution: 10.4, 10.5
 Maintainer: Matthias Neeracher neerac...@mac.com
-BuildDepends: sdl (= 1.2.9-1001), sdl-image, sdl-mixer (= 1.2.6-1012), 
sdl-ttf, guile16 (= 1.6.7-1010), guile16-dev (= 1.6.7-1010), fink (= 
0.24.12-1)
-Depends: sdl-shlibs (= 1.2.9-1001), sdl-image-shlibs, sdl-mixer-shlibs (= 
1.2.6-1012), sdl-ttf-shlibs, guile16-libs (= 1.6.7-1010), guile16-shlibs (= 
1.6.7-1010), passwd
+BuildDepends: sdl (= 1.2.9-1001), sdl-image, sdl-mixer (= 1.2.6-1012), 
sdl-ttf, guile16 (= 1.6.7-1010), guile18-dev, automake1.9, fink (= 
0.24.12-1), libgettext8-dev
+Depends: sdl-shlibs (= 1.2.9-1001), sdl-image-shlibs, sdl-mixer-shlibs (= 
1.2.6-1012), sdl-ttf-shlibs, guile18-shlibs, passwd, libgettext8-shlibs
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 9ea9ca93d87bb0f9ad8abca1b34af594
+Source-MD5: 84e2e8bb68842a636da91673751279a0
 PatchFile: %n.patch
-PatchFile-MD5: 3aedffcad3a3b075eabe334005f65a14
+PatchFile-MD5: 306425810c34ebd30313a47c67478efc
 SetCPPFLAGS: -I/usr/X11R6/include
 SetLDFLAGS: -L/usr/X11R6/lib -lz -framework OpenGL -dylib_file 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 

[cvs] dists/10.4/stable/main/finkinfo/base dpkg-base-files.info, NONE, 1.1 dpkg.info, 1.11, 1.12 dpkg.patch, 1.5, 1.6

2010-11-02 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-serv15109/base

Modified Files:
dpkg.info dpkg.patch 
Added Files:
dpkg-base-files.info 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: dpkg.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/dpkg.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dpkg.patch  12 May 2009 17:03:19 -  1.5
+++ dpkg.patch  2 Nov 2010 15:46:15 -   1.6
@@ -2634,3 +2634,159 @@
  fprintf(stderr, _(dpkg: warning - %s returned error exit status 
%d\n),description,n);
else
  ohshit(_(subprocess %s returned error exit status 
%d),description,n);
+diff -Nurd dpkg-1.10.21.orig/main/help.c dpkg-1.10.21/main/help.c
+--- dpkg-1.10.21.orig/main/help.c  2003-10-25 16:03:21.0 +0400
 dpkg-1.10.21/main/help.c   2009-12-20 02:37:43.0 -0400
+@@ -180,7 +187,7 @@
+   }
+   if (f_debug  dbg_scripts) {
+ fprintf(stderr,D0%05o: fork/exec %s (,dbg_scripts,path);
+-while (*argv) fprintf(stderr, %s,*argv++);
++while (*++argv) fprintf(stderr, %s,*argv);
+ fputs( )\n,stderr);
+   }
+   instdirl= strlen(instdir);
+@@ -256,17 +263,75 @@
+ static int do_script(const char *pkg, const char *scriptname, const char 
*scriptpath, struct stat *stab, char *const arglist[], const char *desc, const 
char *name, int warn) {
+   const char *scriptexec;
+   int c1, r;
++  if (scriptpath) // if NULL, just want wrapper side-effect, no actual .deb 
script present
+   setexecute(scriptpath,stab);
+ 
+   c1= m_fork();
+   if (!c1) {
+ const char **narglist;
++/* FINK LOCAL begin */
++const char **full_narglist;
++char *path_wrapper;
++struct stat stab_wrapper;
++const char *null_script_path = ;  // must be blank string (NULL is 
end-of-array sentinel)
++/* FINK LOCAL end */
+ for (r=0; arglist[r]; r++) ;
+-narglist=nfmalloc((r+1)*sizeof(char*));
++// narglist=nfmalloc((r+1)*sizeof(char*));
++/* FINK LOCAL begin */
++full_narglist=nfmalloc((r+2)*sizeof(char*));  // leave space for 
wrapper-script-name, add NULL terminator
++narglist=full_narglist+1;  // orig pointer points to orig array
++/* FINK LOCAL end */
+ for (r=1; arglist[r-1]; r++)
+   narglist[r]= arglist[r];
++if (scriptpath) { // FINK LOCAL
+ scriptexec= preexecscript(scriptpath,narglist);
++} else { scriptexec = null_script_path; }; // FINK LOCAL was called with 
no actual script path to run
+ narglist[0]= scriptexec;
++/* FINK LOCAL begin */
++// try to set up with wrapper
++#define FINK_DPKG_SCRIPT_DIR @PREFIX@/lib/fink/dpkg-base-files
++// determine wrapper-script pathname
++asprintf(path_wrapper, %s/%s, FINK_DPKG_SCRIPT_DIR, scriptname);
++if (path_wrapper == NULL) {
++  ohshite(_(dpkg - error: could not allocate for fink script wrapper for 
%s.\n), scriptpath);
++} else {
++  if (!stat(path_wrapper, stab_wrapper)) {
++  if ((stab_wrapper.st_mode  0555) == 0555) {
++// only use it if it exists and is chmod a+rx
++debug(dbg_scripts,Wrapper script '%s' will be used around '%s', 
path_wrapper, scriptpath);
++// it's good! set wrapper as actual runnable thing in narglist array
++narglist=full_narglist;
++scriptexec= preexecscript(path_wrapper,narglist);
++narglist[0]= scriptexec;
++
++/*
++  Global wrapper needs way to introspect name of package
++  being manipulated. Normal .deb scripts could have this
++  hard-coded in their script because this info is known at
++  the time the .deb is constructed. Pass the name as an
++  env var to the wrapper.
++*/
++setenv(FINK_PACKAGE_NAME, pkg, 1);
++  } else {
++debug(dbg_scripts,Wrapper script '%s' wrong perms, path_wrapper);
++if (scriptpath) {
++  debug(dbg_scripts,...falling back to real script '%s', 
scriptpath);
++} else {
++  debug(dbg_scripts,...skipping over because no real script '%s', 
scriptpath);
++  exit(0);
++}
++  }
++  } else {
++  debug(dbg_scripts,Wrapper script '%s' does not exist, path_wrapper);
++  if (scriptpath) {
++debug(dbg_scripts,...falling back to real script '%s', scriptpath);
++  } else {
++debug(dbg_scripts,...skipping over because no real script '%s', 
scriptpath);
++exit(0);
++  }
++  }
++}
++/* FINK LOCAL end */
+ execv(scriptexec,narglist);
+ ohshite(desc,name);
+   }
+@@ -294,8 +359,13 @@
+   if (stat(scriptpath,stab)) {
+ if (errno == ENOENT) {
+   debug(dbg_scripts,maintainer_script_installed nonexistent 
%s,scriptname);
+-   

[cvs] dists/10.4/stable/main/finkinfo/editors ghex2.patch, NONE, 1.1 abiword-docs.info, 1.4, 1.5 abiword.info, 1.12, 1.13 abiword.patch, 1.4, 1.5 emacs23-10.4.info, 1.1, 1.2 emacs23-10.4.patch, 1.1, 1

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

Modified Files:
abiword-docs.info abiword.info abiword.patch emacs23-10.4.info 
emacs23-10.4.patch emacs23.info emacs23.patch ghex2.info 
gnote.info 
Added Files:
ghex2.patch 
Removed Files:
gnote.patch 
Log Message:
latest gnome and kde3 to stable, along with .la cleaning and associated build 
fixes and others uncovered while working on it, and other related packages


Index: gnote.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/gnote.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnote.info  26 Jan 2010 00:23:53 -  1.4
+++ gnote.info  2 Nov 2010 15:46:16 -   1.5
@@ -1,129 +1,103 @@
 Package: gnote
-Version: 0.5.2
+Version: 0.7.1
 Revision: 1
 Epoch: 1
 
 Depends: 
-   atk1-shlibs (= 1.26.0-1),
-   audiofile-shlibs,
+   atk1-shlibs (= 1.28.0-1),
boost1.35.nopython-shlibs,
-   cairo-shlibs (= 1.8-1),
-   cairomm1-shlibs (= 1.8.0-1),
-   dbus-shlibs (= 1.2.1-1),
-   enchant1-shlibs (= 1.4.2-2),
-   esound-shlibs,
-   expat1-shlibs,
-   fontconfig2-shlibs (= 2.4.1-1),
-   freetype219-shlibs (= 2.3.8-2),
-   gconf2 (= 2.26.0-1),
-   gconf2-shlibs (= 2.26.0-1),
-   gconfmm2.6-shlibs (= 2.24.0-2),
-   glib2-shlibs (= 2.20.0-1),
-   glibmm2.4-shlibs (= 2.20.0-1),
-   glitz-shlibs,
-   gnome-panel-shlibs (= 2.26.0-1),
-   gnome-vfs2-unified-shlibs (= 1:2.24.1-1),
-   gtk+2 (= 2.16.0-1),
-   gtk+2-shlibs (= 2.16.0-1),
-   gtkmm2.4-shlibs (= 2.16.0-1),
-   gtkspell2-shlibs (= 2.0.15-1),
+   cairo-shlibs (= 1.8.8-3),
+   cairomm1-shlibs (= 1.8.4-1),
+   dpkg-base-files,
+   fontconfig2-shlibs (= 2.8.0-4),
+   freetype219-shlibs (= 2.3.12-1),
+   gconf2 (= 2.28.0-1),
+   gconf2-shlibs (= 2.28.0-1),
+   gconfmm2.6-shlibs (= 2.28.0-1),
+   glib2-shlibs (= 2.22.0-1),
+   glibmm2.4-shlibs (= 2.22.0-1),
+   gnome-panel-shlibs (= 2.28.0-1),
+   gtk+2 (= 2.18.0-1),
+   gtk+2-shlibs (= 2.18.0-1),
+   gtkmm2.4-shlibs (= 2.18.0-1),
+   gtkspell2-shlibs (= 2.0.16-2),
libart2-shlibs,
-   libavahi-client3-shlibs,
-   libavahi-common3-shlibs,
-   libavahi-glib1-shlibs,
-   libbonobo2 (= 2.24.1-1),
-   libbonobo2-shlibs (= 2.24.1-1),
-   libbonoboui2-shlibs (= 2.24.1-1),
-   libgettext3-shlibs,
-   libglade2-shlibs (= 2.6.4-1),
-   libgnome2-shlibs (= 2.26.0-1),
-   libgnomecanvas2-shlibs (= 2.26.0-1),
+   libbonobo2 (= 2.24.2-1),
+   libbonobo2-shlibs (= 2.24.2-1),
+   libbonoboui2-shlibs (= 2.24.2-1),
+   libgettext8-shlibs,
+   libgnome2-shlibs (= 2.28.0-1),
+   libgnomecanvas2-shlibs (= 2.26.0-3),
libiconv,
-   libpanelappletmm2.6.1-shlibs,
-   libpng3-shlibs,
+   libpanelappletmm2.6.1-shlibs (= 2.26.0-3),
libsigc++2-shlibs (= 2.2.3-1),
libxml2-shlibs (= 2.6.30-1),
libxslt-shlibs,
-   orbit2-shlibs (= 2.14.17-1),
-   pango1-xft2-ft219-shlibs (= 1.24.0-1),
-   pangomm1.4.1-shlibs (= 2.24.0-1),
+   orbit2-shlibs (= 2.14.17-2),
+   pango1-xft2-ft219-shlibs (= 1.24.5-4),
+   pangomm1.4.1-shlibs (= 2.26.0-1),
pcre-shlibs,
-   pixman-shlibs (= 0.14.0-1),
popt-shlibs,
rarian-compat,
uuid-shlibs,
x11
 
 BuildDepends: 
-   atk1 (= 1.26.0-1),
-   autoconf,
-   audiofile,
-   automake1.11,
-   avahi-dev,
+   atk1 (= 1.28.0-1),
boost1.35.nopython,
-   cairo (= 1.8-1),
-   cairomm1 (= 1.8.0-1),
-   dbus-dev (= 1.2.1-1),
-   enchant1-dev (= 1.4.2-2),
-   esound,
-   expat1,
+   cairo (= 1.8.8-3),
+   cairomm1 (= 1.8.4-1),
fink (= 0.24.12-1),
-   fontconfig2-dev (= 2.4.1-1),
-   freetype219 (= 2.3.8-2),
-   gconf2-dev (= 2.26.0-1),
-   gconfmm2.6 (= 2.24.0-2),
+   fink-package-precedence,
+   fontconfig2-dev (= 2.8.0-4),
+   freetype219 (= 2.3.12-1),
+   gconf2-dev (= 2.28.0-1),
+   gconfmm2.6 (= 2.28.0-1),
gettext-bin,
gettext-tools (= 0.17),
-   glib2-dev (= 2.20.0-1),
-   glibmm2.4-dev (= 2.20.0-1),
+   glib2-dev (= 2.22.0-1),
+   glibmm2.4-dev (= 2.22.0-1),
glitz,
gnome-common,
-   gnome-doc-utils (= 0.16.0-1),
-   gnome-panel-dev (= 2.26.0-1),
-   gnome-vfs2-unified-dev (= 1:2.24.1-1),
-   gtk+2-dev (= 2.16.0-1),
-   gtkmm2.4-gtk-dev (= 2.16.0-1),
-   gtkspell2-dev (= 2.0.15-1),
+   gnome-doc-utils (= 0.18.1-1),
+   gnome-panel-dev (= 2.28.0-1),
+   gtk+2-dev (= 2.18.0-1),
+   gtkmm2.4-gtk-dev (= 2.18.0-1),
+   gtkspell2-dev (= 2.0.16-2),
intltool40,
libart2,
-   

[cvs] web/xml/news news.en.xml,1.113,1.114

2010-11-02 Thread Alexander Hansen
Update of /cvsroot/fink/web/xml/news
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28191

Modified Files:
news.en.xml 
Log Message:
Updated n00z

Index: news.en.xml
===
RCS file: /cvsroot/fink/web/xml/news/news.en.xml,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- news.en.xml 24 Oct 2010 02:20:48 -  1.113
+++ news.en.xml 2 Nov 2010 16:49:40 -   1.114
@@ -3,6 +3,27 @@
 news lang=en
   cvsid$Id$/cvsid
   newsitem
+date2010-11-02/date
+headlineLibtool archive file cleaning now in stable./headline
+body
+  pfilenamedpkg-1.10.21-1229/filename has been added to stable.  This
+  revision automatically cleans up libtool archive 
(filename.la/filename)
+  files, which have historically caused problems for folks upgrading from 
10.5
+  to 10.6./p  
+/body
+  /newsitem
+
+  newsitem
+date2010-11-02/date
+headlineKDE3 and GNOME updated in stable./headline
+body
+  pfilenameKDE-3.5.10/filename and filenameGNOME-2.28/filename
+  have been added to the stable tree, along with updates to some important
+  dependencies./p
+/body
+  /newsitem
+
+  newsitem
 date2010-10-23/date
 headlinefink-0.29.15 released./headline
 body
@@ -13,6 +34,8 @@
   from link url=http://connect.apple.com/;The Apple Developer 
Connection site/link
   for all of the the codesystem-java-dev/code packages to show up on 
10.5 and 10.6./p
   pIt is planned to add this version of filenamefink/filename to the 
stable tree shortly./p
+  pemUpdate, 2010-11-01:/em  filenamefink-0.29.15/filename has
+  been added to the stable tree./p
 /body
   /newsitem
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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.26,1.27

2010-11-02 Thread Alexander Hansen
Update of /cvsroot/fink/web/download
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29805

Modified Files:
srcdist.en.php 
Log Message:
Bootstrap from fink-0.29.15 now.

Index: srcdist.en.php
===
RCS file: /cvsroot/fink/web/download/srcdist.en.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- srcdist.en.php  20 Oct 2010 01:24:11 -  1.26
+++ srcdist.en.php  2 Nov 2010 16:57:28 -   1.27
@@ -19,10 +19,10 @@
 It will use these to download the source code from the original distribution
 sites or the Fink project's mirrors and build them on your local machine./p
 
-pemfink-0.29.14/em was officially released on 2010-10-19./p
+pemfink-0.29.15/em was officially released on 2010-10-24./p
 
 ul
-lia href=http://downloads.sourceforge.net/fink/fink-0.29.14.tar.gz; 
onClick=pageTracker._trackPageview('/downloads/FinkSOURCE');fink-0.29.14/a 
- 1175K, .tar.gz format/li
+lia href=http://downloads.sourceforge.net/fink/fink-0.29.15.tar.gz; 
onClick=pageTracker._trackPageview('/downloads/FinkSOURCE');fink-0.29.15/a 
- 1175K, .tar.gz format/li
 /ul
 
 pYou will also need to install the Xcode Tools (c.f. a 
href=./index.en.php the Quick Start page/a)./p
@@ -30,14 +30,14 @@
 pUnpack the tar.gz archive if this hasn't been done automatically, e.g.
 via/p
 
-pretar -xvzf fink-0.29.14.tar.gz/pre
+pretar -xvzf fink-0.29.15.tar.gz/pre
 
 por/p
 
-pretar -xvf fink-0.29.14.tar/pre
+pretar -xvf fink-0.29.15.tar/pre
 
 pif it has already been partially unpacked, in a terminal window.  Then, in a
-terminal window, change to the resulting emfink-0.29.14/em directory, and
+terminal window, change to the resulting emfink-0.29.15/em directory, and
 use/p
 
 pre./bootstrap/pre


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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.119, 1.120 news.en.inc, 1.114, 1.115 news.en.rdf, 1.145, 1.146 news.rdf, 1.278, 1.279

2010-11-02 Thread Alexander Hansen
Update of /cvsroot/fink/web/news
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29935/news

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

Index: news.en.inc
===
RCS file: /cvsroot/fink/web/news/news.en.inc,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- news.en.inc 24 Oct 2010 02:22:34 -  1.114
+++ news.en.inc 2 Nov 2010 16:58:34 -   1.115
@@ -1,4 +1,13 @@
-a name=2010-10-23%20fink-0.29.15%20released.span 
class=news-date2010-10-23: /spanspan class=news-headlinefink-0.29.15 
released./span/a?php gray_line(); ?
+a 
name=2010-11-02%20Libtool%20archive%20file%20cleaning%20now%20in%20stable.span
 class=news-date2010-11-02: /spanspan class=news-headlineLibtool 
archive file cleaning now in stable./span/a?php gray_line(); ?
+  pcodedpkg-1.10.21-1229/code has been added to stable.  This
+  revision automatically cleans up libtool archive (code.la/code)
+  files, which have historically caused problems for folks upgrading from 
10.5
+  to 10.6./p  
+a name=2010-11-02%20KDE3%20and%20GNOME%20updated%20in%20stable.span 
class=news-date2010-11-02: /spanspan class=news-headlineKDE3 and GNOME 
updated in stable./span/a?php gray_line(); ?
+  pcodeKDE-3.5.10/code and codeGNOME-2.28/code
+  have been added to the stable tree, along with updates to some important
+  dependencies./p
+a name=2010-10-23%20fink-0.29.15%20released.span 
class=news-date2010-10-23: /spanspan class=news-headlinefink-0.29.15 
released./span/a?php gray_line(); ?
   pcodefink-0.29.15/code has been released to the unstable tree.
   This version of codefink/code contains fixes to the 
codesystem-java-dev/code
   virtual package generation./p
@@ -6,27 +15,6 @@
   from a href=http://connect.apple.com/;The Apple Developer Connection 
site/a
   for all of the the codesystem-java-dev/code packages to show up on 
10.5 and 10.6./p
   pIt is planned to add this version of codefink/code to the stable 
tree shortly./p
-a 
name=2010-10-20%20Java%20update%20breaks%20system-java-dev%20virtual%20package%20generation.span
 class=news-date2010-10-20: /spanspan class=news-headlineJava update 
breaks system-java-dev virtual package generation./span/a?php gray_line(); 
?
-  pThe recent 10.5 and 10.6 Java updates (APPLE-SA-2010-10-20-1 Java for 
Mac OS X 10.6 Update 3
-  and APPLE-SA-2010-10-20-2 Java for Mac OS X 10.5 Update 8 )
-  change the Java file configuration in such a manner that 
codefink/code
-  no longer generates the codesystem-java16-dev/code package on 10.5 
and
-  all of the codesystem-java-dev/code packages on 10.6./p
-  pUsers may wish to hold off on applying this update until
-  a version of codefink/code which addresses this issue is released.
-  The issue does bnot/b affect packages which are currently installed, 
but will
-  prevent java-dependent packages from building./p
-  pUsers will want to download an appropriate version of the Java 
Developer Package
-  from a href=http://connect.apple.com/;The Apple Developer Connection 
site/a./p
-  pbUpdate, 2010-10-23:/b  The issue has been addressed in 
codefink-0.29.15/code./p
-a name=2010-10-19%20fink-0.29.14%20released.span 
class=news-date2010-10-19: /spanspan class=news-headlinefink-0.29.14 
released./span/a?php gray_line(); ?
-  pcodefink-0.29.14/code has been released to the unstable tree.
-  This version of codefink/codecontains, among
-  other new features, an codearia2/code option for 
codeDownloadMethod/code,
-  to allow the use of the codearia2/code download accelerator
-  (available via Fink), and a fix for the infamous node exists error.  
-  /p
-  pIt is planned to add this version to the stable tree shortly./p
-  pbAddendum, 2010-10-19:/b  because of the Java update (2010-10-20),
-  codefink-0.29.15/code is now slated to be the version next to go to 
stable./p
+  pbUpdate, 2010-11-01:/b  codefink-0.29.15/code has
+  been added to the stable tree./p
 

Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- news.rdf24 Oct 2010 02:22:34 -  1.278
+++ news.rdf2 Nov 2010 16:58:34 -   1.279
@@ -5,8 +5,40 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2010-10-23T22:21:31-04:00/dc:date
+dc:date2010-11-02T12:50:57-04:00/dc:date
 admin:errorReportsTo 
rdf:resource=mailto:fink-c...@lists.sourceforge.net/
+item 
rdf:about=http://fink.sourceforge.net/news/#2010-11-02%20Libtool%20archive%20file%20cleaning%20now%20in%20stable.;
+  titleLibtool archive file cleaning now in stable./title
+ 

[cvs] dists/10.4/stable/main/finkinfo/gnome gst-plugins-base-0.10.info, 1.7, 1.8 gstreamer-0.10.info, 1.7, 1.8 gstreamer-0.10.patch, 1.2, 1.3

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

Modified Files:
gst-plugins-base-0.10.info gstreamer-0.10.info 
gstreamer-0.10.patch 
Log Message:
missed in commit pile


Index: gst-plugins-base-0.10.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gst-plugins-base-0.10.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gst-plugins-base-0.10.info  23 Apr 2010 14:48:51 -  1.7
+++ gst-plugins-base-0.10.info  2 Nov 2010 18:00:24 -   1.8
@@ -1,50 +1,55 @@
 Package: gst-plugins-base-0.10
-Version: 0.10.24
+Version: 0.10.30
 Revision: 1
 Description: Base plugins for GStreamer
 License: GPL/LGPL
-Maintainer: Benjamin Reed gst-plugins-base-0...@fink.racoonfink.com
+Maintainer: Benjamin Reed gst-plugins-base-0...@fink.raccoonfink.com
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
avahi-dev,
bison,
-   cairo (= 1.8.6-1),
+   cairo (= 1.8.10-3),
dbus-dev (= 1.2.12-1),
expat1,
fink (= 0.29.7-1),
fontconfig2-dev (= 2.4.1-1),
-   freetype219 (= 2.3.7-7),
+   freetype219 (= 2.3.12-1),
gconf2-dev (= 2.20.0-1),
gettext-tools,
-   glib2-dev (= 2.18.4-1),
-   gnome-vfs2-unified-dev (= 1:2.20.0-1),
-   gstreamer-0.10-dev (= 0.10.24-1),
+   glib2-dev (= 2.22.0-1),
+   glitz,
+   gnome-vfs2-unified-dev (= 1:2.24.0-1),
+   gstreamer-0.10-dev (= 0.10.30-1),
gtk+2-dev (= 2.14.7-1),
-   gtk-doc (= 1.8-1),
-   intltool40,
+   gtk-doc (= 1.13-5),
+   intltool40 (= 0.36.0-1),
libavahi-glib1-dev,
libbonobo2-dev (= 2.20.0-1),
libcdparanoia0-dev (= 3a9.8-11),
-   libgettext3-dev,
+   libgettext8-dev,
libiconv-dev,
-   liboil-0.3 (= 0.3.14-1),
+   libogg,
+   liboil-0.3 (= 0.3.17-2),
+   libtheora0,
+   libvorbis0,
libxml2 (= 2.6.32-1),
-   libxml2-py25,
+   libxml2-py26,
orbit2-dev (= 2.14.10-1),
-   pango1-xft2-ft219-dev (= 1.20.5-1),
-   pixman (= 0.12.0-1),
-   pkgconfig (= 0.21-1),
+   pango1-xft2-ft219-dev (= 1.24.0-1),
+   pixman (= 0.16.0-1),
+   pkgconfig (= 0.23-1),
popt,
-   python25,
-   pyxml-py25,
-   x11-dev
+   python26,
+   pyxml-py26,
+   x11-dev,
+   xmkmf
 
 BuildConflicts: coreutils-default ( 5.96-1)
 Replaces: gst-plugins-bad-0.10 ( 0.10.10-1)
 
 Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%v.tar.bz2
-Source-MD5: a3ec977c9c6602caacc2d3a7c12a17bf
+Source-MD5: 3ad90152b58563e1314af26c263f3c4c
 PatchScript: 
sed -e 's,@GSTVERSION@,%v,' %{PatchFile} | patch -p1
perl -pi -e 's,osxvideosink,sdlvideosink,g;' configure
@@ -56,23 +61,24 @@
 SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 
-I%p/lib/freetype219/include -I%p/include/libcdparanoia -I%p/include
 SetLDFLAGS: -L%p/lib/freetype219/lib
 SetLIBS: -L%p/lib -lz
-SetMAKEFLAGS: -j1
 NoSetCFLAGS: true
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
-NoSetMAKEFLAGS: true
+UseMaxBuildJobs: true
 ConfigureParams: --without-check --libexecdir=%p/lib/%n --mandir=%p/share/man 
--enable-gtk-doc --disable-libvisual --disable-static 
--disable-dependency-tracking --enable-tests --enable-failing-tests 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pango-ft219/lib/pkgconfig:$PKG_CONFIG_PATH
 FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 CompileScript: 
-#!/bin/sh -ex
-
-   export ac_cv_path_PYTHON=%p/bin/python2.5
+   #!/bin/sh -ex
+   
+   export ac_cv_path_PYTHON=%p/bin/python2.6
+   export PATH=%p/lib/xmkmf/bin:$PATH
+   export PERL5LIB=%p/share/gtk-doc/data:$PERL5LIB
./configure %c
make
 
 
 InstallScript: 
 #!/bin/sh -ex
-   make install DESTDIR=%d
+   make -j1 install DESTDIR=%d
 
 DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README RELEASE REQUIREMENTS
 SplitOff: 
@@ -80,19 +86,19 @@
Description: Base shared library plugins for GStreamer
Depends: 
expat1-shlibs,
-   freetype219-shlibs (= 2.3.7-7),
+   freetype219-shlibs (= 2.3.12-1),
gconf2-shlibs (= 2.20.0-1),
-   gnome-vfs2-unified-shlibs (= 1:2.20.0-1),
-   gstreamer-0.10-shlibs (= 0.10.24-1),
+   gnome-vfs2-unified-shlibs (= 1:2.24.0-1),
+   gstreamer-0.10-shlibs (= 0.10.30-1),
gtk+2-shlibs (= 2.14.7-1),
libbonobo2-shlibs (= 2.20.0-1),
libcdparanoia0-shlibs,
libogg-shlibs,
-   liboil-0.3-shlibs (= 0.3.14-1),
+   liboil-0.3-shlibs (= 0.3.17-2),
libtheora0-shlibs,

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods exporter-pm.info, NONE, 1.1

2010-11-02 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-serv15359

Added Files:
exporter-pm.info 
Log Message:
New package.


--- NEW FILE: exporter-pm.info ---
Package: exporter-pm
Version: 5.63
Revision: 1
License: Artistic/GPL
Description: Implements default import method for modules
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Exporter/

Source: mirror:cpan:authors/id/F/FE/FERREIRA/Exporter-%v.tar.gz
Source-MD5: 45aa7c9b0142d6ad12c24cf122d608e0

Type: perl
UpdatePOD: true

InfoTest: TestDepends: test-pod-pm, test-pod-coverage-pm

DocFiles: Changes


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 test-fatal-pm.info, 1.1, 1.2

2010-11-02 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-serv15749

Modified Files:
test-fatal-pm.info 
Log Message:
Need to Depend on exporter-pm.


Index: test-fatal-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/test-fatal-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test-fatal-pm.info  2 Nov 2010 02:51:17 -   1.1
+++ test-fatal-pm.info  2 Nov 2010 21:55:22 -   1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: test-fatal-pm%type_pkg[perl]
 Version: 0.003
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Type: perl (5.8.6 5.8.8 5.10.0)
 
@@ -18,7 +18,7 @@
 Source: mirror:cpan:authors/id/R/RJ/RJBS/Test-Fatal-%v.tar.gz
 Source-MD5: e73e90b65a5f07ff77f7e5f3bd336fcf
 
-Depends: try-tiny-pm
+Depends: try-tiny-pm, exporter-pm
 BuildDepends: extutils-makemaker-pm%type_pkg[perl] (= 6.56-2)
 
 InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (= 0.96-1)


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 moose-pm.info, 1.39, 1.40

2010-11-02 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-serv16452

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


Index: moose-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/moose-pm.info,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- moose-pm.info   2 Nov 2010 02:51:38 -   1.39
+++ moose-pm.info   2 Nov 2010 21:58:45 -   1.40
@@ -1,6 +1,6 @@
 Info3: 
 Package: moose-pm%type_pkg[perl]
-Version: 1.18
+Version: 1.19
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 License: Artistic/GPL
@@ -13,7 +13,7 @@
 #Source: mirror:cpan:authors/id/F/FL/FLORA/Moose-%v.tar.gz
 Source: mirror:cpan:authors/id/D/DR/DROLSKY/Moose-%v.tar.gz
 #Source: mirror:cpan:authors/id/D/DO/DOY/Moose-%v.tar.gz
-Source-MD5: 45ae1b3b6b11eac116d7eeec95f75208
+Source-MD5: d7321fb2c50295de045a1d3518e9853f
 PatchFile: %{ni}.patch
 PatchFile-MD5: dde98dc8c371ad5201ea7ba59cfa52a1
 


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
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 hgsubversion-py.info, 1.1, 1.2 regex-py.info, 1.9, 1.10

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

Modified Files:
hgsubversion-py.info regex-py.info 
Log Message:
New upstream version.


Index: regex-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/regex-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- regex-py.info   30 Oct 2010 22:13:19 -  1.9
+++ regex-py.info   3 Nov 2010 00:11:26 -   1.10
@@ -1,6 +1,6 @@
 Info2: 
 Package: regex-py%type_pkg[python]
-Version: 0.1.20101030b
+Version: 0.1.20101102a
 Revision: 1
 Type: python (2.5 2.6 2.7 3.1)
 Description: Alternate regular expr. module, to replace re
@@ -14,7 +14,7 @@
 Homepage: http://pypi.python.org/pypi/regex
 
 Source: mirror:custom:r/regex/regex-%v.tar.gz
-Source-MD5: 162783e02d3d3807317ba9d5b7a7186f
+Source-MD5: b7fccde3b6c1068aeeb2744612997444
 
 Depends: python%type_pkg[python]
 BuildDepends: fink (= 0.24.12)

Index: hgsubversion-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/hgsubversion-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hgsubversion-py.info10 Oct 2010 01:13:50 -  1.1
+++ hgsubversion-py.info3 Nov 2010 00:11:26 -   1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: hgsubversion-py%type_pkg[python]
-Version: 1.1.2-98
+Version: 1.2
 Revision: 1
 Type: python (2.5 2.6 2.7)
 Description: Mercurial as a Subversion client
@@ -16,25 +16,31 @@
Use hg help hgsubversion to check that it is installed correctly and
get usage information.
 
-DescPackaging: 
-   Tarball made from hg changeset 467b95348e6a:
-   http://bitbucket.org/durin42/hgsubversion/changeset/467b95348e6a
-
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 License: GPL2+
 Homepage: http://bitbucket.org/durin42/hgsubversion/wiki/Home
 
-Source: http://homepage.mac.com/danielj7/hgsubversion-%v-467b95348e6a.tar.bz2
-Source-MD5: 086444eaa83c67001436077f9eeda238
+#Source: http://homepage.mac.com/danielj7/hgsubversion-%v-467b95348e6a.tar.bz2
+Source: mirror:custom:h/hgsubversion/hgsubversion-%v.tar.gz
+Source-MD5: b392429bcfd10add73f153dfc2a1b01a
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python], 
subvertpy-py%type_pkg[python]
 BuildDepends: fink (= 0.24.12), distribute-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
-InfoTest: TestScript: %p/bin/python%type_raw[python] tests/run.py || exit 2
+# Official tarball doesn't have test files.
+#InfoTest: TestScript: %p/bin/python%type_raw[python] tests/run.py || exit 2
 
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d
 
-DocFiles: COPYING PKG-INFO README
+DocFiles: PKG-INFO README
+
+CustomMirror: 
+eur-NL: http://a.pypi.python.org/packages/source/
+nam-US: http://b.pypi.python.org/packages/source/
+eur-DE: http://c.pypi.python.org/packages/source/
+eur-DE: http://d.pypi.python.org/packages/source/
+eur-DE: http://e.pypi.python.org/packages/source/
+
 


--
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
___
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/libs gmp5.info,NONE,1.1

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

Added Files:
gmp5.info 
Log Message:
missed in suite commit


--- NEW FILE: gmp5.info ---
Info2: 
Package: gmp5%type_pkg[-64bit]
Version: 5.0.1
Revision: 5
GCC: 4.0
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
Source: mirror:gnu:gmp/gmp-%v.tar.gz
Source-MD5: 5ec19db53ced047b8d0d52373f6c245d
# PatchFile: %{ni}.patch
# PatchFile-MD5: a32c8651a786aa499afd6b3cb997c017
Depends: 
  %N-shlibs (= %v-%r),
  libgmpxx5%type_pkg[-64bit]-shlibs (= %v-%r),
  ( %type_raw[-64bit] = -64bit ) 64bit-cpu

BuildDepends: fink (= 0.26.0), gcc4.0 (= 4.0.1-1)
Conflicts: gmp, gmp-64bit, gmp5, gmp5-64bit
Replaces: gmp, gmp-64bit, gmp5, gmp5-64bit
SetCPPFLAGS: -fexceptions
ConfigureParams: 
  --infodir='${prefix}/share/info' \
  --enable-cxx \
  --disable-static

CompileScript: 
#! /bin/sh -ev
 # extra checks for compiler version
 # darwin8's default compiler is good
 # darwin9 needs newer compiler
 # darwin10's default compiler is good
 darwin_vers=`uname -r | cut -d. -f1`
 if test $darwin_vers = 9 ; then
   export CC=gcc-4.2
   export CXX=g++-4.2
   test -x `which gcc-4.2` || { echo gcc-4.2 required, but missing!; exit 1; }
 fi
 if [ %type_raw[-64bit] == . ] ; then
  case %m in
i386 | powerpc) ABI=32 ./configure %c  --libdir='${prefix}/%lib/gmp5';;
x86_64) ABI=64 ./configure %c --libdir='${prefix}/%lib/gmp5';;
  esac
 else
  case %m in
i386) ABI=64 ./configure %c --libdir='${prefix}/%lib/gmp5';;
powerpc) ABI=mode64  ./configure %c --libdir='${prefix}/%lib/gmp5';;
  esac
fi
make
make check

InstallScript: 
  #!/bin/sh -ev
  make DESTDIR=%d install
  #Move .la and symlinks to %p/%lib so packages don't need tricks to find them.
  mv %i/%lib/gmp5/libgmp.la %i/%lib
  mv %i/%lib/gmp5/libgmpxx.la %i/%lib
  rm %i/%lib/gmp5/libgmp.dylib %i/%lib/gmp5/libgmpxx.dylib
  ln -s %p/%lib/gmp5/libgmp.10.dylib %i/%lib/libgmp.dylib
  ln -s %p/%lib/gmp5/libgmpxx.4.dylib %i/%lib/libgmpxx.dylib

DocFiles: COPYING COPYING.LIB README
InfoDocs: gmp.info gmp.info-1 gmp.info-2
BuildDependsOnly: True
SplitOff: 
  Package: %N-shlibs
  Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
  Files: %lib/gmp5/libgmp.*.dylib
  Shlibs: 
%p/%lib/gmp5/libgmp.10.dylib 11.0.0 %n (= 5.0.1-2) %type_num[-64bit]
  
  Description: Shared library for gmp package
  DocFiles: doc/* AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README

SplitOff2: 
  Package: libgmpxx5%type_pkg[-64bit]-shlibs
  Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu, %N-shlibs
  Files: %lib/gmp5/libgmpxx.*.dylib
  Shlibs: 
%p/%lib/gmp5/libgmpxx.4.dylib 7.0.0 %n (= 5.0.1-2) %type_num[-64bit]
  
  Description: Shared C++ library for gmp package
  DocFiles: doc/* AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README

License: LGPL
Description: GNU multiple precision arithmetic library
DescDetail: 
 GNU MP is a portable library written in C for arbitrary precision 
 arithmetic on integers, rational numbers, and floating-point numbers.

DescPackaging: 
 Unfortunately, the libgmpxx4 splitoff, which existed from vers. 4.1.4-1
 through vers. 4.2.1-1008, was misnamed.  It *should* have been called
 libgmpxx3, and the new version of that library should now be in a splitoff
 called libgmpxx4.  To work around this, the splitoff is now called
 libgmpxx (with no number); note that the next time the major version of
 this library changes, the splitoff should go to libgmpxx5.

 Starting with gmp5, we install to a private pkglib dir so that it may 
 coexist with other major versions of gmp without conflicts/replaces.
 Since gmp5, static libraries have been removed in favor of shared-only.

DescPort: 
 Older notes:

 Patch from Ben Hines to build libgmpxx, as of vers. 4.1-2.  As of vers.
 4.1.4-1, libgmpxx gets its own splitoff.

 As of vers. 4.2, mpfr is a separate library, available in fink as the 
 libmpfr1 package.

 The patch, provided by Martin Costabel, makes the 64bit variant compile on
 the new MacBookPros whose core2 duo processor is misidentified as pentium3.

 As of vers. 4.2.3, we are building with -fexceptions, for the benefit of
 ppl library that will be used in gcc 4.4.x.  (Suggested by Jack Howarth;
 see http://www.cs.unipr.it/ppl/ and http://gcc.gnu.org/wiki/Graphite .)

Maintainer: David Fang fang...@users.sourceforge.net
# Former maintainer: Dave Morrison d...@finkproject.org
Homepage: http://gmplib.org



--
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
___
Fink-commits mailing list