[cvs] dists/10.7/stable/main/finkinfo/text gv.info, 1.1, 1.2 gv.patch, 1.1, 1.2

2012-09-08 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv1704

Modified Files:
gv.info gv.patch 
Log Message:
gv 3.7.3 release
modified from tracker 
https://sourceforge.net/tracker/?func=detailatid=414256aid=3555388group_id=17203

Index: gv.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/gv.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gv.info 11 Aug 2011 02:03:58 -  1.1
+++ gv.info 8 Sep 2012 15:08:25 -   1.2
@@ -1,27 +1,66 @@
 Package: gv
-Version: 3.6.5
-Revision: 2
+Version: 3.7.3
+Revision: 1
 Source: gnu
-Source-MD5: ce3081b1b3e6258607f2de70f39cbcd2
-BuildDepends: xaw3d (= 1.5-5), x11-dev, fink (= 0.24.12), libgnugetopt (= 
1.2-3)
-SetCPPFLAGS: -I/usr/X11R6/include -I%p/include/gnugetopt
-SetLDFLAGS: -lgnugetopt
+Source-MD5: 98ae3e9ce338b64ba5ab622389c5960e
+BuildDepends: 
+   fink-package-precedence,
+   flag-sort,
+   fontconfig2-dev,
+   freetype219,
+   libgnugetopt (= 1.2-3),
+   libiconv-dev,
+   libxaw3dxft (= 1.6.2-3),
+   pkgconfig,
+   x11-dev,
+   xft2-dev
+
+SetCPPFLAGS: -I%p/include/gnugetopt
+SetLDFLAGS: -lgnugetopt -liconv
+SetCC: flag-sort -v -r gcc
 PatchFile: %n.patch
-PatchFile-MD5: c9fc9165ddb588bef52ab086642a3fdd
+PatchFile-MD5: a65ab8c021875cc990d03dc9db164a0f
 PatchScript: 
- patch -p1  %{PatchFile}
- sed -i.bak 's|/usr/doc|%p/share/doc|' src/Makefile.in
+   patch -p1  %{PatchFile}
+   sed -i.bak 's|/usr/doc|%p/share/doc|' src/Makefile.in
+
+Depends: 
+   ghostscript,
+   libgnugetopt-shlibs (= 1.2-3),
+   libiconv,
+   libxaw3dxft-shlibs (= 1.6.2-3),
+   x11-shlibs
+
+ConfigureParams: 
+   --mandir='${prefix}/share/man' \
+   --infodir='${prefix}/share/info' \
+   --enable-dependency-tracking \
+   --x-includes=/usr/X11R6/include \
+   --x-libraries=/usr/X11R6/lib \
+   --enable-setenv-code \
+   --enable-SIGCHLD-fallback \
+   CPPFLAGS=`pkg-config --cflags freetype2 xaw3d` $CPPFLAGS \
+   LDFLAGS=`pkg-config --libs freetype2 xaw3d` $LDFLAGS
+
+CompileScript: 
+   %{default_script}
+   fink-package-precedence .
 
-Depends: x11-shlibs, xaw3d-shlibs (= 1.5-5), ghostscript, libgnugetopt-shlibs 
(= 1.2-3)
-ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --disable-dependency-tracking 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-setenv-code
 InstallScript: 
  make install DESTDIR=%d
 
 Description: X11 interface for ghostscript interpreter
 DescPort: 
- Patch GV to GV.addata to avoid potential case-sensitivity issues.
-
- Removed apLineDel from gv_class.ad: Unknown keysym name. (from Remko Scharroo)
+   o Patch GV to GV.addata to avoid potential case-sensitivity issues.
+ 
+   o scrollbar.c patched to provide proper number of arguments in function 
call
+ https://savannah.gnu.org/bugs/index.php?35353
+ 
+   o Added --enable-SIGCHLD-fallback required for Mac OS X
+   
+   o flag-sort used to put -I/usr/X11R6/include  -L/usr/X11R6/lib after 
all 
+ Fink flags to prevent using X11's xft.h and fontconfig.h.  Could patch
+ src/Makefile.in, but flag-sort is easier.
 
 DocFiles: NEWS INSTALL README COPYING
 InfoDocs: gv.info

Index: gv.patch
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/text/gv.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gv.patch11 Aug 2011 02:03:58 -  1.1
+++ gv.patch8 Sep 2012 15:08:25 -   1.2
@@ -1,43 +1,46 @@
-diff -ruN gv-3.6.2/src/Makefile.in gv-3.6.2-patched/src/Makefile.in
 gv-3.6.2/src/Makefile.in   2006-09-14 12:48:06.0 -0700
-+++ gv-3.6.2-patched/src/Makefile.in   2007-05-01 21:12:57.0 -0700
-@@ -223,14 +223,14 @@
- top_srcdir = @top_srcdir@
- dist_pkglib_DATA = gv_system.ad gv_user.ad gv_class.ad gv_spartan.dat 
gv_user_res.dat gv_copyright.dat gv_widgetless.dat
- appdefaultsdir = $(pkglibdir)
--appdefaults_DATA = GV
-+appdefaults_DATA = GV.addata
- EXTRA_DIST = ad2c gv_font_res.dat gv_layout_res.dat gv_misc_res.dat 
Aaa_bison.yacc \
+diff -ruN gv-3.7.3/src/Makefile.in gv-3.7.3-patched/src/Makefile.in
+--- gv-3.7.3/src/Makefile.in   2012-08-08 12:01:21.0 -0400
 gv-3.7.3-patched/src/Makefile.in   2012-08-08 12:01:21.0 -0400
+@@ -596,7 +596,7 @@
+ bin_SCRIPTS = gv-update-userconfig
+ pkgdata_DATA = gv_system.ad $(am__append_1)
+ appdefaultsdir = $(pkgdatadir)
+-appdefaults_DATA = ../GV
++appdefaults_DATA = ../GV.addata
+ EXTRA_DIST = ad2c gv_font_res.dat gv_font_res-I18N_mb.dat gv_layout_res.dat 
gv-i18n.pl gv_misc_res.dat Aaa_bison.yacc \
 gv_current.xbm gv_doc.xbm gv_empty.xbm gv_even.xbm gv_icon.xbm 
gv_odd.xbm \
-gv_selected.xbm gv_unmark.xbm
+   

[cvs] dists/10.4/stable/main/finkinfo/text gv.info, 1.7, 1.8 gv.patch, 1.4, 1.5

2012-09-08 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv3898

Modified Files:
gv.info gv.patch 
Log Message:
gv 3.7.3 release
modified from tracker 
https://sourceforge.net/tracker/?func=detailatid=414256aid=3555388group_id=17203

Index: gv.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/gv.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gv.info 21 Nov 2011 10:20:47 -  1.7
+++ gv.info 8 Sep 2012 15:19:40 -   1.8
@@ -1,27 +1,66 @@
 Package: gv
-Version: 3.6.5
-Revision: 2
+Version: 3.7.3
+Revision: 1
 Source: gnu
-Source-MD5: ce3081b1b3e6258607f2de70f39cbcd2
-BuildDepends: xaw3d (= 1.5-5), x11-dev, fink (= 0.24.12), libgnugetopt (= 
1.2-3)
-SetCPPFLAGS: -I/usr/X11R6/include -I%p/include/gnugetopt
-SetLDFLAGS: -lgnugetopt
+Source-MD5: 98ae3e9ce338b64ba5ab622389c5960e
+BuildDepends: 
+   fink-package-precedence,
+   flag-sort,
+   fontconfig2-dev,
+   freetype219,
+   libgnugetopt (= 1.2-3),
+   libiconv-dev,
+   libxaw3dxft (= 1.6.2-3),
+   pkgconfig,
+   x11-dev,
+   xft2-dev
+
+SetCPPFLAGS: -I%p/include/gnugetopt
+SetLDFLAGS: -lgnugetopt -liconv
+SetCC: flag-sort -v -r gcc
 PatchFile: %n.patch
-PatchFile-MD5: c9fc9165ddb588bef52ab086642a3fdd
+PatchFile-MD5: a65ab8c021875cc990d03dc9db164a0f
 PatchScript: 
- patch -p1  %{PatchFile}
- sed -i.bak 's|/usr/doc|%p/share/doc|' src/Makefile.in
+   patch -p1  %{PatchFile}
+   sed -i.bak 's|/usr/doc|%p/share/doc|' src/Makefile.in
+
+Depends: 
+   ghostscript,
+   libgnugetopt-shlibs (= 1.2-3),
+   libiconv,
+   libxaw3dxft-shlibs (= 1.6.2-3),
+   x11-shlibs
+
+ConfigureParams: 
+   --mandir='${prefix}/share/man' \
+   --infodir='${prefix}/share/info' \
+   --enable-dependency-tracking \
+   --x-includes=/usr/X11R6/include \
+   --x-libraries=/usr/X11R6/lib \
+   --enable-setenv-code \
+   --enable-SIGCHLD-fallback \
+   CPPFLAGS=`pkg-config --cflags freetype2 xaw3d` $CPPFLAGS \
+   LDFLAGS=`pkg-config --libs freetype2 xaw3d` $LDFLAGS
+
+CompileScript: 
+   %{default_script}
+   fink-package-precedence .
 
-Depends: x11-shlibs, xaw3d-shlibs (= 1.5-5), ghostscript, libgnugetopt-shlibs 
(= 1.2-3)
-ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --disable-dependency-tracking 
--x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-setenv-code
 InstallScript: 
  make install DESTDIR=%d
 
 Description: X11 interface for ghostscript interpreter
 DescPort: 
- Patch GV to GV.addata to avoid potential case-sensitivity issues.
-
- Removed apLineDel from gv_class.ad: Unknown keysym name. (from Remko Scharroo)
+   o Patch GV to GV.addata to avoid potential case-sensitivity issues.
+ 
+   o scrollbar.c patched to provide proper number of arguments in function 
call
+ https://savannah.gnu.org/bugs/index.php?35353
+ 
+   o Added --enable-SIGCHLD-fallback required for Mac OS X
+   
+   o flag-sort used to put -I/usr/X11R6/include  -L/usr/X11R6/lib after 
all 
+ Fink flags to prevent using X11's xft.h and fontconfig.h.  Could patch
+ src/Makefile.in, but flag-sort is easier.
 
 DocFiles: NEWS INSTALL README COPYING
 InfoDocs: gv.info

Index: gv.patch
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/gv.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gv.patch21 Nov 2011 10:20:47 -  1.4
+++ gv.patch8 Sep 2012 15:19:40 -   1.5
@@ -1,43 +1,46 @@
-diff -ruN gv-3.6.2/src/Makefile.in gv-3.6.2-patched/src/Makefile.in
 gv-3.6.2/src/Makefile.in   2006-09-14 12:48:06.0 -0700
-+++ gv-3.6.2-patched/src/Makefile.in   2007-05-01 21:12:57.0 -0700
-@@ -223,14 +223,14 @@
- top_srcdir = @top_srcdir@
- dist_pkglib_DATA = gv_system.ad gv_user.ad gv_class.ad gv_spartan.dat 
gv_user_res.dat gv_copyright.dat gv_widgetless.dat
- appdefaultsdir = $(pkglibdir)
--appdefaults_DATA = GV
-+appdefaults_DATA = GV.addata
- EXTRA_DIST = ad2c gv_font_res.dat gv_layout_res.dat gv_misc_res.dat 
Aaa_bison.yacc \
+diff -ruN gv-3.7.3/src/Makefile.in gv-3.7.3-patched/src/Makefile.in
+--- gv-3.7.3/src/Makefile.in   2012-08-08 12:01:21.0 -0400
 gv-3.7.3-patched/src/Makefile.in   2012-08-08 12:01:21.0 -0400
+@@ -596,7 +596,7 @@
+ bin_SCRIPTS = gv-update-userconfig
+ pkgdata_DATA = gv_system.ad $(am__append_1)
+ appdefaultsdir = $(pkgdatadir)
+-appdefaults_DATA = ../GV
++appdefaults_DATA = ../GV.addata
+ EXTRA_DIST = ad2c gv_font_res.dat gv_font_res-I18N_mb.dat gv_layout_res.dat 
gv-i18n.pl gv_misc_res.dat Aaa_bison.yacc \
 gv_current.xbm gv_doc.xbm gv_empty.xbm gv_even.xbm gv_icon.xbm 
gv_odd.xbm \
-gv_selected.xbm gv_unmark.xbm
+   

[cvs] dists/10.7/stable/main/finkinfo/sci io-oct.info, 1.19, 1.20 queueing-oct.info, 1.6, 1.7

2012-09-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv25715/10.7/stable/main/finkinfo/sci

Modified Files:
io-oct.info queueing-oct.info 
Log Message:
New upstreams.

Index: io-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/io-oct.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- io-oct.info 8 Sep 2012 20:28:43 -   1.19
+++ io-oct.info 8 Sep 2012 22:17:01 -   1.20
@@ -1,11 +1,13 @@
 Info2: 
 Package: io-oct%type_pkg[oct]
-Version: 1.0.19
+Version: 1.0.20
 Type: oct (3.4.3 3.6.0 3.6.1 3.6.2 3.6.3), forge (io), gcc (4.7)
 Revision: 1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/io/index.html 
+License: OSI-Approved
+
 Description: Input/Output in external formats for Octave
 DescDetail: 
 This package provides the following additional functions:
@@ -55,7 +57,20 @@
 io_xls_testscript
 io_ods_testscript
 
-License: OSI-Approved
+DescPackaging: 
+Listed license is GPL3+/simplified BSD, so call that OSI-Approved
+Octave = 3.4.3 publish more library information than does Octave = 3.6.0, so
+the linked library content is different.
+
+Common for all octave-forge packages:
+
+We read in postinst and prerm template scripts installed by octaveN and modify
+them to use the name of this package because Octave's package manager can't 
+cope with non-literal arguments.
+
+The Type: forge (pkgname) is used to minimize what needs to be changed when
+using this .info file as a template.
+
 
 BuildDepends: 
   ( %type_pkg[oct]  360 ) liboctave%type_pkg[oct]-gcc%type_pkg[gcc]-dev, 
@@ -69,14 +84,10 @@
 
 Conflicts: octave-forge
 
-Source-MD5: f01e725257ef3fc2c6c2700dfa657f72
+Source-MD5: 8e52901908767fbf59fd247b9b712da6
 Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz
 SourceDirectory: %type_pkg[forge]
 
- Insert required changes here 
-
-##
-
 # Do not change anything from this point down, unless absolutely necessary,
 # since the foo-oct%type_pkg[oct] packages are designed to be built/installed
 # in the same way.
@@ -126,19 +137,4 @@
 
 
 PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm
-
-DescPackaging: 
-Listed license is GPL3+/simplified BSD, so call that OSI-Approved
-Octave = 3.4.3 publish more library information than does Octave = 3.6.0, so
-the linked library content is different.
-
-Common for all octave-forge packages:
-
-We read in postinst and prerm template scripts installed by octaveN and modify
-them to use the name of this package because Octave's package manager can't 
-cope with non-literal arguments.
-
-The Type: forge (pkgname) is used to minimize what needs to be changed when
-using this .info file as a template.
-
 
\ No newline at end of file

Index: queueing-oct.info
===
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/queueing-oct.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- queueing-oct.info   8 Sep 2012 20:28:43 -   1.6
+++ queueing-oct.info   8 Sep 2012 22:17:01 -   1.7
@@ -1,11 +1,13 @@
 Info2: 
 Package: queueing-oct%type_pkg[oct]
-Version: 1.1.0
+Version: 1.1.1
 Type: oct (3.2.4 3.4.3 3.6.0 3.6.1 3.6.2 3.6.3), forge (queueing)
 Revision: 1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/queueing/index.html 
+License: GPL3+
+
 Description: Octave queueing toolbox
 DescDetail: 
 The queueing toolbox provides functions for queueing networks and Markov chains
@@ -69,43 +71,6 @@
 qnsolve
 qnvisits
 
-
-License: GPL3+
-
-Source: 
mirror:sourceforge:octave/Octave%%20Forge%%20Packages/Individual%%20Package%%20Releases/%type_raw[forge]-%v.tar.gz
-Source-MD5: a4495bee8c48f7c4ae179d30408746f9
-SourceDirectory: %type_raw[forge]
-
-# Most octave-forge packages need to have the following BuildDepends:
-# liboctave%type_pkg[oct]-dev,
-# fftw3, 
-# ( %type_pkg[oct] = 305 ) hdf5.7-oldapi,
-# ( %type_pkg[oct] != 305 ) hdf5.7
-#
-# Packages which serve only Octave-3.0.5 or only Octave  3.0.5 need
-# not use the conditional, of course.
-# Packages that use BLAS or LAPACK will need to specify the the
-# -atlas and -veclib variants separately:
-#
-#BuildDepends: 
-#  (%type_raw[-atlas] = -atlas)atlas,
-#  (%type_raw[-atlas] = -atlas)liboctave%type_pkg[oct]-atlas-dev,
-#  (%type_raw[-atlas] != -atlas)   liboctave%type_pkg[oct]-veclib-dev, 
-#
-#Depends:  
-#  (%type_raw[-atlas] = -atlas)  atlas-shlibs,
-#  (%type_raw[-atlas] = -atlas)liboctave%type_pkg[oct]-atlas, 
-#  (%type_raw[-atlas] != -atlas)   liboctave%type_pkg[oct]-veclib,
-
-

[cvs] dists/10.4/stable/main/finkinfo/sci io-oct.info, 1.15, 1.16 queueing-oct.info, 1.6, 1.7

2012-09-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv25715/10.4/stable/main/finkinfo/sci

Modified Files:
io-oct.info queueing-oct.info 
Log Message:
New upstreams.

Index: io-oct.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/io-oct.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- io-oct.info 8 Sep 2012 20:28:42 -   1.15
+++ io-oct.info 8 Sep 2012 22:17:01 -   1.16
@@ -1,11 +1,13 @@
 Info2: 
 Package: io-oct%type_pkg[oct]
-Version: 1.0.19
+Version: 1.0.20
 Type: oct (3.4.3 3.6.0 3.6.1 3.6.2 3.6.3), forge (io), gcc (4.6)
 Revision: 1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/io/index.html 
+License: OSI-Approved
+
 Description: Input/Output in external formats for Octave
 DescDetail: 
 This package provides the following additional functions:
@@ -55,7 +57,20 @@
 io_xls_testscript
 io_ods_testscript
 
-License: OSI-Approved
+DescPackaging: 
+Listed license is GPL3+/simplified BSD, so call that OSI-Approved
+Octave = 3.4.3 publish more library information than does Octave = 3.6.0, so
+the linked library content is different.
+
+Common for all octave-forge packages:
+
+We read in postinst and prerm template scripts installed by octaveN and modify
+them to use the name of this package because Octave's package manager can't 
+cope with non-literal arguments.
+
+The Type: forge (pkgname) is used to minimize what needs to be changed when
+using this .info file as a template.
+
 
 BuildDepends: 
   ( %type_pkg[oct]  360 ) liboctave%type_pkg[oct]-gcc%type_pkg[gcc]-dev, 
@@ -69,14 +84,10 @@
 
 Conflicts: octave-forge
 
-Source-MD5: f01e725257ef3fc2c6c2700dfa657f72
+Source-MD5: 8e52901908767fbf59fd247b9b712da6
 Source: mirror:sourceforge:octave/%type_raw[forge]-%v.tar.gz
 SourceDirectory: %type_pkg[forge]
 
- Insert required changes here 
-
-##
-
 # Do not change anything from this point down, unless absolutely necessary,
 # since the foo-oct%type_pkg[oct] packages are designed to be built/installed
 # in the same way.
@@ -126,19 +137,4 @@
 
 
 PreRmScript: 
%p/share/octave/%type_raw[oct]/%type_raw[forge]-%v/octave-forge-prerm
-
-DescPackaging: 
-Listed license is GPL3+/simplified BSD, so call that OSI-Approved
-Octave = 3.4.3 publish more library information than does Octave = 3.6.0, so
-the linked library content is different.
-
-Common for all octave-forge packages:
-
-We read in postinst and prerm template scripts installed by octaveN and modify
-them to use the name of this package because Octave's package manager can't 
-cope with non-literal arguments.
-
-The Type: forge (pkgname) is used to minimize what needs to be changed when
-using this .info file as a template.
-
 
\ No newline at end of file

Index: queueing-oct.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/queueing-oct.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- queueing-oct.info   8 Sep 2012 20:28:42 -   1.6
+++ queueing-oct.info   8 Sep 2012 22:17:01 -   1.7
@@ -1,11 +1,13 @@
 Info2: 
 Package: queueing-oct%type_pkg[oct]
-Version: 1.1.0
+Version: 1.1.1
 Type: oct (3.2.4 3.4.3 3.6.0 3.6.1 3.6.2 3.6.3), forge (queueing)
 Revision: 1
 Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net
 # unfortunately, Homepage won't do types
 Homepage: http://octave.sourceforge.net/queueing/index.html 
+License: GPL3+
+
 Description: Octave queueing toolbox
 DescDetail: 
 The queueing toolbox provides functions for queueing networks and Markov chains
@@ -69,43 +71,6 @@
 qnsolve
 qnvisits
 
-
-License: GPL3+
-
-Source: 
mirror:sourceforge:octave/Octave%%20Forge%%20Packages/Individual%%20Package%%20Releases/%type_raw[forge]-%v.tar.gz
-Source-MD5: a4495bee8c48f7c4ae179d30408746f9
-SourceDirectory: %type_raw[forge]
-
-# Most octave-forge packages need to have the following BuildDepends:
-# liboctave%type_pkg[oct]-dev,
-# fftw3, 
-# ( %type_pkg[oct] = 305 ) hdf5.7-oldapi,
-# ( %type_pkg[oct] != 305 ) hdf5.7
-#
-# Packages which serve only Octave-3.0.5 or only Octave  3.0.5 need
-# not use the conditional, of course.
-# Packages that use BLAS or LAPACK will need to specify the the
-# -atlas and -veclib variants separately:
-#
-#BuildDepends: 
-#  (%type_raw[-atlas] = -atlas)atlas,
-#  (%type_raw[-atlas] = -atlas)liboctave%type_pkg[oct]-atlas-dev,
-#  (%type_raw[-atlas] != -atlas)   liboctave%type_pkg[oct]-veclib-dev, 
-#
-#Depends:  
-#  (%type_raw[-atlas] = -atlas)  atlas-shlibs,
-#  (%type_raw[-atlas] = -atlas)liboctave%type_pkg[oct]-atlas, 
-#  (%type_raw[-atlas] != -atlas)   liboctave%type_pkg[oct]-veclib,
-
-

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

2012-09-08 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv28311

Modified Files:
virtualenv-py.info 
Log Message:
update to 1.8.2


Index: virtualenv-py.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/virtualenv-py.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- virtualenv-py.info  2 Sep 2012 02:38:49 -   1.6
+++ virtualenv-py.info  8 Sep 2012 22:52:39 -   1.7
@@ -1,7 +1,7 @@
 Info2: 
 
 Package: virtualenv-py%type_pkg[python]
-Version: 1.8
+Version: 1.8.2
 
 Revision: 1
 Homepage: http://pypi.python.org/pypi/virtualenv
@@ -12,7 +12,7 @@
 BuildDepends: distribute-py%type_pkg[python]
 
 Source: 
http://pypi.python.org/packages/source/v/virtualenv/virtualenv-%v.tar.gz
-Source-MD5: fdab30066a1d731ca6fe22a4c23b9e80
+Source-MD5: 174ca075c6b1a42c685415692ec4ce2e
 
 CompileScript: 
   #!/bin/bash -ev


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
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 octave-3.6.3.info, NONE, 1.1 octave363-docs.info, NONE, 1.1

2012-09-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv17788/10.7/stable/main/finkinfo/sci

Added Files:
octave-3.6.3.info octave363-docs.info 
Log Message:
Woops, forgot to add these on the last commit.

--- NEW FILE: octave-3.6.3.info ---
Info2: 
Package: octave%type_pkg[-lapack]%type_pkg[-x11]
Type: -lapack (. -atlas -ref), oct(3.6.3), gcc (4.7), -x11 (boolean)
Version: 3.6.3
Revision: 1
Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net

BuildDepends: 
fftw3 (= 3.1.1-7), 
fontconfig2-dev,
freetype219, 
gcc%type_pkg[gcc]-compiler, 
glpk-dev,
graphicsmagick-dev, 
hdf5.7, 
libcurl4,
libftgl2,
libpcre1,
pkgconfig,
qhull6.3.1-dev, 
readline6,  
sed,
suitesparse,
fink (= 0.32.0-1),
fink-package-precedence,
flag-sort,
(%type_raw[-x11] != -x11)   fltk13-aqua,
(%type_raw[-x11] = -x11)fltk-x11,
(%type_raw[-x11] = -x11)x11-dev,
(%type_raw[-lapack] = .)arpack-ng (=3.0.1-2) | 
(%type_raw[-lapack] = .) arpack-ng-mpi,
(%type_raw[-lapack] = .)qrupdate (=1.1.1-5),
(%type_raw[-lapack] = -atlas)   atlas (= 3.9.76-1), 
(%type_raw[-lapack] = -atlas)   arpack-ng-atlas (=3.1.1-3) | 
(%type_raw[-lapack] = -atlas) arpack-ng-mpi-atlas (=3.1.1-3), 
(%type_raw[-lapack] = -atlas)   qrupdate-atlas (=1.1.1-5),
(%type_raw[-lapack] = -ref) lapack341, 
(%type_raw[-lapack] = -ref) arpack-ng-ref (=3.0.1-2) | 
(%type_raw[-lapack] = -ref) arpack-ng-mpi-ref,
(%type_raw[-lapack] = -ref) qrupdate-ref (=1.1.1-5)

Depends: %{Ni}%type_pkg[oct]%type_pkg[-lapack]%type_pkg[-x11] (=%v-%r)
BuildConflicts: coot-dev, broken-gcc, lammpi-dev, fort77, 4ti2-dev
Suggests: %{Ni}%type_pkg[oct]-docs
Provides: 

octave-interpreter,
(%type_raw[-x11] = -x11)octave-interpreter-x11,
(%type_raw[-x11] != -x11)   octave-interpreter-aqua,
(%type_raw[-lapack] = -atlas)   octave-interpreter-ptatlas,
(%type_raw[-lapack] = .)octave-interpreter-accelerate,
(%type_raw[-lapack] = -ref) octave-interpreter-ref

Conflicts: 
%{Ni}, 
%{Ni}-atlas,
%{Ni}-x11, 
%{Ni}-atlas-x11,
%{Ni}-ref, 
%{Ni}-ref-x11,
%{Ni}3.0.2 (  3.0.2-5), 
%{Ni}3.0.2-atlas (  3.0.2-5) 

Replaces: 
%{Ni}, 
%{Ni}-atlas,
%{Ni}-x11, 
%{Ni}-atlas-x11,
%{Ni}-ref, 
%{Ni}-ref-x11,
%{Ni}3.0.2 (  3.0.2-5), 
%{Ni}3.0.2-atlas (  3.0.2-5) 


Source: mirror:gnu:%{Ni}/%{Ni}-%v.tar.gz
Source-MD5: 58f249c1522478956e432ea7ee2178d9

PatchFile: %{ni}-glpk.patch
PatchFile-MD5: a4861a0803cf8892019cd5f217d2
PatchFile2: %{ni}-3.4.3-manpages.patch
PatchFile2-MD5: 213530118b9a34a947f01c6ddd6f4f2b
PatchFile3: %{ni}.patch
PatchFile3-MD5: 675cf038c246ec6f138684551fab2cbb
PatchFile4: %{ni}-10.7.patch
PatchFile4-MD5: 8304ed39a2c8783f01c81133971166e8
PatchFile5: %{ni}-10.7-x11.patch
PatchFile5-MD5: 6dd5be3b8d199fb76a72997ea50d05d4
PatchFile6: %{ni}-%v-1.patch
PatchFile6-MD5: 4561dbbfe4daf24168cb66a7cfa6ec2f
PatchFile7: %{ni}-%v-2.patch
PatchFile7-MD5: 08db1d879e50f4ee67c4949b1acc60e3
PatchScript: 
#!/bin/sh -ev
#fix for use of glpk private internals
patch -p1  %{PatchFile}

# create versioned manpages
cp doc/interpreter/%{Ni}.1 doc/interpreter/%{Ni}-%v.1
cp doc/interpreter/%{Ni}-config.1 doc/interpreter/%{Ni}-config-%v.1
cp doc/interpreter/mkoctfile.1 doc/interpreter/mkoctfile-%v.1
# fix executable names in versioned manpages
sed -e 's/@OCTVERSION@/%v/g' %{PatchFile2} | patch -p1 

#Fink-specific structural changes
sed -e 's/@OCTVERSION@/%v/g' -e 's|@FINKPREFIX@|%p|g' %{PatchFile3} | 
patch -p1 
# Put in the Fink tree.
sed -i.orig -e 's|@FINKPREFIX@|%p|g'   %{Ni}-forge* %{Ni}rc 
doc/interpreter/*.1 src/mkoctfile*in
# Put OS-version-invariant links to compilers into oct-conf.h, which in 
# turn gets harcoded into the Octave interpreter's 'octave_config_info' 
# function, which is then used by some of the octave-forge packages at 
# configure time.  Also do this for mkoctfile.in.
sed -i.orig -e s|%%OCTAVE_CONF_CC%%|\oct-cc\| \
-e s|%%OCTAVE_CONF_CXXCPP%%|\oct-cxx -E\| \
-e s|%%OCTAVE_CONF_CXX%%|\oct-cxx\| \
-e s|%%OCTAVE_CONF_DL_LD%%|\oct-cxx\| \
-e s|%%OCTAVE_CONF_LD_CXX%%|\oct-cxx\| \
-e s|%%OCTAVE_CONF_SH_LD%%|\oct-cxx\| \
src/oct-conf.h.in src/mkoctfile*in  


[cvs] dists/10.4/stable/main/finkinfo/sci octave-3.6.3.info, NONE, 1.1 octave-powerpc-3.6.3.info, NONE, 1.1 octave363-docs.info, NONE, 1.1

2012-09-08 Thread Alexander Hansen
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv17788/10.4/stable/main/finkinfo/sci

Added Files:
octave-3.6.3.info octave-powerpc-3.6.3.info 
octave363-docs.info 
Log Message:
Woops, forgot to add these on the last commit.

--- NEW FILE: octave-3.6.3.info ---
Info2: 
Package: octave%type_pkg[-lapack]%type_pkg[-x11]
Type: -lapack (. -atlas -ref), oct(3.6.3), gcc (4.7), -x11 (boolean)
Version: 3.6.3
Revision: 1
Architecture: 
i386,
(%type_raw[-lapack] != .) x86_64

Maintainer: Alexander Hansen alexkhan...@users.sourceforge.net

BuildDepends: 
fftw3 (= 3.1.1-7), 
fontconfig2-dev,
freetype219, 
gcc%type_pkg[gcc]-compiler, 
glpk-dev,
graphicsmagick-dev, 
hdf5.7, 
libcurl4,
libftgl2,
libpcre1,
pkgconfig,
qhull6.3.1-dev, 
readline6,  
sed,
suitesparse,
fink (= 0.32.0-1),
fink-package-precedence,
flag-sort,
xcode (=3.1),
(%type_raw[-x11] != -x11)   fltk13-aqua,
(%type_raw[-x11] = -x11)fltk-x11,
(%type_raw[-x11] = -x11)x11-dev,
(%type_raw[-lapack] = .)arpack-ng (=3.0.1-2) | 
(%type_raw[-lapack] = .) arpack-ng-mpi,
(%type_raw[-lapack] = .)qrupdate (=1.1.1-5),
(%type_raw[-lapack] = -atlas)   atlas (= 3.9.76-1), 
(%type_raw[-lapack] = -atlas)   arpack-ng-atlas (=3.1.1-3) | 
(%type_raw[-lapack] = -atlas) arpack-ng-mpi-atlas (=3.1.1-3), 
(%type_raw[-lapack] = -atlas)   qrupdate-atlas (=1.1.1-5),
(%type_raw[-lapack] = -ref) lapack341, 
(%type_raw[-lapack] = -ref) arpack-ng-ref (=3.0.1-2) | 
(%type_raw[-lapack] = -ref) arpack-ng-mpi-ref,
(%type_raw[-lapack] = -ref) qrupdate-ref (=1.1.1-5)

Depends: %{Ni}%type_pkg[oct]%type_pkg[-lapack]%type_pkg[-x11] (=%v-%r)
BuildConflicts: coot-dev, broken-gcc, lammpi-dev, fort77, 4ti2-dev
Suggests: %{Ni}%type_pkg[oct]-docs
Provides: 

octave-interpreter,
(%type_raw[-x11] = -x11)octave-interpreter-x11,
(%type_raw[-x11] != -x11)   octave-interpreter-aqua,
(%type_raw[-lapack] = -atlas)   octave-interpreter-ptatlas,
(%type_raw[-lapack] = .)octave-interpreter-accelerate,
(%type_raw[-lapack] = -ref) octave-interpreter-ref

Conflicts: 
%{Ni}, 
%{Ni}-atlas,
%{Ni}-x11, 
%{Ni}-atlas-x11,
%{Ni}-ref, 
%{Ni}-ref-x11,
%{Ni}3.0.2 (  3.0.2-5), 
%{Ni}3.0.2-atlas (  3.0.2-5) 

Replaces: 
%{Ni}, 
%{Ni}-atlas,
%{Ni}-x11, 
%{Ni}-atlas-x11,
%{Ni}-ref, 
%{Ni}-ref-x11,
%{Ni}3.0.2 (  3.0.2-5), 
%{Ni}3.0.2-atlas (  3.0.2-5) 


Source: mirror:gnu:%{Ni}/%{Ni}-%v.tar.gz
Source-MD5: 58f249c1522478956e432ea7ee2178d9

PatchFile: %{ni}-glpk.patch
PatchFile-MD5: a4861a0803cf8892019cd5f217d2
PatchFile2: %{ni}-3.4.3-manpages.patch
PatchFile2-MD5: 213530118b9a34a947f01c6ddd6f4f2b
PatchFile3: %{ni}.patch
PatchFile3-MD5: 675cf038c246ec6f138684551fab2cbb
PatchFile4: %{ni}-%v-1.patch
PatchFile4-MD5: 4561dbbfe4daf24168cb66a7cfa6ec2f
PatchFile5: %{ni}-%v-2.patch
PatchFile5-MD5: 08db1d879e50f4ee67c4949b1acc60e3
PatchScript: 
#!/bin/sh -ev
#fix for use of glpk private internals
patch -p1  %{PatchFile}

# create versioned manpages
cp doc/interpreter/%{Ni}.1 doc/interpreter/%{Ni}-%v.1
cp doc/interpreter/%{Ni}-config.1 doc/interpreter/%{Ni}-config-%v.1
cp doc/interpreter/mkoctfile.1 doc/interpreter/mkoctfile-%v.1
# fix executable names in versioned manpages
sed -e 's/@OCTVERSION@/%v/g' %{PatchFile2} | patch -p1 

#Fink-specific structural changes
sed -e 's/@OCTVERSION@/%v/g' -e 's|@FINKPREFIX@|%p|g' %{PatchFile3} | 
patch -p1 
# Put in the Fink tree.
sed -i.orig -e 's|@FINKPREFIX@|%p|g'   %{Ni}-forge* %{Ni}rc 
doc/interpreter/*.1 src/mkoctfile*in
# Put OS-version-invariant links to compilers into oct-conf.h, which in 
# turn gets harcoded into the Octave interpreter's 'octave_config_info' 
# function, which is then used by some of the octave-forge packages at 
# configure time.  Also do this for mkoctfile.in.
sed -i.orig -e s|%%OCTAVE_CONF_CC%%|\oct-cc\| \
-e s|%%OCTAVE_CONF_CXXCPP%%|\oct-cxx -E\| \
-e s|%%OCTAVE_CONF_CXX%%|\oct-cxx\| \
-e s|%%OCTAVE_CONF_DL_LD%%|\oct-cxx\| \
-e s|%%OCTAVE_CONF_LD_CXX%%|\oct-cxx\| \
-e s|%%OCTAVE_CONF_SH_LD%%|\oct-cxx\| \
src/oct-conf.h.in src/mkoctfile*in  

# Make sure GraphicsMagick gets 

[cvs] dists/10.7/stable/main/finkinfo/languages iverilog.info, 1.3, 1.4

2012-09-08 Thread Charles Lepple
Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv18161

Modified Files:
iverilog.info 
Log Message:
New upstream iverilog (0.9.6)


Index: iverilog.info
===
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/iverilog.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- iverilog.info   3 Nov 2011 02:15:35 -   1.3
+++ iverilog.info   9 Sep 2012 02:32:09 -   1.4
@@ -1,11 +1,11 @@
 Package: iverilog
 # Remember to fix Source line when upgrading past 0.9:
-Version: 0.9.5
+Version: 0.9.6
 Revision: 1
 Source: ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-%v.tar.gz
-Source-MD5: 3eaeafbb8f0f36765676ab1aaa0fe330
+Source-MD5: a77d847198c571ba2bfd55b99162c3b6
 
-Depends: readline5-shlibs, bzip2-shlibs
+Depends: readline6-shlibs, bzip2-shlibs
 Provides: verilog
 Conflicts: iverilog-snapshot
 Replaces: iverilog-snapshot
@@ -14,7 +14,7 @@
 # Fink (1.875 and later, but not including 2.0) break the build.
 #
 # Ghostscript is needed for ps2pdf (which isn't being used?)
-BuildDepends: fink (= 0.30.0), gperf, readline5, libncurses5, bison (= 2.0), 
bzip2-dev
+BuildDepends: fink (= 0.30.0), gperf, readline6, libncurses5, bison (= 2.0), 
bzip2-dev
 
 # Bug list:
 #
@@ -81,11 +81,6 @@
 IEEE-1364 standard.
 
 A testbench is available at http://sourceforge.net/projects/ivtest
-
-This package provides the latest stable release. If you need synthesis, you may
-want to stick with the 0.8.x series in the 'iverilog08' package.
-
-You may have both this package and iverilog08 installed at the same time.
 
 
 DescPort: 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] CVSROOT ciabot.pl,1.6,1.7

2012-09-08 Thread Daniel Macks
Update of /cvsroot/fink/CVSROOT
In directory vz-cvs-3.sog:/tmp/cvs-serv4078

Modified Files:
ciabot.pl 
Log Message:
Update ciabot submission hostname. See notice at 
http://lists.debian.org/debian-devel/2012/09/msg00164.html


Index: ciabot.pl
===
RCS file: /cvsroot/fink/CVSROOT/ciabot.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ciabot.pl   8 Mar 2005 17:14:42 -   1.6
+++ ciabot.pl   9 Sep 2012 05:29:20 -   1.7
@@ -15,7 +15,7 @@
 #   http://pasky.or.cz/~pasky/dev/cvs/ciabot.pl.
 #
 # This version has been modified a bit, and is available on CIA's web site:
-#   http://cia.navi.cx/clients/cvs/ciabot_cvs.pl
+#   http://cia.vc/clients/cvs/ciabot_cvs.pl
 #
 # This program is designed to run from the loginfo CVS administration file. It
 # takes a log message, massaging it and mailing it to the address given below.
@@ -48,10 +48,10 @@
 $from_email = 'fink-c...@lists.sourceforge.net';
 
 # Mail all reports to this address.
-$dest_email = 'c...@cia.navi.cx';
+$dest_email = 'c...@cia.vc';
 
 # If using XML-RPC, connect to this URI.
-$rpc_uri = 'http://cia.navi.cx/RPC2';
+$rpc_uri = 'http://cia.vc/RPC2';
 
 # Path to your USCD sendmail compatible binary (your mailer daemon created this
 # program somewhere).
@@ -227,7 +227,7 @@
 
 
 my ($VERSION) = '2.3';
-my ($URL) = 'http://cia.navi.cx/clients/cvs/ciabot_cvs.pl';
+my ($URL) = 'http://cia.vc/clients/cvs/ciabot_cvs.pl';
 my $ts = time;
 
 $message = EM


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dmacks/finkinfo libxaw3dxft-api-tokens.patch, 1.1, NONE

2012-09-08 Thread Daniel Macks
Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv5314

Removed Files:
libxaw3dxft-api-tokens.patch 
Log Message:
in live pkg now


--- libxaw3dxft-api-tokens.patch DELETED ---


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs