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

2013-06-21 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 iso-co...@fink.raccoonfink.com
 
-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


[cvs] experimental/babayoshihiko/finkinfo qgis20-py.info,NONE,1.1

2013-06-21 Thread BABA Yoshihiko
Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30519

Added Files:
qgis20-py.info 
Log Message:
Preparing

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

Package: qgis20-py%type_pkg[python]
Type: python (2.7 2.6)
Architecture: powerpc, i386, x86_64

Version: 2.0.0
Revision: 0.1
Description: User friendly Open Source GIS
License: GPL
Homepage: http://qgis.org
Maintainer: BABA Yoshihiko babayoshih...@mac.com
DescDetail: 
Quantum GIS (QGIS) is a Geographic Information System (GIS) 
that runs on Linux, Unix, Mac OSX, and Windows. QGIS supports 
vector, raster, and database formats. QGIS is licensed 
under the GNU Public License.

Some of the major features include:
1 Support for spatially enabled PostGIS tables
2 Support for shapefiles, ArcInfo coverages, Mapinfo, 
and other formats supported by OGR
3 Raster support for a large number of formats
4 Identify features
5 Display attribute tables
6 Select features
7 GRASS Digitizing
8 Feature labeling


DescUsage:  
Just double click 'QGIS-py%type_pkg[python]-%v.app' 
in /Applications/Fink.


# Dependencies.
Depends: %n-shlibs (=%v-%r)
BuildDepends:  
fink (= 0.28), cmake, bison (= 2.4),
gsl,
qt4-base-mac (= 4.4), 
sip-py%type_pkg[python]-bin (= 4.8), pyqt4-mac-py%type_pkg[python], 
qscintilla2.8-qt4-mac,
xerces-c31-dev,
libiconv-dev, giflib, libtiff, libjpeg8, libogdi3 (= 3.1.5-1), 
libpng15, netcdf (= 3.6.0-1002), 
cfitsio,
unixodbc2-nox (= 2.2.11-1010) | unixodbc2 (= 2.2.11-1010), 
libgeos3.3.6 (= 3.0),
gdal-dev (= 1.4) | gdal-pgsql-dev (= 1.4), 
postgresql90-dev, 
grass64-x11-dev | grass64-mac-dev,
proj (= 4.4),
qwt6-qt4-mac (= 5.0),
libspatialindex2,
libspatialite5 (= 3.0)

BuildConflicts: libspatialite1

# Unpack Phase.
Source: http://qgis.org/downloads/Quantum-GIS-master.zip
Source-MD5: 4610a66b4e71bb3374f6cda5809b10ec
SourceDirectory: Quantum-GIS-master

# Compile Phase.
GCC: 4.0

SetCFLAGS: -fno-common
SetLDFLAGS: -liconv
CompileScript: 
#!/bin/bash -ev

QGIS_VER=1.9

# Find Fink's PyQt4
PY_VER=%type_raw[python]
perl -pi -e 's|sys.path = |sys.path = 
\[\\\%p/lib/qt4-mac/lib/python'${PY_VER}'/site-packages\\\,  + 
newpaths.join( , ) + ] + sys.path ); //|' src/python/qgspythonutilsimpl.cpp
perl -pi -e 's|\.app|-py%type_pkg[python]-%v.app|' CMakeLists.txt

export QTDIR=%p/lib/qt4-mac
export 
PYTHONPATH=%p/lib/qt4-mac/lib/python$PY_VER/site-packages:$PYTHONPATH
export PATH=%p/lib/qt4-mac/lib/python$PY_VER/bin:$PATH

QGIS_DIR=Applications/QGIS-py%type_pkg[python]-%v.app/Contents

# Lion
if [[ $( sw_vers -productVersion )  10.7 ]]; then
  export CC=gcc-fsf-4.6
fi

QGIS_OPTIONS=  -D CMAKE_C_COMPILER=gcc
-D QGIS_APP_NAME=QGIS-py-%v
-D CMAKE_PREFIX_PATH=%p
-D 
EXECUTABLE_OUTPUT_PATH=%b/build/src/mac/Contents/MacOS
-D CMAKE_INSTALL_PREFIX=%b/Applications
-D GDAL_INCLUDE_DIR=%p/include/gdal1
-D 
GEOS_CONFIG=%p/opt/libgeos3.3.6/bin/geos-config
-D QT_BINARY_DIR=%p/lib/qt4-mac/bin
-D QT_INCLUDE_DIR=%p/lib/qt4-mac/include
-D 
QT_QMAKE_EXECUTABLE=%p/lib/qt4-mac/bin/qmake
-D 
PYTHON_INCLUDE_PATH=%p/include/python$PY_VER
-D 
PYTHON_LIBRARY=%p/lib/python$PY_VER/config/libpython$PY_VER.dylib
-D 
PYTHON_EXECUTABLE=%p/bin/python$PY_VER
-D 
PYUIC4_PROGRAM=%p/lib/qt4-mac/lib/python$PY_VER/bin/pyuic4
-D 
SIP_INCLUDE_DIR=%p/include/python$PY_VER
-D SIP_BINARY_PATH=%p/bin
-D 
QSCINTILLA_INCLUDE_DIR:PATH=%p/lib/qt4-mac/include/Qsci/
-D 
QSCINTILLA_LIBRARY:FILEPATH=%p/lib/qt4-mac/lib/libqscintilla2.8.0.2.dylib
-D POSTGRES_CONFIG=%p/bin/pg_config
-D 
GRASS_PREFIX=%p/Applications/GRASS-6.4.app/Contents/MacOS
QGIS_VERSION_OPTIONS=-D CMAKE_BUILD_TYPE=Release
-D ENABLE_TESTS=FALSE
-D WITH_INTERNAL_SPATIALITE=FALSE
-D WITH_PYSPATIALITE=FALSE
   

[cvs] dists/10.7/stable/main/finkinfo/sci xraylib-gfortran.info, 1.7, 1.8

2013-06-21 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7147/10.7/stable/main/finkinfo/sci

Modified Files:
xraylib-gfortran.info 
Log Message:
Fix source URL


Index: xraylib-gfortran.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xraylib-gfortran.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xraylib-gfortran.info   20 Jun 2013 05:55:09 -  1.7
+++ xraylib-gfortran.info   21 Jun 2013 14:06:32 -  1.8
@@ -20,7 +20,7 @@
 Conflicts: xraylib3-gfortran
 Replaces: xraylib3-gfortran
 
-Source: http://lvserver.ugent.be/xraylib/%N-%v.tar.gz
+Source: http://lvserver.ugent.be/xraylib/xraylib-%v.tar.gz
 Source-MD5: 710d88bd367184cb27850f597374f9ec
 
 UseMaxBuildJobs: false


--
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-gfortran.info, 1.7, 1.8

2013-06-21 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7147/10.4/stable/main/finkinfo/sci

Modified Files:
xraylib-gfortran.info 
Log Message:
Fix source URL


Index: xraylib-gfortran.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/xraylib-gfortran.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- xraylib-gfortran.info   20 Jun 2013 05:55:08 -  1.7
+++ xraylib-gfortran.info   21 Jun 2013 14:06:32 -  1.8
@@ -20,7 +20,7 @@
 Conflicts: xraylib3-gfortran
 Replaces: xraylib3-gfortran
 
-Source: http://lvserver.ugent.be/xraylib/%N-%v.tar.gz
+Source: http://lvserver.ugent.be/xraylib/xraylib-%v.tar.gz
 Source-MD5: 710d88bd367184cb27850f597374f9ec
 
 UseMaxBuildJobs: false


--
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/sci xraylib-pm.info, 1.11, 1.12 xraylib-python.info, 1.8, 1.9

2013-06-21 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7913/10.7/stable/main/finkinfo/sci

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


Index: xraylib-pm.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xraylib-pm.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- xraylib-pm.info 20 Jun 2013 22:57:07 -  1.11
+++ xraylib-pm.info 21 Jun 2013 14:19:22 -  1.12
@@ -2,7 +2,7 @@
 Package: xraylib-pm%type_pkg[perl]
 Version: 2.16.0
 Revision: 2
-Type: perl (5.12.3 5.12.4)
+Type: perl (5.12.3 5.12.4), base (xraylib)
 
 Description:  X-ray fluorescence library (Perl interface)
 DescDetail: 

Index: xraylib-python.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/xraylib-python.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xraylib-python.info 20 Jun 2013 22:57:07 -  1.8
+++ xraylib-python.info 21 Jun 2013 14:19:22 -  1.9
@@ -2,7 +2,7 @@
 Package: xraylib-python%type_pkg[python]
 Version: 2.16.0
 Revision: 2
-Type: python (2.6 2.7)
+Type: python (2.6 2.7), base (xraylib)
 
 Description:  X-ray fluorescence library (Python interface)
 DescDetail: 


--
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.8, 1.9 xraylib-python.info, 1.7, 1.8

2013-06-21 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7913/10.4/stable/main/finkinfo/sci

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


Index: xraylib-pm.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/xraylib-pm.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xraylib-pm.info 20 Jun 2013 23:03:36 -  1.8
+++ xraylib-pm.info 21 Jun 2013 14:19:22 -  1.9
@@ -2,7 +2,7 @@
 Package: xraylib-pm%type_pkg[perl]
 Version: 2.16.0
 Revision: 2
-Type: perl (5.8.8 5.10.0)
+Type: perl (5.8.8 5.10.0), base (xraylib)
 
 Description:  X-ray fluorescence library (Perl interface)
 DescDetail: 

Index: xraylib-python.info
===
RCS file: 
/cvsroot/fink/dists/10.4/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 23:03:36 -  1.7
+++ xraylib-python.info 21 Jun 2013 14:19:22 -  1.8
@@ -2,7 +2,7 @@
 Package: xraylib-python%type_pkg[python]
 Version: 2.16.0
 Revision: 2
-Type: python (2.6 2.7)
+Type: python (2.6 2.7), base (xraylib)
 
 Description:  X-ray fluorescence library (Python interface)
 DescDetail: 


--
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/perlmods params-validate-pm.info, 1.5, 1.6

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

Modified Files:
params-validate-pm.info 
Log Message:
rm legacy cruft

Index: params-validate-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/params-validate-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- params-validate-pm.info 29 May 2013 14:36:19 -  1.5
+++ params-validate-pm.info 21 Jun 2013 18:01:37 -  1.6
@@ -1,7 +1,7 @@
 Info2: 
 Package: params-validate-pm%type_pkg[perl]
 Version: 1.07
-Revision: 1
+Revision: 101
 Description: Perl module to validate parameters
 Type: perl (5.12.3 5.12.4)
 License: Artistic
@@ -18,17 +18,19 @@
fink (= 0.30.2),
module-build-pm%type_pkg[perl] (= 1:0.38.00-1)
 
-Replaces: params-validate-pm (= 0.57-1), %N-man
-Conflicts: %N-man
-PostInstScript: 
-   # nuke perl-unversioned items from older %v so they don't get
-   # mixed into newer perlversioned pkg
- rm -rf %p/lib/perl5/darwin/Attribute/Params/
- rm -rf %p/lib/perl5/darwin/auto/Params/Validate/
- rm -f %p/lib/perl5/darwin/Params/Validate.pm
- rm -f %p/lib/perl5/darwin/Params/ValidatePP.pm
- rm -f %p/lib/perl5/darwin/Params/ValidateXS.pm
-
+# perl-unversioned module never existed on 10.7+
+# -man splitoff never existed on 10.7+
+#Replaces: params-validate-pm (= 0.57-1), %N-man
+#Conflicts: %N-man
+#PostInstScript: 
+#  # nuke perl-unversioned items from older %v so they don't get
+#  # mixed into newer perlversioned pkg
+# rm -rf %p/lib/perl5/darwin/Attribute/Params/
+# rm -rf %p/lib/perl5/darwin/auto/Params/Validate/
+# rm -f %p/lib/perl5/darwin/Params/Validate.pm
+# rm -f %p/lib/perl5/darwin/Params/ValidatePP.pm
+# rm -f %p/lib/perl5/darwin/Params/ValidateXS.pm
+#
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/D/DR/DROLSKY/Params-Validate-%v.tar.gz


--
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/libs/perlmods params-validate-pm.info, 1.13, 1.14

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

Modified Files:
params-validate-pm.info 
Log Message:
missing Dep (thanks Snaggle)

Index: params-validate-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/params-validate-pm.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- params-validate-pm.info 29 May 2013 14:36:19 -  1.13
+++ params-validate-pm.info 21 Jun 2013 18:04:14 -  1.14
@@ -1,7 +1,7 @@
 Info2: 
 Package: params-validate-pm%type_pkg[perl]
 Version: 1.07
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[perl] = 586) 10.5
 Description: Perl module to validate parameters
 Type: perl (5.8.6 5.8.8 5.10.0)
@@ -12,6 +12,7 @@
 Depends: 
perl%type_pkg[perl]-core,
attribute-handlers-pm%type_pkg[perl] (= 0.79-1),
+   module-implementation-pm%type_pkg[perl],
test-fatal-pm%type_pkg[perl]
 
 BuildDepends: 


--
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/perlmods params-validate-pm.info, 1.6, 1.7

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

Modified Files:
params-validate-pm.info 
Log Message:
missing Dep (thanks Snaggle)

Index: params-validate-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods/params-validate-pm.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- params-validate-pm.info 21 Jun 2013 18:01:37 -  1.6
+++ params-validate-pm.info 21 Jun 2013 18:04:14 -  1.7
@@ -1,7 +1,7 @@
 Info2: 
 Package: params-validate-pm%type_pkg[perl]
 Version: 1.07
-Revision: 101
+Revision: 102
 Description: Perl module to validate parameters
 Type: perl (5.12.3 5.12.4)
 License: Artistic
@@ -11,6 +11,7 @@
 Depends: 
perl%type_pkg[perl]-core,
attribute-handlers-pm%type_pkg[perl] (= 0.79-1),
+   module-implementation-pm%type_pkg[perl],
test-fatal-pm%type_pkg[perl]
 
 BuildDepends: 


--
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-regex-pcre-builtin.info, NONE, 1.1 ghc-highlighting-kate.info, NONE, 1.1

2013-06-21 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-serv18031

Added Files:
ghc-regex-pcre-builtin.info ghc-highlighting-kate.info 
Log Message:
New ghc packages

--- NEW FILE: ghc-highlighting-kate.info ---
Package: ghc-highlighting-kate
Version: 0.5.3.9
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/highlighting-kate/%v/highlighting-kate-%v.tar.gz
Source-MD5: fa274eb5d1f7002b16a312693ad9eef0
SourceDirectory: highlighting-kate-%v

Depends: 
  ghc (= 7.6.3-1), ghc ( 7.6.3.0-1),
  ghc-blaze-html, ghc-mtl, ghc-parsec, ghc-regex-pcre-builtin


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: changelog LICENSE README register.sh unregister.sh

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

Description: Syntax highlighting
DescDetail: 
highlighting-kate is a syntax highlighting library with support for
nearly one hundred languages. The syntax parsers are automatically
generated from Kate syntax descriptions (http://kate-editor.org/), so
any syntax supported by Kate can be added. An (optional) command-line
program is provided, along with a utility for generating new parsers
from Kate XML syntax descriptions.

Homepage: http://hackage.haskell.org/package/highlighting-kate
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org

--- NEW FILE: ghc-regex-pcre-builtin.info ---
Package: ghc-regex-pcre-builtin
Version: 0.94.4.6.8.31
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/regex-pcre-builtin/%v/regex-pcre-builtin-%v.tar.gz
Source-MD5: f4ff63222618ea39a0e4cdf9cb7c240b
SourceDirectory: regex-pcre-builtin-%v

Depends: 
  ghc (= 7.6.3-1), ghc ( 7.6.3.0-1),
  ghc-regex-base


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: Replaces/Enhances Text.Regex
DescDetail: 
The PCRE backend to accompany regex-base, with bundled code from
www.pcre.org

Homepage: http://hackage.haskell.org/package/regex-pcre-builtin
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
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-tagsoup.info, NONE, 1.1

2013-06-21 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-serv18163

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

--- NEW FILE: ghc-tagsoup.info ---
Package: ghc-tagsoup
Version: 0.12.8
Revision: 1
Source: http://hackage.haskell.org/packages/archive/tagsoup/%v/tagsoup-%v.tar.gz
Source-MD5: 6d95e11c949d361742180bfe3e74ad5b
SourceDirectory: tagsoup-%v

Depends: 
  ghc (= 7.6.3-1), ghc ( 7.6.3.0-1),
  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: LICENSE tagsoup.htm register.sh unregister.sh

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

Description: Extract information from HTML/XML documents
DescDetail: 
TagSoup is a library for parsing HTML/XML. It supports the HTML 5
specification, and can be used to parse either well-formed XML, or
unstructured and malformed HTML from the web. The library also
provides useful functions to extract information from an HTML
document, making it ideal for screen-scraping.

Users should start from the Text.HTML.TagSoup module.

Homepage: http://hackage.haskell.org/package/tagsoup
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
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-temporary.info, NONE, 1.1

2013-06-21 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-serv18280

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

--- NEW FILE: ghc-temporary.info ---
Package: ghc-temporary
Version: 1.1.2.4
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/temporary/%v/temporary-%v.tar.gz
Source-MD5: 80bf7f663b8a1e2e92dc117fa74629d3
SourceDirectory: temporary-%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:  Portable temporary file and directory support
DescDetail: 
The functions for creating temporary files and directories in the base
library are quite limited. The unixutils package contains some good
ones, but they aren't portable to Windows. This library just
repackages the Cabal implementations of its own temporary file and
folder functions so that you can use them without linking against
Cabal or depending on it being installed.

Homepage: http://hackage.haskell.org/package/temporary
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
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-xml.info,NONE,1.1

2013-06-21 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-serv18526

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

--- NEW FILE: ghc-xml.info ---
Package: ghc-xml
Version: 1.3.13
Revision: 1
Source: http://hackage.haskell.org/packages/archive/xml/%v/xml-%v.tar.gz
Source-MD5: 17823634f69305e8d4cc99b22934a78c
SourceDirectory: xml-%v

Depends: ghc (= 7.6.3-1), ghc ( 7.6.3.0-1), 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: LICENSE register.sh unregister.sh

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

Description: Simple XML library
DescDetail: 
A simple XML library.

Homepage: http://hackage.haskell.org/package/xml
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
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-texmath.info, NONE, 1.1

2013-06-21 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-serv18748

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

--- NEW FILE: ghc-texmath.info ---
Package: ghc-texmath
Version: 0.6.1.5
Revision: 1
Source: http://hackage.haskell.org/packages/archive/texmath/%v/texmath-%v.tar.gz
Source-MD5: 4600cec39f3592a65e5f665df97f56ac
SourceDirectory: texmath-%v

Depends: 
  ghc (= 7.6.3-1), ghc ( 7.6.3.0-1),
  ghc-parsec, ghc-syb, ghc-xml


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: Conversion of LaTeX math formulas to MathML or OMML
DescDetail: 
The texmathml library provides functions to convert LaTeX math
formulas to presentation MathML (which can be used in HTML) or OMML
(Office Math Markup Language, used in Microsoft Office). It supports
basic LaTeX and AMS extensions, and it can parse and apply LaTeX
macros.

Use the test flag to install a standalone executable, texmath, that
reads a LaTeX formula from stdin and writes MathML to stdout.

Use the cgi flag to install a cgi script, texmath-cgi.

Homepage: http://hackage.haskell.org/package/texmath
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
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, 1.1, 1.2 dpkg.patch, 1.1, 1.2

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

Modified Files:
dpkg.info dpkg.patch 
Log Message:
Add buildflags.conf with debian hardening buildflags


Index: dpkg.patch
===
RCS file: /cvsroot/fink/experimental/gecko2/finkinfo/dpkg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dpkg.patch  20 Jun 2013 22:51:33 -  1.1
+++ dpkg.patch  21 Jun 2013 19:02:13 -  1.2
@@ -3018,3 +3018,37 @@
 + }
 + 
 + system(rm -f $admindir/diversions-new; mkdir $admindir/diversions-old);
+diff -rauN dpkg-1.16.10/buildflags.conf dpkg-1.16.10-p1/buildflags.conf
+--- dpkg-1.16.10/buildflags.conf   1970-01-01 01:00:00.0 +0100
 dpkg-1.16.10-p1/buildflags.conf2013-06-21 20:33:33.0 +0200
+@@ -0,0 +1,30 @@
++# defaults
++APPEND CFLAGS -g -O2
++APPEND CXXFLAGS -g -O2
++APPEND FFLAGS -g -O2
++
++# debian stackprotector
++APPEND CFLAGS -fstack-protector 
++APPEND CXXFLAGS -fstack-protector 
++
++# debian pie
++APPEND CFLAGS -fPIE
++APPEND CXXFLAGS -fPIE
++APPEND LDFLAGS -fPIE -Wl,-pie
++
++# debian relro
++APPEND LDFLAGS -Wl,-read_only_stubs
++
++# debian bindnow
++APPEND LDFLAGS -Wl,-bind_at_load
++
++# debian fortify
++APPEND CPPFLAGS -D_FORTIFY_SOURCE=2
++
++# debian format
++PREPEND CFLAGS -Wformat -Werror=format-security
++PREPEND CXXFLAGS -Wformat -Werror=format-security
++
++# fink defaults
++PREPEND CPPFLAGS -I@FINKPREFIX@/include
++PREPEND LDFLAGS -L@FINKPREFIX@/lib

Index: dpkg.info
===
RCS file: /cvsroot/fink/experimental/gecko2/finkinfo/dpkg.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dpkg.info   20 Jun 2013 22:51:33 -  1.1
+++ dpkg.info   21 Jun 2013 19:02:13 -  1.2
@@ -1,6 +1,6 @@
 Package: dpkg
 Version: 1.16.10
-Revision: 1.1
+Revision: 1.2
 GCC: 4.0
 ## Remove po4a
 ### Comment out libncursesw5 for bootstrap version, and don't make dselect
@@ -35,7 +35,7 @@
 Source-MD5: a20a06a5272717274a8b009368f237da
 
 PatchFile: dpkg.patch
-PatchFile-MD5: 679fac285c950c873d3fbd2d74a42f34
+PatchFile-MD5: 25be5c5c6c795a630d3545cad5322a20
 
 PatchScript: 
 sed -e 's,@FINKPREFIX@,%p,g' %{PatchFile} | patch -p1
@@ -134,6 +134,7 @@
   ## currently in fink
   # install -c -p -m 644 debian/shlibs.default %i/etc/dpkg
   install -c -p -m 644 debian/shlibs.override %i/etc/dpkg
+  install -c -p -m 644 buildflags.conf %i/etc/dpkg/
   rm -rf %i/lib/dpkg/methods/*
 
   install -m 0755 fink/md5sum %i/bin


--
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-binary.info, NONE, 1.1 ghc-digest.info, NONE, 1.1 ghc-zip-archive.info, NONE, 1.1

2013-06-21 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-serv19558

Added Files:
ghc-binary.info ghc-digest.info ghc-zip-archive.info 
Log Message:
New ghc packages

--- NEW FILE: ghc-binary.info ---
Package: ghc-binary
Version: 0.7.1.0
Revision: 1
Source: http://hackage.haskell.org/packages/archive/binary/%v/binary-%v.tar.gz
Source-MD5: ae88f6bb387c4f91e667d38648b27f73
SourceDirectory: binary-%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 README.md index.html register.sh unregister.sh

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

Description: Binary serialisation for Haskell values using lazy ByteStrings
DescDetail: 
Efficient, pure binary serialisation using lazy ByteStrings. Haskell
values may be encoded to and from binary formats, written to disk as
binary, or sent over the network. The format used can be automatically
generated, or you can choose to implement a custom format if
needed. Serialisation speeds of over 1 G/sec have been observed, so
this library should be suitable for high performance scenarios.

Homepage: http://hackage.haskell.org/package/binary
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org

--- NEW FILE: ghc-digest.info ---
Package: ghc-digest
Version: 0.0.1.2
Revision: 1
Source: http://hackage.haskell.org/packages/archive/digest/%v/digest-%v.tar.gz
Source-MD5: 83ed3d8c10d24c88d5ddf4f3914507ac
SourceDirectory: digest-%v

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

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: Various cryptographic hashes for bytestrings
DescDetail: 
This package provides efficient cryptographic hash implementations for
strict and lazy bytestrings. For now, CRC32 and Adler32 are supported;
they are implemented as FFI bindings to efficient code from zlib.

Homepage: http://hackage.haskell.org/package/digest
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org

--- NEW FILE: ghc-zip-archive.info ---
Package: ghc-zip-archive
Version: 0.1.3.4
Revision: 1
Source: 
http://hackage.haskell.org/packages/archive/zip-archive/%v/zip-archive-%v.tar.gz
Source-MD5: 9029dfa69fe446a10d5d2bb82074dd6e
SourceDirectory: zip-archive-%v

Depends: 
  ghc (= 7.6.3-1), ghc ( 7.6.3.0-1),
  ghc-binary, ghc-digest, ghc-mtl, ghc-utf8-string, ghc-zlib


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: Library for creating and modifying zip archives
DescDetail: 
The zip-archive library provides functions for creating, modifying,
and extracting files from zip archives.

Homepage: http://hackage.haskell.org/package/zip-archive
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
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/text pandoc.info,NONE,1.1

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

Added Files:
pandoc.info 
Log Message:
New package pandoc (finally)

--- NEW FILE: pandoc.info ---
Package: pandoc
Version: 1.11.1
Revision: 1
Source: http://hackage.haskell.org/packages/archive/%n/%v/%n-%v.tar.gz
Source-MD5: e895b22745affba37c0ba5e6e6d0f17c
SourceDirectory: %n-%v

BuildDepends: 
  ghc,
  ghc-base64-bytestring,
  ghc-blaze-html,
  ghc-citeproc-hs,
  ghc-data-default,
  ghc-extensible-exceptions,
  ghc-highlighting-kate,
  ghc-http,
  ghc-json,
  ghc-mtl,
  ghc-network,
  ghc-pandoc-types,
  ghc-parsec,
  ghc-random,
  ghc-syb,
  ghc-tagsoup,
  ghc-temporary,
  ghc-texmath,
  ghc-text,
  ghc-xml,
  ghc-zip-archive,
  ghc-zlib


CompileScript: 
#!/bin/sh -ev

runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build

InstallScript: 
runghc Setup.hs copy --destdir=%d
rm %i/share/%n-%v/{BUGS,changelog,COPYRIGHT,INSTALL,README}


DocFiles: BUGS COPYING COPYRIGHT README changelog

Description: Conversion between markup formats
DescDetail: 
Pandoc is a Haskell library for converting from one markup format to
another, and a command-line tool that uses this library. It can read
markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook,
MediaWiki markup, and Textile, and it can write markdown,
reStructuredText, HTML, LaTeX, ConTeXt, Docbook, OpenDocument, ODT,
Word docx, RTF, MediaWiki, Textile, groff man pages, plain text, Emacs
Org-Mode, AsciiDoc, EPUB (v2 and v3), FictionBook2, and S5, Slidy and
Slideous HTML slide shows.

Pandoc extends standard markdown syntax with footnotes, embedded
LaTeX, definition lists, tables, and other features. A compatibility
mode is provided for those who need a drop-in replacement for
Markdown.pl.

In contrast to existing tools for converting markdown to HTML, which
use regex substitutions, pandoc has a modular design: it consists of a
set of readers, which parse text in a given format and produce a
native representation of the document, and a set of writers, which
convert this native representation into a target format. Thus, adding
an input or output format requires only adding a reader or writer.

Homepage: http://johnmacfarlane.net/pandoc/
License: BSD
Maintainer: Brendan Cully bren...@finkproject.org


--
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/editors geany.info,1.1,1.2

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

Modified Files:
geany.info 
Log Message:
geany 0.21

Index: geany.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/editors/geany.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geany.info  2 Sep 2011 21:09:23 -   1.1
+++ geany.info  21 Jun 2013 21:09:30 -  1.2
@@ -1,8 +1,8 @@
 Package: geany
-Version: 0.20
+Version: 0.21
 Revision: 1
-Source: http://download.geany.org/%n-%v.tar.gz
-Source-MD5: 7e7d6e4a40e04ecacb9bc317f97becfb
+Source: http://download.geany.org/%n-%v.tar.bz2
+Source-MD5: 117d78ae5275c8c517686b6db9d71ef1
 Maintainer: Pierre-Henri Lavigne yakesonchih...@aim.com
 Homepage: http://www.geany.org/
 License: GPL
@@ -16,40 +16,38 @@
 DocFiles: AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README README.I18N 
THANKS TODO doc
 GCC: 4.0
 BuildDepends: 
-  atk1 (= 1.24.0-1),
-  cairo (= 1.8.0-3),
-  fontconfig2-dev (= 2.4.1-5),
-  freetype219 (= 2.3.7-7),
+  atk1 (= 1.32.0-1),
+  cairo (= 1.12.8-3),
+  fink-package-precedence,
+  fontconfig2-dev (= 2.10.2-1),
+  freetype219 (= 2.4.11-1),
   gettext-tools,
-  glib2-dev (= 2.18.1-2),
-  glitz,
-  gtk+2-dev (= 2.12.11-2),
+  glib2-dev (= 2.22.4-5),
+  gtk+2-dev (= 2.18.9-10),
   intltool40,
   libgettext8-dev,
-  libxml2 (= 2.6.30-1),
-  pango1-xft2-ft219-dev (= 1.22.0-1),
-  pixman (= 0.12.0-1),
+  pango1-xft2-ft219-dev (= 1.24.5-7),
+  pixman (= 0.30.0-1),
   pkgconfig (= 0.23-1),
   x11-dev,
   xft2-dev
 
 Depends:
-  atk1-shlibs,
-  cairo-shlibs (= 1.8.0-3),
-  fontconfig2-shlibs (= 2.4.1-5),
-  freetype219-shlibs (= 2.3.7-7),
-  glib2-shlibs  (= 2.18.1-2),
-  gtk+2-shlibs (= 2.12.11-2),
+  atk1-shlibs (= 1.32.0-1),
+  cairo-shlibs (= 1.12.8-3),
+  fontconfig2-shlibs (= 2.10.2-1),
+  freetype219-shlibs (= 2.4.11-1),
+  glib2-shlibs  (= 2.22.4-5),
+  gtk+2-shlibs (= 2.18.9-10),
   libgettext8-shlibs,
-  pango1-xft2-ft219-shlibs (= 1.22.0-1),
+  pango1-xft2-ft219-shlibs (= 1.24.5-7),
   x11-shlibs
 
 ConfigureParams:
-  --disable-dependency-tracking \
-  
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:%p/lib/pkgconfig:$PKG_CONFIG_PATH
 \
-  FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
+  --enable-dependency-tracking
 
 InstallScript:
 #!/bin/bash -ev
+fink-package-precedence .
 make install DESTDIR=%d
 


--
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 pytwitter-py.info, 1.1, 1.2

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

Modified Files:
pytwitter-py.info 
Log Message:
pytwitter 1.0

Index: pytwitter-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/pytwitter-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pytwitter-py.info   5 Sep 2012 02:43:06 -   1.1
+++ pytwitter-py.info   21 Jun 2013 21:16:04 -  1.2
@@ -1,10 +1,11 @@
 Info2:
 Package: pytwitter-py%type_pkg[python]
-Version: 0.6
+Version: 1.0
 Revision: 1
 Type: python (2.6 2.7)
 Source: http://python-twitter.googlecode.com/files/python-twitter-%v.tar.gz
-Source-MD5: e1f5c50c60c74944d29ce28178972b95
+Source-MD5: 16abdc5ba30e43241981d3dd7eeef767
+Source-Checksum: SHA1(75f6fe8c4d90de4a867caf4a3ad2a44d6675ee5c)
 License: BSD
 Homepage: http://code.google.com/p/python-twitter/
 Maintainer: Pierre-Henri Lavigne yakesonchih...@aim.com
@@ -17,7 +18,7 @@
 (http://twitter.com/help/api) and this library is intended to make it
 even easier for python programmers to use.
 
-DocFiles: CHANGES COPYING LICENSE NOTICE README doc/twitter.html
+DocFiles: CHANGES COPYING LICENSE NOTICE README.md doc/twitter.html
 BuildDepends: 
   python%type_pkg[python],
   simplejson-py%type_pkg[python]


--
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/perlmods inline-files-pm.info, NONE, 1.1

2013-06-21 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-serv25689

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


--- NEW FILE: inline-files-pm.info ---
Package: inline-files-pm
Version: 0.68
Revision: 1
Type: perl
Source: mirror:cpan:authors/id/A/AM/AMBS/Inline/Inline-Files-%v.tar.gz
Source-MD5: f20f920979fdfd1799410a75104ffa3e
DocFiles: Changes README
UpdatePOD: true
DescDetail: 
Inline::Files generalizes the notion of the `__DATA__' marker and the
associated `DATA' filehandle, to an arbitrary number of markers and
associated filehandles.

Description: Multiple virtual files at end of code
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/Inline-Files/


--
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/perlmods universal-isa-pm.info, NONE, 1.1 universal-can-pm.info, NONE, 1.1 want-pm.info, 1.2, 1.3 version-pm.info, 1.5, 1.6 variable-magic-pm.info,

2013-06-21 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-serv6763

Modified Files:
want-pm.info version-pm.info variable-magic-pm.info 
capture-tiny-pm.info capture-tiny-pm.patch inline-pm.info 
inline-pm.patch 
Added Files:
universal-isa-pm.info universal-can-pm.info 
Log Message:
sync. w/ 10.!4/stable, validated on powerpc-darwin8


Index: variable-magic-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods/variable-magic-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- variable-magic-pm.info  31 Jan 2012 23:57:58 -  1.2
+++ variable-magic-pm.info  22 Jun 2013 04:58:29 -  1.3
@@ -1,11 +1,11 @@
 Info3: 
 Package: variable-magic-pm%type_pkg[perl]
-Version: 0.42
+Version: 0.52
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-# Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
+# Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6, (%type_pkg[perl] = 5123) 10.8, (%type_pkg[perl] = 5124) 10.7, 
(%type_pkg[perl] = 5124) 10.8
 Description: Associate user-defined magic to variables
-Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
+Type: perl(5.8.6 5.8.8 5.10.0)
 License: Artistic
 Maintainer: Benjamin Reed variable-magic...@fink.raccoonfink.com
 
@@ -19,10 +19,18 @@
 
 
 Source: mirror:cpan:modules/by-module/Variable/Variable-Magic-%v.tar.gz
-Source-MD5: 503c75e461e84de9f11c3735672abdd6
+Source-MD5: 3c3cb6b8adc20616f1e71af145ee73c1
+PatchFile: %{ni}.patch
+PatchFile-MD5: 9b123b63b740563c954f44bcb6c580d4
 
 UseMaxBuildJobs: true
 
+InfoTest: 
+   TestDepends: 
+   capture-tiny-pm%type_pkg[perl]
+   
+
+
 UpdatePOD: true
 InstallScript: 
 %{default_script}

Index: capture-tiny-pm.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods/capture-tiny-pm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- capture-tiny-pm.patch   19 Jan 2012 02:33:44 -  1.1
+++ capture-tiny-pm.patch   22 Jun 2013 04:58:29 -  1.2
@@ -1,7 +1,7 @@
-diff -Nurd -x'*~' Capture-Tiny-0.10.orig/t/00-compile.t 
Capture-Tiny-0.10/t/00-compile.t
 Capture-Tiny-0.10.orig/t/00-compile.t  2011-02-07 07:01:49.0 
-0500
-+++ Capture-Tiny-0.10/t/00-compile.t   2011-04-10 10:36:23.0 -0400
-@@ -18,6 +18,7 @@
+diff -Nurd -x'*~' Capture-Tiny-0.18.orig/t/00-compile.t 
Capture-Tiny-0.18/t/00-compile.t
+--- Capture-Tiny-0.18.orig/t/00-compile.t  2012-05-04 16:31:58.0 
-0400
 Capture-Tiny-0.18/t/00-compile.t   2012-07-09 05:44:48.0 -0400
+@@ -9,6 +9,7 @@
  
  use File::Find;
  use File::Temp qw{ tempdir };
@@ -9,7 +9,7 @@
  
  my @modules;
  find(
-@@ -42,7 +43,21 @@
+@@ -58,7 +59,21 @@
  # fake home for cpan-testers
   local $ENV{HOME} = tempdir( CLEANUP = 1 );
  

Index: inline-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/perlmods/inline-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- inline-pm.info  19 Jan 2012 23:16:45 -  1.1
+++ inline-pm.info  22 Jun 2013 04:58:29 -  1.2
@@ -1,9 +1,9 @@
 Info4: 
 Package: inline-pm%type_pkg[perl]
-Version: 0.46
+Version: 0.50
 Revision: 1
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
-Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
+# Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6, (%type_pkg[perl] = 5123) 10.7, 
(%type_pkg[perl] = 588) 10.4, (%type_pkg[perl] = 588) 10.5, (%type_pkg[perl] = 
588) 10.6
 Description: Embed other languages in perl subroutines
 Type: perl(5.8.1 5.8.4 5.8.6 5.8.8 5.10.0 5.12.3)
 License: Artistic
@@ -15,7 +15,10 @@

[cvs] dists/10.4/stable/main/finkinfo/10.4-EOL/libs wxcocoa293.info, 1.1, 1.2

2013-06-21 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-serv6810

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


Index: wxcocoa293.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/libs/wxcocoa293.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wxcocoa293.info 20 Jan 2012 18:22:32 -  1.1
+++ wxcocoa293.info 22 Jun 2013 04:59:18 -  1.2
@@ -1,9 +1,9 @@
 Package: wxcocoa293
 Version: 2.9.3
-Revision: 1
+Revision: 2
 GCC: 4.0
 Description: Cross-platform GUI API - mac/Cocoa version
-License: GPL
+License: GPL2/LGPL
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 
 Depends: 
@@ -27,10 +27,12 @@
 
 Conflicts: wxgtk, wxcocoa, wxmac, wxgtk2.8, wxmac28, wxmac28-unicode, 
wxcocoa29, wxcocoa292
 Replaces: wxgtk, wxcocoa, wxmac, wxgtk2.8, wxmac28, wxmac28-unicode, 
wxcocoa29, wxcocoa292
-BuildDependsOnly: True
+BuildDependsOnly: true
 
 Source: mirror:sourceforge:wxwindows/wxWidgets-%v.tar.bz2
 Source-MD5: 6b6003713289ea4d3cd9b49c5db5b721
+Source2: mirror:master:%n-20120213.zip
+Source2-MD5: 28f0b2820dd5d5c1516184649d7c8419
 SourceDirectory: wxWidgets-%v
 
 NoSetLDFLAGS: true
@@ -44,6 +46,7 @@
then perl -pi.bak -e 's/-framework QuickTime//' configure*
fi
perl -pi.bak -e 's/-no-cpp-precomp//' configure*
+   cp -r ../wxWidgets/trunk/* .
 
 ConfigureParams: 
--mandir=%p/share/man \
@@ -157,8 +160,10 @@
  controls on Unix, they are emulated.
 
 DescPort: 
-Doesn't build with clang, so force llvm-g++, at least for now.
-
 Because the QuickTime library is i386 only, forcibly rip out any attempts
 to link to it on x86_64.
 
+DescPackaging:
+  Apply upstream patches (http://trac.wxwidgets.org/changeset/70295) which are 
required to build
+  the current wxmaxima.
+


--
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