[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/devel svn18.info, NONE, 1.1

2013-06-20 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5132

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


--- NEW FILE: svn18.info ---
Package: svn18
Version: 1.8.0
Revision: 1
Description: Subversion - svnserve, tools
License: BSD
Maintainer: Daniel Johnson 

# Dependencies:
Depends: %N-shlibs (= %v-%r), daemonic
BuildDepends: <<
cyrus-sasl2-dev (>= 2.1.25-2),
db53-aes,
expat1,
fink (>= 0.24.12-1),
gettext-bin,
gettext-tools,
libapr.0-dev (>= 1.4.6-1),
libaprutil.0-dev (>= 1.5.1-1),
libgettext8-dev,
libiconv-dev (>= 1.9.1-11),
libserf1 (>= 1.2.1-1),
sqlite3-dev (>= 3.7.12),
openssl100-dev (>= 1.0.1e-1),
texinfo (>= 4.2-22)
<<

# Unpack Phase:
Source: mirror:apache:subversion/subversion-%v.tar.bz2
Source-MD5: f053a9948dfe5c70eff5c00509723214

PatchScript: <<
perl -pi -e "s/PACKAGE_NAME='subversion'/PACKAGE_NAME='subversion18'/" 
configure
perl -pi -e 's/(`echo \$\$inst`)/${1}18/' Makefile.in
# two tests hang on powerpc-darwin8, unable to figure out why
sed -i.orig -e 
'/filter_mergeinfo_revs_outside_of_dump_stream,/,/dropped_but_not_renumbered_empty_revs,/d'
 \
subversion/tests/cmdline/svndumpfilter_tests.py
# svndumpfilter tool seems to run ok -- fangism
# could be problem with python's subprocess.communicate -- danielj
<<

# Compile Phase:
# SetLDFLAGS: -Wl,-dead_strip_dylibs

UseMaxBuildJobs: true

ConfigureParams: <<
--libexecdir='${prefix}/lib/svn18' \
--libdir='${prefix}/lib/svn18' \
--enable-shared \
--disable-static \
--with-serf=%p \
--with-apr=%p/bin/apr-1-config \
--with-apr-util=%p/bin/apu-1-config \
--without-apxs \
--disable-mod-activation \
--without-jdk \
--disable-javahl \
--with-jikes=no \
--without-swig \
--with-berkeley-db='db.h:%p/include/db5:%p/lib:db-5.3' \
--with-sasl=%p \
--with-sqlite=%p \
--without-gnome-keyring \
--without-kwallet \
--without-ctypesgen \
--without-doxygen \
--without-libmagic
<<
GCC: 4.0
CompileScript: <<
#! /bin/sh -ev
 ### Configure shared
 export F77=no
 export RUBY=/usr/bin/false
 export PERL=/usr/bin/false

 ./configure %c

 ### make everything shared
 make CPPFLAGS='-I$(top_srcdir)/subversion/include -I$(top_builddir)/subversion 
-I%p/include/serf-1 -I%p/include/apache2 -I%p/include/db5 -I%p/include  
-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK' INCLUDES=''  
SVN_APRUTIL_LIBS='%p/lib/libaprutil.la %p/lib/libexpat.la'
<<
InfoTest: TestScript: make check || exit 2

# Install Phase:
DocFiles: BUGS CHANGES COMMITTERS LICENSE NOTICE INSTALL README
InstallScript: <<
 #!/bin/bash -ev
 make -j1 install DESTDIR=%d
 
 ### Rename binaries to end in "18"
 find %i/bin -name "svn*" -exec mv {} {}18 \;
 
 ### Install docu and notes
 /usr/bin/install -d %i/share
 /usr/bin/install -d %i/share/doc
 /usr/bin/install -d %i/share/doc/%n
 cp -r doc/user %i/share/doc/%n
 
 ### Configure and install examples, tools and notes
 /usr/bin/install -d %i/share/%n
 cp -r tools/backup %i/share/%n/tools
 cp -r tools/bdb %i/share/%n/tools
 cp -r tools/client-side %i/share/%n/tools
 cp -r tools/dev %i/share/%n/tools
 cp -r tools/diff %i/share/%n/tools
 cp -r tools/examples %i/share/%n/tools
 cp -r tools/hook-scripts %i/share/%n/tools
 cp -r tools/server-side %i/share/%n/tools
 cp -r tools/xslt %i/share/%n/tools
 mkdir -p %i/etc/bash_completion.d
 cp tools/client-side/bash_completion %i/etc/bash_completion.d/svn18
 
 # Remove unneeded .in files
 find %i/share/%n -name \*.in -print0 | xargs -0 rm -f
 
 # Install default directory for repositories
 /usr/bin/install -d %i/var
 /usr/bin/install -m 770 -d %i/var/svn18
 
 # Copy -dev files to %p/lib so other packages can find them
 cd %i/lib
 ln -s svn18/*.la %i/lib
 ln -s svn18/*-1.dylib %i/lib
 
 perl -pi -e "s/inherited_linker_flags=.*$/inherited_linker_flags=''/" 
%i/lib/svn18/*.la
 
 # Create non-suffixed binaries.
 ln -s svn18 %i/bin/svn
 ln -s svn18.1 %i/share/man/man1/svn.1
 ln -s svnadmin18 %i/bin/svnadmin
 ln -s svnadmin18.1 %i/share/man/man1/svnadmin.1
 ln -s svndumpfilter18 %i/bin/svndumpfilter
 ln -s svndumpfilter18.1 %i/share/man/man1/svndumpfilter.1
 ln -s svnlook18 %i/bin/svnlook
 ln -s svnlook18.1 %i/share/man/man1/svnlook.1
 ln -s svnrdump18 %i/bin/svnrdump
 ln -s svnrdump18.1 %i/share/man/man1/svnrdump.1
 ln -s svnserve18 %i/bin/svnserve
 ln -s svnserve18.8 %i/share/man/man8/svnserve.8
 ln -s svnsync18 %i/bin/svnsync
 ln -s svnsync18.1 %i/share/man/man1/svnsync.1
 ln -s svnversion18 %i/bin/svnversion
 ln -s svnversion18.1 %i/share/man/man1/svnversion.1
 ln -s svnmucc18 %i/bin/svnmucc
 ln -s svnserve.conf18.1 %i/share/man/man5/svnserve.conf.5

 <<

DaemonicName: svnse

[cvs] dists/10.7/stable/main/finkinfo/libs/pythonmods boto-py.info, 1.11, 1.12

2013-06-20 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12578

Modified Files:
boto-py.info 
Log Message:
upgrade boto to 2.9.6, switch to setuptools-tng


Index: boto-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/boto-py.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- boto-py.info30 May 2013 11:59:20 -  1.11
+++ boto-py.info20 Jun 2013 13:45:35 -  1.12
@@ -1,6 +1,6 @@
 Info2: <<
 Package: boto-py%type_pkg[python]
-Version: 2.9.5
+Version: 2.9.6
 Revision: 1
 Type: python (2.6 2.7)
 
@@ -10,11 +10,11 @@
 Maintainer: Marc-Michael Blum 
 
 # Dependencies.
-Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
+Depends: python%type_pkg[python], setuptools-tng-py%type_pkg[python]
 
 # Unpack Phase.
 Source: http://pypi.python.org/packages/source/b/boto/boto-%v.tar.gz
-Source-MD5: cc79cc87edb4cce00ca275c8ea7b75ed
+Source-MD5: 46f8e51001d2e8e17ec50615d0d55201
 
 # Compile Phase.
 CompileScript: <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-06-20 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12727

Modified Files:
gsutil-py.info 
Log Message:
updated gsutil to 3.31 and switch to setuptools-tng


Index: gsutil-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/gsutil-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gsutil-py.info  15 May 2013 21:41:23 -  1.2
+++ gsutil-py.info  20 Jun 2013 13:52:30 -  1.3
@@ -1,12 +1,12 @@
 Info2: <<
 
 Package: gsutil-py%type_pkg[python]
-Version: 3.29
-Revision: 2
+Version: 3.31
+Revision: 1
 Type: python (2.7)
 
 Source: https://pypi.python.org/packages/source/g/gsutil/gsutil-%v.tar.gz
-Source-MD5: 3a61449edb893ba0408552b25a74ddf1
+Source-MD5: 5512cdf7637dd2a54cbe1c74255be1dc
 Depends: <<
   python%type_pkg[python],
   boto-py%type_pkg[python] (>= 2.9.1),
@@ -14,7 +14,7 @@
   socksipy-py%type_pkg[python] (>= 1.01),
   google-api-python-client-py%type_pkg[python]
 <<
-BuildDepends: distribute-py%type_pkg[python]
+BuildDepends: setuptools-tng-py%type_pkg[python]
 CompileScript: <<
   perl -pi -e "s/'SocksiPy-branch==.*',//" setup.py
   perl -pi -e "s/'boto==.*',//" setup.py


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel alex.info, 1.1, 1.2 happy.info, 1.1, 1.2

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18500

Modified Files:
alex.info happy.info 
Log Message:
switch autoconf alternative ordering

Index: happy.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/happy.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- happy.info  20 Jun 2013 04:27:02 -  1.1
+++ happy.info  20 Jun 2013 16:29:13 -  1.2
@@ -5,7 +5,7 @@
 Source-MD5: a1638e89434427e57f68ef311761dc30
 SourceDirectory: %n-%v
 
-BuildDepends: autoconf | autoconf2.6, docbook-dtd, docbook-xsl
+BuildDepends: autoconf2.6 | autoconf, docbook-dtd, docbook-xsl
 Depends: ghc, ghc-mtl
 
 CompileScript: <<

Index: alex.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/alex.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- alex.info   20 Jun 2013 04:41:49 -  1.1
+++ alex.info   20 Jun 2013 16:29:13 -  1.2
@@ -5,7 +5,7 @@
 Source-MD5: 018f9817cd3c094294c8ab83e530c1c8
 SourceDirectory: %n-%v
 
-BuildDepends: autoconf | autoconf2.6, docbook-dtd, docbook-xsl
+BuildDepends: autoconf2.6 | autoconf, docbook-dtd, docbook-xsl
 Depends: ghc, ghc-quickcheck
 
 CompileScript: <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/ghc ghc-list.info, NONE, 1.1

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18843

Added Files:
ghc-list.info 
Log Message:
New package ghc-list

--- NEW FILE: ghc-list.info ---
Package: ghc-list
Version: 0.5.1
Revision: 1
Source: http://hackage.haskell.org/packages/archive/List/%v/List-%v.tar.gz
Source-MD5: 895804e7995e6d50e871cd66798e220d
SourceDirectory: List-%v

Depends: <<
  ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1),
  ghc-transformers
<<

CompileScript: <<
runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build
runghc Setup.hs haddock
runghc Setup.hs register --gen-script
runghc Setup.hs unregister --gen-script
<<
InstallScript: runghc Setup.hs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: List monad transformer and class
DescDetail: <<
A List monad transformer and a List class. With standard list
operations for Lists.
<<
Homepage: http://hackage.haskell.org/package/List
License: BSD
Maintainer: Brendan Cully 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/ghc ghc-utf8-string.info, NONE, 1.1

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18961

Added Files:
ghc-utf8-string.info 
Log Message:
New package ghc-utf8-string

--- NEW FILE: ghc-utf8-string.info ---
Package: ghc-utf8-string
Version: 0.3.7
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/utf8-string/%v/utf8-string-%v.tar.gz
Source-MD5: 50e5c395713e716e0e4a56da73f87ccd
SourceDirectory: utf8-string-%v

Depends: ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1)

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Support for reading and writing UTF8 Strings
DescDetail: <<
A UTF8 layer for IO and Strings. The utf8-string package provides
operations for encoding UTF8 strings to Word8 lists and back, and for
reading and writing UTF8 without truncation.
<<
Homepage: http://hackage.haskell.org/package/utf8-string
License: BSD
Maintainer: Brendan Cully 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/ghc ghc-hexpat.info, NONE, 1.1

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19050

Added Files:
ghc-hexpat.info 
Log Message:
New package ghc-hexpat

--- NEW FILE: ghc-hexpat.info ---
Package: ghc-hexpat
Version: 0.20.3
Revision: 1
Source: http://hackage.haskell.org/packages/archive/hexpat/%v/hexpat-%v.tar.gz
Source-MD5: abfe2c2f78884432531c4e52ca956ca8
SourceDirectory: hexpat-%v

Depends: <<
  ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1),
  ghc-extensible-exceptions, ghc-list, ghc-text, ghc-transformers,
  ghc-utf8-string
<<

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: XML parser/formatter based on expat
DescDetail: <<
This package provides a general purpose Haskell XML library using
Expat to do its parsing (http://expat.sourceforge.net/ - a fast
stream-oriented XML parser written in C). It is extensible to any
string type, with String, ByteString and Text provided out of the box.

Basic usage: Parsing a tree (Tree), formatting a tree (Format). Other
features: Helpers for processing XML trees (Proc), trees annotated
with XML source location (Annotated), extended XML trees with
comments, processing instructions, etc (Extended), XML cursors
(Cursor), SAX-style parse (SAX), and access to the low-level interface
in case speed is paramount (Internal.IO).

The design goals are speed, speed, speed, interface simplicity and
modularity.

For introduction and examples, see the Text.XML.Expat.Tree module. For
benchmarks, http://haskell.org/haskellwiki/Hexpat/

If you want to do interactive I/O, an obvious option is to use lazy
parsing with one of the lazy I/O functions such as
hGetContents. However, this can be problematic in some applications
because it doesn't handle I/O errors properly and can give no
guarantee of timely resource cleanup. Because of the generalized list,
Hexpat is designed to allow for chunked I/O, but as of this writing I
haven't done a nice integration with enumerator and friends.

IO is filed under Internal because it's low-level and most users won't
want it. The other Internal modules are re-exported by Annotated, Tree
and Extended, so you won't need to import them directly.
<<
Homepage: http://hackage.haskell.org/package/hexpat
License: BSD
Maintainer: Brendan Cully 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/ghc ghc-json.info, NONE, 1.1

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19162

Added Files:
ghc-json.info 
Log Message:
New package ghc-json

--- NEW FILE: ghc-json.info ---
Package: ghc-json
Version: 0.7
Revision: 1
Source: http://hackage.haskell.org/packages/archive/json/%v/json-%v.tar.gz
Source-MD5: bfa338cafdc88b0f6c9897bb4917e48a
SourceDirectory: json-%v

Depends: <<
  ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1),
  ghc-mtl, ghc-text
<<

CompileScript: <<
runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build
runghc Setup.hs haddock
runghc Setup.hs register --gen-script
runghc Setup.hs unregister --gen-script
<<
InstallScript: runghc Setup.hs copy --destdir=%d

DocFiles: CHANGES LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Support for serialising Haskell to and from JSON
DescDetail: <<
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It is easy for humans to read and write. It is easy for
machines to parse and generate. It is based on a subset of the
JavaScript Programming Language, Standard ECMA-262 3rd Edition -
December 1999.

This library provides a parser and pretty printer for converting
between Haskell values and JSON.
<<
Homepage: http://hackage.haskell.org/package/json
License: BSD
Maintainer: Brendan Cully 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/ghc ghc-pandoc-types.info, NONE, 1.1

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19571

Added Files:
ghc-pandoc-types.info 
Log Message:
New package ghc-pandoc-types

--- NEW FILE: ghc-pandoc-types.info ---
Package: ghc-pandoc-types
Version: 1.10
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/pandoc-types/%v/pandoc-types-%v.tar.gz
Source-MD5: 8534ce863f33550120892f981ad2d9a2
SourceDirectory: pandoc-types-%v

Depends: ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1), ghc-syb

CompileScript: <<
runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build
runghc Setup.hs haddock
runghc Setup.hs register --gen-script
runghc Setup.hs unregister --gen-script
<<
InstallScript: runghc Setup.hs copy --destdir=%d

DocFiles: COPYING register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Types for representing a structured document
DescDetail: <<
This package contains definitions for the Pandoc data structure, which
is used by pandoc to represent structured documents. These definitions
used to live in the pandoc package, but starting with pandoc 1.7, they
have been split off, so that other packages can use them without
drawing in all of pandoc's dependencies, and pandoc itself can depend
on packages (like citeproc-hs) that use them.

Text.Pandoc.Builder provides functions for building up Pandoc
structures programmatically.

Text.Pandoc.Generic provides generic functions for manipulating Pandoc
documents.
<<
Homepage: http://hackage.haskell.org/package/pandoc-types
License: BSD
Maintainer: Brendan Cully 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/ghc ghc-citeproc-hs.info, NONE, 1.1

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20795

Added Files:
ghc-citeproc-hs.info 
Log Message:
New package ghc-citeproc-hs

--- NEW FILE: ghc-citeproc-hs.info ---
Package: ghc-citeproc-hs
Version: 0.3.8
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/citeproc-hs/%v/citeproc-hs-%v.tar.gz
Source-MD5: 58335eb0fb295993a3a4656b95cfa579
SourceDirectory: citeproc-hs-%v

Depends: <<
  ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1),
  ghc-hexpat, ghc-http, ghc-json, ghc-mtl, ghc-network, ghc-pandoc-types,
  ghc-parsec, ghc-syb, ghc-utf8-string
<<

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n -f network
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Citation Style Language implementation
DescDetail: <<
citeproc-hs is a library for rendering bibliographic reference
citations into a variety of styles using a macro language called
Citation Style Language (CSL). More details on CSL can be found here:
http://citationstyles.org/.

For the API documentation please see Text.CSL.
<<
Homepage: http://hackage.haskell.org/package/citeproc-hs
License: BSD
Maintainer: Brendan Cully 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics inkscape.info,1.6,1.7

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25524/graphics

Modified Files:
inkscape.info 
Log Message:
+BDep:llvm-gcc


Index: inkscape.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/inkscape.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- inkscape.info   18 Jun 2013 20:38:00 -  1.6
+++ inkscape.info   20 Jun 2013 19:28:52 -  1.7
@@ -64,6 +64,7 @@
lcms (>= 1.13-1),
libgettext8-dev,
libiconv-dev,
+   llvm-gcc,
libpng15,
libsigc++2 (>= 2.0.17-1001),
libwpd-0.9-dev,


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/web webkit-1.0.2.info,1.6,1.7

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25524/web

Modified Files:
webkit-1.0.2.info 
Log Message:
+BDep:llvm-gcc


Index: webkit-1.0.2.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/web/webkit-1.0.2.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- webkit-1.0.2.info   15 Jun 2013 11:09:45 -  1.6
+++ webkit-1.0.2.info   20 Jun 2013 19:28:52 -  1.7
@@ -27,6 +27,7 @@
libiconv-dev,
libicu36-dev,
libjpeg8,
+   llvm-gcc,
libpng14,
libsoup2.4.1-ssl (>= 2.28.0-1),
libxml2 (>= 2.6.30-1),


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25602

Modified Files:
xmkmf.info 
Log Message:
imake hardcodes preference for llvm, so add Depends for its virtpkg


Index: xmkmf.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/xmkmf.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xmkmf.info  13 May 2012 20:56:23 -  1.6
+++ xmkmf.info  20 Jun 2013 19:30:50 -  1.7
@@ -1,10 +1,11 @@
 Package: xmkmf
 Version: 1.0.2
-Revision: 1103
+Revision: 1104
 Description: X11 legacy build tools
 License: BSD
 Maintainer:  Dave Morrison 
 BuildDepends: pkgconfig, fink (>= 0.24.12)
+Depends: llvm-gcc
 Source:  mirror:sourceforge:fink/imake-%v.tar.bz2
 Source2: mirror:sourceforge:fink/xorg-cf-files-%v.tar.bz2
 Source-MD5:  02fea5a02ba2857c7d81820c8e8b8e6f


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/crypto gnutls28.info,1.10,1.11

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25674/crypto

Modified Files:
gnutls28.info 
Log Message:
would be the newer one that is removed:) (i.e., "stop farking up my grep for 
obsolete stuff!")


Index: gnutls28.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/crypto/gnutls28.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gnutls28.info   15 Aug 2012 17:22:42 -  1.10
+++ gnutls28.info   20 Jun 2013 19:33:40 -  1.11
@@ -42,7 +42,7 @@
 
 SplitOff: <<
   Package: %N-shlibs
-  # Removed deps: readline5-shlibs
+  # Removed deps: readline6-shlibs
   Depends: <<
 gmp5-shlibs,libgettext8-shlibs, nettle4a-shlibs (>= 2.5-1), 
libhogweed-shlibs (>= 2.5-1),
 libiconv, libtasn1-3-shlibs


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/database sqlite3.info,1.8,1.9

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/database
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25706/database

Modified Files:
sqlite3.info 
Log Message:
omitting the new one now:)


Index: sqlite3.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/database/sqlite3.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sqlite3.info19 Jun 2013 23:04:00 -  1.8
+++ sqlite3.info20 Jun 2013 19:34:25 -  1.9
@@ -17,7 +17,7 @@
 DescPort: <<
Drop the sqlite3-tcl and -analyzer packages since nothing uses them.
This lets us drop the tcl deps. Also use system's editline instead
-   of readline5 which drops the readline5 and libncurses5 deps.
+   of readline6 which drops the readline6 and libncurses5 deps.

Initial port by Pepe Barbe 
 <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/games gnuchess.info,1.1,1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25877/games

Modified Files:
gnuchess.info 
Log Message:
readline upgrade


Index: gnuchess.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/games/gnuchess.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnuchess.info   21 Jul 2011 22:42:16 -  1.1
+++ gnuchess.info   20 Jun 2013 19:38:32 -  1.2
@@ -1,8 +1,8 @@
 Package: gnuchess
 Version: 5.08
-Revision: 1
-Depends: readline5-shlibs (>= 5.0-1006)
-BuildDepends: readline5 (>= 5.0-1006), libncurses5
+Revision: 2
+Depends: readline6-shlibs
+BuildDepends: readline6, libncurses5
 Provides: chess 
 Source: mirror:gnu:chess/%n-%v.tar.gz
 Source-MD5: 9db91dbac6b5b86de0c57a420a9fea57


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel mspdebug.info,1.3,1.4

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25877/devel

Modified Files:
mspdebug.info 
Log Message:
readline upgrade


Index: mspdebug.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/mspdebug.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mspdebug.info   14 Nov 2011 15:08:31 -  1.3
+++ mspdebug.info   20 Jun 2013 19:38:32 -  1.4
@@ -1,11 +1,11 @@
 Package: mspdebug
 Version: 0.18
-Revision: 2
+Revision: 3
 
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 8befff126d9c2ad1919d83566be4c9f0
-BuildDepends: libusb, readline5
-Depends: libusb-shlibs, libelf, readline5-shlibs
+BuildDepends: libusb, readline6
+Depends: libusb-shlibs, libelf, readline6-shlibs
 
 PatchScript:   <<
 sed -e 's|/opt/local/|%p/|g'  -i .bak Makefile


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages icon.info,1.1,1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26377/languages

Modified Files:
icon.info 
Log Message:
readline upgrade

Index: icon.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/icon.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- icon.info   24 Jul 2011 23:54:44 -  1.1
+++ icon.info   20 Jun 2013 19:50:42 -  1.2
@@ -1,8 +1,8 @@
 Package: icon
 Version: 9.5.0
-Revision: 1
-Depends: readline5-shlibs (>= 5.0-1006), x11
-BuildDepends: fink (>= 0.24.12-1), readline5 (>= 5.0-1006), x11-dev
+Revision: 2
+Depends: readline6-shlibs, x11
+BuildDepends: fink (>= 0.24.12-1), readline6, x11-dev
 Source: http://www.cs.arizona.edu/icon/ftp/packages/unix/icon-v950src.tgz
 Source-MD5: 3f9b89bb8f2c0fb3e9c75d1b52fb5690
 PatchFile: %n.patch


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/languages open-cobol.info, 1.1, 1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26530

Modified Files:
open-cobol.info 
Log Message:
no evidence of readline usage?

Index: open-cobol.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/open-cobol.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- open-cobol.info 25 Jul 2011 00:26:36 -  1.1
+++ open-cobol.info 20 Jun 2013 19:54:56 -  1.2
@@ -4,7 +4,7 @@
 BuildDependsOnly: True
 Maintainer: Matthias Neeracher 
 Depends: %n-shlibs (>= %v-%r), db51-aes-shlibs | db51-shlibs, libiconv, 
libgettext8-shlibs, gmp5-shlibs (>= 5.0.2-1), libncurses5-shlibs (>= 
5.9-20110507-1)
-BuildDepends: gmp5 (>= 5.0.2-1), libmpfr4 (>= 3.0.1-1), db51-aes | db51, 
libtool2 (>= 2.4-1), libncurses5 (>= 5.9-20110507-1), readline5, libiconv-dev, 
libgettext8-dev, fink (>= 0.24.12-1)
+BuildDepends: gmp5 (>= 5.0.2-1), libmpfr4 (>= 3.0.1-1), db51-aes | db51, 
libtool2 (>= 2.4-1), libncurses5 (>= 5.9-20110507-1), libiconv-dev, 
libgettext8-dev, fink (>= 0.24.12-1)
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 947e0d9c4ee7fa8f077ea4bca2f894e5
 ConfigureParams: --infodir=%i/share/info


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/net alpine.info, 1.3, 1.4 re-alpine.info, 1.4, 1.5

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27028/net

Modified Files:
alpine.info re-alpine.info 
Log Message:
gettext upgrade


Index: alpine.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/alpine.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- alpine.info 26 Feb 2013 21:19:19 -  1.3
+++ alpine.info 20 Jun 2013 20:04:19 -  1.4
@@ -1,14 +1,14 @@
 Info2: <<
 Package: alpine
 Version: 2.10
-Revision: 2
+Revision: 3
 Source: http://patches.freeiz.com/%n/patches/%n-%v/%n-%v.clean.tar.lzma
 Source-MD5: 727a6eaa577857b98ea74fac6ea42a25
 # PatchFile: %n.patch
 # PatchFile-MD5: 5b6ed87fb32bb9e2f9558666a1616a5e
 NoSourceDirectory: true
-Depends: cyrus-sasl2-shlibs, db51-aes-shlibs, libgettext3-shlibs, libiconv, 
libncurses5-shlibs, openldap24-shlibs, openssl100-shlibs, tcltk-shlibs, xz
-BuildDepends: cyrus-sasl2-dev, libgettext3-dev, libiconv-dev, libncurses5, 
openldap24-dev, openssl100-dev, fink (>= 0.24.12)
+Depends: cyrus-sasl2-shlibs, db51-aes-shlibs, libgettext8-shlibs, libiconv, 
libncurses5-shlibs, openldap24-shlibs, openssl100-shlibs, tcltk-shlibs, xz
+BuildDepends: cyrus-sasl2-dev, libgettext8-dev, libiconv-dev, libncurses5, 
openldap24-dev, openssl100-dev, fink (>= 0.24.12)
 GCC: 4.0
 Conflicts: pine, pine-ssl, alpine, re-alpine
 Replaces: pine, pine-ssl, alpine, re-alpine

Index: re-alpine.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/net/re-alpine.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- re-alpine.info  3 Jan 2012 02:38:05 -   1.4
+++ re-alpine.info  20 Jun 2013 20:04:19 -  1.5
@@ -1,13 +1,13 @@
 Info2: <<
 Package: re-alpine
 Version: 2.02
-Revision: 2
+Revision: 3
 Source: mirror:sourceforge:re-alpine/re-alpine-%v.tar.bz2
 Source-MD5: 5e75826b15f05674856be8618bdefdfb
 PatchFile: %n.patch
 PatchFile-MD5: 5b6ed87fb32bb9e2f9558666a1616a5e
-Depends: cyrus-sasl2-shlibs, db51-aes-shlibs, libgettext3-shlibs, libiconv, 
libncurses5-shlibs, openldap24-shlibs, tcltk-shlibs
-BuildDepends: cyrus-sasl2-dev, libgettext3-dev, libiconv-dev, libncurses5, 
openldap24-dev, system-openssl-dev, fink (>= 0.24.12)
+Depends: cyrus-sasl2-shlibs, db51-aes-shlibs, libgettext8-shlibs, libiconv, 
libncurses5-shlibs, openldap24-shlibs, tcltk-shlibs
+BuildDepends: cyrus-sasl2-dev, libgettext8-dev, libiconv-dev, libncurses5, 
openldap24-dev, system-openssl-dev, fink (>= 0.24.12)
 GCC: 4.0
 Replaces: pine, pine-ssl, alpine
 ConfigureParams: <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27359/graphics

Modified Files:
xsane.info 
Log Message:
stop breaking by grep


Index: xsane.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/xsane.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xsane.info  30 Jan 2013 03:49:06 -  1.2
+++ xsane.info  20 Jun 2013 20:05:00 -  1.3
@@ -36,7 +36,7 @@
sane-backends-shlibs,
x11
 <<
-# former BuildDepends, adjusted for gnome2: gimp2-default (>= 2.4.5-1), 
gimp2-dev (>= 2.4.5-1), sane-backends-dev (>= 1.0.19-1), libusb (>= 
0.1.12-1013), libpng3, libjpeg, libtiff, libmpeg, glib2, gtk+2, netpbm10, 
orbit2-dev, giflib, imlib, aalib (>= 1.4rc5-2), gnome-libs-dev, 
libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, libexif12, libgphoto2
+# former BuildDepends, adjusted for gnome2: gimp2-default (>= 2.4.5-1), 
gimp2-dev (>= 2.4.5-1), sane-backends-dev (>= 1.0.19-1), libusb (>= 
0.1.12-1013), libpng3, libjpeg, libtiff, libmpeg, glib2, gtk+2, netpbm10, 
orbit2-dev, giflib, imlib, aalib (>= 1.4rc5-2), gnome-libs-dev, 
libgettext8-dev, gettext-bin, gettext-tools, libiconv-dev, libexif12, libgphoto2
 BuildDepends: <<
atk1,
cairo,


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics freetype.info,1.1,1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27737/graphics

Modified Files:
freetype.info 
Log Message:
gettext upgrade

Index: freetype.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/freetype.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- freetype.info   20 Jul 2011 13:29:03 -  1.1
+++ freetype.info   20 Jun 2013 20:10:49 -  1.2
@@ -1,7 +1,7 @@
 Package: freetype
 Version: 1.3.1
-Revision: 12
-BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, x11-dev
+Revision: 13
+BuildDepends: libgettext8-dev, gettext-bin, gettext-tools, x11-dev
 Depends: %N-shlibs (= %v-%r), %N-bin
 BuildDependsOnly: True
 Conflicts: freetype-hinting
@@ -30,7 +30,7 @@
 <<
 SplitOff: <<
   Package: %N-shlibs
-  Depends: x11, libgettext3-shlibs
+  Depends: x11, libgettext8-shlibs
   Conflicts: freetype-hinting-shlibs
   Replaces: freetype-hinting-shlibs, %N (<= 1.3.1-4), freetype-hinting (<= 
1.3.1-3)
   Files: lib/libttf.2.2.0.dylib lib/libttf.2.dylib


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/utils ledger.info,1.3,1.4

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

Modified Files:
ledger.info 
Log Message:
dep upgrades

Index: ledger.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/ledger.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ledger.info 5 Nov 2012 07:13:53 -   1.3
+++ ledger.info 20 Jun 2013 20:11:57 -  1.4
@@ -1,6 +1,6 @@
 Package: ledger
 Version: 2.6.3
-Revision: 1
+Revision: 2
 Source: https://github.com/downloads/jwiegley/%n/%n-%v.tar.gz
 Maintainer: Jesse Alama 
 Homepage: http://ledger-cli.org/
@@ -10,9 +10,9 @@
 PatchFile: %n.patch
 PatchFile-MD5: eddb60ce0e2e9535e3b8d8c4743fedc9
 PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
-BuildDepends: gmp5, libofx4, libwww, pcre, expat1, opensp5-dev, 
libgettext3-dev, libiconv-dev, fink (>= 0.24.12)
+BuildDepends: gmp5, libofx5, libwww, libpcre1, expat1, opensp5-dev, 
libgettext8-dev, libiconv-dev, fink (>= 0.24.12)
 GCC: 4.0
-Depends: libofx4-shlibs, libwww-shlibs, expat1-shlibs, opensp5-shlibs, 
libgettext3-shlibs, libiconv, %n-shlibs
+Depends: libofx5-shlibs, libwww-shlibs, expat1-shlibs, opensp5-shlibs, 
libgettext8-shlibs, libiconv, %n-shlibs
 Suggests: gnuplot
 Enhances: gnucash
 SetCPPFLAGS: -I%p/include/libofx -I%p/include/w3c-libwww
@@ -62,7 +62,7 @@
 <<
 SplitOff: <<
   Package: %N-shlibs
-  Depends: gmp5-shlibs, pcre-shlibs
+  Depends: gmp5-shlibs, libpcre1-shlibs
   Files: lib/libamounts.0*.dylib lib/libledger-*.dylib
   Shlibs: <<
 %p/lib/libledger-%v.dylib 0.0.0 %n (>= 2.6.3-1)


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel baz.info,1.1,1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27908/devel

Modified Files:
baz.info 
Log Message:
gettext upgrade

Index: baz.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/baz.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- baz.info16 Feb 2012 01:55:02 -  1.1
+++ baz.info20 Jun 2013 20:13:23 -  1.2
@@ -2,17 +2,17 @@
 Package: baz
 
 Version: 1.4.2
-Revision: 1
+Revision: 2
 License: LGPL
 Description: Improved (but obsolete) GNU Arch client
 Maintainer: None 
 
 Depends: <<
-expat1-shlibs, libgettext3-shlibs, gpgme11-shlibs, libgpg-error-shlibs, 
neon27-shlibs, pth2-shlibs
+expat1-shlibs, libgettext8-shlibs, gpgme11-shlibs, libgpg-error-shlibs, 
neon27-shlibs, pth2-shlibs
 <<
 BuildDepends: <<
 fink (>= 0.24.12),
-expat1, gettext-tools, gpgme11, libgettext3-dev, libgpg-error, neon27, 
pth2-dev, system-openssl-dev
+expat1, gettext-tools, gpgme11, libgettext8-dev, libgpg-error, neon27, 
pth2-dev, system-openssl-dev
 <<
 BuildDependsOnly: True
 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/devel m681x-binutils.info, 1.1, 1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29585/devel

Modified Files:
m681x-binutils.info 
Log Message:
this is a messy mix of onboard and fink gettext, but may as well mix with the 
newer version of it.


Index: m681x-binutils.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/m681x-binutils.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- m681x-binutils.info 8 Dec 2011 20:28:05 -   1.1
+++ m681x-binutils.info 20 Jun 2013 20:31:07 -  1.2
@@ -1,9 +1,9 @@
 Package: m681x-binutils
 Version: 2.17
-Revision: 2
+Revision: 3
 Description: For Motorola 6811/12 microcontrollers
 Maintainer: Carl van Denzen 
-BuildDepends: libgettext3-dev, gettext-tools (>=0.14.5-1)
+BuildDepends: libgettext8-dev, gettext-tools (>=0.14.5-1)
 Replaces: m6811-binutils, m6812-binutils
 Conflicts: m6811-binutils, m6812-binutils
 #HomePage: http://m68hc11.serveftp.org/m68hc11_src.php


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/games lincity-ng.info,1.1,1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29936/games

Modified Files:
lincity-ng.info 
Log Message:
gettext upgrade

Index: lincity-ng.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/games/lincity-ng.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lincity-ng.info 26 Jul 2011 13:05:26 -  1.1
+++ lincity-ng.info 20 Jun 2013 20:33:04 -  1.2
@@ -1,13 +1,13 @@
 Package: lincity-ng
 Version: 2.0
-Revision: 1
+Revision: 2
 Maintainer: Matthias Neeracher 
 BuildDepends: <<
- libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, jam,
+ libgettext8-dev, gettext-bin, gettext-tools, libiconv-dev, jam,
  sdl, sdl-mixer, sdl-image, sdl-ttf, sdl-gfx13, physfs, libxml2
 <<
 Depends: <<
-libgettext3-shlibs, libiconv,
+libgettext8-shlibs, libiconv,
 sdl-shlibs, sdl-mixer-shlibs, sdl-image-shlibs, sdl-ttf-shlibs, 
 sdl-gfx13-shlibs, physfs-shlibs, libxml2-shlibs
 <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/ghc ghc-data-default-class.info, NONE, 1.1 ghc-data-default-instances-base.info, NONE, 1.1 ghc-data-default-instances-containers.info, NONE, 1.1 ghc-data-def

2013-06-20 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30643

Added Files:
ghc-data-default-class.info 
ghc-data-default-instances-base.info 
ghc-data-default-instances-containers.info 
ghc-data-default-instances-dlist.info 
ghc-data-default-instances-old-locale.info 
ghc-data-default.info ghc-dlist.info 
Log Message:
New ghc packages

--- NEW FILE: ghc-data-default-instances-old-locale.info ---
Package: ghc-data-default-instances-old-locale
Version: 0.0.1
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/data-default-instances-old-locale/%v/data-default-instances-old-locale-%v.tar.gz
Source-MD5: 43bd868049d870ee722eda6bdd89fc28
SourceDirectory: data-default-instances-old-locale-%v

Depends: ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1), ghc-data-default-class

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Default instances for types in old-locale
Homepage: http://hackage.haskell.org/package/data-default-instances-old-locale
License: BSD
Maintainer: Brendan Cully 

--- NEW FILE: ghc-data-default.info ---
Package: ghc-data-default
Version: 0.5.3
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/data-default/%v/data-default-%v.tar.gz
Source-MD5: 03a98d999273ad20d5bc0c711bf1c533
SourceDirectory: data-default-%v

Depends: <<
  ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1),
  ghc-data-default-class,
  ghc-data-default-instances-base,
  ghc-data-default-instances-containers,
  ghc-data-default-instances-dlist,
  ghc-data-default-instances-old-locale
<<

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Class for types with a default value
Homepage: http://hackage.haskell.org/package/data-default
License: BSD
Maintainer: Brendan Cully 

--- NEW FILE: ghc-data-default-instances-containers.info ---
Package: ghc-data-default-instances-containers
Version: 0.0.1
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/data-default-instances-containers/%v/data-default-instances-containers-%v.tar.gz
Source-MD5: 1c574d87bf9bc69d4748e3236d575a3c
SourceDirectory: data-default-instances-containers-%v

Depends: ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1), ghc-data-default-class

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Default instances for types in containers
Homepage: http://hackage.haskell.org/package/data-default-instances-containers
License: BSD
Maintainer: Brendan Cully 

--- NEW FILE: ghc-data-default-class.info ---
Package: ghc-data-default-class
Version: 0.0.1
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/data-default-class/%v/data-default-class-%v.tar.gz
Source-MD5: abfd756bcc6d92e47436992c80ccdb80
SourceDirectory: data-default-class-%v

Depends: ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1)

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc Setup.lhs haddock
runghc Setup.lhs register --gen-script
runghc Setup.lhs unregister --gen-script
<<
InstallScript: runghc Setup.lhs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Class for types with a default value
Homepage: http://hackage.haskell.org/package/data-default-class
License: BSD
Maintainer: Brendan Cully 

--- NEW FILE: ghc-data-default-instances-dlist.info ---
Package: ghc-data-default-instances-dlist
Version: 0.0.1
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/data-default-instances-dlist/%v/data-default-instances-dlist-%v.tar.gz
Source-MD5: 6683d943ab70b7077ff6837fce75b4de
SourceDirectory: data-default-instances-dlist-%v

Depends: ghc (>= 7.6.3-1), ghc (<< 7.6.3.0-1), ghc-data-default-class, ghc-dlist

CompileScript: <<
runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.lhs build
runghc 

[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/libs libpcre1.info, 1.4, 1.5

2013-06-20 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30806

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


Index: libpcre1.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/libpcre1.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- libpcre1.info   6 Feb 2013 19:19:55 -   1.4
+++ libpcre1.info   20 Jun 2013 20:48:30 -  1.5
@@ -1,6 +1,6 @@
 Info4: <<
 Package: libpcre1%type_pkg[-64bit]
-Version: 8.32
+Version: 8.33
 Revision: 1
 Type: -64bit (boolean)
 Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
@@ -13,7 +13,8 @@
 BuildDependsOnly: True
 #Source: mirror:sourceforge:pcre/pcre-%v.tar.bz2
 Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-%v.tar.bz2
-Source-MD5: 62f02a76bb57a40bc66681760ed511d5
+Source-MD5: 21514018448ac10062ece7a668fca949
+
 NoSetLDFLAGS: true
 NoSetCPPFLAGS: true
 ConfigureParams: <<
@@ -21,7 +22,7 @@
--enable-shared \
--disable-static \
--enable-pcre16 \
-   --disable-pcre32 \
+   --enable-pcre32 \
--enable-utf \
--enable-unicode-properties \
--enable-pcregrep-libz \
@@ -40,10 +41,7 @@
export CXX="g++ -m64"
fi
 
-#  if [ "%m" != "i386" ]; then
-#  ./configure %c --enable-jit
-#  else
-   if [ "%m" == "x86_64" ]; then
+   if [ "%m" == "x86_64" -o "%m" == "i386" ]; then
./configure %c --enable-jit
else
./configure %c --disable-jit
@@ -56,10 +54,11 @@
 SplitOff2: <<
   Package: %N-shlibs
   Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
-  Files: %lib/%{Ni}/libpcre.*.dylib %lib/%{Ni}/libpcre16.*.dylib  
%lib/%{Ni}/libpcreposix.*.dylib %lib/%{Ni}/libpcrecpp.*.dylib
+  Files: %lib/%{Ni}/libpcre.*.dylib %lib/%{Ni}/libpcre16.*.dylib  
%lib/%{Ni}/libpcre32.*.dylib %lib/%{Ni}/libpcreposix.*.dylib 
%lib/%{Ni}/libpcrecpp.*.dylib
   Shlibs: <<
%p/%lib/%{Ni}/libpcre.1.dylib 4.0.0 %n (>= 8.32-1) %type_num[-64bit]
%p/%lib/%{Ni}/libpcre16.0.dylib 3.0.0 %n (>= 8.32-1) %type_num[-64bit]
+   %p/%lib/%{Ni}/libpcre32.0.dylib 1.0.0 %n (>= 8.32-2) %type_num[-64bit]
%p/%lib/%{Ni}/libpcreposix.0.dylib 1.0.0 %n (>= 8.30-1) %type_num[-64bit]
%p/%lib/%{Ni}/libpcrecpp.0.dylib 1.0.0 %n (>= 8.30-1) %type_num[-64bit]
   <<
@@ -83,6 +82,7 @@
   ln -s %{Ni}/*.la %i/%lib
   ln -s %{Ni}/libpcre.dylib %i/%lib
   ln -s %{Ni}/libpcre16.dylib %i/%lib
+  ln -s %{Ni}/libpcre32.dylib %i/%lib
   ln -s %{Ni}/libpcrecpp.dylib %i/%lib
   ln -s %{Ni}/libpcreposix.dylib %i/%lib
 <<
@@ -95,8 +95,8 @@
   its own native API, as well as a set of wrapper functions that correspond
   to the POSIX regular expression API and a C++ wrapper library.
   
-  Now includes the 16 bit libpcre16.dylib library.The libpcre.dylib library
-  continues to be used for 8 bit strings.
+  Now includes the 16 bit libpcre16.dylib and 32 bit libpcre32.dylib libraries.
+  The libpcre.dylib library continues to be used for 8 bit strings.
   
   Previous revisions by Christian Swinehart 
 <<
@@ -106,12 +106,10 @@
   packages accidentally linking to Fink's libreadline.
   
   Disabled static libs and cleaned dependency_libs in *.la files.
-  
-  Disable new 32 bit library since its tests segfault.
 <<
 Homepage: http://www.pcre.org
 Maintainer: Daniel Johnson 
 InfoTest: <<
-  TestScript: make check || exit 2
+  TestScript: make -j1 check || exit 2
 <<
 <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/utils a2ps.info,1.1,1.2

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

Modified Files:
a2ps.info 
Log Message:
dep upgrades (package doesn't obey -el packaging policy, but at least it's 
using later deps along the way)

Index: a2ps.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/a2ps.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a2ps.info   28 Apr 2012 22:03:29 -  1.1
+++ a2ps.info   20 Jun 2013 22:29:58 -  1.2
@@ -1,11 +1,11 @@
 Package: a2ps
 Version: 4.14
-Revision: 1
+Revision: 2
 Source: http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz
 Source-MD5: 781ac3d9b213fa3e1ed0d79f986dc8c7
 UpdateConfigGuessInDirs: auxdir
-Depends: libpaper1-shlibs, psutils, ghostscript
-BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libpaper1-dev
+Depends: libgettext8-shlibs, libpaper1-shlibs, psutils, ghostscript
+BuildDepends: libgettext8-dev, gettext-bin, gettext-tools, libpaper1-dev
 PatchScript: <<
 #perl -ni -e 'print unless /^ELCFILES =/' contrib/emacs/Makefile.in
 #perl -ni -e 'print unless /extern char \* stpcpy/'   lib/xstrrpl.c   


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/net nmap-update.info, NONE, 1.1 nmap.info, 1.3, 1.4 zenmap.info, 1.2, 1.3

2013-06-20 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5901

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


--- NEW FILE: nmap-update.info ---
Info2: <<
Package: nmap-update
Version: 6.25
Revision: 1
GCC: 4.0
Maintainer: Daniel Johnson 

BuildDepends: <<
fink (>= 0.24.12),
flag-sort,
libapr.0-dev,
openssl100-dev (>= 1.0.1c-1),
svn17-dev
<<
Depends: <<
libapr.0-shlibs,
nmap (>= %v),
svn17-shlibs
<<
Replaces: nmap (<< 6.25-1)

Source: http://nmap.org/dist/nmap-%{v}.tar.bz2
Source-MD5: fcc80f94ff3adcb11eedf91092ea6f5e
SourceDirectory: nmap-%{v}

PatchScript: <<
# Don't use -no-cpp-precomp as it's a no-op.
perl -pi -e 's/needs_cpp_precomp=yes/needs_cpp_precomp=no/g' 
nmap-update/configure
<<

# SetCFLAGS: -Os
# SetCXXFLAGS: -I%p/include -Os
UseMaxBuildJobs: false

ConfigureParams: <<
--mandir='$(prefix)/share/man' \
--libexecdir='$(prefix)/lib'
<<
CompileScript: <<
#!/bin/bash -ev

cd nbase
./configure %c \
--with-openssl=%p \
CC="flag-sort -r gcc" CXX="flag-sort -r g++"
make

cd ../nmap-update
./configure %c \
--with-apr=%p/bin/apr-1-config \
--with-subversion=%p \
CC="flag-sort -r gcc" CXX="flag-sort -r g++"
make
<<
InstallScript: <<
cd nmap-update && make install DESTDIR=%d
<<

DocFiles: CHANGELOG COPYING HACKING docs/README
Description: Update nmap files from svn
DescDetail: <<
This tool lets you download the latest scripts and OS-fingerprint
files from the nmap svn repository.
<<
License: GPL2
Homepage: http://nmap.org/
<<

Index: nmap.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/net/nmap.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nmap.info   11 Jun 2012 22:48:26 -  1.3
+++ nmap.info   20 Jun 2013 22:31:56 -  1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: nmap
-Version: 6.00
-Revision: 4
+Version: 6.25
+Revision: 1
 GCC: 4.0
 Maintainer: Daniel Johnson 
 Type: python 2.7
@@ -9,34 +9,33 @@
 BuildDepends: <<
fink (>= 0.24.12),
flag-sort,
-   lua51-dev,
-   libapr.0-dev,
libpcre1,
-   openssl100-dev (>= 1.0.1c-1),
-   svn15-dev
+   openssl100-dev (>= 1.0.1c-1)
 <<
 Depends: <<
-   lua51-shlibs,
libpcre1-shlibs,
openssl100-shlibs (>= 1.0.1c-1),
-   python%type_pkg[python],
-   svn15-shlibs
+   python%type_pkg[python]
 <<
 Conflicts: nmap-nox (<< 4.76-2), nmap (<< 4.76-2)
 Replaces: nmap-nox (<< 4.76-2), nmap (<< 4.76-2)
-Recommends: zenmap
+Recommends: zenmap, nmap-update
 
 Source: http://nmap.org/dist/%n-%{v}.tar.bz2
-Source-MD5: e365cdada811c57e172b24b62746ab7d
+Source-MD5: fcc80f94ff3adcb11eedf91092ea6f5e
 SourceDirectory: %n-%{v}
 
 PatchScript: <<
# Don't use -no-cpp-precomp as it's a no-op.
perl -pi -e 's/needs_cpp_precomp=yes/needs_cpp_precomp=no/g' configure
+   # need unistd.h for off_t
+   sed -i.orig -e '/include.*string\.h/a\
+#include /* for off_t */\
+' liblua/liolib.c
 <<
 
-SetCFLAGS: -Os
-SetCXXFLAGS: -I%p/include -Os
+# SetCFLAGS: -Os
+# SetCXXFLAGS: -I%p/include -Os
 UseMaxBuildJobs: false
 
 ConfigureParams: <<
@@ -46,16 +45,18 @@
--with-openssl=%p \
--with-libpcre \
--with-libdnet=included \
-   --with-liblua=%p \
+   --with-liblua=included \
--with-liblinear=included \
-   --with-apr=%p/bin/apr-1-config \
-   --with-subversion=%p \
+   --without-subversion \
+   --without-nmap-update \
--disable-universal \
--without-zenmap
 <<
 CompileScript: <<
+   #!/bin/sh -ev
./configure %c PYTHON=%p/bin/python%type_raw[python] CC="flag-sort -r 
gcc" CXX="flag-sort -r g++"

+   make makefile.dep
make
 <<
 InstallScript: <<
@@ -80,8 +81,7 @@

6.00 introduces the 'nmap-update' command which allows one to download
the latest scripts and OS-fingerprints from an official svn repo.
-   This repo isn't generally available yet so don't bother trying to
-   use it until it is.
+   The 'nmap-update' tool has been moved to its own package.
 <<
 DescPackaging: <<
Use Fink-installed libpcre instead of building our own.
@@ -90,6 +90,8 @@
Switch to included libdnet and libpcap as they're newer and have
nmap-specific patches.

+   Switch to included lua because fink's is too old.
+   
Previously maintained by Jeremy Higgs 
 <<
 License: GPL2

Index: zenmap.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/

[cvs] dists/10.7/stable/main/finkinfo/web libjs-jquery-mobile.info, 1.3, 1.4

2013-06-20 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/web
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6294

Modified Files:
libjs-jquery-mobile.info 
Log Message:
New version

Index: libjs-jquery-mobile.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/web/libjs-jquery-mobile.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libjs-jquery-mobile.info23 Aug 2012 16:23:01 -  1.3
+++ libjs-jquery-mobile.info20 Jun 2013 22:39:11 -  1.4
@@ -1,12 +1,12 @@
 Package: libjs-jquery-mobile
-Version: 1.1.0
-Revision: 1
+Version: 1.2.0
+Revision: 2.1
 ###
 BuildDepends: yui-compressor
 Depends: javascript-common, libjs-jquery (>= 1.7.1)
 ###
-Source: mirror:debian:/pool/main/j/jquery-mobile/jquery-mobile_%v.orig.tar.gz
-Source-MD5: 337c218c50196894333cedfc43de1c7c
+Source: 
mirror:debian:/pool/main/j/jquery-mobile/jquery-mobile_%v+dfsg.orig.tar.gz
+Source-MD5: 429a922fdb6e6585ba87e21e06b2af89
 SourceDirectory: jquery-mobile-%v
 ###
 CompileScript: <<
@@ -16,6 +16,16 @@
 for file in `ls *.css`; do \
yui-compressor $file -o ${file%%.css}.min.css; \
 done
+ln -s $(basename jquery.mobile-*.js) jquery-mobile.js
+ln -s $(basename jquery.mobile-*.min.js) jquery-mobile.min.js
+ln -s $(basename jquery.mobile-*.css) jquery.mobile.css
+ln -s $(basename jquery.mobile-*.js) jquery.mobile.js
+ln -s $(basename jquery.mobile-*.min.js) jquery.mobile.min.js
+ln -s $(basename jquery.mobile-*.min.css) jquery.mobile.min.css
+ln -s $(basename jquery.mobile.structure-*.css) jquery.mobile.structure.css
+ln -s $(basename jquery.mobile.structure-*.min.css) 
jquery.mobile.structure.min.css
+ln -s $(basename jquery.mobile.theme-*.css) jquery.mobile.theme.css
+ln -s $(basename jquery.mobile.theme-*.min.css) jquery.mobile.theme.min.css
 <<
 InstallScript: <<
 install -d -m0755 %i/share/javascript/jquery-mobile/images
@@ -25,13 +35,13 @@
 install -m0644 %b/images/*.png %i/share/javascript/jquery-mobile/images
 
 install -d -m0755 %i/share/doc/%N-docs
-cp -R %b/demos %i/share/doc/%N-docs/demos
+cp -R %b/demos %i/share/doc/%N-docs
 install -d -m0755 %i/share/doc/%N-docs/demos/js
 
 # links
 ln -s %p/share/javascript/jquery/jquery.min.js 
%i/share/doc/%N-docs/demos/js/jquery.js
-ln -s %p/share/javascript/jquery-mobile/jquery.mobile.js 
%i/share/doc/libjs-jquery-mobile-docs/demos/js/jquery.mobile.js
-ln -s %p/share/javascript/jquery-mobile/jquery.mobile.min.js 
%i/share/doc/libjs-jquery-mobile-docs/demos/js/jquery.mobile.min.js
+ln -s %p/share/javascript/jquery-mobile/jquery.mobile.js 
%i/share/doc/%N-docs/demos/js/jquery.mobile.js
+ln -s %p/share/javascript/jquery-mobile/jquery.mobile.min.js 
%i/share/doc/%N-docs/demos/js/jquery.mobile.min.js
 <<
 ###
 Description: Touch-Optimized for Smartphones & Tablets
@@ -78,7 +88,7 @@
   Package: %N-docs
   Depends: %N, libjs-jquery (>= 1.7.1)
   Files: <<
-share/doc/%n
+share/doc/%N-docs
   <<
   Description: Documentation for jQuery Mobile
 <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/thesin/finkinfo apt.info, 1.2, 1.3 apt.patch, 1.1, 1.2

2013-06-20 Thread Justin F. Hallett
Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6393

Modified Files:
apt.info apt.patch 
Log Message:
Starting to add f-v-p to apt, builds, and runs, finds and runs f-v-p but it's 
not storing it into the pkgcache.bin yet, WIP

Index: apt.patch
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/apt.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apt.patch   18 Jun 2013 21:50:53 -  1.1
+++ apt.patch   20 Jun 2013 22:40:51 -  1.2
@@ -1,537 +1,1041 @@
-diff -ruN apt-0.9.8.2.orig/apt-pkg/contrib/macros.h 
apt-0.9.8.2/apt-pkg/contrib/macros.h
 apt-0.9.8.2.orig/apt-pkg/contrib/macros.h  2013-06-06 11:25:59.0 
-0600
-+++ apt-0.9.8.2/apt-pkg/contrib/macros.h   2013-06-18 11:55:07.0 
-0600
-@@ -57,7 +57,9 @@
- // some nice optional GNUC features
- #if __GNUC__ >= 3
-   #define __must_check__attribute__ ((warn_unused_result))
-+ #ifndef __APPLE__
-   #define __deprecated__attribute__ ((deprecated))
+diff -ruN apt-0.9.8.2.orig/fink/patches/darwin-fixes.patch 
apt-0.9.8.2/fink/patches/darwin-fixes.patch
+--- apt-0.9.8.2.orig/fink/patches/darwin-fixes.patch   1969-12-31 
17:00:00.0 -0700
[...1540 lines suppressed...]
+++#  print "  http://ftp.de.debian.org/debian,\n";;
++ #  print " and the special mirror scheme,\n";
++ #  print "  mirror:http://www.debian.org/archivemirrors \n";
+++  print "  file:@FINKPREFIX@/fink,\n";
+++  print "  http://us.dl.sourceforge.net/fink/direct_download\n";;
++   print "\n";
++ 
++   my $index = 0;
++@@ -246,7 +251,10 @@
++   push (@Config, &get_source());
++ }
++ print "\n";
++-print "$boldon Would you like to add another source?[y/N]$boldoff ";
+++print "$boldon In most cases, this file was installed by Fink or by apt,"
+++   ." and$boldoff\n";
+++print "$boldon should NOT be changed.  " .
+++"Do you wish to change (overwrite) it?[y/N]$boldoff ";
++ my $answer = ;
++ chomp ($answer);
++ $answer =~ s/\s+/ /og;

Index: apt.info
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/apt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- apt.info18 Jun 2013 22:03:23 -  1.2
+++ apt.info20 Jun 2013 22:40:51 -  1.3
@@ -31,10 +31,13 @@
 <<
 
 PatchFile: %n.patch
-PatchFile-MD5: bc5df423d75d41ef303c8ecbba725dbf
+PatchFile-MD5: b18c35c99ff963379180b9c67e1ff3fd
 PatchScript: <<
-# darwin specific changes
-sed -e 's|@FINKPREFIX@|%p|g' < %{PatchFile} | patch -p1
+osxversion=$(sw_vers -productVersion | perl -pi -e 's,(\d\.\d)(\.\d)+?,$1,g'); 
\
+sed -e 's|@FINKPREFIX@|%p|g' -e "s|@DIST@|$osxversion|g" < %{PatchFile} | 
patch -p1
+
+patch -p1 < fink/patches/darwin-fixes.patch
+patch -p1 < fink/patches/f-v-p.patch
 
 echo "x86_64\tx86_64" >> %b/buildlib/archtable
 
@@ -44,7 +47,7 @@
 perl -pi -e 's,po4a,notpo4a,g' configure
 
 # fix paths
-for i in %b/po/*.po %b/po/*.pot %b/doc/po/*.po %b/doc/po/*.pot 
%b/doc/*.[13578] %b/doc/*.ent %b/doc/*.sgml %b/doc/*.xmli 
%b/doc/examples/apt-https-method-example.conf %b/doc/examples/configure-index 
%b/debian/apt.logrotate %b/apt-pkg/deb/debsystem.cc %b/apt-pkg/deb/dpkgpm.cc 
%b/apt-pkg/init.cc %b/apt-pkg/acquire-item.cc %b/apt-pkg/aptconfiguration.cc 
%b/apt-pkg/contrib/gpgv.cc %b/cmdline/apt-get.cc %b/cmdline/apt-key; do \
+for i in %b/po/*.po %b/po/*.pot %b/doc/po/*.po %b/doc/po/*.pot 
%b/doc/*.[13578] %b/doc/*.ent %b/doc/*.sgml %b/doc/*.xmli 
%b/doc/examples/apt-https-method-example.conf %b/doc/examples/configure-index 
%b/debian/apt.logrotate %b/apt-pkg/deb/debsystem.cc %b/apt-pkg/deb/dpkgpm.cc 
%b/apt-pkg/init.cc %b/apt-pkg/acquire-item.cc %b/apt-pkg/aptconfiguration.cc 
%b/apt-pkg/contrib/gpgv.cc %b/cmdline/apt-get.cc %b/cmdline/apt-key 
%b/dselect/install %b/dselect/update; do \
   perl -pi -e 's,/usr/,%p/,g' $i; \
   perl -pi -e 's,/var/,%p/var/,g' $i; \
   perl -pi -e 's,/etc/,%p/etc/,g' $i; \


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/gnome gliv.info,1.1,1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6493

Modified Files:
gliv.info 
Log Message:
new version (last expected from upstream), dep upgrades

Index: gliv.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome/gliv.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gliv.info   13 Feb 2013 22:55:16 -  1.1
+++ gliv.info   20 Jun 2013 22:44:20 -  1.2
@@ -1,13 +1,45 @@
 Package: gliv
-Version: 1.9.6
-Revision: 2
-Depends: atk1-shlibs (>= 1.26.0-2), cairo-shlibs (>= 1.8.8-2), 
freetype219-shlibs (>= 2.3.8-2), glib2-shlibs (>= 2.20.5-1), gtk+2-shlibs (>= 
2.16.6-1), gtkglext1-shlibs (>= 1.0.6-1011), libgettext3-shlibs (>= 0.14.5-2), 
libiconv (>= 1.12-3), pango1-xft2-ft219-shlibs (>= 1.24.5-1), x11, x11-shlibs
-BuildDepends: gettext-tools, pkgconfig (>= 0.9.0-1), atk1 (>= 1.26.0-2), cairo 
(>= 1.8.8-2), freetype219 (>= 2.3.8-2), glib2-dev (>= 2.20.5-1), glitz, 
gtk+2-dev (>= 2.16.6-1), gtkglext1 (>= 1.0.6-1011), libgettext3-dev (>= 
0.14.5-2), libiconv-dev (>= 1.12-3), pango1-xft2-ft219-dev (>= 1.24.5-1), 
x11-dev
+Version: 1.9.7
+Revision: 1
+Depends: <<
+   atk1-shlibs (>= 1.28.0-1),
+   cairo-shlibs (>= 1.12.8-1),
+   fontconfig2-shlibs (>= 2.10.0-1),
+   freetype219-shlibs (>= 2.4.11-1),
+   glib2-shlibs (>= 2.22.0-1),
+   gtk+2-shlibs (>= 2.18.0-1),
+   gtkglext1-shlibs (>= 1.0.6-1011),
+   libgettext8-shlibs,
+   pango1-xft2-ft219-shlibs (>= 1.24.5-4),
+   x11,
+   x11-shlibs
+<<
+BuildDepends: <<
+   atk1 (>= 1.28.0-1),
+   cairo (>= 1.12.8-1),
+   fink-package-precedence,
+   fontconfig2-dev (>= 2.10.0-1),
+   freetype219 (>= 2.4.11-1),
+   gettext-tools,
+   glib2-dev (>= 2.22.0-1),
+   glitz,
+   gtk+2-dev (>= 2.18.0-1),
+   gtkglext1 (>= 1.0.6-1011),
+   libgettext8-dev,
+   libiconv-dev (>= 1.12-3),
+   pango1-xft2-ft219-dev (>= 1.24.5-4),
+   pkgconfig (>= 0.9.0-1),
+   x11-dev
+<<
 Source: http://guichaz.free.fr/%n/files/%n-%v.tar.bz2
-Source-MD5: e51838ed643f3af5143a20a12f432b9d
+Source-MD5: 5f0fafaf41651da8882e88b3df062d02
 SetCFLAGS: -Os
 PatchScript: perl -pi -e 's,\#include "stdlib.h",\#include 
"stdlib.h"\n\#include ,' lib/getdelim.c
-ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
+ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking
+CompileScript: <<
+   %{default_script}
+   fink-package-precedence .
+<<
 InstallScript: make install DESTDIR=%d
 DocFiles: ABOUT-NLS COPYING NEWS README THANKS
 License: GPL


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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/gnome libgdamm.info,1.1,1.2

2013-06-20 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6574/gnome

Modified Files:
libgdamm.info 
Log Message:
gettext upgrade

Index: libgdamm.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/gnome/libgdamm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libgdamm.info   13 Feb 2013 02:35:39 -  1.1
+++ libgdamm.info   20 Jun 2013 22:45:46 -  1.2
@@ -1,10 +1,10 @@
 Package: libgdamm
 Version: 3.0.1
-Revision: 1004
+Revision: 1005
 Source: mirror:gnome:sources/%n/3.0/%n-%v.tar.bz2
 Source-MD5: 63583ec970e643962474401400e19994
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: pkgconfig, glib2-dev, glibmm2.4-dev, libgda4-dev, 
libgettext3-dev, libiconv-dev, libsigc++2, libxml2, sqlite3
+BuildDepends: pkgconfig, glib2-dev, glibmm2.4-dev, libgda4-dev, 
libgettext8-dev, libiconv-dev, libsigc++2, libxml2, sqlite3
 BuildDependsOnly: true
 SetCXXFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking 
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig
@@ -13,7 +13,7 @@
 Splitoff: <<
   Package: %N-shlibs
   Description: C++ bindings for libgda, shared libraries
-  Depends: glib2-shlibs, glibmm2.4-shlibs, libgda4-shlibs, libgettext3-shlibs, 
libiconv, libsigc++2-shlibs, libxml2-shlibs, sqlite3-shlibs
+  Depends: glib2-shlibs, glibmm2.4-shlibs, libgda4-shlibs, libgettext8-shlibs, 
libiconv, libsigc++2-shlibs, libxml2-shlibs, sqlite3-shlibs
   Files: <<
 lib/libgdamm-3.0.10.dylib
 lib/libgdamm-3.0.10.0.0.dylib


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/gecko2/finkinfo - New directory

2013-06-20 Thread Andreas Gockel
Update of /cvsroot/fink/experimental/gecko2/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6739/finkinfo

Log Message:
Directory /cvsroot/fink/experimental/gecko2/finkinfo added to the repository



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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 libwpd-0.8.info,1.2,1.3

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

Modified Files:
libwpd-0.8.info 
Log Message:
gettext upgrade

Index: libwpd-0.8.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libwpd-0.8.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libwpd-0.8.info 31 Oct 2012 18:53:05 -  1.2
+++ libwpd-0.8.info 20 Jun 2013 22:49:54 -  1.3
@@ -1,7 +1,7 @@
 Info4: <<
 Package: libwpd-0.8
 Version: 0.8.14
-Revision: 2
+Revision: 3
 Description: Import and export of WordPerfect formats
 License: GPL
 Maintainer: Benjamin Reed 
@@ -9,9 +9,10 @@
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
bzip2,
+   fink-package-precedence,
gettext-tools,
glib2-dev (>= 2.14.0-1),
-   libgettext3-dev,
+   libgettext8-dev,
libgsf1.114-dev,
libxml2,
libiconv-dev,
@@ -26,7 +27,7 @@
 
 SetLIBS: -L%p/lib
 NoSetLDFLAGS: true
-ConfigureParams: --disable-dependency-tracking --with-pic --enable-shared 
--disable-static --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --without-docs
+ConfigureParams: --enable-dependency-tracking --with-pic --enable-shared 
--disable-static --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --without-docs
 CompileScript: <<
 #!/bin/sh -ev
 
@@ -40,6 +41,7 @@
 
./configure %c
make CCLD=g++
+   fink-package-precedence --prohibit-bdep=%N-dev .
 <<
 
 DocFiles: CHANGES COPYING INSTALL README TODO
@@ -48,7 +50,7 @@
Depends: <<
bzip2-shlibs,
glib2-shlibs (>= 2.14.0-1),
-   libgettext3-shlibs,
+   libgettext8-shlibs,
libgsf1.114-shlibs,
libiconv,
libxml2-shlibs


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/gecko2/finkinfo dpkg.info, NONE, 1.1 dpkg.patch, NONE, 1.1

2013-06-20 Thread Andreas Gockel
Update of /cvsroot/fink/experimental/gecko2/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6815/finkinfo

Added Files:
dpkg.info dpkg.patch 
Log Message:
Improved dpkg based on thesin version of dpkg


--- NEW FILE: dpkg.patch ---
diff -ruN dpkg-1.16.10.orig/fink/md5sum dpkg-1.16.10/fink/md5sum
--- dpkg-1.16.10.orig/fink/md5sum   1969-12-31 17:00:00.0 -0700
+++ dpkg-1.16.10/fink/md5sum2013-05-28 08:30:00.0 -0600
@@ -0,0 +1,322 @@
+#!/usr/bin/perl
+use strict;
+use warnings;
+
+## md5sum wrapper for Mac md5 tool ##
+# This wrapper should be installed in bin/md5sum. Since dpkg 1.10, md5sum was
+# removed, this script is intended to replace it for fink systems.
+#
+# Written by Sjors Gielen, licensed under the same license as dpkg, the
+# GNU General Public License version 2.
+
+my $md5_bin = "/sbin/md5";
+my $binary_mode = "";
+my $check_mode = 0;
+my $quiet = 0;
[...2981 lines suppressed...]
+diff -ruN dpkg-1.16.4.3.orig/src/t/100_dpkg_divert.t 
dpkg-1.16.4.3/src/t/100_dpkg_divert.t
+--- dpkg-1.16.4.3.orig/src/t/100_dpkg_divert.t 2012-06-13 23:12:34.0 
-0600
 dpkg-1.16.4.3/src/t/100_dpkg_divert.t  2012-07-02 16:14:45.0 
-0600
+@@ -593,6 +593,7 @@
+ expect_failure => 1, expect_stderr_like => qr/Permission 
denied/);
+ diversions_eq('');
+ 
++system("chmod 755 $testdir/nadir");
+ cleanup();
+ }
+ 
+@@ -606,7 +607,7 @@
+ system("chmod 500 $admindir");
+ call_divert(["$testdir/foo"], expect_failure => 1, expect_stderr_like => 
qr/create.*new/);
+ system("chmod 755 $admindir; ln -s /dev/full $admindir/diversions-new");
+-call_divert(["$testdir/foo"], expect_failure => 1, expect_stderr_like => 
qr/(write|flush|close).*new/);
++call_divert(["$testdir/foo"], expect_failure => 1, expect_stderr_like => 
qr/create.*new/);
+ }
+ 
+ system("rm -f $admindir/diversions-new; mkdir $admindir/diversions-old");

--- NEW FILE: dpkg.info ---
Package: dpkg
Version: 1.16.10
Revision: 1.1
GCC: 4.0
## Remove po4a
### Comment out libncursesw5 for bootstrap version, and don't make dselect
BuildDepends: <<
  fink (>= 0.32),
  libgettext8-dev,
  gettext-tools (>= 0.18),
  liblzma5,
  libncursesw5,
  bzip2-dev
<<
BuildConflicts: <<
  ( %m = powerpc ) gcc45, 
  ( %m = powerpc ) gcc46, 
  ( %m = powerpc ) gcc47,
  ( %m = powerpc ) gcc48
<<
Depends: <<
  bzip2-shlibs,
  libgettext8-shlibs,
  liblzma5-shlibs,
  tar
<<
Conflicts: dpkg-bootstrap
Replaces: dpkg-bootstrap
Suggests: apt
Essential: yes
Maintainer: Fink Core Group 

Source: mirror:debian:/pool/main/d/%n/%n_%v.tar.xz
SourceDirectory: dpkg-%v
Source-MD5: a20a06a5272717274a8b009368f237da

PatchFile: dpkg.patch
PatchFile-MD5: 679fac285c950c873d3fbd2d74a42f34

PatchScript: <<
sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1

patch -p1 < fink/patches/add-BOD.patch
patch -p1 < fink/patches/build-fix.patch
patch -p1 < fink/patches/c++filt-defaults.patch
patch -p1 < fink/patches/dselect-methods.patch
patch -p1 < fink/patches/fink-triggers.patch
patch -p1 < fink/patches/fink-virtuals.patch
patch -p1 < fink/patches/full-path-calls.patch
patch -p1 < fink/patches/gzip-rsyncable-fix.patch
patch -p1 < fink/patches/location-fixes.patch
patch -p1 < fink/patches/protect-system-dirs.patch
patch -p1 < fink/patches/so-to-dylib.patch
patch -p1 < fink/patches/test-fix.patch
patch -p1 < fink/patches/fink-as-vendor.patch

# Remove po4a and make sure it can't be found if it's installed
# this is to keep fink policy happy since it has to build the same
# everytime on all systems
perl -pi -e 's,po4a,notpo4a,g' m4/dpkg-progs.m4

# Make sure all scripts have use lib %p/lib/perl5 to find the modules it needs
perl -pi -e 's,^(\#\!/usr/bin/perl.*)$,$1\nuse lib "%p/lib/perl5";,' 
%b/scripts/*.pl

# fix paths
for i in %b/po/*.po %b/po/*.pot %b/doc/triggers.txt %b/man/*.[13578] 
%b/man/*/*.[13578]; do \
  perl -pi -e 's,/usr,%p,g' $i; \
  perl -pi -e 's,/var,%p/var,g' $i; \
  perl -pi -e 's,/etc,%p/etc,g' $i; \
  perl -pi -e 's,amd64,x86_64,g' $i; \
done 

cp scripts/t/200_Dpkg_Shlibs/objdump.basictags-amd64 
scripts/t/200_Dpkg_Shlibs/objdump.basictags-x86_64

# Fink uses "x86_64" instead of "amd64"
perl -pi -e 's,amd64,x86_64,g' *table debian/archtable scripts/Makefile.am 
scripts/t/200_Dpkg_Shlibs/basictags.c 
scripts/t/200_Dpkg_Shlibs/basictags.symbols 
scripts/t/200_Dpkg_Shlibs/objdump.basictags-x86_64 scripts/t/200_Dpkg_Shlibs.t

# Fix for gnutar (Slightly modified for bootstrap version)
#perl -pi -e 's,\"tar\",\"/usr/bin/gnutar\",g' dpkg-deb/build.c 
dpkg-deb/extract.c lib/dpkg/dpkg.h lib/dpkg/subproc.c
#perl -pi -e 's,--warning=no-timestamp,--format=gnu,g' dpkg-deb/extract.c
# Fix for gnutar
perl -pi -e 's,\"tar\",\"%p/bin/gnutar\",g' dpkg-deb/build.c dpkg-deb/extract.c 
lib/dpkg/dpkg.h lib/dpkg/subproc.c

# Fix for older gcc ie: 10.5
perl -pi -e 's,-Wvla ,,g' m4/dpkg-compiler.m4
<<

SetCFLAGS: -g -O2 -fstack-protector -Wformat -fPIE 
-F/System/Library/Frameworks/CoreFoundation.fr

[cvs] dists/10.7/stable/main/finkinfo/sci xraylib-pm.info, 1.10, 1.11 xraylib-python.info, 1.7, 1.8

2013-06-20 Thread Andreas Gockel
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6956

Modified Files:
xraylib-pm.info xraylib-python.info 
Log Message:
Fix Source url


Index: xraylib-pm.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xraylib-pm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xraylib-pm.info 20 Jun 2013 05:55:09 -  1.10
+++ xraylib-pm.info 20 Jun 2013 22:57:07 -  1.11
@@ -21,7 +21,7 @@
 perl%type_pkg[perl]-core
 <<
 
-Source: http://lvserver.ugent.be/xraylib/%type_pkg[base]-%v.tar.gz
+Source: http://lvserver.ugent.be/xraylib/xraylib-%v.tar.gz
 Source-MD5: 317b462090f3b47775671555bca80851
 
 UseMaxBuildJobs: false

Index: xraylib-python.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xraylib-python.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xraylib-python.info 20 Jun 2013 05:55:09 -  1.7
+++ xraylib-python.info 20 Jun 2013 22:57:07 -  1.8
@@ -31,7 +31,7 @@
 python%type_pkg[python]-shlibs
 <<
 
-Source: http://lvserver.ugent.be/xraylib/%type_pkg[base]-%v.tar.gz
+Source: http://lvserver.ugent.be/xraylib/xraylib-%v.tar.gz
 Source-MD5: 317b462090f3b47775671555bca80851
 
 PatchScript: perl -pi -e 's|/usr/bin/env 
python|%p/bin/python%type_raw[python]|' python/xraylib


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/sci xraylib-pm.info, 1.7, 1.8 xraylib-python.info, 1.6, 1.7

2013-06-20 Thread Andreas Gockel
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7212

Modified Files:
xraylib-pm.info xraylib-python.info 
Log Message:
fixed source url


Index: xraylib-pm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/xraylib-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xraylib-pm.info 20 Jun 2013 05:55:09 -  1.7
+++ xraylib-pm.info 20 Jun 2013 23:03:36 -  1.8
@@ -21,7 +21,7 @@
 perl%type_pkg[perl]-core
 <<
 
-Source: http://lvserver.ugent.be/xraylib/%type_pkg[base]-%v.tar.gz
+Source: http://lvserver.ugent.be/xraylib/xraylib-%v.tar.gz
 Source-MD5: 317b462090f3b47775671555bca80851
 
 UseMaxBuildJobs: false

Index: xraylib-python.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/xraylib-python.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xraylib-python.info 20 Jun 2013 05:55:09 -  1.6
+++ xraylib-python.info 20 Jun 2013 23:03:36 -  1.7
@@ -31,7 +31,7 @@
 python%type_pkg[python]-shlibs
 <<
 
-Source: http://lvserver.ugent.be/xraylib/%type_pkg[base]-%v.tar.gz
+Source: http://lvserver.ugent.be/xraylib/xraylib-%v.tar.gz
 Source-MD5: 317b462090f3b47775671555bca80851
 
 PatchScript: perl -pi -e 's|/usr/bin/env 
python|%p/bin/python%type_raw[python]|' python/xraylib


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
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 gdal.info,1.17,1.18

2013-06-20 Thread Andreas Gockel
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7500/10.7/stable/main/finkinfo/libs

Modified Files:
gdal.info 
Log Message:
fix source url


Index: gdal.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/gdal.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gdal.info   19 Jun 2013 16:31:10 -  1.17
+++ gdal.info   20 Jun 2013 23:08:18 -  1.18
@@ -45,7 +45,7 @@
 
 # (%type_raw[mysql] = -mysql) mysql-unified-dev,
 
-Source: http://download.osgeo.org/%n/%v/%n-%v.tar.gz
+Source: http://download.osgeo.org/gdal/%v/%n-%v.tar.gz
 Source-MD5: a2062d6ad09250e2ade40064bcd1a384
 
 # http://trac.macports.org/ticket/39214


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/libs libxslt.info, 1.2, 1.3 libxslt.patch, 1.2, 1.3

2013-06-20 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9668

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


Index: libxslt.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/libxslt.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libxslt.patch   27 Oct 2011 21:32:00 -  1.2
+++ libxslt.patch   21 Jun 2013 00:06:43 -  1.3
@@ -1,38 +1,23 @@
-diff -Nurd -x'*~' libxslt-1.1.26.orig/doc/Makefile.in 
libxslt-1.1.26/doc/Makefile.in
 libxslt-1.1.26.orig/doc/Makefile.in2009-09-24 10:43:14.0 
-0400
-+++ libxslt-1.1.26/doc/Makefile.in 2011-03-10 00:21:41.0 -0500
-@@ -670,13 +670,18 @@
+diff -Nurd -x'*~' libxslt-1.1.28.orig/doc/Makefile.in 
libxslt-1.1.28/doc/Makefile.in
+--- libxslt-1.1.28.orig/doc/Makefile.in2012-11-21 02:21:50.0 
-0500
 libxslt-1.1.28/doc/Makefile.in 2013-05-16 03:28:23.0 -0400
+@@ -841,13 +841,18 @@
  install-data-local:
-   $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
-   -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(HTML_DIR)
-+  -@INSTALL@ -m 0644 $(srcdir)/*.xml $(DESTDIR)$(HTML_DIR)
-+  -@INSTALL@ -m 0644 $(srcdir)/*.xsl $(DESTDIR)$(HTML_DIR)
-   -@INSTALL@ -m 0644 $(srcdir)/*.gif $(DESTDIR)$(HTML_DIR)
-   $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
-   -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
-   -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
--  -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(HTML_DIR)/html
-   $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/EXSLT
-   -@INSTALL@ -m 0644 $(srcdir)/EXSLT/*.html $(DESTDIR)$(HTML_DIR)/EXSLT
-+  -@INSTALL@ -m 0644 $(srcdir)/EXSLT/*.xml $(DESTDIR)$(HTML_DIR)/EXSLT
-+  $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/EXSLT/html
-+  -@INSTALL@ -m 0644 $(srcdir)/EXSLT/html/*.html 
$(DESTDIR)$(HTML_DIR)/EXSLT/html
-+  -@INSTALL@ -m 0644 $(srcdir)/EXSLT/html/*.png 
$(DESTDIR)$(HTML_DIR)/EXSLT/html
-   $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial
-   -@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(HTML_DIR)/tutorial
-   $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial2
-diff -Nurd -x'*~' libxslt-1.1.26.orig/libexslt/date.c 
libxslt-1.1.26/libexslt/date.c
 libxslt-1.1.26.orig/libexslt/date.c2009-09-17 10:51:10.0 
-0400
-+++ libxslt-1.1.26/libexslt/date.c 2011-03-10 00:19:04.0 -0500
-@@ -28,11 +28,6 @@
- #include "config.h"
- #endif
- 
--#if HAVE_LOCALTIME_R  /* _POSIX_SOURCE required by gnu libc */
--#ifndef _AIX51/* but on AIX we're not using gnu libc */
--#define _POSIX_SOURCE
--#endif
--#endif
- 
- #include 
- #include 
+   $(MKDIR_P) $(DESTDIR)$(HTML_DIR)
+   -$(INSTALL) -m 0644 $(srcdir)/*.html $(DESTDIR)$(HTML_DIR)
++  -$(INSTALL) -m 0644 $(srcdir)/*.xml $(DESTDIR)$(HTML_DIR)
++  -$(INSTALL) -m 0644 $(srcdir)/*.xsl $(DESTDIR)$(HTML_DIR)
+   -$(INSTALL) -m 0644 $(srcdir)/*.gif $(DESTDIR)$(HTML_DIR)
+   $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/html
+   -$(INSTALL) -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
+   -$(INSTALL) -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
+-  -$(INSTALL) -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(HTML_DIR)/html
+   $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/EXSLT
+   -$(INSTALL) -m 0644 $(srcdir)/EXSLT/*.html $(DESTDIR)$(HTML_DIR)/EXSLT
++  -$(INSTALL) -m 0644 $(srcdir)/EXSLT/*.xml $(DESTDIR)$(HTML_DIR)/EXSLT
++  $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/EXSLT/html
++  -$(INSTALL) -m 0644 $(srcdir)/EXSLT/html/*.html 
$(DESTDIR)$(HTML_DIR)/EXSLT/html
++  -$(INSTALL) -m 0644 $(srcdir)/EXSLT/html/*.png 
$(DESTDIR)$(HTML_DIR)/EXSLT/html
+   $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial
+   -$(INSTALL) -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(HTML_DIR)/tutorial
+   $(MKDIR_P) $(DESTDIR)$(HTML_DIR)/tutorial2

Index: libxslt.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/libxslt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libxslt.info27 Oct 2011 21:32:00 -  1.2
+++ libxslt.info21 Jun 2013 00:06:42 -  1.3
@@ -1,21 +1,21 @@
 Package: libxslt
-Version: 1.1.26
+Version: 1.1.28
 Revision: 1
 BuildDependsOnly: true
 Maintainer: The Gnome Core Team 
 BuildDepends: <<
-   fink (>= 0.24.12-1),
+   fink (>= 0.24.12),
fink-package-precedence,
gdbm3,
libiconv-dev,
-   libxml2 (>= 2.7.8-1)
+   libxml2 (>= 2.8.0-1)
 <<
 Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r)
 #Source: mirror:gnome:sources/%n/1.1/%n-%v.tar.bz2
 Source: http://xmlsoft.org/sources/%n-%v.ta

[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods xml-libxml-pm.info, 1.6, 1.7 xml-libxml-pm.patch, 1.2, 1.3 xml-libxslt-pm.info, 1.5, 1.6 xml-twig-pm.info, 1.3, 1.4

2013-06-20 Thread David Fang
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9668/perlmods

Modified Files:
xml-libxml-pm.info xml-libxml-pm.patch xml-libxslt-pm.info 
xml-twig-pm.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: xml-twig-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods/xml-twig-pm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xml-twig-pm.info12 Jun 2012 22:39:39 -  1.3
+++ xml-twig-pm.info21 Jun 2013 00:06:43 -  1.4
@@ -1,9 +1,9 @@
 Info2: <<
 Package: xml-twig-pm%type_pkg[perl]
-Version: 3.40
+Version: 3.42
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_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] = 581) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6, (%type_pkg[perl] = 5123) 10.7, (%type_pkg[perl] = 588) 10.4, 
(%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 588) 10.6, (%type_pkg[perl] = 
5123) 10.8, (%type_pkg[perl] = 5124) 10.7, (%type_pkg[perl] = 5124) 10.8
 Replaces: xml-twig-pm (<= 3.14-10), xml-twig-pm560, xml-twig-pm580, 
xml-twig-pm581, xml-twig-pm586
 Depends: <<
perl%type_pkg[perl]-core,
@@ -21,7 +21,7 @@
 <<
 BuildDepends: fink (>= 0.20.1-1)
 Source: mirror:cpan:authors/id/M/MI/MIROD/XML-Twig-%v.tar.gz
-Source-MD5: 0a2363312c26b2f62e621dc41846ea0d
+Source-MD5: def3362cfa957ddda33c319819a4fbed
 # There is a bug in fink's perl packages which sets perlpath to %p/bin/perl
 # instead of %p/bin/perlx.y.z so the tests fail if perlxyz isn't installed
 # in addition to perlxyz-core. This patch works around the bug.
@@ -86,7 +86,7 @@
 PreRmScript: <<
   update-alternatives --remove xml_grep %p/bin/xml_grep-%type_pkg[perl]
 <<
-Type: perl (5.8.1 5.8.6 5.8.8 5.10.0 5.12.3)
+Type: perl (5.8.1 5.8.6 5.8.8 5.10.0 5.12.3 5.12.4)
 UpdatePOD: True
 DocFiles: README Changes
 Description: Process huge XML documents in tree mode

Index: xml-libxml-pm.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods/xml-libxml-pm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml-libxml-pm.patch 12 Jun 2012 22:39:39 -  1.2
+++ xml-libxml-pm.patch 21 Jun 2013 00:06:43 -  1.3
@@ -1,7 +1,7 @@
-diff -Nurd -x'*~' XML-LibXML-1.96.orig/Makefile.PL XML-LibXML-1.96/Makefile.PL
 XML-LibXML-1.96.orig/Makefile.PL   2012-03-16 15:01:55.0 -0400
-+++ XML-LibXML-1.96/Makefile.PL2012-03-23 17:54:04.0 -0400
-@@ -87,7 +87,7 @@
+diff -Nurd -x'*~' XML-LibXML-2.0018.orig/Makefile.PL 
XML-LibXML-2.0018/Makefile.PL
+--- XML-LibXML-2.0018.orig/Makefile.PL 2013-05-13 06:41:01.0 -0400
 XML-LibXML-2.0018/Makefile.PL  2013-05-16 02:45:21.0 -0400
+@@ -93,7 +93,7 @@
  # -- #
  # read extra configurations from the commandline
  my %params;

Index: xml-libxslt-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods/xml-libxslt-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- xml-libxslt-pm.info 22 Jun 2012 02:15:53 -  1.5
+++ xml-libxslt-pm.info 21 Jun 2013 00:06:43 -  1.6
@@ -1,21 +1,21 @@
 Info2: <<
 Package: xml-libxslt-pm%type_pkg[perl]
-Version: 1.77
+Version: 1.80
 Revision: 1
 # Distribution: (%type_pkg[perl] = 586) 10.5
 Source: mirror:cpan:authors/id/S/SH/SHLOMIF/XML-LibXSLT-%v.tar.gz
-Source-MD5: a9cf4adb3637a0a42eb69a2998fa488e
+Source-MD5: bd8d0eaeee311a6dc148963a3f7753c6
 Type: perl (5.8.6 5.8.8 5.10.0)
 BuildDepends: <<
libiconv-dev,
-   libxml2 (>= 2.7.8-1),
-   libxslt (>= 1.1.26-1),
+   libxml2 (>= 2.8.0-1),
+   libxslt (>= 1.1.28-1),
pkgconfig
 <<
 Depends: <<
libiconv,
-   libxml2-shlibs (>= 2.7.8-1),
-   libxslt-shlibs (>= 1.1.26-1),
+   libxml2-shlibs (>= 2.8.0-1),
+   libxslt-shlibs (>= 1.1.28-1),
perl%type_pkg[perl]-core,
xml-libxml-pm%type_pkg[perl] (>= 1.70-1)
 <<

Index: xml-libxml-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods/xml-libxml-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xml-libxml-pm.info  28 Aug 2012 22:06:56 -  1.

[cvs] dists/10.7/stable/main/finkinfo/libs fltk-x11-10.8.info, 1.2, 1.3 fltk-x11.info, 1.4, 1.5

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

Modified Files:
fltk-x11-10.8.info fltk-x11.info 
Log Message:
fix rgb.txt path (keep the compatibility path in case someone wants to backport)

Index: fltk-x11-10.8.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/fltk-x11-10.8.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fltk-x11-10.8.info  6 Apr 2013 15:39:49 -   1.2
+++ fltk-x11-10.8.info  21 Jun 2013 01:29:55 -  1.3
@@ -1,6 +1,6 @@
 Package: fltk-x11
 Version: 1.1.7
-Revision: 1105
+Revision: 1106
 Distribution: 10.8
 Maintainer: Daniel Macks 
 #
@@ -105,7 +105,7 @@
%{default_script}
   perl -ni -e 'print unless /echo.*COMMAND/' src/Makefile
   perl -pi -e 's/\|\| break//' Makefile
-  perl -pi -e 's|rgb.txt|/usr/X11R6/lib/X11/rgb.txt|' test/colbrowser.cxx
+  perl -pi -e 's|rgb.txt|/usr/X11R6/share/X11/rgb.txt|' test/colbrowser.cxx
   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

Index: fltk-x11.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/fltk-x11.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fltk-x11.info   6 Apr 2013 15:39:49 -   1.4
+++ fltk-x11.info   21 Jun 2013 01:29:55 -  1.5
@@ -1,6 +1,6 @@
 Package: fltk-x11
 Version: 1.1.7
-Revision: 1005
+Revision: 1006
 Distribution: 10.7
 Maintainer: Daniel Macks 
 #
@@ -103,7 +103,7 @@
%{default_script}
   perl -ni -e 'print unless /echo.*COMMAND/' src/Makefile
   perl -pi -e 's/\|\| break//' Makefile
-  perl -pi -e 's|rgb.txt|/usr/X11R6/lib/X11/rgb.txt|' test/colbrowser.cxx
+  perl -pi -e 's|rgb.txt|/usr/X11R6/share/X11/rgb.txt|' test/colbrowser.cxx
   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


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-06-20 Thread David Fang
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11963

Modified Files:
llvm33.info 
Log Message:
use Release build (-O2), make re-compile script more robust


Index: llvm33.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/llvm33.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- llvm33.info 15 Jun 2013 15:59:01 -  1.2
+++ llvm33.info 21 Jun 2013 01:36:01 -  1.3
@@ -178,14 +178,21 @@
relsrcdir=../../llvm-%v.src
# gcc-4.0.1 workaround for units failing -O1 and higher, fallback to -O0
compile_lib_unit() {
+   test $# = 3 || { echo "Error calling compile_lib_unit." ; exit 1; }
builddir=$PWD
-   # $1 = source file path
-   # $2 = lib name
-   subdir=`dirname $1`
-   fbase=`basename $1`
-   target=CMakeFiles/LLVM$2.dir/$fbase.o
-   echo "Compiling $1 to $target"
-   pushd $builddir/$subdir
+   # $1 = source lib dir
+   # $2 = source file path (relative to $1)
+   # $3 = lib name
+   libdir=$1
+   srcfile=$1/$2
+   lib=LLVM$3
+   subdir=`dirname $srcfile`
+   target=CMakeFiles/$lib.dir/$2.o
+   if test ! -f $target
+   then
+   echo "Compiling $srcfile to $target"
+   pushd $libdir
+   # mkdir -p `dirname $target`
$CXX \
-DLLVMAnalysis_EXPORTS -D_DEBUG \
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS \
@@ -193,40 +200,46 @@
-fvisibility-inlines-hidden \
-Wall -W -Wno-unused-parameter -Wwrite-strings 
-Wno-missing-field-initializers \
-pedantic -Wno-long-long -Wno-uninitialized -Wnon-virtual-dtor 
-fno-rtti \
-   -g -fPIC \
+   -fPIC \
-I$builddir/$subdir \
-I$abssrcdir/$subdir \
-I$builddir/include \
-I$abssrcdir/include \
+   -I$abssrcdir/tools/polly/include \
-fno-exceptions \
-o $target \
-   -c $abssrcdir/$1
+   -c $abssrcdir/$srcfile
+   # -g
popd
+   fi
}
 
# more of the same workaround
recompile_known_units() {
echo "Recompiling known problematic units with -O0."
for f in \
-   lib/Analysis/ScalarEvolution{,Expander}.cpp:Analysis \
-   lib/Transforms/Utils/{BreakCriticalEdges,LoopUnroll}.cpp:TransformUtils 
\
-   
lib/Transforms/Scalar/{LoopInstSimplify,LoopRotation,LoopUnswitch}.cpp:ScalarOpts
 \
-   
lib/CodeGen/{MachineBasicBlock,MachineBlockPlacement,MachineTraceMetrics,PHIElimination}.cpp:CodeGen
 \
+   lib/Analysis:{ScalarEvolution{,Expander},LoopPass}.cpp:Analysis \
+   
lib/Transforms/Utils:{BreakCriticalEdges,LoopUnroll,LoopSimplify}.cpp:TransformUtils
 \
+   
lib/Transforms/Scalar:{LoopInstSimplify,LoopRotation,LoopUnswitch}.cpp:ScalarOpts
 \
+   lib/Transforms/Vectorize:LoopVectorize.cpp:Vectorize \
+   
lib/CodeGen:{MachineBasicBlock,MachineBlockPlacement,MachineTraceMetrics,PHIElimination}.cpp:CodeGen
 \
+   tools/polly/lib:CodeGen/LoopGenerators.cpp:Polly \
 
do
saveIFS=$IFS
IFS=:
set -- $f
-   src=$1
-   lib=$2
+   dir=$1
+   src=$2
+   lib=$3
IFS=$saveIFS
# echo "$src -> $lib"
-   compile_lib_unit $src $lib
+   compile_lib_unit $dir $src $lib
done
}
 
-#  build_type=Release
-   build_type=RelWithDebInfo
+   build_type=Release
+#  build_type=RelWithDebInfo
# do not let cmake auto-detect OSX_SYSROOT
CMAKE_OPTIONS="$CMAKE_OPTIONS 
-DCMAKE_INSTALL_PREFIX:PATH=%p/opt/llvm-%v 
-DCMAKE_BUILD_TYPE:STRING=$build_type -DLLVM_LIT_ARGS:STRING=-v 
-DLLVM_ENABLE_ASSERTIONS:BOOL=ON -DPYTHON_EXECUTABLE:FILEPATH=%p/bin/python2.7 
-DCMAKE_OSX_SYSROOT:STRING=/ -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="
 
@@ -235,10 +248,11 @@
 
# trying to disable optimization flags on non-trustworthy compilers
# worked around in recompile_known_units(), and now using RelWithDebInfo
-#  ccvers=`$CXX -v 2>&1 | tail -n 1 | cut -d\  -f3`
-#  if test $ccvers = 4.0.1
-#  then STAGE1_CMAKE_OPTIONS='-DCMAKE_C_FLAGS_RELEASE:STRING=-O0 
-DCMAKE_CXX_FLAGS_RELEASE:STRING=-O0'
-#  fi
+   ccvers=`$CXX -v 2>&1 | tail -n 1 | cut -d\  -f3`
+   if test $ccvers = 4.0.1
+   then STAGE1_CMAKE_OPTIONS='-DCMAKE_C_FLAGS_RELEASE:STRING=-O2 
-DCMAKE_CXX_FLAGS_RELEASE:STRING=-O2'
+   fi
+   # else default to -O3
 
echo " START of BOOTSTRAP STAGE 1: building llvm/clang with the 
system compiler"
# wd: %b


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gman

[fink/fink] 3b643e: We don't need the full multiline results from quer...

2013-06-20 Thread Alexander Hansen
  Branch: refs/heads/master
  Home:   https://github.com/fink/fink
  Commit: 3b643e69f3eb60634a7b235e2472151a055efa29
  
https://github.com/fink/fink/commit/3b643e69f3eb60634a7b235e2472151a055efa29
  Author: Alexander Hansen 
  Date:   2013-06-20 (Thu, 20 Jun 2013)

  Changed paths:
M perlmod/Fink/VirtPackage.pm

  Log Message:
  ---
  We don't need the full multiline results from querying the Xcode CLI receipt.


  Commit: bffa85c6e647ce2ad9c97b66d1f631b5b2df34c0
  
https://github.com/fink/fink/commit/bffa85c6e647ce2ad9c97b66d1f631b5b2df34c0
  Author: Alexander Hansen 
  Date:   2013-06-20 (Thu, 20 Jun 2013)

  Changed paths:
M perlmod/Fink/VirtPackage.pm

  Log Message:
  ---
  (finally) fix processing of Oracle's Java for 10.7 and later.

Note:  a side effect of the refactoring is that system-java16 disappears on 
10.5/i386, since the Java-1.6 for that platform was distributed as x86_64 only, 
unlike on 10.6+.


Compare: https://github.com/fink/fink/compare/2f2cd713d97d...bffa85c6e647
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
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 libming1-shlibs.info, 1.6, 1.7 libming1-shlibs.patch, 1.3, NONE

2013-06-20 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12904

Modified Files:
libming1-shlibs.info 
Removed Files:
libming1-shlibs.patch 
Log Message:
libming1 0.4.5

--- libming1-shlibs.patch DELETED ---

Index: libming1-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libming1-shlibs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- libming1-shlibs.info16 Mar 2013 18:39:12 -  1.6
+++ libming1-shlibs.info21 Jun 2013 02:01:56 -  1.7
@@ -1,32 +1,36 @@
 Package: libming1-shlibs
-Version: 0.4.4
+Version: 0.4.5
 Revision: 1
-BuildDepends: fink-package-precedence, freetype219, giflib, libpng15, 
libtool2, pkgconfig, x11-dev
-Depends: freetype219-shlibs, giflib-shlibs, libpng15-shlibs
+BuildDepends: <<
+   fink-package-precedence,
+   freetype219,
+   giflib,
+   libpng15,
+   libtool2,
+   pkgconfig,
+   x11-dev
+<<
+Depends: <<
+   freetype219-shlibs,
+   giflib-shlibs,
+   libpng15-shlibs
+<<
 Source: mirror:sourceforge:ming/ming-%v.tar.bz2
-Source-MD5: 9e780f93670eaf68b1eefa6cdfc1d1e2
-PatchFile: %n.patch
-PatchFile-MD5: 6097c0a72bae1ac6fdf1466a48ed90a0
-ConfigureParams: --with-freetype-config=%p/lib/freetype219/bin/freetype-config 
--disable-python --disable-perl --disable-php --disable-tcl --with-pic 
--enable-shared --enable-static --mandir=%p/share/man 
--enable-dependency-tracking
+Source-MD5: 73bcbcb837f3872ef1a936c539a2513c
+ConfigureParams: --with-freetype-config=%p/lib/freetype219/bin/freetype-config 
--disable-python --disable-perl --disable-php --disable-tcl --with-pic 
--enable-shared --disable-static --mandir=%p/share/man 
--enable-dependency-tracking
 CompileScript: <<
 #!/bin/bash -ev
 ./configure %c
 make V=1
-fink-package-precedence .
+fink-package-precedence --prohibit-bdep=libming1-dev .
 <<
-### Compiling a test program fails with clang, so switch to llvm-gcc here
-### test/Font/test03 fails (since at least ming 0.4.1, so patch it out)
+### Compiling test/Movie/add/test0[12]-cxx.C fail with clang, so switch to 
llvm-gcc here
 InfoTest: <<
-   ### This test file is missing from the tarball
-   TestSource: 
https://github.com/libming/libming/blob/cc075813f7a8cd23041089c4f66b87496a3354b3/test/Media/font-kerntest.fdb?raw=true
-   TestSourceRename: font-kerntest.fdb
-   TestSource-MD5: 2b08af4b0337d2221d7587646e9bdb47
TestDepends: llvm-gcc
TestScript: <<
#!/bin/sh -ev
-   cp %b/../font-kerntest.fdb test/Media/font-kerntest.fdb
make check CC=llvm-gcc-4.2 CXX=llvm-g++-4.2 || exit 2
-   fink-package-precedence .
+   fink-package-precedence --prohibit-bdep=libming1-dev .
<<
 <<
 InstallScript: <<
@@ -46,7 +50,6 @@
 lib/pkgconfig
 lib/libming.dylib
 lib/libming.la
-lib/libming.a
 share/man/man3
   <<
   DocFiles: AUTHORS COPYING HISTORY INSTALL LICENSE LICENSE_GPL2 NEWS README 
TODO
@@ -62,7 +65,12 @@
 SplitOff2: <<
   Package: libming-utils
   Conflicts: swftools
-  Depends: libming1-shlibs (>= %v-%r), freetype219-shlibs, giflib-shlibs, 
libpng15-shlibs
+  Depends: <<
+   libming1-shlibs (>= %v-%r),
+   freetype219-shlibs,
+   giflib-shlibs,
+   libpng15-shlibs
+  <<
   Files: <<
 bin
 share/man/man1


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


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

2013-06-20 Thread Jack Howarth
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13706

Modified Files:
gcc48.info 
Log Message:
Initial support for 10.9. Requires missing lipo for libgcc build and mach_debug 
headers for boehm-gc build. Tested with lipo from Xcode 4.6.2 and java build 
disabled.

Index: gcc48.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/gcc48.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gcc48.info  31 May 2013 14:14:55 -  1.4
+++ gcc48.info  21 Jun 2013 02:06:31 -  1.5
@@ -42,7 +42,16 @@
  mv ../ecj-4.5.jar ecj.jar
  mkdir ../darwin_objdir
  cd ../darwin_objdir
- ../gcc-%v/configure %c
+ darwinvers=`sw_vers -productVersion | cut -d. -f1-2`
+ if [[ $darwinvers > 10.8 ]]; then
+   if [ -d /Library/Developer/CommandLineTools ]; then
+ ../gcc-%v/configure %c CPPFLAGS="-O2 -g -isysroot `xcode-select 
--print-path`/SDKs/MacOSX$darwinvers.sdk" 
--with-native-system-header-dir=`xcode-select 
--print-path`/SDKs/MacOSX$darwinvers.sdk/usr/include CXXFLAGS="-O2 -g 
-iframework `xcode-select 
--print-path`/SDKs/MacOSX$darwinvers.sdk/System/Library/Frameworks"
+   else
+ ../gcc-%v/configure %c CPPFLAGS="-O2 -g -isysroot `xcode-select 
--print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$darwinvers.sdk" 
--with-native-system-header-dir=`xcode-select 
--print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$darwinvers.sdk/usr/include
 CXXFLAGS="-O2 -g -iframework `xcode-select 
--print-path`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$darwinvers.sdk/System/Library/Frameworks"
+   fi
+ else 
+   ../gcc-%v/configure %c
+ fi
  # use bootstrap-lean to reduce disk usage
  make bootstrap-lean
  ##  make check requires autogen, dejagnu and expect, and should be run, in 
darwin_objdir, after install.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.7/stable/main/finkinfo/graphics inkscape_bug707205-export-dynamic.patch, NONE, 1.1 inkscape_compiler_check.patch, NONE, 1.1 inkscape_rev10062-preferences.patch, NONE, 1.1 inkscape_rev10

2013-06-20 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15118

Modified Files:
inkscape.info inkscape.patch 
Added Files:
inkscape_bug707205-export-dynamic.patch 
inkscape_compiler_check.patch 
inkscape_rev10062-preferences.patch inkscape_rev10399.patch 
inkscape_rev12202.patch 
Log Message:
inkscape now builds with clang
maintainer approved

--- NEW FILE: inkscape_bug707205-export-dynamic.patch ---
=== modified file 'configure.ac'
--- a/configure.ac  2011-07-02 20:43:05 +
+++ b/configure.ac  2011-07-10 17:54:41 +
@@ -323,7 +323,6 @@
   platform_osx=no
 fi
 AC_MSG_RESULT([$platform_osx])
-AM_CONDITIONAL(PLATFORM_OSX, test "$platform_osx" = "yes")

 AC_MSG_CHECKING([for Solaris platform])
 case "$host" in

=== modified file 'src/Makefile.am'
--- a/src/Makefile.am   2011-07-05 20:22:31 +
+++ b/src/Makefile.am   2011-07-10 17:54:41 +
@@ -205,11 +205,7 @@
 
 inkscape_SOURCES += main.cpp $(win32_sources)
 inkscape_LDADD = $(all_libs)
-if PLATFORM_OSX
-inkscape_LDFLAGS = --export-dynamic $(kdeldflags) $(mwindows)
-else
-inkscape_LDFLAGS = -Wl,--export-dynamic $(kdeldflags) $(mwindows)
-endif
+inkscape_LDFLAGS = $(kdeldflags) $(mwindows)
 
 inkview_SOURCES += inkview.cpp $(win32_sources)
 inkview_LDADD = $(all_libs)


--- NEW FILE: inkscape_rev12202.patch ---
=== modified file 'src/2geom/basic-intersection.cpp'
--- a/src/2geom/basic-intersection.cpp  2011-02-02 21:24:36 +
+++ b/src/2geom/basic-intersection.cpp  2013-03-13 21:44:30 +
@@ -64,7 +64,12 @@
 void split(vector const &p, double t, 
vector &left, vector &right) {
 const unsigned sz = p.size();
-Geom::Point Vtemp[sz][sz];
+
+Geom::Point **Vtemp = new Geom::Point* [sz];
+
+for (unsigned int i = 0; i < sz; ++i) {
+Vtemp[i] = new Geom::Point[sz];
+}
 
 /* Copy control points */
 std::copy(p.begin(), p.end(), Vtemp[0]);
@@ -82,6 +87,11 @@
 left[j]  = Vtemp[j][0];
 for (unsigned j = 0; j < sz; j++)
 right[j] = Vtemp[sz-1-j][j];
+
+for (unsigned int i = 0; i < sz; ++i)
+delete[] Vtemp[i];
+
+delete[] Vtemp;
 }
 
 

=== modified file 'src/2geom/solve-bezier-parametric.cpp'
--- a/src/2geom/solve-bezier-parametric.cpp 2011-07-24 23:24:28 +
+++ b/src/2geom/solve-bezier-parametric.cpp 2013-03-13 21:44:30 +
@@ -68,13 +68,20 @@
 break;
 }
 
-// Otherwise, solve recursively after subdividing control polygon
-std::vector Left(degree + 1);// New left and right
-std::vector Right(degree + 1);   // control polygons
+/*
+ * Otherwise, solve recursively after subdividing control polygon
+ * New left and right control polygons
+ */
+Geom::Point *Left  = new Geom::Point[degree+1];
+Geom::Point *Right = new Geom::Point[degree+1];
+
 Bezier(w, degree, 0.5, &Left[0], &Right[0]);
 total_subs ++;
 find_parametric_bezier_roots(&Left[0],  degree, solutions, depth + 1);
 find_parametric_bezier_roots(&Right[0], degree, solutions, depth + 1);
+
+delete[] Left;
+delete[] Right;
 }
 
 
@@ -191,7 +198,10 @@
Geom::Point *Left,  /* RETURN left half ctl pts */
Geom::Point *Right) /* RETURN right half ctl pts */
 {
-Geom::Point Vtemp[degree+1][degree+1];
+Geom::Point **Vtemp = new Geom::Point* [degree+1];
+
+for (unsigned int i = 0; i < degree+1; ++i)
+Vtemp[i] = new Geom::Point[degree+1];
 
 /* Copy control points */
 std::copy(V, V+degree+1, Vtemp[0]);
@@ -208,7 +218,14 @@
 for (unsigned j = 0; j <= degree; j++)
 Right[j] = Vtemp[degree-j][j];
 
-return (Vtemp[degree][0]);
+Geom::Point return_value = Vtemp[degree][0];
+
+for (unsigned int i = 0; i < degree+1; ++i)
+delete[] Vtemp[i];
+
+delete[] Vtemp;
+
+return return_value;
 }
 
 };

=== modified file 'src/color-profile.cpp'
--- a/src/color-profile.cpp 2013-01-05 14:16:58 +
+++ b/src/color-profile.cpp 2013-03-13 21:44:30 +
@@ -103,6 +103,8 @@
 
 static SPObjectClass *cprof_parent_class;
 
+namespace Inkscape {
+
 class ColorProfileImpl {
 public:
 #if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
@@ -129,10 +131,6 @@
 #endif // defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
 };
 
-
-
-namespace Inkscape {
-
 #if defined(HAVE_LIBLCMS1) || defined(HAVE_LIBLCMS2)
 cmsColorSpaceSignature asICColorSpaceSig(ColorSpaceSig const & sig)
 {


--- NEW FILE: inkscape_rev10399.patch ---
--- a/src/display/nr-filter-gaussian.cpp2012-02-13 22:22:17.0 
-0500
+++ a/src/display/nr-filter-gaussian.cpp2013-06-20 15:11:33.0 
-0400
@@ -708,7 +708,7 @@
 };
 } else if ( scr_len_x > 0 ) { // !use_IIR_x
 // Filter kernel for x direction
-FIRValue kernel[scr_len_x+1];
+std::vector kernel(scr_len_x+1);
 _make_kernel(&kernel[0], deviation_x);
 
 

[cvs] experimental/thesin/finkinfo fvp.patch, NONE, 1.1 apt.info, 1.3, 1.4 apt.patch, 1.2, 1.3

2013-06-20 Thread Justin F. Hallett
Update of /cvsroot/fink/experimental/thesin/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17661

Modified Files:
apt.info apt.patch 
Added Files:
fvp.patch 
Log Message:
fully working and tested apt upgrade, it required my dpkg branch to be used and 
my fvp.patch since it requires a more complete status file from 
fink-virtual-pkgs

Index: apt.patch
===
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/apt.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- apt.patch   20 Jun 2013 22:40:51 -  1.2
+++ apt.patch   21 Jun 2013 04:13:59 -  1.3
@@ -541,8 +541,8 @@
 +  echo "$TESTFAIL"
 diff -ruN apt-0.9.8.2.orig/fink/patches/f-v-p.patch 
apt-0.9.8.2/fink/patches/f-v-p.patch
 --- apt-0.9.8.2.orig/fink/patches/f-v-p.patch  1969-12-31 17:00:00.0 
-0700
-+++ apt-0.9.8.2/fink/patches/f-v-p.patch   2013-06-20 14:52:56.0 
-0600
-@@ -0,0 +1,496 @@
 apt-0.9.8.2/fink/patches/f-v-p.patch   2013-06-20 21:07:38.0 
-0600
+@@ -0,0 +1,520 @@
 +diff -ruN apt-0.9.8.2.darwin/apt-pkg/deb/debindexfile.cc 
apt-0.9.8.2.f-v-p/apt-pkg/deb/debindexfile.cc
 +--- apt-0.9.8.2.darwin/apt-pkg/deb/debindexfile.cc2013-06-06 
11:25:59.0 -0600
  apt-0.9.8.2.f-v-p/apt-pkg/deb/debindexfile.cc 2013-06-20 
09:12:54.0 -0600
@@ -571,7 +571,7 @@
 ++}
 +diff -ruN apt-0.9.8.2.darwin/apt-pkg/deb/debsystem.cc 
apt-0.9.8.2.f-v-p/apt-pkg/deb/debsystem.cc
 +--- apt-0.9.8.2.darwin/apt-pkg/deb/debsystem.cc   2013-06-06 
11:25:59.0 -0600
- apt-0.9.8.2.f-v-p/apt-pkg/deb/debsystem.cc2013-06-20 
14:52:53.0 -0600
+ apt-0.9.8.2.f-v-p/apt-pkg/deb/debsystem.cc2013-06-20 
18:28:44.0 -0600
 +@@ -26,6 +26,113 @@
 + 
 + #include 
@@ -780,18 +780,21 @@
 +return true;
 + }
 +  /*}}}*/
-+@@ -235,12 +401,16 @@
++@@ -235,12 +401,18 @@
 + bool debSystem::FindIndex(pkgCache::PkgFileIterator File,
 +pkgIndexFile *&Found) const
 + {
 +-   if (d->StatusFile == 0)
-++   if (d->StatusFile == 0 && f->StatusFile == 0)
+++   if (d->StatusFile == 0) {
 +   return false;
-+if (d->StatusFile->FindInCache(*File.Cache()) == File)
++-   if (d->StatusFile->FindInCache(*File.Cache()) == File)
+++   } else if (d->StatusFile->FindInCache(*File.Cache()) == File)
 +{
 +   Found = d->StatusFile;
 +   return true;
-++   }  else if (f->StatusFile->FindInCache(*File.Cache()) == File)
+++   } else if (f->StatusFile == 0) {
+++  return false;
+++   } else if (f->StatusFile->FindInCache(*File.Cache()) == File)
 ++   {
 ++  Found = f->StatusFile;
 ++  return true;
@@ -859,8 +862,18 @@
 + AR:=@AR@
 +diff -ruN apt-0.9.8.2.darwin/cmdline/apt-get.cc 
apt-0.9.8.2.f-v-p/cmdline/apt-get.cc
 +--- apt-0.9.8.2.darwin/cmdline/apt-get.cc 2013-06-19 22:30:46.0 
-0600
- apt-0.9.8.2.f-v-p/cmdline/apt-get.cc  2013-06-19 22:31:23.0 
-0600
-+@@ -360,7 +360,14 @@
+ apt-0.9.8.2.f-v-p/cmdline/apt-get.cc  2013-06-20 21:07:36.0 
-0600
++@@ -258,7 +258,8 @@
++  */
++ void ShowBroken(ostream &out,CacheFile &Cache,bool Now)
++ {
++-   if (Cache->BrokenCount() == 0)
+++   // FINK LOCAL added APT::Get::Ignore-Breakage test
+++   if (Cache->BrokenCount() == 0 || 
_config->FindB("APT::Get::Ignore-Breakage") == true)
++   return;
++ 
++out << _("The following packages have unmet dependencies:") << endl;
++@@ -360,7 +361,14 @@
 +if (Cache[Targ].CandidateVerIter(Cache).end() == true)
 +{
 +   if (Targ->ProvidesList == 0)
@@ -876,17 +889,18 @@
 +   else
 +  out << _("but it is a virtual package");
 +}   
-+@@ -846,7 +853,8 @@
++@@ -846,7 +854,9 @@
 + 
 +   // Install it with autoinstalling enabled (if we not respect the minial
 +   // required deps or the policy)
 +-  if (FixBroken == false)
+++ // FINK LOCAL added APT::Get::Ignore-Breakage test
 ++  if (FixBroken == false
 ++ && _config->FindB("APT::Get::Ignore-Breakage") == false)
 +  doAutoInstallLater.insert(Pkg);
 +   }
 + 
-+@@ -1020,7 +1028,9 @@
++@@ -1020,7 +1030,9 @@
 +}
 + 
 +// Nothing is broken
@@ -897,7 +911,7 @@
 +   return true;
 + 
 +// Attempt to fix broken things
-+@@ -1129,7 +1139,9 @@
++@@ -1129,7 +1141,9 @@
 +Stats(c1out,Cache);
 + 
 +// Sanity check
@@ -908,7 +922,7 @@
 +{
 +   ShowBroken(c1out,Cache,false);
 +   return _error->Error(_("Internal error, InstallPackages was called 
with broken packages!"));
-+@@ -1954,7 +1966,9 @@
++@@ -1954,7 +1968,9 @@
 +   /* If we are in the Broken fixing mode we do not attempt to fix the
 +   problems. This is if the user invoked install without -f and gave
 +   packages */
@@

[cvs] dists/10.7/stable/main/finkinfo/libs libming1-shlibs.info, 1.7, 1.8

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

Modified Files:
libming1-shlibs.info 
Log Message:
rm old-ft cruft

Index: libming1-shlibs.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libming1-shlibs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libming1-shlibs.info21 Jun 2013 02:01:56 -  1.7
+++ libming1-shlibs.info21 Jun 2013 05:03:17 -  1.8
@@ -1,9 +1,9 @@
 Package: libming1-shlibs
 Version: 0.4.5
-Revision: 1
+Revision: 2
 BuildDepends: <<
fink-package-precedence,
-   freetype219,
+   freetype219 (>= 2.4.11-1),
giflib,
libpng15,
libtool2,
@@ -11,13 +11,13 @@
x11-dev
 <<
 Depends: <<
-   freetype219-shlibs,
+   freetype219-shlibs (>= 2.4.11-1),
giflib-shlibs,
libpng15-shlibs
 <<
 Source: mirror:sourceforge:ming/ming-%v.tar.bz2
 Source-MD5: 73bcbcb837f3872ef1a936c539a2513c
-ConfigureParams: --with-freetype-config=%p/lib/freetype219/bin/freetype-config 
--disable-python --disable-perl --disable-php --disable-tcl --with-pic 
--enable-shared --disable-static --mandir=%p/share/man 
--enable-dependency-tracking
+ConfigureParams: --disable-python --disable-perl --disable-php --disable-tcl 
--with-pic --enable-shared --disable-static --mandir=%p/share/man 
--enable-dependency-tracking
 CompileScript: <<
 #!/bin/bash -ev
 ./configure %c
@@ -67,7 +67,7 @@
   Conflicts: swftools
   Depends: <<
libming1-shlibs (>= %v-%r),
-   freetype219-shlibs,
+   freetype219-shlibs(>= 2.4.11-1),
giflib-shlibs,
libpng15-shlibs
   <<


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web index.ja.php,1.24,1.25

2013-06-20 Thread BABA Yoshihiko
Update of /cvsroot/fink/web
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19953

Modified Files:
index.ja.php 
Log Message:
en 1.53

Index: index.ja.php
===
RCS file: /cvsroot/fink/web/index.ja.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- index.ja.php5 Feb 2013 23:46:04 -   1.24
+++ index.ja.php21 Jun 2013 05:36:31 -  1.25
@@ -52,22 +52,44 @@
 include dirname(__FILE__) . "/fink_version.inc";
 ?>
 
-Fink は、現在 OS X 10.7 (Lion), 10.6 (SnowLeopard),
+Fink は、現在 OS X 10.8 (Mountain Lion), 10.7 (Lion), 10.6 
(SnowLeopard),
 10.5 (Leopard) をサポートし、
 またこれより前のバージョンの OS X は、å…
¬å¼ã‚¢ãƒƒãƒ—デートは行わないものの、動作します。
 インストール方法は、
 ソースリリースのページ
 に書かれています。
 
-Fink の前に XCode をインストールしてください。
-10.6 ユーザは、XCode を 3.2.6 
以上にしない方がよいでしょう。
-逆に、10.7 ユーザは XCode を 4.1 
またはそれ以降に更新しなければなりません
-(AppStore からフリーダウンロード)。
-更新の前に古い XCode をインストール済みの場合、
-/Developer/Library/uninstall-devtools を実行して
-アンインストールする必要があります。
-XCode のバージョンは、 xcodebuild -version 
とすることでわかります。
-
+Xcode を Fink より先にインストールする必
要があります。  
+10.8 サポート: 
+10.8 ユーザは、(AppStore からの無料ダウンロードで)
+Xcode 4.4 以上をインストールするか、
+あるいは少なくとも
+Command Line Tools for Xcode 4.4 (http://connect.apple.com";>Apple 
からダウンロード可能
+または Xcode (4.6.1を推奨) 環境設定からインストール可能) 
+をインストールする必要があります。
+ただし、4.3 より前の Xcode がある場合は、
+/Developer/Library/uninstall-devtools を実行して 
アンインストール する必要があります。
+現在の Xcode バージョンは、
+xcodebuild -version
+でわかります。
+X11 が必要なら、
+http://xquartz.macosforge.org/landing/";>macosforge.org
+から Xquartz-2.7.0 以降をインストールしてください。
+10.7 サポート: 
+10.7 ユーザは、Xcode を 4.1 以降 (AppStore 
から無料ダウンロード) (4.5.2 以降を推奨) 、
+あるいは少なくとも
+Command Line Tools for Xcode 4.3 (http://connect.apple.com";>Apple 
からダウンロード可能
+または Xcode (4.3以降) 環境設定からインストール可能) 
+をインストールする必要があります。
+上の 10.8 
の例を参考に、バージョンを確認して必
要ならアンインストールしてください。
+10.7 では Xquart をサポートしていません。
+Apple の公式 X11 を削除しないよう注意してください。
+10.6 サポート:
+10.6 ユーザは、Xcode を 3.2.6 または 4.x 開発者
プレビューを払っている場合は 4.2.1 
にアップグレードしてください。
+4.0.2 
はリンカにバグがあり、いくつかのパッケージのビルドができないようです。
+上の 10.8 
の例を参考に、バージョンを確認して必
要ならアンインストールしてください。
+10.6 では Xquart をサポートしていません。
+Apple の公式 X11 を削除しないよう注意してください。
 10.5 サポート: 
 X11 のバグ修正と機能向上を得るため、
 ソフトウェア・アップデート を使用して、


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

[cvs] web index.ja.php,1.25,1.26

2013-06-20 Thread BABA Yoshihiko
Update of /cvsroot/fink/web
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20027

Modified Files:
index.ja.php 
Log Message:
en 1.53

Index: index.ja.php
===
RCS file: /cvsroot/fink/web/index.ja.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- index.ja.php21 Jun 2013 05:36:31 -  1.25
+++ index.ja.php21 Jun 2013 05:39:28 -  1.26
@@ -97,7 +97,10 @@
 これ以降の更新は、
 http://trac.macosforge.org/projects/xquartz/wiki/Releases";>XQuartz 
Update Page
 から入手することができます。
-(我々は、現在 10.6 と 10.7 での Xquartz 
をサポートしていません。)
+我々は、現在 10.6 と 10.7 での Xquartz 
をサポートしていません。
+Xcode は、パッケージのビルド問題を修正するため、
+3.1以降、できれば 3.1.4 をインストールしてください。
+
    
 リソース
 


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

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

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

Modified Files:
iso-codes.info 
Log Message:
new version

Index: iso-codes.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/iso-codes.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- iso-codes.info  2 Aug 2011 21:01:23 -   1.1
+++ iso-codes.info  21 Jun 2013 06:30:22 -  1.2
@@ -1,14 +1,17 @@
 Package: iso-codes
-Version: 3.5.1
+Version: 3.43
 Revision: 1
 Description: Lists of iso names
 License: GPL
 Maintainer: Benjamin Reed 
 
-BuildDepends: gettext-tools
+BuildDepends: <<
+   fink (>= 0.32),
+   gettext-tools
+<<
 
-Source: mirror:debian:pool/main/i/%n/%n_%v.orig.tar.gz
-Source-MD5: d1868b161a94dd2729a42b528786a37c
+Source: mirror:debian:pool/main/i/%n/%n_%v.orig.tar.xz
+Source-MD5: 44b27ce9d1aca2326ba8b51827c4b725
 SourceDirectory: %n-%v
 
 UseMaxBuildJobs: true


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs