[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods module-build-tiny-pm.info, 1.6, 1.7 test-warnings-pm.info, 1.2, 1.3

2013-10-14 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8499

Modified Files:
module-build-tiny-pm.info test-warnings-pm.info 
Log Message:
New upstream version.

Index: test-warnings-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-warnings-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test-warnings-pm.info   30 Sep 2013 14:08:42 -  1.2
+++ test-warnings-pm.info   14 Oct 2013 21:40:16 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: test-warnings-pm%type_pkg[perl]
-Version: 0.010
+Version: 0.011
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -18,14 +18,14 @@
 Homepage: http://search.cpan.org/dist/Test-Warnings/
 
 Source: mirror:cpan:modules/by-module/Test/Test-Warnings-%v.tar.gz
-Source-MD5: 92705a51860fa09eccfdf384c753c728
+Source-MD5: 3e0b31ce617cbd001a0003606dac679a
 
 Depends: 
perl%type_pkg[perl]-core,
test-simple-pm%type_pkg[perl]
 

-BuildDepends: module-build-tiny-pm%type_pkg[perl], fink (= 0.30.2)
+BuildDepends: module-build-tiny-pm%type_pkg[perl] (= 0.030), fink (= 0.30.2)
 
 DefaultScript: ModuleBuild
 

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- module-build-tiny-pm.info   30 Sep 2013 13:51:56 -  1.6
+++ module-build-tiny-pm.info   14 Oct 2013 21:40:16 -  1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
-Version: 0.028
+Version: 0.030
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -28,14 +28,14 @@
  json-pp-pm,
  pod-readme-pm, 
  perl%type_pkg[perl]-core, 
- test-harness-pm%type_pkg[perl] (= 3.16)
+ test-harness-pm%type_pkg[perl] (= 3.29)
 
 
 BuildDepends: fink (= 0.30.2)
 
 # Unpack Phase.
 Source: mirror:cpan:authors/id/L/LE/LEONT/Module-Build-Tiny-%v.tar.gz
-Source-MD5: b6b7952040359c94f42fd90a195b28a5
+Source-MD5: 1c54bf4c602eec87f98950314699402e
 
 DefaultScript: ModuleBuild
 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs libserf1.info,1.9,1.10

2013-10-14 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv881

Modified Files:
libserf1.info 
Log Message:
New upstream libserf1 1.3.2.
Wow, scons really sucks. Patch around upstream's breakage of install_name and 
c_v.

Index: libserf1.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libserf1.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libserf1.info   20 Aug 2013 13:49:53 -  1.9
+++ libserf1.info   15 Oct 2013 02:52:25 -  1.10
@@ -1,5 +1,5 @@
 Package: libserf1
-Version: 1.3.1
+Version: 1.3.2
 Revision: 1
 Description: High-performance HTTP client library
 License: BSD
@@ -12,19 +12,21 @@
 
 # Unpack Phase:
 Source: http://serf.googlecode.com/files/serf-%v.tar.bz2
-Source-MD5: da5aca0cad19fd9c19129c3f8f7393dd 
+Source-MD5: 43ce30fccf39ab0186a7590e2733e3ec 
 
-# Sucky, sucky scons.
-PatchScript: perl -pi -e s|lib_shared\[0\]\.name|'libserf-1.0.dylib'| 
SConstruct
+# Sucky, sucky scons. Make sure we use same install_name as 1.3.1.
+PatchScript: perl -pi -e s|'%%s\.dylib'|'%%s.0.dylib'| SConstruct
 
 # Compile Phase:
+# 1.3.2 rolled back c_v from 4.0.0 to 1.3.0 which breaks things naturally.
+# Force it back to 4.0.0. Eliminate in next major version.
 CompileScript: 
#!/bin/bash -ev
if [ %m == i386 ]; then
scons \
PREFIX=%p \
CFLAGS=-m32 \
-   LINKFLAGS=-Wl,-dead_strip_dylibs,-arch,%m \
+   
LINKFLAGS=-Wl,-dead_strip_dylibs,-arch,%m,-compatibility_version,4,-current_version,4.2
 \
APR=%p/bin/apr-1-config \
APU=%p/bin/apu-1-config \
OPENSSL=%p \
@@ -34,7 +36,7 @@
scons \
PREFIX=%p \
CFLAGS=-m64 \
-   LINKFLAGS=-Wl,-dead_strip_dylibs,-arch,%m \
+   
LINKFLAGS=-Wl,-dead_strip_dylibs,-arch,%m,-compatibility_version,4,-current_version,4.2
 \
APR=%p/bin/apr-1-config \
APU=%p/bin/apu-1-config \
OPENSSL=%p \
@@ -58,7 +60,7 @@
 InstallScript: 
scons install PREFIX=%p --install-sandbox=%d
# Because scons sucks...
-   ln -s libserf-1.3.0.0.dylib %i/lib/libserf-1.0.dylib
+   ln -s libserf-1.1.3.0.dylib %i/lib/libserf-1.0.dylib
rm %i/lib/libserf-1.a
 
 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods xml-catalog-pm.info, NONE, 1.1 cpan-meta-pm.info, 1.20, 1.21 io-socket-ssl-pm.info, 1.32, 1.33 test-simple-pm.info, 1.8, 1.9 unicode-normalize-pm.in

2013-10-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14640

Modified Files:
cpan-meta-pm.info io-socket-ssl-pm.info test-simple-pm.info 
unicode-normalize-pm.info xml-treebuilder-pm.info 
Added Files:
xml-catalog-pm.info 
Log Message:
New upstream version.

Index: test-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-simple-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- test-simple-pm.info 21 Jul 2013 17:52:08 -  1.8
+++ test-simple-pm.info 13 Oct 2013 13:25:43 -  1.9
@@ -1,7 +1,7 @@
 Info2: 
 Package: test-simple-pm%type_pkg[perl]
-Version: 0.98
-Revision: 2
+Version: 0.99
+Revision: 1
 
 Description: Basic utilities for writing tests
 Type: perl (5.12.3 5.12.4)
@@ -21,8 +21,8 @@
 
 Provides: test-simple-pm
 Replaces: test-simple-pm (= 0.47-14)
-Source: mirror:cpan:authors/id/M/MS/MSCHWERN/Test-Simple-%v.tar.gz
-Source-MD5: a8b26c97440269b33dd79fd847c521d8
+Source: mirror:cpan:modules/by-module/Test/Test-Simple-%v.tar.gz
+Source-MD5: 0ff8a222d0c0be5a2ada2881a053e2b1
 
 PatchScript: 
   #!/bin/sh -ev

Index: unicode-normalize-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/unicode-normalize-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- unicode-normalize-pm.info   30 Jun 2013 10:58:46 -  1.5
+++ unicode-normalize-pm.info   13 Oct 2013 13:25:43 -  1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: unicode-normalize-pm%type_pkg[perl]
-Version: 1.16
+Version: 1.17
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -13,7 +13,7 @@
 Depends: perl%type_pkg[perl]-core
 
 Source: mirror:cpan:authors/id/S/SA/SADAHIRO/Unicode-Normalize-%v.tar.gz
-Source-MD5: abc314b6724f2b22eaa8aa7aa7696582
+Source-MD5: 82c587aa8e7c0c0325884d01f84fe813
 
 InstallScript: 
   %{default_script}

Index: io-socket-ssl-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/io-socket-ssl-pm.info,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- io-socket-ssl-pm.info   17 Sep 2013 23:50:33 -  1.32
+++ io-socket-ssl-pm.info   13 Oct 2013 13:25:43 -  1.33
@@ -1,6 +1,6 @@
 Info2: 
 Package: io-socket-ssl-pm%type_pkg[perl]
-version: 1.95.4
+version: 1.95.5
 Revision: 1
 
 ###
@@ -8,8 +8,8 @@
 
 Replaces: io-socket-ssl-pm (= 0.92-1)
 ###
-Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.954.tar.gz
-Source-MD5: 00a0d03063dfd10ce25aed776d278dd3
+Source: mirror:cpan:modules/by-module/IO/IO-Socket-SSL-1.955.tar.gz
+Source-MD5: 4f975bc3932a273c46206fa926f20b08
 ###
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true

--- NEW FILE: xml-catalog-pm.info ---
Info2: 
Package: xml-catalog-pm%type_pkg[perl]
Version: 1.0.0
Revision: 1

License: Artistic/GPL
Description: Resolve public ids and remap system ids
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/XML-Catalog/

Source: mirror:cpan:authors/id/J/JF/JFEARN/XML-Catalog-v%v.tar.gz
Source-MD5: 8f36caf66a7f977804efa325cb09cbac

Type: perl (5.12.3 5.12.4)
UpdatePOD: false

DocFiles: Changes LICENSE

Depends: 
libwww-pm%type_pkg[perl],
perl%type_pkg[perl]-core,
uri-pm%type_pkg[perl],
xml-parser-pm%type_pkg[perl]

BuildDepends: 
fink (= 0.30.2),
module-build-pm%type_pkg[perl]


DefaultScript: ModuleBuild

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



Index: xml-treebuilder-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/xml-treebuilder-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xml-treebuilder-pm.info 17 Jul 2013 14:55:38 -  1.1
+++ xml-treebuilder-pm.info 13 Oct 2013 13:25:43 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: xml-treebuilder-pm%type_pkg[perl]
-Version: 4.3
+Version: 5.0
 Revision: 1
 
 License: Artistic/GPL
@@ -9,19 +9,20 @@
 Homepage: http://search.cpan.org/dist/XML-TreeBuilder/
 
 Source: mirror:cpan:authors/id/J/JF/JFEARN/XML-TreeBuilder-%v.tar.gz
-Source-MD5: 530e7cf3eada366e689d952ece40d9d0
+Source-MD5: 5549d05bb87b862c31b64d9d21ef34a0
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: false
 
 DocFiles: Changes README
 
-# Ignore warnings about missing Devel::Cover, Test::Perl::Critic and 
Test::Pod::Coverage.
-# They are only used as part of author tests which don't normally run.
+# Ignore warnings about missing Devel::Cover.
+# It is only used as part of author tests which don't normally run.
 Depends: 
html-tagset-pm (= 3.02-1),
html-tree-pm%type_pkg

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods cython-py.info, 1.5, 1.6

2013-10-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15393

Modified Files:
cython-py.info 
Log Message:
New upstream cython-py 0.19.2.

Index: cython-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/cython-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cython-py.info  11 Jul 2013 01:39:44 -  1.5
+++ cython-py.info  13 Oct 2013 13:37:04 -  1.6
@@ -1,13 +1,13 @@
 Info2: 
 Package: cython-py%type_pkg[python]
-Version: 0.19.1
+Version: 0.19.2
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 License: OSI-Approved
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Depends: python%type_pkg[python]
 Source: http://www.cython.org/release/Cython-%v.tar.gz
-Source-MD5: df4cfb2b8e3345272e3fc451b76bd630
+Source-MD5: 4af1218346510b464c0a6bf15500d0e2
 Homepage: http://www.cython.org
 CompileScript: 
  %p/bin/python%type_raw[python] setup.py build


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods mercurial-keyring-py.info, 1.10, 1.11

2013-10-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15663

Modified Files:
mercurial-keyring-py.info 
Log Message:
New upstream mercurial-keyring-py 0.6.1.

Index: mercurial-keyring-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/mercurial-keyring-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mercurial-keyring-py.info   13 Sep 2013 12:53:43 -  1.10
+++ mercurial-keyring-py.info   13 Oct 2013 13:41:10 -  1.11
@@ -1,6 +1,6 @@
 Info2: 
 Package: mercurial-keyring-py%type_pkg[python]
-Version: 0.6.0
+Version: 0.6.1
 Revision: 1
 Type: python (2.6 2.7)
 Description: Mercurial Keyring Extension
@@ -22,7 +22,7 @@
 Homepage: http://pypi.python.org/pypi/mercurial_keyring
 
 Source: 
https://pypi.python.org/packages/source/m/mercurial_keyring/mercurial_keyring-%v.tar.gz
-Source-MD5: e3356862a6c4c5320264d46e92c5bb22
+Source-MD5: 9cbef7a55bd77a504b61280842be2e72
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python], 
keyring-py%type_pkg[python] (= 0.9.2-1)
 BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python]


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel git-10.8.info, 1.33, 1.34 git-archimport.info, 1.50, 1.51 git-cvsimport.info, 1.50, 1.51 git-remote-mediawiki-10.8.info, 1.2, 1.3 git-remote-mediawiki.info,

2013-10-10 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3230/devel

Modified Files:
git-10.8.info git-archimport.info git-cvsimport.info 
git-remote-mediawiki-10.8.info git-remote-mediawiki.info 
git-send-email-10.8.info git-send-email.info git-svn-10.8.info 
git-svn.info git.info 
Log Message:
New upstream git 1.8.4.1.

Index: git-send-email.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-send-email.info,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- git-send-email.info 25 Aug 2013 13:34:21 -  1.50
+++ git-send-email.info 11 Oct 2013 00:45:03 -  1.51
@@ -1,6 +1,6 @@
 Info2:
 Package: git-send-email
-Version: 1.8.4
+Version: 1.8.4.1
 Revision: 1
 Type: pm 5.12.3
 Distribution: 10.7
@@ -15,12 +15,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
+Source-MD5: 5d8c89ad312ca0b0e603259c9357e6b8
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
+Source2-MD5: bc2ef0535f7b65eb1ed86eb4afabe865
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
+Source3-MD5: d3f87251966f2bfabdad428b781fef4f
 
 CompileScript: echo Nothing to compile.
 

Index: git-archimport.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-archimport.info,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- git-archimport.info 25 Aug 2013 13:34:21 -  1.50
+++ git-archimport.info 11 Oct 2013 00:45:02 -  1.51
@@ -1,16 +1,16 @@
 Package: git-archimport
-Version: 1.8.4
+Version: 1.8.4.1
 Revision: 1
 Description: Tool to import an arch repository into git
 Depends: git (= %v), arch-tla
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
+Source-MD5: 5d8c89ad312ca0b0e603259c9357e6b8
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
+Source2-MD5: bc2ef0535f7b65eb1ed86eb4afabe865
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
+Source3-MD5: d3f87251966f2bfabdad428b781fef4f
 
 CompileScript: echo Nothing to compile.
 

Index: git-svn-10.8.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-svn-10.8.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- git-svn-10.8.info   25 Aug 2013 13:34:22 -  1.28
+++ git-svn-10.8.info   11 Oct 2013 00:45:03 -  1.29
@@ -1,6 +1,6 @@
 Info2:
 Package: git-svn
-Version: 1.8.4
+Version: 1.8.4.1
 Revision: 1+10.8
 Type: pm 5.12.4
 Distribution: 10.8
@@ -13,12 +13,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
+Source-MD5: 5d8c89ad312ca0b0e603259c9357e6b8
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
+Source2-MD5: bc2ef0535f7b65eb1ed86eb4afabe865
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: 
e3720f56e18a5ab8ee1871ac9cfiles/git-manpages-%v.tar.gz0.8.info,v30.177]’²í±¨+r9+àÐÿPÑÿuºí±¨+€Ú+Õ²¨+’È
³¨+PÑÿ€à,³¨+@ÆÿÅÿkÐí±¨+6 
èè!è!àÐÿPÑÿx„
³¨+@Çÿ’²í±¨+†Ðí±¨+àÐÿ`²í±¨+ÑÿÀn³¨+uºí±¨+pn³¨+Øtn³¨+¨yn³¨+€Ú+x„
³¨+@ÇÿÆÿkÐí±¨+à!à!àÐÿPÑÿHN겨+
 
Èÿ’²í±¨+†Ðí±¨+àÐÿ`²í±¨+ÑÿÑÿÑÿ8Û²¨+Œp˜PÑÿuºí±¨+€Ú+
 
ÈÿðÆÿkÐí±¨+GHIJKMNOPàÐÿPÑÿHÁ²¨+ÀÉÿ’²í±¨+†Ðí±¨+àÐÿ0n³¨+uºí±¨+
³¨+ 
9ž²¨+pn³¨+Øtn³¨+¨yn³¨+€Ú+HÁ²¨+ÀÉÿÈÿkÐí±¨+8Á²¨+ÀÉÿ0ÈÿkÐí±¨+(Á²¨+ÀÉÿ`ÈÿkÐí±¨+Á²¨+ÀÉÿÈÿkÐí±¨+
   
¨~n³¨+uºí±¨+¨yn³¨+ÃÿŠˆž²¨+e¹í±¨+Øtn³¨+0Éÿyˆž²¨+e¹í±¨+pn³¨+`ÉÿZˆž²¨+e¹í±¨+Ø4ž²¨+
³¨+ 9ž²¨+pn³¨+ؔ
³¨+Øtn³¨+¨yn³¨+€Ú+8Û²¨+

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods git-remote-gitbzr-py.info, 1.8, 1.9 git-remote-githg-py.info, 1.14, 1.15 git-remote-helpers-py.info, 1.51, 1.52

2013-10-10 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3230/libs/pythonmods

Modified Files:
git-remote-gitbzr-py.info git-remote-githg-py.info 
git-remote-helpers-py.info 
Log Message:
New upstream git 1.8.4.1.

Index: git-remote-gitbzr-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-gitbzr-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- git-remote-gitbzr-py.info   25 Aug 2013 13:34:50 -  1.8
+++ git-remote-gitbzr-py.info   11 Oct 2013 00:45:03 -  1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-gitbzr-py%type_pkg[python]
-Version: 1.8.4
+Version: 1.8.4.1
 Revision: 1
 Type: python (2.6 2.7)
 Description: Access bzr repos as git remotes
@@ -24,7 +24,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
+Source-MD5: 5d8c89ad312ca0b0e603259c9357e6b8
 
 Depends: 
git (= %v),

Index: git-remote-githg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-githg-py.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- git-remote-githg-py.info25 Aug 2013 13:34:50 -  1.14
+++ git-remote-githg-py.info11 Oct 2013 00:45:03 -  1.15
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-githg-py%type_pkg[python]
-Version: 1.8.4
+Version: 1.8.4.1
 Revision: 1
 Type: python (2.6 2.7)
 Description: Access hg repos as git remotes
@@ -36,7 +36,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
+Source-MD5: 5d8c89ad312ca0b0e603259c9357e6b8
 
 Depends: 
git (= %v),

Index: git-remote-helpers-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-helpers-py.info,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- git-remote-helpers-py.info  25 Aug 2013 13:34:50 -  1.51
+++ git-remote-helpers-py.info  11 Oct 2013 00:45:03 -  1.52
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-helpers-py%type_pkg[python]
-Version: 1.8.4
+Version: 1.8.4.1
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Git remote helper program for non-git repos
@@ -9,7 +9,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
+Source-MD5: 5d8c89ad312ca0b0e603259c9357e6b8
 
 Depends: python%type_pkg[python], git (= %v)
 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel mercurial-py.info, 1.38, 1.39 mercurial.info, 1.30, 1.31

2013-10-10 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9899

Modified Files:
mercurial-py.info mercurial.info 
Log Message:
New upstream mercurial 2.7.2.

Index: mercurial.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/mercurial.info,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- mercurial.info  10 Sep 2013 01:24:11 -  1.30
+++ mercurial.info  11 Oct 2013 02:10:41 -  1.31
@@ -1,5 +1,5 @@
 Package: mercurial
-Version: 2.7.1
+Version: 2.7.2
 Revision: 1
 Description: Lightweight distributed SCM
 DescUsage: 

Index: mercurial-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/mercurial-py.info,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- mercurial-py.info   10 Sep 2013 01:24:11 -  1.38
+++ mercurial-py.info   11 Oct 2013 02:10:41 -  1.39
@@ -1,6 +1,6 @@
 Info2: 
 Package: mercurial-py%type_pkg[python]
-Version: 2.7.1
+Version: 2.7.2
 Revision: 1
 Type: python (2.6 2.7)
 Depends: python%type_pkg[python], ca-bundle
@@ -10,7 +10,7 @@
 # pyopenssl-py%type_pkg[python] is needed by hgweb for ssl support.
 Suggests: bzr-py%type_pkg[python], darcs, git, arch-tla, monotone, 
svn-swig-py%type_pkg[python], svn18, pygments-py%type_pkg[python], 
pyopenssl-py%type_pkg[python]
 Source: http://www.selenic.com/mercurial/release/mercurial-%v.tar.gz
-Source-MD5: 3313de3667902ae4dc82f29f5280294d
+Source-MD5: ec00ddc6aadfea1e11b23650cb741d53
 PatchScript: 
perl -pi -e 's|/etc/|%p/etc/|g' doc/hg.1* doc/hgrc.5*
# Change to work with our svn18.
@@ -115,6 +115,8 @@
rm test-convert-baz.t
# There seems to be a bug here exposed by svn18.
rm test-convert-svn-source.t
+   # This test needs coreutils-default (GNU du).
+   rm test-generaldelta.t
perl -pi -e 's/localhost /\* /' test-bad-pull.t
%p/bin/python%type_raw[python] run-tests.py $MAKEFLAGS || exit 2



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs liblz1.info,1.3,1.4

2013-09-30 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6112

Modified Files:
liblz1.info 
Log Message:
New upstream liblz1 1.5.

Index: liblz1.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/liblz1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- liblz1.info 20 Aug 2013 18:04:59 -  1.3
+++ liblz1.info 30 Sep 2013 13:21:45 -  1.4
@@ -1,5 +1,5 @@
 Package: liblz1
-Version: 1.4
+Version: 1.5
 Revision: 1
 Description: Library for lzip LZMA compressor
 DescDetail: 
@@ -17,7 +17,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://download.savannah.gnu.org/releases/lzip/lzlib-%{v}.tar.gz
-Source-MD5: 055525a7315fb7b33f07a2ffeb418db7
+Source-MD5: 3fbdae5c5a04f9c244b82edf412b00db
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: libtool2
@@ -26,7 +26,7 @@
 CompileScript: 
glibtool --mode=compile gcc -shared -Os -c lzlib.c
 
-   glibtool --mode=link gcc -shared -no-undefined lzlib.lo -o liblz.la 
-version-info 1:4:0 -rpath %p/lib
+   glibtool --mode=link gcc -shared -no-undefined lzlib.lo -o liblz.la 
-version-info 1:5:0 -rpath %p/lib

glibtool --mode=compile gcc -shared -Os -c carg_parser.c
glibtool --mode=compile gcc -shared -Os -c main.c 
-Wc,-DPROGVERSION=\%{v}\


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods extutils-helpers-pm.info, 1.2, 1.3

2013-09-30 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6741

Modified Files:
extutils-helpers-pm.info 
Log Message:
Depends on module-load-pm is unnecessary on 10.7 and later.

Index: extutils-helpers-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-helpers-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extutils-helpers-pm.info11 Jul 2013 21:27:30 -  1.2
+++ extutils-helpers-pm.info30 Sep 2013 13:39:57 -  1.3
@@ -1,6 +1,6 @@
 Package: extutils-helpers-pm
 Version: 0.021
-Revision: 2
+Revision: 3
 License: Artistic/GPL
 Description: Portability utilities for module builders
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -8,8 +8,6 @@
 
 Type: perl
 
-Depends: module-load-pm
-
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-Helpers-%v.tar.gz
 Source-MD5: 94aa8eaf92def26d9af0cb25fcb1570f
 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods extutils-depends-pm.info, 1.2, 1.3 http-tiny-pm.info, 1.7, 1.8 module-build-tiny-pm.info, 1.5, 1.6 perl-critic-pm.info, 1.6, 1.7

2013-09-30 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7168

Modified Files:
extutils-depends-pm.info http-tiny-pm.info 
module-build-tiny-pm.info perl-critic-pm.info 
Log Message:
New upstream version.

Index: http-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/http-tiny-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- http-tiny-pm.info   10 Sep 2013 19:35:16 -  1.7
+++ http-tiny-pm.info   30 Sep 2013 13:51:56 -  1.8
@@ -1,6 +1,6 @@
 Info2: 
 Package: http-tiny-pm%type_pkg[perl]
-Version: 0.035
+Version: 0.036
 Revision: 1
 
 License: Artistic/GPL
@@ -13,7 +13,7 @@
 Homepage: http://search.cpan.org/dist/HTTP-Tiny/
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/HTTP-Tiny-%v.tar.gz
-Source-MD5: b9512258d7d137f81ddabfccbb804d47
+Source-MD5: f785f74508566787a30762cf0c2c8802
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- module-build-tiny-pm.info   10 Sep 2013 15:07:01 -  1.5
+++ module-build-tiny-pm.info   30 Sep 2013 13:51:56 -  1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
-Version: 0.027
+Version: 0.028
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -35,7 +35,7 @@
 
 # Unpack Phase.
 Source: mirror:cpan:authors/id/L/LE/LEONT/Module-Build-Tiny-%v.tar.gz
-Source-MD5: b4202f87fb001e4d92ac3d57eaaf3673
+Source-MD5: b6b7952040359c94f42fd90a195b28a5
 
 DefaultScript: ModuleBuild
 

Index: extutils-depends-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-depends-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extutils-depends-pm.info4 Sep 2013 00:54:49 -   1.2
+++ extutils-depends-pm.info30 Sep 2013 13:51:56 -  1.3
@@ -1,11 +1,11 @@
 Package: extutils-depends-pm
-Version: 0.305
+Version: 0.306
 Revision: 1
 ###
 Replaces: ExtUtils-Depends-pm581
 ###
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-Depends-%v.tar.gz
-Source-MD5: cb4dd858021b5e7c4eb4dbf9639db55f
+Source-MD5: ae03b4f7d7ebd1fe8932f3c01f40664c
 ###
 Type: perl
 UpdatePOD: true

Index: perl-critic-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/perl-critic-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- perl-critic-pm.info 29 Jun 2013 22:47:44 -  1.6
+++ perl-critic-pm.info 30 Sep 2013 13:51:57 -  1.7
@@ -2,7 +2,7 @@
 Package: perl-critic-pm%type_pkg[perl]
 #Need to make sure we are later than 1.094001. Grr. Who does that?
 Epoch: 1
-Version: 1.118
+Version: 1.119
 Revision: 1
 
 License: Artistic/GPL
@@ -31,14 +31,11 @@
 
 #Source: mirror:cpan:authors/id/E/EL/ELLIOTJS/Perl-Critic-%v.tar.gz
 Source: mirror:cpan:authors/id/T/TH/THALJEF/Perl-Critic-%v.tar.gz
-Source-MD5: 25391a51d57cdf34c535f01d9ff91b83
+Source-MD5: 0adf1dcf3e749e007cde2670ae259506
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true
 
-# Need to actually 'use' version on perl 5.10.0.
-PatchScript: perl -pi -e 's/(^use base.*$)/$1\nuse version 0.77;/' 
lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitLvalueSubstr.pm
-
 DocFiles: Changes README LICENSE
 
 Depends: 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods test-warnings-pm.info, 1.1, 1.2

2013-09-30 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8218

Modified Files:
test-warnings-pm.info 
Log Message:
New upstream test-warnings-pm 0.010.

Index: test-warnings-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-warnings-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test-warnings-pm.info   9 Jul 2013 13:52:47 -   1.1
+++ test-warnings-pm.info   30 Sep 2013 14:08:42 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: test-warnings-pm%type_pkg[perl]
-Version: 0.006
+Version: 0.010
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -18,7 +18,7 @@
 Homepage: http://search.cpan.org/dist/Test-Warnings/
 
 Source: mirror:cpan:modules/by-module/Test/Test-Warnings-%v.tar.gz
-Source-MD5: b90ff90018319c60ccf327113b954c12
+Source-MD5: 92705a51860fa09eccfdf384c753c728
 
 Depends: 
perl%type_pkg[perl]-core,
@@ -29,7 +29,7 @@
 
 DefaultScript: ModuleBuild
 
-InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (= 0.98-1), 
test-checkdeps-pm%type_pkg[perl] (= 0.002-1), test-deep-pm%type_pkg[perl], 
test-tester-pm (= 0.108-1), cpan-meta-check-pm%type_pkg[perl]
+InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (= 0.98-1), 
test-checkdeps-pm%type_pkg[perl] (= 0.007-1), test-deep-pm%type_pkg[perl], 
test-tester-pm (= 0.108-1), cpan-meta-check-pm%type_pkg[perl]
 
 InstallScript: 
   %{default_script}


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods bottle-py.info, NONE, 1.1

2013-09-30 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13110

Added Files:
bottle-py.info 
Log Message:
New package bottle-py 0.11.6.

--- NEW FILE: bottle-py.info ---
Info2: 
Package: bottle-py%type_pkg[python]
Version: 0.11.6
Revision: 1
Type: python (2.6 2.7 3.1 3.2 3.3)
Description: Fast and simple WSGI-framework
DescDetail: 
Bottle is a fast and simple micro-framework for small web
applications. It offers request dispatching (Routes) with url
parameter support, templates, a built-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines - all in
a single file and with no dependencies other than the Python
Standard Library.

Maintainer: Daniel Johnson dan...@daniel-johnson.org
License: BSD
Homepage: http://pypi.python.org/pypi/bottle

Source: https://pypi.python.org/packages/source/b/bottle/bottle-%v.tar.gz
Source-MD5: 0bafdc4e13ea2b1a3bddf36b5af108c4

Depends: python%type_pkg[python]
BuildDepends: fink (= 0.24.12)

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

InfoTest: 
TestScript: 
%p/bin/python%type_raw[python] test/testall.py fast || exit 2



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


PostInstScript: 
update-alternatives --install %p/bin/bottle.py bottle.py 
%p/bin/bottle.py%type_pkg[python] %type_pkg[python]


PreRmScript: 
if [ $1 != upgrade ]; then
update-alternatives --remove bottle.py 
%p/bin/bottle.py%type_pkg[python]
fi


DocFiles: PKG-INFO README.rst



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods pycurl-py.info, 1.1, 1.2 pycurl-py.patch, 1.1, 1.2

2013-09-30 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13177

Modified Files:
pycurl-py.info pycurl-py.patch 
Log Message:
New upstream pycurl 7.19.0.1.
Tests now use nose but we are missing cherrypy.wsgiserver which is needed for 
tests. Other tests seem to work.

Index: pycurl-py.patch
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/pycurl-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pycurl-py.patch 26 Jul 2011 03:23:28 -  1.1
+++ pycurl-py.patch 30 Sep 2013 15:36:33 -  1.2
@@ -1,26 +1,16 @@
-diff -ru pycurl-7.19.0.orig/setup.py pycurl-7.19.0/setup.py
 pycurl-7.19.0.orig/setup.py2008-09-09 13:40:34.0 -0400
-+++ pycurl-7.19.0/setup.py 2008-09-30 09:45:54.0 -0400
-@@ -97,7 +97,8 @@
- else:
- extra_compile_args.append(e)
- libs = split_quoted(
--os.popen('%s' --libs % CURL_CONFIG).read()+\
-+os.popen('%s' --libs % CURL_CONFIG).read())
-+static_libs = split_quoted(
- os.popen('%s' --static-libs % CURL_CONFIG).read())
- for e in libs:
- if e[:2] == -l:
-@@ -110,6 +111,12 @@
- library_dirs.append(e[2:])
- else:
- extra_link_args.append(e)
-+for e in static_libs:
-+if e[:2] == -l:
-+if e[2:] == 'ssl':
-+define_macros.append(('HAVE_CURL_OPENSSL', 1))
-+if e[2:] == 'gnutls':
-+define_macros.append(('HAVE_CURL_GNUTLS', 1))
+diff -ru pycurl-7.19.0.1.orig/setup.py pycurl-7.19.0.1/setup.py
+--- pycurl-7.19.0.1.orig/setup.py  2013-09-25 05:41:23.0 -0400
 pycurl-7.19.0.1/setup.py   2013-09-30 10:55:41.0 -0400
+@@ -128,11 +128,9 @@
  for e in split_quoted(os.popen('%s' --features % CURL_CONFIG).read()):
  if e == 'SSL':
  define_macros.append(('HAVE_CURL_SSL', 1))
++define_macros.append(('HAVE_CURL_OPENSSL', 1))
+ if not libraries:
+ libraries.append(curl)
+-# Add extra compile flag for MacOS X
+-if sys.platform[:-1] == darwin:
+-extra_link_args.append(-flat_namespace)
+ 
+ 
+ 
###

Index: pycurl-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/pycurl-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pycurl-py.info  26 Jul 2011 03:23:28 -  1.1
+++ pycurl-py.info  30 Sep 2013 15:36:33 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: pycurl-py%type_pkg[python]
-Version: 7.19.0
+Version: 7.19.0.1
 Revision: 1
 Type: python (2.6 2.7)
 Description: Python bindings for libcurl
@@ -16,26 +16,31 @@
 Homepage: http://pycurl.sourceforge.net/
 
 Source: http://pycurl.sourceforge.net/download/pycurl-%v.tar.gz
-Source-MD5: 919d58fe37e69fe87ce4534d8b6a1c7b
+Source-MD5: bf737819edcd5b3d9d93b9fc4cd8e003
 
-PatchFile: %{Ni}.patch
-PatchFile-MD5: 0da644701607d84870b3cc6126457b41
+PatchFile: %{ni}.patch
+PatchFile-MD5: 01ffd60bc5520d63aab007b804f2d99d
 
-Depends: python%type_pkg[python], libcurl4-shlibs (= 7.18.2)
-BuildDepends: libcurl4 (= 7.18.2), system-openssl-dev, fink (= 0.24.12)
+Depends: python%type_pkg[python], libcurl4-shlibs (= 7.18.2), 
openssl100-shlibs (= 1.0.1e)
+BuildDepends: libcurl4 (= 7.18.2), openssl100-dev (= 1.0.1e), fink (= 
0.24.12)
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
-SetLDFLAGS: -L%p/lib/system-openssl/lib -lcrypto
+SetLDFLAGS: -L%p/lib -lcrypto
 
 CompileScript: 
- %p/bin/python%type_raw[python] setup.py build 
--curl-config=%p/bin/curl-config --openssl-dir=%p/lib/system-openssl
+ %p/bin/python%type_raw[python] setup.py build 
--curl-config=%p/bin/curl-config --openssl-dir=%p
 
 InstallScript: 
  %p/bin/python%type_raw[python] setup.py install --root %d
  /bin/mv %i/share/doc/pycurl %i/share/doc/pycurl-py%type_pkg[python]
 
-InfoTest: 
-   TestScript: %p/bin/python%type_raw[python] tests/test_internals.py -q 
|| exit 2
-
+# Tests also need cherrypy.wsgiserver.
+#InfoTest: 
+#  TestDepends: nose-py%type_pkg[python], bottle-py%type_pkg[python]
+#  TestScript: 
+#  mkdir -p tests/tmp
+#  PYTHONPATH=`ls -d build/lib.*` nosetests-%type_raw[python] || 
exit 2
+#  
+#
 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods dulwich-py.info, 1.9, 1.10

2013-09-29 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9257

Modified Files:
dulwich-py.info 
Log Message:
New upstream dulwich-py 0.9.3.

Index: dulwich-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/dulwich-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- dulwich-py.info 26 Aug 2013 02:55:45 -  1.9
+++ dulwich-py.info 29 Sep 2013 12:11:53 -  1.10
@@ -1,13 +1,14 @@
 Info2: 
 Package: dulwich-py%type_pkg[python]
-Version: 0.9.1
-Revision: 0.1
+Version: 0.9.3
+Revision: 1
 Type: python (2.6 2.7)
-Source: 
https://codeload.github.com/jelmer/dulwich/tar.gz/a2e26995dae6815d59d98639fc65135bf99ac1f6
-SourceRename: dulwich-%v-%r.tar.gz
-SourceDirectory: dulwich-a2e26995dae6815d59d98639fc65135bf99ac1f6
+#Source: https://codeload.github.com/jelmer/dulwich/tar.gz/%v
+#SourceRename: dulwich-%v.tar.gz
+#SourceDirectory: dulwich-%v
+Source: https://pypi.python.org/packages/source/d/dulwich/dulwich-%v.tar.gz
 #Source: http://samba.org/~jelmer/dulwich/dulwich-%v.tar.gz
-Source-MD5: 16eff60df7ba66b9dfca539d96c80541
+Source-MD5: 47fdcf8deb7fbc2a6a6fa79cdc3a1f28
 
 BuildDepends: setuptools-tng-py%type_pkg[python], fink (= 0.24.12)
 Depends: python%type_pkg[python], python-fastimport-py%type_pkg[python]
@@ -35,16 +36,20 @@
   mv %i/bin/dul-daemon %i/bin/dul-daemon-py%type_pkg[python]
   mv %i/bin/dul-web %i/bin/dul-web-py%type_pkg[python]
   mv %i/bin/dulwich %i/bin/dulwich-py%type_pkg[python]
+  mv %i/bin/dul-receive-pack %i/bin/dul-receive-pack-py%type_pkg[python]
+  mv %i/bin/dul-upload-pack %i/bin/dul-upload-pack-py%type_pkg[python]
   
   mkdir -p %i/share/doc
   cp -r docs %i/share/doc/%n
 
-DocFiles: AUTHORS COPYING NEWS README
+DocFiles: COPYING NEWS README
 
 PostInstScript: 
update-alternatives --install %p/bin/dul-daemon dul-daemon 
%p/bin/dul-daemon-py%type_pkg[python] %type_pkg[python]
update-alternatives --install %p/bin/dul-web dul-web 
%p/bin/dul-web-py%type_pkg[python] %type_pkg[python]
update-alternatives --install %p/bin/dulwich dulwich 
%p/bin/dulwich-py%type_pkg[python] %type_pkg[python]
+   update-alternatives --install %p/bin/dul-receive-pack dul-receive-pack 
%p/bin/dul-receive-pack-py%type_pkg[python] %type_pkg[python]
+   update-alternatives --install %p/bin/dul-upload-pack dul-upload-pack 
%p/bin/dul-upload-pack-py%type_pkg[python] %type_pkg[python]
 
 
 PreRmScript: 
@@ -52,6 +57,8 @@
update-alternatives --remove dul-daemon 
%p/bin/dul-daemon-py%type_pkg[python]
update-alternatives --remove dul-web 
%p/bin/dul-web-py%type_pkg[python]
update-alternatives --remove dulwich 
%p/bin/dulwich-py%type_pkg[python]
+   update-alternatives --remove dul-receive-pack 
%p/bin/dul-receive-pack-py%type_pkg[python]
+   update-alternatives --remove dul-upload-pack 
%p/bin/dul-upload-pack-py%type_pkg[python]
fi
 
 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods cpan-meta-pm.info, 1.19, 1.20 cpan-meta-requirements-pm.info, 1.8, 1.9 cpan-meta-yaml-pm.info, 1.6, 1.7 extutils-makemaker-pm.info, 1.17, 1.18

2013-09-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13425

Modified Files:
cpan-meta-pm.info cpan-meta-requirements-pm.info 
cpan-meta-yaml-pm.info extutils-makemaker-pm.info 
Log Message:
New upstream extutils-makemaker-pm 6.78 and cpan-meta-*.

Index: cpan-meta-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/cpan-meta-pm.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cpan-meta-pm.info   10 Sep 2013 15:07:00 -  1.19
+++ cpan-meta-pm.info   24 Sep 2013 11:31:03 -  1.20
@@ -1,6 +1,6 @@
 Info2: 
 Package: cpan-meta-pm%type_pkg[perl]
-Version: 2.132510
+Version: 2.132661
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/CPAN-Meta/
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/CPAN-Meta-%v.tar.gz
-Source-MD5: acd4cc59b45adc5dd447868a00414357
+Source-MD5: 1b87bd47664dcad139e99c392e87b143
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true

Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- extutils-makemaker-pm.info  7 Sep 2013 23:09:41 -   1.17
+++ extutils-makemaker-pm.info  24 Sep 2013 11:31:03 -  1.18
@@ -1,6 +1,6 @@
 Info2: 
 Package: extutils-makemaker-pm%type_pkg[perl]
-Version: 6.76
+Version: 6.78
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -45,7 +45,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
-Source-MD5: 0854508aa6ca20154f66a63451ecd2e0
+Source-MD5: 843886bc1060b5e5c619e34029343eba
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 85f7c82e830f1d7b23e18ed32c078d3c

Index: cpan-meta-yaml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/cpan-meta-yaml-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cpan-meta-yaml-pm.info  3 Jul 2013 23:02:37 -   1.6
+++ cpan-meta-yaml-pm.info  24 Sep 2013 11:31:03 -  1.7
@@ -1,5 +1,5 @@
 Package: cpan-meta-yaml-pm
-Version: 0.008
+Version: 0.010
 Revision: 1
 License: Artistic/GPL
 Description: R/W a subset of YAML for CPAN Meta files
@@ -11,7 +11,7 @@
 Depends: exporter-pm
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-%v.tar.gz
-Source-MD5: 06211d8492f23c68aadb83670451284d
+Source-MD5: 5e2efc852f9ad3d01496fa9ccdc9dc3a
 
 UpdatePOD: true
 

Index: cpan-meta-requirements-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/cpan-meta-requirements-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cpan-meta-requirements-pm.info  30 Aug 2013 21:32:17 -  1.8
+++ cpan-meta-requirements-pm.info  24 Sep 2013 11:31:03 -  1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: cpan-meta-requirements-pm%type_pkg[perl]
-Version: 2.123
+Version: 2.125
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/CPAN-Meta-Requirements/
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%v.tar.gz
-Source-MD5: a3eb482c9f2f0710b6131d0e00d04489
+Source-MD5: 1cb395d655f47e28640374a196300ef2
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods html-tidy-pm.info, 1.3, 1.4

2013-09-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13593

Modified Files:
html-tidy-pm.info 
Log Message:
New upstream html-tidy-pm 1.56.

Index: html-tidy-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/html-tidy-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- html-tidy-pm.info   29 Jun 2013 22:47:43 -  1.3
+++ html-tidy-pm.info   24 Sep 2013 11:35:04 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: html-tidy-pm%type_pkg[perl]
-Version: 1.54
+Version: 1.56
 Revision: 1
 
 License: Artistic/GPL
@@ -13,7 +13,7 @@
 Homepage: http://search.cpan.org/dist/HTML-Tidy/
 
 Source: mirror:cpan:authors/id/P/PE/PETDANCE/HTML-Tidy-%v.tar.gz
-Source-MD5: 3025e63d5a85d2abfa793dc1353f8752
+Source-MD5: dd4c0909e93033512606abf2f4e65dae
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true
@@ -28,7 +28,6 @@
perl%type_pkg[perl]-core
 
 BuildDepends: 
-   extutils-makemaker-pm%type_pkg[perl] (= 6.56-1),
fink (= 0.24.12),
libtidyp-dev,
test-simple-pm%type_pkg[perl]
@@ -38,7 +37,7 @@
 PatchFile-MD5: d3b632bbf8d0d2e53312a0702c43b004
 PatchScript: sed 's|@FINKPREFIX@|%p|g ' %{PatchFile} | patch -p1
 
-InfoTest: TestDepends: test-pod-pm, test-pod-coverage-pm
+InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (= 0.98-1), test-pod-pm, 
test-pod-coverage-pm
 
 InstallScript: 
%{default_script}


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods 3to2-py.info, 1.3, 1.4 cchardet-py.info, 1.2, 1.3 html5lib-py.info, 1.5, 1.6

2013-09-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14862

Modified Files:
3to2-py.info cchardet-py.info html5lib-py.info 
Log Message:
Add py33 variant.

Index: 3to2-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/3to2-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 3to2-py.info16 Jun 2013 00:21:28 -  1.3
+++ 3to2-py.info24 Sep 2013 12:02:50 -  1.4
@@ -2,8 +2,7 @@
 Package: 3to2-py%type_pkg[python]
 Version: 1.1a4
 Revision: 1
-# Needs nose-py33 before adding 3.3 variant.
-Type: python (3.1 3.2)
+Type: python (3.1 3.2 3.3)
 Description: Refactor python 3.x syntax into 2.x syntax
 DescDetail: 
lib3to2 is a set of fixers that are intended to backport code written

Index: cchardet-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/cchardet-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cchardet-py.info13 Sep 2013 12:53:42 -  1.2
+++ cchardet-py.info24 Sep 2013 12:02:50 -  1.3
@@ -22,16 +22,13 @@
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
 InfoTest: 
-   # nose is not yet available for py33.
-   TestDepends: (%type_pkg[python]  33) nose-py%type_pkg[python]
+   TestDepends: nose-py%type_pkg[python]
TestScript: 
#!/bin/bash -ev
-   if [ %type_pkg[python] -lt 33 ]; then
-   %p/bin/python%type_raw[python] setup.py build_ext 
--inplace
-   export PYTHONPATH=%b/src
-   cd test
-   %p/bin/nosetests-%type_raw[python] --nocapture tests.py 
|| exit 2
-   fi
+   %p/bin/python%type_raw[python] setup.py build_ext --inplace
+   export PYTHONPATH=%b/src
+   cd test
+   %p/bin/nosetests-%type_raw[python] --nocapture tests.py || exit 
2

 
 

Index: html5lib-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/html5lib-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- html5lib-py.info13 Sep 2013 12:53:43 -  1.5
+++ html5lib-py.info24 Sep 2013 12:02:50 -  1.6
@@ -24,13 +24,9 @@
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
 InfoTest: 
-   # nose is not yet available for py33.
-   TestDepends: (%type_pkg[python]  33) nose-py%type_pkg[python], 
(%type_pkg[python]  33) charade-py%type_pkg[python]
+   TestDepends: nose-py%type_pkg[python], charade-py%type_pkg[python]
TestScript: 
-   #!/bin/bash -ev
-   if [ %type_pkg[python] -lt 33 ]; then
-   %p/bin/nosetests-%type_raw[python] || exit 2
-   fi
+   %p/bin/nosetests-%type_raw[python] || exit 2

 
 


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods test-fatal-pm.info, 1.6, 1.7

2013-09-19 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4103

Modified Files:
test-fatal-pm.info 
Log Message:
New upstream test-fatal-pm 0.012.

Index: test-fatal-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-fatal-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- test-fatal-pm.info  17 Sep 2013 23:50:33 -  1.6
+++ test-fatal-pm.info  19 Sep 2013 15:05:32 -  1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: test-fatal-pm%type_pkg[perl]
-Version: 0.011
+Version: 0.012
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -16,7 +16,7 @@
 Homepage: http://search.cpan.org/dist/Test-Fatal/
 
 Source: mirror:cpan:authors/id/R/RJ/RJBS/Test-Fatal-%v.tar.gz
-Source-MD5: 3e635215d4d9d1f40b8901b7987cadb6
+Source-MD5: 9e910f10ff7a8e263e7ab6594e69f23b
 
 Depends: try-tiny-pm, exporter-pm, perl%type_pkg[perl]-core
 BuildDepends: extutils-makemaker-pm%type_pkg[perl] (= 6.56-4)


--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel rcs.info,NONE,1.1

2013-09-19 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2564

Added Files:
rcs.info 
Log Message:
New package rcs 5.9.0.

--- NEW FILE: rcs.info ---
Package: rcs
Version: 5.9.0
Revision: 1
Description: GNU Revision Control System
Homepage: http://www.gnu.org/software/rcs
Maintainer: Daniel Johnson dan...@daniel-johnson.org
License: GPL3+

Source: mirror:gnu:%n/%n-%v.tar.xz
Source-MD5: 17b2706da1b3627f3b05ff42d0c5795b

BuildDepends: fink (= 0.32)
Depends: diffutils

ConfigureParams: --enable-silent-rules --disable-dependency-tracking

InfoTest: TestScript: make check || exit 2

InstallScript: make install DESTDIR=%d

InfoDocs: rcs.info

DocFiles: AUTHORS ChangeLog COPYING HACKING NEWS README THANKS


--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
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 fossil.info,1.5,1.6

2013-09-19 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9553

Modified Files:
fossil.info 
Log Message:
New upstream fossil 2013094349.

Index: fossil.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/fossil.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fossil.info 7 Apr 2013 12:25:54 -   1.5
+++ fossil.info 19 Sep 2013 16:22:28 -  1.6
@@ -1,5 +1,5 @@
 Package: fossil
-Version: 20130216000435
+Version: 2013094349
 Revision: 1
 Description: Distributed version control system
 DescDetail: 
@@ -16,7 +16,10 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://www.fossil-scm.org/download/fossil-src-%v.tar.gz
-Source-MD5: f2de8262d1147c93c0f73a5b761bc445
+Source-MD5: fa4ea3eb25d2a8cfb0edbd0c30c268b9
+
+# clang doesn't recognize '-gstabs'.
+PatchScript: perl -pi -e 's/-gstabs/-g0/' autosetup/cc.tcl
 
 BuildDepends: system-openssl-dev
 NoSetCPPFLAGS: true


--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel fossil.info,1.6,1.7

2013-09-19 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9567

Modified Files:
fossil.info 
Log Message:
New upstream fossil 2013094349.

Index: fossil.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/fossil.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fossil.info 7 Apr 2013 12:25:39 -   1.6
+++ fossil.info 19 Sep 2013 16:22:45 -  1.7
@@ -1,5 +1,5 @@
 Package: fossil
-Version: 20130216000435
+Version: 2013094349
 Revision: 1
 Description: Distributed version control system
 DescDetail: 
@@ -16,7 +16,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://www.fossil-scm.org/download/fossil-src-%v.tar.gz
-Source-MD5: f2de8262d1147c93c0f73a5b761bc445
+Source-MD5: fa4ea3eb25d2a8cfb0edbd0c30c268b9
 
 # clang doesn't recognize '-gstabs'.
 PatchScript: perl -pi -e 's/-gstabs/-g0/' autosetup/cc.tcl


--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods encode-pm.info, 1.11, 1.12 io-socket-ssl-pm.info, 1.31, 1.32 module-metadata-pm.info, 1.13, 1.14 moosex-types-pm.info, 1.5, 1.6 poe-test-loops-pm.in

2013-09-17 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27140

Modified Files:
encode-pm.info io-socket-ssl-pm.info module-metadata-pm.info 
moosex-types-pm.info poe-test-loops-pm.info test-fatal-pm.info 
Log Message:
New upstream version.

Index: encode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/encode-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- encode-pm.info  30 Aug 2013 21:32:17 -  1.11
+++ encode-pm.info  17 Sep 2013 23:50:33 -  1.12
@@ -1,6 +1,6 @@
 Info2: 
 Package: encode-pm%type_pkg[perl]
-Version: 2.54
+Version: 2.55
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DA/DANKOGAI/Encode-%v.tar.gz
-Source-MD5: 2d5e576613cdad5dd983c8dafd1ed595
+Source-MD5: d946e4e21b2f887797a6f6d7ea74fb9b
 
 InfoTest: 
TestDepends: test-harness-pm%type_pkg[perl] (= 3.23-1)

Index: moosex-types-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/moosex-types-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- moosex-types-pm.info30 Jun 2013 10:58:45 -  1.5
+++ moosex-types-pm.info17 Sep 2013 23:50:33 -  1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: moosex-types-pm%type_pkg[perl]
-Version: 0.36
+Version: 0.38
 Revision: 1
 
 License: Artistic/GPL
@@ -9,24 +9,40 @@
 Homepage: http://search.cpan.org/dist/MooseX-Types/
 
 Source: mirror:cpan:modules/by-module/MooseX/MooseX-Types-%v.tar.gz
-Source-MD5: e74e93c23c6a84ead433c77ce062d230
+Source-MD5: a8a8686c4a4b44ee0d1a3b4e4c97a4b9
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true
 
 DocFiles: Changes README
 
+BuildDepends: 
+   fink (= 0.30.2),
+   module-build-tiny-pm%type_pkg[perl] (= 0.027)
+
 Depends: 
+   base-pm%type_pkg[perl],
carp-clan-pm (= 6.00-1),
+   module-runtime-pm%type_pkg[perl],
moose-pm%type_pkg[perl] (= 1.06-1),
-   namespace-clean-pm%type_pkg[perl] (= 0.19-1),
+   namespace-autoclean-pm%type_pkg[perl] (= 0.08-1),
perl%type_pkg[perl]-core,
scalar-list-utils-pm%type_pkg[perl] (= 1.19-1),
-   sub-install-pm%type_pkg[perl] (= 0.924-1),
+   sub-exporter-pm%type_pkg[perl],
sub-name-pm%type_pkg[perl]
 
 
-InfoTest: TestDepends: test-fatal-pm%type_pkg[perl], test-requires-pm, 
test-simple-pm%type_pkg[perl] (= 0.80-1), test-checkdeps-pm%type_pkg[perl]
+DefaultScript: ModuleBuild
+
+InfoTest: 
+   TestDepends: 
+   cpan-meta-check-pm%type_pkg[perl] (= 0.007),
+   test-checkdeps-pm%type_pkg[perl] (= 0.006),
+   test-fatal-pm%type_pkg[perl],
+   test-requires-pm,
+   test-simple-pm%type_pkg[perl] (= 0.80-1)
+   
+
 
 InstallScript: 
%{default_script}

Index: test-fatal-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/test-fatal-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- test-fatal-pm.info  29 Jun 2013 22:47:44 -  1.5
+++ test-fatal-pm.info  17 Sep 2013 23:50:33 -  1.6
@@ -1,7 +1,7 @@
 Info2: 
 Package: test-fatal-pm%type_pkg[perl]
-Version: 0.010
-Revision: 2
+Version: 0.011
+Revision: 1
 
 Type: perl (5.12.3 5.12.4)
 
@@ -16,12 +16,12 @@
 Homepage: http://search.cpan.org/dist/Test-Fatal/
 
 Source: mirror:cpan:authors/id/R/RJ/RJBS/Test-Fatal-%v.tar.gz
-Source-MD5: d8052d4160e8d999cbeb574592f26541
+Source-MD5: 3e635215d4d9d1f40b8901b7987cadb6
 
 Depends: 
try-t35215d4d9d1f40b8901b7987cadb6Fatal-%v.tar.gzlmods/test-fatal-pm.info,vpkg[perl]
 (= 0.80-1), 
test-checkdeps-pm%type_pkg[perl]uzÐ?Š+€šÑ?Š+•ñ?Š+’ˆí@Š+€*¾ìÿ€
 AŠ+p¾ìÿ@¾ìÿkÐ?Š+6 
èè!è!*¾ìÿ€*¾ìÿxDí@Š+p 
¾ìÿ’rÐ?Š+†Ð?Š+*¾ìÿ`rÐ?Š+O*¾ìÿÀ?QAŠ+uzÐ?Š+0QAŠ+Ø4QAŠ+¨9QAŠ+€šÑ?Š+xDí@Š+p
 
¾ìÿ@¾ìÿkÐ?Š+à!à!*¾ìÿ€*¾ìÿHÍ@Š+P!¾ìÿ’rÐ?Š+†Ð?Š+*¾ìÿ`rÐ?Š+O*¾ìÿ@*¾ìÿ8*¾ìÿ8›ñ?Š+Œp˜€*¾ìÿuzÐ?Š+€šÑ?Š+P!¾ìÿ
  
¾ìÿkÐ?Š+GHIJKMNOP*¾ìÿ€*¾ìÿHÅ£@Š+ð¾ìÿ’rÐ?Š+†Ð?Š+*¾ìÿ0?QAŠ+uzÐ?Š+Pí@Š+
 ù€@Š+0QAŠ+Ø4QAŠ+¨9QAŠ+€šÑ?Š+HÅ£@Š+ð¾ìÿ
 
0!¾ìÿkÐ?Š+8Å£@Š+ð¾ìÿ`!¾ìÿkÐ?Š+(Å£@Š+ð¾ìÿ!¾ìÿkÐ?Š+Å£@Š+ð¾ìÿÀ!¾ìÿkÐ?Š+
 

[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods cpan-meta-pm.info, 1.18, 1.19 extutils-command-pm.info, 1.1, 1.2 extutils-manifest-pm.info, 1.4, 1.5 module-build-tiny-pm.info, 1.4, 1.5 cpan-meta-p

2013-09-10 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30932

Modified Files:
cpan-meta-pm.info extutils-command-pm.info 
extutils-manifest-pm.info module-build-tiny-pm.info 
Removed Files:
cpan-meta-pm.patch 
Log Message:
New upstream version.

--- cpan-meta-pm.patch DELETED ---

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- module-build-tiny-pm.info   20 Aug 2013 15:45:35 -  1.4
+++ module-build-tiny-pm.info   10 Sep 2013 15:07:01 -  1.5
@@ -1,6 +1,6 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
-Version: 0.026
+Version: 0.027
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -35,7 +35,7 @@
 
 # Unpack Phase.
 Source: mirror:cpan:authors/id/L/LE/LEONT/Module-Build-Tiny-%v.tar.gz
-Source-MD5: 1b40eafcbca20226e2ab89108fbc850a
+Source-MD5: b4202f87fb001e4d92ac3d57eaaf3673
 
 DefaultScript: ModuleBuild
 

Index: cpan-meta-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/cpan-meta-pm.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cpan-meta-pm.info   3 Aug 2013 22:22:30 -   1.18
+++ cpan-meta-pm.info   10 Sep 2013 15:07:00 -  1.19
@@ -1,6 +1,6 @@
 Info2: 
 Package: cpan-meta-pm%type_pkg[perl]
-Version: 2.132140
+Version: 2.132510
 Revision: 1
 
 License: Artistic/GPL
@@ -9,14 +9,11 @@
 Homepage: http://search.cpan.org/dist/CPAN-Meta/
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/CPAN-Meta-%v.tar.gz
-Source-MD5: d9d6011417224298dd39bd7b4fa87dd1
+Source-MD5: acd4cc59b45adc5dd447868a00414357
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true
 
-PatchFile: %{ni}.patch
-PatchFile-MD5: 61c43eabae4f0f8ad7dfeda12386d44a
-
 Depends: 
cpan-meta-requirements-pm%type_pkg[perl],
cpan-meta-yaml-pm (= 0.008-1),

Index: extutils-command-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-command-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extutils-command-pm.info21 Jul 2011 20:51:01 -  1.1
+++ extutils-command-pm.info10 Sep 2013 15:07:01 -  1.2
@@ -1,5 +1,5 @@
 Package: extutils-command-pm
-Version: 1.17
+Version: 1.18
 Revision: 1
 License: Artistic/GPL
 Description: Utils to replace UNIX commands in Makefiles
@@ -14,7 +14,7 @@
 Type: perl
 
 Source: mirror:cpan:authors/id/F/FL/FLORA/ExtUtils-Command-%v.tar.gz
-Source-MD5: 8d2bd6a2311b6264d3dd96c11601c34a
+Source-MD5: 212926e233620d09307566a14a1ce7e0
 
 PatchScript: perl -pi -e 's/ 6.31//' Makefile.PL
 

Index: extutils-manifest-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-manifest-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- extutils-manifest-pm.info   30 Jun 2013 10:58:45 -  1.4
+++ extutils-manifest-pm.info   10 Sep 2013 15:07:01 -  1.5
@@ -1,5 +1,5 @@
 Package: extutils-manifest-pm
-Version: 1.61
+Version: 1.63
 Revision: 1
 Description: Utilities to write and check a MANIFEST file
 Type: perl
@@ -11,7 +11,7 @@
 # Unpack Phase:
 #Source: mirror:cpan:authors/id/R/RK/RKOBES/ExtUtils-Manifest-%v.tar.gz
 Source: mirror:cpan:authors/id/F/FL/FLORA/ExtUtils-Manifest-%v.tar.gz
-Source-MD5: 8d72d056722a9424e642aa0e66b6b50b
+Source-MD5: 4e153f1bfdc14a037968681c51b8a93d
 # Install Phase:
 UpdatePOD: true
 DocFiles: Changes README


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods http-tiny-pm.info, 1.6, 1.7 moo-pm.info, 1.2, 1.3 role-tiny-pm.info, 1.2, 1.3

2013-09-10 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10314

Modified Files:
http-tiny-pm.info moo-pm.info role-tiny-pm.info 
Log Message:
New upstream version.

Index: role-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/role-tiny-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- role-tiny-pm.info   15 Jul 2013 23:01:35 -  1.2
+++ role-tiny-pm.info   10 Sep 2013 19:35:16 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: role-tiny-pm%type_pkg[perl]
-Version: 1.003001
+Version: 1.003002
 Revision: 1
 License: Artistic/GPL
 Description: Like a nouvelle cuisine portion of Moose
@@ -8,7 +8,7 @@
 Homepage: http://search.cpan.org/dist/Role-Tiny/
 
 Source: mirror:cpan:authors/id/H/HA/HAARG/Role-Tiny-%v.tar.gz
-Source-MD5: d8b23c4f5b03adec5f0859d814114037
+Source-MD5: 2d9b46cdc8dbb59056710e2c8e35e25f
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true

Index: http-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/http-tiny-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- http-tiny-pm.info   30 Jun 2013 10:58:45 -  1.6
+++ http-tiny-pm.info   10 Sep 2013 19:35:16 -  1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: http-tiny-pm%type_pkg[perl]
-Version: 0.034
+Version: 0.035
 Revision: 1
 
 License: Artistic/GPL
@@ -13,7 +13,7 @@
 Homepage: http://search.cpan.org/dist/HTTP-Tiny/
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/HTTP-Tiny-%v.tar.gz
-Source-MD5: 3fbf1f3df3fdf969a46f832ef8c2c372
+Source-MD5: b9512258d7d137f81ddabfccbb804d47
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true
@@ -24,7 +24,6 @@
perl%type_pkg[perl]-core
 
 BuildDepends: 
-   extutils-makemaker-pm%type_pkg[perl] (= 6.56-1),
fink (= 0.24.12)
 
 

Index: moo-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/moo-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- moo-pm.info 15 Jul 2013 23:01:35 -  1.2
+++ moo-pm.info 10 Sep 2013 19:35:16 -  1.3
@@ -1,6 +1,6 @@
 Info2: 
 Package: moo-pm%type_pkg[perl]
-Version: 1.003000
+Version: 1.003001
 Revision: 1
 License: Artistic/GPL
 Description: Minimalist Object Orientation
@@ -11,8 +11,8 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Homepage: http://search.cpan.org/dist/Moo/
 
-Source: mirror:cpan:authors/id/H/HA/HAARG/Moo-%v.tar.gz
-Source-MD5: 50701ed665adc9dcb20f46bc18f1ff57
+Source: mirror:cpan:authors/id/M/MS/MSTROUT/Moo-%v.tar.gz
+Source-MD5: 507697be655c7d79c14fabfb36577635
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true
@@ -25,7 +25,7 @@
dist-checkconflicts-pm%type_pkg[perl] (= 0.02-1),
module-runtime-pm%type_pkg[perl] (= 0.012-1),
perl%type_pkg[perl]-core,
-   role-tiny-pm%type_pkg[perl] (= 1.003001-1),
+   role-tiny-pm%type_pkg[perl] (= 1.003002-1),
strictures-pm (= 1.004003-1)
 
 


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods html5lib-py.info, 1.3, 1.4

2013-09-10 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15255

Modified Files:
html5lib-py.info 
Log Message:
New upstream html5lib-py 0.99.

Index: html5lib-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/html5lib-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- html5lib-py.info16 Jun 2013 00:21:29 -  1.3
+++ html5lib-py.info10 Sep 2013 21:04:29 -  1.4
@@ -1,8 +1,9 @@
 Info2: 
 Package: html5lib-py%type_pkg[python]
-Version: 0.95
+Version: 0.99
 Revision: 1
-Type: python (2.6 2.7)
+# Does not work on 3.1.
+Type: python (2.6 2.7 3.2 3.3)
 Description: Python implementation of html5 parser
 DescDetail: 
html5lib is a pure-python library for parsing HTML. It is designed to
@@ -11,18 +12,38 @@
 
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 License: BSD
-Homepage: http://code.google.com/p/html5lib/
+Homepage: https://pypi.python.org/pypi/html5lib
 
-Source: http://html5lib.googlecode.com/files/html5lib-%v.tar.gz
-Source-MD5: fe607f9917d81763e842f818f23464ee
+Source: mirror:custom:h/html5lib/html5lib-%v.tar.gz
+Source-MD5: b7d837eac0f572736f7753cabaab16ce
 
-Depends: python%type_pkg[python]
-BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
-Suggests: lxml-py%type_pkg[python]
+Depends: python%type_pkg[python], six-py%type_pkg[python], (%type_pkg[python] 
= 26) ordereddict-py%type_pkg[python]
+BuildDepends: fink (= 0.24.12)
+Recommends: lxml-py%type_pkg[python], charade-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
+InfoTest: 
+   # nose is not yet available for py33.
+   TestDepends: (%type_pkg[python]  33) nose-py%type_pkg[python], 
(%type_pkg[python]  33) charade-py%type_pkg[python]
+   TestScript: 
+   #!/bin/bash -ev
+   if [ %type_pkg[python] -lt 33 ]; then
+   %p/bin/nosetests-%type_raw[python] || exit 2
+   fi
+   
+
+
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d
 
-DocFiles: README
+DocFiles: CHANGES.rst LICENSE README.rst
+
+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/
+eur-DE: http://f.pypi.python.org/packages/source/
+
 


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods charade-py.info, NONE, 1.1

2013-09-10 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15224

Added Files:
charade-py.info 
Log Message:
New package charade-py.

--- NEW FILE: charade-py.info ---
Info2: 
Package: charade-py%type_pkg[python]
Version: 1.0.3
Revision: 1
Type: python (2.6 2.7 3.1 3.2 3.3)
Description: Universal encoding detector
DescDetail: 
This is a port of Mark Pilgrim's excellent chardet. Previous two
versions needed to be maintained: one that supported python 2.x and
one that supported python 3.x. With the minor amount of work placed
into this port, charade now supports both in one codebase.

The base for the work was Mark's last available copy of the chardet
source for python 3000.

Maintainer: Daniel Johnson dan...@daniel-johnson.org
License: LGPL2+
Homepage: https://pypi.python.org/pypi/charade

Source: mirror:custom:c/charade/charade-%v.tar.gz
Source-MD5: 79ac701a147705c09bdce31b79dfa12e

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

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

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


PostInstScript: 
update-alternatives --install %p/bin/charade charade 
%p/bin/charade-py%type_pkg[python] %type_pkg[python]


PreRmScript: 
if [ $1 != upgrade ]; then
update-alternatives --remove charade 
%p/bin/charade-py%type_pkg[python]
fi


DocFiles: HISTORY.rst LICENSE README.rst

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/
eur-DE: http://f.pypi.python.org/packages/source/




--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
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 xz.info,1.9,1.10

2013-09-09 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25075

Modified Files:
xz.info 
Log Message:
Remove pkgconfig dependency.

Index: xz.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/xz.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- xz.info 2 Jul 2013 03:09:49 -   1.9
+++ xz.info 9 Sep 2013 22:42:26 -   1.10
@@ -1,6 +1,6 @@
 Package: xz
 Version: 5.0.5
-Revision: 1
+Revision: 2
 Description: LZMA file compressor
 DescDetail: 
 LZMA is a general purporse compression algorithm designed by
@@ -103,7 +103,7 @@
 SplitOff2: 
Package: liblzma5
License: Public Domain
-   Depends: liblzma5-shlibs (= %v-%r), pkgconfig (= 0.20-1)
+   Depends: liblzma5-shlibs (= %v-%r)
Conflicts: liblzmadec, liblzma
Replaces: liblzmadec, liblzma
BuildDependsOnly: true


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/utils xz.info,1.4,1.5

2013-09-09 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25112

Modified Files:
xz.info 
Log Message:
Remove pkgconfig dependency.

Index: xz.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/xz.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xz.info 2 Jul 2013 03:09:07 -   1.4
+++ xz.info 9 Sep 2013 22:42:41 -   1.5
@@ -1,6 +1,6 @@
 Package: xz
 Version: 5.0.5
-Revision: 1
+Revision: 2
 Description: LZMA file compressor
 DescDetail: 
 LZMA is a general purporse compression algorithm designed by
@@ -103,7 +103,7 @@
 SplitOff2: 
Package: liblzma5
License: Public Domain
-   Depends: liblzma5-shlibs (= %v-%r), pkgconfig (= 0.20-1)
+   Depends: liblzma5-shlibs (= %v-%r)
Conflicts: liblzmadec, liblzma
Replaces: liblzmadec, liblzma
BuildDependsOnly: true


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
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 mercurial-py.info, 1.30, 1.31 mercurial.info, 1.26, 1.27

2013-09-09 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30647

Modified Files:
mercurial-py.info mercurial.info 
Log Message:
New upstream mercurial 2.7.1.

Index: mercurial.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/mercurial.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- mercurial.info  3 Aug 2013 21:44:47 -   1.26
+++ mercurial.info  10 Sep 2013 01:24:32 -  1.27
@@ -1,5 +1,5 @@
 Package: mercurial
-Version: 2.7
+Version: 2.7.1
 Revision: 1
 Description: Lightweight distributed SCM
 DescUsage: 

Index: mercurial-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/mercurial-py.info,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- mercurial-py.info   3 Aug 2013 21:44:47 -   1.30
+++ mercurial-py.info   10 Sep 2013 01:24:32 -  1.31
@@ -1,6 +1,6 @@
 Info2: 
 Package: mercurial-py%type_pkg[python]
-Version: 2.7
+Version: 2.7.1
 Revision: 1
 Type: python (2.5 2.6 2.7)
 Depends: python%type_pkg[python], ca-bundle
@@ -10,7 +10,7 @@
 # pyopenssl-py%type_pkg[python] is needed by hgweb for ssl support.
 Suggests: bzr-py%type_pkg[python], darcs, git, arch-tla, monotone, 
svn-swig-py%type_pkg[python], svn18, pygments-py%type_pkg[python], 
pyopenssl-py%type_pkg[python]
 Source: http://www.selenic.com/mercurial/release/mercurial-%v.tar.gz
-Source-MD5: 61093c08ca5d8d1310382d17764f0c43
+Source-MD5: 3313de3667902ae4dc82f29f5280294d
 PatchScript: 
perl -pi -e 's|/etc/|%p/etc/|g' doc/hg.1* doc/hgrc.5*
# Change to work with our svn18.
@@ -92,7 +92,7 @@
 
 UseMaxBuildJobs: true
 InfoTest: 
-   TestDepends: svn-swig-py%type_pkg[python] (= 1.8.0-1), svn18
+   TestDepends: svn-swig-py%type_pkg[python] (= 1.8.3-1), svn18
TestScript: 
#!/bin/bash -ev
# Tests expect a 'python' executable, so make one that's 
predictable.


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel mercurial-py.info, 1.37, 1.38 mercurial.info, 1.29, 1.30

2013-09-09 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30592

Modified Files:
mercurial-py.info mercurial.info 
Log Message:
New upstream mercurial 2.7.1.

Index: mercurial.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/mercurial.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- mercurial.info  3 Aug 2013 21:44:32 -   1.29
+++ mercurial.info  10 Sep 2013 01:24:11 -  1.30
@@ -1,5 +1,5 @@
 Package: mercurial
-Version: 2.7
+Version: 2.7.1
 Revision: 1
 Description: Lightweight distributed SCM
 DescUsage: 

Index: mercurial-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/mercurial-py.info,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- mercurial-py.info   3 Aug 2013 21:44:32 -   1.37
+++ mercurial-py.info   10 Sep 2013 01:24:11 -  1.38
@@ -1,6 +1,6 @@
 Info2: 
 Package: mercurial-py%type_pkg[python]
-Version: 2.7
+Version: 2.7.1
 Revision: 1
 Type: python (2.6 2.7)
 Depends: python%type_pkg[python], ca-bundle
@@ -10,7 +10,7 @@
 # pyopenssl-py%type_pkg[python] is needed by hgweb for ssl support.
 Suggests: bzr-py%type_pkg[python], darcs, git, arch-tla, monotone, 
svn-swig-py%type_pkg[python], svn18, pygments-py%type_pkg[python], 
pyopenssl-py%type_pkg[python]
 Source: http://www.selenic.com/mercurial/release/mercurial-%v.tar.gz
-Source-MD5: 61093c08ca5d8d1310382d17764f0c43
+Source-MD5: 3313de3667902ae4dc82f29f5280294d
 PatchScript: 
perl -pi -e 's|/etc/|%p/etc/|g' doc/hg.1* doc/hgrc.5*
# Change to work with our svn18.
@@ -92,7 +92,7 @@
 
 UseMaxBuildJobs: true
 InfoTest: 
-   TestDepends: svn-swig-py%type_pkg[python] (= 1.8.0-1), svn18
+   TestDepends: svn-swig-py%type_pkg[python] (= 1.8.3-1), svn18
TestScript: 
#!/bin/bash -ev
# Tests expect a 'python' executable, so make one that's 
predictable.


--
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods enum-pm.info, 1.2, 1.3 extutils-makemaker-pm.info, 1.16, 1.17 package-stash-pm.info, 1.6, 1.7

2013-09-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32498

Modified Files:
enum-pm.info extutils-makemaker-pm.info package-stash-pm.info 
Log Message:
New upstream version.

Index: enum-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/enum-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- enum-pm.info4 Sep 2013 00:54:49 -   1.2
+++ enum-pm.info7 Sep 2013 23:09:41 -   1.3
@@ -1,13 +1,13 @@
 Package: enum-pm
-Version: 1.030
+Version: 1.050
 Revision: 1
 License: Artistic/GPL
 Description: C style enumerated types and bitmask flags
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Homepage: http://search.cpan.org/dist/enum/
 
-Source: mirror:cpan:authors/id/N/NE/NEILB/enum-1.03.tar.gz
-Source-MD5: 7ef35fdf0cc0cdfd758735db313c905d
+Source: mirror:cpan:authors/id/N/NE/NEILB/enum-1.05.tar.gz
+Source-MD5: 575042d9a329ef3311a6dd01773a8911
 
 Type: perl
 UpdatePOD: true

Index: package-stash-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/package-stash-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- package-stash-pm.info   29 Jun 2013 22:47:44 -  1.6
+++ package-stash-pm.info   7 Sep 2013 23:09:41 -   1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: package-stash-pm%type_pkg[perl]
-Version: 0.34
+Version: 0.36
 Revision: 1
 
 License: Artistic/GPL
@@ -13,7 +13,7 @@
actually fine but package-stash-pm warns that it's incompatible.
 
 Source: mirror:cpan:authors/id/D/DO/DOY/Package-Stash-%v.tar.gz
-Source-MD5: d85874dc8abada51b8d7870d8728e3b7
+Source-MD5: 066aa5099af88457c4f1eb2448272061
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true

Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- extutils-makemaker-pm.info  27 Aug 2013 22:19:00 -  1.16
+++ extutils-makemaker-pm.info  7 Sep 2013 23:09:41 -   1.17
@@ -1,6 +1,6 @@
 Info2: 
 Package: extutils-makemaker-pm%type_pkg[perl]
-Version: 6.74
+Version: 6.76
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -45,7 +45,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
-Source-MD5: aedab61a75bc8804672930d651dc3ff7
+Source-MD5: 0854508aa6ca20154f66a63451ecd2e0
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 85f7c82e830f1d7b23e18ed32c078d3c


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
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/perlmods extutils-makemaker-pm.info, 1.16, 1.17

2013-09-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32689

Modified Files:
extutils-makemaker-pm.info 
Log Message:
Sync with 10.7.

Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- extutils-makemaker-pm.info  29 Aug 2013 01:08:40 -  1.16
+++ extutils-makemaker-pm.info  7 Sep 2013 23:14:37 -   1.17
@@ -1,9 +1,9 @@
 Info2: 
 Package: extutils-makemaker-pm%type_pkg[perl]
-Version: 6.74
+Version: 6.76
 Revision: 1
 
-Type: perl (5.10.0)
+Type: perl (5.8.8 5.10.0)
 Description: Perl module to create a module Makefile
 License: Artistic
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -45,7 +45,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
-Source-MD5: aedab61a75bc8804672930d651dc3ff7
+Source-MD5: 0854508aa6ca20154f66a63451ecd2e0
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 85f7c82e830f1d7b23e18ed32c078d3c


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
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/perlmods extutils-makemaker-pm-6.73.01.info, 1.1, NONE extutils-makemaker-pm-6.73.01.patch, 1.1, NONE

2013-09-07 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5175

Removed Files:
extutils-makemaker-pm-6.73.01.info 
extutils-makemaker-pm-6.73.01.patch 
Log Message:
Remove now-uneeded version 6.73.01.

--- extutils-makemaker-pm-6.73.01.patch DELETED ---

--- extutils-makemaker-pm-6.73.01.info DELETED ---


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs libffi.info, 1.4, 1.5 libffi6.info, 1.1, 1.2

2013-09-06 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7607

Modified Files:
libffi.info libffi6.info 
Log Message:
Remove update-alternatives since nothing else has those man pages anymore.

Index: libffi.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libffi.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libffi.info 5 Sep 2013 14:52:45 -   1.4
+++ libffi.info 6 Sep 2013 22:52:06 -   1.5
@@ -3,9 +3,9 @@
 
 # 3.0.9 fails self-tests on 10.4
 Version: 3.0.9
-Distribution: 10.5, 10.6, 10.7, 10.8
+Distribution: 10.6, 10.7, 10.8
 
-Revision: 6
+Revision: 7
 Source: ftp://sourceware.org/pub/%N/%N-%v.tar.gz 
 Source-MD5: 1f300a7a7f975d4046f51c3022fa5ff1
 Depends: %N-shlibs (= %v-%r)
@@ -41,7 +41,6 @@
 
 InstallScript: 
   make install DESTDIR=%d
-  cd %I/share/man/man3; for f in *; do mv $f %N_$f; done
 
 SplitOff: 
   Package: %N-shlibs
@@ -50,16 +49,6 @@
 
 InfoDocs: %p/share/info/libffi.info
 DocFiles: ChangeLog* LICENSE README
-PostInstScript: 
-  update-alternatives --install %p/share/man/man3/ffi.3 ffi 
%p/share/man/man3/%N_ffi.3 60 \
-   --slave %p/share/man/man3/ffi_call.3 ffi_call 
%p/share/man/man3/%N_ffi_call.3 \
-   --slave %p/share/man/man3/ffi_prep_cif.3 ffi_prep_cif 
%p/share/man/man3/%N_ffi_prep_cif.3
-
-PreRmScript: 
-  if [ $1 != upgrade ]; then
-   update-alternatives --remove ffi %p/share/man/man3/%N_ffi.3
-  fi
-
 Description: Foreign Function Interface
 License: Public Domain
 HomePage: http://sourceware.org/libffi/

Index: libffi6.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libffi6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libffi6.info5 Sep 2013 14:52:45 -   1.1
+++ libffi6.info6 Sep 2013 22:52:06 -   1.2
@@ -1,6 +1,6 @@
 Package: libffi6
 Version: 3.0.13
-Revision: 1
+Revision: 2
 Source: ftp://sourceware.org/pub/libffi/libffi-%v.tar.gz 
 Source-MD5: 45f3b6dbc9ee7c7dfbbbc5feba571529
 Depends: %N-shlibs (= %v-%r)
@@ -31,7 +31,6 @@
 
 InstallScript: 
   make install DESTDIR=%d
-  cd %I/share/man/man3; for f in *; do mv $f %N_$f; done
 
 SplitOff: 
   Package: %N-shlibs
@@ -40,16 +39,6 @@
 
 InfoDocs: %p/share/info/libffi.info
 DocFiles: ChangeLog* LICENSE README
-PostInstScript: 
-  update-alternatives --install %p/share/man/man3/ffi.3 ffi 
%p/share/man/man3/libffi_ffi.3 60 \
-   --slave %p/share/man/man3/ffi_call.3 ffi_call 
%p/share/man/man3/libffi_ffi_call.3 \
-   --slave %p/share/man/man3/ffi_prep_cif.3 ffi_prep_cif 
%p/share/man/man3/libffi_ffi_prep_cif.3
-
-PreRmScript: 
-  if [ $1 != upgrade ]; then
-   update-alternatives --remove ffi %p/share/man/man3/libffi_ffi.3
-  fi
-
 Description: Foreign Function Interface
 License: BSD
 HomePage: http://sourceware.org/libffi/


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
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 libffi.patch, NONE, 1.1 libffi6.info, NONE, 1.1 libffi.info, 1.4, 1.5 libffi-3.0.5.info, 1.2, NONE

2013-09-06 Thread Daniel Johnson
: 
  #!/bin/sh -ev
  perl -pi -e 's;-dynamiclib -Wl,-single_module;$ -Wl,-x -dead_strip;' 
configure
  # Install headers in %p/include  (and deal with Apple's stupid sed ..)
  sed -i.bak -e '/^includesdir/,0{ s,/.*,,
s,libdir,includedir,
}' include/Makefile.in
  sed -i.bak -e 's,libdir.*VERSION@,exec_prefix},' libffi.pc.in
  perl -pi -e 's/\(abort\(\), 1\)/abort()/' testsuite/libffi.call/ffitest.h

# pure precaution :
NoSetCPPFLAGS: true
# If only to remove useless (and harmful) -L%p/lib flag in the .la file :
NoSetLDFLAGS: true
SetCFLAGS: -Os -fstrict-aliasing
InfoTest: 
  TestDepends: dejagnu
  TestSuiteSize: medium
# clang correctly builds libffi but clang/llvm-gcc cause make check failures.
# The clang build will pass make check against gcc-4.2.
  TestScript: make -k check || exit 2

InstallScript: 
  make install DESTDIR=%d

SplitOff: 
  Package: %N-shlibs
  Files: lib/libffi.6*.dylib
  Shlibs: %p/lib/libffi.6.dylib 7.0.0 %n (= 3.0.13-1)

InfoDocs: %p/share/info/libffi.info
DocFiles: ChangeLog* LICENSE README
Description: Foreign Function Interface
License: BSD
HomePage: http://sourceware.org/libffi/
Maintainer: Daniel Johnson dan...@daniel-johnson.org


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/base expat1.info,1.4,1.5

2013-09-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/base
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22633

Modified Files:
expat1.info 
Log Message:
New upstream expat1 2.1.0.
Includes fixes for 5 security vulnerabilities.

Index: expat1.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/base/expat1.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- expat1.info 5 Apr 2013 17:03:48 -   1.4
+++ expat1.info 5 Sep 2013 18:14:46 -   1.5
@@ -1,5 +1,5 @@
 Package: expat1
-Version: 2.0.1
+Version: 2.1.0
 Revision: 1
 BuildDepends: fink (= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
@@ -7,7 +7,7 @@
 Conflicts: expat
 BuildDependsOnly: true
 Source: mirror:sourceforge:expat/expat-%v.tar.gz
-Source-MD5: ee8b492592568805593f81f8cdf2a04c
+Source-MD5: dd7dab7a5fea97d2a6a43f511449b7cd
 PatchScript: 
  perl -pi -e 's/^LTFLAGS/#LTFLAGS/' Makefile.in
 
@@ -23,7 +23,7 @@
  Package: %N-shlibs
  Files: lib/libexpat.*.dylib
  Shlibs: 
-  %p/lib/libexpat.1.dylib 7.0.0 %n (= 2.0.0-1)
+  %p/lib/libexpat.1.dylib 8.0.0 %n (= 2.1.0-1)
  
  DocFiles: COPYING MANIFEST README
 


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
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 git-10.6.info, 1.46, 1.47 git-remote-mediawiki-10.6.info, 1.1, 1.2

2013-09-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1122

Modified Files:
git-10.6.info git-remote-mediawiki-10.6.info 
Log Message:
Versioned depends on expat1 (= 2.1.0-1).

Index: git-10.6.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-10.6.info,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- git-10.6.info   25 Aug 2013 13:35:10 -  1.46
+++ git-10.6.info   5 Sep 2013 21:47:54 -   1.47
@@ -1,7 +1,7 @@
 Info2:
 Package: git
 Version: 1.8.4
-Revision: 1+10.6
+Revision: 2+10.6
 Type: pm 5.10.0
 Distribution: 10.6
 
@@ -16,7 +16,7 @@
openssl100-shlibs (= 1.0.1e-1)
 
 BuildDepends: 
-   expat1,
+   expat1 (= 2.1.0-1),
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),

Index: git-remote-mediawiki-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-remote-mediawiki-10.6.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- git-remote-mediawiki-10.6.info  29 Aug 2013 01:23:26 -  1.1
+++ git-remote-mediawiki-10.6.info  5 Sep 2013 21:47:54 -   1.2
@@ -1,7 +1,7 @@
 Info2:
 Package: git-remote-mediawiki
 Version: 1.8.4
-Revision: 1
+Revision: 2
 Type: pm 5.10.0
 Distribution: 10.6
 
@@ -13,7 +13,7 @@
uri-pm%type_pkg[pm]
 
 BuildDepends: 
-   expat1,
+   expat1 (= 2.1.0-1),
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel git-10.8.info, 1.32, 1.33 git-remote-mediawiki-10.8.info, 1.1, 1.2 git-remote-mediawiki.info, 1.1, 1.2 git.info, 1.59, 1.60

2013-09-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1095

Modified Files:
git-10.8.info git-remote-mediawiki-10.8.info 
git-remote-mediawiki.info git.info 
Log Message:
Versioned depends on expat1 (= 2.1.0-1).

Index: git-remote-mediawiki-10.8.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-remote-mediawiki-10.8.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- git-remote-mediawiki-10.8.info  25 Aug 2013 13:34:21 -  1.1
+++ git-remote-mediawiki-10.8.info  5 Sep 2013 21:47:37 -   1.2
@@ -1,7 +1,7 @@
 Info2:
 Package: git-remote-mediawiki
 Version: 1.8.4
-Revision: 1+10.8
+Revision: 2+10.8
 Type: pm 5.12.4
 Distribution: 10.8
 
@@ -13,7 +13,7 @@
uri-pm%type_pkg[pm]
 
 BuildDepends: 
-   expat1,
+   expat1 (= 2.1.0-1),
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),

Index: git-10.8.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-10.8.info,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- git-10.8.info   25 Aug 2013 13:34:21 -  1.32
+++ git-10.8.info   5 Sep 2013 21:47:37 -   1.33
@@ -1,12 +1,12 @@
 Info2:
 Package: git
 Version: 1.8.4
-Revision: 1+10.8
+Revision: 2+10.8
 Type: pm 5.12.4
 Distribution: 10.8
 
 Depends: 
-   expat1-shlibs,
+   expat1-shlibs (= 2.1.0-1),
libcurl4-shlibs (= 7.25.0-1),
libgettext8-shlibs,
libiconv,
@@ -15,7 +15,7 @@
openssl100-shlibs (= 1.0.1e-1)
 
 BuildDepends: 
-   expat1,
+   expat1 (= 2.1.0-1),
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),

Index: git.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git.info,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- git.info25 Aug 2013 13:34:22 -  1.59
+++ git.info5 Sep 2013 21:47:37 -   1.60
@@ -1,12 +1,12 @@
 Info2:
 Package: git
 Version: 1.8.4
-Revision: 1
+Revision: 2
 Type: pm 5.12.3
 Distribution: 10.7
 
 Depends: 
-   expat1-shlibs,
+   expat1-shlibs (= 2.1.0-1),
libcurl4-shlibs (= 7.25.0-1),
libgettext8-shlibs,
libiconv,
@@ -15,7 +15,7 @@
openssl100-shlibs (= 1.0.1e-1)
 
 BuildDepends: 
-   expat1,
+   expat1 (= 2.1.0-1),
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),

Index: git-remote-mediawiki.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-remote-mediawiki.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- git-remote-mediawiki.info   25 Aug 2013 13:34:21 -  1.1
+++ git-remote-mediawiki.info   5 Sep 2013 21:47:37 -   1.2
@@ -1,7 +1,7 @@
 Info2:
 Package: git-remote-mediawiki
 Version: 1.8.4
-Revision: 1
+Revision: 2
 Type: pm 5.12.3
 Distribution: 10.7
 
@@ -13,7 +13,7 @@
uri-pm%type_pkg[pm]
 
 BuildDepends: 
-   expat1,
+   expat1 (= 2.1.0-1),
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages python27.info, 1.18, 1.19 python31.info, 1.11, 1.12 python32.info, 1.15, 1.16 python33.info, 1.12, 1.13

2013-09-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28217

Modified Files:
python27.info python31.info python32.info python33.info 
Log Message:
Switch python to using external libffi6 and expat1.

Index: python31.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python31.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- python31.info   13 Aug 2013 01:11:07 -  1.11
+++ python31.info   5 Sep 2013 20:04:00 -   1.12
@@ -1,14 +1,16 @@
 Info2: 
 Package: python%type_pkg[python]
 Version: 3.1.5
-Revision: 5
+Revision: 6
 Type: python 3.1
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Depends: 
%N-shlibs (= %v-%r),
blt-shlibs,
bzip2-shlibs,
+   expat1-shlibs (= 2.1.0-1),
gdbm3-shlibs,
+   libffi6-shlibs,
libgettext8-shlibs,
libncursesw5-shlibs,
openssl100-shlibs (= 1.0.1-1),
@@ -21,10 +23,12 @@
 BuildDepends: 
blt-dev (= 2.4z-15),
bzip2-dev,
+   expat1 (= 2.1.0-1),
fink (= 0.32), 
gdbm3,
gettext-bin,
gettext-tools,
+   libffi6,
libgettext8-dev,
libncursesw5,
readline6,
@@ -42,7 +46,12 @@
 PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
 
 UseMaxBuildJobs: true
-ConfigureParams: --enable-shared --with-dbmliborder=gdbm
+ConfigureParams: 
+   --enable-shared \
+   --with-dbmliborder=gdbm \
+   --with-system-expat \
+   --with-system-ffi
+
 CompileScript: 
 #!/bin/sh -ex
darwin_vers=`uname -r | cut -d. -f1`

Index: python33.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python33.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- python33.info   13 Aug 2013 01:11:07 -  1.12
+++ python33.info   5 Sep 2013 20:04:00 -   1.13
@@ -1,15 +1,17 @@
 Info2: 
 Package: python%type_pkg[python]
 Version: 3.3.2
-Revision: 3
+Revision: 4
 Type: python 3.3
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Depends: 
%N-shlibs (= %v-%r),
blt-shlibs,
bzip2-shlibs,
+   expat1-shlibs (= 2.1.0-1),
fink (= 0.34.8),
gdbm3-shlibs,
+   libffi6-shlibs,
libgettext8-shlibs,
liblzma5-shlibs,
libncursesw5-shlibs,
@@ -23,10 +25,12 @@
 BuildDepends: 
blt-dev (= 2.4z-15),
bzip2-dev,
+   expat1 (= 2.1.0-1),
fink (= 0.32), 
gdbm3,
gettext-bin,
gettext-tools,
+   libffi6,
libgettext8-dev,
liblzma5,
libncursesw5,
@@ -50,7 +54,13 @@
 SetCC: gcc
 SetCXX: g++
 
-ConfigureParams: --enable-shared --with-dbmliborder=gdbm 
--enable-loadable-sqlite-extensions
+ConfigureParams: 
+   --enable-shared \
+   --enable-loadable-sqlite-extensions \
+   --with-dbmliborder=gdbm \
+   --with-system-expat \
+   --with-system-ffi
+
 CompileScript: 
 #!/bin/sh -ex
darwin_vers=`uname -r | cut -d. -f1`

Index: python32.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python32.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- python32.info   13 Aug 2013 01:11:07 -  1.15
+++ python32.info   5 Sep 2013 20:04:00 -   1.16
@@ -1,14 +1,16 @@
 Info2: 
 Package: python%type_pkg[python]
 Version: 3.2.5
-Revision: 2
+Revision: 3
 Type: python 3.2
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Depends: 
%N-shlibs (= %v-%r),
blt-shlibs,
bzip2-shlibs,
+   expat1-shlibs (= 2.1.0-1),
gdbm3-shlibs,
+   libffi6-shlibs,
libgettext8-shlibs,
libncursesw5-shlibs,
openssl100-shlibs (= 1.0.1e-1),
@@ -21,10 +23,12 @@
 BuildDepends: 
blt-dev (= 2.4z-15),
bzip2-dev,
+   expat1 (= 2.1.0-1),
fink (= 0.32), 
gdbm3,
gettext-bin,
gettext-tools,
+   libffi6,
libgettext8-dev,
libncursesw5,
readline6,
@@ -47,7 +51,13 @@
 SetCC: gcc
 SetCXX: g++
 
-ConfigureParams: --enable-shared --with-dbmliborder=gdbm 
--enable-loadable-sqlite-extensions
+ConfigureParams: 
+   --enable-shared \
+   --enable-loadable-sqlite-extensions \
+   --with-dbmliborder=gdbm \
+   --with-system-expat \
+   --with-system-ffi
+
 CompileScript: 
 #!/bin/sh -ex
darwin_vers=`uname -r | cut -d. -f1`

Index: python27.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python27.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- python27.info   13 Aug

[cvs] dists/10.7/stable/main/finkinfo/base expat1.info,1.2,1.3

2013-09-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/base
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22583

Modified Files:
expat1.info 
Log Message:
New upstream expat1 2.1.0.
Includes fixes for 5 security vulnerabilities.

Index: expat1.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/base/expat1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- expat1.info 5 Apr 2013 17:03:48 -   1.2
+++ expat1.info 5 Sep 2013 18:14:29 -   1.3
@@ -1,5 +1,5 @@
 Package: expat1
-Version: 2.0.1
+Version: 2.1.0
 Revision: 1
 BuildDepends: fink (= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
@@ -7,7 +7,7 @@
 Conflicts: expat
 BuildDependsOnly: true
 Source: mirror:sourceforge:expat/expat-%v.tar.gz
-Source-MD5: ee8b492592568805593f81f8cdf2a04c
+Source-MD5: dd7dab7a5fea97d2a6a43f511449b7cd
 PatchScript: 
  perl -pi -e 's/^LTFLAGS/#LTFLAGS/' Makefile.in
 
@@ -23,7 +23,7 @@
  Package: %N-shlibs
  Files: lib/libexpat.*.dylib
  Shlibs: 
-  %p/lib/libexpat.1.dylib 7.0.0 %n (= 2.0.0-1)
+  %p/lib/libexpat.1.dylib 8.0.0 %n (= 2.1.0-1)
  
  DocFiles: COPYING MANIFEST README
 


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs libffi6.info, NONE, 1.1 libffi.info, 1.3, 1.4

2013-09-05 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13560

Modified Files:
libffi.info 
Added Files:
libffi6.info 
Log Message:
New package libffi6.
Make libffi and libffi6 C/R each other.

Index: libffi.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libffi.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libffi.info 23 Aug 2012 18:06:44 -  1.3
+++ libffi.info 5 Sep 2013 14:52:45 -   1.4
@@ -5,10 +5,12 @@
 Version: 3.0.9
 Distribution: 10.5, 10.6, 10.7, 10.8
 
-Revision: 5
+Revision: 6
 Source: ftp://sourceware.org/pub/%N/%N-%v.tar.gz 
 Source-MD5: 1f300a7a7f975d4046f51c3022fa5ff1
 Depends: %N-shlibs (= %v-%r)
+Conflicts: libffi, libffi6
+Replaces: libffi, libffi6
 BuildDependsOnly: true
 PatchFile: %n.patch
 PatchFile-MD5: 4941e5a587c6c7926827647c0e48f337

--- NEW FILE: libffi6.info ---
Package: libffi6
Version: 3.0.13
Revision: 1
Source: ftp://sourceware.org/pub/libffi/libffi-%v.tar.gz 
Source-MD5: 45f3b6dbc9ee7c7dfbbbc5feba571529
Depends: %N-shlibs (= %v-%r)
Conflicts: libffi, libffi6
Replaces: libffi, libffi6
BuildDependsOnly: true
PatchScript: 
  #!/bin/sh -ev
  perl -pi -e 's;-dynamiclib -Wl,-single_module;$ -Wl,-x -dead_strip;' 
configure
  # Install headers in %p/include  (and deal with Apple's stupid sed ..)
  sed -i.bak -e '/^includesdir/,0{ s,/.*,,
s,libdir,includedir,
}' include/Makefile.in
  sed -i.bak -e 's,libdir.*VERSION@,exec_prefix},' libffi.pc.in
  perl -pi -e 's/\(abort\(\), 1\)/abort()/' testsuite/libffi.call/ffitest.h

# pure precaution :
NoSetCPPFLAGS: true
# If only to remove useless (and harmful) -L%p/lib flag in the .la file :
NoSetLDFLAGS: true
SetCFLAGS: -Os -fstrict-aliasing
InfoTest: 
  TestDepends: dejagnu
  TestSuiteSize: medium
# clang correctly builds libffi but clang/llvm-gcc cause make check failures.
# The clang build will pass make check against gcc-4.2.
  TestScript: make -k check || exit 2

InstallScript: 
  make install DESTDIR=%d
  cd %I/share/man/man3; for f in *; do mv $f %N_$f; done

SplitOff: 
  Package: %N-shlibs
  Files: lib/libffi.6*.dylib
  Shlibs: %p/lib/libffi.6.dylib 7.0.0 %n (= 3.0.13-1)

InfoDocs: %p/share/info/libffi.info
DocFiles: ChangeLog* LICENSE README
PostInstScript: 
  update-alternatives --install %p/share/man/man3/ffi.3 ffi 
%p/share/man/man3/libffi_ffi.3 60 \
--slave %p/share/man/man3/ffi_call.3 ffi_call 
%p/share/man/man3/libffi_ffi_call.3 \
--slave %p/share/man/man3/ffi_prep_cif.3 ffi_prep_cif 
%p/share/man/man3/libffi_ffi_prep_cif.3

PreRmScript: 
  if [ $1 != upgrade ]; then
update-alternatives --remove ffi %p/share/man/man3/libffi_ffi.3
  fi

Description: Foreign Function Interface
License: BSD
HomePage: http://sourceware.org/libffi/
Maintainer: Daniel Johnson dan...@daniel-johnson.org


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods keyring-py.info, 1.10, 1.11 mercurial-keyring-py.info, 1.8, 1.9

2013-09-04 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13564

Modified Files:
keyring-py.info mercurial-keyring-py.info 
Log Message:
New upstream keyring-py 2.1.1 and mercurial-keyring-py 0.6.0.
Note that mercurial-keyring 0.6.0 is NOT compatible with keyring = 3.0.

Index: keyring-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/keyring-py.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- keyring-py.info 25 Aug 2013 14:20:06 -  1.10
+++ keyring-py.info 5 Sep 2013 01:59:59 -   1.11
@@ -1,6 +1,6 @@
 Info2: 
 Package: keyring-py%type_pkg[python]
-Version: 2.0.1
+Version: 2.1.1
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Store and access your passwords safely
@@ -35,7 +35,9 @@
 Homepage: http://pypi.python.org/pypi/keyring
 
 Source: mirror:custom:k/keyring/keyring-%v.zip
-Source-MD5: d41cd4029c2b7ac795eac5caf0e2d501
+Source-MD5: 81009c1b53e1d8921403a52f16012a1d
+
+PatchScript: perl -pi -e 's/ \+ hgtools//' setup.py
 
 Depends: python%type_pkg[python]
 BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python]

Index: mercurial-keyring-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/mercurial-keyring-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mercurial-keyring-py.info   18 Jul 2013 21:42:19 -  1.8
+++ mercurial-keyring-py.info   5 Sep 2013 01:59:59 -   1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: mercurial-keyring-py%type_pkg[python]
-Version: 0.5.7
+Version: 0.6.0
 Revision: 1
 Type: python (2.6 2.7)
 Description: Mercurial Keyring Extension
@@ -22,7 +22,7 @@
 Homepage: http://pypi.python.org/pypi/mercurial_keyring
 
 Source: mirror:custom:m/mercurial_keyring/mercurial_keyring-%v.tar.gz
-Source-MD5: cc5f1fe30f79e20d7cce16ad3d150480
+Source-MD5: e3356862a6c4c5320264d46e92c5bb22
 
 Depends: python%type_pkg[python], mercurial-py%type_pkg[python], 
keyring-py%type_pkg[python] (= 0.9.2-1)
 BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python]


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel svn18.info,1.5,1.6

2013-09-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5996

Modified Files:
svn18.info 
Log Message:
I've had a report that InfoTest is not parallel build friendly.

Index: svn18.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/svn18.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- svn18.info  2 Sep 2013 00:21:21 -   1.5
+++ svn18.info  3 Sep 2013 22:24:48 -   1.6
@@ -73,7 +73,7 @@
 
  %{default_script}
 
-InfoTest: TestScript: make check || exit 2
+InfoTest: TestScript: make -j1 check || exit 2
 
 # Install Phase:
 DocFiles: BUGS CHANGES COMMITTERS LICENSE NOTICE INSTALL README


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
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 svn18.info,1.5,1.6

2013-09-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6398

Modified Files:
svn18.info 
Log Message:
I've had a report that InfoTest is not parallel build friendly.

Index: svn18.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn18.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- svn18.info  2 Sep 2013 00:21:41 -   1.5
+++ svn18.info  3 Sep 2013 22:25:06 -   1.6
@@ -73,7 +73,7 @@
 
  %{default_script}
 
-InfoTest: TestScript: make check || exit 2
+InfoTest: TestScript: make -j1 check || exit 2
 
 # Install Phase:
 DocFiles: BUGS CHANGES COMMITTERS LICENSE NOTICE INSTALL README


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods enum-pm.info, 1.1, 1.2 extutils-depends-pm.info, 1.1, 1.2 net-ssh2-pm.info, 1.11, 1.12 version-pm.info, 1.15, 1.16 www-curl-simple-pm.info, 1.7, 1.8

2013-09-03 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12614

Modified Files:
enum-pm.info extutils-depends-pm.info net-ssh2-pm.info 
version-pm.info www-curl-simple-pm.info 
Log Message:
New upstream version.

Index: net-ssh2-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/net-ssh2-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- net-ssh2-pm.info15 Aug 2013 21:51:01 -  1.11
+++ net-ssh2-pm.info4 Sep 2013 00:54:49 -   1.12
@@ -1,6 +1,6 @@
 Info2: 
 Package: net-ssh2-pm%type_pkg[perl]
-Version: 0.52
+Version: 0.53
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/Net-SSH2/
 
 Source: mirror:cpan:authors/id/R/RK/RKITOVER/Net-SSH2-%v.tar.gz
-Source-MD5: c8c3cb66eb15d5a0ddab385576c2e6ed
+Source-MD5: f8a2c3ebb3bd191635e00a68a3d5f015
 
 Type: perl (5.12.3 5.12.4)
 

Index: enum-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/enum-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- enum-pm.info28 Jul 2011 01:49:37 -  1.1
+++ enum-pm.info4 Sep 2013 00:54:49 -   1.2
@@ -1,13 +1,13 @@
 Package: enum-pm
-Version: 1.016
+Version: 1.030
 Revision: 1
 License: Artistic/GPL
 Description: C style enumerated types and bitmask flags
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Homepage: http://search.cpan.org/dist/enum/
 
-Source: mirror:cpan:authors/id/Z/ZE/ZENIN/enum-%v.tar.gz
-Source-MD5: aace7ee8648e5d20c0e81f5a51cb6604
+Source: mirror:cpan:authors/id/N/NE/NEILB/enum-1.03.tar.gz
+Source-MD5: 7ef35fdf0cc0cdfd758735db313c905d
 
 Type: perl
 UpdatePOD: true

Index: extutils-depends-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-depends-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- extutils-depends-pm.info25 Aug 2011 13:51:32 -  1.1
+++ extutils-depends-pm.info4 Sep 2013 00:54:49 -   1.2
@@ -1,11 +1,11 @@
 Package: extutils-depends-pm
-Version: 0.304
+Version: 0.305
 Revision: 1
 ###
 Replaces: ExtUtils-Depends-pm581
 ###
-Source: mirror:cpan:authors/id/F/FL/FLORA/ExtUtils-Depends-%v.tar.gz
-Source-MD5: da66d6cb19e2c76d7f3266846832026c
+Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-Depends-%v.tar.gz
+Source-MD5: cb4dd858021b5e7c4eb4dbf9639db55f
 ###
 Type: perl
 UpdatePOD: true
@@ -21,5 +21,5 @@
 
 ###
 License: Artistic
-Maintainer: None fink-de...@lists.sourceforge.net
-Homepage: http://search.cpan.org/dist/ExtUtils::Depends
+Maintainer: Daniel Johnson dan...@daniel-johnson.org
+Homepage: http://search.cpan.org/dist/ExtUtils-Depends

Index: version-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/version-pm.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- version-pm.info 19 Aug 2013 02:26:14 -  1.15
+++ version-pm.info 4 Sep 2013 00:54:49 -   1.16
@@ -1,6 +1,6 @@
 Info2: 
 Package: version-pm%type_pkg[perl]
-Version: 0.99.03
+Version: 0.99.04
 Revision: 1
 Epoch: 1
 
@@ -21,8 +21,8 @@
 Replaces: %N-man
 
 # Unpack Phase.
-Source: mirror:cpan:authors/id/J/JP/JPEACOCK/version-0.9903.tar.gz
-Source-MD5: 000887583fc149857d97ae3f11309018
+Source: mirror:cpan:authors/id/J/JP/JPEACOCK/version-0.9904.tar.gz
+Source-MD5: 9be7974d335d94055702b347d12b29c7
 
 # Install Phase.
 InstallScript: 

Index: www-curl-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/www-curl-simple-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- www-curl-simple-pm.info 30 Aug 2013 21:32:17 -  1.7
+++ www-curl-simple-pm.info 4 Sep 2013 00:54:49 -   1.8
@@ -1,6 +1,6 @@
 Info2: 
 Package: www-curl-simple-pm%type_pkg[perl]
-Version: 0.100188
+Version: 0.100189
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/WWW-Curl-Simple/
 
 Source: mirror:cpan:authors/id/A/AN/ANDREMAR/WWW-Curl-Simple-%v.tar.gz
-Source-MD5: 23ed3115158e95f57390cc0773752914
+Source-MD5: 6f62da1bfae7592812f61c58694c92ca
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow

[cvs] dists/10.7/stable/main/finkinfo/devel svn17.info,1.12,1.13

2013-09-01 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28286

Modified Files:
svn17.info 
Log Message:
New upstream svn 1.7.13.

Index: svn17.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/svn17.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- svn17.info  8 Aug 2013 00:40:28 -   1.12
+++ svn17.info  1 Sep 2013 17:18:46 -   1.13
@@ -1,5 +1,5 @@
 Package: svn17
-Version: 1.7.11
+Version: 1.7.13
 Revision: 1
 Description: Subversion - svnserve, tools
 License: BSD
@@ -27,7 +27,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: 05768703a35a52cdc7b3a2dda9340b51
+Source-MD5: d18594ae98c6e4b2ff59d9ae724f1fa3
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion17'/ 
configure


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
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 svn17.info,1.10,1.11

2013-09-01 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28320

Modified Files:
svn17.info 
Log Message:
New upstream svn 1.7.13.

Index: svn17.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn17.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- svn17.info  8 Aug 2013 00:40:52 -   1.10
+++ svn17.info  1 Sep 2013 17:19:06 -   1.11
@@ -1,5 +1,5 @@
 Package: svn17
-Version: 1.7.11
+Version: 1.7.13
 Revision: 1
 Description: Subversion - svnserve, tools
 License: BSD
@@ -28,7 +28,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: 05768703a35a52cdc7b3a2dda9340b51
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion17'/ 
configure


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
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 svn17.info,1.11,1.12

2013-09-01 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28344

Modified Files:
svn17.info 
Log Message:
Oops, wrong MD5.

Index: svn17.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn17.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- svn17.info  1 Sep 2013 17:19:06 -   1.11
+++ svn17.info  1 Sep 2013 17:19:45 -   1.12
@@ -28,7 +28,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
+Source-MD5: d18594ae98c6e4b2ff59d9ae724f1fa3
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion17'/ 
configure


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel svn-javahl.info, 1.10, 1.11 svn-swig-pm.info, 1.14, 1.15 svn-swig-py.info, 1.14, 1.15 svn-swig-rb.info, 1.7, 1.8 svn18.info, 1.4, 1.5

2013-09-01 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16003

Modified Files:
svn-javahl.info svn-swig-pm.info svn-swig-py.info 
svn-swig-rb.info svn18.info 
Log Message:
New upstream svn 1.8.3.

Index: svn-swig-pm.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/svn-swig-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- svn-swig-pm.info8 Aug 2013 00:40:27 -   1.14
+++ svn-swig-pm.info2 Sep 2013 00:21:21 -   1.15
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-swig-pm%type_pkg[perl]
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Swig svn Perl %type_raw[perl] bindings
 Type: perl (5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
@@ -33,7 +33,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure
@@ -45,6 +45,7 @@
 # Compile Phase:
 GCC: 4.0
 NoPerlTests: true
+UseMaxBuildJobs: false
 CompileScript: 
 #! /bin/bash -ev
  ### Recreate build-outputs.mk to not include already installed libs

Index: svn-swig-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/svn-swig-py.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- svn-swig-py.info8 Aug 2013 00:40:28 -   1.14
+++ svn-swig-py.info2 Sep 2013 00:21:21 -   1.15
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-swig-py%type_pkg[python]
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Swig svn Python %type_raw[python] bindings
 Type: python (2.6 2.7)
@@ -30,7 +30,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure

Index: svn18.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/svn18.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- svn18.info  8 Aug 2013 00:40:28 -   1.4
+++ svn18.info  2 Sep 2013 00:21:21 -   1.5
@@ -1,5 +1,5 @@
 Package: svn18
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Subversion - svnserve, tools
 License: BSD
@@ -26,7 +26,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure

Index: svn-javahl.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/svn-javahl.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- svn-javahl.info 8 Aug 2013 00:40:27 -   1.10
+++ svn-javahl.info 2 Sep 2013 00:21:21 -   1.11
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-javahl
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Subversion - Java bindings
 Type: java(1.5)
@@ -30,7 +30,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure

Index: svn-swig-rb.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/svn-swig-rb.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- svn-swig-rb.info8 Aug 2013 00:40:28 -   1.7
+++ svn-swig-rb.info2 Sep 2013 00:21:21 -   1.8
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-swig-rb%type_pkg[ruby]
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Swig svn Ruby %type_raw[ruby] bindings
 Type: ruby (1.8 1.9)
@@ -30,7 +30,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!

[cvs] dists/10.4/stable/main/finkinfo/devel svn-javahl.info, 1.28, 1.29 svn-swig-pm.info, 1.35, 1.36 svn-swig-py.info, 1.19, 1.20 svn-swig-rb.info, 1.15, 1.16 svn18.info, 1.4, 1.5

2013-09-01 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16051

Modified Files:
svn-javahl.info svn-swig-pm.info svn-swig-py.info 
svn-swig-rb.info svn18.info 
Log Message:
New upstream svn 1.8.3.

Index: svn-swig-pm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn-swig-pm.info,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- svn-swig-pm.info8 Aug 2013 00:40:52 -   1.35
+++ svn-swig-pm.info2 Sep 2013 00:21:40 -   1.36
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-swig-pm%type_pkg[perl]
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Swig svn Perl %type_raw[perl] bindings
 Type: perl (5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
@@ -34,7 +34,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure
@@ -46,6 +46,7 @@
 # Compile Phase:
 GCC: 4.0
 NoPerlTests: true
+UseMaxBuildJobs: false
 CompileScript: 
 #! /bin/bash -ev
  ### Recreate build-outputs.mk to not include already installed libs

Index: svn-swig-py.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn-swig-py.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- svn-swig-py.info8 Aug 2013 00:40:52 -   1.19
+++ svn-swig-py.info2 Sep 2013 00:21:40 -   1.20
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-swig-py%type_pkg[python]
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Swig svn Python %type_raw[python] bindings
 Type: python (2.6 2.7)
@@ -31,7 +31,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure

Index: svn18.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn18.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- svn18.info  8 Aug 2013 00:40:52 -   1.4
+++ svn18.info  2 Sep 2013 00:21:41 -   1.5
@@ -1,5 +1,5 @@
 Package: svn18
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Subversion - svnserve, tools
 License: BSD
@@ -26,7 +26,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure

Index: svn-javahl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn-javahl.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- svn-javahl.info 8 Aug 2013 00:40:52 -   1.28
+++ svn-javahl.info 2 Sep 2013 00:21:40 -   1.29
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-javahl
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Subversion - Java bindings
 Type: java(1.5)
@@ -31,7 +31,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure

Index: svn-swig-rb.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/svn-swig-rb.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- svn-swig-rb.info8 Aug 2013 00:40:52 -   1.15
+++ svn-swig-rb.info2 Sep 2013 00:21:40 -   1.16
@@ -1,6 +1,6 @@
 Info2: 
 Package: svn-swig-rb%type_pkg[ruby]
-Version: 1.8.1
+Version: 1.8.3
 Revision: 1
 Description: Swig svn Ruby %type_raw[ruby] bindings
 Type: ruby (1.8)
@@ -31,7 +31,7 @@
 
 # Unpack Phase:
 Source: mirror:apache:subversion/subversion-%v.tar.bz2
-Source-MD5: f2ee0471b8a560f5efa0f2349d9c9ab9
+Source-MD5: 7d7bd97347a4491e1ffb529563ce2e9e
 
 PatchScript: 
perl -pi -e s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/ 
configure


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!

[cvs] dists/10.7/stable/main/finkinfo/languages swig.info,1.4,1.5

2013-09-01 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16175

Modified Files:
swig.info 
Log Message:
New upstream swig 2.0.10.

Index: swig.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/swig.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- swig.info   12 Mar 2013 01:35:58 -  1.4
+++ swig.info   2 Sep 2013 00:25:26 -   1.5
@@ -1,11 +1,11 @@
 Package: swig
-Version: 2.0.9
+Version: 2.0.10
 Revision: 1
 #BuildDepends: python25, expat1, guile18, ruby18, tcltk, guile18-dev, 
ruby18-dev, tcltk-dev, lua51, lua51-dev, ocaml, ocaml-findlib, clisp, mono, 
octave-atlas | octave
 BuildDepends: libpcre1
 Depends: libpcre1-shlibs
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 54d534b14a70badc226129159412ea85
+Source-MD5: 6d5e7ad05b4a404e5e85db9befb70c9a
 License: GPL3+
 DocFiles: ANNOUNCE CHANGES* COPYRIGHT LICENSE* README RELEASENOTES TODO
 ConfigureParams: --without-alllang


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
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/languages swig.info,1.12,1.13

2013-09-01 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16189

Modified Files:
swig.info 
Log Message:
New upstream swig 2.0.10.

Index: swig.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/swig.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- swig.info   12 Mar 2013 01:36:27 -  1.12
+++ swig.info   2 Sep 2013 00:25:42 -   1.13
@@ -1,11 +1,11 @@
 Package: swig
-Version: 2.0.9
+Version: 2.0.10
 Revision: 1
 #BuildDepends: python25, expat1, guile18, ruby18, tcltk, guile18-dev, 
ruby18-dev, tcltk-dev, lua51, lua51-dev, ocaml, ocaml-findlib, clisp, mono, 
octave-atlas | octave
 BuildDepends: libpcre1
 Depends: libpcre1-shlibs
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 54d534b14a70badc226129159412ea85
+Source-MD5: 6d5e7ad05b4a404e5e85db9befb70c9a
 License: GPL3+
 DocFiles: ANNOUNCE CHANGES* COPYRIGHT LICENSE* README RELEASENOTES TODO
 ConfigureParams: --without-alllang


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods cpan-meta-requirements-pm.info, 1.7, 1.8 encode-pm.info, 1.10, 1.11 extutils-parsexs-pm.info, 1.14, 1.15 www-curl-simple-pm.info, 1.6, 1.7

2013-08-30 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26123

Modified Files:
cpan-meta-requirements-pm.info encode-pm.info 
extutils-parsexs-pm.info www-curl-simple-pm.info 
Log Message:
New upstream version.

Index: encode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/encode-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- encode-pm.info  15 Aug 2013 21:51:01 -  1.10
+++ encode-pm.info  30 Aug 2013 21:32:17 -  1.11
@@ -1,6 +1,6 @@
 Info2: 
 Package: encode-pm%type_pkg[perl]
-Version: 2.52
+Version: 2.54
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DA/DANKOGAI/Encode-%v.tar.gz
-Source-MD5: bf26ef62725b1938181d71d1127f22d8
+Source-MD5: 2d5e576613cdad5dd983c8dafd1ed595
 
 InfoTest: 
TestDepends: test-harness-pm%type_pkg[perl] (= 3.23-1)

Index: cpan-meta-requirements-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/cpan-meta-requirements-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cpan-meta-requirements-pm.info  21 Jul 2013 17:52:07 -  1.7
+++ cpan-meta-requirements-pm.info  30 Aug 2013 21:32:17 -  1.8
@@ -1,7 +1,7 @@
 Info2: 
 Package: cpan-meta-requirements-pm%type_pkg[perl]
-Version: 2.122
-Revision: 3
+Version: 2.123
+Revision: 1
 
 License: Artistic/GPL
 Description: Set of version requirements for a CPAN dist
@@ -9,14 +9,11 @@
 Homepage: http://search.cpan.org/dist/CPAN-Meta-Requirements/
 
 Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%v.tar.gz
-Source-MD5: 37f62b1e5c254ddc852bac6872f053ba
+Source-MD5: a3eb482c9f2f0710b6131d0e00d04489
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true
 
-PatchFile: cpan-meta-pm.patch
-PatchFile-MD5: 61c43eabae4f0f8ad7dfeda12386d44a
-
 Depends: 
version-pm%type_pkg[perl] (= 1:0.88-1),
perl%type_pkg[perl]-core

Index: www-curl-simple-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/www-curl-simple-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- www-curl-simple-pm.info 13 Aug 2013 14:14:33 -  1.6
+++ www-curl-simple-pm.info 30 Aug 2013 21:32:17 -  1.7
@@ -1,6 +1,6 @@
 Info2: 
 Package: www-curl-simple-pm%type_pkg[perl]
-Version: 0.100187
+Version: 0.100188
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/WWW-Curl-Simple/
 
 Source: mirror:cpan:authors/id/A/AN/ANDREMAR/WWW-Curl-Simple-%v.tar.gz
-Source-MD5: 776f76bf51abec875ad54f61f9e0dcaf
+Source-MD5: 23ed3115158e95f57390cc0773752914
 
 Type: perl (5.12.3 5.12.4)
 UpdatePOD: true

Index: extutils-parsexs-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-parsexs-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- extutils-parsexs-pm.info13 Aug 2013 14:14:33 -  1.14
+++ extutils-parsexs-pm.info30 Aug 2013 21:32:17 -  1.15
@@ -1,5 +1,5 @@
 Package: extutils-parsexs-pm
-Version: 3.21
+Version: 3.22
 Revision: 1
 Description: Converts Perl XS code into C code
 Type: perl
@@ -8,7 +8,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-%v.tar.gz
-Source-MD5: aeee4565647f8ad3af4b32ca9692d683
+Source-MD5: bf1c862d9b9806eb85408bc6c64583d2
 
 PatchScript: perl -pi -e 's|\(\@shadowing_xsubpps\)|(0)|' Makefile.PL
 


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
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/perlmods extutils-makemaker-pm-6.73.01.info, NONE, 1.1 extutils-makemaker-pm-6.73.01.patch, NONE, 1.1 extutils-makemaker-pm.info, 1.15, 1.16

2013-08-28 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4836

Modified Files:
extutils-makemaker-pm.info 
Added Files:
extutils-makemaker-pm-6.73.01.info 
extutils-makemaker-pm-6.73.01.patch 
Log Message:
extutils-makemaker-pm = 6.74 won't build on perl588.
Resurrect 6.73.01 for there.

Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- extutils-makemaker-pm.info  27 Aug 2013 22:19:15 -  1.15
+++ extutils-makemaker-pm.info  29 Aug 2013 01:08:40 -  1.16
@@ -3,7 +3,7 @@
 Version: 6.74
 Revision: 1
 
-Type: perl (5.8.8 5.10.0)
+Type: perl (5.10.0)
 Description: Perl module to create a module Makefile
 License: Artistic
 Maintainer: Daniel Johnson dan...@daniel-johnson.org

--- NEW FILE: extutils-makemaker-pm-6.73.01.patch ---
diff -ru ExtUtils-MakeMaker-6.68.orig/lib/ExtUtils/MakeMaker.pm 
ExtUtils-MakeMaker-6.68/lib/ExtUtils/MakeMaker.pm
--- ExtUtils-MakeMaker-6.68.orig/lib/ExtUtils/MakeMaker.pm  2013-06-14 
18:26:40.0 -0400
+++ ExtUtils-MakeMaker-6.68/lib/ExtUtils/MakeMaker.pm   2013-07-06 
22:55:48.0 -0400
@@ -209,8 +209,8 @@
 
 sub eval_in_subdirs {
 my($self) = @_;
-use Cwd qw(cwd abs_path);
-my $pwd = cwd() || die Can't figure out your cwd!;
+use Cwd qw(getcwd abs_path);
+my $pwd = getcwd() || die Can't figure out your cwd!;
 
 local @INC = map eval {abs_path($_) if -e} || $_, @INC;
 push @INC, '.'; # '.' has to always be at the end of @INC
@@ -363,6 +363,11 @@
 $Recognized_Att_Keys{$item} = 1;
 }
 foreach my $item (@Get_from_Config) {
+   if ($item eq 'lddlflags'  '@PREFIX@' ne '/usr/local') {
+   $Config{$item} =~ s,-L/usr/local/lib,,;
+   print # removed -L/usr/local/lib from '\U$item\E'\n
+   if ($Verbose = 2);
+   }
 $Recognized_Att_Keys{uc $item} = $Config{$item};
 print Attribute '\U$item\E' = '$Config{$item}'\n
 if ($Verbose = 2);
diff -ru ExtUtils-MakeMaker-6.68.orig/t/lib/MakeMaker/Test/Utils.pm 
ExtUtils-MakeMaker-6.68/t/lib/MakeMaker/Test/Utils.pm
--- ExtUtils-MakeMaker-6.68.orig/t/lib/MakeMaker/Test/Utils.pm  2013-04-14 
05:53:19.0 -0400
+++ ExtUtils-MakeMaker-6.68/t/lib/MakeMaker/Test/Utils.pm   2013-07-06 
22:54:15.0 -0400
@@ -114,6 +114,7 @@
 =cut
 
 sub which_perl {
+return 'FULLPERL';
 my $perl = $^X;
 $perl ||= 'perl';
 

--- NEW FILE: extutils-makemaker-pm-6.73.01.info ---
Info2: 
Package: extutils-makemaker-pm%type_pkg[perl]
Version: 6.73.01
Revision: 1

Type: perl (5.8.8)
Description: Perl module to create a module Makefile
License: Artistic
Maintainer: Daniel Johnson dan...@daniel-johnson.org
DescPackaging: 
Previously maintained by
Christian Schaffner chri...@users.sourceforge.net

Eliminated -bin splitoff and used update-alternatives to
allow binaries to coexist.

DescPort: 
Patch makefile generator to remove -L/usr/local/lib from early
in LDDLFLAGS (don't have non-fink mask fink)

It appears that Cwd::cwd can't get the cwd from within fink's build
environment but Cwd::getcwd can. Patch MakeMaker.pm to use getcwd.


# Dependencies:
BuildDepends: fink (= 0.24.12)
Depends: 
cpan-meta-pm%type_pkg[perl] (= 2.131560-1),
cpan-meta-requirements-pm%type_pkg[perl] (= 2.121-1),
cpan-meta-yaml-pm (= 0.008-1),
extutils-command-pm (= 1.17-1),
extutils-install-pm (= 1.54-1),
extutils-manifest-pm (= 1.60-1),
file-copy-recursive-pm,
file-temp-pm%type_pkg[perl],
json-pp-pm (= 2.27.200-1),
parse-cpan-meta-pm (= 1.44.01),
perl%type_pkg[perl]-core,
scalar-list-utils-pm%type_pkg[perl],
version-pm%type_pkg[perl] (= 1:0.88-1)


Replaces: %{Ni}586-bin, %{Ni}588-bin
Provides: %N-bin

# Unpack Phase:
Source: mirror:cpan:authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-6.73_01.tar.gz
#Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
Source-MD5: 89289ef8393f7e5be806d383134a6d3b

PatchFile: %{ni}-%v.patch
PatchFile-MD5: 85f7c82e830f1d7b23e18ed32c078d3c
PatchScript: 
#!/bin/bash -ev
sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1

export FULLPERL=`echo '%c' | perl -n -e 'print /PERL=(.*?)/'`
perl -pi -e s,FULLPERL,$FULLPERL, t/lib/MakeMaker/Test/Utils.pm


CompileScript: 
#!/bin/bash -ev
export BUILDING_AS_PACKAGE=1
%{default_script}


# Install Phase:
UpdatePOD: True
DocFiles: Changes MANIFEST README
InstallScript: 
 %{default_script}
 mv %i/share/man %i/lib/perl5/%type_raw[perl]
 /bin/mv %i/bin/instmodsh %i/bin/instmodsh-pm%type_pkg[perl]

InfoTest

[cvs] dists/10.4/stable/main/finkinfo/devel git-remote-mediawiki-10.6.info, NONE, 1.1

2013-08-28 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5402

Added Files:
git-remote-mediawiki-10.6.info 
Log Message:
Missed committing this with git 1.8.4.

--- NEW FILE: git-remote-mediawiki-10.6.info ---
Info2:
Package: git-remote-mediawiki
Version: 1.8.4
Revision: 1
Type: pm 5.10.0
Distribution: 10.6

Depends: 
datetime-format-iso8601-pm%type_pkg[pm],
git (= %v),
lwp-protocol-https-pm%type_pkg[pm],
mediawiki-api-pm%type_pkg[pm],
uri-pm%type_pkg[pm]

BuildDepends: 
expat1,
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),
libgettext8-dev,
libiconv-dev,
libpcre1,
openssl100-dev (= 1.0.1e-1)


Source: http://git-core.googlecode.com/files/git-%v.tar.gz
Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b

PatchFile: git.patch
PatchFile-MD5: 9483d974322ec4801de649289b1a
PatchScript: 
#!/bin/bash -ev
%{default_script}
# Setting these variables in 'config.mak' lets Makefile import them
# automatically instead of always manually passing them to make.
cat  config.mak  EOF
NO_FINK=1
NO_DARWIN_PORTS=1
#NO_SVN_TESTS=1
GITWEB_CONFIG_SYSTEM=%p/gitweb.conf
CC_LD_DYNPATH=-L
AR=ar
htmldir=share/doc/git
NO_CROSS_DIRECTORY_HARDLINKS=1
NO_INSTALL_HARDLINKS=1
NO_REGEX=1
NO_APPLE_COMMON_CRYPTO=1
EOF


UseMaxBuildJobs: true

# Darwin needs no special flags for pthreads, so set flags to ' ' because
# -pthreads causes problems for gcc-4.0.
ConfigureParams: 
--libexecdir='${exec_prefix}/lib' \
--enable-pthreads=' ' \
--with-python='/usr/bin/python' \
--with-tcltk='/usr/bin/wish' \
--with-openssl=%p \
--with-libpcre=%p


CompileScript: 
#!/bin/bash -ev
let version=`uname -r | cut -f 1 -d .`
if [ $version -eq 10 ]; then
./configure --with-perl='/usr/bin/arch -%m perl5.10.0' %c
elif [ $version -ge 11 ]; then
./configure --with-perl='/usr/bin/arch -%m perl5.12' %c
else 
./configure --with-perl='/usr/bin/perl' %c
fi
cd contrib/mw-to-git
make


InstallScript: 
mkdir -p %i/lib/git-core
mkdir -p %i/lib/perl5/Git
cd contrib/mw-to-git  make install INSTLIBDIR=%i/lib/perl5 DESTDIR=%d 
NO_PYTHON=1


UpdatePOD: true
DocFiles: COPYING README contrib/mw-to-git/git-remote-mediawiki.txt

Description: Git remote helper to access MediaWiki sites
License: GPL2+
Homepage: http://git-scm.com/
Maintainer: Daniel Johnson dan...@daniel-johnson.org



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods extutils-makemaker-pm.info, 1.15, 1.16

2013-08-27 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32457

Modified Files:
extutils-makemaker-pm.info 
Log Message:
New upstream extutils-makemaker-pm 6.74.

Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- extutils-makemaker-pm.info  25 Jul 2013 11:51:57 -  1.15
+++ extutils-makemaker-pm.info  27 Aug 2013 22:19:00 -  1.16
@@ -1,6 +1,6 @@
 Info2: 
 Package: extutils-makemaker-pm%type_pkg[perl]
-Version: 6.73.01
+Version: 6.74
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -13,9 +13,6 @@

Eliminated -bin splitoff and used update-alternatives to
allow binaries to coexist.
-   
-   Delete 'bundled' directory just to make sure bundled modules don't
-   get installed. All bundled modules are now external deps.
 
 DescPort: 
Patch makefile generator to remove -L/usr/local/lib from early
@@ -47,9 +44,8 @@
 Provides: %N-bin
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-6.73_01.tar.gz
-#Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
-Source-MD5: 89289ef8393f7e5be806d383134a6d3b
+Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
+Source-MD5: aedab61a75bc8804672930d651dc3ff7
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 85f7c82e830f1d7b23e18ed32c078d3c


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
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/perlmods extutils-makemaker-pm.info, 1.14, 1.15

2013-08-27 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32514

Modified Files:
extutils-makemaker-pm.info 
Log Message:
New upstream extutils-makemaker-pm 6.74.

Index: extutils-makemaker-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/extutils-makemaker-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- extutils-makemaker-pm.info  25 Jul 2013 11:52:27 -  1.14
+++ extutils-makemaker-pm.info  27 Aug 2013 22:19:15 -  1.15
@@ -1,6 +1,6 @@
 Info2: 
 Package: extutils-makemaker-pm%type_pkg[perl]
-Version: 6.73.01
+Version: 6.74
 Revision: 1
 
 Type: perl (5.8.8 5.10.0)
@@ -13,9 +13,6 @@

Eliminated -bin splitoff and used update-alternatives to
allow binaries to coexist.
-   
-   Delete 'bundled' directory just to make sure bundled modules don't
-   get installed. All bundled modules are now external deps.
 
 DescPort: 
Patch makefile generator to remove -L/usr/local/lib from early
@@ -47,9 +44,8 @@
 Provides: %N-bin
 
 # Unpack Phase:
-Source: mirror:cpan:authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-6.73_01.tar.gz
-#Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
-Source-MD5: 89289ef8393f7e5be806d383134a6d3b
+Source: mirror:cpan:modules/by-module/ExtUtils/ExtUtils-MakeMaker-%v.tar.gz
+Source-MD5: aedab61a75bc8804672930d651dc3ff7
 
 PatchFile: %{ni}.patch
 PatchFile-MD5: 85f7c82e830f1d7b23e18ed32c078d3c


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
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/languages python31.info, 1.9, 1.10

2013-08-27 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6368

Modified Files:
python31.info 
Log Message:
Disable test_platform in python31 since it fails with 10.6/x86_64 on a 32 bit 
kernel.

Index: python31.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/python31.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- python31.info   13 Aug 2013 01:11:59 -  1.9
+++ python31.info   28 Aug 2013 00:48:48 -  1.10
@@ -60,7 +60,7 @@
%{default_script}
 
 
-InfoTest: TestScript: LANG=en_US.UTF-8 make -k test EXTRATESTOPTS='-w -x 
test_distutils test_cmd_line test_argparse test_httpservers test_cmath' || exit 
2
+InfoTest: TestScript: LANG=en_US.UTF-8 make -k test EXTRATESTOPTS='-w -x 
test_distutils test_cmd_line test_argparse test_httpservers test_cmath 
test_platform' || exit 2
 
 InstallScript: 
 #!/bin/sh -ex


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel git-remote-mediawiki-10.8.info, NONE, 1.1 git-remote-mediawiki.info, NONE, 1.1 git-10.8.info, 1.31, 1.32 git-archimport.info, 1.49, 1.50 git-cvsimport.info,

2013-08-25 Thread Daniel Johnson
 1.32
diff -u -d -r1.31 -r1.32
--- git-10.8.info   16 Jul 2013 19:38:36 -  1.31
+++ git-10.8.info   25 Aug 2013 13:34:21 -  1.32
@@ -1,6 +1,6 @@
 Info2:
 Package: git
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1+10.8
 Type: pm 5.12.4
 Distribution: 10.8
@@ -28,12 +28,12 @@
 Conflicts: git-cvsimport ( 1.7.2.3-1002), git-archimport ( 1.7.2.3-1002), 
git-svn ( 1.7.2.3-1002)
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: 579d2f8b7e5efa22467c1a1f9977d4b4
+Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: 99625bedd599c5970e2e3d2d05e8cbc3
+Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
 
 PatchFile: %n.patch
 PatchFile-MD5: 9483d974322ec4801de649289b1a
@@ -55,6 +55,7 @@
 NO_CROSS_DIRECTORY_HARDLINKS=1
 NO_INSTALL_HARDLINKS=1
 NO_REGEX=1
+NO_APPLE_COMMON_CRYPTO=1
 EOF
perl -pi -e 's/\\$PERL\/\$PERL/' git-instaweb.sh
perl -pi -e 's/svnrdump/svnrdump18/' remote-testsvn.c
@@ -165,7 +166,7 @@

Use like: git clone testsvn::http://some.svn.repo

-   RuntimeDepends: git (= 1.8.1), svn18
+   RuntimeDepends: git (= %v), svn18
Files: lib/git-core/%n
DocFiles: COPYING README
 

--- NEW FILE: git-remote-mediawiki.info ---
Info2:
Package: git-remote-mediawiki
Version: 1.8.4
Revision: 1
Type: pm 5.12.3
Distribution: 10.7

Depends: 
datetime-format-iso8601-pm%type_pkg[pm],
git (= %v),
lwp-protocol-https-pm%type_pkg[pm],
mediawiki-api-pm%type_pkg[pm],
uri-pm%type_pkg[pm]

BuildDepends: 
expat1,
fink (= 0.32),
gettext-tools,
libcurl4 (= 7.25.0-1),
libgettext8-dev,
libiconv-dev,
libpcre1,
openssl100-dev (= 1.0.1e-1)


Source: http://git-core.googlecode.com/files/git-%v.tar.gz
Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b

PatchFile: git.patch
PatchFile-MD5: 9483d974322ec4801de649289b1a
PatchScript: 
#!/bin/bash -ev
%{default_script}
# Setting these variables in 'config.mak' lets Makefile import them
# automatically instead of always manually passing them to make.
cat  config.mak  EOF
NO_FINK=1
NO_DARWIN_PORTS=1
#NO_SVN_TESTS=1
GITWEB_CONFIG_SYSTEM=%p/gitweb.conf
CC_LD_DYNPATH=-L
AR=ar
htmldir=share/doc/git
NO_CROSS_DIRECTORY_HARDLINKS=1
NO_INSTALL_HARDLINKS=1
NO_REGEX=1
NO_APPLE_COMMON_CRYPTO=1
EOF


UseMaxBuildJobs: true

# Darwin needs no special flags for pthreads, so set flags to ' ' because
# -pthreads causes problems for gcc-4.0.
ConfigureParams: 
--libexecdir='${exec_prefix}/lib' \
--enable-pthreads=' ' \
--with-python='/usr/bin/python' \
--with-tcltk='/usr/bin/wish' \
--with-openssl=%p \
--with-libpcre=%p


CompileScript: 
#!/bin/bash -ev
let version=`uname -r | cut -f 1 -d .`
if [ $version -eq 10 ]; then
./configure --with-perl='/usr/bin/arch -%m perl5.10.0' %c
elif [ $version -ge 11 ]; then
./configure --with-perl='/usr/bin/arch -%m perl5.12' %c
else 
./configure --with-perl='/usr/bin/perl' %c
fi
cd contrib/mw-to-git
make


InstallScript: 
mkdir -p %i/lib/git-core
mkdir -p %i/lib/perl5/Git
cd contrib/mw-to-git  make install INSTLIBDIR=%i/lib/perl5 DESTDIR=%d 
NO_PYTHON=1


UpdatePOD: true
DocFiles: COPYING README contrib/mw-to-git/git-remote-mediawiki.txt

Description: Git remote helper to access MediaWiki sites
License: GPL2+
Homepage: http://git-scm.com/
Maintainer: Daniel Johnson dan...@daniel-johnson.org


Index: git-send-email-10.8.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/git-send-email-10.8.info,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- git-send-email-10.8.info16 Jul 2013 19:38:36 -  1.26
+++ git-send-email-10.8.info25 Aug 2013 13:34:21 -  1.27
@@ -1,6 +1,6 @@
 Info2:
 Package: git-send-email
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1+10.8
 Type: pm 5.12.4
 Distribution: 10.8
@@ -15,12 +15,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: 579d2f8b7e5efa22467c1a1f9977d4b4
+Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: 99625bedd599c5970e2e3d2d05e8cbc3
+Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
 
 CompileScript: echo Nothing to compile

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods git-remote-gitbzr-py.info, 1.7, 1.8 git-remote-githg-py.info, 1.13, 1.14 git-remote-helpers-py.info, 1.50, 1.51

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10941

Modified Files:
git-remote-gitbzr-py.info git-remote-githg-py.info 
git-remote-helpers-py.info 
Log Message:
New upstream git 1.3.4.
Added git-remote-mediawiki.

Index: git-remote-gitbzr-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-gitbzr-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- git-remote-gitbzr-py.info   16 Jul 2013 19:38:54 -  1.7
+++ git-remote-gitbzr-py.info   25 Aug 2013 13:34:50 -  1.8
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-gitbzr-py%type_pkg[python]
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1
 Type: python (2.6 2.7)
 Description: Access bzr repos as git remotes
@@ -24,7 +24,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 
 Depends: 
git (= %v),

Index: git-remote-githg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-githg-py.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- git-remote-githg-py.info16 Jul 2013 19:38:55 -  1.13
+++ git-remote-githg-py.info25 Aug 2013 13:34:50 -  1.14
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-githg-py%type_pkg[python]
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1
 Type: python (2.6 2.7)
 Description: Access hg repos as git remotes
@@ -36,7 +36,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 
 Depends: 
git (= %v),

Index: git-remote-helpers-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/git-remote-helpers-py.info,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- git-remote-helpers-py.info  16 Jul 2013 19:38:55 -  1.50
+++ git-remote-helpers-py.info  25 Aug 2013 13:34:50 -  1.51
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-helpers-py%type_pkg[python]
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Git remote helper program for non-git repos
@@ -9,7 +9,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 
 Depends: python%type_pkg[python], git (= %v)
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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 git-10.6.info, 1.45, 1.46 git-archimport.info, 1.47, 1.48 git-cvsimport.info, 1.47, 1.48 git-send-email-10.6.info, 1.45, 1.46 git-svn-10.6.info, 1.46, 1.47

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10986

Modified Files:
git-10.6.info git-archimport.info git-cvsimport.info 
git-send-email-10.6.info git-svn-10.6.info 
Log Message:
New upstream git 1.3.4.
Added git-remote-mediawiki.

Index: git-svn-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-svn-10.6.info,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- git-svn-10.6.info   16 Jul 2013 19:39:19 -  1.46
+++ git-svn-10.6.info   25 Aug 2013 13:35:10 -  1.47
@@ -1,6 +1,6 @@
 Info2:
 Package: git-svn
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1+10.6
 Type: pm 5.10.0
 Distribution: 10.6
@@ -13,12 +13,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: 579d2f8b7e5efa22467c1a1f9977d4b4
+Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: 99625bedd599c5970e2e3d2d05e8cbc3
+Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
 
 CompileScript: echo Nothing to compile.
 

Index: git-archimport.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-archimport.info,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- git-archimport.info 16 Jul 2013 19:39:19 -  1.47
+++ git-archimport.info 25 Aug 2013 13:35:10 -  1.48
@@ -1,16 +1,16 @@
 Package: git-archimport
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1
 Description: Tool to import an arch repository into git
 Depends: git (= %v), arch-tla
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: 579d2f8b7e5efa22467c1a1f9977d4b4
+Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: 99625bedd599c5970e2e3d2d05e8cbc3
+Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
 
 CompileScript: echo Nothing to compile.
 

Index: git-send-email-10.6.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-send-email-10.6.info,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- git-send-email-10.6.info16 Jul 2013 19:39:19 -  1.45
+++ git-send-email-10.6.info25 Aug 2013 13:35:10 -  1.46
@@ -1,6 +1,6 @@
 Info2:
 Package: git-send-email
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1+10.6
 Type: pm 5.10.0
 Distribution: 10.6
@@ -15,12 +15,12 @@
 
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: 579d2f8b7e5efa22467c1a1f9977d4b4
+Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: 99625bedd599c5970e2e3d2d05e8cbc3
+Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
 
 CompileScript: echo Nothing to compile.
 

Index: git-10.6.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/git-10.6.info,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- git-10.6.info   16 Jul 2013 19:39:19 -  1.45
+++ git-10.6.info   25 Aug 2013 13:35:10 -  1.46
@@ -1,6 +1,6 @@
 Info2:
 Package: git
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1+10.6
 Type: pm 5.10.0
 Distribution: 10.6
@@ -29,12 +29,12 @@
 Conflicts: git-cvsimport ( 1.7.2.3-1002), git-archimport ( 1.7.2.3-1002), 
git-svn ( 1.7.2.3-1002)
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 Source2: http://git-core.googlecode.com/files/git-htmldocs-%v.tar.gz
-Source2-MD5: 579d2f8b7e5efa22467c1a1f9977d4b4
+Source2-MD5: a6d0c7b41aca4b5c2fb70eac091d5a98
 Source2ExtractDir: doc
 Source3: http://git-core.googlecode.com/files/git-manpages-%v.tar.gz
-Source3-MD5: 99625bedd599c5970e2e3d2d05e8cbc3
+Source3-MD5: e3720f56e18a5ab8ee1871ac9c72ca7c
 
 PatchFile: %n.patch
 PatchFile-MD5: 9483d974322ec4801de649289b1a
@@ -56,6 +56,7 @@
 NO_CROSS_DIRECTORY_HARDLINKS=1
 NO_INSTALL_HARDLINKS=1
 NO_REGEX=1
+NO_APPLE_COMMON_CRYPTO=1
 EOF
perl -pi -e 's/\\$PERL\/\$PERL/' git-instaweb.sh

[cvs] dists/10.4/stable/main/finkinfo/libs/pythonmods git-remote-gitbzr-py.info, 1.7, 1.8 git-remote-githg-py.info, 1.13, 1.14 git-remote-helpers-py.info, 1.48, 1.49

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11008

Modified Files:
git-remote-gitbzr-py.info git-remote-githg-py.info 
git-remote-helpers-py.info 
Log Message:
New upstream git 1.3.4.
Added git-remote-mediawiki.

Index: git-remote-gitbzr-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/git-remote-gitbzr-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- git-remote-gitbzr-py.info   16 Jul 2013 19:39:34 -  1.7
+++ git-remote-gitbzr-py.info   25 Aug 2013 13:35:27 -  1.8
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-gitbzr-py%type_pkg[python]
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1
 Type: python (2.6 2.7)
 Description: Access bzr repos as git remotes
@@ -24,7 +24,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 
 Depends: 
git (= %v),

Index: git-remote-githg-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/git-remote-githg-py.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- git-remote-githg-py.info16 Jul 2013 19:39:34 -  1.13
+++ git-remote-githg-py.info25 Aug 2013 13:35:27 -  1.14
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-githg-py%type_pkg[python]
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1
 Type: python (2.6 2.7)
 Description: Access hg repos as git remotes
@@ -36,7 +36,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 
 Depends: 
git (= %v),

Index: git-remote-helpers-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/git-remote-helpers-py.info,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- git-remote-helpers-py.info  16 Jul 2013 19:39:34 -  1.48
+++ git-remote-helpers-py.info  25 Aug 2013 13:35:27 -  1.49
@@ -1,6 +1,6 @@
 Info2: 
 Package: git-remote-helpers-py%type_pkg[python]
-Version: 1.8.3.3
+Version: 1.8.4
 Revision: 1
 Type: python (2.5 2.6 2.7 3.1 3.2 3.3)
 Description: Git remote helper program for non-git repos
@@ -9,7 +9,7 @@
 Homepage: http://git-scm.com/
 
 Source: http://git-core.googlecode.com/files/git-%v.tar.gz
-Source-MD5: 63f5355259bae32858dac07326fe4e07
+Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b
 
 Depends: python%type_pkg[python], git (= %v)
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel tig.info,1.5,1.6

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12991

Modified Files:
tig.info 
Log Message:
New upstream tig 1.2.1.

Index: tig.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/tig.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tig.info13 Aug 2013 14:31:07 -  1.5
+++ tig.info25 Aug 2013 14:19:12 -  1.6
@@ -1,5 +1,5 @@
 Package: tig
-Version: 1.2
+Version: 1.2.1
 Revision: 1
 Description: Ncurses git repository browser
 DescDetail: 
@@ -16,17 +16,23 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://jonas.nitro.dk/%n/releases/%n-%v.tar.gz
-Source-MD5: 9821525564aa3f4aa51ad2b6c11b3a91
+Source-MD5: 9dec2966d3d51f7d8b5b8d4a4b8d93eb
 
 Depends: libiconv, libncursesw5-shlibs, git
-BuildDepends: libiconv-dev, libncursesw5, asciidoc
+BuildDepends: libiconv-dev, libncursesw5
 
 ConfigureParams: --with-libiconv=%p
 
 InstallScript: 
-   make install install-doc DESTDIR=%d
+   make install DESTDIR=%d
mkdir -p %i/etc/bash_completion.d
cp contrib/tig-completion.bash %i/etc/bash_completion.d
+   mkdir -p %i/share/man/man1
+   mkdir -p %i/share/man/man5
+   mkdir -p %i/share/man/man7
+   cp *.1 %i/share/man/man1
+   cp *.5 %i/share/man/man5
+   cp *.7 %i/share/man/man7
 
 
-DocFiles: BUGS COPYING manual* NEWS* README* SITES contrib/tigrc
+DocFiles: BUGS COPYING NEWS README *.html contrib/tigrc


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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 tig.info,1.4,1.5

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13020

Modified Files:
tig.info 
Log Message:
New upstream tig 1.2.1.

Index: tig.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/tig.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tig.info13 Aug 2013 14:31:27 -  1.4
+++ tig.info25 Aug 2013 14:19:28 -  1.5
@@ -1,5 +1,5 @@
 Package: tig
-Version: 1.2
+Version: 1.2.1
 Revision: 1
 Description: Ncurses git repository browser
 DescDetail: 
@@ -16,17 +16,23 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://jonas.nitro.dk/%n/releases/%n-%v.tar.gz
-Source-MD5: 9821525564aa3f4aa51ad2b6c11b3a91
+Source-MD5: 9dec2966d3d51f7d8b5b8d4a4b8d93eb
 
 Depends: libiconv, libncursesw5-shlibs, git
-BuildDepends: libiconv-dev, libncursesw5, asciidoc
+BuildDepends: libiconv-dev, libncursesw5
 
 ConfigureParams: --with-libiconv=%p
 
 InstallScript: 
-   make install install-doc DESTDIR=%d
+   make install DESTDIR=%d
mkdir -p %i/etc/bash_completion.d
cp contrib/tig-completion.bash %i/etc/bash_completion.d
+   mkdir -p %i/share/man/man1
+   mkdir -p %i/share/man/man5
+   mkdir -p %i/share/man/man7
+   cp *.1 %i/share/man/man1
+   cp *.5 %i/share/man/man5
+   cp *.7 %i/share/man/man7
 
 
-DocFiles: BUGS COPYING manual* NEWS* README* SITES contrib/tigrc
+DocFiles: BUGS COPYING NEWS README *.html contrib/tigrc


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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 keyring-py.info, 1.8, 1.9

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13114

Modified Files:
keyring-py.info 
Log Message:
New upstream keyring-py 2.0.1.

Index: keyring-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/keyring-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- keyring-py.info 19 Jul 2013 22:49:07 -  1.8
+++ keyring-py.info 25 Aug 2013 14:20:21 -  1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: keyring-py%type_pkg[python]
-Version: 1.6
+Version: 2.0.1
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Store and access your passwords safely
@@ -35,10 +35,10 @@
 Homepage: http://pypi.python.org/pypi/keyring
 
 Source: mirror:custom:k/keyring/keyring-%v.zip
-Source-MD5: 62bbf3db914fa710204664da331eba87
+Source-MD5: d41cd4029c2b7ac795eac5caf0e2d501
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python], 
pytest-runner-py%type_pkg[python], hgtools-py%type_pkg[python]
+BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
 Suggests: pycrypto-py%type_pkg[python] (= 2.6-1), 
gnome-python2-desktop-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
@@ -51,7 +51,8 @@
 #  (%type_pkg[python] = 27) keyczar-py%type_pkg[python],
 #  mock-py%type_pkg[python],
 #  pycrypto-py%type_pkg[python],
-#  pytest-py%type_pkg[python]
+#  pytest-py%type_pkg[python],
+#  pytest-runner-py%type_pkg[python], hgtools-py%type_pkg[python]
 #  
 #  TestScript: %p/bin/python%type_raw[python] setup.py ptr || exit 2
 #


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods keyring-py.info, 1.9, 1.10

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13049

Modified Files:
keyring-py.info 
Log Message:
New upstream keyring-py 2.0.1.

Index: keyring-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/keyring-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- keyring-py.info 18 Jul 2013 21:42:19 -  1.9
+++ keyring-py.info 25 Aug 2013 14:20:06 -  1.10
@@ -1,6 +1,6 @@
 Info2: 
 Package: keyring-py%type_pkg[python]
-Version: 1.6
+Version: 2.0.1
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Store and access your passwords safely
@@ -35,10 +35,10 @@
 Homepage: http://pypi.python.org/pypi/keyring
 
 Source: mirror:custom:k/keyring/keyring-%v.zip
-Source-MD5: 62bbf3db914fa710204664da331eba87
+Source-MD5: d41cd4029c2b7ac795eac5caf0e2d501
 
 Depends: python%type_pkg[python]
-BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python], 
pytest-runner-py%type_pkg[python], hgtools-py%type_pkg[python]
+BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
 Suggests: pycrypto-py%type_pkg[python] (= 2.6-1), 
gnome-python2-desktop-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
@@ -51,7 +51,8 @@
 #  (%type_pkg[python] = 27) keyczar-py%type_pkg[python],
 #  mock-py%type_pkg[python],
 #  pycrypto-py%type_pkg[python],
-#  pytest-py%type_pkg[python]
+#  pytest-py%type_pkg[python],
+#  pytest-runner-py%type_pkg[python], hgtools-py%type_pkg[python]
 #  
 #  TestScript: %p/bin/python%type_raw[python] setup.py ptr || exit 2
 #


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods extras-py.info, 1.2, 1.3

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12092

Modified Files:
extras-py.info 
Log Message:
Homepage was wrong.

Index: extras-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/extras-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extras-py.info  16 Jun 2013 00:21:29 -  1.2
+++ extras-py.info  26 Aug 2013 02:33:24 -  1.3
@@ -6,7 +6,7 @@
 Description: Extensions to the Python standard library
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 License: BSD
-Homepage: http://pypi.python.org/pypi/testtools
+Homepage: http://pypi.python.org/pypi/extras
 
 Source: mirror:custom:e/extras/extras-%v.tar.gz
 Source-MD5: 62d8ba049e3386a6df69b413ea81517b


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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 extras-py.info, 1.2, 1.3

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12108

Modified Files:
extras-py.info 
Log Message:
Homepage was wrong.

Index: extras-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/extras-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extras-py.info  16 Jun 2013 00:21:47 -  1.2
+++ extras-py.info  26 Aug 2013 02:33:40 -  1.3
@@ -6,7 +6,7 @@
 Description: Extensions to the Python standard library
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 License: BSD
-Homepage: http://pypi.python.org/pypi/testtools
+Homepage: http://pypi.python.org/pypi/extras
 
 Source: mirror:custom:e/extras/extras-%v.tar.gz
 Source-MD5: 62d8ba049e3386a6df69b413ea81517b


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods dulwich-py.info, 1.8, 1.9

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12766

Modified Files:
dulwich-py.info 
Log Message:
New upstream dulwich-py 0.9.1 snapshot.

Index: dulwich-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/dulwich-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dulwich-py.info 16 Jun 2013 00:21:29 -  1.8
+++ dulwich-py.info 26 Aug 2013 02:55:45 -  1.9
@@ -1,16 +1,20 @@
 Info2: 
 Package: dulwich-py%type_pkg[python]
-Version: 0.8.7
-Revision: 1
+Version: 0.9.1
+Revision: 0.1
 Type: python (2.6 2.7)
-Source: http://samba.org/~jelmer/dulwich/dulwich-%v.tar.gz
-Source-MD5: 60d8b8e974970f2c3cbae5dc9fe0f645
+Source: 
https://codeload.github.com/jelmer/dulwich/tar.gz/a2e26995dae6815d59d98639fc65135bf99ac1f6
+SourceRename: dulwich-%v-%r.tar.gz
+SourceDirectory: dulwich-a2e26995dae6815d59d98639fc65135bf99ac1f6
+#Source: http://samba.org/~jelmer/dulwich/dulwich-%v.tar.gz
+Source-MD5: 16eff60df7ba66b9dfca539d96c80541
 
 BuildDepends: setuptools-tng-py%type_pkg[python], fink (= 0.24.12)
 Depends: python%type_pkg[python], python-fastimport-py%type_pkg[python]
 
 PatchScript: 
-  sed -i.bak -e's/darwin/notdarwin/' setup.py
+  perl -pi -e 's/darwin/notdarwin/' setup.py
+  perl -pi -e 's/tempfile\.mkdtemp\(\)/os.path.realpath(tempfile.mkdtemp())/' 
dulwich/tests/test_repository.py
 
 
 CompileScript: 
@@ -19,7 +23,7 @@
   # make doc
 
 
-# Getting socket errors in tests.
+# Getting socket errors in tests. Firewall issue?
 InfoTest: 
   TestDepends: git, (%type_pkg[python] != 27) unittest2-py%type_pkg[python]
   TestScript: make check PYTHON=%p/bin/python%type_raw[python] || exit 1


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods bzr-git-py.info, 1.5, 1.6

2013-08-25 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12783

Modified Files:
bzr-git-py.info 
Log Message:
New upstream bzr-git-py 0.6.11.

Index: bzr-git-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/bzr-git-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bzr-git-py.info 13 Nov 2012 22:25:04 -  1.5
+++ bzr-git-py.info 26 Aug 2013 02:56:29 -  1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: bzr-git-py%type_pkg[python]
-Version: 0.6.9
+Version: 0.6.11
 Revision: 1
 Type: python (2.6 2.7)
 Description: Clone git repositories with Bazaar
@@ -14,12 +14,12 @@
 Homepage: http://wiki.bazaar.canonical.com/ForeignBranches/Git
 
 Source: http://samba.org/~jelmer/bzr/bzr-git-%v.tar.gz
-Source-MD5: 8ea98fcfc3b98c7adce30d5f7509bd65
+Source-MD5: 8d55b1a6bfaf23394dc468c6a4014c90
 
 Depends: 
bzr-fastimport-py%type_pkg[python] (= 0.13.0-1),
-   bzr-py%type_pkg[python] (= 2.5.0-1),
-   dulwich-py%type_pkg[python] (= 0.8.5-1),
+   bzr-py%type_pkg[python] (= 2.6.0-1),
+   dulwich-py%type_pkg[python] (= 0.9.0-1),
python-fastimport-py%type_pkg[python],
python%type_pkg[python]
 
@@ -28,9 +28,11 @@
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
+# 3 test failures because tests don't set a committer name.
+# New dulwich behavior?
 InfoTest: 
TestDepends: testtools-py%type_pkg[python]
-   TestScript: make check PYTHON=%p/bin/python%type_raw[python] || exit 2
+   TestScript: make check PYTHON=%p/bin/python%type_raw[python] || exit 1
 
 
 InstallScript: 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/editors teaqt.info,1.5,1.6

2013-08-24 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13588

Modified Files:
teaqt.info 
Log Message:
New upstream teaqt 36.0.2.

Index: teaqt.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/teaqt.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- teaqt.info  24 Jun 2012 13:02:06 -  1.5
+++ teaqt.info  24 Aug 2013 21:48:52 -  1.6
@@ -1,6 +1,6 @@
 Info2: 
 Package: teaqt-%type_pkg[qt]
-Version: 33.1.0
+Version: 36.0.2
 Revision: 1
 Type: qt (mac x11)
 Description: Powerful and easy-to-use Qt4-based editor
@@ -22,17 +22,17 @@
 
 License: GPL3
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
-Homepage: http://tea-editor.sourceforge.net/
+Homepage: http://semiletov.org/tea/
 
-Source: mirror:sourceforge:tea-editor/tea-%v.tar.bz2
-Source-MD5: 15593d59f6079f0114e390ec731a8527
+Source: http://semiletov.org/tea/dloads/tea-%v.tar.bz2
+Source-MD5: c8657c664af35d2032a78c645cb38d16
 
 PatchScript: perl -pi -e 's|/usr/include|%p/include|' src.pro
 
 Depends: 
aspell-shlibs,
libiconv,
-   libpng15-shlibs,
+   libpng16-shlibs,
qt4-base-%type_pkg[qt]-qtcore-shlibs (= 4.7.3-1),
qt4-base-%type_pkg[qt]-qtgui-shlibs (= 4.7.3-1),
qt4-base-%type_pkg[qt]-qtscript-shlibs (= 4.7.3-1),
@@ -44,7 +44,7 @@
aspell-dev,
fink-package-precedence,
libiconv-dev,
-   libpng15,
+   libpng16,
qt4-base-%type_pkg[qt] (= 4.7.3-1),
( %type_pkg[qt] = mac) system-openssl-dev
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods module-metadata-pm.info, 1.12, 1.13

2013-08-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18172

Modified Files:
module-metadata-pm.info 
Log Message:
New upstream module-metadata-pm 1.16.

Index: module-metadata-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/module-metadata-pm.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- module-metadata-pm.info 4 Jul 2013 00:50:57 -   1.12
+++ module-metadata-pm.info 22 Aug 2013 15:46:13 -  1.13
@@ -1,6 +1,6 @@
 Info2: 
 Package: module-metadata-pm%type_pkg[perl]
-Version: 1.14
+Version: 1.16
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -12,7 +12,7 @@
 Depends: perl%type_pkg[perl]-core, version-pm%type_pkg[perl] (= 1:0.96-1)
 
 Source: mirror:cpan:modules/by-module/Module/Module-Metadata-%v.tar.gz
-Source-MD5: 052128bf5cbaad1ffd273c8c5df866f5
+Source-MD5: 9c592edce2f2b5eded075422c7165971
 
 InstallScript: 
%{default_script}


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods io-pipely-pm.info, NONE, 1.1

2013-08-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19588

Added Files:
io-pipely-pm.info 
Log Message:
New package io-pipely-pm 0.005.

--- NEW FILE: io-pipely-pm.info ---
Info2: 
Package: io-pipely-pm%type_pkg[perl]
Version: 0.005
Revision: 1

Type: perl (5.12.3 5.12.4)

Description: Portably create pipe or pipe-like handles
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/IO-Pipely/

BuildDepends: fink (= 0.29.0)
Depends: 
base-pm%type_pkg[perl] (= 2.18-1),
exporter-pm (= 5.68-1),
perl%type_pkg[perl]-core


InfoTest: TestDepends: carp-pm%type_pkg[perl] (= 1.26-1), 
scalar-list-utils-pm%type_pkg[perl], test-simple-pm%type_pkg[perl] (= 0.98-1)

Source: mirror:cpan:modules/by-module/IO/IO-Pipely-%v.tar.gz
Source-MD5: 86781d3e2afe5f142f67ce1fed3b9ed9

UpdatePOD: true
DocFiles: CHANGES LICENSE README

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




--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods poe-pm.info, 1.9, 1.10 poe-test-loops-pm.info, 1.3, 1.4

2013-08-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19623

Modified Files:
poe-pm.info poe-test-loops-pm.info 
Log Message:
New upstream poe-pm 1.356 and poe-test-loops-pm 1.352.

Index: poe-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/poe-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- poe-pm.info 29 Jun 2013 22:47:44 -  1.9
+++ poe-pm.info 22 Aug 2013 16:19:33 -  1.10
@@ -1,7 +1,7 @@
 Info2: 
 Package: poe-pm%type_pkg[perl]
-Version: 1.354
-Revision: 2
+Version: 1.356
+Revision: 1
 
 Type: perl (5.12.3 5.12.4)
 
@@ -24,10 +24,12 @@
curses-pm%type_pkg[perl],
io-pm%type_pkg[perl],
io-compress-pm%type_pkg[perl],
+   io-pipely-pm%type_pkg[perl] (= 0.005-1),
io-tty-pm%type_pkg[perl],
libwww-pm%type_pkg[perl],
-   poe-test-loops-pm (= 1.351-1),
+   poe-test-loops-pm (= 1.352-1),
socket-getaddrinfo-pm%type_pkg[perl],
+   socket6-pm%type_pkg[perl],
term-cap-pm,
term-readkey-pm%type_pkg[perl],
uri-pm%type_pkg[perl],
@@ -35,7 +37,7 @@
 
 
 Source: mirror:cpan:authors/id/R/RC/RCAPUTO/POE-%v.tar.gz
-Source-MD5: 928482218e29aa4c27f281db9bdc1ac4
+Source-MD5: 287f75fb2ae59fb9de16abfdca01baae
 
 #Disable running network tests.
 PatchScript: perl -pi -e 's/n/y/g' Makefile.PL
@@ -43,7 +45,7 @@
 #Bypass build-time prompts.
 ConfigureParams: --default
 
-InfoTest: TestDepends: test-pod-pm, test-pod-coverage-pm
+InfoTest: TestDepends: yaml-pm
 
 UpdatePOD: true
 DocFiles: CHANGES README

Index: poe-test-loops-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/poe-test-loops-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- poe-test-loops-pm.info  12 Mar 2012 19:57:51 -  1.3
+++ poe-test-loops-pm.info  22 Aug 2013 16:19:33 -  1.4
@@ -1,5 +1,5 @@
 Package: poe-test-loops-pm
-Version: 1.351
+Version: 1.352
 Revision: 1
 License: Artistic/GPL
 Description: Reusable tests for POE::Loop authors
@@ -7,7 +7,7 @@
 Homepage: http://search.cpan.org/dist/POE-Test-Loops/
 
 Source: mirror:cpan:authors/id/R/RC/RCAPUTO/POE-Test-Loops-%v.tar.gz
-Source-MD5: deb0c939bdec178786c7ab54d2b134f7
+Source-MD5: 6aeaf1b642b764c44daf06aa1e9fe35a
 
 Type: perl
 UpdatePOD: true


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods futures-py.info, 1.3, 1.4

2013-08-22 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12807

Modified Files:
futures-py.info 
Log Message:
New upstream futures-py 2.1.4 from python 3.2.5.

Index: futures-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/futures-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- futures-py.info 16 Jun 2013 00:21:29 -  1.3
+++ futures-py.info 23 Aug 2013 02:02:16 -  1.4
@@ -1,6 +1,6 @@
 Info2: 
 Package: futures-py%type_pkg[python]
-Version: 2.1.3
+Version: 2.1.4
 Revision: 1
 Type: python (2.6 2.7 3.1)
 Description: Backport of the concurrent.futures package
@@ -19,19 +19,26 @@
 License: BSD
 Homepage: http://pypi.python.org/pypi/futures
 
-Source: mirror:custom:f/futures/futures-%v.tar.gz
-Source-MD5: 3de68835c8035dff0495cbe7f5c75beb
+# Official tarball is missing several files so download from repo.
+Source: https://codeload.github.com/danielj7/pythonfutures/tar.gz/%v
+SourceRename: pythonfutures-%v.tar.gz
+SourceDirectory: pythonfutures-%v
+#Source: mirror:custom:f/futures/futures-%v.tar.gz
+Source-MD5: 8b035150c5babd6279a66bee5304b420
 
 Depends: python%type_pkg[python]
 BuildDepends: fink (= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
-InfoTest: TestScript: %p/bin/python%type_raw[python] test_futures.py || exit 2
+InfoTest: 
+   TestDepends: (%type_pkg[python] != 27) unittest2-py%type_pkg[python]
+   TestScript: %p/bin/python%type_raw[python] test_futures.py || exit 2
+
 
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d
 
-DocFiles: LICENSE PKG-INFO crawl.py primes.py docs/index.rst
+DocFiles: LICENSE crawl.py primes.py docs/index.rst
 
 CustomMirror: 
 eur-NL: http://a.pypi.python.org/packages/source/


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs libserf1.info,1.8,1.9

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16813

Modified Files:
libserf1.info 
Log Message:
New upstream libserf1 1.3.1.
Still needs hax because scons still sucks.

Index: libserf1.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libserf1.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libserf1.info   29 Jul 2013 14:41:58 -  1.8
+++ libserf1.info   20 Aug 2013 13:49:53 -  1.9
@@ -1,23 +1,21 @@
 Package: libserf1
-Version: 1.3.0
-Revision: 3
+Version: 1.3.1
+Revision: 1
 Description: High-performance HTTP client library
 License: BSD
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 # Dependencies:
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: fink (= 0.24.12-1), libapr.0-dev (= 1.4.2-1), libaprutil.0-dev 
(= 1.3.10-2), openssl100-dev (= 1.0.1e-1), scons
+BuildDepends: fink (= 0.24.12-1), libapr.0-dev (= 1.4.2-1), libaprutil.0-dev 
(= 1.3.10-2), openssl100-dev (= 1.0.1e-1), scons (= 2.3.0-1)
 BuildDependsOnly: true
 
 # Unpack Phase:
 Source: http://serf.googlecode.com/files/serf-%v.tar.bz2
-Source-MD5: bb0dbf9494495db7e8b34eac99b2dc3a 
+Source-MD5: da5aca0cad19fd9c19129c3f8f7393dd 
 
-# scons sucks so patch to use right install_name.
-PatchScript: 
-   perl -pi -e s|install_shared_path,|'%p/lib/libserf-1.0.dylib',| 
SConstruct
-
+# Sucky, sucky scons.
+PatchScript: perl -pi -e s|lib_shared\[0\]\.name|'libserf-1.0.dylib'| 
SConstruct
 
 # Compile Phase:
 CompileScript: 
@@ -30,7 +28,8 @@
APR=%p/bin/apr-1-config \
APU=%p/bin/apu-1-config \
OPENSSL=%p \
-   GSSAPI=/usr/bin/krb5-config
+   GSSAPI=/usr/bin/krb5-config \
+   $MAKEFLAGS
else
scons \
PREFIX=%p \
@@ -39,7 +38,8 @@
APR=%p/bin/apr-1-config \
APU=%p/bin/apu-1-config \
OPENSSL=%p \
-   GSSAPI=/usr/bin/krb5-config
+   GSSAPI=/usr/bin/krb5-config \
+   $MAKEFLAGS
fi
 
 
@@ -55,12 +55,10 @@
 
 
 # Install Phase:
-# Here we have to do all kinds of crazy stuff because scons sucks.
 InstallScript: 
-   mkdir -p %i
-   scons install PREFIX=%i
-   mv %i/lib/libserf-1.dylib %i/lib/libserf-1.0.dylib
-   ln -s libserf-1.0.dylib %i/lib/libserf-1.dylib
+   scons install PREFIX=%p --install-sandbox=%d
+   # Because scons sucks...
+   ln -s libserf-1.3.0.0.dylib %i/lib/libserf-1.0.dylib
rm %i/lib/libserf-1.a
 
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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 libserf1.info,1.8,1.9

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16894

Modified Files:
libserf1.info 
Log Message:
New upstream libserf1 1.3.1.
Still needs hax because scons still sucks.

Index: libserf1.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libserf1.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libserf1.info   29 Jul 2013 14:42:12 -  1.8
+++ libserf1.info   20 Aug 2013 13:50:11 -  1.9
@@ -1,23 +1,21 @@
 Package: libserf1
-Version: 1.3.0
-Revision: 3
+Version: 1.3.1
+Revision: 1
 Description: High-performance HTTP client library
 License: BSD
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 # Dependencies:
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: fink (= 0.24.12-1), libapr.0-dev (= 1.4.2-1), libaprutil.0-dev 
(= 1.3.10-2), openssl100-dev (= 1.0.1e-1), scons
+BuildDepends: fink (= 0.24.12-1), libapr.0-dev (= 1.4.2-1), libaprutil.0-dev 
(= 1.3.10-2), openssl100-dev (= 1.0.1e-1), scons (= 2.3.0-1)
 BuildDependsOnly: true
 
 # Unpack Phase:
 Source: http://serf.googlecode.com/files/serf-%v.tar.bz2
-Source-MD5: bb0dbf9494495db7e8b34eac99b2dc3a 
+Source-MD5: da5aca0cad19fd9c19129c3f8f7393dd 
 
-# scons sucks so patch to use right install_name.
-PatchScript: 
-   perl -pi -e s|install_shared_path,|'%p/lib/libserf-1.0.dylib',| 
SConstruct
-
+# Sucky, sucky scons.
+PatchScript: perl -pi -e s|lib_shared\[0\]\.name|'libserf-1.0.dylib'| 
SConstruct
 
 # Compile Phase:
 CompileScript: 
@@ -30,7 +28,8 @@
APR=%p/bin/apr-1-config \
APU=%p/bin/apu-1-config \
OPENSSL=%p \
-   GSSAPI=/usr/bin/krb5-config
+   GSSAPI=/usr/bin/krb5-config \
+   $MAKEFLAGS
else
scons \
PREFIX=%p \
@@ -39,7 +38,8 @@
APR=%p/bin/apr-1-config \
APU=%p/bin/apu-1-config \
OPENSSL=%p \
-   GSSAPI=/usr/bin/krb5-config
+   GSSAPI=/usr/bin/krb5-config \
+   $MAKEFLAGS
fi
 
 
@@ -55,12 +55,10 @@
 
 
 # Install Phase:
-# Here we have to do all kinds of crazy stuff because scons sucks.
 InstallScript: 
-   mkdir -p %i
-   scons install PREFIX=%i
-   mv %i/lib/libserf-1.dylib %i/lib/libserf-1.0.dylib
-   ln -s libserf-1.0.dylib %i/lib/libserf-1.dylib
+   scons install PREFIX=%p --install-sandbox=%d
+   # Because scons sucks...
+   ln -s libserf-1.3.0.0.dylib %i/lib/libserf-1.0.dylib
rm %i/lib/libserf-1.a
 
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods module-build-tiny-pm.info, 1.3, 1.4

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22247

Modified Files:
module-build-tiny-pm.info 
Log Message:
New upstream module-build-tiny-pm 0.026.

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- module-build-tiny-pm.info   15 Jul 2013 23:01:35 -  1.3
+++ module-build-tiny-pm.info   20 Aug 2013 15:45:35 -  1.4
@@ -1,10 +1,16 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
-Version: 0.025
+Version: 0.026
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
 Description: Tiny replacement for Module::Build
+DescUsage: 
+   Packages that use Module::Build::Tiny to build instead of Module::Build
+   should BuildDepends on module-build-tiny-pm%type_pkg[perl] and
+   use DefaultScript: ModuleBuild. The build process is the same as with
+   Module::Build.
+
 License: Artistic
 Homepage: http://search.cpan.org/dist/Module-Build-Tiny/
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -29,7 +35,7 @@
 
 # Unpack Phase.
 Source: mirror:cpan:authors/id/L/LE/LEONT/Module-Build-Tiny-%v.tar.gz
-Source-MD5: 2b850aae90b68053999f37ca2d5ef165
+Source-MD5: 1b40eafcbca20226e2ab89108fbc850a
 
 DefaultScript: ModuleBuild
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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/perlmods module-build-tiny-pm.info, 1.5, 1.6

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22262

Modified Files:
module-build-tiny-pm.info 
Log Message:
New upstream module-build-tiny-pm 0.026.

Index: module-build-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/module-build-tiny-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- module-build-tiny-pm.info   15 Jul 2013 23:01:54 -  1.5
+++ module-build-tiny-pm.info   20 Aug 2013 15:45:50 -  1.6
@@ -1,10 +1,16 @@
 Info2: 
 Package: module-build-tiny-pm%type_pkg[perl]
-Version: 0.025
+Version: 0.026
 Revision: 1
 
 Type: perl (5.8.8 5.10.0)
 Description: Tiny replacement for Module::Build
+DescUsage: 
+   Packages that use Module::Build::Tiny to build instead of Module::Build
+   should BuildDepends on module-build-tiny-pm%type_pkg[perl] and
+   use DefaultScript: ModuleBuild. The build process is the same as with
+   Module::Build.
+
 License: Artistic
 Homepage: http://search.cpan.org/dist/Module-Build-Tiny/
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -29,7 +35,7 @@
 
 # Unpack Phase.
 Source: mirror:cpan:authors/id/L/LE/LEONT/Module-Build-Tiny-%v.tar.gz
-Source-MD5: 2b850aae90b68053999f37ca2d5ef165
+Source-MD5: 1b40eafcbca20226e2ab89108fbc850a
 
 DefaultScript: ModuleBuild
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs liblz1.info,1.2,1.3

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29846/libs

Modified Files:
liblz1.info 
Log Message:
New upstream liblz1 1.4, lziprecover 1.14, plzip 1.0.

Index: liblz1.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/liblz1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- liblz1.info 1 Nov 2011 01:19:24 -   1.2
+++ liblz1.info 20 Aug 2013 18:04:59 -  1.3
@@ -1,5 +1,5 @@
 Package: liblz1
-Version: 1.2
+Version: 1.4
 Revision: 1
 Description: Library for lzip LZMA compressor
 DescDetail: 
@@ -17,33 +17,29 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://download.savannah.gnu.org/releases/lzip/lzlib-%{v}.tar.gz
-Source-MD5: 7a77358000929bb0a31ad6b68a139b9d
+Source-MD5: 055525a7315fb7b33f07a2ffeb418db7
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: libtool2
 BuildDependsOnly: true
 
-GCC: 4.0
-
 CompileScript: 
-   glibtool --mode=compile g++ -shared -Os -c decoder.cc
-   glibtool --mode=compile g++ -shared -Os -c encoder.cc
-   glibtool --mode=compile g++ -shared -Os -c lzlib.cc
+   glibtool --mode=compile gcc -shared -Os -c lzlib.c
 
-   glibtool --mode=link g++ -shared -no-undefined decoder.lo encoder.lo 
lzlib.lo -o liblz.la -version-info 1:2:0 -rpath %p/lib
+   glibtool --mode=link gcc -shared -no-undefined lzlib.lo -o liblz.la 
-version-info 1:4:0 -rpath %p/lib

-   glibtool --mode=compile g++ -shared -Os -c arg_parser.cc
-   glibtool --mode=compile g++ -shared -Os -c main.cc 
-Wc,-DPROGVERSION=\%{v}\
+   glibtool --mode=compile gcc -shared -Os -c carg_parser.c
+   glibtool --mode=compile gcc -shared -Os -c main.c 
-Wc,-DPROGVERSION=\%{v}\

-   glibtool --mode=link g++ -shared arg_parser.lo main.lo liblz.la -o 
minilzip
+   glibtool --mode=link gcc -shared carg_parser.lo main.lo liblz.la -o 
minilzip
 
 
 InfoTest: 
TestScript: 
-   glibtool --mode=compile g++ -shared -Os -c lzcheck.cc
-   glibtool --mode=link g++ -shared lzcheck.lo liblz.la -o lzcheck
-   glibtool --mode=compile g++ -shared -Os -c bbexample.cc
-   glibtool --mode=link g++ -shared bbexample.lo liblz.la -o 
bbexample
+   glibtool --mode=compile gcc -shared -Os -c lzcheck.c
+   glibtool --mode=link gcc -shared lzcheck.lo liblz.la -o lzcheck
+   glibtool --mode=compile gcc -shared -Os -c bbexample.c
+   glibtool --mode=link gcc -shared bbexample.lo liblz.la -o 
bbexample

./testsuite/check.sh `pwd`/testsuite || exit 2

@@ -54,11 +50,13 @@
install -d %i/include
install -d %i/lib
install -d %i/share/info
+   install -d %i/share/man/man1

glibtool --mode=install install -m 0755 minilzip %i/bin
install -m 0644 lzlib.h %i/include
glibtool --mode=install install -m 0644 liblz.la %i/lib
install -m 0644 doc/lzlib.info %i/share/info
+   install -m 0644 doc/minilzip.1 %i/share/man/man1
 
 
 DocFiles: AUTHORS ChangeLog COPYING NEWS README


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/utils lziprecover.info, 1.1, 1.2 plzip.info, 1.2, 1.3

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29846/utils

Modified Files:
lziprecover.info plzip.info 
Log Message:
New upstream liblz1 1.4, lziprecover 1.14, plzip 1.0.

Index: plzip.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/plzip.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plzip.info  13 Mar 2012 22:13:16 -  1.2
+++ plzip.info  20 Aug 2013 18:04:59 -  1.3
@@ -1,5 +1,5 @@
 Package: plzip
-Version: 0.8
+Version: 1.0
 Revision: 1
 Description: Massively parallel LZMA file compressor
 DescDetail: 
@@ -19,7 +19,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.gz
-Source-MD5: 4e43d32bc69c247235b0195feb25aab4
+Source-MD5: 756c31990c0957a37e2ce6e1ba780853
 
 Depends: liblz1-shlibs
 BuildDepends: liblz1

Index: lziprecover.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/lziprecover.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lziprecover.info13 Mar 2012 22:14:20 -  1.1
+++ lziprecover.info20 Aug 2013 18:04:59 -  1.2
@@ -1,5 +1,5 @@
 Package: lziprecover
-Version: 1.13
+Version: 1.14
 Revision: 1
 Description: Lzip recovery tool
 DescDetail: 
@@ -22,19 +22,33 @@
 Homepage: http://www.nongnu.org/lzip/lziprecover.html
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
+BuildDepends: lzip
 Replaces: lzip ( 1.13-1)
 
-Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.gz
-Source-MD5: 83be32a820b5d5211431b0d6f56181a9
+Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.lz
+Source-MD5: 6e001351bf632540dd7c463b095cea5c
+NoSourceDirectory: true
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 
 ConfigureParams: CFLAGS='-Wall -W -Os' CXXFLAGS='-Wall -W -Os'
 
-InfoTest: TestScript: make check || exit 2
+CompileScript: 
+   #!/bin/sh -ev
+   lzip -dc %n-%v.tar.lz | tar xvf -
+   cd %n-%v
+   %{default_script}
+
 
-InstallScript: make install DESTDIR=%d
+InfoTest: TestScript: cd %n-%v  make check || exit 2
+
+InstallScript: 
+   #!/bin/sh -ev
+   cd %n-%v
+   make install DESTDIR=%d
+   /usr/bin/install -d -m 700 %i/share/doc/%n
+   /bin/cp AUTHORS ChangeLog COPYING NEWS README %i/share/doc/%n
+
 
 InfoDocs: lziprecover.info
-DocFiles: AUTHORS ChangeLog COPYING NEWS README


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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 lziprecover.info, 1.1, 1.2 plzip.info, 1.2, 1.3

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29963/utils

Modified Files:
lziprecover.info plzip.info 
Log Message:
New upstream liblz1 1.4, lziprecover 1.14, plzip 1.0.

Index: plzip.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/plzip.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plzip.info  13 Mar 2012 22:13:23 -  1.2
+++ plzip.info  20 Aug 2013 18:05:17 -  1.3
@@ -1,5 +1,5 @@
 Package: plzip
-Version: 0.8
+Version: 1.0
 Revision: 1
 Description: Massively parallel LZMA file compressor
 DescDetail: 
@@ -19,7 +19,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.gz
-Source-MD5: 4e43d32bc69c247235b0195feb25aab4
+Source-MD5: 756c31990c0957a37e2ce6e1ba780853
 
 Depends: liblz1-shlibs
 BuildDepends: liblz1

Index: lziprecover.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/lziprecover.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lziprecover.info13 Mar 2012 22:14:27 -  1.1
+++ lziprecover.info20 Aug 2013 18:05:17 -  1.2
@@ -1,5 +1,5 @@
 Package: lziprecover
-Version: 1.13
+Version: 1.14
 Revision: 1
 Description: Lzip recovery tool
 DescDetail: 
@@ -22,19 +22,33 @@
 Homepage: http://www.nongnu.org/lzip/lziprecover.html
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
+BuildDepends: lzip
 Replaces: lzip ( 1.13-1)
 
-Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.gz
-Source-MD5: 83be32a820b5d5211431b0d6f56181a9
+Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.lz
+Source-MD5: 6e001351bf632540dd7c463b095cea5c
+NoSourceDirectory: true
 
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 
 ConfigureParams: CFLAGS='-Wall -W -Os' CXXFLAGS='-Wall -W -Os'
 
-InfoTest: TestScript: make check || exit 2
+CompileScript: 
+   #!/bin/sh -ev
+   lzip -dc %n-%v.tar.lz | tar xvf -
+   cd %n-%v
+   %{default_script}
+
 
-InstallScript: make install DESTDIR=%d
+InfoTest: TestScript: cd %n-%v  make check || exit 2
+
+InstallScript: 
+   #!/bin/sh -ev
+   cd %n-%v
+   make install DESTDIR=%d
+   /usr/bin/install -d -m 700 %i/share/doc/%n
+   /bin/cp AUTHORS ChangeLog COPYING NEWS README %i/share/doc/%n
+
 
 InfoDocs: lziprecover.info
-DocFiles: AUTHORS ChangeLog COPYING NEWS README


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
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 liblz1.info,1.1,1.2

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29963/libs

Modified Files:
liblz1.info 
Log Message:
New upstream liblz1 1.4, lziprecover 1.14, plzip 1.0.

Index: liblz1.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/liblz1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- liblz1.info 1 Nov 2011 01:19:46 -   1.1
+++ liblz1.info 20 Aug 2013 18:05:16 -  1.2
@@ -1,5 +1,5 @@
 Package: liblz1
-Version: 1.2
+Version: 1.4
 Revision: 1
 Description: Library for lzip LZMA compressor
 DescDetail: 
@@ -17,33 +17,29 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://download.savannah.gnu.org/releases/lzip/lzlib-%{v}.tar.gz
-Source-MD5: 7a77358000929bb0a31ad6b68a139b9d
+Source-MD5: 055525a7315fb7b33f07a2ffeb418db7
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: libtool2
 BuildDependsOnly: true
 
-GCC: 4.0
-
 CompileScript: 
-   glibtool --mode=compile g++ -shared -Os -c decoder.cc
-   glibtool --mode=compile g++ -shared -Os -c encoder.cc
-   glibtool --mode=compile g++ -shared -Os -c lzlib.cc
+   glibtool --mode=compile gcc -shared -Os -c lzlib.c
 
-   glibtool --mode=link g++ -shared -no-undefined decoder.lo encoder.lo 
lzlib.lo -o liblz.la -version-info 1:2:0 -rpath %p/lib
+   glibtool --mode=link gcc -shared -no-undefined lzlib.lo -o liblz.la 
-version-info 1:4:0 -rpath %p/lib

-   glibtool --mode=compile g++ -shared -Os -c arg_parser.cc
-   glibtool --mode=compile g++ -shared -Os -c main.cc 
-Wc,-DPROGVERSION=\%{v}\
+   glibtool --mode=compile gcc -shared -Os -c carg_parser.c
+   glibtool --mode=compile gcc -shared -Os -c main.c 
-Wc,-DPROGVERSION=\%{v}\

-   glibtool --mode=link g++ -shared arg_parser.lo main.lo liblz.la -o 
minilzip
+   glibtool --mode=link gcc -shared carg_parser.lo main.lo liblz.la -o 
minilzip
 
 
 InfoTest: 
TestScript: 
-   glibtool --mode=compile g++ -shared -Os -c lzcheck.cc
-   glibtool --mode=link g++ -shared lzcheck.lo liblz.la -o lzcheck
-   glibtool --mode=compile g++ -shared -Os -c bbexample.cc
-   glibtool --mode=link g++ -shared bbexample.lo liblz.la -o 
bbexample
+   glibtool --mode=compile gcc -shared -Os -c lzcheck.c
+   glibtool --mode=link gcc -shared lzcheck.lo liblz.la -o lzcheck
+   glibtool --mode=compile gcc -shared -Os -c bbexample.c
+   glibtool --mode=link gcc -shared bbexample.lo liblz.la -o 
bbexample

./testsuite/check.sh `pwd`/testsuite || exit 2

@@ -54,11 +50,13 @@
install -d %i/include
install -d %i/lib
install -d %i/share/info
+   install -d %i/share/man/man1

glibtool --mode=install install -m 0755 minilzip %i/bin
install -m 0644 lzlib.h %i/include
glibtool --mode=install install -m 0644 liblz.la %i/lib
install -m 0644 doc/lzlib.info %i/share/info
+   install -m 0644 doc/minilzip.1 %i/share/man/man1
 
 
 DocFiles: AUTHORS ChangeLog COPYING NEWS README


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/danielj svn.info,1.1,1.2

2013-08-20 Thread Daniel Johnson
Update of /cvsroot/fink/experimental/danielj
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3975

Modified Files:
svn.info 
Log Message:
utf-8 test.

Index: svn.info
===
RCS file: /cvsroot/fink/experimental/danielj/svn.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- svn.info29 Nov 2011 16:45:43 -  1.1
+++ svn.info20 Aug 2013 20:27:05 -  1.2
@@ -1,7 +1,7 @@
 Package: svn
 Version: 1.7.1
 Revision: 1
-Description: Subversion - svnserve, tools
+Description: Subversion - svnserve, tools ø
 License: BSD
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 


--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

[cvs] dists/10.7/stable/main/finkinfo/languages ruby19.info, 1.3, 1.4 ruby20.info, 1.4, 1.5

2013-08-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17643

Modified Files:
ruby19.info ruby20.info 
Log Message:
New upstream ruby19 1.9.3-p448 and ruby20 2.0.0-p247.

Index: ruby20.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/ruby20.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ruby20.info 2 Jun 2013 12:37:17 -   1.4
+++ ruby20.info 18 Aug 2013 14:49:25 -  1.5
@@ -1,5 +1,5 @@
 Package: ruby20
-Version: 2.0.0-p195
+Version: 2.0.0-p247
 Revision: 1
 Description: Interpreted, object-oriented language
 License: BSD
@@ -12,7 +12,7 @@
 
 # Unpack Phase.
 Source: http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-%v.tar.bz2
-Source-MD5: 2f54faea6ee1ca500632ec3c0cb59cb6
+Source-MD5: 60913f3eec0c4071f44df42600be2604
 
 # Patch Phase.
 PatchScript: 

Index: ruby19.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/ruby19.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ruby19.info 23 May 2013 19:27:22 -  1.3
+++ ruby19.info 18 Aug 2013 14:49:25 -  1.4
@@ -1,5 +1,5 @@
 Package: ruby19
-Version: 1.9.3-p429
+Version: 1.9.3-p448
 Revision: 1
 Description: Interpreted, object-oriented language
 License: BSD
@@ -12,7 +12,7 @@
 
 # Unpack Phase.
 Source: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-%v.tar.bz2
-Source-MD5: c2b2de5ef15ea9b1aaa3152f9112af1b
+Source-MD5: aa710d386e5903f78f0231868255e6af
 
 # Patch Phase.
 PatchScript: 


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods cchardet-py.info, NONE, 1.1

2013-08-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12421

Added Files:
cchardet-py.info 
Log Message:
New package cchardet-py 0.3.5.

--- NEW FILE: cchardet-py.info ---
Info2: 
Package: cchardet-py%type_pkg[python]
Version: 0.3.5
Revision: 1
Type: python (2.6 2.7 3.1 3.2 3.3)
Description: Universal encoding detector
DescDetail: 
cChardet is high speed universal character encoding detector. -
binding to charsetdetect. It's much faster than chardet-py but with
a compatible API.

Maintainer: Daniel Johnson dan...@daniel-johnson.org
License: BSD
Homepage: http://pypi.python.org/pypi/cchardet

Source: mirror:custom:c/cchardet/cchardet-%v.tar.gz
Source-MD5: b1e73ed1e6d6ab775c95f014b127df01

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

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

InfoTest: 
# nose is not yet available for py33.
TestDepends: (%type_pkg[python]  33) nose-py%type_pkg[python]
TestScript: 
#!/bin/bash -ev
if [ %type_pkg[python] -lt 33 ]; then
%p/bin/python%type_raw[python] setup.py build_ext 
--inplace
export PYTHONPATH=%b/src
cd test
%p/bin/nosetests-%type_raw[python] --nocapture tests.py 
|| exit 2
fi



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

DocFiles: PKG-INFO README.rst

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/
eur-DE: http://f.pypi.python.org/packages/source/




--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods berkeleydb-pm.info, 1.9, 1.10 try-tiny-pm.info, 1.7, 1.8 version-pm.info, 1.14, 1.15

2013-08-18 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13637

Modified Files:
berkeleydb-pm.info try-tiny-pm.info version-pm.info 
Log Message:
New upstream version.

Index: try-tiny-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/try-tiny-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- try-tiny-pm.info10 Jul 2013 22:41:10 -  1.7
+++ try-tiny-pm.info19 Aug 2013 02:26:14 -  1.8
@@ -1,5 +1,5 @@
 Package: try-tiny-pm
-Version: 0.16
+Version: 0.18
 Revision: 1
 License: BSD
 Description: Minimal try/catch/finally
@@ -12,7 +12,7 @@
 Homepage: http://search.cpan.org/dist/Try-Tiny/
 
 Source: mirror:cpan:authors/id/D/DO/DOY/Try-Tiny-%v.tar.gz
-Source-MD5: 027ebee61b191a4b2fe4107cb7b51c7c
+Source-MD5: 86f4586f2f980bb46599ebe3e879303f
 
 Type: perl
 UpdatePOD: true

Index: version-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/version-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- version-pm.info 21 Jul 2013 17:52:08 -  1.14
+++ version-pm.info 19 Aug 2013 02:26:14 -  1.15
@@ -1,7 +1,7 @@
 Info2: 
 Package: version-pm%type_pkg[perl]
-Version: 0.99.02
-Revision: 2
+Version: 0.99.03
+Revision: 1
 Epoch: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -21,8 +21,8 @@
 Replaces: %N-man
 
 # Unpack Phase.
-Source: mirror:cpan:authors/id/J/JP/JPEACOCK/version-0.9902.tar.gz
-Source-MD5: edb0ac88be8bed3e370ce12e74261998
+Source: mirror:cpan:authors/id/J/JP/JPEACOCK/version-0.9903.tar.gz
+Source-MD5: 000887583fc149857d97ae3f11309018
 
 # Install Phase.
 InstallScript: 

Index: berkeleydb-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/berkeleydb-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- berkeleydb-pm.info  29 Jun 2013 22:47:42 -  1.9
+++ berkeleydb-pm.info  19 Aug 2013 02:26:14 -  1.10
@@ -1,6 +1,6 @@
 Info2: 
 Package: berkeleydb-pm%type_pkg[perl]
-Version: 0.52
+Version: 0.53
 Revision: 1
 
 BuildDepends: fink (= 0.29.0), db60-aes
@@ -8,7 +8,7 @@
 Conflicts: berkeleydb-pm%type_pkg[perl]-man
 Replaces: berkeleydb-pm%type_pkg[perl]-man
 Source: mirror:cpan:authors/id/P/PM/PMQS/BerkeleyDB-%v.tar.gz
-Source-MD5: e1031f4cd3062fdb1597af4373789d79
+Source-MD5: 899c6967316c7a36b1d5b6a4c7ffbb02
 PatchFile: %{Ni}.patch
 PatchFile-MD5: 49ecf59674f8bdd8fa02844b3479eff8
 PatchScript: sed 's|@PREFIX@|%p|g ' %{PatchFile} | patch -p1


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods encode-pm.info, 1.9, 1.10 net-ssh2-pm.info, 1.10, 1.11

2013-08-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25574

Modified Files:
encode-pm.info net-ssh2-pm.info 
Log Message:
New upstream version.

Index: net-ssh2-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/net-ssh2-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- net-ssh2-pm.info4 Aug 2013 14:43:57 -   1.10
+++ net-ssh2-pm.info15 Aug 2013 21:51:01 -  1.11
@@ -1,6 +1,6 @@
 Info2: 
 Package: net-ssh2-pm%type_pkg[perl]
-Version: 0.51
+Version: 0.52
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/Net-SSH2/
 
 Source: mirror:cpan:authors/id/R/RK/RKITOVER/Net-SSH2-%v.tar.gz
-Source-MD5: f154593d2f3070f40814e6e5eeaea5ce
+Source-MD5: c8c3cb66eb15d5a0ddab385576c2e6ed
 
 Type: perl (5.12.3 5.12.4)
 

Index: encode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/encode-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- encode-pm.info  5 Jul 2013 08:03:27 -   1.9
+++ encode-pm.info  15 Aug 2013 21:51:01 -  1.10
@@ -1,6 +1,6 @@
 Info2: 
 Package: encode-pm%type_pkg[perl]
-Version: 2.51
+Version: 2.52
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -16,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DA/DANKOGAI/Encode-%v.tar.gz
-Source-MD5: bb8e631a0b5c8f40059a5a7f8c818600
+Source-MD5: bf26ef62725b1938181d71d1127f22d8
 
 InfoTest: 
TestDepends: test-harness-pm%type_pkg[perl] (= 3.23-1)


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
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/perlmods encode-pm.info, 1.15, 1.16 net-ssh2-pm.info, 1.10, 1.11

2013-08-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25605

Modified Files:
encode-pm.info net-ssh2-pm.info 
Log Message:
New upstream version.

Index: net-ssh2-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/net-ssh2-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- net-ssh2-pm.info4 Aug 2013 14:44:15 -   1.10
+++ net-ssh2-pm.info15 Aug 2013 21:51:20 -  1.11
@@ -1,6 +1,6 @@
 Info2: 
 Package: net-ssh2-pm%type_pkg[perl]
-Version: 0.51
+Version: 0.52
 Revision: 1
 
 License: Artistic/GPL
@@ -9,7 +9,7 @@
 Homepage: http://search.cpan.org/dist/Net-SSH2/
 
 Source: mirror:cpan:authors/id/R/RK/RKITOVER/Net-SSH2-%v.tar.gz
-Source-MD5: f154593d2f3070f40814e6e5eeaea5ce
+Source-MD5: c8c3cb66eb15d5a0ddab385576c2e6ed
 
 Type: perl (5.8.8 5.10.0)
 

Index: encode-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/encode-pm.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- encode-pm.info  10 Jul 2013 23:05:48 -  1.15
+++ encode-pm.info  15 Aug 2013 21:51:20 -  1.16
@@ -1,9 +1,8 @@
 Info2: 
 Package: encode-pm%type_pkg[perl]
-Version: 2.51
+Version: 2.52
 Revision: 1
 
-
 Type: perl (5.8.8 5.10.0)
 Description: Perl module for character encodings
 License: Artistic
@@ -17,7 +16,7 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DA/DANKOGAI/Encode-%v.tar.gz
-Source-MD5: bb8e631a0b5c8f40059a5a7f8c818600
+Source-MD5: bf26ef62725b1938181d71d1127f22d8
 
 InfoTest: 
TestDepends: test-harness-pm%type_pkg[perl] (= 3.23-1)


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics pil-py.info, 1.7, 1.8 pil-py.patch, 1.3, 1.4

2013-08-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2256

Modified Files:
pil-py.info pil-py.patch 
Log Message:
New upstream pil-py 2.1.0.

Index: pil-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/pil-py.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pil-py.info 12 Aug 2013 07:05:35 -  1.7
+++ pil-py.info 16 Aug 2013 01:45:50 -  1.8
@@ -3,23 +3,23 @@
 Package: pil-py%type_pkg[python]
 Type: python (2.6 2.7 3.1 3.2 3.3)
 
-Version: 2.0.0
-Revision: 2
+Version: 2.1.0
+Revision: 1
 Description: Python Imaging Library
 DescDetail: 
 The Python Imaging Library (PIL) adds image processing capabilities to
 your Python interpreter. This library supports many file formats, and
 provides powerful image processing and graphics capabilities.
 
-Source: https://nodeload.github.com/python-imaging/Pillow/tar.gz/%v
-Source-MD5: e67a4ae0946527c78f7c64cc3cd3202a
+Source: https://codeload.github.com/python-imaging/Pillow/tar.gz/%v
+Source-MD5: d316f9b4452a1e7d4140133897a066ba
 SourceRename: Pillow-%v.tar.gz
 BuildDepends: 
setuptools-tng-py%type_pkg[python],
fink (= 0.24.12-1),
freetype219 (= 2.3.7-7),
lcms,
-   libjpeg8,
+   libjpeg9,
libtiff5,
libwebp4,
tcltk-dev (= 8.4.1-1)
@@ -27,7 +27,7 @@
 Depends: 
freetype219-shlibs (= 2.3.7-7),
lcms-shlibs,
-   libjpeg8-shlibs,
+   libjpeg9-shlibs,
libtiff5-shlibs,
libwebp4-shlibs,
python%type_pkg[python],
@@ -36,7 +36,7 @@
 Replaces: pil
 Provides: pil
 PatchFile: %{ni}.patch
-PatchFile-MD5: e246b18de49ace76fbc46743ccd2c148
+PatchFile-MD5: 2b912beb4de317256bc01b83832035e3
 PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
 NoSetCPPFLAGS: true
 CompileScript: 
@@ -46,8 +46,9 @@
TestScript: 
#!/bin/bash -ev
 export PYTHONPATH=`ls -d %b/build/lib*`
-
+   %p/bin/python%type_raw[python] setup.py build_ext --inplace
%p/bin/python%type_raw[python] selftest.py || exit 2
+   %p/bin/python%type_raw[python] Tests/run.py || exit 2

 
 InstallScript: 

Index: pil-py.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/pil-py.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pil-py.patch12 Jan 2013 00:00:14 -  1.3
+++ pil-py.patch16 Aug 2013 01:45:50 -  1.4
@@ -1,8 +1,8 @@
 diff --git a/setup.py b/setup.py
-index bdf6bc9..63f63d1 100644
+index 67b859b..b07f96e 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -100,15 +100,9 @@ class pil_build_ext(build_ext):
+@@ -157,15 +157,9 @@ class pil_build_ext(build_ext):
  /usr/lib, python%s % sys.version[:3], config))
  
  elif sys.platform == darwin:
@@ -20,7 +20,7 @@
  # freetype2 ships with X11
  _add_directory(library_dirs, /usr/X11/lib)
  _add_directory(include_dirs, /usr/X11/include)
-@@ -126,7 +120,6 @@ class pil_build_ext(build_ext):
+@@ -193,7 +187,6 @@ class pil_build_ext(build_ext):
  # work ;-)
  self.add_multiarch_paths()
  
@@ -28,7 +28,7 @@
  # FIXME: check /opt/stuff directories here?
  
  prefix = sysconfig.get_config_var(prefix)
-@@ -187,9 +180,6 @@ class pil_build_ext(build_ext):
+@@ -240,9 +233,6 @@ class pil_build_ext(build_ext):
  _add_directory(include_dirs, tcl_dir)
  
  # standard locations
@@ -38,19 +38,19 @@
  _add_directory(library_dirs, /usr/lib)
  _add_directory(include_dirs, /usr/include)
  
-@@ -242,7 +232,8 @@ class pil_build_ext(build_ext):
- feature.freetype = freetype
- feature.freetype_version = freetype_version
- if dir:
--_add_directory(self.compiler.include_dirs, dir, 0)
-+# ft also needs its subdir; place after the one local -I 
flag
-+_add_directory(self.compiler.include_dirs, dir, 1)
+@@ -302,7 +292,8 @@ class pil_build_ext(build_ext):
+ feature.freetype = freetype
+ feature.freetype_version = freetype_version
+ if dir:
+-_add_directory(self.compiler.include_dirs, dir, 0)
++# ft also needs its subdir; place after the one local 
-I flag
++_add_directory(self.compiler.include_dirs, dir, 1)
  
- if _find_include_file(self, lcms.h):
- if _find_library_file(self, lcms):
-@@ -307,28 +298,7 @@ class pil_build_ext(build_ext):
+ if feature.want('lcms'):
+ if _find_include_file(self, lcms.h):
+@@ -389,29 +380,7 @@ class pil_build_ext(build_ext):

[cvs] dists/10.4/stable/main/finkinfo/graphics pil-py.info, 1.13, 1.14 pil-py.patch, 1.5, 1.6

2013-08-15 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2297

Modified Files:
pil-py.info pil-py.patch 
Log Message:
New upstream pil-py 2.1.0.

Index: pil-py.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pil-py.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- pil-py.info 9 May 2013 01:32:54 -   1.13
+++ pil-py.info 16 Aug 2013 01:46:07 -  1.14
@@ -1,25 +1,25 @@
 Info2: 
 
 Package: pil-py%type_pkg[python]
-Type: python (2.6 2.7 3.1 3.2)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 
-Version: 2.0.0
-Revision: 2
+Version: 2.1.0
+Revision: 1
 Description: Python Imaging Library
 DescDetail: 
 The Python Imaging Library (PIL) adds image processing capabilities to
 your Python interpreter. This library supports many file formats, and
 provides powerful image processing and graphics capabilities.
 
-Source: https://nodeload.github.com/python-imaging/Pillow/tar.gz/%v
-Source-MD5: e67a4ae0946527c78f7c64cc3cd3202a
+Source: https://codeload.github.com/python-imaging/Pillow/tar.gz/%v
+Source-MD5: d316f9b4452a1e7d4140133897a066ba
 SourceRename: Pillow-%v.tar.gz
 BuildDepends: 
-   distribute-py%type_pkg[python],
+   setuptools-tng-py%type_pkg[python],
fink (= 0.24.12-1),
freetype219 (= 2.3.7-7),
lcms,
-   libjpeg8,
+   libjpeg9,
libtiff5,
libwebp4,
tcltk-dev (= 8.4.1-1)
@@ -27,7 +27,7 @@
 Depends: 
freetype219-shlibs (= 2.3.7-7),
lcms-shlibs,
-   libjpeg8-shlibs,
+   libjpeg9-shlibs,
libtiff5-shlibs,
libwebp4-shlibs,
python%type_pkg[python],
@@ -36,7 +36,7 @@
 Replaces: pil
 Provides: pil
 PatchFile: %{ni}.patch
-PatchFile-MD5: e246b18de49ace76fbc46743ccd2c148
+PatchFile-MD5: 2b912beb4de317256bc01b83832035e3
 PatchScript: sed 's|@PREFIX@|%p|g'  %{PatchFile} | patch -p1
 NoSetCPPFLAGS: true
 CompileScript: 
@@ -46,8 +46,9 @@
TestScript: 
#!/bin/bash -ev
 export PYTHONPATH=`ls -d %b/build/lib*`
-
+   %p/bin/python%type_raw[python] setup.py build_ext --inplace
%p/bin/python%type_raw[python] selftest.py || exit 2
+   %p/bin/python%type_raw[python] Tests/run.py || exit 2

 
 InstallScript: 

Index: pil-py.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/pil-py.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pil-py.patch22 Mar 2013 13:25:01 -  1.5
+++ pil-py.patch16 Aug 2013 01:46:07 -  1.6
@@ -1,8 +1,8 @@
 diff --git a/setup.py b/setup.py
-index bdf6bc9..63f63d1 100644
+index 67b859b..b07f96e 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -100,15 +100,9 @@ class pil_build_ext(build_ext):
+@@ -157,15 +157,9 @@ class pil_build_ext(build_ext):
  /usr/lib, python%s % sys.version[:3], config))
  
  elif sys.platform == darwin:
@@ -20,7 +20,7 @@
  # freetype2 ships with X11
  _add_directory(library_dirs, /usr/X11/lib)
  _add_directory(include_dirs, /usr/X11/include)
-@@ -126,7 +120,6 @@ class pil_build_ext(build_ext):
+@@ -193,7 +187,6 @@ class pil_build_ext(build_ext):
  # work ;-)
  self.add_multiarch_paths()
  
@@ -28,7 +28,7 @@
  # FIXME: check /opt/stuff directories here?
  
  prefix = sysconfig.get_config_var(prefix)
-@@ -187,9 +180,6 @@ class pil_build_ext(build_ext):
+@@ -240,9 +233,6 @@ class pil_build_ext(build_ext):
  _add_directory(include_dirs, tcl_dir)
  
  # standard locations
@@ -38,19 +38,19 @@
  _add_directory(library_dirs, /usr/lib)
  _add_directory(include_dirs, /usr/include)
  
-@@ -242,7 +232,8 @@ class pil_build_ext(build_ext):
- feature.freetype = freetype
- feature.freetype_version = freetype_version
- if dir:
--_add_directory(self.compiler.include_dirs, dir, 0)
-+# ft also needs its subdir; place after the one local -I 
flag
-+_add_directory(self.compiler.include_dirs, dir, 1)
+@@ -302,7 +292,8 @@ class pil_build_ext(build_ext):
+ feature.freetype = freetype
+ feature.freetype_version = freetype_version
+ if dir:
+-_add_directory(self.compiler.include_dirs, dir, 0)
++# ft also needs its subdir; place after the one local 
-I flag
++_add_directory(self.compiler.include_dirs, dir, 1)
  
- if _find_include_file(self, lcms.h):
- if _find_library_file(self, lcms):
-@@ -307,28 +298,7 @@ class pil_build_ext(build_ext):
+ if feature.want('lcms'):
+ 

[cvs] dists/10.7/stable/main/finkinfo/graphics libqrencode3.info, 1.2, 1.3

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29954

Modified Files:
libqrencode3.info 
Log Message:
New upstream libqrencode3 3.4.3.

Index: libqrencode3.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/libqrencode3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libqrencode3.info   2 Mar 2013 02:58:04 -   1.2
+++ libqrencode3.info   13 Aug 2013 13:51:46 -  1.3
@@ -1,5 +1,5 @@
 Package: libqrencode3
-Version: 3.4.2
+Version: 3.4.3
 Revision: 1
 Description: Library for encoding data in QR Code
 DescDetail: 
@@ -16,10 +16,10 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://fukuchi.org/works/qrencode/qrencode-%v.tar.bz2
-Source-MD5: 2c1693a29fe2f26089ccdff9051c0a3f
+Source-MD5: 89a90a3b8cbca60ac412b2e0e0c776e7
 
 Depends: %n-shlibs (= %v-%r)
-BuildDepends: libpng15, pkgconfig
+BuildDepends: libpng16, pkgconfig
 BuildDependsOnly: true
 
 NoSetCPPFLAGS: true
@@ -27,8 +27,8 @@
 
 ConfigureParams: 
--disable-static \
-   png_CFLAGS=-I%p/include/libpng15 \
-   png_LIBS=-L%p/lib -lpng15
+   png_CFLAGS=-I%p/include/libpng16 \
+   png_LIBS=-L%p/lib -lpng16
 
 
 InstallScript: 
@@ -52,7 +52,7 @@
Package: qrencode
Description: Utility to generate pngs from QR Codes

-   Depends: %N-shlibs (= %v-%r), libpng15-shlibs
+   Depends: %N-shlibs (= %v-%r), libpng16-shlibs

Files: bin share



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/graphics libqrencode3.info, 1.2, 1.3

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29973

Modified Files:
libqrencode3.info 
Log Message:
New upstream libqrencode3 3.4.3.

Index: libqrencode3.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/graphics/libqrencode3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libqrencode3.info   2 Mar 2013 02:58:19 -   1.2
+++ libqrencode3.info   13 Aug 2013 13:52:03 -  1.3
@@ -1,5 +1,5 @@
 Package: libqrencode3
-Version: 3.4.2
+Version: 3.4.3
 Revision: 1
 Description: Library for encoding data in QR Code
 DescDetail: 
@@ -16,10 +16,10 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://fukuchi.org/works/qrencode/qrencode-%v.tar.bz2
-Source-MD5: 2c1693a29fe2f26089ccdff9051c0a3f
+Source-MD5: 89a90a3b8cbca60ac412b2e0e0c776e7
 
 Depends: %n-shlibs (= %v-%r)
-BuildDepends: libpng15, pkgconfig
+BuildDepends: libpng16, pkgconfig
 BuildDependsOnly: true
 
 NoSetCPPFLAGS: true
@@ -27,8 +27,8 @@
 
 ConfigureParams: 
--disable-static \
-   png_CFLAGS=-I%p/include/libpng15 \
-   png_LIBS=-L%p/lib -lpng15
+   png_CFLAGS=-I%p/include/libpng16 \
+   png_LIBS=-L%p/lib -lpng16
 
 
 InstallScript: 
@@ -52,7 +52,7 @@
Package: qrencode
Description: Utility to generate pngs from QR Codes

-   Depends: %N-shlibs (= %v-%r), libpng15-shlibs
+   Depends: %N-shlibs (= %v-%r), libpng16-shlibs

Files: bin share



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
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/perlmods cpan-meta-check-pm.info, 1.1, 1.2

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30194

Modified Files:
cpan-meta-check-pm.info 
Log Message:
Sync with 10.7.

Index: cpan-meta-check-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/cpan-meta-check-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cpan-meta-check-pm.info 19 May 2013 08:25:39 -  1.1
+++ cpan-meta-check-pm.info 13 Aug 2013 13:59:05 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: cpan-meta-check-pm%type_pkg[perl]
-Version: 0.005
+Version: 0.007
 Revision: 1
 Distribution: (%type_pkg[perl] = 586) 10.5
 Type: perl (5.8.6 5.8.8 5.10.0)
@@ -15,7 +15,7 @@
perl%type_pkg[perl]-core
 
 Source: mirror:cpan:authors/id/L/LE/LEONT/CPAN-Meta-Check-%v.tar.gz
-Source-MD5: d6c84386c77298468d35a4e03eda6719
+Source-MD5: 56f71df79cea8d308a552b3eb996deb0
 PatchFile: %{ni}.patch
 PatchFile-MD5: 1527e3b02814c506670c0fba2d47976e
 InstallScript: 


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/libs/perlmods email-address-pm.info, 1.4, 1.5 extutils-parsexs-pm.info, 1.13, 1.14 libnet-pm.info, 1.4, 1.5 moose-pm.info, 1.11, 1.12 net-idn-encode-pm.info, 1.11

2013-08-13 Thread Daniel Johnson
@šXÿkиáî*Œâî* šXÿpšXÿkиáî* 
 ¨~9ãî*uº¸áî*¨y9ãî*ð
šXÿŠˆiâî*e¹¸áî*Øt9ãî*šXÿyˆiâî*e¹¸áî*p9ãî*@šXÿZˆiâî*e¹¸áî*Ø4iâî*Õâî*
 
9iâî*p9ãî*ؔÕâî*Øt9ãî*¨y9ãî*€Ú¹áî*8ÛÙáî*ý4âî*0šXÿpËhâî*ðšXÿÀšXÿkиáî*5678:=?@BDÀšXÿ0šXÿ
 
2âî*0šXÿuº¸áî*ÕÙáî*pšXÿý4âî*e¹¸áî*ÕÙáî*Õ_@fÆS
 Qöl±íìâî*0šXÿ 
2âî*šXÿКXÿkиáî*u]ÞÓ  4Q 
÷U^Qʉ§¶uª¹ñìò*ēvÀšXÿ0šXÿHNþáî*šXÿ’²¸áî*†Ð¸áî*ÀšXÿ`²¸áî*ÿšXÿðšXÿèšXÿŸÕâî*uº¸áî*ؔÕâî*
 
™Õâî*€Ú¹áî*šXÿÀšXÿkиáî*8Nþáî*šXÿðšXÿkÐage:
 net-idn-encode-pm%type_pkg[perl]
-Version: 2.003
+Version: 2.004
 Revision: 1
 
 Type: perl (5.12.3 5.12.4)
@@ -14,7 +14,7 @@
 Depends: unicode-normalize-pm%type_pkg[perl] (= 1.13-1), 
perl%type_pkg[perl]-core
 
 Source: mirror:cpan:authors/id/C/CF/CFAERBER/Net-IDN-Encode-%v.tar.gz
-Source-MD5: 0e5832ea0d3f5e4997e0361a1951f569
+Source-MD5: e37ee1d81aaca5888a98393f747f4681
 
 InstallScript: 
   %{default_script}

Index: extutils-parsexs-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/extutils-parsexs-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- extutils-parsexs-pm.info14 Mar 2013 15:01:55 -  1.13
+++ extutils-parsexs-pm.info13 Aug 2013 14:14:33 -  1.14
@@ -1,18 +1,14 @@
 Package: extutils-parsexs-pm
-Version: 3.18
+Version: 3.21
 Revision: 1
 Description: Converts Perl XS code into C code
 Type: perl
 License: Artistic/GPL
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
-# Dependencies.
-# Not needed on 10.6 or later since perl5.9.3 and later includes 
extutils-cbuilder-pm
-#Depends: extutils-cbuilder-pm
-
 # Unpack Phase:
 Source: mirror:cpan:authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-%v.tar.gz
-Source-MD5: ba3af413df7cb5ef1b7994dafb35ea6f
+Source-MD5: aeee4565647f8ad3af4b32ca9692d683
 
 PatchScript: perl -pi -e 's|\(\@shadowing_xsubpps\)|(0)|' Makefile.PL
 

Index: libnet-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/libnet-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libnet-pm.info  5 Jul 2013 08:03:27 -   1.4
+++ libnet-pm.info  13 Aug 2013 14:14:33 -  1.5
@@ -1,6 +1,6 @@
 Info2: 
 Package: libnet-pm%type_pkg[perl]
-Version: 1.22.01
+Version: 1.23
 Revision: 1
 
 ###
@@ -8,8 +8,8 @@
 BuildDepends: fink (= 0.20.1-1)
 Replaces: libnet-pm (= 1.13-1)
 ###
-Source: mirror:cpan:authors/id/G/GB/GBARR/libnet-1.22_01.tar.gz
-Source-MD5: 27906eeb1be41f90774c4b793033d890
+Source: mirror:cpan:authors/id/S/SH/SHAY/libnet-%v.tar.gz
+Source-MD5: 1e997bbc53c073e7b4fd23b5bf92c87e
 ###
 PatchScript: 
   # Remove user interaction


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
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/perlmods email-address-pm.info, 1.4, 1.5 extutils-parsexs-pm.info, 1.9, 1.10 libnet-pm.info, 1.9, 1.10 moose-pm.info, 1.9, 1.10 net-idn-encode-pm.info, 1.15,

2013-08-13 Thread Daniel Johnson
 License: Artistic/GPL
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
-# Dependencies.
-# Not needed on 10.6 or later since perl5.9.3 and later includes 
extutils-cbuilder-pm
-#Depends: extutils-cbuilder-pm
-
 # Unpack Phase:
 Source: mirror:cpan:authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-%v.tar.gz
-Source-MD5: ba3af413df7cb5ef1b7994dafb35ea6f
+Source-MD5: aeee4565647f8ad3af4b32ca9692d683
 
 PatchScript: perl -pi -e 's|\(\@shadowing_xsubpps\)|(0)|' Makefile.PL
 

Index: libnet-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/libnet-pm.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libnet-pm.info  10 Jul 2013 23:05:48 -  1.9
+++ libnet-pm.info  13 Aug 2013 14:14:14 -  1.10
@@ -1,16 +1,15 @@
 Info2: 
 Package: libnet-pm%type_pkg[perl]
-Version: 1.22.01
+Version: 1.23
 Revision: 1
 
-
 ###
 Depends: perl%type_pkg[perl]-core
 BuildDepends: fink (= 0.20.1-1)
 Replaces: libnet-pm (= 1.13-1)
 ###
-Source: mirror:cpan:authors/id/G/GB/GBARR/libnet-1.22_01.tar.gz
-Source-MD5: 27906eeb1be41f90774c4b793033d890
+Source: mirror:cpan:authors/id/S/SH/SHAY/libnet-%v.tar.gz
+Source-MD5: 1e997bbc53c073e7b4fd23b5bf92c87e
 ###
 PatchScript: 
   # Remove user interaction


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel tig.info,1.4,1.5

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31890

Modified Files:
tig.info 
Log Message:
New upstream tig 1.2.

Index: tig.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/tig.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tig.info13 Oct 2012 22:23:56 -  1.4
+++ tig.info13 Aug 2013 14:31:07 -  1.5
@@ -1,5 +1,5 @@
 Package: tig
-Version: 1.1
+Version: 1.2
 Revision: 1
 Description: Ncurses git repository browser
 DescDetail: 
@@ -16,7 +16,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://jonas.nitro.dk/%n/releases/%n-%v.tar.gz
-Source-MD5: adeb797a8320962eeb345a615257cbac
+Source-MD5: 9821525564aa3f4aa51ad2b6c11b3a91
 
 Depends: libiconv, libncursesw5-shlibs, git
 BuildDepends: libiconv-dev, libncursesw5, asciidoc


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
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 tig.info,1.3,1.4

2013-08-13 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31924

Modified Files:
tig.info 
Log Message:
New upstream tig 1.2.

Index: tig.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/tig.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tig.info13 Oct 2012 22:24:03 -  1.3
+++ tig.info13 Aug 2013 14:31:27 -  1.4
@@ -1,5 +1,5 @@
 Package: tig
-Version: 1.1
+Version: 1.2
 Revision: 1
 Description: Ncurses git repository browser
 DescDetail: 
@@ -16,7 +16,7 @@
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 
 Source: http://jonas.nitro.dk/%n/releases/%n-%v.tar.gz
-Source-MD5: adeb797a8320962eeb345a615257cbac
+Source-MD5: 9821525564aa3f4aa51ad2b6c11b3a91
 
 Depends: libiconv, libncursesw5-shlibs, git
 BuildDepends: libiconv-dev, libncursesw5, asciidoc


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages python27.info, 1.17, 1.18 python31.info, 1.10, 1.11 python32.info, 1.14, 1.15 python33.info, 1.11, 1.12

2013-08-12 Thread Daniel Johnson
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv416

Modified Files:
python27.info python31.info python32.info python33.info 
Log Message:
Make python return the installed library as BLDLIBRARY.
This is a hack and nothing should be using BLDLIBRARY since it's only supposed 
to be valid while python is building.

Index: python31.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python31.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- python31.info   23 Jul 2013 23:40:03 -  1.10
+++ python31.info   13 Aug 2013 01:11:07 -  1.11
@@ -1,7 +1,7 @@
 Info2: 
 Package: python%type_pkg[python]
 Version: 3.1.5
-Revision: 4
+Revision: 5
 Type: python 3.1
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Depends: 
@@ -72,6 +72,7 @@
export MAKEFLAGS=-j1
make install DESTDIR=%d
 
+   perl -pi -e 's,BLDLIBRARY= .*$,BLDLIBRARY= 
%p/lib/python%type_raw[python]/config/libpython%type_raw[python].dylib,' 
%i/lib/python%type_raw[python]/config/Makefile
# we don't want -lintl to appear in LIBS otherwise python-config will 
propagate it
perl -pi -e 's/-lintl //' %i/lib/python%type_raw[python]/config/Makefile


Index: python33.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python33.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- python33.info   23 Jul 2013 23:40:03 -  1.11
+++ python33.info   13 Aug 2013 01:11:07 -  1.12
@@ -1,7 +1,7 @@
 Info2: 
 Package: python%type_pkg[python]
 Version: 3.3.2
-Revision: 2
+Revision: 3
 Type: python 3.3
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Depends: 
@@ -84,7 +84,7 @@
# _sysconfigdata.py contains build-time variables that point to %b.
# This is harmless but upsets fink's validator.
# Change to %p/lib to make fink happy.
-   perl -pi -e 's,%b,%p/lib,' `ls -d %b/build/lib*`/_sysconfigdata.py
+   perl -pi -e 
's,%b,%p/lib/python%type_raw[python]/config-%type_raw[python]m,' `ls -d 
%b/build/lib*`/_sysconfigdata.py
# Don't propagate -lintl to other packages.
perl -pi -e 's/-lintl //' `ls -d %b/build/lib*`/_sysconfigdata.py
# install fails with -j greater than 1
@@ -93,7 +93,7 @@
 
# we don't want -lintl to appear in LIBS otherwise python-config will 
propagate it
perl -pi -e 's/-lintl //' 
%i/lib/python%type_raw[python]/config-%type_raw[python]m/Makefile
-   
+   perl -pi -e 
's,%b,%p/lib/python%type_raw[python]/config-%type_raw[python]m,' 
%i/lib/python%type_raw[python]/config-%type_raw[python]m/Makefile  
# fix all main things to be python-versioned filenames with
# unversioned symlinks to them
pushd %i/bin

Index: python32.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python32.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- python32.info   23 Jul 2013 23:40:03 -  1.14
+++ python32.info   13 Aug 2013 01:11:07 -  1.15
@@ -1,7 +1,7 @@
 Info2: 
 Package: python%type_pkg[python]
 Version: 3.2.5
-Revision: 1
+Revision: 2
 Type: python 3.2
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Depends: 
@@ -82,6 +82,8 @@
export MAKEFLAGS=-j1
make install DESTDIR=%d
 
+   # Change to %p/lib to make fink happy.
+   perl -pi -e 
's,%b,%p/lib/python%type_raw[python]/config-%type_raw[python]m,' 
%i/lib/python%type_raw[python]/config-%type_raw[python]m/Makefile
# we don't want -lintl to appear in LIBS otherwise python-config will 
propagate it
perl -pi -e 's/-lintl //' 
%i/lib/python%type_raw[python]/config-%type_raw[python]m/Makefile


Index: python27.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/python27.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- python27.info   23 Jul 2013 23:40:03 -  1.17
+++ python27.info   13 Aug 2013 01:11:07 -  1.18
@@ -1,7 +1,7 @@
 Info2: 
 Package: python%type_pkg[python]
 Version: 2.7.5
-Revision: 2
+Revision: 3
 Epoch: 1
 Type: python 2.7
 Maintainer: Daniel Johnson dan...@daniel-johnson.org
@@ -84,7 +84,7 @@
# _sysconfigdata.py contains build-time variables that point to %b.
# This is harmless but upsets fink's validator.
# Change to %p/lib to make fink happy.
-   perl -pi -e 's,%b,%p/lib,' `ls -d %b/build/lib*`/_sysconfigdata.py
+   perl -pi -e 's,%b,%p/lib/python%type_raw[python]/config,' `ls -d 
%b/build/lib*`/_sysconfigdata.py

  1   2   3   4   5   6   7   8   9   10   >