[cvs] web/pdb index.php, 1.33, 1.34 package.php, 1.68, 1.69 section.php, 1.17, 1.18 sections.php, 1.11, 1.12

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/web/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2606

Modified Files:
index.php package.php section.php sections.php 
Log Message:
fix section links

Index: section.php
===
RCS file: /cvsroot/fink/web/pdb/section.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- section.php 6 Dec 2007 22:03:22 -   1.17
+++ section.php 7 Sep 2009 04:12:00 -   1.18
@@ -15,7 +15,7 @@
 $location = "http://$server/pdb/browse.php";;
 
 if (isset($section)) {
-   $location .= "?section=" . $section;
+   $location .= "?sec=" . $section;
 }
 
 // This page is obsolete. We redirect to browse.php

Index: package.php
===
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- package.php 26 Mar 2009 19:26:49 -  1.68
+++ package.php 7 Sep 2009 04:12:00 -   1.69
@@ -266,7 +266,7 @@
 
show_desc('UsageĀ Hints:', $pobj['descusage']);
 
-   it_item("Section:", ''.$pobj['section'].'');
+   it_item("Section:", ''.$pobj['section'].'');
 
// Get the maintainer field, and try to parse out the email address
if ($pobj['maintainer']) {

Index: sections.php
===
RCS file: /cvsroot/fink/web/pdb/sections.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sections.php7 Dec 2007 14:50:32 -   1.11
+++ sections.php7 Sep 2009 04:12:00 -   1.12
@@ -22,7 +22,7 @@
 foreach ($sections as $_name => $_description) {
$_desctext = ($_description ? (' - ' . $_description) : '');
 ?>
-
+
 
 
 

Index: index.php
===
RCS file: /cvsroot/fink/web/pdb/index.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- index.php   10 Dec 2007 22:21:49 -  1.33
+++ index.php   7 Sep 2009 04:12:00 -   1.34
@@ -89,7 +89,7 @@
 
  $_value) {
-   print ''.$_key.'';
+   print ''.$_key.'';
if (!empty($_value)) {
print " - $_value";
}


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pdb browse.php, 1.27, 1.28 handle_options.inc, 1.15, 1.16 header.inc, 1.21, 1.22

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/web/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2463

Modified Files:
browse.php handle_options.inc header.inc 
Log Message:
update supported list; fix section issues

Index: handle_options.inc
===
RCS file: /cvsroot/fink/web/pdb/handle_options.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- handle_options.inc  6 Jan 2008 16:20:25 -   1.15
+++ handle_options.inc  7 Sep 2009 04:10:15 -   1.16
@@ -35,8 +35,8 @@
array_push($_desc, "Architecture = '" . $_GET['architecture'] . 
"'");
if (!empty($_GET['tree']) && $_GET['tree'] != $default_tree)
array_push($_desc, "Tree = '" . $_GET['tree'] . "'");
-   if (!empty($_GET['section']))
-   array_push($_desc, "Section = '" . $_GET['section'] . "'");
+   if (!empty($_GET['sec']))
+   array_push($_desc, "Section = '" . $_GET['sec'] . "'");
if (!empty($_GET['depends']))
array_push($_desc, "Depends = '" . $_GET['depends'] . "'");
if (!empty($_GET['builddepends']))
@@ -62,7 +62,7 @@
addGETParam($_getparams, 'dist_name');
addGETParam($_getparams, 'architecture');
addGETParam($_getparams, 'tree');
-   addGETParam($_getparams, 'section');
+   addGETParam($_getparams, 'sec');
addGETParam($_getparams, 'nochildren');
addGETParam($_getparams, 'noshlibsdev');
addGETParam($_getparams, 'showall');
@@ -124,9 +124,9 @@
 if (empty($tree)) $tree = $default_tree;
 if (!empty($tree) && $tree != $default_tree) $pdb_has_adv_searchoptions = true;
 
-list($section, $inv_p) = get_safe_param('section', '/^[a-z0-9\+\-\.\/]+$/');
+list($sec, $inv_p) = get_safe_param('sec', '/^[a-z0-9\+\-\.\/]+$/');
 $invalid_param = $invalid_param || $inv_p;
-if (!empty($section)) $pdb_has_adv_searchoptions = true;
+if (!empty($sec)) $pdb_has_adv_searchoptions = true;
 
 $nochildren = $_GET['nochildren'];
 if ($nochildren != "on") $nochildren = '';
@@ -195,7 +195,7 @@
 if ($dist)
$query->addQuery("dist_id:\"$dist\"", true);
 if ($dist_name == $default_dist)
-   $query->addQuery("+(dist_name:\"10.4\" OR dist_name:\"10.5\")");
+   $query->addQuery("+(dist_name:\"10.5\" OR dist_name:\"10.6\")");
 elseif ($dist_name != 'any')
$query->addQuery("dist_name:\"$dist_name\"", true);
 if ($architecture)
@@ -227,17 +227,17 @@
 if (!empty($summary))
$query->addQuery("text:\"$summary\"", true);
 
-if (!empty($section)) {
-   $section_query = "section:\"$section\"";
+if (!empty($sec)) {
+   $section_query = "section:\"$sec\"";
 
-   if ($section == "games")
-   $section_query = "(section:\"$section\" OR parentname:games OR 
parentname:toys)";
-   elseif ($section == "graphics")
-   $section_query = "(section:\"$section\" OR 
parentname:graphics)";
-   elseif ($section == "sound")
-   $section_query = "(section:\"$section\" OR 
parentname:multimedia)";
-   elseif ($section == "utils") {
-   $section_query = "((section:\"$section\" OR parentname:utils) 
AND NOT parentname:webmin)";
+   if ($sec == "games")
+   $section_query = "(section:\"$sec\" OR parentname:games OR 
parentname:toys)";
+   elseif ($sec == "graphics")
+   $section_query = "(section:\"$sec\" OR parentname:graphics)";
+   elseif ($sec == "sound")
+   $section_query = "(section:\"$sec\" OR parentname:multimedia)";
+   elseif ($sec == "utils") {
+   $section_query = "((section:\"$sec\" OR parentname:utils) AND 
NOT parentname:webmin)";
}
 
$query->addQuery($section_query, true);

Index: header.inc
===
RCS file: /cvsroot/fink/web/pdb/header.inc,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- header.inc  7 Dec 2007 14:50:32 -   1.21
+++ header.inc  7 Sep 2009 04:10:15 -   1.22
@@ -5,6 +5,7 @@
 $localroot = "http://pdb.finkproject.org/";;
 $pdbroot   = $localroot . "pdb/";
 
+$section   = 'packages';
 $disabled = false;
 
 $server = $_SERVER['SERVER_NAME'];

Index: browse.php
===
RCS file: /cvsroot/fink/web/pdb/browse.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- browse.php  18 Dec 2007 17:19:46 -  1.27
+++ browse.php  7 Sep 2009 04:10:15 -   1.28
@@ -60,7 +60,7 @@
 // Distribution values
 $dist_values = array(
'any' => 'Any',
-   'default' => 'Supported (10.4 and 10.5)',
+   'default' => 'Supported (10.5 and 10.6)',
 );
 foreach ($distributions as $d) {
if (!$showall and !$d->isVisible()) {
@@ -130,7 +130,7 @@
 Distribution:
 Architecture:
 Tree:
-Section: 
+Section: 
 
 
 



[cvs] web/pdb sections.inc,1.1,1.2

2009-09-06 Thread Daniel Macks
Update of /cvsroot/fink/web/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29355

Modified Files:
sections.inc 
Log Message:
update versions of gnome and kde


Index: sections.inc
===
RCS file: /cvsroot/fink/web/pdb/sections.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sections.inc3 Dec 2007 19:06:07 -   1.1
+++ sections.inc7 Sep 2009 03:54:25 -   1.2
@@ -7,9 +7,9 @@
'devel'   => 'Software for software development',
'editors' => 'Text editors',
'games'   => 'Games and other fun stuff',
-   'gnome'   => 'The GNOME desktop environment (hybrid of versions 
2.6-2.16)',
+   'gnome'   => 'The GNOME desktop environment (version 2.26)',
'graphics'=> 'Graphics applications and libraries',
-   'kde' => 'K Desktop Environment (version 3.5)',
+   'kde' => 'K Desktop Environment (version 3.5.10 and 4.2.4)',
'languages'   => 'Programming languages (compilers, interpreters)',
'libs'=> 'General purpose libraries',
'libs/perlmods'   => 'Perl libraries',


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] scripts/pdb sections.sql,1.11,1.12

2009-09-06 Thread Daniel Macks
Update of /cvsroot/fink/scripts/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29047/scripts/pdb

Modified Files:
sections.sql 
Log Message:
less jargony


Index: sections.sql
===
RCS file: /cvsroot/fink/scripts/pdb/sections.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sections.sql28 Aug 2009 05:27:24 -  1.11
+++ sections.sql7 Sep 2009 03:53:40 -   1.12
@@ -15,7 +15,7 @@
 insert into sections values ('libs/rubymods', 'Ruby libraries');
 insert into sections values ('net', 'Network-related applications and 
libraries');
 insert into sections values ('sci', 'Scientific applications');
-insert into sections values ('shells', 'Shells a.k.a. command line 
interpreters');
+insert into sections values ('shells', 'Shells (command line interpreters)');
 insert into sections values ('sound', 'Audio software');
 insert into sections values ('text', 'Text-processing software');
 insert into sections values ('utils', 'Utilities that do not fit elsewhere');


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pdb functions.inc,1.7,1.8

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/web/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22364

Modified Files:
functions.inc 
Log Message:
try shortening the last_modified cache

Index: functions.inc
===
RCS file: /cvsroot/fink/web/pdb/functions.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- functions.inc   6 Sep 2009 19:09:45 -   1.7
+++ functions.inc   7 Sep 2009 03:38:22 -   1.8
@@ -4,7 +4,6 @@
 
 static $debug   = false;
 static $cache_threshold = 250;  // number of packages in an object before 
storing
-static $cache_expire_last_modified = 3600; // 1 hour
 
 // Read url parameters. We use basic HTML encoding for now, and 
 // cut off very long values, to make unforseen SQL injection hacks more 
difficult.
@@ -45,7 +44,7 @@
   if ($r != null && $r->response->numFound >0) {
  $date = $r->response->docs[0]->infofilechanged;
  $last_modified = date_create($date)->format('D, d M Y H:i:s') . ' 
GMT';
- memcache_set_key($_key, $last_modified, false, 
$cache_expire_last_modified);
+ memcache_set_key($_key, $last_modified, false, 1800);
   } else {
  $last_modified = gmdate('D, d M Y H:i:s') . ' GMT';
   }


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci mosflm.info,1.23,1.24

2009-09-06 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9438

Modified Files:
mosflm.info 
Log Message:
fix to force 32-bit compilation on 10.6 when appropriate

Index: mosflm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/mosflm.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- mosflm.info 7 Sep 2009 02:22:22 -   1.23
+++ mosflm.info 7 Sep 2009 03:09:19 -   1.24
@@ -12,6 +12,10 @@
 CompileScript: << 
 #!/bin/zsh -efv
 source %p/bin/init.sh
+if [[ "%m" != "x86_64" ]]; then
+   perl -pi -e 's|gfortran|gfortran -m32|g' fink_gfortran.zsh
+   perl -pi -e 's|gcc |gcc -m32 |g' fink_gfortran.zsh
+fi
 source fink_gfortran.zsh
 make
 cd bin


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/sci imosflm-aqua.info, NONE, 1.1 imosflm-aqua.patch, NONE, 1.1 imosflm.patch, NONE, 1.1 mosflm.info, 1.22, 1.23 mosflm.patch, NONE, 1.1 imosflm.info, 1.1, 1.2

2009-09-06 Thread William Scott
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21598

Modified Files:
imosflm.info 
Added Files:
imosflm-aqua.info imosflm-aqua.patch imosflm.patch mosflm.info 
mosflm.patch 
Log Message:
mosflm update and associated GUI with both X11 and AquaTclTk versions

--- NEW FILE: mosflm.info ---
Package: mosflm
Version: 7.0.5
Revision: 1
Source: 
http://www.mrc-lmb.cam.ac.uk/harry/mosflm/ver705/build-it-yourself/mosflm705.tgz
SourceDirectory: mosflm705
Source-MD5: 972a14604d5a291501555fc758329dcb 
Depends: x11, ccp4 (>= 6.1.2-1), libjpeg-shlibs, libgettext3-shlibs, 
gcc44-shlibs (>= 4.4.1-1000)
# imosflm (>= 1:1.0.3-1) | imosflm-aqua (>= 1:1.0.3-1)
BuildDepends: gcc44 (>= 4.4.1-1000), ccp4-dev (>= 6.1.2-1), x11, libjpeg, 
libgettext3-shlibs
PatchFile: %n.patch
PatchFile-MD5: 237a59e6ce608eb43584d619777c944b
CompileScript: << 
#!/bin/zsh -efv
source %p/bin/init.sh
source fink_gfortran.zsh
make
cd bin
mv ipmosflm ipmosflm-705
<<
InstallScript: <<
#!/bin/zsh -efv
 mkdir -p %i/bin
 cd bin
 cp ipmosflm-* %i/bin/.
 cp ipmosflm-* %i/bin/ipmosflm
 cp ipmosflm-* %i/bin/mosflm
<<
Description: X-ray data processing, large display
DescDetail: <<
Mosflm is a program for integrating single crystal diffraction data 
from area detectors. It is assumed that the experiment was conducted
using the Arndt-Wonacott oscillation method, and also that 
monochromatic radiation was used.
Mosflm can process data from a wide variety of modern area 
detectors, e.g. from Mar Research, Rigaku/MSC, ADSC, DIP etc.

Invoke with "ipmosflm" or "ipmosflm-705" or "mosflm"

Authors:  
Harry Powell and 
Andrew G.W. Leslie
MRC Laboratory of Molecular Biology
Hills Road,
Cambridge CB2 2QH
UK
E-mail: harry AT mrc-lmb DOT cam DOT ac DOT uk
<<
Homepage: <<
http://www.mrc-lmb.cam.ac.uk/harry/frames/
<<
License: GPL
Maintainer: W. G. Scott  

--- NEW FILE: imosflm.patch ---
diff -ruN imosflm.orig/src/imosflm imosflm/src/imosflm
--- imosflm.orig/src/imosflm2009-08-10 15:57:50.0 -0700
+++ imosflm/src/imosflm 2009-09-06 18:29:04.0 -0700
@@ -1,14 +1,14 @@
-#!/bin/sh
+#!/bin/sh -f
 
-# At LMB (and probably elsewhere!) ignore the following 3 lines - this should 
-# be set up in a site-wide setup file. 
-#
-# N.B. If you want to setup a site-wide installation, you'll probably want to
-#  edit and uncomment the following lines to point to the site-wide wish8.4
-#  and Mosflm 7.0.2 executables
+abspa...@prefix@/share/xtal/imosflm/src/imosflm
 
-#export MOSFLM_WISH=/path/to/your/wish8.4
-#export MOSFLM_EXEC=/path/to/your/ipmosflm
+export mosflm_wi...@prefix@/bin/wish8.5
+export mosflm_ex...@prefix@/bin/ipmosflm-705
+
+export CCP4_BROWSER=Safari
+export MOSDIR=${PWD}  
+
+echo "Using $MOSFLM_EXEC with $MOSFLM_WISH starting in $MOSDIR"
 STARTDIR=
 IMAGEDIR=
 STARTDIRSET=
@@ -119,14 +119,7 @@
 esac
 done
 
-if [ $HOSTTYPE = "intel-pc" ]
-# echo looks like an Intel Mac to me...
-then export GFORTRAN_UNBUFFERED_ALL=1
-fi
-case $0 in
-  /*) abspath=$0 ;;
-  *) abspath=$PWD/$0 ;;
-esac
+
 
 # function to test wish executable
 test_wish()

--- NEW FILE: mosflm.patch ---
diff -ruN mosflm705.orig/fink_gfortran.zsh mosflm705/fink_gfortran.zsh
--- mosflm705.orig/fink_gfortran.zsh1969-12-31 16:00:00.0 -0800
+++ mosflm705/fink_gfortran.zsh 2009-09-06 14:52:45.0 -0700
@@ -0,0 +1,76 @@
+#!/bin/zsh -f
+#
+# setup shell script for the release copies of Mosflm for different 
+# platforms.
+#
+# Common stuff first
+#
+
+
+export CCP4_LIB_FILES='-lccp4f -lccp4c -lxdl_view'
+mosroot=${PWD:h}
+export MOSROOT=$mosroot
+echo MOSROOT has been set to $MOSROOT 
+moshome=${PWD}
+export MOSHOME=$moshome
+echo MOSHOME has been set to $MOSHOME 
+export DEBUG=""
+# intel compiler specifics - change this to your local installation - 
+# note that you will need to use gcc 4.* from Apple for the C compilation
+# unless you have bought the Intel C compiler!
+
+GFORTRANPREFIX=$(dirname $( dirname  $(/usr/bin/which gfortran) ))
+export   F77="gfortran"
+export   FC="${F77}"
+export   CC="gcc ${DEBUG}"
+export   FLINK="gfortran"
+export   AR_FLAGS="vru"
+export   DPS=${MOSHOME}
+export   IND=${MOSHOME}/index
+export   UTIL=${MOSHOME}/src/dps/util
+export   JPG=${MOSHOME}/jpg
+#
+# now for platform dependent items 
+#
+
+###
+#intel-pc:
+export FFLAGS="-O3  "
+export FFLAGS="-O3  "
+export CFLAGS="-O0 -DPROTOTYPE -DIFC  -c -w"
+# if no "fudge.o" vide infra setenv LFLAGS"-Vaxlib -i_dynamic"
+# export LFLAGS="-Vaxlib"
+
+
+#
+# (2) Mosflm directory
+#
+#setenv MOSFLAGS  "-O3 -ip -ipo -parallel"
+
+export MOSFLAGS="-O3"
+export MCFLAGS="-O0 -w"
+export MOSLIBS="-L${GFORTRANPREFIX}/lib -L${CCP4_LIB} ${CCP4_LIB_FILES} 
-L/usr/X11R6/lib -lXt -lSM -lICE -lX11 -lcurses"
+#
+# (3) CBF directories
+#
+export  CBFCFLAGS="-O2 -DPROTOTYPE -DIFC"
+ 
+export  VERBOSE="v"
+export  UTILFLAGS="-O -DPROTOTYPE -DI

[cvs] experimental/monipol/unstable openssl-0.9.8k.info, NONE, 1.1 openssl-0.9.8k.patch, NONE, 1.1

2009-09-06 Thread monipol
Update of /cvsroot/fink/experimental/monipol/unstable
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12841

Added Files:
openssl-0.9.8k.info openssl-0.9.8k.patch 
Log Message:
Fixes x86_64 build error. Needs testing on PowerPC, and both 32- and 64-bit
OS X 10.6.


--- NEW FILE: openssl-0.9.8k.info ---
Package: openssl
Version: 0.9.8k
Revision: 5
BuildDepends: fink (>= 0.24.12)
Depends: %N098-shlibs (= %v-%r), pkgconfig
Conflicts: openssl097
Replaces: openssl097
Source: mirror:custom:source/openssl-%v.tar.gz
CustomMirror: <<
  Primary:   http://www.openssl.org/
  Secondary: http://www.planetmirror.com/pub/openssl/
<<
Source-MD5: e555c6d58d276aec7fdc53363e338ab3

PatchFile: %n-%v.patch
PatchFile-MD5: e4435e76c23bd4a51ef5ec8fda4c904c
PatchScript: <<
  perl util/perlpath.pl /usr/bin
  perl -pi -e 's,LIBDEPS,SHARED_LDFLAGS=-bundle $&,' engines/Makefile
  sed 's,@BUILDDIR@,%b,g' %{PatchFile} | patch -p1
<<
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
  #!/bin/sh -ev
  if [ "%m" = "powerpc" ]
  then
PERL=/usr/bin/perl ./Configure shared darwin-ppc-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic --with-krb5-dir=/usr
  else
if [ "%m" = "i386" ]
then
  PERL=/usr/bin/perl ./Configure shared darwin-i386-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic --with-krb5-dir=/usr
else
  PERL=/usr/bin/perl ./Configure shared darwin64-x86_64-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic --with-krb5-dir=/usr
fi
  fi
 make
<<
InfoTest: <<
TestScript: make test || exit 2
<<
InstallScript: <<
#!/bin/sh -ev
 make install INSTALL_PREFIX=%d MANDIR=%p/share/man

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

 ### for comptibility with libmd (don't know how to set up
 ## update-alternatives with original capitalisation).
 mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.%N098
 for i in 2 4; do
mv %i/share/man/man3/MD$i.3 %i/share/man/man3/md$i.3.%N098
 done
<<
SplitOff: <<
  Package: %N098-shlibs
  Files: lib/libcrypto.0.9.8.dylib lib/libssl.0.9.8.dylib lib/engines
  Shlibs: <<
%p/lib/libcrypto.0.9.8.dylib 0.9.8 %n (>= 0.9.8-1)
%p/lib/libssl.0.9.8.dylib 0.9.8 %n (>= 0.9.8-1)
  <<
  DocFiles: README LICENSE CHANGES FAQ NEWS
<<
SplitOff2: <<
  Package: %N098-dev
  Depends: %N098-shlibs (= %v-%r)
  DescPackaging: <<
Uses pkgconfig, but there are no pkgconfig-related dependencies.
  <<
  Conflicts: libmd (<= 0.3-2), openssl-dev, openssl097-dev
  Replaces: openssl-dev, openssl097-dev, openssl, openssl097, openssl098
  BuildDependsOnly: True
  Files: include lib share/man/man3 share/man/man5 share/man/man7
  DocFiles: README LICENSE CHANGES FAQ NEWS
  PostInstScript: <<
update-alternatives --install %p/share/man/man3/md5.3 md5.3 
%p/share/man/man3/md5.3.%N098 70 \
--slave %p/share/man/man3/md2.3 md2.3 %p/share/man/man3/md2.3.%N098 \
--slave %p/share/man/man3/md4.3 md4.3 %p/share/man/man3/md4.3.%N098
  <<
  PreRmScript: <<
   if [ $1 != "upgrade" ]; then
update-alternatives --remove md5.3 %p/share/man/man3/md5.3.%N098
   fi
  <<
<<
DocFiles: README LICENSE CHANGES FAQ NEWS
ConfFiles: %p/etc/ssl/openssl.cnf
#
Description: Secure Sockets Layer and Crypto Library
DescDetail: <<
OpenSSL is a free implementation of the Secure Sockets Layer (SSL)
and Transport Layer Security (TLS) protocols. It includes command line
utilities to manager certificates and a separate library implementing
common cryptograhic algorithms.
<<
DescPort: <<
Older versions of the openssl package used to use a compatibility version of 
0.9.6.
To stay compatbile with those, we build dylibs with that compatibility version.
This works since the old version luckily also hardcoded 0.9.6 into the library
install_name.

For the new version of the libs, we use an install_name following the one used 
by
Apple's version of openssl (and unlike the default openssl wants to buil

[cvs] dists/10.4/unstable/main/finkinfo/net gnomeicu.info,1.12,1.13

2009-09-06 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12190

Modified Files:
gnomeicu.info 
Log Message:
New version, gnome2.26 dep cleanup


Index: gnomeicu.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/gnomeicu.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gnomeicu.info   6 Sep 2009 19:52:07 -   1.12
+++ gnomeicu.info   7 Sep 2009 01:40:46 -   1.13
@@ -1,79 +1,100 @@
 Package: gnomeicu 
-Version: 0.99.12
-Revision: 7
+Version: 0.99.14
+Revision: 1
 GCC: 4.0
 Maintainer: None 
 Depends: <<
-   aspell-shlibs,
-   gconf2-shlibs (>= 2.20.0-1),
+   atk1-shlibs (>= 1.26.0-1),
+   audiofile-shlibs,
+   cairo-shlibs (>= 1.8-1),
+   dbus-shlibs (>= 1.2.1-1),
+   enchant1-shlibs (>= 1.4.2-1),
+   esound-shlibs (>= 0.2.38-1),
+   expat1-shlibs,
+   fontconfig2-shlibs (>= 2.4.1-1),
+   freetype219-shlibs (>= 2.3.8-2),
+   gconf2 (>= 2.26.0-1),
+   gconf2-shlibs (>= 2.26.0-1),
gdbm3-shlibs,
-   gnome-panel-shlibs (>= 2.20.0-1),
-   gnome-vfs2-unified-shlibs (>= 1:2.20.0-1),
-   gtkspell2-shlibs (>= 2.0.11-1004),
-   libbonobo2-shlibs (>= 2.20.0-1),
-   libbonoboui2-shlibs (>= 2.20.0-1),
+   glib2-shlibs (>= 2.20.0-1),
+   glitz-shlibs,
+   gnome-keyring-shlibs (>= 2.26.0-1),
+   gnome-panel-shlibs (>= 2.26.0-1),
+   gnome-vfs2-unified-shlibs (>= 1:2.24.1-1),
+   gtk+2-shlibs (>= 2.16.0-1),
+   gtkspell2-shlibs (>= 2.0.15-1),
+   libart2-shlibs (>= 2.3.16-1),
+   libavahi-client3-shlibs,
+   libavahi-common3-shlibs,
+   libavahi-glib1-shlibs,
+   libbonobo2 (>= 2.24.1-1),
+   libbonobo2-shlibs (>= 2.24.1-1),
+   libbonoboui2-shlibs (>= 2.24.1-1),
libgettext3-shlibs,
-   libglade2-shlibs (>= 2.6.2-1),
-   libgnome2-shlibs (>= 2.20.0-1),
-   libgnomecanvas2-shlibs (>= 2.20.0-1),
-   libgnomeui2-shlibs (>= 2.20.0-1),
+   libglade2-shlibs (>= 2.6.4-1),
+   libgnome2-shlibs (>= 2.26.0-1),
+   libgnomecanvas2-shlibs (>= 2.26.0-1),
+   libgnomeui2-shlibs (>= 2.24.1-1),
+   libiconv,
+   libpng3-shlibs,
libxml2-shlibs (>= 2.6.30-1),
-   rarian-compat
+   orbit2-shlibs (>= 2.14.17-1),
+   pango1-xft2-ft219-shlibs (>= 1.24.0-1),
+   pixman-shlibs (>= 0.16.0-1),
+   popt-shlibs,
+   rarian-compat,
+   x11-shlibs
 <<
 BuildDepends: <<
-   aspell-dev (>= 0.60.5-1),
-   atk1 (>= 1.20.0-1),
+   atk1 (>= 1.26.0-1),
audiofile,
avahi-dev,
-   cairo (>= 1.6-1),
-   dbus-dev (>= 1.0-1),
-   enchant1-dev,
+   cairo (>= 1.8-1),
+   dbus-dev (>= 1.2.1-1),
+   enchant1-dev (>= 1.4.2-1),
esound (>= 0.2.38-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),
-   freetype219 (>= 2.3.5-1),
-   gail18-dev,
-   gconf2-dev (>= 2.20.0-1),
+   freetype219 (>= 2.3.8-2),
+   gconf2-dev (>= 2.26.0-1),
gdbm3,
-   glib2-dev (>= 2.14.0-1),
+   gettext-bin,
+   gettext-tools,
+   glib2-dev (>= 2.20.0-1),
glitz,
-   gnet2,
-   gnome-keyring-dev (>= 0.8.1-1),
-   gnome-panel-dev (>= 2.20.0-1),
-   gnome-vfs2-unified-dev (>= 1:2.20.0-1),
-   gtk+2-dev (>= 2.12.0-1),
-   gtkspell2-dev (>= 2.0.11-1004),
-   intltool (>= 0.36.0-1),
+   gnome-keyring-dev (>= 2.26.0-1),
+   gnome-panel-dev (>= 2.26.0-1),
+   gnome-vfs2-unified-dev (>= 1:2.24.1-1),
+   gtk+2-dev (>= 2.16.0-1),
+   gtkspell2-dev (>= 2.0.15-1),
+   intltool40,
libart2 (>= 2.3.16-1),
libavahi-glib1-dev,
-   libbonobo2 (>= 2.20.0-1),
-   libbonobo2-dev (>= 2.20.0-1),
-   libbonoboui2-dev (>= 2.20.0-1),
+   libbonobo2-dev (>= 2.24.1-1),
+   libbonoboui2-dev (>= 2.24.1-1),
libgettext3-dev,
-   libglade2 (>= 2.6.2-1),
-   libgnome2 (>= 2.20.0-1),
-   libgnome2-dev (>= 2.20.0-1),
-   libgnomecanvas2-dev (>= 2.20.0-1),
-   libgnomeui2-dev (>= 2.20.0-1),
+   libglade2 (>= 2.6.4-1),
+   libgnome2-dev (>= 2.26.0-1),
+   libgnomecanvas2-dev (>= 2.26.0-1),
+   libgnomeui2-dev (>= 2.24.1-1),
libiconv-dev,
-   libjpeg,
libpng3,
libxml2 (>= 2.6.30-1),
-   orbit2-dev (>= 2.14.9-1),
-   pango1-xft2-ft219-dev (>= 1.18.4-4),
-   pixman (>= 0.10.0-1),
-   pkgconfig (>= 0.21-1),
+   orbit2-dev (>= 2.14.17-1),
+   pango1-xft2-ft219-dev (>= 1.24.0-1),
+   pixman (>= 0.16.0-1),
+   pkgconfig (>= 0.23-1),
popt,
x11-dev,
xft2-dev
 <<
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 3b6f40d4b90085eef4563a551a0c934b
-PatchScript: touch src/malloc.h
-ConfigureParams: --enable-applet --enable-gtkspell --disable-scrollkeeper 
--disable-schemas-install --d

[cvs] experimental/monipol/stable openssl-0.9.8h.info,NONE,1.1

2009-09-06 Thread monipol
Update of /cvsroot/fink/experimental/monipol/stable
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9869

Added Files:
openssl-0.9.8h.info 
Log Message:
Fix x86_64 build error. Needs testing on PowerPC.


--- NEW FILE: openssl-0.9.8h.info ---
Package: openssl
Version: 0.9.8h
Revision: 2
Depends: %N098-shlibs (= %v-%r), pkgconfig
Conflicts: openssl097
Replaces: openssl097
Source: mirror:custom:source/openssl-%v.tar.gz
CustomMirror: <<
  Primary:   http://www.openssl.org/
  Secondary: http://www.planetmirror.com/pub/openssl/
<<
Source-MD5: 7d3d41dafc76cf2fcb5559963b5783b3

PatchScript: <<
  perl util/perlpath.pl /usr/bin
  perl -pi -e 's,LIBDEPS,SHARED_LDFLAGS=-bundle $&,' engines/Makefile
<<
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: <<
  #!/bin/sh -ev
  if [ "%m" = "powerpc" ]
  then
PERL=/usr/bin/perl ./Configure shared darwin-ppc-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic --with-krb5-dir=/usr
  else
if [ "%m" = "i386" ]
then
  PERL=/usr/bin/perl ./Configure shared darwin-i386-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic --with-krb5-dir=/usr
else
  PERL=/usr/bin/perl ./Configure shared darwin64-x86_64-cc --prefix=%p 
--openssldir=%p/etc/ssl zlib-dynamic --with-krb5-dir=/usr
fi
  fi
  make
<<
InfoTest: <<
TestScript: make test || exit 2
<<
InstallScript: <<
 make install INSTALL_PREFIX=%d MANDIR=%p/share/man
 mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.%N098
<<
SplitOff: <<
  Package: %N098-shlibs
  Files: lib/libcrypto.0.9.8.dylib lib/libssl.0.9.8.dylib lib/engines
  Shlibs: <<
%p/lib/libcrypto.0.9.8.dylib 0.9.8 %n (>= 0.9.8-1)
%p/lib/libssl.0.9.8.dylib 0.9.8 %n (>= 0.9.8-1)
  <<
  DocFiles: README LICENSE CHANGES FAQ NEWS
<<
SplitOff2: <<
  Package: %N098-dev
  Depends: %N098-shlibs (= %v-%r)
  DescPackaging: <<
Uses pkgconfig, but there are no pkgconfig-related dependencies.
  <<
  Conflicts: libmd (<= 0.3-2), openssl-dev, openssl097-dev
  Replaces: openssl-dev, openssl097-dev, openssl, openssl097, openssl098
  BuildDependsOnly: True
  Files: include lib share/man/man3 share/man/man5 share/man/man7
  DocFiles: README LICENSE CHANGES FAQ NEWS
  PostInstScript: <<
   update-alternatives --install %p/share/man/man3/md5.3 md5.3  
%p/share/man/man3/md5.3.%N098 60
  <<
  PreRmScript: <<
   if [ $1 != "upgrade" ]; then
update-alternatives --remove md5.3 %p/share/man/man3/md5.3.%N098
   fi
  <<
<<
DocFiles: README LICENSE CHANGES FAQ NEWS
ConfFiles: %p/etc/ssl/openssl.cnf
#
Description: Secure Sockets Layer and Crypto Library
DescDetail: <<
OpenSSL is a free implementation of the Secure Sockets Layer (SSL)
and Transport Layer Security (TLS) protocols. It includes command line
utilities to manager certificates and a separate library implementing
common cryptograhic algorithms.
<<
DescPort: <<
Older versions of the openssl package used to use a compatibility version of
0.9.6.  To stay compatbile with those, we build dylibs with that compatibility
version.  This works since the old version luckily also hardcoded 0.9.6 into
the library install_name.

For the new version of the libs, we use an install_name following the one used
by Apple's version of openssl (and unlike the default openssl wants to build),
that is, libssl.0.9.dylib.

We have to apply a small trick to get it to link against its own static libs
instead of the system's ssl dylibs.

Patch Configure: i386 is little-endian
<<
DescPackaging: <<
monipol, 2009-09-06:
 OpenSSL has problems with the installation of man pages on case-insensitive
 filesystems. Even though there is a filecase option in the Makefile that is
 used on Windows, it doesn't seem to be correct. For the moment I'm not dealing
 with this problem in order to commit the x86_64 fix as soon as possible.
<<
License: OSI-Approved
Homepage: http://www.openssl.org/
Maintainer: Monic Polynomial 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/crypto/finkinfo rdesktop.info,1.3,1.4

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4788

Modified Files:
rdesktop.info 
Log Message:
build fix for 10.6


Index: rdesktop.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/rdesktop.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rdesktop.info   27 Apr 2009 02:33:52 -  1.3
+++ rdesktop.info   7 Sep 2009 00:48:26 -   1.4
@@ -11,7 +11,7 @@
 License: Restrictive
 Description: RPD client for Windows Terminal Server
 Source-MD5: 433546f60fc0f201e99307ba188369ed
-ConfigureParams: --with-openssl=%p --with-ipv6
+ConfigureParams: --with-openssl=%p --with-ipv6 --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib 
 InstallScript: <<
 make install prefix=%i mandir=%i/share/man datadir=%i/share
 <<


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/crypto/finkinfo rdesktop.info,1.2,1.3

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4722

Modified Files:
rdesktop.info 
Log Message:
build fix for 10.6 (and lift the Distribution restriction)


Index: rdesktop.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/rdesktop.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rdesktop.info   27 Aug 2009 11:31:45 -  1.2
+++ rdesktop.info   7 Sep 2009 00:48:01 -   1.3
@@ -1,7 +1,6 @@
 Package: rdesktop
 Version: 1.5.0
 Revision: 2
-Distribution: 10.4, 10.5
 Depends: libao2-shlibs, libiconv, x11, openssl097-shlibs
 BuildDepends: libao2, libao2-shlibs, libiconv-dev, x11-dev, openssl097-dev
 Provides: rdp-client
@@ -12,7 +11,7 @@
 License: Restrictive
 Description: RPD client for Windows Terminal Server
 Source-MD5: 433546f60fc0f201e99307ba188369ed
-ConfigureParams: --with-openssl=%p --with-ipv6
+ConfigureParams: --with-openssl=%p --with-ipv6 --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib 
 InstallScript: <<
 make install prefix=%i mandir=%i/share/man datadir=%i/share
 <<


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/gnome libgweather.info, 1.2, 1.3

2009-09-06 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11729/gnome

Modified Files:
libgweather.info 
Log Message:
missing bdep (thanks drm!)


Index: libgweather.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/libgweather.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libgweather.info1 Jul 2009 14:51:26 -   1.2
+++ libgweather.info6 Sep 2009 20:58:03 -   1.3
@@ -6,6 +6,7 @@
atk1 (>= 1.26.0-1),
cairo (>= 1.8-1),
dbus (>= 1.2.1-1),
+   dbus-dev (>= 1.2.1-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),
freetype219 (>= 2.3.8-2),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome gnopernicus9.info, 1.3, 1.4

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6171/gnome

Modified Files:
gnopernicus9.info 
Log Message:
lift Architecture and Distribution restrictions


Index: gnopernicus9.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gnopernicus9.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gnopernicus9.info   29 Aug 2009 12:21:49 -  1.3
+++ gnopernicus9.info   6 Sep 2009 20:03:52 -   1.4
@@ -2,8 +2,6 @@
 Version: 1.1.2
 
 Revision: 2
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
 
 Depends: <<
%N-shlibs (>= %v-%r),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome libgail-gnome.info, 1.8, 1.9

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5282/gnome

Modified Files:
libgail-gnome.info 
Log Message:
lift Architecture and Distribution restriction


Index: libgail-gnome.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/libgail-gnome.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libgail-gnome.info  29 Aug 2009 11:57:45 -  1.8
+++ libgail-gnome.info  6 Sep 2009 19:56:26 -   1.9
@@ -1,8 +1,6 @@
 Package: libgail-gnome
 Version: 1.20.1
 Revision: 1
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
 Depends: <<
at-spi (>= 1.24.0-1),
at-spi-shlibs (>= 1.24.0-1),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/net gnomeicu.info,1.11,1.12

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4740

Modified Files:
gnomeicu.info 
Log Message:
add missing builddepends


Index: gnomeicu.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/gnomeicu.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gnomeicu.info   23 Oct 2008 03:49:32 -  1.11
+++ gnomeicu.info   6 Sep 2009 19:52:07 -   1.12
@@ -27,6 +27,7 @@
avahi-dev,
cairo (>= 1.6-1),
dbus-dev (>= 1.0-1),
+   enchant1-dev,
esound (>= 0.2.38-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/net gnomeicu.info,1.5,1.6

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4673

Modified Files:
gnomeicu.info 
Log Message:
add missing builddepends, and lift Architecture and Distribution restrictions


Index: gnomeicu.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/gnomeicu.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gnomeicu.info   29 Aug 2009 11:57:45 -  1.5
+++ gnomeicu.info   6 Sep 2009 19:51:43 -   1.6
@@ -1,8 +1,6 @@
 Package: gnomeicu 
 Version: 0.99.12
 Revision: 7
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
 GCC: 4.0
 Maintainer: None 
 Depends: <<
@@ -29,6 +27,7 @@
avahi-dev,
cairo (>= 1.6-1),
dbus-dev (>= 1.0-1),
+   enchant1-dev,
esound (>= 0.2.38-1),
expat1,
fontconfig2-dev (>= 2.4.1-1),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome gnome-netstatus.info, 1.6, 1.7

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3876/gnome

Modified Files:
gnome-netstatus.info 
Log Message:
lift Architecture and Distribution restrictions


Index: gnome-netstatus.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gnome-netstatus.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gnome-netstatus.info29 Aug 2009 11:57:45 -  1.6
+++ gnome-netstatus.info6 Sep 2009 19:40:37 -   1.7
@@ -1,8 +1,6 @@
 Package: gnome-netstatus
 Version: 2.12.1
 Revision: 2
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
 Depends: <<
atk1-shlibs (>= 1.20.0-1),
esound-shlibs (>= 0.2.38-1),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/utils jpilot-ssl.info, 1.2, 1.3 jpilot.info, 1.5, 1.6

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2352

Modified Files:
jpilot-ssl.info jpilot.info 
Log Message:
lift Architecture restriction


Index: jpilot.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/jpilot.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- jpilot.info 27 Aug 2009 07:40:54 -  1.5
+++ jpilot.info 6 Sep 2009 19:22:52 -   1.6
@@ -1,7 +1,6 @@
 Package: jpilot
 Version: 1.6.0
 Revision: 104
-Architecture: i386, powerpc
 ###
 Depends: <<
 x11, x11-shlibs, atk1-shlibs (>= 1.20.0-1), pango1-xft2-ft219-shlibs (>= 
1.18.4-4), 

Index: jpilot-ssl.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/jpilot-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jpilot-ssl.info 27 Aug 2009 07:40:54 -  1.2
+++ jpilot-ssl.info 6 Sep 2009 19:22:52 -   1.3
@@ -1,7 +1,6 @@
 Package: jpilot-ssl
 Version: 0.99.9
 Revision: 12
-Architecture: i386, powerpc
 Type: bundle
 Depends: jpilot (>= %v-1), fink-obsolete-packages
 CompileScript: echo "No compile required"


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pdb functions.inc,1.6,1.7

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/web/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1351

Modified Files:
functions.inc 
Log Message:
change some defaults now that the PDB can handle it

Index: functions.inc
===
RCS file: /cvsroot/fink/web/pdb/functions.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- functions.inc   11 Dec 2007 20:46:14 -  1.6
+++ functions.inc   6 Sep 2009 19:09:45 -   1.7
@@ -4,6 +4,7 @@
 
 static $debug   = false;
 static $cache_threshold = 250;  // number of packages in an object before 
storing
+static $cache_expire_last_modified = 3600; // 1 hour
 
 // Read url parameters. We use basic HTML encoding for now, and 
 // cut off very long values, to make unforseen SQL injection hacks more 
difficult.
@@ -44,7 +45,7 @@
   if ($r != null && $r->response->numFound >0) {
  $date = $r->response->docs[0]->infofilechanged;
  $last_modified = date_create($date)->format('D, d M Y H:i:s') . ' 
GMT';
- memcache_set_key($_key, $last_modified, false, 7200);
+ memcache_set_key($_key, $last_modified, false, 
$cache_expire_last_modified);
   } else {
  $last_modified = gmdate('D, d M Y H:i:s') . ' GMT';
   }
@@ -59,7 +60,7 @@
return $returnval;
 }
 
-function memcache_set_key($key, $value, $flag = false, $expire = 3600) {
+function memcache_set_key($key, $value, $flag = false, $expire = 1800) {
global $debug;
global $memcache;
if (isset($memcache) && !$debug) {
@@ -133,7 +134,7 @@
protected $raw = false;
protected $unique  = false;
protected $rows= 3000;
-   protected $timeout = 3600;
+   protected $timeout = 1800;
 
protected $fields  = array();
protected $sort= array();


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/x11 rxvt-unicode.info, 1.18, 1.19

2009-09-06 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31401/unstable/main/finkinfo/x11

Modified Files:
rxvt-unicode.info 
Log Message:
Binaries are not created on 64-bit, reported by William G. Scott in Fink-devel.
Apply a patch suggested by Jack Howarth. Thank you.


Index: rxvt-unicode.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- rxvt-unicode.info   21 Jun 2008 08:02:57 -  1.18
+++ rxvt-unicode.info   6 Sep 2009 18:42:35 -   1.19
@@ -1,6 +1,6 @@
 Package: rxvt-unicode
 Version: 9.05
-Revision: 1001
+Revision: 1002
 Source: mirror:custom:%n-%v.tar.bz2
 Source-MD5: bf7cbc6440346425c9e9773d213c304f
 CustomMirror: <<
@@ -11,7 +11,7 @@
 Depends: x11, system-perl
 PatchFile: %n.patch
 PatchFile-MD5: a03192f09557f223e9809354af74701f
-ConfigureParams: --enable-everything --with-codeset=all --disable-utmp 
--disable-afterimage --mandir='${prefix}/share/man' PERL=/usr/bin/perl
+ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-everything --with-codeset=all --disable-utmp --disable-afterimage 
--mandir='${prefix}/share/man' PERL=/usr/bin/perl
 GCC: 4.0
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt 
doc/etc/* doc/rxvt-tabbed
 Description: Clone of rxvt with XFT and Unicode support


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/x11 rxvt-unicode.info,1.8,1.9

2009-09-06 Thread Tomoaki Okayama
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31401/stable/main/finkinfo/x11

Modified Files:
rxvt-unicode.info 
Log Message:
Binaries are not created on 64-bit, reported by William G. Scott in Fink-devel.
Apply a patch suggested by Jack Howarth. Thank you.


Index: rxvt-unicode.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/rxvt-unicode.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rxvt-unicode.info   3 Sep 2009 12:25:32 -   1.8
+++ rxvt-unicode.info   6 Sep 2009 18:42:35 -   1.9
@@ -1,6 +1,6 @@
 Package: rxvt-unicode
 Version: 9.05
-Revision: 1001
+Revision: 1002
 Distribution: 10.4, 10.5
 Source: mirror:custom:%n-%v.tar.bz2
 Source-MD5: bf7cbc6440346425c9e9773d213c304f
@@ -12,7 +12,7 @@
 Depends: x11, system-perl
 PatchFile: %n.patch
 PatchFile-MD5: a03192f09557f223e9809354af74701f
-ConfigureParams: --enable-everything --with-codeset=all --disable-utmp 
--disable-afterimage --mandir='${prefix}/share/man' PERL=/usr/bin/perl
+ConfigureParams: --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib 
--enable-everything --with-codeset=all --disable-utmp --disable-afterimage 
--mandir='${prefix}/share/man' PERL=/usr/bin/perl
 GCC: 4.0
 DocFiles: COPYING Changes INSTALL README* doc/README* doc/changes.txt 
doc/etc/* doc/rxvt-tabbed
 Description: Clone of rxvt with XFT and Unicode support


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] pdb create-finkdb.pl,1.41,1.42

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26542

Modified Files:
create-finkdb.pl 
Log Message:
use ip instead of localhost, in case of IPv6 weirdness, also, enable nio 
connector

Index: create-finkdb.pl
===
RCS file: /cvsroot/fink/pdb/create-finkdb.pl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- create-finkdb.pl6 Sep 2009 17:53:43 -   1.41
+++ create-finkdb.pl6 Sep 2009 17:57:37 -   1.42
@@ -109,7 +109,7 @@
 $iconv  = Text::Iconv->new("UTF-8", "UTF-8");
 $pause  = 10;
 $solr_temp_port = 1234;
-$solr_url   = "http://localhost:$solr_temp_port/solr";;
+$solr_url   = "http://127.0.0.1:$solr_temp_port/solr";;
 $tempdir= $topdir . '/work';
 $xmldir = $tempdir . '/xml';
 $start_at   = '';
@@ -954,7 +954,7 @@
--verbose   verbose output
--trace extremely verbose output
 
-   --url=where SOLR's root is (default: 
http://localhost:8983/solr)
+   --url=where SOLR's root is (default: 
http://127.0.0.1:1234/solr)
--tempdir=where to put temporary files
--xmldir= where to write the .xml files
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] pdb/solr/etc jetty.xml,1.3,1.4

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb/solr/etc
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26542/solr/etc

Modified Files:
jetty.xml 
Log Message:
use ip instead of localhost, in case of IPv6 weirdness, also, enable nio 
connector

Index: jetty.xml
===
RCS file: /cvsroot/fink/pdb/solr/etc/jetty.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jetty.xml   6 Sep 2009 17:23:06 -   1.3
+++ jetty.xml   6 Sep 2009 17:57:37 -   1.4
@@ -48,10 +48,11 @@
 
 
 
 
   
   
+
 
 3
 2
@@ -59,7 +60,6 @@
   
   
 
-   --> 
 
 
 
+
 
 
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] pdb create-finkdb.pl,1.40,1.41

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26206

Modified Files:
create-finkdb.pl 
Log Message:
wait for things to come up/shut down

Index: create-finkdb.pl
===
RCS file: /cvsroot/fink/pdb/create-finkdb.pl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- create-finkdb.pl6 Sep 2009 17:50:00 -   1.40
+++ create-finkdb.pl6 Sep 2009 17:53:43 -   1.41
@@ -208,6 +208,9 @@
if ($p->cmndline =~ /fink.temporary.solr/) {
info("- stopping old temporary solr(" . $p->pid . "): " 
. $p->cmndline);
$p->kill(15);
+
+   debug("  - waiting a few seconds for it to shut down");
+   sleep(5);
}
}
 
@@ -217,6 +220,9 @@
info("- starting temporary solr instance\n");
$ENV{'SOLR_OPTS'} = "-Dfink.temporary.solr=1 
-Djetty.port=$solr_temp_port";
system($solr_temp_path . '/start.sh') == 0 or die "unable to start solr 
on port $solr_temp_port: $?";
+
+   debug("  - waiting a few seconds for it to come up");
+   sleep(5);
 }
 
 my $started = 0;
@@ -283,6 +289,8 @@
if ($p->cmndline =~ /fink.temporary.solr/) {
info("- stopping temporary solr(" . $p->pid . "): " . 
$p->cmndline);
$p->kill(15);
+   debug("  - waiting a few seconds for it to shut down");
+   sleep(5);
}
}
 
@@ -291,6 +299,8 @@
if ($p->cmndline =~ /solr\/start.jar/) {
info("- stopping production solr(" . $p->pid . "): " . 
$p->cmndline . "\n");
$p->kill(15);
+   debug("  - waiting a few seconds for it to shut down");
+   sleep(5);
}
}
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] pdb create-finkdb.pl,1.39,1.40

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25830

Modified Files:
create-finkdb.pl 
Log Message:
add some nicer logging

Index: create-finkdb.pl
===
RCS file: /cvsroot/fink/pdb/create-finkdb.pl,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- create-finkdb.pl6 Sep 2009 17:23:54 -   1.39
+++ create-finkdb.pl6 Sep 2009 17:50:00 -   1.40
@@ -166,7 +166,7 @@
 {
my $distributions;
 
-   print "- parsing distribution/release information\n";
+   info("- parsing distribution/release information\n");
 
open (GET_DISTRIBUTIONS, $topdir . '/get_distributions.php |') or die 
"unable to run $topdir/get_distributions.php: $!";
my @keys = parse_csv(scalar());
@@ -189,7 +189,7 @@
my $entry = make_hash(\...@keys, \...@values);
my $id = $entry->{'id'};
 
-   print "  - found $id\n" if ($debug);
+   debug("  - found $id\n");
 
my $distribution_id = delete $entry->{'distribution_id'};
$distributions->{$distribution_id} = {} unless (exists 
$distributions->{$distribution_id});
@@ -200,21 +200,21 @@
close (GET_RELEASES);
 }
 
-print Dumper($releases), "\n" if ($trace);
+trace(Dumper($releases));
 
 unless ($disable_solr) {
my $proc = Proc::ProcessTable->new(enable_ttys => 0);
for my $p (@{$proc->table}) {
if ($p->cmndline =~ /fink.temporary.solr/) {
-   print "- stopping old temporary solr(" . $p->pid . "): 
" . $p->cmndline . "\n";
+   info("- stopping old temporary solr(" . $p->pid . "): " 
. $p->cmndline);
$p->kill(15);
}
}
 
-   print "- syncing temporary solr instance\n";
+   info("- syncing temporary solr instance\n");
system('rsync', '-ar', '--exclude=*.log', '--exclude=work', 
'--exclude=index', '--exclude=CVS', '--delete-excluded', 'solr/', 
$solr_temp_path . '/') == 0 or die "unable to run rsync: $?";
 
-   print "- starting temporary solr instance\n";
+   info("- starting temporary solr instance\n");
$ENV{'SOLR_OPTS'} = "-Dfink.temporary.solr=1 
-Djetty.port=$solr_temp_port";
system($solr_temp_path . '/start.sh') == 0 or die "unable to start solr 
on port $solr_temp_port: $?";
 }
@@ -225,7 +225,7 @@
 {
if (not $started) {
if ($release ne $start_at) {
-   print "- $release != $start_at\n" if ($trace);
+   trace("- $release != $start_at\n");
next;
}
}
@@ -233,7 +233,7 @@
 
unless ($disable_cvs)
{
-   print "- checking out $release\n";
+   info("- checking out $release\n");
check_out_release($releases->{$release});
sleep($pause);
}
@@ -245,30 +245,30 @@
 
unless ($disable_indexing)
{
-   print "- indexing $release\n";
+   info("- indexing $release\n");
index_release($releases->{$release}, 0);
sleep($pause);
}
 
unless ($disable_solr)
{
-   print "- posting $release to solr\n";
+   info("- posting $release to solr\n");
post_release_to_solr($releases->{$release});
sleep($pause);
}
 
unless ($disable_delete or $clear_db)
{
-   print "- removing obsolete $release files\n";
+   info("- removing obsolete $release files\n");
remove_obsolete_entries($releases->{$release});
sleep($pause);
}
 
if ($release eq $end_at) {
-   print "- $release = $end_at\n" if ($trace);
+   trace("- $release = $end_at\n");
last;
} else {
-   print "- $release != $end_at\n" if ($trace);
+   trace("- $release != $end_at\n");
}
commit_solr();
 }
@@ -281,7 +281,7 @@
# first, kill the newly-indexed Solr
for my $p (@{$proc->table}) {
if ($p->cmndline =~ /fink.temporary.solr/) {
-   print "- stopping temporary solr(" . $p->pid . "): " . 
$p->cmndline . "\n";
+   info("- stopping temporary solr(" . $p->pid . "): " . 
$p->cmndline);
$p->kill(15);
}
}
@@ -289,18 +289,18 @@
# next, kill the production Solr
for my $p (@{$proc->table}) {
if ($p->cmndline =~ /solr\/start.jar/) {
-   print "- stopping production solr(" . $p->pid . "): " . 
$p->cmndline . "\n";
+   info("- stopping production solr(" . $p->pid . "): " . 
$p->cmndline . "\n");
$p->kill(15);
}
}
 

[cvs] pdb/solr start.sh,1.1,1.2

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb/solr
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24509/solr

Modified Files:
start.sh 
Log Message:
get debian java6 right

Index: start.sh
===
RCS file: /cvsroot/fink/pdb/solr/start.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- start.sh6 Sep 2009 17:23:37 -   1.1
+++ start.sh6 Sep 2009 17:36:03 -   1.2
@@ -8,6 +8,7 @@
/opt/jdk1.5* \
/usr/java/jdk1.6* \
/usr/java/jdk1.5* \
+   /usr/lib/jvm/java-6-sun \
/usr/lib/jvm/java-1.6*-sun \
/usr/lib/jvm/java-1.5*-sun \
; do


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] pdb create-finkdb.pl,1.38,1.39

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23608

Modified Files:
create-finkdb.pl 
Log Message:
update create-finkdb to be solr-instance aware, so it can start a temporary 
solr to index to

Index: create-finkdb.pl
===
RCS file: /cvsroot/fink/pdb/create-finkdb.pl,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- create-finkdb.pl20 Mar 2009 00:18:06 -  1.38
+++ create-finkdb.pl6 Sep 2009 17:23:54 -   1.39
@@ -29,9 +29,10 @@
 use File::Basename;
 use File::Slurp;
 use Math::BigInt;
+use Proc::ProcessTable;
+use Solr;
 use Text::CSV_XS;
 use utf8;
-use Solr;
 
 our $topdir;
 our $fink_version;
@@ -88,6 +89,8 @@
$iconv
 
$releases
+   $solr_temp_port
+   $solr_temp_path
$solr_url
$solr
 
@@ -100,18 +103,20 @@
$ua
 );
 
-$csv  = Text::CSV_XS->new({ binary => 1 });
-$debug= 0;
-$trace= 0;
-$iconv= Text::Iconv->new("UTF-8", "UTF-8");
-$pause= 60;
-$solr_url = 'http://localhost:8983/solr';
-$tempdir  = $topdir . '/work';
-$xmldir   = $tempdir . '/xml';
-$start_at = '';
-$end_at   = '';
+$csv= Text::CSV_XS->new({ binary => 1 });
+$debug  = 0;
+$trace  = 0;
+$iconv  = Text::Iconv->new("UTF-8", "UTF-8");
+$pause  = 10;
+$solr_temp_port = 1234;
+$solr_url   = "http://localhost:$solr_temp_port/solr";;
+$tempdir= $topdir . '/work';
+$xmldir = $tempdir . '/xml';
+$start_at   = '';
+$end_at = '';
+$solr_temp_path = $tempdir . '/solr';
 
-$clear_db = 0;
+$clear_db = 1;
 $disable_cvs  = 0;
 $disable_indexing = 0;
 $disable_solr = 0;
@@ -120,8 +125,8 @@
 mkpath($tempdir . '/logs');
 $solr = Solr->new(
schema  => 'solr/solr/conf/schema.xml',
-   port=> '8983',
-   url => 'http://localhost:8983/solr',
+   port=> $solr_temp_port,
+   url => $solr_url,
log_dir => $tempdir . '/logs',
 );
 
@@ -197,6 +202,23 @@
 
 print Dumper($releases), "\n" if ($trace);
 
+unless ($disable_solr) {
+   my $proc = Proc::ProcessTable->new(enable_ttys => 0);
+   for my $p (@{$proc->table}) {
+   if ($p->cmndline =~ /fink.temporary.solr/) {
+   print "- stopping old temporary solr(" . $p->pid . "): 
" . $p->cmndline . "\n";
+   $p->kill(15);
+   }
+   }
+
+   print "- syncing temporary solr instance\n";
+   system('rsync', '-ar', '--exclude=*.log', '--exclude=work', 
'--exclude=index', '--exclude=CVS', '--delete-excluded', 'solr/', 
$solr_temp_path . '/') == 0 or die "unable to run rsync: $?";
+
+   print "- starting temporary solr instance\n";
+   $ENV{'SOLR_OPTS'} = "-Dfink.temporary.solr=1 
-Djetty.port=$solr_temp_port";
+   system($solr_temp_path . '/start.sh') == 0 or die "unable to start solr 
on port $solr_temp_port: $?";
+}
+
 my $started = 0;
 $started = 1 if ($start_at eq '');
 for my $release (reverse sort keys %$releases)
@@ -253,6 +275,35 @@
 
 optimize_solr();
 
+unless ($disable_solr) {
+   my $proc = Proc::ProcessTable->new(enable_ttys => 0);
+
+   # first, kill the newly-indexed Solr
+   for my $p (@{$proc->table}) {
+   if ($p->cmndline =~ /fink.temporary.solr/) {
+   print "- stopping temporary solr(" . $p->pid . "): " . 
$p->cmndline . "\n";
+   $p->kill(15);
+   }
+   }
+
+   # next, kill the production Solr
+   for my $p (@{$proc->table}) {
+   if ($p->cmndline =~ /solr\/start.jar/) {
+   print "- stopping production solr(" . $p->pid . "): " . 
$p->cmndline . "\n";
+   $p->kill(15);
+   }
+   }
+
+   # copy the new indexes to the production instance
+   print "- syncing indexes\n";
+   system('rsync', '-ar', $solr_temp_path . '/solr/data/', 
'solr/solr/data/') == 0 or die "unable to sync solr data: $?";
+
+   # start solr back up
+   delete $ENV{'SOLR_OPTS'};
+   print "- starting production solr\n";
+   system('solr/start.sh') == 0 or die "unable to start production solr: 
$?";
+}
+
 sub check_out_release
 {
my $release = shift;
@@ -357,7 +408,7 @@
open(STDERR, ">&OLDERR");
}
 
-   print $release->{'id'} . " trees = " . $config->param("trees"), "\n";
+   #print $release->{'id'} . " trees = " . $config->param("trees"), "\n";
 
### loop over packages
 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sf

[cvs] pdb/solr start.sh,NONE,1.1

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb/solr
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23586/solr

Added Files:
start.sh 
Log Message:
handy startup script for solr

--- NEW FILE: start.sh ---
#!/bin/sh

if [ -z "$JAVA_HOME" ]; then
for dir in \

/System/Library/Frameworks/JavaVM.framework/Versions/1.6*/Home \

/System/Library/Frameworks/JavaVM.framework/Versions/1.5*/Home \
/opt/jdk1.6* \
/opt/jdk1.5* \
/usr/java/jdk1.6* \
/usr/java/jdk1.5* \
/usr/lib/jvm/java-1.6*-sun \
/usr/lib/jvm/java-1.5*-sun \
; do
if [ -x "$dir/bin/java" ]; then
export JAVA_HOME="$dir"
break;
fi
done
fi

MYDIR=`dirname "$0"`
TOPDIR=`cd $MYDIR; pwd`

cd "$TOPDIR"
#echo "JAVA_HOME=$JAVA_HOME, TOPDIR=$TOPDIR"
exec $JAVA_HOME/bin/java -Xmx512m $SOLR_OPTS -jar $TOPDIR/start.jar >/dev/null 
2>&1 &


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] pdb/solr/etc jetty.xml,1.2,1.3

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/pdb/solr/etc
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23534/solr/etc

Modified Files:
jetty.xml 
Log Message:
config fix

Index: jetty.xml
===
RCS file: /cvsroot/fink/pdb/solr/etc/jetty.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jetty.xml   19 Mar 2009 16:41:47 -  1.2
+++ jetty.xml   6 Sep 2009 17:23:06 -   1.3
@@ -70,7 +70,7 @@
 
   
   
-
+
 
 5
 1500


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pdb releases.inc,1.36,1.37

2009-09-06 Thread Benjamin Reed
Update of /cvsroot/fink/web/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22703/web/pdb

Modified Files:
releases.inc 
Log Message:
update release list for the pdb

Index: releases.inc
===
RCS file: /cvsroot/fink/web/pdb/releases.inc,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- releases.inc23 Jul 2008 14:03:09 -  1.36
+++ releases.inc6 Sep 2009 17:12:21 -   1.37
@@ -7,13 +7,16 @@
 $dists_to_releases = array();
 
 foreach(array(
-   new Distribution("10.1","powerpc", "10.1",   
"packages/dists",1, false, false, false),
-   new Distribution("10.2-gcc3.3", "powerpc", "10.2 (gcc3.3 only)", 
"dists/10.2-gcc3.3", 2, true, true, false),
-   new Distribution("10.3","powerpc", "10.3",   
"dists/10.3",3, true, true, false),
-   new Distribution("10.4","powerpc", "10.4/powerpc",   
"dists/10.4",4, true, true, true),
-   new Distribution("10.4","i386","10.4/i386",  
"dists/10.4",5, true, true, true),
-   new Distribution("10.5","powerpc", "10.5/powerpc",   
"dists/10.4",6, true, true, true),
-   new Distribution("10.5","i386","10.5/i386",  
"dists/10.4",7, true, true, true),
+   new Distribution("10.1","powerpc", "10.1",   
"packages/dists", 1, false, false, false),
+   new Distribution("10.2-gcc3.3", "powerpc", "10.2 (gcc3.3 only)", 
"dists/10.2-gcc3.3",  2, true, true, false),
+   new Distribution("10.3","powerpc", "10.3",   
"dists/10.3", 3, true, true, false),
+   new Distribution("10.4","powerpc", "10.4/powerpc",   
"dists/10.4", 4, true, true, false),
+   new Distribution("10.4","i386","10.4/i386",  
"dists/10.4", 5, true, true, false),
+   new Distribution("10.5","powerpc", "10.5/powerpc",   
"dists/10.4", 6, true, true, true),
+   new Distribution("10.5","i386","10.5/i386",  
"dists/10.4", 7, true, true, true),
+   new Distribution("10.5","x86_64",  "10.5/x86_64",
"dists/10.4", 8, true, true, true),
+   new Distribution("10.6","i386","10.6/i386",  
"dists/10.4", 9, true, true, true),
+   new Distribution("10.6","x86_64",  "10.6/x86_64",
"dists/10.4",10, true, true, true),
 ) as $_dist) {
$distributions[$_dist->getId()] = $_dist;
 }
@@ -38,6 +41,15 @@
new Release($distributions["10.5-i386"],"bindist",  
"0.9.0",   1, true),
new Release($distributions["10.5-i386"],"stable",   
"current", 2, true),
new Release($distributions["10.5-i386"],"unstable", 
"current", 3, true),
+#  new Release($distributions["10.5-x86_64"],  "bindist",  
"0.9.0",   1, true),
+   new Release($distributions["10.5-x86_64"],  "stable",   
"current", 2, true),
+   new Release($distributions["10.5-x86_64"],  "unstable", 
"current", 3, true),
+#  new Release($distributions["10.6-i386"],"bindist",  
"0.10.0",  1, true),
+   new Release($distributions["10.6-i386"],"stable",   
"current", 2, true),
+   new Release($distributions["10.6-i386"],"unstable", 
"current", 3, true),
+#  new Release($distributions["10.6-x86_64"],  "bindist",  
"0.10.0",  1, true),
+   new Release($distributions["10.6-x86_64"],  "stable",   
"current", 2, true),
+   new Release($distributions["10.6-x86_64"],  "unstable", 
"current", 3, true),
 ) as $_rel) {
$releases[$_rel->getId()] = $_rel;
 }


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/languages ocaml-10.6.info, NONE, 1.1 ocaml.info, 1.17, 1.18

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20565

Modified Files:
ocaml.info 
Added Files:
ocaml-10.6.info 
Log Message:
compile fix for 10.6


Index: ocaml.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/ocaml.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ocaml.info  26 Jun 2009 03:39:06 -  1.17
+++ ocaml.info  6 Sep 2009 16:45:21 -   1.18
@@ -1,6 +1,7 @@
 Package: ocaml
 Version: 3.11.1
 Revision: 1
+Distribution: 10.4, 10.5
 Description: Latest implementation of Caml dialect of ML
 BuildDepends: tcltk-dev, x11-dev, libncurses5 (>= 5.4-20041023-1006), fink (>= 
0.24.12)
 Depends: tcltk, x11, libncurses5-shlibs (>= 5.4-20041023-1006)

--- NEW FILE: ocaml-10.6.info ---
Package: ocaml
Version: 3.11.1
Revision: 1
Distribution: 10.6
Description: Latest implementation of Caml dialect of ML
BuildDepends: tcltk-dev, x11-dev, libncurses5 (>= 5.4-20041023-1006), fink (>= 
0.24.12)
Depends: tcltk, x11, libncurses5-shlibs (>= 5.4-20041023-1006)
DescPort: Uses custom configure script.
SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
SetMACOSX_DEPLOYMENT_TARGET: 10.4
Source: http://caml.inria.fr/pub/distrib/%n-3.11/%n-%v.tar.bz2
Source2: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.pdf
Source3: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.html.tar.gz
Source4: http://caml.inria.fr/pub/distrib/%n-3.11/%n-3.11-refman.info.tar.gz
Source-MD5: fe011781f37f6b41fe08e0706969a89e
Source2-MD5: 798c2702f20bd3199726441771538a07
Source3-MD5: bfb4ed960974159f4224014a979baf6d
Source4-MD5: 50fc2a3e3a38db78bd03d169379155de
PatchFile: %n.patch
PatchFile-MD5: 37ed1a21a282337c629c84a6f08f2160
PatchScript: <<
 # fink's sed (at least 4.2-1) chokes on accented characters here
 /usr/bin/sed -i .bak -e 's,sed,/usr/bin/sed,' ocamldoc/remove_DEBUG
 gzip -d ../infoman/ocaml*.gz
 cd .. && patch -p1 < %{PatchFile}
<<
CompileScript: <<
#! /bin/sh -ex
 if [ %m = "x86_64" ]; then
 ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p -mandir 
%p/share/man -cc "gcc -m64 -isysroot /Developer/SDKs/MacOSX10.5.sdk 
-mmacosx-version-min=10.5"
 else
 ./configure -tkdefs -I%p/include -tklibs -L%p/lib -prefix %p -mandir 
%p/share/man -as "as -arch i386"
 fi
 make world opt opt.opt
<<
InstallScript: <<
 make install BINDIR=%i/bin LIBDIR=%i/lib/ocaml MANDIR=%i/share/man

 mv %i/lib/ocaml/ld.conf %i/lib/ocaml/ld.conf.orig
 sed -e "s|%d||" %i/lib/ocaml/ld.conf.orig > %i/lib/ocaml/ld.conf
 rm -f %i/lib/ocaml/ld.conf.orig

 # Needed for camlp4lib.a or camlp4fulllib.a?
 # ranlib %i/lib/ocaml/camlp4/gramlib.a

 (cd emacs; make install-el BINDIR=%i/bin EMACSDIR=%i/share/emacs/site-lisp)

 mkdir -p %i/share/info
 cp ../infoman/ocaml.info* %i/share/info

 mkdir -p %i/share/doc/%n
 cp -R ../htmlman %i/share/doc/%n
<<
InfoDocs: ocaml.info
DocFiles: Changes README LICENSE INSTALL ../%n-3.11-refman.pdf
DescDetail: <<
The main novelties compared with its ancestor, Caml Light, are: 
1) Full support for objects and classes -- 
here combined for the first time with ML-style type reconstruction.
2) A powerful module calculus in the style of Standard ML
(but retaining separate compilation).
3) A high-performance native code compiler 
(in addition to a Caml Light-style bytecode compiler).
<<
DescPackaging: <<
  dmacks overhauled infodoc stuff: patched main file to have dir
  header and uncompressed files so that fink's automatic infodoc dpkg
  scripts work.
<<  
License: OSI-Approved
Homepage: http://caml.inria.fr/ocaml
Maintainer: Brendan Cully 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/languages swig.info,1.6,1.7

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17954

Modified Files:
swig.info 
Log Message:
latest version to stable


Index: swig.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/swig.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- swig.info   25 Aug 2009 12:51:04 -  1.6
+++ swig.info   6 Sep 2009 16:21:43 -   1.7
@@ -1,14 +1,12 @@
 Package: swig
 Version: 1.3.35
-Revision: 1
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
-BuildDepends: python25, expat1, guile18, ruby18, tcltk, guile18-dev, 
ruby18-dev, tcltk-dev, lua51, lua51-dev, ocaml, ocaml-findlib, clisp, mono, 
octave-atlas | octave
+Revision: 2
+#BuildDepends: python25, expat1, guile18, ruby18, tcltk, guile18-dev, 
ruby18-dev, tcltk-dev, lua51, lua51-dev, ocaml, ocaml-findlib, clisp, mono, 
octave-atlas | octave
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 9c2ca2332ebcdab55aa98518111d7cc9
 License: BSD
 DocFiles: README CHANGES LICENSE NEW
-ConfigureParams:--with-python=%p/bin/python2.5 --with-ruby=%p/bin/ruby1.8 
--with-guile-config=%p/bin/guile-1.8-config --with-lua=%p/bin/lua51 
--with-luaincl=%p/include --with-lualib=%p/lib --with-clisp=%p/bin/clisp 
--with-ocaml=%p/bin/ocaml --with-ocamlfind=%p/bin/ocamlfind 
--with-csharp-compiler=%p/bin/gmcs --with-cil-interpreter=%p/bin/mono 
--with-tclconfig=%p/lib/
+ConfigureParams:--without-alllang
 
 #InfoTest: << 
 #TestScript: make check || exit 2
@@ -24,5 +22,12 @@
 high-level interpreted programming environments and as a tool
 for building user interfaces. 
 <<
+DescPackaging: <<
+  Disabling tests means the languages don't have to be installed for building 
swig. 
+  Removing builddeps saves tremendous build time.
+  
+  http://article.gmane.org/gmane.os.apple.fink.devel/16806/match=swig 
+  
http://sourceforge.net/mailarchive/message.php?msg_name=487FB6F2.8070207%40fultondesigns.co.uk
+<<
 Homepage: http://www.swig.org/
 Maintainer: Pepe Barbe 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome gnome-pilot.info,1.4,1.5

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17556

Modified Files:
gnome-pilot.info 
Log Message:
lift Architecture and Distribution restrictions


Index: gnome-pilot.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gnome-pilot.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gnome-pilot.info29 Aug 2009 11:57:45 -  1.4
+++ gnome-pilot.info6 Sep 2009 16:19:31 -   1.5
@@ -1,8 +1,6 @@
 Package: gnome-pilot
 Version: 2.0.17
 Revision: 1
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
 Depends: <<
%N-shlibs (>= %v-%r),
atk1-shlibs (>= 1.24.0-1),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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 pilot-link09.info,1.2,1.3

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16210

Modified Files:
pilot-link09.info 
Log Message:
lift Architecture restriction


Index: pilot-link09.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pilot-link09.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pilot-link09.info   26 Aug 2009 06:44:15 -  1.2
+++ pilot-link09.info   6 Sep 2009 16:11:40 -   1.3
@@ -1,7 +1,6 @@
 Package: pilot-link09
 Version: 0.12.3
 Revision: 2
-Architecture: i386, powerpc
 ###
 # Make sure to keep %v for ./pilot-link-py.info and 
 # ./perlmods/pilot-link-pm.info in sync with this package


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome gnome-panel.info, 1.10, 1.11

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14291

Modified Files:
gnome-panel.info 
Log Message:
lift Architecture and Distribution restrictions


Index: gnome-panel.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/gnome-panel.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gnome-panel.info29 Aug 2009 11:46:23 -  1.10
+++ gnome-panel.info6 Sep 2009 15:51:24 -   1.11
@@ -1,8 +1,6 @@
 Package: gnome-panel
 Version: 2.24.3
 Revision: 1
-Architecture: i386, powerpc
-Distribution: 10.4, 10.5
 Depends: <<
%N-shlibs (= %v-%r),
bzip2-shlibs,


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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/gnome libgnomekbd2.info, 1.3, 1.4

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12553

Modified Files:
libgnomekbd2.info 
Log Message:
downgrade compiler, and lift Distribution restriction


Index: libgnomekbd2.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/gnome/libgnomekbd2.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libgnomekbd2.info   29 Aug 2009 05:34:00 -  1.3
+++ libgnomekbd2.info   6 Sep 2009 15:36:49 -   1.4
@@ -1,7 +1,6 @@
 Package: libgnomekbd2
 Version: 2.24.0
 Revision: 1
-Distribution: 10.4, 10.5
 Depends: <<
%N-3-shlibs (>= %v-%r),
atk1-shlibs (>= 1.24.0-1),
@@ -61,6 +60,7 @@
 SetCFLAGS: -Os
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1
+SetCC: gcc-4.0
 ConfigureParams: --enable-compiler-warnings=minimum --disable-schemas-install 
--libexecdir=%p/lib/%n --mandir=%p/share/man --disable-dependency-tracking 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" 
--disable-static
 InstallScript: make install DESTDIR="%d"
 PostInstScript: <<


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/crypto/finkinfo libgweather.info,1.3,1.4

2009-09-06 Thread David R. Morrison
Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10101

Modified Files:
libgweather.info 
Log Message:
add missing builddepends, and remove Architecture and Distribution restrictions


Index: libgweather.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/libgweather.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libgweather.info3 Sep 2009 02:07:18 -   1.3
+++ libgweather.info6 Sep 2009 15:12:11 -   1.4
@@ -1,13 +1,12 @@
 Package: libgweather
 Version: 2.24.3
 Revision: 1
-Distribution: 10.4, 10.5
-Architecture: i386, powerpc
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
atk1 (>= 1.24.0-1),
cairo (>= 1.8-1),
dbus (>= 1.2.1-1),
+   dbus-dev,
expat1,
fontconfig2-dev (>= 2.4.1-1),
freetype219 (>= 2.3.7-7),


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/libs libsigc++2.info,1.8,1.9

2009-09-06 Thread jack
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5594/main/finkinfo/libs

Modified Files:
libsigc++2.info 
Log Message:
new upstream version

Index: libsigc++2.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libsigc++2.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- libsigc++2.info 16 Oct 2008 09:23:04 -  1.8
+++ libsigc++2.info 6 Sep 2009 14:34:09 -   1.9
@@ -1,16 +1,17 @@
 Package: libsigc++2
-Version: 2.2.3
-Revision: 1
+Version: 2.2.4.2
+Revision: 2
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 Maintainer: Jack Fink 
 GCC: 4.0
 Source: mirror:gnome:sources/libsigc++/2.2/libsigc++-%v.tar.bz2
-Source-MD5: f4574b343eebc4bff66a9e1e5ce6e490
+Source-MD5: 545edbb7b54eec4f723323d3158c0e0c
 DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
 NoSetLDFLAGS: True
 SetLibs: -L%p/lib
 #Patch: %n.patch
+SetCXXFLAGS: -Os
 ConfigureParams: --disable-dependency-tracking
 NoSetMAKEFLAGS: true
 SetMAKEFLAGS: -j1


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs