[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/crypto openssl100-dev.info, NONE, 1.1 openssl100-dev.patch, NONE, 1.1

2011-11-18 Thread K.-M. Schindler
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv7853

Added Files:
openssl100-dev.info openssl100-dev.patch 
Log Message:
move openssl100 to 10.4; nmap depends on it.

--- NEW FILE: openssl100-dev.patch ---
diff -Nurd -x'*~' openssl-0.9.8k.orig/util/point.sh openssl-0.9.8k/util/point.sh
--- openssl-0.9.8k.orig/util/point.sh   2003-06-11 15:44:37.0 -0400
+++ openssl-0.9.8k/util/point.sh2009-04-19 13:34:49.0 -0400
@@ -1,10 +1,17 @@
 #!/bin/sh
 
-rm -f $2
+if [ `echo $1 | tr '[[:upper:]]' '[[:lower:]]'` = `echo $2 | tr 
'[[:upper:]]' '[[:lower:]]'` ]; then
+echo $2 = $1 not done ($1 =~ $2)
+echo ln -s \$1\ \$2\  @BUILDDIR@/skipped-links
+elif [ -e $2 ]; then   # this part is useless (given linking below with ln 
-s), except for the file skipped-links 
+echo $2 = $1 not done (-e $2)
+echo ln -s \$1\ \$2\  @BUILDDIR@/skipped-links
+else
 if test $OSTYPE = msdosdjgpp || test x$PLATFORM = xmingw ; then
 cp $1 $2
 else
 ln -s $1 $2
 fi
 echo $2 = $1
+fi
 

--- NEW FILE: openssl100-dev.info ---
Package: openssl100-dev
Version: 1.0.0e
Revision: 1
Description: Secure Sockets Layer and Crypto Library
License: OSI-Approved
Homepage: http://www.openssl.org/
Maintainer: Daniel Johnson dan...@daniel-johnson.org

Conflicts: libmd (= 0.3-2), system-openssl-dev, openssl-dev, openssl097-dev, 
openssl098-dev
Replaces: system-openssl-dev, openssl-dev, openssl097-dev, openssl098-dev, 
openssl, openssl097, openssl100
BuildDependsOnly: True

Source: mirror:custom:source/openssl-%v.tar.gz
CustomMirror: 
  Primary:   http://www.openssl.org/
  Secondary: ftp://ftp.openssl.org/

Source-MD5: 7040b89c4c58c7a1016c0dfa6e821c86

PatchFile: %n.patch
PatchFile-MD5: bafcb8df300f6c995940947456d165c4
PatchScript: 
  perl util/perlpath.pl /usr/bin
  perl -pi -e 's,LIBDEPS,SHARED_LDFLAGS=-bundle $,' engines/Makefile 
engines/ccgost/Makefile
  perl -pi -e 's,/engines,/engines100,g' Configure Makefile Makefile.org 
engines/Makefile engines/ccgost/Makefile
  sed 's,@BUILDDIR@,%b,g' %{PatchFile} | patch -p1


BuildDepends: fink (= 0.24.12)
Depends: openssl100-shlibs (= %v-%r)
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: 
  #!/bin/sh -ev
  if [ %m = powerpc ]
  then
PERL=/usr/bin/perl ./Configure shared darwin-ppc-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic
  else
if [ %m = i386 ]
then
  PERL=/usr/bin/perl ./Configure shared darwin-i386-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic
else
  PERL=/usr/bin/perl ./Configure shared darwin64-x86_64-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic
fi
  fi
  make


InfoTest: 
TestScript: make test || exit 2


InstallScript: 
#!/bin/sh -ev
 make install INSTALL_PREFIX=%d MANDIR=%p/share/man

 ## skipped-links contains symlink commands that fail because they
 ## would involve filenames that differ only by case (rebuild on a
 ## case-insensitive filesystem to make sure the list is complete).
 ## as of 1.0.0k-3, the list is:
 ##   ln -s bn_internal.3 bn_print.3 # created iff build on case-sens fs
 ##   ln -s hmac.3 HMAC.3# not created anywhere
 ##   ln -s md5.3 MD5.3  # not created anywhere
 ##   ln -s mdc2.3 MDC2.3# not created anywhere
 ##   ln -s pem.3 PEM.3  # not created anywhere
 ##   ln -s rc4.3 RC4.3  # not created anywhere
 ##   ln -s ssl.3 SSL.3  # not created anywhere
 ## i.e., those symlink names already exist as something else.
 
 ## Should patch build to avoid even trying to create these so get
 ## same .deb on all build FS even without hacks.
 ## There remain symlinks BN_print.3 - BN_bn2bin.3 and bn_print.3 - 
bn_internal.3, we rename the latter.
 rm -f %i/share/man/man3/BN_print.3 %i/share/man/man3/bn_print.3 || true
 ln -fs BN_bn2bin.3 %i/share/man/man3/BN_print.3
 ln -fs bn_internal.3 %i/share/man/man3/_bn_print.3

 ### for comptibility with libmd (don't know how to set up
 ## update-alternatives with original capitalisation).
 mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.openssl100
 for i in 2 4; do
mv %i/share/man/man3/MD$i.3 %i/share/man/man3/md$i.3.openssl100
 done


DocFiles: README LICENSE CHANGES FAQ NEWS

PostInstScript: 
  update-alternatives --install %p/share/man/man3/md5.3 md5.3 
%p/share/man/man3/md5.3.openssl100 80 \
--slave %p/share/man/man3/md2.3 md2.3 %p/share/man/man3/md2.3.openssl100 \
--slave %p/share/man/man3/md4.3 md4.3 %p/share/man/man3/md4.3.openssl100

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


SplitOff: 
  Package: openssl100-shlibs
  Files: lib/libcrypto.1.0.0.dylib lib/libssl.1.0.0.dylib lib/engines100
  Shlibs: 
%p/lib/libcrypto.1.0.0.dylib 1.0.0 %n (= 1.0.0a-1)
%p/lib/libssl.1.0.0.dylib 1.0.0 %n (= 1.0.0a-1)
  
  DocFiles: README LICENSE CHANGES FAQ NEWS


SplitOff2: 
  Package: openssl
  Depends: 

[cvs] dists/10.4/unstable/main/finkinfo/devel epydoc-py.info, 1.12, NONE

2011-11-18 Thread Hans-Christoph Steiner
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv15647/unstable/main/finkinfo/devel

Removed Files:
epydoc-py.info 
Log Message:
moving epydoc to stable, with Kurt Schwehr's consent

--- epydoc-py.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 epydoc-py.info,NONE,1.1

2011-11-18 Thread Hans-Christoph Steiner
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv15647/stable/main/finkinfo/devel

Added Files:
epydoc-py.info 
Log Message:
moving epydoc to stable, with Kurt Schwehr's consent

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

Package: epydoc-py%type_pkg[python]
Version: 3.0.1
Revision: 4

Conflicts: epydoc-py25-bin, epydoc-py24-bin
Replaces: epydoc-py25-bin, epydoc-py24-bin


Description: Python documentation system
DescDetail: 
Look at sphinx for a more common python documentation system for 
python software.

Epydoc is a tool for generating API documentation for Python modules,
based on their docstrings. For an example of epydoc's output, see the
API documentation for epydoc itself (html, pdf). A lightweight markup
language called epytext can be used to format docstrings, and to add
information about specific fields, such as parameters and instance
variables. Epydoc also understands docstrings written in
ReStructuredText, Javadoc, and plaintext.

DescUsage: 
The quick trial:

wget http://vislab-ccom.unh.edu/~schwehr/software/noaadata/template.py
epydoc template.py
open html/index.html

The update-alternatives were messed up in previous versions of this
package.  The symbolic links are probably wrong for the package if
you upgraded recently to %n 3.0.1-3.  

Here are the commands to correct the situation:

fink remove %n
sudo update-alternatives --remove-all epydoc
sudo update-alternatives --remove-all epydocgui
sudo update-alternatives --remove-all apirst2html
fink install %n

DescPort: 
  Version 3.0a has some minor formatting bugs, but the epydoc
  generated documentation is (in my oppinion) way better than
  pydoc.

Source: mirror:sourceforge:epydoc/epydoc-%v.tar.gz
Source-MD5: cdd6f6c76dd8bab5e653a343a0544294
Type: python (2.5 2.6 2.7)
Depends: python%type_pkg[python]
CompileScript: 
 #!/bin/bash -ev
 %p/bin/python%type_raw[python] setup.py build

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

DocFiles: README.txt LICENSE.txt
License: OSI-Approved
Homepage: http://epydoc.sourceforge.net/
Maintainer: Kurt Schwehr goat...@users.sourceforge.net

PostInstScript: 
  echo update-alternatives --install %p/bin/epydoc epydoc 
%p/bin/epydoc-py%type_pkg[python]   %type_pkg[python]
  echo update-alternatives --install %p/bin/epydocgui  epydocgui  
%p/bin/epydocgui-py%type_pkg[python]   %type_pkg[python]
  echo update-alternatives --install %p/bin/apirst2html.py apirst2html.py 
%p/bin/apirst2html-py%type_pkg[python] %type_pkg[python]

  update-alternatives --install %p/bin/epydoc epydoc 
%p/bin/epydoc-py%type_pkg[python]   %type_pkg[python]
  update-alternatives --install %p/bin/epydocgui  epydocgui  
%p/bin/epydocgui-py%type_pkg[python]   %type_pkg[python]
  update-alternatives --install %p/bin/apirst2html.py apirst2html.py 
%p/bin/apirst2html-py%type_pkg[python] %type_pkg[python]
  echo 
  echo The scripts 'epydoc', 'epydocgui', and 'apirst2html.py' 
  echo installed in %p/bin/ and %p/lib/cgi-bin
  echo are symlinks automatically updated by the update-alternatives utility.
  echo If you install multiple flavours of the featureserver package, the 
symlinks
  echo will point to the higher flavour by default.

# Why does this leave symbolic links in %p/bin ???
# Should this be calling remove-all instead of remove?
PreRmScript: 
  if [ $1 != upgrade ]; then
echo Calling update-alternatives --remove
echo update-alternatives --remove epydoc 
%p/bin/epydoc-py%type_pkg[python]
update-alternatives --remove epydoc 
%p/bin/epydoc-py%type_pkg[python]

echo update-alternatives --remove epydocgui  
%p/bin/epydocgui-py%type_pkg[python]
update-alternatives --remove epydocgui  
%p/bin/epydocgui-py%type_pkg[python]

echo update-alternatives --remove apirst2html.py 
%p/bin/apirst2html-py%type_pkg[python]
update-alternatives --remove apirst2html.py 
%p/bin/apirst2html-py%type_pkg[python]
  fi



# Info2



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 app-svn-bisect-pm.info, 1.1, 1.2

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv21638

Modified Files:
app-svn-bisect-pm.info 
Log Message:
'svn-bisect' program is included; Provides: it so users can know it's here


Index: app-svn-bisect-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/app-svn-bisect-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- app-svn-bisect-pm.info  17 Nov 2011 16:04:26 -  1.1
+++ app-svn-bisect-pm.info  18 Nov 2011 15:42:20 -  1.2
@@ -1,7 +1,7 @@
 Info2: 
 Package: app-svn-bisect-pm%type_pkg[perl]
 Version: 1.1
-Revision: 1
+Revision: 2
 Source: mirror:cpan:authors/id/I/IN/INFINOID/App-SVN-Bisect-%v.tar.gz
 Source-MD5: a929a878b7bee04adae2e592770c0ea2
 Type: perl (5.10.0)
@@ -10,6 +10,7 @@
yaml-syck-pm%type_pkg[perl],
perl%type_pkg[perl]-core
 
+Provides: svn-bisect
 PatchScript: 
# remove hard prereqs only used for self-test
perl -ni -e 'print unless /(Test::)/' Makefile.PL


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/libs fltk13-aqua.info, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5286

Modified Files:
fltk13-aqua.info 
Log Message:
patch header to not use anonymous enum so g++-4.0.1 can compile it
validated on powerpc-darwin8


Index: fltk13-aqua.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/fltk13-aqua.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fltk13-aqua.info18 Oct 2011 16:54:39 -  1.1
+++ fltk13-aqua.info18 Nov 2011 16:36:58 -  1.2
@@ -1,6 +1,6 @@
 Package: fltk13-aqua
 Version: 1.3.0
-Revision: 2
+Revision: 2.1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 #
 Description: GUI toolkit (Aqua graphics)
@@ -38,6 +38,8 @@
 Don't continue if any make target fails.
 
 Patch to avoid chmod +x on libraries.
+
+Patch to allow g++-4.0.1 to compile headers (anonymous enums). -- fangism
 
 #
 Homepage: http://www.fltk.org/
@@ -70,6 +72,12 @@
   perl -pi -e 's/ 755 / 644 / if /\/lib.*\.{a,dylib}/' src/Makefile
   perl -ni -e 'print unless /mandir\)\/cat/' documentation/Makefile
   perl -pi -e 's|share/doc/fltk|share/doc/%n/html|g' configure
+  # patch enums to be non-anonymous ofr darwin8-g++-4.0.1 -- fangism
+  darwin_vers=`uname -r | cut -f1 -d.`
+  if test $darwin_vers = 8
+  then
+sed -i.orig -e '/^enum.*values for flags:/s|enum |_Fl_Menu_enum |' 
Fl/Fl_Menu_Item.H
+  fi
 
 #
 GCC: 4.0


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/sci matplotlib-py.info,1.3,1.4

2011-11-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv20252

Modified Files:
matplotlib-py.info 
Log Message:
No gcc-4.2 with Xcode 4.2, so drop BDep: gcc-4.2 and use llvm-gcc-4.2
instead (package doesn't get along with gcc46 or clang).  Maintainer
informed.

Index: matplotlib-py.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/matplotlib-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- matplotlib-py.info  24 Aug 2011 19:51:36 -  1.3
+++ matplotlib-py.info  18 Nov 2011 17:32:45 -  1.4
@@ -37,7 +37,6 @@
 
 BuildDepends: 
  fink (= 0.24.12),
- gcc4.2,
  atk1 (= 1.20.0-1),
  cairo (= 1.6-1),
  expat1,
@@ -65,7 +64,7 @@
 GCC: 4.0
 
 # Apple clang and gcc 4.6 compiler gags on matplotlib
-SetCC: gcc-4.2
+SetCC: llvm-gcc-4.2
 #SetCC: gcc-fsf-4.6
 #SetCXX: g++-fsf-4.6
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/devel bazaar.info, NONE, 1.1 bzr-py.info, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv21645

Modified Files:
bzr-py.info 
Added Files:
bazaar.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: bzr-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/bzr-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bzr-py.info 11 Jul 2011 04:08:30 -  1.1
+++ bzr-py.info 18 Nov 2011 17:33:25 -  1.2
@@ -1,20 +1,17 @@
 Info2: 
 Package: bzr-py%type_pkg[python]
-Version: 1.5
+Version: 2.4.2
 Revision: 1
 Conflicts: bzr, bzr-py24-bin
 Replaces: bzr, bzr-py24-bin
-Distribution: 10.4, 10.5
-#Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5)
-Source: http://www.bazaar-vcs.org/releases/src/bzr-%v.tar.gz
-Source-MD5: fa82e556401802537eeb8e50ecc8b4e7
+Type: python (2.6 2.7)
+Source: http://launchpadlibrarian.net/83821237/bzr-%v.tar.gz
+Source-MD5: cfc06fddd348445c65a247c0b33a05db
 Depends: 
-  python%type_pkg[python],
-  celementtree-py%type_pkg[python] | elementtree-py%type_pkg[python]
+  python%type_pkg[python]
 
-BuildDepends: docutils-py%type_pkg[python], graphviz
-Recommends: paramiko-py%type_pkg[python]
+BuildDepends: docutils-py%type_pkg[python]
+Recommends: paramiko-py%type_pkg[python], lzma-py%type_pkg[python], 
pycurl-py%type_pkg[python]
 
 PatchScript: 
   sed -i.bak -e's|\(man/man1\)|share/\1|' setup.py
@@ -24,6 +21,11 @@
 python%type_raw[python] setup.py build
 PYTHONPATH=%p/lib/docutils make PYTHON=python%type_raw[python] docs
 
+# Leave tests commented out for now because of problems that need diagnosing.
+#InfoTest: 
+#  TestDepends: testtools-py%type_pkg[python]
+#  TestScript: PYTHONPATH=`ls -d %b/build/lib*` %p/bin/python%type_raw[python] 
bzr selftest || exit 2
+#
 InstallScript: 
   python%type_raw[python] setup.py install --prefix %p --root %d
   mkdir -p %i/share/doc
@@ -32,9 +34,12 @@
 
   mv %i/bin/bzr %i/bin/bzr-py%type_pkg[python]
   mv %i/share/man/man1/bzr.1 %i/share/man/man1/bzr-py%type_pkg[python].1
+
+  mkdir -p %i/lib/bzr-py%type_raw[python]
+  mv contrib/bash/bzr %i/lib/bzr-py%type_raw[python]/bash-completion
 
 PostInstScript: 
-  update-alternatives --install %p/bin/bzr bzr %p/bin/bzr-py%type_pkg[python] 
%type_pkg[python] --slave %p/share/man/man1/bzr.1 bzr.1 
%p/share/man/man1/bzr-py%type_pkg[python].1
+  update-alternatives --install %p/bin/bzr bzr %p/bin/bzr-py%type_pkg[python] 
%type_pkg[python] --slave %p/share/man/man1/bzr.1 bzr.1 
%p/share/man/man1/bzr-py%type_pkg[python].1 --slave 
%p/etc/bash_completion.d/bzr bzr-bash-completion 
%p/lib/bzr-py%type_pkg[python]/bash-completion
 
 PreRmScript: 
   if [ $1 != upgrade ]
@@ -55,5 +60,5 @@
 
 License: GPL
 Homepage: http://www.bazaar-vcs.org/
-Maintainer: Brendan Cully bren...@finkproject.org
+Maintainer: Daniel Johnson dan...@daniel-johnson.org
 

--- NEW FILE: bazaar.info ---
Package: bazaar
Version: 2.4.2
Revision: 1
Description: Distributed SCM
DescDetail: 
An open source distributed version control system that is powerful,
friendly, and scalable, implemented in python. It's still in an
early stage of development.
* Designed to be easy to learn for CVS or SVN users.
* Tracks file and directory renames and merges.
* Strong integrity protection features.
* Can be published over plain HTTP.

DescUsage: 
  This package is for packages to depend on when they need a 'bzr'
  executable but don't care which python version it uses.
  Please see the 'bzr-pyXY' packages for more info.

License: GPL2+
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://www.bazaar-vcs.org/

Type: bundle

Depends: bzr-py27 (= %v-%r) | bzr-py26 (= %v-%r)


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/devel bzr-py.info, 1.4, NONE bazaar.info, 1.2, NONE

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv21750

Removed Files:
bzr-py.info bazaar.info 
Log Message:
relocated to stable


--- bzr-py.info DELETED ---

--- bazaar.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/libs/pythonmods jsonpickle-py.info, NONE, 1.1

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv26558

Added Files:
jsonpickle-py.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: jsonpickle-py.info ---
Info2: 
Package: jsonpickle-py%type_pkg[python]
Version: 0.3.1
Revision: 1
Type: python (2.5 2.6 2.7)
Description: Serialize arbitrary object graph into JSON
DescDetail: 
Python library for serializing any arbitrary object graph into JSON. It
can take almost any Python object and turn the object into JSON.
Additionally, it can reconstitute the object back into Python.

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

Source: mirror:custom:j/jsonpickle/jsonpickle-%v.tar.gz
Source-MD5: 63a87ad2e73f09d49de26f9b2c7877a2

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

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

InfoTest: 
# Tests want feedparser but it doesn't have a py27 variant.
#   TestDepends: feedparser-py%type_pkg[python]
TestScript: %p/bin/python%type_raw[python] tests/runtests.py || exit 2


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

DocFiles: COPYING 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/




--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/games mah-jong.info, NONE, 1.1

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/games
In directory vz-cvs-3.sog:/tmp/cvs-serv31854

Added Files:
mah-jong.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: mah-jong.info ---
Package: mah-jong
Version: 1.10
Revision: 1
Description: Multiplayer tile game
License: GPL
Maintainer: None fink-de...@lists.sourceforge.net
Depends: 
atk1-shlibs (= 1.20.0-1),
cairo-shlibs (= 1.6-1),
freetype219-shlibs (= 2.3.7-7),
glib2-shlibs (= 2.14.0-1),
gtk+2-shlibs (= 2.12.0-1),
libgettext3-shlibs,
pango1-xft2-ft219-shlibs (= 1.22.0-3),
x11-shlibs

BuildDepends: 
atk1 (= 1.20.0-1),
cairo (= 1.6-1),
freetype219 (= 2.3.7-7),
glib2-dev (= 2.14.0-1),
glitz,
gtk+2-dev (= 2.12.0-1),
libgettext3-dev,
pango1-xft2-ft219-dev (= 1.22.0-3),
x11-dev

Source: http://mahjong.julianbradfield.org/Source/mj-%v-src.tar.gz
Source-MD5: f9bacf9fd6743d5e3a2fd86863607ce2
PatchScript: 
/usr/bin/perl -pi -e 's,/usr/local,%p,g' Makefile
/usr/bin/perl -pi -e 's,man/man1,share/man/man1,g' Makefile

CompileScript: /usr/bin/make -w
InstallScript: 
/usr/bin/make -w install DESTDIR=%i/
/usr/bin/make -w install.man DESTDIR=%i/

DocFiles: rules.txt use.txt CHANGES ChangeLog LICENCE README
Homepage: http://mahjong.julianbradfield.org/
DescDetail: 
This is a set of three programs which provide a networked Mah Jong program, 
together with a computer player. Thus the game can be played by four humans, 
by a human and three computer players, or any other combination. There is a 
server program, which handles the game - only one game, since I'm not trying 
to compete with Yahoo! and friends -, an X client to allow humans to play 
naturally, and a computer player. The version of Mah Jong is that generally 
called Chinese Classical.

DescUsage: 
The file %p/share/doc/%n/use.txt describes how to run the program and set up 
computer and network players.

DescPackaging: 
Originally packaged by Hanspeter Niederstrasser 
nie...@users.sourceforge.net.



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/games mah-jong.info, 1.1, NONE

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/games
In directory vz-cvs-3.sog:/tmp/cvs-serv31895

Removed Files:
mah-jong.info 
Log Message:
relocated to stable


--- mah-jong.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/graphics inkscape.info, 1.1, 1.2 inkscape.patch, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv32467

Modified Files:
inkscape.info inkscape.patch 
Log Message:
sync. w/ 10.!4/stable, prev. 10.4-EOL/unstable


Index: inkscape.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/inkscape.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- inkscape.patch  11 Jul 2011 04:08:32 -  1.1
+++ inkscape.patch  18 Nov 2011 18:09:09 -  1.2
@@ -1,8 +1,8 @@
 diff -Nurd -x'*~' inkscape-0.46.orig/configure inkscape-0.46/configure
 --- inkscape-0.46.orig/configure   2008-03-11 00:47:08.0 -0400
 +++ inkscape-0.46/configure2008-10-29 01:36:01.0 -0400
-@@ -14010,6 +14010,9 @@
- echo ${ECHO_T}yes 6; }
+@@ -10638,6 +10638,9 @@
+ $as_echo yes 6; }
:
  fi
 +INKSCAPE_CFLAGS=$INKSCAPE_CFLAGS -I/usr/X11R6/include
@@ -11,60 +11,6 @@
  
  # Check for Apple Mac OS X Carbon framework
  carbon_ok=no
-diff -Nurd inkscape-0.46.orig/src/Makefile.in inkscape-0.46/src/Makefile.in
 inkscape-0.46.orig/src/Makefile.in 2008-03-11 00:47:10.0 -0400
-+++ inkscape-0.46/src/Makefile.in  2008-04-25 02:38:53.0 -0400
-@@ -1476,6 +1476,7 @@
- # so perhaps 1.6 will work.
- AUTOMAKE_OPTIONS = 1.7 subdir-objects
- INCLUDES = \
-+  -I$(top_srcdir)/cxxtest \
-   $(PERL_CFLAGS) $(PYTHON_CFLAGS) \
-   $(FREETYPE_CFLAGS)  \
-   $(GNOME_PRINT_CFLAGS)   \
-@@ -1486,8 +1487,7 @@
-   $(POPPLER_CFLAGS)   \
-   $(POPPLER_GLIB_CFLAGS)  \
-   -DPOTRACE=\potrace\   \
--  $(INKSCAPE_CFLAGS) \
--  -I$(top_srcdir)/cxxtest
-+  $(INKSCAPE_CFLAGS)
- 
- @PLATFORM_WIN32_TRUE@win32_sources = winmain.cpp registrytool.cpp 
registrytool.h
- @PLATFORM_WIN32_TRUE@win32ldflags = -lcomdlg32
-diff -Nurd inkscape-0.46.orig/src/dom/cssparser.h 
inkscape-0.46/src/dom/cssparser.h
 inkscape-0.46.orig/src/dom/cssparser.h 2008-03-11 00:19:31.0 
-0400
-+++ inkscape-0.46/src/dom/cssparser.h  2008-04-25 02:39:17.0 -0400
-@@ -29,6 +29,7 @@
-  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-  */
- 
-+#include glib.h
- 
- #include dom.h
- 
-diff -Nurd inkscape-0.46.orig/src/dom/lsimpl.h inkscape-0.46/src/dom/lsimpl.h
 inkscape-0.46.orig/src/dom/lsimpl.h2008-03-11 00:19:30.0 
-0400
-+++ inkscape-0.46/src/dom/lsimpl.h 2008-04-25 02:39:17.0 -0400
-@@ -33,6 +33,7 @@
- #include events.h
- #include traversal.h
- #include ls.h
-+#include glib.h
- 
- 
- #include xmlreader.h
-diff -Nurd inkscape-0.46.orig/src/dom/svg/svgparser.h 
inkscape-0.46/src/dom/svg/svgparser.h
 inkscape-0.46.orig/src/dom/svg/svgparser.h 2008-03-11 00:19:30.0 
-0400
-+++ inkscape-0.46/src/dom/svg/svgparser.h  2008-04-25 02:39:17.0 
-0400
-@@ -30,6 +30,7 @@
-  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-  */
- 
-+#include glib.h
- 
- #include svgimpl.h
- 
 diff -Nurd inkscape-0.46.orig/src/dom/uri.h inkscape-0.46/src/dom/uri.h
 --- inkscape-0.46.orig/src/dom/uri.h   2008-03-11 00:19:31.0 -0400
 +++ inkscape-0.46/src/dom/uri.h2008-04-25 02:39:17.0 -0400
@@ -113,23 +59,11 @@
 diff -Nurd inkscape-0.46.orig/src/io/inkscapestream.h 
inkscape-0.46/src/io/inkscapestream.h
 --- inkscape-0.46.orig/src/io/inkscapestream.h 2008-03-11 00:20:06.0 
-0400
 +++ inkscape-0.46/src/io/inkscapestream.h  2008-04-25 02:39:17.0 
-0400
-@@ -13,6 +13,7 @@
- 
+@@ -14,6 +14,7 @@
  
+ #include cstdio
  #include glibmm.h
 +#include glib.h
  
  namespace Inkscape
  {
-diff -Nurd -x'*~' inkscape-0.46.orig/src/widgets/sp-xmlview-attr-list.h 
inkscape-0.46/src/widgets/sp-xmlview-attr-list.h
 inkscape-0.46.orig/src/widgets/sp-xmlview-attr-list.h  2008-03-11 
00:20:13.0 -0400
-+++ inkscape-0.46/src/widgets/sp-xmlview-attr-list.h   2008-10-28 
11:00:20.0 -0400
-@@ -13,7 +13,7 @@
-  */
- 
- #include stdio.h
--#include gtk/gtkclist.h
-+#include gtk/gtk.h
- #include ../xml/repr.h
- 
- #include glib.h

Index: inkscape.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/inkscape.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- inkscape.info   11 Jul 2011 04:08:32 -  1.1
+++ inkscape.info   18 Nov 2011 18:09:08 -  1.2
@@ -1,6 +1,6 @@
 Package: inkscape
-Version: 0.46
-Revision: 5
+Version: 0.48.0
+Revision: 1
 GCC: 4.0
 Maintainer: Todai Fink Team f...@sodan.ecc.u-tokyo.ac.jp
 Depends: 
@@ -20,15 +20,18 @@
lcms-shlibs (= 1.13-1),
libgettext3-shlibs,
libiconv,
-   libpng3-shlibs,
+   libpng14-shlibs,
libsigc++2-shlibs (= 2.0.17-1001),
libxml2-shlibs (= 2.6.30-1),
libxslt-shlibs (= 

[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics inkscape.info, 1.1, NONE inkscape.patch, 1.1, NONE

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv32593

Removed Files:
inkscape.info inkscape.patch 
Log Message:
relocated to stable


--- inkscape.patch DELETED ---

--- inkscape.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 text-glob-pm.info, 1.2, 1.3

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv24472/stable/main/finkinfo/libs/perlmods

Modified Files:
text-glob-pm.info 
Log Message:
space-sync


Index: text-glob-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/text-glob-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- text-glob-pm.info   7 Nov 2011 22:24:22 -   1.2
+++ text-glob-pm.info   18 Nov 2011 19:38:23 -  1.3
@@ -13,7 +13,6 @@
 Source-MD5: 39a1a3e890cd5d3f51a707579098bc1c
 SourceDirectory: Text-Glob-%v
 
-
 UpdatePOD: true
 DocFiles: Changes MANIFEST* README
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 file-readbackwards-pm.info, NONE, 1.1 io-all-pm.info, NONE, 1.1

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv25922

Added Files:
file-readbackwards-pm.info io-all-pm.info 
Log Message:
new modules (sync with 10.6)


--- NEW FILE: file-readbackwards-pm.info ---
Package: file-readbackwards-pm
Version: 1.05
Revision: 1
Source: mirror:cpan:authors/id/U/UR/URI/File-ReadBackwards-%v.tar.gz
Source-MD5: 613d9d02de6c1d86d5fa5b8816a6b214
Type: perl
DocFiles: Changes README
UpdatePOD: true
Description: Read line-by-line starting at end of file
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/File-ReadBackwards

--- NEW FILE: io-all-pm.info ---
Package: io-all-pm
Version: 0.44
Revision: 1
Source: mirror:cpan:authors/id/I/IN/INGY/IO-All-%v.tar.gz
Source-MD5: 95c050d189ead7cbf84f46c3577cef4c
Type: perl
Depends: 
file-readbackwards-pm,
io-string-pm

DocFiles: Changes LICENSE README
UpdatePOD: true
Description: Object-oriented proxy for other IO:: modules
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/IO-All


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 file-slurp-pm.patch, NONE, 1.1 file-slurp-pm.info, 1.2, 1.3

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv26355

Modified Files:
file-slurp-pm.info 
Added Files:
file-slurp-pm.patch 
Log Message:
sync upstream bug-fix from 10.6


--- NEW FILE: file-slurp-pm.patch ---
diff -Nurd -x'*~' File-Slurp-.19.orig/lib/File/Slurp.pm 
File-Slurp-.19/lib/File/Slurp.pm
--- File-Slurp-.19.orig/lib/File/Slurp.pm   2011-05-30 15:58:53.0 
-0400
+++ File-Slurp-.19/lib/File/Slurp.pm2011-11-17 10:36:56.0 
-0500
@@ -1,6 +1,6 @@
 package File::Slurp;
 
-use 5.6.2 ;
+use 5.006002;
 
 use strict;
 use warnings ;

Index: file-slurp-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/file-slurp-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- file-slurp-pm.info  28 Jul 2011 02:05:13 -  1.2
+++ file-slurp-pm.info  18 Nov 2011 19:41:27 -  1.3
@@ -1,21 +1,20 @@
 Package: file-slurp-pm
 Version: .19
-Revision: 1
+Revision: 2
 Source: mirror:cpan:authors/id/U/UR/URI/File-Slurp-%v.tar.gz
 Source-MD5: 7d584cd15c4f8b9547765eff8c4ef078
 Type: perl
+PatchFile: %n.patch
+PatchFile-MD5: e11bf2898fc55b331643b18e129f10ec
 UpdatePOD: true
 DocFiles: Changes README
 DescPackaging: 
Former maintainer: Chris Dolan chrisdo...@users.sourceforge.net
+
+   Clear v-string dianostic. See:
+   https://rt.cpan.org/Public/Bug/Display.html?id=71207
 
 Description: Efficient reading/writing of complete files
 License: Artistic/GPL
 Maintainer: None fink-de...@lists.sourceforge.net
 Homepage: http://search.cpan.org/dist/File-Slurp
-DescPort: 
- All users are strongly urged to upgrade to this version, as there was
- a dataloss bug in v.07.
-
- More info at  http://rt.cpan.org/NoAuth/Bug.html?id=9403
-


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 file-finder-pm.info, NONE, 1.1 io-any-pm.info, NONE, 1.1 test-fixme-pm.info, NONE, 1.1

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv28233

Added Files:
file-finder-pm.info io-any-pm.info test-fixme-pm.info 
Log Message:
new modules from 10.6


--- NEW FILE: test-fixme-pm.info ---
Package: test-fixme-pm
Version: 0.04
Revision: 1
Source: mirror:cpan:authors/id/E/EV/EVDB/Test-Fixme-%v.tar.gz
Source-MD5: 54714e43e52ef1468ea01f03c325dc4d
Type: perl
Depends: 
file-finder-pm,
file-slurp-pm

DocFiles: Changes README
UpdatePOD: true
Description: Check code for FIXMEs
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Test-Fixme

--- NEW FILE: io-any-pm.info ---
Info2: 
Package: io-any-pm%type_pkg[perl]
Version: 0.04
Revision: 1
Source: mirror:cpan:authors/id/J/JK/JKUTEJ/IO-Any-%v.tar.gz
Source-MD5: eb8d75819dc1b78febd487cb8d9dae12
Type: perl (5.12.3)
Depends: 
io-string-pm,
io-stringy-pm,
perl%type_pkg[perl]-core

PatchScript: 
# remove hard prereqs only used for self-test
perl -ni -e 'print unless /(File::Slurp|Test::)/' Makefile.PL

InfoTest: 
TestDepends: 
file-slurp-pm,
test-differences-pm%type_pkg[perl],
test-exception-pm,
test-fixme-pm


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

DocFiles: Changes README
UpdatePOD: true
DescPackaging: 
Selftest wants Anyevent but our anyevent-pmXXX is not available
for modern XXX. But the test is skipped if not found, so no
damage not having it.

Description: Open any sort of path, string, object
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/IO-Any


--- NEW FILE: file-finder-pm.info ---
Package: file-finder-pm
Version: 0.53
Revision: 1
Source: mirror:cpan:authors/id/M/ME/MERLYN/File-Finder-%v.tar.gz
Source-MD5: 92898b39fc36e4a8c82e8c0484e29271
Type: perl
Depends: 
text-glob-pm

PatchScript: perl -0 
-pe's/^.*=head\d\s+.*(COPYRIGHT.*?)(=head\d.*|=cut.*|)$/$1/is' lib/File/Finder 
 COPYRIGHT
DocFiles: Changes COPYRIGHT README TODO
UpdatePOD: true
Description: Wrapper for File::Find
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/File-Finder


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 app-svn-bisect-pm.info, NONE, 1.1

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv29988

Added Files:
app-svn-bisect-pm.info 
Log Message:
import new from 10.6


--- NEW FILE: app-svn-bisect-pm.info ---
Info2: 
Package: app-svn-bisect-pm%type_pkg[perl]
Version: 1.1
Revision: 2
Source: mirror:cpan:authors/id/I/IN/INFINOID/App-SVN-Bisect-%v.tar.gz
Source-MD5: a929a878b7bee04adae2e592770c0ea2
Type: perl (5.12.3)
Depends: 
io-all-pm,
yaml-syck-pm%type_pkg[perl],
perl%type_pkg[perl]-core

Provides: svn-bisect
PatchScript: 
# remove hard prereqs only used for self-test
perl -ni -e 'print unless /(Test::)/' Makefile.PL

InfoTest: 
TestDepends: 
test-exception-pm,
test-output-pm%type_pkg[perl]


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

DocFiles: Changes LICENSE README TODO
PostInstScript: 
if [ $1 = configure ]; then
update-alternatives --install %p/bin/svn-bisect svn-bisect 
%p/bin/svn-bisect-%type_pkg[perl] %type_pkg[perl]
fi

PreRmScript: 
if [ $1 = remove ]; then
update-alternatives --remove svn-bisect 
%p/bin/svn-bisect-%type_pkg[perl]
fi

UpdatePOD: true
Description: Perform binary searches among revisions
License: Artistic
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/App-SVN-Bisect



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 regexp-common-pm.patch, NONE, 1.1

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv30606

Added Files:
regexp-common-pm.patch 
Log Message:
oh right, the patchfile


--- NEW FILE: regexp-common-pm.patch ---
diff -Nurd -x'*~' Regexp-Common-2011041701.orig/t/test_squares.t 
Regexp-Common-2011041701/t/test_squares.t
--- Regexp-Common-2011041701.orig/t/test_squares.t  2010-02-23 
11:59:52.0 -0500
+++ Regexp-Common-2011041701/t/test_squares.t   2011-08-28 11:09:42.0 
-0400
@@ -16,6 +16,7 @@
 $bits64 = 0 if $Config {osname} eq 'darwin' 
$Config {osvers} eq '9.0'
$] == 5.008008;
+$bits64 = $ENV{FORCE_bits64} if exists $ENV{FORCE_bits64};
 
 my $MAX = $bits64 ? do {no warnings; 9000}
   : 0x7FFF;


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 list-bisect-pm.info, NONE, 1.1

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv32292

Added Files:
list-bisect-pm.info 
Log Message:
new module from 10.6


--- NEW FILE: list-bisect-pm.info ---
Package: list-bisect-pm
Version: 0.002
Revision: 1
Source: mirror:cpan:authors/id/N/NO/NOTBENH/List-Bisect-%v.tar.gz
Source-MD5: 255c278e8ce24b6a14a14caddd856bd6
Type: perl
BuildDepends: 
extutils-makemaker-pm (= 6.31-1),
module-build-pm (= 0.36.01-1)

DocFiles: LICENSE README
UpdatePOD: true
DescPackaging: 
Unclear how this uses Module::Build, but whatever

Description: Also collect nonmatches from grep
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/List-Bisect



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 file-finder-pm.info, 1.1, 1.2

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv1919/stable/main/finkinfo/libs/perlmods

Modified Files:
file-finder-pm.info 
Log Message:
+TestDepends


Index: file-finder-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/file-finder-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- file-finder-pm.info 18 Nov 2011 19:45:25 -  1.1
+++ file-finder-pm.info 18 Nov 2011 20:02:33 -  1.2
@@ -8,6 +8,13 @@
text-glob-pm
 
 PatchScript: perl -0 
-pe's/^.*=head\d\s+.*(COPYRIGHT.*?)(=head\d.*|=cut.*|)$/$1/is' lib/File/Finder 
 COPYRIGHT
+InfoTest: 
+   TestDepends: 
+   file-find-rule-pm
+   
+   # also wants test-distribution-pmXXX but that's varianted
+   # and don't want to variant here just for a TestDepends
+
 DocFiles: Changes COPYRIGHT README TODO
 UpdatePOD: true
 Description: Wrapper for File::Find


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 file-finder-pm.info, 1.1, 1.2

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv1919/10.4-stable/main/finkinfo/libs/perlmods

Modified Files:
file-finder-pm.info 
Log Message:
+TestDepends


Index: file-finder-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/file-finder-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- file-finder-pm.info 17 Nov 2011 15:40:16 -  1.1
+++ file-finder-pm.info 18 Nov 2011 20:02:32 -  1.2
@@ -8,6 +8,13 @@
text-glob-pm
 
 PatchScript: perl -0 
-pe's/^.*=head\d\s+.*(COPYRIGHT.*?)(=head\d.*|=cut.*|)$/$1/is' lib/File/Finder 
 COPYRIGHT
+InfoTest: 
+   TestDepends: 
+   file-find-rule-pm
+   
+   # also wants test-distribution-pmXXX but that's varianted
+   # and don't want to variant here just for a TestDepends
+
 DocFiles: Changes COPYRIGHT README TODO
 UpdatePOD: true
 Description: Wrapper for File::Find


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 file-find-rule-pm.info, 1.1, 1.2

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv3907/stable/main/finkinfo/libs/perlmods

Modified Files:
file-find-rule-pm.info 
Log Message:
new version


Index: file-find-rule-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/file-find-rule-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- file-find-rule-pm.info  26 Jul 2011 13:08:58 -  1.1
+++ file-find-rule-pm.info  18 Nov 2011 20:08:58 -  1.2
@@ -1,14 +1,18 @@
 Package: file-find-rule-pm
-Version: 0.32
-Revision: 2
+Version: 0.33
+Revision: 1
 Source: mirror:cpan:authors/id/R/RC/RCLAMP/File-Find-Rule-%v.tar.gz
-Source-MD5: 1b43810c6b8fd4ee5cee8046e1e05ff4
+Source-MD5: 92c6cb88549c30f5665e39bf80f3d704
 Type: perl
 UpdatePOD: true
-Depends: text-glob-pm, number-compare-pm
+Depends: 
+   number-compare-pm,
+   text-glob-pm
+
 Conflicts: %N-bin ( 0.32-2)
 Replaces: %N-bin ( 0.32-2)
-DocFiles: Changes MANIFEST META.yml README
+PatchScript: perl -0 -pe's/^.*=head\d (COPYRIGHT.*?)(=head\d.*|)$/$1/s' 
lib/File/Find/Rule.pm  COPYRIGHT
+DocFiles: Changes COPYRIGHT
 DescPackaging: 
Former maintainer: Chris Dolan chrisdo...@users.sourceforge.net
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 file-find-rule-pm.info, 1.2, 1.3

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv3907/10.4-stable/main/finkinfo/libs/perlmods

Modified Files:
file-find-rule-pm.info 
Log Message:
new version


Index: file-find-rule-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/file-find-rule-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- file-find-rule-pm.info  29 Jul 2010 22:09:20 -  1.2
+++ file-find-rule-pm.info  18 Nov 2011 20:08:58 -  1.3
@@ -1,14 +1,18 @@
 Package: file-find-rule-pm
-Version: 0.32
-Revision: 2
+Version: 0.33
+Revision: 1
 Source: mirror:cpan:authors/id/R/RC/RCLAMP/File-Find-Rule-%v.tar.gz
-Source-MD5: 1b43810c6b8fd4ee5cee8046e1e05ff4
+Source-MD5: 92c6cb88549c30f5665e39bf80f3d704
 Type: perl
 UpdatePOD: true
-Depends: text-glob-pm, number-compare-pm
+Depends: 
+   number-compare-pm,
+   text-glob-pm
+
 Conflicts: %N-bin ( 0.32-2)
 Replaces: %N-bin ( 0.32-2)
-DocFiles: Changes MANIFEST META.yml README
+PatchScript: perl -0 -pe's/^.*=head\d (COPYRIGHT.*?)(=head\d.*|)$/$1/s' 
lib/File/Find/Rule.pm  COPYRIGHT
+DocFiles: Changes COPYRIGHT
 DescPackaging: 
Former maintainer: Chris Dolan chrisdo...@users.sourceforge.net
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 number-compare-pm.info, 1.1, 1.2

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv5588/stable/main/finkinfo/libs/perlmods

Modified Files:
number-compare-pm.info 
Log Message:
new version


Index: number-compare-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/number-compare-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- number-compare-pm.info  26 Jul 2011 13:08:58 -  1.1
+++ number-compare-pm.info  18 Nov 2011 20:13:24 -  1.2
@@ -1,12 +1,12 @@
 Package: number-compare-pm
-Version: 0.01
+Version: 0.03
 Revision: 1
 Source: mirror:cpan:authors/id/R/RC/RCLAMP/Number-Compare-%v.tar.gz
-Source-MD5: 519a4434e35033e9bd034d27cd2fd299
+Source-MD5: ded4085a8fc96328742785574ca65208
 Type: perl
 UpdatePOD: true
-PatchScript: perl -0 -pe's/^.*=head\d (COPYRIGHT.*?)(=head\d.*|)$/$1/s' 
Compare.pm  COPYRIGHT
-DocFiles: Changes MANIFEST COPYRIGHT
+PatchScript: perl -0 -pe's/^.*=head\d (COPYRIGHT.*?)(=head\d.*|)$/$1/s' 
lib/Number/Compare.pm  COPYRIGHT
+DocFiles: Changes COPYRIGHT
 DescPackaging: 
 Former maintainer: Chris Dolan chrisdo...@users.sourceforge.net
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 number-compare-pm.info, 1.3, 1.4

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv5588/10.4-stable/main/finkinfo/libs/perlmods

Modified Files:
number-compare-pm.info 
Log Message:
new version


Index: number-compare-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/number-compare-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- number-compare-pm.info  29 Jul 2010 21:58:10 -  1.3
+++ number-compare-pm.info  18 Nov 2011 20:13:23 -  1.4
@@ -1,12 +1,12 @@
 Package: number-compare-pm
-Version: 0.01
+Version: 0.03
 Revision: 1
 Source: mirror:cpan:authors/id/R/RC/RCLAMP/Number-Compare-%v.tar.gz
-Source-MD5: 519a4434e35033e9bd034d27cd2fd299
+Source-MD5: ded4085a8fc96328742785574ca65208
 Type: perl
 UpdatePOD: true
-PatchScript: perl -0 -pe's/^.*=head\d (COPYRIGHT.*?)(=head\d.*|)$/$1/s' 
Compare.pm  COPYRIGHT
-DocFiles: Changes MANIFEST COPYRIGHT
+PatchScript: perl -0 -pe's/^.*=head\d (COPYRIGHT.*?)(=head\d.*|)$/$1/s' 
lib/Number/Compare.pm  COPYRIGHT
+DocFiles: Changes COPYRIGHT
 DescPackaging: 
 Former maintainer: Chris Dolan chrisdo...@users.sourceforge.net
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci bundle-octave.info, 1.1, 1.2 gpc-oct.info, 1.1, NONE

2011-11-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv5939/10.4/stable/main/finkinfo/sci

Modified Files:
bundle-octave.info 
Removed Files:
gpc-oct.info 
Log Message:
gpc-oct doesn't actually do anything as-is, and the library it uses 
really can't be distributed by Fink due to its licensing.
Update the bundles accordingly.

Index: bundle-octave.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/bundle-octave.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bundle-octave.info  11 Nov 2011 23:09:51 -  1.1
+++ bundle-octave.info  18 Nov 2011 20:16:09 -  1.2
@@ -1,6 +1,6 @@
 Info2: 
 Package: bundle-octave%type_pkg[oct]%type_pkg[-atlas]
-Version: 20111024
+Version: 2018
 Revision: 1
 Type: bundle, oct (3.0.5 3.2.4 3.4.3), -atlas (boolean)
 Depends: 
@@ -36,7 +36,6 @@
 ( %type_pkg[oct] = 343 ) geometry-oct%type_pkg[oct],
 ( %type_pkg[oct] = 305 ) graceplot-oct%type_pkg[oct],
 gnuplot-oct%type_pkg[oct],
-gpc-oct%type_pkg[oct],
 gsl-oct%type_pkg[oct],
 image-oct%type_pkg[oct],
 informationtheory-oct%type_pkg[oct],

--- gpc-oct.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/sci bundle-octave.info, 1.1, 1.2 gpc-oct.info, 1.1, NONE

2011-11-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci
In directory 
vz-cvs-3.sog:/tmp/cvs-serv5939/10.4/stable/main/finkinfo/10.4-EOL/sci

Modified Files:
bundle-octave.info 
Removed Files:
gpc-oct.info 
Log Message:
gpc-oct doesn't actually do anything as-is, and the library it uses 
really can't be distributed by Fink due to its licensing.
Update the bundles accordingly.

Index: bundle-octave.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/sci/bundle-octave.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bundle-octave.info  17 Nov 2011 02:52:15 -  1.1
+++ bundle-octave.info  18 Nov 2011 20:16:09 -  1.2
@@ -1,6 +1,6 @@
 Info3: 
 Package: bundle-octave%type_pkg[oct]%type_pkg[-atlas]
-Version: 20111024
+Version: 2018
 Revision: 1
 Type: bundle, oct (3.0.5 3.2.4 3.4.3), -atlas (boolean)
 Depends: 
@@ -36,7 +36,6 @@
 ( %type_pkg[oct] = 343 ) geometry-oct%type_pkg[oct],
 ( %type_pkg[oct] = 305 ) graceplot-oct%type_pkg[oct],
 gnuplot-oct%type_pkg[oct],
-gpc-oct%type_pkg[oct],
 gsl-oct%type_pkg[oct],
 image-oct%type_pkg[oct],
 informationtheory-oct%type_pkg[oct],

--- gpc-oct.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/sci bundle-octave.info, 1.21, 1.22 gpc-oct.info, 1.1, NONE

2011-11-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv5939/10.7/stable/main/finkinfo/sci

Modified Files:
bundle-octave.info 
Removed Files:
gpc-oct.info 
Log Message:
gpc-oct doesn't actually do anything as-is, and the library it uses 
really can't be distributed by Fink due to its licensing.
Update the bundles accordingly.

Index: bundle-octave.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/bundle-octave.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- bundle-octave.info  3 Nov 2011 03:26:53 -   1.21
+++ bundle-octave.info  18 Nov 2011 20:16:09 -  1.22
@@ -1,6 +1,6 @@
 Info2: 
 Package: bundle-octave%type_pkg[oct]%type_pkg[-atlas]
-Version: 20111024
+Version: 2018
 Revision: 1
 Type: bundle, oct (3.0.5 3.2.4 3.4.3), -atlas (.)
 Depends: 
@@ -36,7 +36,6 @@
 ( %type_pkg[oct] = 343 ) geometry-oct%type_pkg[oct],
 ( %type_pkg[oct] = 305 ) graceplot-oct%type_pkg[oct],
 gnuplot-oct%type_pkg[oct],
-gpc-oct%type_pkg[oct],
 gsl-oct%type_pkg[oct],
 image-oct%type_pkg[oct],
 informationtheory-oct%type_pkg[oct],

--- gpc-oct.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 xml-sax-expat-pm.patch, 1.1, NONE

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv7290/10.4-stable/main/finkinfo/libs/perlmods

Removed Files:
xml-sax-expat-pm.patch 
Log Message:
unused patchfile


--- xml-sax-expat-pm.patch DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/graphics tgif.info, 1.1, 1.2 tgif.patch, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv7385

Modified Files:
tgif.info tgif.patch 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: tgif.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/tgif.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tgif.info   11 Jul 2011 04:08:32 -  1.1
+++ tgif.info   18 Nov 2011 20:17:20 -  1.2
@@ -1,30 +1,42 @@
 Package: tgif
-Version: 4.1.45
-Revision: 6
+Version: 4.2.5
+Revision: 1
 Source: ftp://bourbon.usc.edu/pub/%n/%n-QPL-%v.tar.gz
-Source-MD5: 5c1eba8291385c630b8099fa9b042455
-BuildDepends: x11-dev, gettext-tools, gettext-bin, libgettext3-dev, fink (= 
0.24.12), xmkmf (= 1.0.2-3)
-Depends: x11, rman, app-defaults, netpbm-bin, libgettext3-shlibs
+Source-MD5: a622240ce2377f15b6d8261e4c49b8f6
+BuildDepends: x11-dev, gettext-tools, gettext-bin, libgettext8-dev, fink (= 
0.24.12), xmkmf (= 1.0.2-3), fink-package-precedence
+Depends: x11, x11-shlibs, rman, app-defaults, netpbm-bin, libgettext8-shlibs
 PatchFile: %n.patch
-PatchFile-MD5: c548d62fd9e786b2358897e8f4f36733
-PatchScript: 
-sed 's|@PREFIX@|%p|g' %{PatchFile} | patch -p1
-rm -f Tgif.tmpl
-cp Tgif.tmpl-darwin Tgif.tmpl
+PatchFile-MD5: ab8a88563553aa5d82acf760c21ceb79
+PatchScript: sed 's|@PREFIX@|%p|g' %{PatchFile} | patch -p1
+ConfigureParams: 
+--enable-dependency-tracking \
+--x-libraries=/usr/X11/lib \
+--x-includes=/usr/X11/include
 
 CompileScript: 
-#!/bin/sh -ev
-export PATH=%p/lib/xmkmf/bin:$PATH
+ #!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH
  export IMAKEINCLUDE=-I%p/lib/X11/config
-xmkmf
- make CC=`type -p cc` TGIFDIR=%p/share/tgif 
- cd po; xmkmf ; make Makefile Makefiles depend all
+ %{default_script}
+ pushd po
+ xmkmf
+ make Makefile
+ make Makefiles
+ make depend 
+ make all
+ popd
+ fink-package-precedence .deps
 
 InstallScript: 
- make install install.man DESTDIR=%d LIBDIR=%p/lib BINDIR=%p/bin 
MANDIR=%p/share/man/man1 DOCDIR=%p/share/doc/%n CONFDIR=%p/etc 
TGIFDIR=%p/share/tgif INSTALLFLAGS=
-install -m 755 -d %i/etc/app-defaults
-install -m 755 tgif.Xdefaults %i/etc/app-defaults/Tgif
-cd po; make install NLSDIR=%i/share/locale INSTALLFLAGS=
+ make install DESTDIR=%d LIBDIR=%p/lib BINDIR=%p/bin MANDIR=%p/share/man/man1 
DOCDIR=%p/share/doc/%n CONFDIR=%p/etc TGIFDIR=%p/share/%n INSTALLFLAGS=
+ install -m 755 -d %i/etc/app-defaults
+ install -m 755 %n.Xdefaults %i/etc/app-defaults/Tgif
+ mkdir -p %i/share/man/man1
+ chmod 755 %i/share/man/man1
+ install -m 755 %n.man %i/share/man/man1/%n.1
+ # Install these via DocFiles.
+ rm %i/share/%n/Copyright %i/share/%n/License
+ cd po; make install NLSDIR=%i/share/locale INSTALLFLAGS=
 
 Description: Xlib based interactive 2-D drawing tool
 DescDetail: 
@@ -34,13 +46,16 @@
 on the World-Wide-Web in version 2.16 (released on Dec 3, 1994).
 
 DescPackaging:  
-Since Apple's X11 is dropping xmkmf on 10.5, depend on Fink's package
-Natural language support patch from Tomoaki Okayama
-(Originally suggested by Asari Takashi)
+configure script doesn't accept --foodir flags, so set that stuff up 
+in 'make install'.
+Install manpage manually.
+Still needs xmkmf/imake for natural language support.
+Japanese charset patch from Tomoaki Okayama.
+(NLS support priginally suggested by Asari Takashi)
 Original version by Jeff Whitaker
 
-DocFiles: README HISTORY LICENSE.QPL
+DocFiles: AUTHORS README HISTORY LICENSE.QPL License NEWS Copyright
 ConfFiles: %p/etc/app-defaults/Tgif
 License: OSI-Approved
-Homepage: http://bourbon.usc.edu:8001/tgif/
+Homepage: http://bourbon.usc.edu/tgif/index.html
 Maintainer: Alexander K. Hansen alexkhan...@users.sourceforge.net

Index: tgif.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/tgif.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tgif.patch  11 Jul 2011 04:08:32 -  1.1
+++ tgif.patch  18 Nov 2011 20:17:20 -  1.2
@@ -1,25 +1,3 @@
-diff -Naur tgif-QPL-4.1.44.orig/Tgif.tmpl-darwin 
tgif-QPL-4.1.44/Tgif.tmpl-darwin
 tgif-QPL-4.1.44.orig/Tgif.tmpl-darwin  Sat Jan 15 09:26:22 2005
-+++ tgif-QPL-4.1.44/Tgif.tmpl-darwin   Sat Mar 19 23:16:50 2005
-@@ -53,14 +53,15 @@
- MISCDEFINES   = -D_BACKGROUND_DONT_FORK -D_USE_XDRAWPOINT_TO_PUT_A_POINT \@@\
-   -D_USE_PS_ADOBE_STRING=\3.0/3.0\ -D_DONT_USE_MKTEMP \@@\
- -D_DONT_REENCODE=\FFDingbests:ZapfDingbats\
--MOREDEFINES   =
-+MOREDEFINES   = -D_DONT_USE_MKTEMP -DA4PAPER -DENABLE_NLS \@@\
-+  -DUSE_XT_INITIALIZE
- 
- XCOMM ^^
- XCOMM Please see Imakefile for more defines to be added to MOREDEFINES above
- XCOMM 

[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics tgif.info, 1.1, NONE tgif.patch, 1.1, NONE

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv7462

Removed Files:
tgif.info tgif.patch 
Log Message:
relocated to stable


--- tgif.info DELETED ---

--- tgif.patch DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 uri-pm.info, 1.13, 1.14 uri-pm.patch, 1.2, NONE

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv9724/10.4-stable/main/finkinfo/libs/perlmods

Modified Files:
uri-pm.info 
Removed Files:
uri-pm.patch 
Log Message:
Latest uri-pmXXX to stable


--- uri-pm.patch DELETED ---

Index: uri-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/uri-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- uri-pm.info 22 Oct 2011 18:37:46 -  1.13
+++ uri-pm.info 18 Nov 2011 20:24:50 -  1.14
@@ -1,23 +1,33 @@
 Info2: 
 Package: uri-pm%type_pkg[perl]
-Version: 1.38
+Version: 1.59
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
 ###
 Depends:  perl%type_pkg[perl]-core, mime-base64-pm%type_pkg[perl]
-BuildDepends: fink (= 0.29.0-1)
+BuildDepends: fink (= 0.29.0-1), extutils-makemaker-pm%type_pkg[perl] (= 
6.56-3)
 Replaces: uri-pm (= 1.23-1), %N-man
 Conflicts: %N-man
 ###
 Source: mirror:cpan:authors/id/G/GA/GAAS/URI-%v.tar.gz
-Source-MD5: 35fba2715eb8ac56e8e30244ae69ff65
+Source-MD5: fecebf8fa20e2d26ea4a1649c095e96e
 ###
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
 UpdatePOD: true
 ###
-DocFiles: Changes README rfc2396.txt
+DocFiles: Changes README
 ###
+PatchScript: 
+#!/bin/sh -ev
+   perlversion=%type_raw[perl]
+   if dpkg --compare-versions $perlversion = 5.10.0  [ %m != 
powerpc ]; then
+   perl -pi -e 's#(\$\^X)#/usr/bin/arch, -%m, \1#' t/storable.t
+   fi
+
+
+InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (= 0.96-1)
+
 InstallScript: 
   %{default_script}
   mv %i/share/man %i/lib/perl5/%type_raw[perl]
@@ -38,8 +48,14 @@
   URI::URL interface.  The emulated URI::URL implements both the old and
   the new interface.
 
+DescPackaging: 
+   Tests want business-isbn-pm but it depends on uri-pm so don't add to
+   TestDepends or else we get trapped in a circular dependency.
+   
+   Previously maintained by Christian Schaffner 
chri...@users.sourceforge.net
+
 ###
-License: Artistic
-Maintainer: Christian Schaffner chri...@users.sourceforge.net
+License: Artistic/GPL
+Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Homepage: http://search.cpan.org/dist/URI
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv9724/10.4-unstable/main/finkinfo/libs/perlmods

Removed Files:
uri-pm.info 
Log Message:
Latest uri-pmXXX to stable


--- uri-pm.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/graphics cairo.info, 1.1, 1.2 cairomm1.info, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv9752

Modified Files:
cairo.info cairomm1.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: cairo.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/cairo.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo.info  11 Jul 2011 04:08:32 -  1.1
+++ cairo.info  18 Nov 2011 20:24:57 -  1.2
@@ -1,6 +1,6 @@
 Package: cairo
 Version: 1.8.10
-Revision: 3
+Revision: 5
 Description: Vector graphics library
 License: BSD
 Maintainer: Benjamin Reed ca...@fink.raccoonfink.com
@@ -10,16 +10,17 @@
pkgconfig (= 0.23-1)
 
 BuildDepends: 
-   fink (= 0.29.7-1),
-   fink-package-precedence,
+   fink (= 0.30.2-1),
+   fink-package-precedence (= 0.7-1),
+   flag-sort (= 0.4-1),
fontconfig2-dev (= 2.8.0-4),
freetype219 (= 2.3.12-1),
glitz (= 0.5.6-1),
-   gtk-doc (= 1.13-5),
+   gtk-doc (= 1.17-2),
pixman (= 0.16.0-1),
pkgconfig (= 0.23-1),
libgl-dev,
-   libpng14,
+   libpng15,
x11-dev
 
 BuildDependsOnly: true
@@ -38,7 +39,7 @@
 PatchScript: 
patch -p1  %{PatchFile}
perl -pi -e 's,have_glitz_agl=yes,have_glitz_agl=no,g' configure
-   perl -pi -e 's,libpng12,libpng14,g' configure
+   perl -pi -e 's,libpng12,libpng,g' configure
perl -pi -e 
's,(POPPLER_VERSION_REQUIRED=).*,${1}9.FORCE.NONDETECT,' configure
perl -pi -e 
's,(LIBRSVG_VERSION_REQUIRED=).*,${1}9.FORCE.NONDETECT,' configure
perl -pi -e 
's,(SPECTRE_VERSION_REQUIRED=).*,${1}9.FORCE.NONDETECT,' configure
@@ -47,29 +48,36 @@
 PatchFile: %n.patch
 PatchFile-MD5: c0035b1abb5c8a39fd0d111e3e1f4aff
 
-SetCFLAGS: -Os
+SetCFLAGS: -Os -isystem /usr/include
 UseMaxBuildJobs: true
-ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\\..*//'` 
--disable-xcb --enable-dependency-tracking --disable-gtk-doc --enable-quartz 
--enable-quartz-font --disable-quartz-image --enable-png --enable-glitz 
--enable-ps --enable-pdf --disable-atsui --mandir=%p/share/man --disable-static
+ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\\..*//'` 
--disable-xcb --enable-dependency-tracking --disable-gtk-doc --enable-quartz 
--enable-quartz-font --disable-quartz-image --enable-png --enable-glitz 
--enable-ps --enable-pdf --mandir=%p/share/man --disable-static
 CompileScript: 
-#!/bin/sh -ex
-   if [ -x /usr/bin/gcc-4.2 ]; then
-   export CC=gcc-4.2
+   #!/bin/sh -ex
+   if [[ $(sw_vers -productVersion | cut -d. -f1-2)  10.6 ]]; then
+   export CC=clang
+   elif [ -x /usr/bin/gcc-4.2 ]; then
+   export CC=gcc-4.2
+   else
+   export CC=gcc
fi
-
+   
export 
PKG_CONFIG_PATH=%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH
ac_cv_prog_GS= ./configure %c
-#  find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/fontconfig2/include ,'
-   make
+   
+   export CC=flag-sort -v -r $CC
+   make CC=$CC CPP=$CC -E
+   
fink-package-precedence --prohibit-bdep %n .
 
 
 InstallScript: 
 #!/bin/sh -ex
-   make -j1 install DESTDIR=%d
+   make -j1 install DESTDIR=%d
perl -pi -e 's,xrender = 0.6,,' %i/lib/pkgconfig/*.pc
perl -pi -e 's,^(Libs.private:.*)$,$1 -lXrender -lXext,' 
%i/lib/pkgconfig/cairo.pc
perl -pi -e 's,^(Cflags: .*)$,$1 -I/usr/X11R6/include 
-I/usr/X11/include,' %i/lib/pkgconfig/cairo.pc
-   perl -pi -e 's,libpng\d+,,; s,pixman-1 = [\d\.]*,,' 
%i/lib/pkgconfig/*.pc
+   perl -pi -e 's,libpng,,g' %i/lib/pkgconfig/*.pc
+   perl -pi -e 's,pixman-1 = [\d\.]+,,g' %i/lib/pkgconfig/*.pc
 
 DocFiles: AUTHORS COPYING ChangeLog* INSTALL NEWS README
 SplitOff: 
@@ -79,7 +87,7 @@
freetype219-shlibs (= 2.3.12-1),
glitz-shlibs (= 0.5.6-1),
libgl-shlibs,
-   libpng14-shlibs,
+   libpng15-shlibs,
pixman-shlibs (= 0.16.0-1),
x11-shlibs


Index: cairomm1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/cairomm1.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairomm1.info   11 Jul 2011 04:08:32 -  1.1
+++ cairomm1.info   18 Nov 2011 20:24:57 -  1.2
@@ -27,7 +27,6 @@
 Source-MD5: 559afbc47484ba3fad265e38a3dafe90
 PatchScript: 
%{default_script}
-   perl -pi -e 's/-version-info/-no-undefined -version-info/' 
libxml++/Makefile.in
 
 PatchFile: %n.patch
 PatchFile-MD5: e055c751895d45a8e3e151364b46c1fa


--
All the data 

[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics cairomm1.info, 1.1, NONE cairomm1.patch, 1.1, NONE

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv10228

Removed Files:
cairomm1.info cairomm1.patch 
Log Message:
relocated to stable


--- cairomm1.info DELETED ---

--- cairomm1.patch DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods xml-libxml-pm.info, 1.20, NONE xml-libxml-pm.patch, 1.1, NONE xml-xpath-pm.info, 1.8, NONE

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv11356/10.4-unstable/main/finkinfo/libs/perlmods

Removed Files:
xml-libxml-pm.info xml-libxml-pm.patch xml-xpath-pm.info 
Log Message:
triangulate some xml-*-pm to stable


--- xml-libxml-pm.patch DELETED ---

--- xml-libxml-pm.info DELETED ---

--- xml-xpath-pm.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 xml-xpath-pm.info, NONE, 1.1 xml-libxml-pm.info, 1.3, 1.4

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv11356/10.4-stable/main/finkinfo/libs/perlmods

Modified Files:
xml-libxml-pm.info 
Added Files:
xml-xpath-pm.info 
Log Message:
triangulate some xml-*-pm to stable


Index: xml-libxml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/xml-libxml-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xml-libxml-pm.info  21 Jul 2011 21:31:56 -  1.3
+++ xml-libxml-pm.info  18 Nov 2011 20:28:28 -  1.4
@@ -1,9 +1,8 @@
 Info2: 
 Package: xml-libxml-pm%type_pkg[perl]
-Version: 1.70
+Version: 1.84
 Revision: 1
-Architecture: (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 584) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, 
(%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6
+Distribution: (%type_pkg[perl] = 586) 10.5
 ###
 Depends: 
libiconv,
@@ -13,16 +12,17 @@
xml-sax-pm%type_pkg[perl]
 
 BuildDepends: 
+   extutils-makemaker-pm%type_pkg[perl] (= 6.56-1),
fink (= 0.24.12),
libiconv-dev,
libxml2
 
 Replaces: xml-libxml-common-pm%type_pkg[perl]
 ###
-Source: mirror:cpan:authors/id/P/PA/PAJAS/XML-LibXML-%v.tar.gz
-Source-MD5: 33d4294f708e20c298cfe534d1166844
+Source: mirror:cpan:authors/id/S/SH/SHLOMIF/XML-LibXML-%v.tar.gz
+Source-MD5: de6a92f1d25587547dc6e70dec742893
 ###
-Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
+Type: perl (5.8.6 5.8.8 5.10.0)
 UpdatePOD: true
 ###
 PatchFile: %{ni}.patch
@@ -33,7 +33,7 @@
   %{default_script}
   mv %i/share/man %i/lib/perl5/%type_raw[perl]
 
-DocFiles: Changes LICENSE README
+DocFiles: Changes HACKING.txt LICENSE README
 ###
 Description: Perl interface to the Gnome libxml2 library
 DescDetail: 

--- NEW FILE: xml-xpath-pm.info ---
Info2: 
Package: xml-xpath-pm%type_pkg[perl]
Version: 1.13
Revision: 3
Distribution: (%type_pkg[perl] = 586) 10.5
Source: mirror:cpan:authors/id/M/MS/MSERGEANT/XML-XPath-%v.tar.gz
Source-MD5: b5919d9220d83982feb6e2321850c5d7
Type: perl (5.8.6 5.8.8 5.10.0)
Depends: perl%type_pkg[perl]-core, xml-parser-pm%type_pkg[perl]
Replaces: xml-xpath-pm (= 1.12-1), xml-xpath-pm560, xml-xpath-pm580
InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
/bin/mv %i/bin/xpath %i/bin/xpath-%type_pkg[perl]

UpdatePOD: true
DocFiles: README MANIFEST TODO
PostInstScript: update-alternatives --install %p/bin/xpath xpath 
%p/bin/xpath-%type_pkg[perl] %type_pkg[perl]
PreRmScript: update-alternatives --remove xpath %p/bin/xpath-%type_pkg[perl]
DescPackaging: 
Former Maintainer: Chris Leishman ch...@leishman.org

Description: Perl module for processing XPath
DescDetail: 
This module implements the W3C's XPath specification.  It aims to be
completely correct to the letter of the spec, and yet still allow
extensions through the use of functions and variables, such as are
provided by XSLT and XPointer.

License: Artistic
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/search?dist=XML-XPath



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/graphics imlib2.info, 1.2, 1.3 pixman.info, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv11552

Modified Files:
imlib2.info pixman.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: pixman.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/pixman.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pixman.info 11 Jul 2011 04:08:32 -  1.1
+++ pixman.info 18 Nov 2011 20:29:33 -  1.2
@@ -1,5 +1,5 @@
 Package: pixman
-Version: 0.18.2
+Version: 0.22.2
 Revision: 1
 Description: Pixel manipulation library
 License: BSD
@@ -7,27 +7,27 @@
 
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: 
-   fink (= 0.29.7-1),
+   fink (= 0.30.0-1),
fink-package-precedence (= 0.7-1),
pkgconfig (= 0.23-1)
 
 Conflicts: libpixman1
 Replaces: libpixman1
 BuildDependsOnly: true
-InfoTest:  TestScript: make -k check || exit 2
+InfoTest: TestScript: make -k check || exit 2
 
 Source: http://xorg.freedesktop.org/archive/individual/lib/pixman-%v.tar.bz2
-Source-MD5: 8f0c47bbb12a0d9c0d14242596bf6bf9
-PatchScript:   perl -pi -e 's,PTHREAD_LDFLAGS=-pthread,PTHREAD_LDFLAGS=,g' 
configure
+Source-MD5: 863b87e7a7d6e1d032fd583edc1df5dd
 
-NoSetLDFLAGS: true
 UseMaxBuildJobs: true
 ConfigureParams: --enable-dependency-tracking --disable-gtk --disable-static
 CompileScript: 
-#!/bin/sh -ev
-
-   if [ -x /usr/bin/gcc-4.2 ]; then
-   export CC=gcc-4.2
+   #!/bin/sh -ev
+   
+   if [[ $(sw_vers -productVersion | cut -d. -f1-2)  10.6 ]]; then
+   export CC=clang
+   elif [ -x /usr/bin/gcc-4.2 ]; then
+   export CC=gcc-4.2
fi
./configure %c
make
@@ -40,7 +40,7 @@
Package: %N-shlibs
DocFiles: COPYING
Files: lib/libpixman-1.0*.dylib
-   Shlibs: %p/lib/libpixman-1.0.dylib 19.0.0 %N-shlibs (= 0.18.0-1)
+   Shlibs: %p/lib/libpixman-1.0.dylib 23.0.0 %N-shlibs (= 0.22.2-1)
 
 
 Homepage: http://www.cairographics.org/

Index: imlib2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/imlib2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- imlib2.info 30 Oct 2011 00:33:44 -  1.2
+++ imlib2.info 18 Nov 2011 20:29:33 -  1.3
@@ -1,6 +1,6 @@
 Package: imlib2
 Version: 1.4.2
-Revision: 4
+Revision: 5
 Description: Image handling library for X11
 License: BSD
 Maintainer: Benjamin Reed iml...@fink.racoonfink.com
@@ -20,7 +20,7 @@
giflib,
libid3tag,
libjpeg8,
-   libpng14,
+   libpng15,
libtiff,
libtool2,
pkgconfig (= 0.23),
@@ -58,7 +58,7 @@
giflib-shlibs,
libid3tag-shlibs,
libjpeg8-shlibs,
-   libpng14-shlibs,
+   libpng15-shlibs,
libtiff-shlibs,
x11



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/graphics giflib.info, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv11835

Modified Files:
giflib.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: giflib.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/giflib.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- giflib.info 11 Jul 2011 04:08:32 -  1.1
+++ giflib.info 18 Nov 2011 20:31:01 -  1.2
@@ -52,11 +52,13 @@
 
 SplitOff4: 
Package: libungif-shlibs
+   Description: OBSOLETE: use package %N-shlibs instead
Depends: %N-shlibs (= %v-%r), fink-obsolete-packages
Files: share/doc/installed-packages/%n
 
 SplitOff5: 
Package: libungif-bin
+   Description: OBSOLETE: use package %N-bin instead
Depends: %N-bin (= %v-%r), fink-obsolete-packages
Files: share/doc/installed-packages/%n
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods authen-ntlm-pm.info, 1.1, NONE class-singleton-pm.info, 1.2, NONE datetime-format-mail-pm.info, 1.12, NONE datetime-format-w3cdtf-pm.info, 1.8, NO

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv13906/unstable/main/finkinfo/libs/perlmods

Removed Files:
authen-ntlm-pm.info class-singleton-pm.info 
datetime-format-mail-pm.info datetime-format-w3cdtf-pm.info 
datetime-locale-pm.info datetime-pm.info 
datetime-timezone-pm.info digest-hmac-pm.info 
encode-locale-pm.info file-listing-pm.info 
http-cookies-pm.info http-daemon-pm.info http-date-pm.info 
http-message-pm.info http-negotiate-pm.info libwww-pm.info 
lwp-mediatypes-pm.info net-http-pm.info www-robotrules-pm.info 
xml-rss-pm.info 
Log Message:
migrate a ton of network-related perlmods to stable (especially libwww-pm new 
version, and new modules as dependencies)


--- http-daemon-pm.info DELETED ---

--- lwp-mediatypes-pm.info DELETED ---

--- file-listing-pm.info DELETED ---

--- encode-locale-pm.info DELETED ---

--- http-date-pm.info DELETED ---

--- www-robotrules-pm.info DELETED ---

--- http-cookies-pm.info DELETED ---

--- datetime-format-w3cdtf-pm.info DELETED ---

--- datetime-format-mail-pm.info DELETED ---

--- datetime-timezone-pm.info DELETED ---

--- class-singleton-pm.info DELETED ---

--- datetime-locale-pm.info DELETED ---

--- http-message-pm.info DELETED ---

--- digest-hmac-pm.info DELETED ---

--- libwww-pm.info DELETED ---

--- authen-ntlm-pm.info DELETED ---

--- xml-rss-pm.info DELETED ---

--- http-negotiate-pm.info DELETED ---

--- net-http-pm.info DELETED ---

--- datetime-pm.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 authen-ntlm-pm.info, NONE, 1.1 class-singleton-pm.info, NONE, 1.1 datetime-format-mail-pm.info, NONE, 1.1 datetime-format-w3cdtf-pm.info, NONE, 1.1

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13906/stable/main/finkinfo/libs/perlmods

Modified Files:
libwww-pm.info 
Added Files:
authen-ntlm-pm.info class-singleton-pm.info 
datetime-format-mail-pm.info datetime-format-w3cdtf-pm.info 
datetime-locale-pm.info datetime-pm.info 
datetime-timezone-pm.info digest-hmac-pm.info 
encode-locale-pm.info file-listing-pm.info 
http-cookies-pm.info http-daemon-pm.info http-date-pm.info 
http-message-pm.info http-negotiate-pm.info 
lwp-mediatypes-pm.info net-http-pm.info www-robotrules-pm.info 
xml-rss-pm.info 
Log Message:
migrate a ton of network-related perlmods to stable (especially libwww-pm new 
version, and new modules as dependencies)


--- NEW FILE: http-daemon-pm.info ---
Info2: 
Package: http-daemon-pm%type_pkg[perl]
Version: 6.00
Revision: 1
Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, 
(%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 
588) 10.5, (%type_pkg[perl] = 588) 10.6
Description: Simple http server class
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/HTTP-Daemon

BuildDepends: fink (= 0.29.0), extutils-makemaker-pm%type_pkg[perl] (= 6.56-3)
Depends: 
http-date-pm%type_pkg[perl],
http-message-pm%type_pkg[perl],
lwp-mediatypes-pm%type_pkg[perl],
perl%type_pkg[perl]-core

Replaces: libwww-pm%type_pkg[perl] ( 6.00-1)

Source: mirror:cpan:authors/id/G/GA/GAAS/HTTP-Daemon-%v.tar.gz
Source-MD5: 36c8048775b8b53a6fb7c9d781658926

Type: perl (5.8.8 5.10.0 5.12.3)

UpdatePOD: true
DocFiles: Changes README
InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: lwp-mediatypes-pm.info ---
Info2: 
Package: lwp-mediatypes-pm%type_pkg[perl]
Version: 6.01
Revision: 1
Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, 
(%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 
588) 10.5, (%type_pkg[perl] = 588) 10.6
Description: Guess media type for a file or a URL
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/LWP-MediaTypes

BuildDepends: fink (= 0.29.0), extutils-makemaker-pm%type_pkg[perl] (= 6.56-3)
Depends: perl%type_pkg[perl]-core
Replaces: libwww-pm%type_pkg[perl] ( 6.00-1)

Source: mirror:cpan:authors/id/G/GA/GAAS/LWP-MediaTypes-%v.tar.gz
Source-MD5: 3cd1ccb774867b5b20e672981b230db6

Type: perl (5.8.8 5.10.0 5.12.3)

UpdatePOD: true
DocFiles: Changes README
InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: file-listing-pm.info ---
Info2: 
Package: file-listing-pm%type_pkg[perl]
Version: 6.02
Revision: 1
Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, 
(%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 
588) 10.5, (%type_pkg[perl] = 588) 10.6
Description: Parse directory listing
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/File-Listing

BuildDepends: fink (= 0.29.0), extutils-makemaker-pm%type_pkg[perl] (= 6.56-3)
Depends: perl%type_pkg[perl]-core, http-date-pm%type_pkg[perl]
Replaces: libwww-pm%type_pkg[perl] ( 6.00-1)

Source: mirror:cpan:authors/id/G/GA/GAAS/File-Listing-%v.tar.gz
Source-MD5: 57349906cdb1d2be954bc9ec44c961bf

Type: perl (5.8.8 5.10.0 5.12.3)

UpdatePOD: true
DocFiles: Changes README
InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: encode-locale-pm.info ---
Info2: 
Package: encode-locale-pm%type_pkg[perl]
Version: 1.01
Revision: 1
Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, 
(%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 
588) 10.5, (%type_pkg[perl] = 588) 10.6
Description: Determine the locale encoding
License: Artistic/GPL
Maintainer: Daniel Johnson dan...@daniel-johnson.org
Homepage: http://search.cpan.org/dist/Encode-Locale

BuildDepends: fink (= 0.29.0), extutils-makemaker-pm%type_pkg[perl] (= 6.56-3)
Depends: perl%type_pkg[perl]-core, encode-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/G/GA/GAAS/Encode-Locale-%v.tar.gz
Source-MD5: e92740d24715c60682325b5bd971b38a

Type: perl (5.8.8 5.10.0 5.12.3)

UpdatePOD: true
DocFiles: Changes README
InstallScript: 
%{default_script}
/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]



--- NEW FILE: http-date-pm.info ---
Info2: 
Package: http-date-pm%type_pkg[perl]
Version: 6.00
Revision: 1
Distribution: (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, 
(%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 
588) 10.5, (%type_pkg[perl] = 588) 10.6

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods xml-parser-pm.info, 1.19, NONE

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv15585/10.4-unstable/main/finkinfo/libs/perlmods

Removed Files:
xml-parser-pm.info 
Log Message:
some more syncing


--- xml-parser-pm.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 xml-parser-pm.info, 1.10, 1.11

2011-11-18 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
vz-cvs-3.sog:/tmp/cvs-serv15585/10.4-stable/main/finkinfo/libs/perlmods

Modified Files:
xml-parser-pm.info 
Log Message:
some more syncing


Index: xml-parser-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/xml-parser-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xml-parser-pm.info  21 Jul 2011 21:31:56 -  1.10
+++ xml-parser-pm.info  18 Nov 2011 20:40:11 -  1.11
@@ -1,22 +1,23 @@
 Info2: 
 Package: xml-parser-pm%type_pkg[perl]
-Version: 2.36
-Revision: 2
+Version: 2.41
+Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
 ###
-Depends: perl%type_pkg[perl]-core, expat1-shlibs, libwww-pm%type_pkg[perl]
-BuildDepends: fink (= 0.29.0-1), expat1, libwww-pm%type_pkg[perl]
+Depends: perl%type_pkg[perl]-core, expat1-shlibs
+BuildDepends: fink (= 0.29.0-1), expat1, extutils-makemaker-pm%type_pkg[perl] 
(= 6.56-3)
 Replaces: xml-parser-pm (= 2.31-4), %N-man
 Conflicts: %N-man
 ###
-Source: mirror:cpan:authors/id/M/MS/MSERGEANT/XML-Parser-%v.tar.gz
-Source-MD5: 1b868962b658bd87e1563ecd56498ded
+Source: mirror:cpan:authors/id/T/TO/TODDR/XML-Parser-%v.tar.gz
+Source-MD5: c320d2ffa459e6cdc6f9f59c1185855e
 ###
-Type: perl (5.8.1 5.8.6 5.8.8 5.10.0 5.12.3)
+Type: perl (5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
 UpdatePOD: true
 ###
 ConfigureParams: EXPATLIBPATH=%p/lib EXPATINCPATH=%p/include
+InfoTest: TestDepends: test-simple-pm%type_pkg[perl] (= 0.96-1), 
libwww-pm%type_pkg[perl]
 ###
 DocFiles: Changes MANIFEST README samples/*
 InstallScript: 
@@ -29,10 +30,11 @@
   This is a Perl extension interface to James Clark's XML parser, expat.
 
 DescPackaging: 
- Earlier versions by Justin F. Hallett.
+ Earlier versions by Justin F. Hallett and
+ Christian Schaffner chri...@users.sourceforge.net
 
 ###
 License: Artistic
-Maintainer: Christian Schaffner chri...@users.sourceforge.net
+Maintainer: Daniel Johnson dan...@daniel-johnson.org
 Homepage: http://search.cpan.org/dist/XML-Parser
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/languages libyaml.info, NONE, 1.1

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv17811

Added Files:
libyaml.info 
Log Message:
sync. w/ 10.!4/stable


--- NEW FILE: libyaml.info ---
Package: libyaml
Version: 0.1.3
Revision: 4
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Source: http://pyyaml.org/download/%n/yaml-%v.tar.gz
Source-MD5: b8ab9064e8e0330423fe640de76608cd
SetCFLAGS: -Os
ConfigureParams: --disable-dependency-tracking
InfoTest: 
TestScript: make check || exit 2

InstallScript: make install DESTDIR=%d
DocFiles: LICENSE README
Splitoff: 
  Package: %N-shlibs
  Files: 
lib/libyaml-0.2.dylib
  
  Shlibs: 
%p/lib/libyaml-0.2.dylib 3.0.0 %n (= 0.1.3-2)
  
  DocFiles: LICENSE

License: BSD
Homepage: http://pyyaml.org/wiki/LibYAML
Maintainer: Jack Fink jackf...@users.sourceforge.net
Description: YAML 1.1 parser and emitter written in C



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/languages libyaml.info, 1.1, NONE

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv17798

Removed Files:
libyaml.info 
Log Message:
relocated to stable


--- libyaml.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/libs boost1.35..info, 1.1, 1.2

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv5862

Modified Files:
boost1.35..info 
Log Message:
sync. w/ 10.!4/stable, account for -py27 variants


Index: boost1.35..info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/boost1.35..info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- boost1.35..info 11 Jul 2011 04:08:32 -  1.1
+++ boost1.35..info 18 Nov 2011 23:30:14 -  1.2
@@ -1,8 +1,8 @@
 Info2: 
 Package: boost1.35.%type_pkg[python]
 Version: 1.35.0
-Revision: 8
-Type: python (nopython systempython python2.3 python2.4 python2.5 python2.6)
+Revision: 9
+Type: python (nopython systempython python2.3 python2.4 python2.5 python2.6 
python2.7)
 
 Distribution: (%type_pkg[python] = python23) 10.4, (%type_pkg[python] = 
python24) 10.4, (%type_pkg[python] = python24) 10.5
 
@@ -23,6 +23,7 @@
   (%type_pkg[python] != nopython) boost1.35.python24,
   (%type_pkg[python] != nopython) boost1.35.python25,
   (%type_pkg[python] != nopython) boost1.35.python26,
+  (%type_pkg[python] != nopython) boost1.35.python27,
   boost1.41.cmake
  
 Replaces:  
@@ -37,6 +38,7 @@
   boost1.35.python24,
   boost1.35.python25,
   boost1.35.python26,
+  boost1.35.python27,
   boost1.35.nopython,
   boost1.41.cmake
 


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/libs/perlmods algorithm-annotate-pm.info, NONE, 1.1

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11530

Added Files:
algorithm-annotate-pm.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: algorithm-annotate-pm.info ---
Package: algorithm-annotate-pm
Version: 0.10
Revision: 1
Type: perl
Description: Perl module to represent a series of changes
License: Artistic
Maintainer: Christian Schaffner chri...@users.sourceforge.net

# Dependencies:
Depends: algorithm-diff-pm

# Unpack Phase:
Source: mirror:cpan:authors/id/C/CL/CLKAO/Algorithm-Annotate-%v.tar.gz
Source-MD5: 453395489640e28fc772944ef08d396b

# Install Phase:
UpdatePOD: true
DocFiles: MANIFEST

# Additional Info:
Homepage: http://search.cpan.org/dist/Algorithm-Annotate/


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv11655

Removed Files:
algorithm-annotate-pm.info 
Log Message:
relocated to stable


--- algorithm-annotate-pm.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci gri.info,NONE,1.1

2011-11-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv13785/10.4/stable/main/finkinfo/sci

Added Files:
gri.info 
Log Message:
New upstream.   Add to 10.7.  Move unstable - stable



--- NEW FILE: gri.info ---
Package: gri
Version: 2.12.23
Revision: 1
GCC: 4.0
BuildDepends: 
imagemagick | graphicsmagick-imagemagick-compat,
readline5,
tetex-base,
fink-package-precedence

Depends: readline5-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: eabd37f80ac51f7aef83a89234fb6522

PatchScript: perl -pi -e 's/RpnFunction.html/RpnFunctionOps.html/' doc/gri.texi

ConfigureParams: --infodir='${prefix}/share/info'

CompileScript: 
%{default_script}
fink-package-precedence .


InfoTest: TestScript: make check || exit 2

InstallScript: 
%{default_script}
# clear out gzipped info files
rm %i/share/info/*.gz
# put documentation into more standard location
# license.txt is included in these docs
mkdir -p %i/share/doc/%n
cp -r %i/share/%n/doc/* %i/share/doc/%n/
rm -rf %i/share/%n/doc
# last minute patching of gri.cmd:


DocFiles: AUTHORS COPYING README NEWS THANKS
InfoDocs: gri.info
Description: Scientific graphics language
DescDetail: 
Gri is a language for scientific graphics programming. The word language is 
important: Gri is command-driven, not point/click.

Some users consider Gri similar to LaTeX, since both provide extensive power 
as a reward for tolerating a learning curve.

Gri can make x-y graphs, contour graphs, and image graphs, in PostScript 
and (someday) SVG formats. Control is provided over all aspects of drawing,
e.g. line widths, colors, and fonts. A TeX-like syntax provides common
mathematical symbols.

Folks who write thousand-line Gri scripts usually start with something 
as simple as the following, which produces an auto-scaled graph.

   open file.dat
   read columns x y
   draw curve

DescPackaging: 
  Fink's dpkg's install-info has a bug that affects compressed .info
  files, so don't compress them.
  
  RpnFunctions.html and Rpnfunctions.html are the same file on a
  case-insensitive filesystem, so we rename the former.

  Maintained by Dan Kelley (dan.kel...@dal.ca) through version 
  2.12.8-1003

License: GPL
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
Homepage: http://gri.sourceforge.net



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-11-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv13785/10.4/unstable/main/finkinfo/sci

Removed Files:
gri.info gri.patch 
Log Message:
New upstream.   Add to 10.7.  Move unstable - stable



--- gri.info DELETED ---

--- gri.patch DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/sci gri.info,NONE,1.1

2011-11-18 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv13785/10.7/stable/main/finkinfo/sci

Added Files:
gri.info 
Log Message:
New upstream.   Add to 10.7.  Move unstable - stable



--- NEW FILE: gri.info ---
Package: gri
Version: 2.12.23
Revision: 1
GCC: 4.0
BuildDepends: 
imagemagick | graphicsmagick-imagemagick-compat,
readline5,
tetex-base,
fink-package-precedence

Depends: readline5-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: eabd37f80ac51f7aef83a89234fb6522

PatchScript: perl -pi -e 's/RpnFunction.html/RpnFunctionOps.html/' doc/gri.texi

ConfigureParams: --infodir='${prefix}/share/info'

CompileScript: 
%{default_script}
fink-package-precedence .


InfoTest: TestScript: make check || exit 2

InstallScript: 
%{default_script}
# clear out gzipped info files
rm %i/share/info/*.gz
# put documentation into more standard location
# license.txt is included in these docs
mkdir -p %i/share/doc/%n
cp -r %i/share/%n/doc/* %i/share/doc/%n/
rm -rf %i/share/%n/doc
# last minute patching of gri.cmd:


DocFiles: AUTHORS COPYING README NEWS THANKS
InfoDocs: gri.info
Description: Scientific graphics language
DescDetail: 
Gri is a language for scientific graphics programming. The word language is 
important: Gri is command-driven, not point/click.

Some users consider Gri similar to LaTeX, since both provide extensive power 
as a reward for tolerating a learning curve.

Gri can make x-y graphs, contour graphs, and image graphs, in PostScript 
and (someday) SVG formats. Control is provided over all aspects of drawing,
e.g. line widths, colors, and fonts. A TeX-like syntax provides common
mathematical symbols.

Folks who write thousand-line Gri scripts usually start with something 
as simple as the following, which produces an auto-scaled graph.

   open file.dat
   read columns x y
   draw curve

DescPackaging: 
  Fink's dpkg's install-info has a bug that affects compressed .info
  files, so don't compress them.
  
  RpnFunctions.html and Rpnfunctions.html are the same file on a
  case-insensitive filesystem, so we rename the former.

  Maintained by Dan Kelley (dan.kel...@dal.ca) through version 
  2.12.8-1003

License: GPL
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
Homepage: http://gri.sourceforge.net



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/libs/perlmods algorithm-merge-pm.info, NONE, 1.1

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13829

Added Files:
algorithm-merge-pm.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: algorithm-merge-pm.info ---
Package: algorithm-merge-pm
Version: 0.08
Revision: 1
Source: mirror:cpan:authors/id/J/JS/JSMITH/Algorithm-Merge-%v.tar.gz
Source-MD5: eadf67581b25d00ca30d7ec6488c9db0
Type: perl
UpdatePOD: true
Depends: algorithm-diff-pm
DocFiles: CHANGES README
License: Artistic/GPL
Description: Implements 3-way merge and diff algorithms
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Algorithm-Merge
DescPackaging: 
 Found a bug?  Please check if it has already been reported:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Algorithm-Merge



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv13906

Removed Files:
algorithm-merge-pm.info 
Log Message:
relocated to stable


--- algorithm-merge-pm.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/libs/perlmods aliased-pm.info, NONE, 1.1 business-isbn-data-pm.info, NONE, 1.1 business-isbn-pm.info, NONE, 1.1 business-issn-pm.info, NONE, 1.1

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv27786

Added Files:
aliased-pm.info business-isbn-data-pm.info 
business-isbn-pm.info business-issn-pm.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: business-isbn-data-pm.info ---
Package: business-isbn-data-pm
Version: 20081208
Revision: 1
Description: International Standard Book Numbers
Type: perl
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Source: mirror:cpan:authors/id/B/BD/BDFOY/Business-ISBN-Data-%v.tar.gz
Source-MD5: e8edb53f04830344e20f61b02b6ed054
DocFiles: Changes LICENSE README
UpdatePOD: true
Homepage: http://search.cpan.org/dist/Business-ISBN-Data

--- NEW FILE: aliased-pm.info ---
Package: aliased-pm
Version: 0.30
Revision: 1
Source: mirror:cpan:authors/id/O/OV/OVID/aliased-%v.tar.gz
Source-MD5: 8c2ee486901dae7d1c31e9a2d69c6c8f
Type: perl
InfoTest: 
TestDepends: 
test-pod-coverage-pm,
test-pod-pm


DocFiles: Changes README
UpdatePOD: true
License: Artistic/GPL
Description: Use shorter versions of class names
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/aliased

--- NEW FILE: business-isbn-pm.info ---
Info2: 
Package: business-isbn-pm%type_pkg[perl]
Version: 2.05
Revision: 1
Description: International Standard Book Numbers handler
Type: perl (5.8.8 5.10.0)
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Depends: 
perl%type_pkg[perl]-core,
business-isbn-data-pm,
uri-pm%type_pkg[perl]

Source: mirror:cpan:authors/id/B/BD/BDFOY/Business-ISBN-%v.tar.gz
Source-MD5: 944a2844711fa6ab1b079d8d2ef4cd75
InstallScript: 
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]

DocFiles: Changes LICENSE
UpdatePOD: true
Homepage: http://search.cpan.org/dist/Business-ISBN


--- NEW FILE: business-issn-pm.info ---
Package: business-issn-pm
Version: 0.91
Revision: 1
Description: International Standard Serial Numbers handler
Type: perl
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Source: mirror:cpan:authors/id/B/BD/BDFOY/Business-ISSN-%v.tar.gz
Source-MD5: d1f609422d3a0ad5e301ae694d142fe4
DocFiles: Changes LICENSE
UpdatePOD: true
Homepage: http://search.cpan.org/dist/Business-ISSN


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/perlmods aliased-pm.info, 1.1, NONE business-isbn-pm.info, 1.1, NONE business-isbn-data-pm.info, 1.1, NONE business-issn-pm.info, 1.1, NONE

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv27912

Removed Files:
aliased-pm.info business-isbn-pm.info 
business-isbn-data-pm.info business-issn-pm.info 
Log Message:
relocated to stable


--- business-isbn-data-pm.info DELETED ---

--- aliased-pm.info DELETED ---

--- business-isbn-pm.info DELETED ---

--- business-issn-pm.info DELETED ---


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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/10.4-EOL/libs/perlmods carp-clan-pm.info, NONE, 1.1 config-inifiles-pm.info, NONE, 1.1 config-simple-pm.info, NONE, 1.1 config-tiny-pm.info, NONE, 1.1 configfile-

2011-11-18 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv3503

Added Files:
carp-clan-pm.info config-inifiles-pm.info 
config-simple-pm.info config-tiny-pm.info configfile-pm.info 
configreader-simple-pm.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


--- NEW FILE: carp-clan-pm.info ---
Package: carp-clan-pm
Version: 6.04
Revision: 1
Source: mirror:cpan:authors/id/S/ST/STBEY/Carp-Clan-%v.tar.gz
Source-MD5: b6316bc51bb530d994f2784615939fb2
Type: perl
BuildDepends: test-exception-pm
#object-deadly-pm
UpdatePOD: true
DocFiles: Changes README license/*
Description: Report errors as a clan of modules
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Carp-Clan
DescPackaging: 
Avoid dep on Object::Deadly (circular dependency, only used
during self-test)


--- NEW FILE: config-simple-pm.info ---
Package: config-simple-pm
Version: 4.55
Revision: 1
Source: mirror:cpan:authors/id/S/SH/SHERZODR/Config-Simple-%v.tar.gz
UpdatePOD: true
Type: perl
DocFiles: Changes MANIFEST README
Description: Perl modules for simple config files
DescDetail: 
Reading and writing configuration files is one of the most frequent
tasks of any software design. Config::Simple is the library that helps
you with it.

Config::Simple is a class representing configuration file object. It
supports several configuration file syntax and tries to identify the
file syntax automatically. Library supports parsing, updating and
creating configuration files.

License: Artistic
Maintainer: Kurt Steinkraus kur...@csail.mit.edu
Homepage: http://search.cpan.org/dist/Config-Simple
Source-MD5: 7ce4d142bbb399a838e5370f2c1c1b4a

--- NEW FILE: configreader-simple-pm.info ---
Info2: 
Package: configreader-simple-pm
Version: 1.28
Revision: 1
Description: Simple configuration file parser
Type: perl
License: Artistic
Maintainer: Benjamin Reed configreader-simple...@fink.raccoonfink.com

BuildDepends: fink (= 0.29.7-1)

Source: mirror:cpan:modules/by-module/ConfigReader/ConfigReader-Simple-%v.tar.gz
Source-MD5: 2b6b97fdc4c2082c15d9c4c0300747cb

UseMaxBuildJobs: true

UpdatePOD: true
NoPerlTests: true
DocFiles: Changes MANIFEST README LICENSE

Homepage: http://search.cpan.org/dist/ConfigReader-Simple
DescDetail: 
ConfigReader::Simple reads and parses simple configuration files.
It is designed to be smaller and simpler than the ConfigReader
module and is more suited to simple configuration files.




--- NEW FILE: configfile-pm.info ---
Info2: 
Package: configfile-pm
Version: 1.2.1
Revision: 1030
Epoch: 1
Description: Manipulate XML config files
Type: perl
License: GPL
Maintainer: Benjamin Reed configfile...@fink.raccoonfink.com

Depends: system-perl

Source: 
mirror:debian:pool/main/libc/libconfigfile-perl/libconfigfile-perl_%v.tar.gz
Source-MD5: 8e79879b8b751707c4bb8de96b9f9fb3
SourceDirectory: libconfigfile-perl-%v

UseMaxBuildJobs: true

UpdatePOD: true
DocFiles: debian/changelog debian/copyright

Homepage: http://packages.debian.org/unstable/perl/libconfigfile-perl
DescDetail: 
ConfigFile parses simple configuration files and store its values in
an anonymous hash reference.




--- NEW FILE: config-tiny-pm.info ---
Package: config-tiny-pm
Version: 2.14
Revision: 1
Source: mirror:cpan:authors/id/A/AD/ADAMK/Config-Tiny-%v.tar.gz
Source-MD5: 498b8fd37a190a214cddd5506be77720
Type: perl
UpdatePOD: true
DocFiles: Changes LICENSE README
License: Artistic/GPL
Description: Read/Write .ini style files
Maintainer: None fink-de...@lists.sourceforge.net
Homepage: http://search.cpan.org/dist/Config-Tiny
DescPackaging: 
 Report bugs to the maintainer or the CPAN bug tracker:
 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Tiny

Former Maintainer: Chris Dolan chrisdo...@users.sourceforge.net


--- NEW FILE: config-inifiles-pm.info ---
Package: config-inifiles-pm
Version: 2.37
Revision: 1
Description: Perl module to read .ini-style config files
Type: perl
License: Artistic
Maintainer: Scott Hannahs s...@magnet.fsu.edu

# Unpack Phase:
Source: mirror:cpan:authors/id/W/WA/WADG/Config-IniFiles-%v.tar.gz
Source-MD5: b6a15ef97444df8485ce95f583bd6aa2

# Install Phase:
UpdatePOD: true
DocFiles: MANIFEST README

# Additional Data:
DescDetail: 
 This is the Config::Inifiles perl extensions module. It provides access
 to .ini style files by Jeremy Wadsack dgsupport at wadsack-allen dot com


Homepage: http://search.cpan.org/author/WADG/Config-IniFiles-2.37


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list

[cvs] dists/10.4/unstable/main/finkinfo/libs/perlmods finance-quotehist-pm.info, 1.11, 1.12

2011-11-18 Thread Dave Reiser
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv19696

Modified Files:
finance-quotehist-pm.info 
Log Message:
new version

Index: finance-quotehist-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/finance-quotehist-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- finance-quotehist-pm.info   21 Jul 2011 21:28:59 -  1.11
+++ finance-quotehist-pm.info   19 Nov 2011 03:33:55 -  1.12
@@ -1,6 +1,6 @@
 Info2: 
 Package: finance-quotehist-pm%type_pkg[perl]
-Version: 1.12
+Version: 1.19
 Revision: 1
 Depends: 
  libwww-pm%type_pkg[perl],
@@ -10,13 +10,16 @@
  regexp-common-pm,
  perl%type_pkg[perl]-core
 
-BuildDepends: date-manip-pm, fink (= 0.20.1-1)
+BuildDepends: date-manip-pm%type_pkg[perl], fink (= 0.24.12-1)
 Source: mirror:cpan:authors/id/M/MS/MSISK/Finance-QuoteHist-%v.tar.gz
-Source-MD5: ae609fad5f5c2fae387a5a6c3cb0e639
+Source-MD5: f6c16da1b840259fffb950369240db71
 Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
 UpdatePOD: true
 DocFiles: Changes MANIFEST README*
+InfoTest: 
+  TestScript: make test || exit 2
+
 InstallScript: 
%{default_script}
mv %i/share/man %i/lib/perl5/%type_raw[perl]


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
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 finance-quotehist-pm.info, NONE, 1.1

2011-11-18 Thread Dave Reiser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory vz-cvs-3.sog:/tmp/cvs-serv20022

Added Files:
finance-quotehist-pm.info 
Log Message:
new version

--- NEW FILE: finance-quotehist-pm.info ---
Info2: 
Package: finance-quotehist-pm%type_pkg[perl]
Version: 1.19
Revision: 1
Depends: 
 libwww-pm%type_pkg[perl],
 finance-quote-pm%type_pkg[perl],
 text-csv-pp-pm%type_pkg[perl] | text-csv-xs-pm%type_pkg[perl],
 html-tableextract-pm%type_pkg[perl] (= 2.07-1),
 regexp-common-pm,
 perl%type_pkg[perl]-core

BuildDepends: date-manip-pm%type_pkg[perl], fink (= 0.24.12-1)
Source: mirror:cpan:authors/id/M/MS/MSISK/Finance-QuoteHist-%v.tar.gz
Source-MD5: f6c16da1b840259fffb950369240db71
Type: perl (5.8.6 5.8.8 5.10.0 5.12.3)
Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] 
= 5123) 10.7, (%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, 
(%type_pkg[perl] = 588) 10.6
UpdatePOD: true
DocFiles: Changes MANIFEST README*
InfoTest: 
  TestScript: make test || exit 2

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

Description: Perl module to get old financial quotes
DescDetail: 
The Finance-QuoteHist bundle is several modules designed to fetch
historical stock quotes from the web.

License: Artistic
Maintainer: Dave Reiser dbrei...@users.sourceforge.net
Homepage: http://search.cpan.org/dist/Finance-QuoteHist



--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs