[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods term-readline-gnu-pm.info, NONE, 1.1

2010-09-16 Thread Max Horn
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20236/stable/main/finkinfo/libs/perlmods

Added Files:
term-readline-gnu-pm.info 
Log Message:
Move term-readline-gnu-pm to stable (it seems to build just fine). This should 
contribute towards making the polymake people happy ;)

--- NEW FILE: term-readline-gnu-pm.info ---
Info2: 
Package: term-readline-gnu-pm%type_pkg[perl]
Version: 1.20
Revision: 1
Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
Source: mirror:cpan:authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-%v.tar.gz
Source-MD5: fa33510193b89a2ada74fcef00816322
Description: Perl extension for the GNU Readline
BuildDepends: readline5 (= 5.0-1004), libncurses5 (= 5.4-20041023-1006), 
perl%type_pkg[perl]-core, fink (= 0.29.0)
Depends: readline5-shlibs (= 5.0-1004), libncurses5-shlibs (= 
5.4-20041023-1006), perl%type_pkg[perl]-core
Type: perl (5.8.1 5.8.6 5.8.8 5.10.0)
NoPerlTests: true
UpdatePOD: true
DocFiles: README
###
InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]

###
DescDetail: 
This is an implementation of Term::ReadLine using the GNU Readline/History
Library.

For basic functions object oriented interface is provided. These are described
in the section Standard Methods and Term::ReadLine::Gnu Functions.

This package also has the interface with the almost all functions and variables
which are documented in the GNU Readline/History Library Manual. They are
documented in the section Term::ReadLine::Gnu Functions and
Term::ReadLine::Gnu Variables briefly. For more detail of the GNU
Readline/History Library, see 'GNU Readline Library Manual' and 'GNU History
Library Manual'.

The sample programs under eg/ directory and test programs under t/ directory in
the Term::ReadLine::Gnu distribution include many example of this module.

DescPackaging: 
  Need --prefix in order to find readline libs.

  Tests disabled because they require having a tty available

ConfigureParams: --prefix=%p
License: GPL
Maintainer: None fink-de...@lists.sourceforge.net
Homepage: http://search.cpan.org/dist/Term-ReadLine-Gnu



--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/stable/main/finkinfo/libs/perlmods xml-libxml-pm.info, NONE, 1.1 xml-libxml-pm.patch, NONE, 1.1 xml-libxslt-pm.info, 1.2, 1.3 xml-namespacesupport-pm.info, 1.2, 1.3

2010-09-16 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16675

Modified Files:
xml-libxslt-pm.info xml-namespacesupport-pm.info 
Added Files:
xml-libxml-pm.info xml-libxml-pm.patch 
Log Message:
sync with unstable


--- NEW FILE: xml-libxml-pm.info ---
Info2: 
Package: xml-libxml-pm%type_pkg[perl]
Version: 1.70
Revision: 1
Architecture: (%type_pkg[perl] = 584) powerpc
Distribution: (%type_pkg[perl] = 584) 10.4, (%type_pkg[perl] = 586) 10.4, 
(%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 
5100) 10.6
###
Depends: 
libiconv,
libxml2-shlibs,
perl%type_pkg[perl]-core,
xml-namespacesupport-pm,
xml-sax-pm%type_pkg[perl]

BuildDepends: 
fink (= 0.24.12),
libiconv-dev,
libxml2

Replaces: xml-libxml-common-pm%type_pkg[perl]
###
Source: mirror:cpan:authors/id/P/PA/PAJAS/XML-LibXML-%v.tar.gz
Source-MD5: 33d4294f708e20c298cfe534d1166844
###
Type: perl (5.8.6 5.8.8 5.10.0)
UpdatePOD: true
###
PatchFile: %{ni}.patch
PatchFile-MD5: c9effe0c38dd1be6b9206f4c2a1283ed
ConfigureParams: SKIP_SAX_INSTALL=1
###
InstallScript: 
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]

DocFiles: Changes LICENSE README
###
Description: Perl interface to the Gnome libxml2 library
DescDetail: 
  This module implements a Perl interface to the Gnome libxml2 library. The
  libxml2 libxml2 library provides interfaces for parsing and manipulating XML
  Files. This Module allows Perl programmers to make use of the highly capable
  validating XML parser and the high performance DOM implementation.

  Prior to v1.70, xml-libxml-common-pm%type_pkg[perl] was a separate
  package; it has now been incorporated here following upstream merge.

DescPort: 
Makefile.PL sublaunches a whole other 'perl Makefile.PL 
make  make check'; make sure it propagates ConfigureParams
PERL value so we get the wrappers that set correct arch.

###
License: Artistic/GPL
Maintainer: Daniel Macks dma...@netspace.org
Homepage: http://search.cpan.org/dist/XML-LibXML


--- NEW FILE: xml-libxml-pm.patch ---
diff -Nurd -x'*~' XML-LibXML-1.70.orig/Makefile.PL XML-LibXML-1.70/Makefile.PL
--- XML-LibXML-1.70.orig/Makefile.PL2009-10-07 08:28:59.0 -0400
+++ XML-LibXML-1.70/Makefile.PL 2010-07-30 05:29:14.0 -0400
@@ -54,7 +54,7 @@
 # -- #
 # read extra configurations from the commandline
 my %params;
-...@params{qw(FORCE DEBUG DEFINE EXTRALIBDIR GDOME INC LIBS SKIP_SAX_INSTALL 
XMLPREFIX NO_THREADS LDFLAGS)}=();
+...@params{qw(FORCE DEBUG DEFINE EXTRALIBDIR GDOME INC LIBS SKIP_SAX_INSTALL 
XMLPREFIX NO_THREADS LDFLAGS PERL)}=();
 
 @ARGV = grep {
   my ($key, $val) = split(/=/, $_, 2);

Index: xml-libxslt-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/xml-libxslt-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml-libxslt-pm.info 23 Aug 2009 04:24:13 -  1.2
+++ xml-libxslt-pm.info 16 Sep 2010 13:06:14 -  1.3
@@ -1,11 +1,11 @@
 Info2: 
 Package: xml-libxslt-pm%type_pkg[perl]
-Version: 1.66
+Version: 1.70
 Revision: 1
-Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
+Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Source: mirror:cpan:authors/id/P/PA/PAJAS/XML-LibXSLT-%v.tar.gz
-Source-MD5: cfabf853c7139fb21948a31bc77e6ac7
-Type: perl (5.8.6 5.8.8)
+Source-MD5: c63a7913999de076e5c911810f69b392
+Type: perl (5.8.6 5.8.8 5.10.0)
 BuildDepends: 
libiconv-dev,
libxml2 (= 2.6.30-1),
@@ -16,7 +16,8 @@
libiconv,
libxml2-shlibs (= 2.6.30-1),
libxslt-shlibs (= 1.1.22-1),
-   perl%type_pkg[perl]-core
+   perl%type_pkg[perl]-core,
+   xml-libxml-pm%type_pkg[perl] (= 1.70-1)
 
 InstallScript: 
%{default_script}

Index: xml-namespacesupport-pm.info
===
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/xml-namespacesupport-pm.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xml-namespacesupport-pm.info4 Jun 2010 20:35:36 -   1.2
+++ xml-namespacesupport-pm.info16 Sep 2010 13:06:14 -  1.3
@@ -1,11 +1,11 @@
 Package: xml-namespacesupport-pm
-Version: 1.08
+Version: 1.11
 Revision: 1
-Source: mirror:cpan:authors/id/R/RB/RBERJON/XML-NamespaceSupport-%v.tar.gz
-Source-MD5: 81bd5ae772906d0579c10061ed735dc8
+Source: mirror:cpan:authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-%v.tar.gz
+Source-MD5: 222cca76161cd956d724286d36b607da
 Type: perl
 UpdatePOD: true
-DocFiles: Changes MANIFEST README
+DocFiles: Changes README
 

[cvs] dists/10.4/unstable/main/finkinfo/x11-wm icewm-10.6.info, NONE, 1.1

2010-09-16 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22067

Added Files:
icewm-10.6.info 
Log Message:
can take advantage of xrandr on 10.6 but doesn't seem to like 10.5's older 
version of it


--- NEW FILE: icewm-10.6.info ---
Package: icewm
Version: 1.3.6
Revision: 101
Distribution: 10.6
Source: mirror:sourceforge:%n/%n-1.3/%v/icewm-%v.tar.gz
Source-MD5: 65a7ddb0fb3f60abea4af52184382570
BuildDepends: 
atk1 (= 1.28.0-1),
audiofile,
cairo (= 1.8.8-3),
esound (= 0.2.38-1),
fink (= 0.24.12-1),
fink-package-precedence,
fontconfig2-dev (= 2.8.0-4),
freetype219 (= 2.3.12-1),
gconf2-dev (= 2.28.0-1),
gettext-tools,
glib2-dev (= 2.22.0-1),
glitz,
gnome-desktop2.11-dev (= 2.28.0-1),
gnome-vfs2-unified-dev (= 1:2.24.2-2),
gtk+2-dev (= 2.18.0-1),
libart2,
libbonobo2-dev (= 2.24.2-1),
libbonoboui2-dev (= 2.24.2-1),
libgettext8-dev,
libgnome2-dev (= 2.28.0-1),
libgnomecanvas2-dev (= 2.26.0-3),
libgnomeui2-dev (= 2.24.2-3),
libiconv-dev,
orbit2-dev (= 2.14.17-2),
pango1-xft2-ft219-dev (= 1.24.5-4),
pkgconfig (= 0.23),
popt,
startup-notification-dev (= 0.8-1),
x11-dev,
xft2-dev (= 2.1.14-1)

Depends: 
atk1-shlibs (= 1.28.0-1),
cairo-shlibs (= 1.8.8-3),
esound-shlibs (= 0.2.38-1),
fontconfig2-shlibs (= 2.8.0-4),
freetype219-shlibs (= 2.3.12-1),
gconf2-shlibs (= 2.28.0-1),
glib2-shlibs (= 2.22.0-1),
gnome-desktop2.11-shlibs (= 2.28.0-1),
gnome-vfs2-unified-shlibs (= 1:2.24.2-2),
gtk+2-shlibs (= 2.18.0-1),
libart2-shlibs,
libbonobo2-shlibs (= 2.24.2-1),
libbonoboui2-shlibs (= 2.24.2-1),
libgettext8-shlibs,
libgnome2-shlibs (= 2.28.0-1),
libgnomecanvas2-shlibs (= 2.26.0-3),
libgnomeui2-shlibs (= 2.24.2-3),
libiconv,
orbit2-shlibs (= 2.14.17-2),
pango1-xft2-ft219-shlibs (= 1.24.5-4),
popt-shlibs,
startup-notification-shlibs (= 0.8-1),
x11,
xft2-shlibs (= 2.1.14-1)

PatchFile: %n.patch
PatchFile-MD5: dbd1ddc966aea82918850001e66adce6
PatchScript: 
%{default_script}
perl -pi -e 's/icewm-\$\(VERSION\)/%n/g' Makefile.in src/Makefile.in

SetCXXFLAGS: -Os -pipe -MD
GCC: 4.0
ConfigureParams: --with-docdir=%p/share/doc --mandir=%p/share/man 
--with-cfgdir=%p/etc/icewm --enable-guievents --enable-menus-gnome2 
--with-icesound=esd 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
 XFT_CONFIG=%p/lib/xft2/bin/xft-config --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib 
Conflicts: icewm-basic
Replaces: icewm-gnome2, icewm-basic
CompileScript: 
%{default_script}
fink-package-precedence --depfile-ext='\.d' .

InstallScript: 
make install install-docs install-man install-desktop DESTDIR=%d 

Description: X11 window manager - with GNOME2 support
DescDetail: 
icewm is a nice window manager designed for speed, usability and
consistency. It is able to emulate the look of Motif, OS/2, Windows
and allows to have a customizable look using pixmaps.

DescPort: 
Patches to force docs to go in %p/share/doc/%n (instead of
%p/share/doc/icewm-%v).

Patch configure to omit version string from kernel name

Patch Makefile to install *.desktop in fink's sharedir

DescPackaging: 
Earlier versions by Jeffrey Whitaker

License: LGPL
Homepage: http://www.icewm.org/
Maintainer: None fink-de...@lists.sourceforge.net


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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-wm icewm.info,1.10,1.11

2010-09-16 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22401

Modified Files:
icewm.info 
Log Message:
Try disabling xrandr on lower OSX (their x11 has older and/or inconsistent 
versioning...forgot how silly that situation is there!)


Index: icewm.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-wm/icewm.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- icewm.info  16 Sep 2010 05:24:31 -  1.10
+++ icewm.info  16 Sep 2010 13:26:10 -  1.11
@@ -1,6 +1,7 @@
 Package: icewm
 Version: 1.3.6
-Revision: 1
+Revision: 2
+Distribution: 10.4, 10.5
 Source: mirror:sourceforge:%n/%n-1.3/%v/icewm-%v.tar.gz
 Source-MD5: 65a7ddb0fb3f60abea4af52184382570
 BuildDepends: 
@@ -69,7 +70,7 @@
 
 SetCXXFLAGS: -Os -pipe -MD
 GCC: 4.0
-ConfigureParams: --with-docdir=%p/share/doc --mandir=%p/share/man 
--with-cfgdir=%p/etc/icewm --enable-guievents --enable-menus-gnome2 
--with-icesound=esd 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
 XFT_CONFIG=%p/lib/xft2/bin/xft-config --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib 
+ConfigureParams: --with-docdir=%p/share/doc --mandir=%p/share/man 
--with-cfgdir=%p/etc/icewm --enable-guievents --enable-menus-gnome2 
--with-icesound=esd 
PKG_CONFIG_PATH=%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH
 XFT_CONFIG=%p/lib/xft2/bin/xft-config --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib --disable-xrandr
 Conflicts: icewm-basic
 Replaces: icewm-gnome2, icewm-basic
 CompileScript: 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pdb package.php,1.77,1.78

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/pdb
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16098/pdb

Modified Files:
package.php 
Log Message:
Small fix


Index: package.php
===
RCS file: /cvsroot/fink/web/pdb/package.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- package.php 13 Sep 2010 21:54:03 -  1.77
+++ package.php 16 Sep 2010 17:16:50 -  1.78
@@ -289,7 +289,8 @@
}
 
// If there was an email specified, make the maintainer field a mailto: 
link
-   if ($email) {
+   if (!isset($maintainer)) $maintainer = unknown;
+   if (isset($email)) {
$email = str_replace(array(@,.), array(AT,DOT), $email);
it_item(Maintainer:, 'a 
href='.$pdbroot.'browse.php?maintainer='.$maintainer.''.$maintainer.' 
lt;'.$email.'gt;'.'/a');
 #it_item(Maintainer:, 'a href=mailto:'.$email.''.$maintainer.'/a');


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/doc nav.pt.inc,1.1,1.2

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/doc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19710/web/doc

Modified Files:
nav.pt.inc 
Log Message:
get website source in sync with build website


Index: nav.pt.inc
===
RCS file: /cvsroot/fink/web/doc/nav.pt.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nav.pt.inc  1 Mar 2009 02:36:55 -   1.1
+++ nav.pt.inc  16 Sep 2010 17:59:40 -  1.2
@@ -3,20 +3,20 @@
 
 $section = documentation;
 $navbox = array(
-  doc/index.php?phpLang=en, Lista de documentos,
-  doc/users-guide/index.php?phpLang=en, Guia do usuário,
-  doc/advanced/index.php?phpLang=en, Avançado,
-  doc/x11/index.php?phpLang=en, Rodando o X11,
-  doc/bundled/install.php?phpLang=en, Instalação,
-  doc/bundled/usage.php?phpLang=en, Formas de uso,
-  doc/readme.php?phpLang=en, LeiaMe,
-  doc/cvsaccess/index.php?phpLang=en, Acesso via CVS,
-  doc/security/index.php?phpLang=en, Segurança,
-  doc/porting/index.php?phpLang=en, Portando,
-  doc/quick-start-pkg/index.php?phpLang=en, Tutorial de empacotamento,
-  doc/packaging/index.php?phpLang=en, Manual de empacotamento,
-  doc/multilingual/index.php?phpLang=en, Internacionalização,
-  doc/netiquette/index.php?phpLang=en, Netiqueta
+  doc/index.php?phpLang=pt, Lista de documentos,
+  doc/users-guide/index.php?phpLang=pt, Guia do usuário,
+  doc/advanced/index.php?phpLang=pt, Avançado,
+  doc/x11/index.php?phpLang=pt, Executando o X11,
+  doc/bundled/install.php?phpLang=en, Installation,
+  doc/bundled/usage.php?phpLang=en, Usage,
+  doc/readme.php?phpLang=pt, LeiaMe,
+  doc/cvsaccess/index.php?phpLang=pt, Acesso via CVS,
+  doc/security/index.php?phpLang=pt, Segurança,
+  doc/porting/index.php?phpLang=en, Porting,
+  doc/quick-start-pkg/index.php?phpLang=en, Packaging Tutorial,
+  doc/packaging/index.php?phpLang=en, Packaging Manual,
+  doc/multilingual/index.php?phpLang=en, Internationalization,
+  doc/netiquette/index.php?phpLang=en, Netiquette
 );
 
 ?


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

[cvs] web/news index.de.php, 1.49, 1.50 index.en.php, 1.108, 1.109 index.es.php, 1.47, 1.48 index.fr.php, 1.65, 1.66 index.ja.php, 1.57, 1.58 index.zh.php, 1.55, 1.56 news.de.rdf, 1.90, 1.91 news.en.r

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/news
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv19710/web/news

Modified Files:
index.de.php index.en.php index.es.php index.fr.php 
index.ja.php index.zh.php news.de.rdf news.en.rdf news.es.rdf 
news.fr.rdf news.ja.rdf news.pt.rdf news.rdf news.zh.rdf 
Log Message:
get website source in sync with build website


Index: news.pt.rdf
===
RCS file: /cvsroot/fink/web/news/news.pt.rdf,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- news.pt.rdf 2 Apr 2010 13:50:32 -   1.17
+++ news.pt.rdf 16 Sep 2010 17:59:42 -  1.18
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagept/dc:language
-dc:date2010-04-02T09:50:11-04:00/dc:date
+dc:date2010-09-16T17:39:59+00:00/dc:date
 admin:errorReportsTo 
rdf:resource=mailto:fink-c...@lists.sourceforge.net/
 item 
rdf:about=http://fink.sourceforge.net/news/#2009-10-30%20Servidor%20novamente%20em%20opera%E7%E3o.;
   titleServidor novamente em operação./title

Index: news.de.rdf
===
RCS file: /cvsroot/fink/web/news/news.de.rdf,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- news.de.rdf 5 Sep 2010 19:31:28 -   1.90
+++ news.de.rdf 16 Sep 2010 17:59:42 -  1.91
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagede/dc:language
-dc:date2010-04-02T09:50:10-04:00/dc:date
+dc:date2010-09-16T17:39:59+00:00/dc:date
 admin:errorReportsTo 
rdf:resource=mailto:fink-c...@lists.sourceforge.net/
 item 
rdf:about=http://fink.sourceforge.net/news/#2009-10-30%20Servers%20back%20to%20normal.;
   titleServers back to normal./title

Index: news.rdf
===
RCS file: /cvsroot/fink/web/news/news.rdf,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- news.rdf5 Sep 2010 19:31:29 -   1.267
+++ news.rdf16 Sep 2010 17:59:42 -  1.268
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languageen/dc:language
-dc:date2010-04-02T09:50:10-04:00/dc:date
+dc:date2010-09-16T17:39:59+00:00/dc:date
 admin:errorReportsTo 
rdf:resource=mailto:fink-c...@lists.sourceforge.net/
 item 
rdf:about=http://fink.sourceforge.net/news/#2009-10-30%20Servers%20back%20to%20normal.;
   titleServers back to normal./title

Index: index.zh.php
===
RCS file: /cvsroot/fink/web/news/index.zh.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- index.zh.php5 Sep 2010 19:31:28 -   1.55
+++ index.zh.php16 Sep 2010 17:59:42 -  1.56
@@ -1,7 +1,7 @@
 ?
 $title = News;
-$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/04/02 13:45:29';
+$cvs_author = 'Author: gecko2';
+$cvs_date = 'Date: 2010/09/05 19:31:29';
 $metatags = '';
 
 include_once header.inc;

Index: news.es.rdf
===
RCS file: /cvsroot/fink/web/news/news.es.rdf,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- news.es.rdf 5 Sep 2010 19:31:28 -   1.87
+++ news.es.rdf 16 Sep 2010 17:59:42 -  1.88
@@ -5,7 +5,7 @@
 linkhttp://fink.sourceforge.net/news//link
 descriptionFink Project News/description
 dc:languagees/dc:language
-dc:date2010-04-02T09:50:11-04:00/dc:date
+dc:date2010-09-16T17:39:59+00:00/dc:date
 admin:errorReportsTo 
rdf:resource=mailto:fink-c...@lists.sourceforge.net/
 item 
rdf:about=http://fink.sourceforge.net/news/#2009-10-30%20Servers%20back%20to%20normal.;
   titleServers back to normal./title

Index: index.fr.php
===
RCS file: /cvsroot/fink/web/news/index.fr.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- index.fr.php5 Sep 2010 19:31:28 -   1.65
+++ index.fr.php16 Sep 2010 17:59:41 -  1.66
@@ -1,7 +1,7 @@
 ?
 $title = News;
-$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2010/04/02 13:45:29';
+$cvs_author = 'Author: gecko2';
+$cvs_date = 'Date: 2010/09/05 19:31:29';
 $metatags = '';
 
 include_once header.inc;

Index: index.en.php
===
RCS file: /cvsroot/fink/web/news/index.en.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- index.en.php5 Sep 2010 19:31:28 -   1.108
+++ index.en.php16 Sep 2010 17:59:40 -  1.109
@@ -1,7 +1,7 @@
 ?
 $title = News;

[cvs] web/doc nav.pt.inc,1.2,1.3

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/doc
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21308/web/doc

Modified Files:
nav.pt.inc 
Log Message:
hm...




--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo wesnoth-devel.info,1.4,1.5

2010-09-16 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21668

Modified Files:
wesnoth-devel.info 
Log Message:
upstream released 1.9.1
This rev patches configure.ac to fix header checks to get the build going...


Index: wesnoth-devel.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth-devel.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- wesnoth-devel.info  26 Aug 2010 03:08:49 -  1.4
+++ wesnoth-devel.info  16 Sep 2010 18:16:33 -  1.5
@@ -1,9 +1,9 @@
 Package: wesnoth-devel
-Version: 1.9.0
+Version: 1.9.1
 Revision: 1
 Description: Fantasy turn-based strategy game
 GCC: 4.0
-Source-MD5: c4e7ba80c6212cb58c3ff96d10f417ae
+Source-MD5: 5dc488f68362717f1b809d2212f9515f
 Source: mirror:sourceforge:wesnoth/wesnoth-%v.tar.bz2
 BuildDepends: 
   autoconf (= 2.60),
@@ -76,7 +76,14 @@
 PatchScript: 
   #!/bin/sh -ev
 #  %{default_script}
+  # properly link against built libraries via direct reference
   perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am
+  # configure(.ac) is missing check for CPP before it is used
+  file=configure.ac
+  mv $file $file.orig
+  sed -e '/AC_PROC_CXX/i \
+AC_PROG_CPP' $file.orig  $file
+  # properly link against built libraries via direct reference
   file=src/Makefile.am
   mv $file $file.orig
   sed 's/-lana/libana.a/g' $file.orig  $file


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo wesnoth-devel.info,1.5,1.6

2010-09-16 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22174

Modified Files:
wesnoth-devel.info 
Log Message:
!lart typos


Index: wesnoth-devel.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth-devel.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wesnoth-devel.info  16 Sep 2010 18:16:33 -  1.5
+++ wesnoth-devel.info  16 Sep 2010 18:21:05 -  1.6
@@ -81,7 +81,7 @@
   # configure(.ac) is missing check for CPP before it is used
   file=configure.ac
   mv $file $file.orig
-  sed -e '/AC_PROC_CXX/i \
+  sed -e '/^AC_PROG_CXX/i \
 AC_PROG_CPP' $file.orig  $file
   # properly link against built libraries via direct reference
   file=src/Makefile.am


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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/crypto firefox3.info,1.1,1.2

2010-09-16 Thread Hanspeter Niederstrasser
Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26309

Modified Files:
firefox3.info 
Log Message:
new 3.5.13 stability release for the stable branch

Index: firefox3.info
===
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/firefox3.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- firefox3.info   1 Jul 2010 01:39:58 -   1.1
+++ firefox3.info   16 Sep 2010 19:05:48 -  1.2
@@ -1,5 +1,5 @@
 Package: firefox3
-Version: 3.5.9
+Version: 3.5.13
 Revision: 1
 Architecture: i386, powerpc
 Distribution: 10.5
@@ -47,7 +47,7 @@
 
 Source: 
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%v/source/firefox-%v.source.tar.bz2
 SourceDirectory: mozilla-1.9.1
-Source-MD5: e88edeff88efe2eeb718b184fe5295f8 
+Source-MD5: 5da221a23d566c747f1c617fef7166b1 
 PatchFile: %n.patch
 PatchFile-MD5: 83abc233723411614652db1a1f5bfa9c
 PatchScript: 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web header.inc, 1.124, 1.125 package-updates.inc, 1.2, 1.3 package-updates.php, 1.4, 1.5 phpLang.inc.php, 1.21, 1.22

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29650

Modified Files:
header.inc package-updates.inc package-updates.php 
phpLang.inc.php 
Log Message:
replace ereg with preg syntax


Index: package-updates.php
===
RCS file: /cvsroot/fink/web/package-updates.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- package-updates.php 15 Sep 2010 23:43:38 -  1.4
+++ package-updates.php 16 Sep 2010 19:42:35 -  1.5
@@ -21,7 +21,7 @@
 $count = 0;
 foreach($rss-getItems() as $item) {
$date = $item['dc:date'];
-   $date = ereg_replace('T.*$', '', $date);
+   $date = preg_replace('|T.*$|', '', $date);
echo a style=\text-decoration: none\ href=\ . 
htmlentities($item['link']) . \ name=\ . urlencode($item['title']) . 
\span class=\news-date\ . $date . : /spanspan 
class=\news-headline\ style=\text-decoration: underline\ . $item['title'] 
. /span/abr /\n;
echo $item['description'];
 }

Index: package-updates.inc
===
RCS file: /cvsroot/fink/web/package-updates.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- package-updates.inc 15 Sep 2010 23:43:38 -  1.2
+++ package-updates.inc 16 Sep 2010 19:42:35 -  1.3
@@ -8,7 +8,7 @@
 $count = 0;
 foreach($rss-getItems() as $item) {
$date = $item['dc:date'];
-   $date = ereg_replace('T.*$', '', $date);
+   $date = preg_replace('|T.*$|', '', $date);
echo a style=\text-decoration: none\ href=\ . 
htmlentities($item['link']) . \ name=\ . urlencode($item['title']) . 
\span class=\news-date\ . $date . : /spanspan 
class=\news-headline\ . $item['title'] . /span/abr /\n;
if (++$count  10) {
break;

Index: header.inc
===
RCS file: /cvsroot/fink/web/header.inc,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- header.inc  15 Sep 2010 23:47:20 -  1.124
+++ header.inc  16 Sep 2010 19:42:35 -  1.125
@@ -151,12 +151,14 @@
 if (substr($cvs_date,0,1) == $)
   $cvs_date = rtrim(substr($cvs_date, 1, -1));
 //  get data
-if (ereg(^Author: (.*)$, $cvs_author, $r)) {
+$myreg = /^Author: (.*)$/;
+if (preg_match($myreg, $cvs_author, $r)) {
   $author = $r[1];
 } else {
   $author = -unknown-;
 }
-if (ereg(^Date: ([0-9]{2,4})[/-]([0-9]{1,2})[/-]([0-9]{1,2}) 
([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}), $cvs_date, $r)) {
+$myreg = |^Date: ([0-9]{2,4})[/\-]([0-9]{1,2})[/\-]([0-9]{1,2}) 
([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})|;
+if (preg_match($myreg, $cvs_date, $r)) {
   $date = gmmktime($r[4], $r[5], $r[6], $r[2], $r[3], $r[1]);
   define (FILEMDATE, (gmmktime($r[4], $r[5], $r[6], $r[2], $r[3], $r[1])));
 } else {
@@ -166,7 +168,7 @@
 }
 // converts xml style tag to html 4.01 transitional (ad hoc)
 if (!isset($metatags)) global $metatags;
-$metatags = ereg_replace('([^/]*)/', '\1', $metatags);
+$metatags = preg_replace('|([^/]*)/|', '|\1|', $metatags);
 
 // [translation] Function used in doc and faq for translation
 

Index: phpLang.inc.php
===
RCS file: /cvsroot/fink/web/phpLang.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- phpLang.inc.php 5 Sep 2010 16:11:54 -   1.21
+++ phpLang.inc.php 16 Sep 2010 19:42:35 -  1.22
@@ -112,16 +112,16 @@
 
 // finds current file name, extension and uri
 if (!isset($SCRIPT_NAME)) $SCRIPT_NAME = getenv('SCRIPT_NAME');
-if(ereg(([^/?]+)(\?.*)?$, $SCRIPT_NAME, $regs)) {
+if(preg_match(|([^/?]+)(\?.*)?$|, $SCRIPT_NAME, $regs)) {
define('phpLang_currentFile', $regs[1]);
-   if(ereg((.*)(\.[^.]+)$, phpLang_currentFile, $regs2)) {
+   if(preg_match(|(.*)(\.[^.]+)$|, phpLang_currentFile, $regs2)) {
define('phpLang_currentFileName', $regs2[1]);
define('phpLang_currentFileExtension', $regs2[2]);
} else {
define('phpLang_currentFileName', phpLang_currentFile);
}
-   $uri = ereg_replace([?].phpLang_urlParam.=[^]*, , $regs[0]);
-   $uri .= ereg(\?, $uri) ? '' : '?';
+   $uri = preg_replace(|[?].phpLang_urlParam.=[^]*|, , $regs[0]);
+   $uri .= preg_match(|\?|, $uri) ? '' : '?';
define('phpLang_currentURI', $uri);
 } else {
// it should not be possible
@@ -165,7 +165,7 @@
$ext = '';
reset($GLOBALS['phpLang_languages']);
while($ext == ''  list($key, $name) = 
each($GLOBALS['phpLang_languages'])) {
-   if (($from == 1  eregi(^.$key.$,$str)) || ($from == 2  
eregi((\(|\[|;[[:space:]]).$key.(;|\]|\)),$str))) {
+   if (($from == 1  preg_match(|^.$key.$|i, $str)) || ($from 
== 2  preg_match(?(\(|\[|;[[:space:]]).$key.(;|\]|\))?i,$str))) {
   

[cvs] web/phpmyadmin/libraries bookmark.lib.php, 1.1, NONE build_dump.lib.php, 1.1, NONE charset_conversion.lib.php, 1.1, NONE common.lib.php, 1.1, NONE config_import.lib.php, 1.1, NONE db_config.lib.

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/libraries
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/libraries

Removed Files:
bookmark.lib.php build_dump.lib.php charset_conversion.lib.php 
common.lib.php config_import.lib.php db_config.lib.php 
db_table_exists.lib.php defines.lib.php defines_php.lib.php 
display_tbl.lib.php functions.js get_foreign.lib.php 
grab_globals.lib.php indexes.js ip_allow_deny.lib.php 
kanji-encoding.lib.php left.js mysql_wrappers.lib.php 
ob.lib.php relation.lib.php select_lang.lib.php 
sqlparser.data.php sqlparser.lib.php sqlvalidator.class.php 
sqlvalidator.lib.php string.lib.php tbl_change.js 
user_details.js zip.lib.php 
Log Message:
Remove some very old relics... =)


--- string.lib.php DELETED ---

--- sqlparser.lib.php DELETED ---

--- db_config.lib.php DELETED ---

--- functions.js DELETED ---

--- tbl_change.js DELETED ---

--- config_import.lib.php DELETED ---

--- sqlvalidator.lib.php DELETED ---

--- user_details.js DELETED ---

--- select_lang.lib.php DELETED ---

--- kanji-encoding.lib.php DELETED ---

--- zip.lib.php DELETED ---

--- common.lib.php DELETED ---

--- mysql_wrappers.lib.php DELETED ---

--- sqlparser.data.php DELETED ---

--- db_table_exists.lib.php DELETED ---

--- indexes.js DELETED ---

--- bookmark.lib.php DELETED ---

--- defines_php.lib.php DELETED ---

--- relation.lib.php DELETED ---

--- grab_globals.lib.php DELETED ---

--- left.js DELETED ---

--- build_dump.lib.php DELETED ---

--- get_foreign.lib.php DELETED ---

--- sqlvalidator.class.php DELETED ---

--- display_tbl.lib.php DELETED ---

--- ip_allow_deny.lib.php DELETED ---

--- charset_conversion.lib.php DELETED ---

--- defines.lib.php DELETED ---

--- ob.lib.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin/images arrow_ltr.gif, 1.1, NONE arrow_rtl.gif, 1.1, NONE asc_order.gif, 1.1, NONE browse.gif, 1.1, NONE desc_order.gif, 1.1, NONE fulltext.png, 1.1, NONE item_ltr.gif, 1.1, NONE i

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/images
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/images

Removed Files:
arrow_ltr.gif arrow_rtl.gif asc_order.gif browse.gif 
desc_order.gif fulltext.png item_ltr.gif item_rtl.gif 
minus.gif partialtext.png plus.gif pma_logo.png spacer.gif 
vertical_line.gif 
Log Message:
Remove some very old relics... =)


--- fulltext.png DELETED ---

--- spacer.gif DELETED ---

--- asc_order.gif DELETED ---

--- item_ltr.gif DELETED ---

--- arrow_ltr.gif DELETED ---

--- minus.gif DELETED ---

--- vertical_line.gif DELETED ---

--- arrow_rtl.gif DELETED ---

--- pma_logo.png DELETED ---

--- plus.gif DELETED ---

--- item_rtl.gif DELETED ---

--- partialtext.png DELETED ---

--- desc_order.gif DELETED ---

--- browse.gif DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin/libraries/xpath XPath.class.php,1.1,NONE

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/libraries/xpath
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/libraries/xpath

Removed Files:
XPath.class.php 
Log Message:
Remove some very old relics... =)


--- XPath.class.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin/libraries/fpdf/font courier.php, 1.1, NONE helvetica.php, 1.1, NONE helveticab.php, 1.1, NONE helveticabi.php, 1.1, NONE helveticai.php, 1.1, NONE symbol.php, 1.1, NONE times.php,

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/libraries/fpdf/font
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/libraries/fpdf/font

Removed Files:
courier.php helvetica.php helveticab.php helveticabi.php 
helveticai.php symbol.php times.php timesb.php timesbi.php 
timesi.php zapfdingbats.php 
Log Message:
Remove some very old relics... =)


--- times.php DELETED ---

--- zapfdingbats.php DELETED ---

--- helveticab.php DELETED ---

--- courier.php DELETED ---

--- timesi.php DELETED ---

--- timesb.php DELETED ---

--- helvetica.php DELETED ---

--- timesbi.php DELETED ---

--- helveticai.php DELETED ---

--- symbol.php DELETED ---

--- helveticabi.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin/scripts check_lang.php, 1.1, NONE convertcfg.pl, 1.1, NONE create-release.sh, 1.1, NONE create_tables.sql, 1.1, NONE decode_bug.php, 1.1, NONE extchg.sh, 1.1, NONE remove_control_

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/scripts
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/scripts

Removed Files:
check_lang.php convertcfg.pl create-release.sh 
create_tables.sql decode_bug.php extchg.sh remove_control_m.sh 
Log Message:
Remove some very old relics... =)


--- decode_bug.php DELETED ---

--- convertcfg.pl DELETED ---

--- create-release.sh DELETED ---

--- create_tables.sql DELETED ---

--- extchg.sh DELETED ---

--- remove_control_m.sh DELETED ---

--- check_lang.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pws .htaccess, 1.2, NONE analyze.php, 1.1, NONE arch.php, 1.1, NONE bro.php, 1.1, NONE browsers.php, 1.1, NONE check.php, 1.1, NONE countries.php, 1.1, NONE day.php, 1.1, NONE header.inc, 1.

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/pws
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/pws

Removed Files:
.htaccess analyze.php arch.php bro.php browsers.php check.php 
countries.php day.php header.inc hour.php index.php 
install.txt lang.php license.txt menu.php month.php os.php 
pages.php parsetime.php readme.txt readmePWV.txt refdetail.php 
referer.php stats.php strings.php stringscz.php stringsen.php 
style.css 
Log Message:
Remove some very old relics... =)


--- readmePWV.txt DELETED ---

--- hour.php DELETED ---

--- countries.php DELETED ---

--- analyze.php DELETED ---

--- browsers.php DELETED ---

--- os.php DELETED ---

--- strings.php DELETED ---

--- parsetime.php DELETED ---

--- check.php DELETED ---

--- readme.txt DELETED ---

--- month.php DELETED ---

--- menu.php DELETED ---

--- index.php DELETED ---

--- header.inc DELETED ---

--- install.txt DELETED ---

--- arch.php DELETED ---

--- pages.php DELETED ---

--- refdetail.php DELETED ---

--- style.css DELETED ---

--- stringscz.php DELETED ---

--- referer.php DELETED ---

--- lang.php DELETED ---

--- .htaccess DELETED ---

--- bro.php DELETED ---

--- day.php DELETED ---

--- stringsen.php DELETED ---

--- license.txt DELETED ---

--- stats.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pws/imgs blue.gif, 1.1, NONE filter.gif, 1.1, NONE interval.gif, 1.1, NONE red.gif, 1.1, NONE

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/pws/imgs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/pws/imgs

Removed Files:
blue.gif filter.gif interval.gif red.gif 
Log Message:
Remove some very old relics... =)


--- blue.gif DELETED ---

--- filter.gif DELETED ---

--- red.gif DELETED ---

--- interval.gif DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/pws/database import.sql, 1.1, NONE importcz.sql, 1.1, NONE structure.sql, 1.1, NONE

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/pws/database
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/pws/database

Removed Files:
import.sql importcz.sql structure.sql 
Log Message:
Remove some very old relics... =)


--- import.sql DELETED ---

--- structure.sql DELETED ---

--- importcz.sql DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin/libraries/auth config.auth.lib.php, 1.1, NONE cookie.auth.lib.php, 1.1, NONE http.auth.lib.php, 1.1, NONE

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/libraries/auth
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/libraries/auth

Removed Files:
config.auth.lib.php cookie.auth.lib.php http.auth.lib.php 
Log Message:
Remove some very old relics... =)


--- cookie.auth.lib.php DELETED ---

--- config.auth.lib.php DELETED ---

--- http.auth.lib.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web .cvsignore,1.8,1.9

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462

Modified Files:
.cvsignore 
Log Message:
Remove some very old relics... =)


Index: .cvsignore
===
RCS file: /cvsroot/fink/web/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- .cvsignore  5 Sep 2010 20:01:28 -   1.8
+++ .cvsignore  16 Sep 2010 20:00:52 -  1.9
@@ -1,4 +1,5 @@
 .DS_Store
-db.inc.php
 index.shtml
+phpmyadmin
+pws
 XML


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin .htaccess, 1.2, NONE ANNOUNCE.txt, 1.1, NONE CREDITS, 1.1, NONE ChangeLog, 1.1, NONE Documentation.html, 1.1, NONE Documentation.txt, 1.1, NONE INSTALL, 1.1, NONE LICENSE, 1.1, NO

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin

Removed Files:
.htaccess ANNOUNCE.txt CREDITS ChangeLog Documentation.html 
Documentation.txt INSTALL LICENSE README RELEASE-DATE-2.3.3pl1 
TODO badwords.txt chk_rel.php config.inc.php db_create.php 
db_datadict.php db_details.php db_details_common.php 
db_details_db_info.php db_details_export.php 
db_details_importdocsql.php db_details_links.php 
db_details_qbe.php db_details_structure.php db_printview.php 
db_search.php db_stats.php footer.inc.php header.inc.php 
header_printview.inc.php index.php ldi_check.php ldi_table.php 
left.php main.php mult_submits.inc.php pdf_pages.php 
pdf_schema.php phpinfo.php read_dump.php sql.php 
tbl_addfield.php tbl_alter.php tbl_change.php tbl_create.php 
tbl_dump.php tbl_indexes.php tbl_move_copy.php 
tbl_printview.php tbl_properties.inc.php tbl_properties.php 
tbl_properties_common.php tbl_properties_export.php 
tbl_properties_links.php tbl_properties_operations.php 
tbl_properties_options.php tbl_properties_structure.php 
tbl_properties_table_info.php tbl_query_box.php 
tbl_relation.php tbl_rename.php tbl_replace.php tbl_select.php 
translators.html user_details.php user_password.php 
Log Message:
Remove some very old relics... =)


--- tbl_addfield.php DELETED ---

--- tbl_dump.php DELETED ---

--- ANNOUNCE.txt DELETED ---

--- tbl_properties_common.php DELETED ---

--- db_create.php DELETED ---

--- header_printview.inc.php DELETED ---

--- tbl_properties.php DELETED ---

--- footer.inc.php DELETED ---

--- tbl_properties_export.php DELETED ---

--- chk_rel.php DELETED ---

--- tbl_properties_options.php DELETED ---

--- translators.html DELETED ---

--- db_datadict.php DELETED ---

--- tbl_query_box.php DELETED ---

--- db_details_links.php DELETED ---

--- sql.php DELETED ---

--- tbl_relation.php DELETED ---

--- db_search.php DELETED ---

--- db_details.php DELETED ---

--- pdf_pages.php DELETED ---

--- Documentation.html DELETED ---

--- LICENSE DELETED ---

--- db_details_qbe.php DELETED ---

--- index.php DELETED ---

--- db_details_common.php DELETED ---

--- ldi_check.php DELETED ---

--- read_dump.php DELETED ---

--- tbl_properties.inc.php DELETED ---

--- db_details_db_info.php DELETED ---

--- tbl_indexes.php DELETED ---

--- README DELETED ---

--- RELEASE-DATE-2.3.3pl1 DELETED ---

--- tbl_create.php DELETED ---

--- db_printview.php DELETED ---

--- tbl_properties_table_info.php DELETED ---

--- INSTALL DELETED ---

--- tbl_rename.php DELETED ---

--- tbl_properties_operations.php DELETED ---

--- db_details_importdocsql.php DELETED ---

--- user_details.php DELETED ---

--- Documentation.txt DELETED ---

--- db_stats.php DELETED ---

--- tbl_select.php DELETED ---

--- tbl_properties_structure.php DELETED ---

--- header.inc.php DELETED ---

--- TODO DELETED ---

--- db_details_export.php DELETED ---

--- ldi_table.php DELETED ---

--- user_password.php DELETED ---

--- main.php DELETED ---

--- tbl_replace.php DELETED ---

--- tbl_move_copy.php DELETED ---

--- db_details_structure.php DELETED ---

--- pdf_schema.php DELETED ---

--- .htaccess DELETED ---

--- badwords.txt DELETED ---

--- ChangeLog DELETED ---

--- phpinfo.php DELETED ---

--- mult_submits.inc.php DELETED ---

--- tbl_printview.php DELETED ---

--- tbl_alter.php DELETED ---

--- left.php DELETED ---

--- tbl_properties_links.php DELETED ---

--- tbl_change.php DELETED ---

--- config.inc.php DELETED ---

--- CREDITS DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin/libraries/fpdf README, 1.1, NONE fpdf.php, 1.1, NONE

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/libraries/fpdf
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/libraries/fpdf

Removed Files:
README fpdf.php 
Log Message:
Remove some very old relics... =)


--- README DELETED ---

--- fpdf.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/phpmyadmin/lang english-iso-8859-1.inc.php, 1.1, NONE english-utf-8.inc.php, 1.1, NONE french-iso-8859-1.inc.php, 1.1, NONE french-utf-8.inc.php, 1.1, NONE german-iso-8859-1.inc.php, 1.1, NO

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/phpmyadmin/lang
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31462/phpmyadmin/lang

Removed Files:
english-iso-8859-1.inc.php english-utf-8.inc.php 
french-iso-8859-1.inc.php french-utf-8.inc.php 
german-iso-8859-1.inc.php german-utf-8.inc.php 
japanese-euc.inc.php japanese-sjis.inc.php 
japanese-utf-8.inc.php 
Log Message:
Remove some very old relics... =)


--- french-utf-8.inc.php DELETED ---

--- english-iso-8859-1.inc.php DELETED ---

--- english-utf-8.inc.php DELETED ---

--- french-iso-8859-1.inc.php DELETED ---

--- german-iso-8859-1.inc.php DELETED ---

--- japanese-euc.inc.php DELETED ---

--- japanese-utf-8.inc.php DELETED ---

--- japanese-sjis.inc.php DELETED ---

--- german-utf-8.inc.php DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo pidgin.info,1.1,1.2

2010-09-16 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv413

Modified Files:
pidgin.info 
Log Message:
sync with unstable


Index: pidgin.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/pidgin.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pidgin.info 27 Aug 2010 01:35:20 -  1.1
+++ pidgin.info 16 Sep 2010 20:12:20 -  1.2
@@ -3,7 +3,7 @@
 Package: pidgin
 Version: 2.7.3
 Revision: 2
-Architecture: powerpc, i386
+# Architecture: powerpc, i386
 Maintainer: David Fang fang...@users.sourceforge.net
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 Source-MD5: e4bbadadae85e5e008690b52dd51f102
@@ -101,7 +101,7 @@
--with-nspr-includes=%p/include/nspr --with-nspr-libs=%p/lib \

PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
   
 
-SetCFLAGS: -Os
+SetCFLAGS: -Os -g
 CompileScript: 
 #!/bin/sh -ev
 # additional patching of configure: to fix validation-failure on .la files
@@ -345,12 +345,15 @@
 No darwin-specific modifications needed apart from package file structure.
 
 DescDetail: 
+Pidgin is a chat program which lets you log in to accounts on multiple 
+chat networks simultaneously. 
 Pidgin is a portable, multi-protocol instant messenger client descended from
 the former gaim project.  
 
-You can talk to your friends using AIM, ICQ, Jabber/XMPP, 
-MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, 
-QQ, Lotus Sametime, SILC, SIMPLE, MySpaceIM, and Zephyr.
+Pidgin is compatible with the following chat networks out of the box:
+AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, 
+Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, 
+SIMPLE, MXit, MySpaceIM, and Zephyr. It can support many more with plugins.
 
 Pidgin can log in to multiple accounts on multiple IM networks simultaneously. 
 This means that you can be chatting with friends on AIM, 
@@ -391,7 +394,11 @@
 'pidgin' launches the GUI client, 'finch' launches the text-console 
 client.  finch may not receive all keyboard commands if your window manager
 (X11, Aqua, ...) intercepts certain control sequences or key modifiers.  
-Might need run-time variable DISPLAY localhost:0 for pidgin.
+Might need run-time variable DISPLAY localhost:0 for pidgin for 10.4.
+Sound: for 10.4, I recommend installing 'sndplay' and setting the 
+preferences to play sounds with Command 'sndplay'.
+For 10.5, 10.6 and beyond, I recommend using the built-in command-line
+sound player, 'afplay'.
 
 
 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web phpLang.inc.php,1.22,1.23

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2890

Modified Files:
phpLang.inc.php 
Log Message:
delimeter fix


Index: phpLang.inc.php
===
RCS file: /cvsroot/fink/web/phpLang.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- phpLang.inc.php 16 Sep 2010 19:42:35 -  1.22
+++ phpLang.inc.php 16 Sep 2010 20:36:13 -  1.23
@@ -165,7 +165,7 @@
$ext = '';
reset($GLOBALS['phpLang_languages']);
while($ext == ''  list($key, $name) = 
each($GLOBALS['phpLang_languages'])) {
-   if (($from == 1  preg_match(|^.$key.$|i, $str)) || ($from 
== 2  preg_match(?(\(|\[|;[[:space:]]).$key.(;|\]|\))?i,$str))) {
+   if (($from == 1  preg_match(!^.$key.$!i, $str)) || ($from 
== 2  preg_match(!(\(|\[|;[[:space:]]).$key.(;|\]|\))!i, $str))) {
$ext = $name[0];
}
}


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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/pythonmods cheetah-py.info, 1.8, 1.9 mako-py.info, 1.9, 1.10 markdown-py.info, 1.1, 1.2

2010-09-16 Thread Kurt Schwehr
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3026

Modified Files:
cheetah-py.info mako-py.info markdown-py.info 
Log Message:
markdown - added py27 for cheetah
cheetah to 2.4.3 and added py27
mako to 0.3.4 and added py2.7


Index: mako-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/mako-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- mako-py.info31 May 2010 23:56:28 -  1.9
+++ mako-py.info16 Sep 2010 20:38:49 -  1.10
@@ -1,17 +1,17 @@
 Info2: 
 
 Package: mako-py%type_pkg[python]
-Version: 0.3.3
+Version: 0.3.4
 
 Revision: 1
 Homepage: http://pypi.python.org/pypi/Mako
 Maintainer: Kurt Schwehr goat...@users.sourceforge.net
-Type: python (2.5 2.6 3.1)
+Type: python (2.5 2.6 2.7 3.1)
 Depends: python%type_pkg[python], beaker-py%type_pkg[python]
 BuildDepends: setuptools-py%type_pkg[python]
 
 Source: http://www.makotemplates.org/downloads/Mako-%v.tar.gz
-Source-MD5: 2e8fbbb7ea6dc4dde47970cdfd08901e
+Source-MD5: 2ae56ccc6c9b5c4e2e67f42b69475009
 
 CompileScript: 
   #!/bin/bash -ev

Index: markdown-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/markdown-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- markdown-py.info1 Mar 2010 22:02:29 -   1.1
+++ markdown-py.info16 Sep 2010 20:38:49 -  1.2
@@ -8,7 +8,7 @@
 License: BSD
 
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6)
+Type: python (2.4 2.5 2.6 2.7)
 Depends: python%type_pkg[python]
 
 Description: Markdown templating in python

Index: cheetah-py.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/cheetah-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- cheetah-py.info 1 Mar 2010 22:02:29 -   1.8
+++ cheetah-py.info 16 Sep 2010 20:38:49 -  1.9
@@ -1,6 +1,6 @@
 Info2: 
 Package: cheetah-py%type_pkg[python]
-Version: 2.4.2.1
+Version: 2.4.3
 Revision: 1
 
 Maintainer:  Kurt Schwehr goat...@users.sourceforge.net
@@ -11,14 +11,14 @@
 License: BSD
 
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6)
+Type: python (2.4 2.5 2.6 2.7)
 Depends: python%type_pkg[python], setuptools-py%type_pkg[python], 
markdown-py%type_pkg[python]
 
 Description: Python template engine
 
 Source: http://pypi.python.org/packages/source/C/Cheetah/Cheetah-%v.tar.gz
 #mirror:sourceforge:cheetahtemplate/Cheetah-%v.tar.gz
-Source-MD5: f58ab28548b6e4000c6f4d3b14307187
+Source-MD5: e9d12e6aeb3b51b75a9b4214f698def8
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/fangism/finkinfo wesnoth-devel.patch, NONE, 1.1 wesnoth-devel.info, 1.6, 1.7

2010-09-16 Thread fangism
Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3253

Modified Files:
wesnoth-devel.info 
Added Files:
wesnoth-devel.patch 
Log Message:
disable another configure-time SDL test, ... m4


Index: wesnoth-devel.info
===
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth-devel.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- wesnoth-devel.info  16 Sep 2010 18:21:05 -  1.6
+++ wesnoth-devel.info  16 Sep 2010 20:40:33 -  1.7
@@ -71,18 +71,16 @@
   
PKG_CONFIG_PATH=%p/lib/pango-ft219/lib/pkgconfig:%p/lib/fontconfig2/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH
 \
   FREETYPE_CONFIG=%p/lib/freetype219/bin/freetype-config
 
-# PatchFile: %n.patch
-# PatchFile-MD5: 12ba1e8b79608f4c05d49ae6da56d96b
+PatchFile: %n.patch
+PatchFile-MD5: 86297e172816dded4b5454e12cff4377
+# PatchComments:
+# configure(.ac) is missing check for CPP before it is used
+# honor disable-sdltest when checking for SDL_image+PNG support
 PatchScript: 
   #!/bin/sh -ev
-#  %{default_script}
+  %{default_script}
   # properly link against built libraries via direct reference
   perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am
-  # configure(.ac) is missing check for CPP before it is used
-  file=configure.ac
-  mv $file $file.orig
-  sed -e '/^AC_PROG_CXX/i \
-AC_PROG_CPP' $file.orig  $file
   # properly link against built libraries via direct reference
   file=src/Makefile.am
   mv $file $file.orig

--- NEW FILE: wesnoth-devel.patch ---
--- wesnoth-1.9.1/configure.ac.orig 2010-09-15 10:41:59.0 -0700
+++ wesnoth-1.9.1/configure.ac  2010-09-16 11:37:58.0 -0700
@@ -381,6 +381,7 @@
 # Checks for programs.#
 ###
 
+AC_PROG_CPP
 AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_INSTALL
@@ -770,7 +771,7 @@
 
 AC_LANG([C])
 AC_MSG_CHECKING([for PNG support in SDL_image])
-
+if test x$enable_sdltest = xyes ; then
 OLD_CPPFLAGS=$CPPFLAGS
 OLD_CFLAGS=$CFLAGS
 OLD_LIBS=$LIBS
@@ -804,6 +805,9 @@
 CPPFLAGS=$OLD_CPPFLAGS
 CFLAGS=$OLD_CFLAGS
 LIBS=$OLD_LIBS
+else
+   AC_MSG_RESULT([test skipped]) 
+fi
 
 
 ###


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web legal.php,1.24,1.25

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6210

Modified Files:
legal.php 
Log Message:
We are not in the year 2008 nor 2009 =)


Index: legal.php
===
RCS file: /cvsroot/fink/web/legal.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- legal.php   2 Jan 2008 05:26:52 -   1.24
+++ legal.php   16 Sep 2010 21:10:25 -  1.25
@@ -12,7 +12,7 @@
 
 p class=legal
 The material on this website is Copyright copy; 2001 Christoph Pfisterer,
-Copyright copy; 2001-2008 The Fink Project, unless noted otherwise.
+Copyright copy; 2001-2010 The Fink Project, unless noted otherwise.
 If you want to reuse material from this website,
 a href=mailto:fink-c...@lists.sourceforge.net;talk to us/a first.
 /p


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] web/doc/cvsaccess cvs.ja.html,1.2,1.3

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/web/doc/cvsaccess
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6210/doc/cvsaccess

Modified Files:
cvs.ja.html 
Log Message:
We are not in the year 2008 nor 2009 =)


Index: cvs.ja.html
===
RCS file: /cvsroot/fink/web/doc/cvsaccess/cvs.ja.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cvs.ja.html 17 Oct 2009 05:49:48 -  1.2
+++ cvs.ja.html 16 Sep 2010 21:10:25 -  1.3
@@ -89,7 +89,7 @@
 cvs -z3 update -d
 ./inject.pl/pre
 hrh2Copyright Notice/h2pCopyright (c) 2001 Christoph Pfisterer,
-Copyright (c) 2001-2009 The Fink Project.
+Copyright (c) 2001-2010 The Fink Project.
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
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/editors vim.info,1.139,1.140

2010-09-16 Thread Hisashi Todd Fujinaka
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv6720

Modified Files:
vim.info 
Log Message:
Welcome to Vim-7.3.005.

Index: vim.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/vim.info,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- vim.info6 Sep 2010 20:39:28 -   1.139
+++ vim.info16 Sep 2010 21:14:17 -  1.140
@@ -1,10 +1,10 @@
 Info2: 
 Package: vim%type_pkg[-nox]
 Type: -nox (boolean)
-Version: 7.3.003
+Version: 7.3.005
 Revision: 1
 Source: http://www.i8u.org/~htodd/finksrc/vim-%v.tar.bz2
-Source-MD5: 4e1a169aafc3601bbcd6d835f0a81546
+Source-MD5: 42124543888659ab310b376d0a21d794
 SourceDirectory: vim
 
 BuildDepends: fink (= 0.24.12), libgettext3-dev, gettext-bin, gettext-tools, 
libncurses5 (= 5.4-20041023-1006), (%type_raw[-nox] = .) pkgconfig (= 
0.21-1), (%type_raw[-nox] = .) glib2-dev (= 2.14.0-1), (%type_raw[-nox] = .) 
x11-dev, (%type_raw[-nox] = .) gtk+2-dev (= 2.12.0-1), (%type_raw[-nox] = .) 
pango1-xft2-ft219-dev (= 1.18.4-4), (%type_raw[-nox] = .) pixman (= 
0.10.0-1), (%type_raw[-nox] = .) atk1 (= 1.20.0-1), (%type_raw[-nox] = .) 
cairo (= 1.6-1), (%type_raw[-nox] = .) expat1, (%type_raw[-nox] = .) 
freetype219 (= 2.3.5-1), (%type_raw[-nox] = .) fontconfig2-dev (= 2.4.1-1), 
(%type_raw[-nox] = .) glitz, (%type_raw[-nox] = .) libpng3, (%type_raw[-nox] = 
.) xft2-dev


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/dmrrsn/fink/update .#ltconfig.1.5,1.1,NONE

2010-09-16 Thread Andreas Gockel
Update of /cvsroot/fink/experimental/dmrrsn/fink/update
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8997/experimental/dmrrsn/fink/update

Removed Files:
.#ltconfig.1.5 
Log Message:
remove cvs trash


--- .#ltconfig.1.5 DELETED ---


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] experimental/jessealama/finkinfo mizar-i386.info, 1.6, 1.7 mizar-x86_64.info, 1.6, 1.7

2010-09-16 Thread Jesse Alama
Update of /cvsroot/fink/experimental/jessealama/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25798

Modified Files:
mizar-i386.info mizar-x86_64.info 
Log Message:
New upstream release (7.11.06-4.150.1103).


Index: mizar-x86_64.info
===
RCS file: /cvsroot/fink/experimental/jessealama/finkinfo/mizar-x86_64.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mizar-x86_64.info   23 Jun 2010 21:20:07 -  1.6
+++ mizar-x86_64.info   17 Sep 2010 00:54:29 -  1.7
@@ -2,7 +2,7 @@
 Depends: mizar-bin, mizar-mml, mizar-doc
 Architecture: x86_64
 Epoch: 1
-Version: 7.11.06-4.145.1096
+Version: 7.11.06-4.150.1103
 Revision: 1
 Description: Build and check first-order formal proofs
 Recommends: mizar-semantic-mml, mizar-gab, mizar-mode, mizar-gab-html
@@ -27,8 +27,8 @@
  
 Maintainer: Jesse Alama jesse.al...@gmail.com
 Homepage: http://www.mizar.org/
-Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.145.1096-i386-darwin.tar
-Source-MD5: 4d47c8384b6c72e4b06cbc070cfb33fc
+Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.150.1103-i386-darwin.tar
+Source-MD5: bfd9e8f19b39c24bdce93a906c4a2f96
 Source2: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.info
 Source2-MD5: b669d27408817ee86769efa1c424b1e1
 Source3: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.pdf

Index: mizar-i386.info
===
RCS file: /cvsroot/fink/experimental/jessealama/finkinfo/mizar-i386.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mizar-i386.info 14 Jul 2010 09:37:48 -  1.6
+++ mizar-i386.info 17 Sep 2010 00:54:29 -  1.7
@@ -2,7 +2,7 @@
 Depends: mizar-bin, mizar-mml, mizar-doc
 Architecture: i386
 Epoch: 1
-Version: 7.11.06-4.145.1096
+Version: 7.11.06-4.150.1103
 Revision: 1
 Description: Build and check first-order formal proofs
 Recommends: mizar-semantic-mml, mizar-gab, mizar-mode, mizar-gab-html
@@ -27,8 +27,8 @@
  
 Maintainer: Jesse Alama jesse.al...@gmail.com
 Homepage: http://www.mizar.org/
-Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.145.1096-i386-darwin.tar
-Source-MD5: 4d47c8384b6c72e4b06cbc070cfb33fc
+Source: 
ftp://mizar.uwb.edu.pl/pub/system/i386-darwin/%n-7.11.06_4.150.1103-i386-darwin.tar
+Source-MD5: bfd9e8f19b39c24bdce93a906c4a2f96
 Source2: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.info
 Source2-MD5: b669d27408817ee86769efa1c424b1e1
 Source3: http://ktilinux.ms.mff.cuni.cz/~urban/MizarModeDoc/MizarMode.pdf


--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs