dists/10.4-transitional/unstable/main/finkinfo/devel codeville-py.info,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2001

Added Files:
codeville-py.info 
Log Message:
Add codeville-py. Have cigar. Pass out cigars to nearby strangers.


--- NEW FILE: codeville-py.info ---
Info2: 
Package: codeville-py%type_pkg[python]
Version: 0.1.13
Revision: 1
Type: python (2.3 2.4)
Source: http://www.codeville.org/download/Codeville-%v.tar.gz
Source-MD5: f73c8afbcf826daf95a7980f33ba8590
Depends: python%type_pkg[python] | python%type_pkg[python]-nox
# Wishlist/TODO recommends.
#Recommends: psyco-py%type_pkg[python]
CompileScript: 
  python%type_raw[python] setup.py build

InstallScript: 
  python%type_raw[python] setup.py install --prefix %p --root %d
  mkdir %i/share/doc/%n
  mv %i/share/doc/Codeville-%v/* %i/share/doc/%n
  rmdir %i/share/doc/Codeville-%v

DocFiles: LICENSE.txt
Description: Distributed version control system
DescDetail: 
Codeville is a distributed version control system. It began with a novel
idea for a merge algorithm and has grown from there. It is designed to
be easy to use and scale from small personal projects to very large
distributed ones.

# Another license that appears to resemble BSD. IANAL.
License: BSD
Homepage: http://www.codeville.org/
Maintainer: Brendan Cully [EMAIL PROTECTED]




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/utils lbdb.info,NONE,1.1 lbdb.patch,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4465

Added Files:
lbdb.info lbdb.patch 
Log Message:
Add lbdb 0.31 to 10.4t.


--- NEW FILE: lbdb.patch ---
diff -r ddf17fad4857 configure.in
--- a/configure.in  Wed Nov  9 06:55:45 2005
+++ b/configure.in  Tue Nov  8 23:11:14 2005
@@ -52,36 +52,13 @@
 
 AC_SUBST(SH)
 
-AC_PATH_PROG(AWK, awk, NONE)
-AC_PATH_PROG(MAWK, mawk, NONE)
-AC_PATH_PROG(GAWK, gawk, NONE)
-AC_PATH_PROG(NAWK, nawk, NONE)
-
-if test x$AWK != xNONE ; then
-   AWK=$AWK
-fi
-
-if test x$NAWK != xNONE ; then
-   AWK=$NAWK
-fi
-
-if test x$GAWK != xNONE ; then
-   AWK=$GAWK
-fi
-
-if test x$MAWK != xNONE ; then
-   AWK=$MAWK
-fi
-   
+AWK=/usr/bin/awk
 AC_SUBST(AWK)
 
-AC_PATH_PROG(TAC, tac, NONE)
-if test x$TAC = xNONE; then
-   TACTARGET=tac
-   AC_SUBST(TACTARGET)
-   TACAWK=tac.awk
-   TAC=$libdir/tac
-fi 
+TACTARGET=tac
+AC_SUBST(TACTARGET)
+TACAWK=tac.awk
+TAC=$libdir/tac
 AC_SUBST(TAC)
 
 AC_ARG_ENABLE(lbdb_dotlock, 
@@ -89,20 +66,9 @@
  [Force use of lbdb_dotlock program]), 
   [lbdb_cv_lbdb_dotlock=$enableval])
 
-AC_PATH_PROG(DOTLOCK_OLD, mutt.dotlock, no)
-if test x$ac_cv_path_DOTLOCK_OLD = xno ; then
-   AC_PATH_PROG(DOTLOCK, mutt_dotlock, no)
-else
-   ac_cv_path_DOTLOCK=$ac_cv_path_DOTLOCK_OLD
-fi
-
-if test x$ac_cv_path_DOTLOCK = xno || test x$lbdb_cv_lbdb_dotlock = xyes
-then
-   DOTLOCK_TARGET=lbdb_dotlock
-   AC_SUBST(DOTLOCK_TARGET)
-   DOTLOCK=$bindir/lbdb_dotlock
-fi
-
+DOTLOCK_TARGET=lbdb_dotlock
+AC_SUBST(DOTLOCK_TARGET)
+DOTLOCK=$bindir/lbdb_dotlock
 AC_SUBST(DOTLOCK)
 
 DOTLOCKBASE=`basename $DOTLOCK`

--- NEW FILE: lbdb.info ---
Package: lbdb
Version: 0.31
Revision: 1
Description: The Little Brother's Database
License: GPL
Source: http://www.spinnaker.de/debian/%n_%v.tar.gz
Source-MD5: 740bb8510017d24ac23fd2b948d25f2e
SourceDirectory: %n-%v
DocFiles: COPYING NEWS README TODO
ConfFiles: %p/etc/lbdb.rc %p/etc/lbdb_ldap.rc
Suggests: abook, evolution, gnupg

Patch: %n.patch
ConfigureParams: --libdir=%p/lib/lbdb --mandir=%p/share/man --sysconfdir=%p/etc 
PATH=/bin:/usr/bin:$PATH --with-abook=%p/bin/abook --with-gpg=%p/bin/gpg 
--with-evolution-addressbook-export=%p/bin/evolution-addressbook-export
CompileScript: 
  /usr/bin/autoreconf
  ./configure %c
  make

InstallScript: make install_prefix=%d install

DescDetail: 
 This package was inspired by the Big Brother Database package available for
 various Emacs mailers. It provides a command-line interface to various
 address books, and is designed to work with mutt's external query feature.

DescUsage: 
 lbdb depends on a number of external tools for some of the more obscure
 plugins. You'll have to install them separately if you want to use them.

Homepage: http://www.spinnaker.de/lbdb/
Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel tailor.info,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6214

Added Files:
tailor.info 
Log Message:
Add tailor 0.9.18.


--- NEW FILE: tailor.info ---
Package: tailor
Version: 0.9.18
Revision: 1
Source: http://nautilus.homeip.net/~lele/projects/tailor-%v.tar.gz
Source-MD5: 474f607a2ec689fcaa19d32ff74a1bd0
PatchScript: 
#!/bin/sh
sed -i.bak -e 's,import sys,\
sys.path.append('\''%p/lib/%n'\''),' tailor

CompileScript: 
  chmod +x tailor

InstallScript: 
  /usr/bin/python setup.py install --prefix %p --root %d --install-lib %p/lib/%n

DocFiles: README README.html
Description: Multiformat source repository synchronizer
Suggests: 
  cvs, darcs, bzr, monotone, svn, svn-client, mercurial-py24 | mercurial-py23,
  codeville-py24 | codeville-py23

DescDetail: 
Tailor is a tool to migrate changesets between ArX, Bazaar, Bazaar-NG,
CVS, Codeville, Darcs, Git, Mercurial, Monotone, Subversion and Tla
repositories.

DescUsage: 
Tailor converts between repository formats through each repository's native
toolkit, so you will need to install the software for any source and binary
repositories you intend to synchronise.

License: GPL
Homepage: http://www.darcs.net/DarcsWiki/Tailor
Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/sound ices.info,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6818

Added Files:
ices.info 
Log Message:
Add ices 0.4 to fink.


--- NEW FILE: ices.info ---
Info2: 
Package: ices%type_pkg[-perl]%type_pkg[-nonfree]
Version: 0.4
Revision: 1
Description: Source client for broadcasting in MP3
License: GPL
Source: http://downloads.xiph.org/releases/%{ni}/%{ni}-%v.tar.gz
Source-MD5: d31450c4011561dae0229f071cb41cb6
Maintainer: Brendan Cully [EMAIL PROTECTED]
Type: -perl (boolean), -nonfree (boolean)
Conflicts: ices, ices-perl, ices-nonfree, ices-perl-nonfree
Replaces: ices, ices-perl, ices-nonfree, ices-perl-nonfree
Depends: 
  libshout4-shlibs, python24-shlibs,
  (%type_pkg[-perl]) perl586,
  (%type_pkg[-nonfree]) lame-shlibs,
  (%type_pkg[-nonfree]) libvorbis0-shlibs,
  (%type_pkg[-nonfree]) flac-shlibs

BuildDepends: 
  pkgconfig, libshout4, python24,
  (%type_pkg[-perl]) perl586,
  (%type_pkg[-nonfree]) lame-dev,
  (%type_pkg[-nonfree]) libvorbis0,
  (%type_pkg[-nonfree]) libogg,
  (%type_pkg[-nonfree]) flac


ConfigureParams: 
  --mandir=%p/share/man --sysconfdir=%p/etc/%{ni} --with-docdir=%p/share/doc/%n
  (%type_raw[-perl] = .) --without-perl
  (%type_raw[-nonfree] = .) --without-lame --without-faad


InstallScript: make DESTDIR=%d install

DocFiles: AUTHORS BUGS COPYING NEWS README README.playlist TODO

Homepage: http://www.icecast.org/ices.php
DescDetail: 
IceS is a source client for a streaming server. It sends MP3 audio data, but
can transcode Vorbis, FLAC, and MP4 audio sources. IceS is also scriptable
in your choice of perl or python.





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel git-core.info,NONE,1.1 git-core.patch,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7665

Added Files:
git-core.info git-core.patch 
Log Message:
Add git-core 0.99.9e


--- NEW FILE: git-core.patch ---
--- git-core-0.99.9e.orig/Makefile  2005-11-06 18:57:40.0 -0800
+++ git-core-0.99.9e/Makefile   2005-11-06 22:40:20.0 -0800
@@ -184,10 +184,8 @@ uname_O := $(shell sh -c 'uname -o 2/de
 ifeq ($(uname_S),Darwin)
NEEDS_SSL_WITH_CRYPTO = YesPlease
NEEDS_LIBICONV = YesPlease
-   ## fink
-   ALL_CFLAGS += -I/sw/include -L/sw/lib
-   ## darwinports
-   ALL_CFLAGS += -I/opt/local/include -L/opt/local/lib
+   ALL_CFLAGS += -I%p/lib/system-openssl/include 
-L%p/lib/system-openssl/lib
+   ALL_CFLAGS += -I%p/include -L%p/lib
 endif
 ifeq ($(uname_S),SunOS)
NEEDS_SOCKET = YesPlease

--- NEW FILE: git-core.info ---
Package: git-core
Version: 0.99.9e
Revision: 1
Depends: libcurl3-unified-shlibs, expat-shlibs
BuildDepends: system-openssl-dev, libcurl3-unified, expat, asciidoc (= 7.0.2), 
xmlto
Suggests: cogito
Source: http://www.kernel.org/pub/software/scm/git/%n-%v.tar.bz2
Source-MD5: a1dec4fc18838686625f6fa26ba721f9
Patch: %n.patch
PatchScript: sed -i.bak -e 's|%%p|%p|g' Makefile
CompileScript: 
  make prefix=%p
  make -C Documentation man

InstallScript: 
  sed -i.bak -e '1s,.*,#!/usr/bin/env perl5.8.6,' git-svnimport
  make DESTDIR=%d prefix=%p install
  make -C Documentation DESTDIR=%d prefix=%p mandir=%p/share/man 
WEBDOC_DEST=%i/share/doc/%n install install-webdoc
 
DocFiles: COPYING README

SplitOff: 
  Package: git-cvsimport
  Description: Tool to import a CVS repository into git
  Depends: %N (=%v-%r), cvsps
  Files: 
bin/%n
share/doc/%N/%n.html
share/man/man1/%n.1
  
  DocFiles: COPYING


SplitOff2: 
  Package: git-archimport
  Description: Tool to import an arch repository into git
  # Should probably depend on arch when that gets packaged
  Depends: %N (=%v-%r), string-shellquote-pm
  Files: 
bin/%n
share/doc/%N/%n.html
share/man/man1/%n.1
  
  DocFiles: COPYING


SplitOff3: 
  Package: git-svnimport
  Description: Tool to import a subversion repository into git
  Depends: %N (=%v-%r), svn-ssl-swig-pm586 | svn-swig-pm586, libwww-pm586
  Files: 
bin/%n
share/doc/%N/%n.html
share/man/man1/%n.1
  
  DocFiles: COPYING


Description: Stupid content tracker
DescDetail: 
This is a stupid (but extremely fast) directory content manager.  It
doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently. It is intended to be the base of an efficient,
distributed source code management system. This package includes
rudimentary tools that can be used as a SCM, but you should look
elsewhere for tools for ordinary humans layered on top of this.

License: GPL
Homepage: http://www.kernel.org/pub/software/scm/git/
Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel cogito.info,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8034

Added Files:
cogito.info 
Log Message:
Add cogito 0.15.1.


--- NEW FILE: cogito.info ---
Package: cogito
Version: 0.15.1
Revision: 1
Depends: git-core (= 0.99.7-1)
BuildDepends: asciidoc (= 7.0.2), xmlto
Source: http://www.kernel.org/pub/software/scm/%n/%n-%v.tar.gz
Source-MD5: 488c5d8c2932940a9e2bebdd6077

CompileScript: make prefix=%p
InstallScript: 
  make DESTDIR=%d prefix=%p install
  make -C Documentation DESTDIR=%d prefix=%p mandir=%p/share/man install 
install-html
 
DocFiles: COPYING README README.osx TODO

Description: Distributed version control system
DescDetail: 
Cogito is a version control system layered on top of the git tree history
storage system. It aims at seamless user interface and ease of use, providing
generally smoother user experience than the raw Core GIT itself and indeed
many other version control systems.

License: GPL
Homepage: http://www.kernel.org/pub/software/scm/git/
Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/alexkhansen/trackerup/10.4-transitional ipython-py.info,NONE,1.1

2005-11-11 Thread Alexander Hansen
Update of /cvsroot/fink/experimental/alexkhansen/trackerup/10.4-transitional
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7650

Added Files:
ipython-py.info 
Log Message:
Tracker item 1306087 for perusal


--- NEW FILE: ipython-py.info ---
Info2: 
Package: ipython-py%type_pkg[python]
Version: 0.6.15
Revision: 1
Type: python(2.2 2.3 2.4)
Maintainer: Andrea Riciputi [EMAIL PROTECTED]
Depends: python%type_pkg[python]
Recommends: gnuplot, gnuplot-py%type_pkg[python] (=1.7-1), 
numeric-py%type_pkg[python], matplotlib-py%type_pkg[python]
Source: http://ipython.scipy.org/dist/ipython-%v.tar.gz 
Source-MD5: 3b777c86f6afba52343ac9ec3ec3eef7
CompileScript: python%type_raw[python] setup.py build
InstallScript: 
 python%type_raw[python] setup.py install --root=%d
 mkdir -p %i/share/doc/%n
 cp -R %i/share/doc/ipython-%v/* %i/share/doc/%n
 rm -R %i/share/doc/ipython-%v

 mv %i/bin/ipython %i/bin/ipython%type_raw[python]
 mv %i/bin/pycolor %i/bin/pycolor%type_raw[python]

 mv %i/share/man/man1/ipython.1.gz 
%i/share/man/man1/ipython-py%type_pkg[python].1.gz
 mv %i/share/man/man1/pycolor.1.gz 
%i/share/man/man1/pycolor-py%type_pkg[python].1.gz

DocFiles: README PKG-INFO
Description: Replacement interactive Python interpreter 
DescDetail: 
 IPython is a replacement for the interactive Python interpreter with many
 extra features for object introspection, system shell access and with its 
 own special command system  for adding functionality when working 
 interactively. It serves  as an embeddable, ready to use interpreter for 
 your own programs and it offers a flexible framework which can be used as
 the base environment for other system with Python as the underlying
 language. Specifically scientific environments like Mathematica, IDL and
 Matlab inspired its design, but similar ideas can be useful in many fields.

PostInstScript: 
 update-alternatives --install %p/bin/ipython ipython 
%p/bin/ipython%type_raw[python] %type_pkg[python] --slave 
%p/share/man/man1/ipython.1.gz ipython.1.gz 
%p/share/man/man1/ipython-py%type_pkg[python].1.gz
 update-alternatives --install %p/bin/pycolor pycolor 
%p/bin/pycolor%type_raw[python] %type_pkg[python] --slave 
%p/share/man/man1/pycolor.1.gz pycolor.1.gz 
%p/share/man/man1/pycolor-py%type_pkg[python].1.gz

 echo 
 echo Actually '%p/bin/ipython' is a symlink automatically updated by the
 echo update-alternatives utility. If you install multiple flavours of
 echo ipython the symlink will point to the higher flavour by default.

PreRmScript: 
 if [ $1 != upgrade ]; then
   update-alternatives --remove ipython %p/bin/ipython%type_raw[python]
   update-alternatives --remove pycolor %p/bin/pycolor%type_raw[python]
 fi

License: BSD
Homepage: http://ipython.scipy.org/




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod ChangeLog,NONE,1.1.2.2 Fink.pm.in,NONE,1.2.2.2 .cvsignore,1.1,1.1.10.1

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/perlmod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/perlmod

Modified Files:
  Tag: dist-up-branch
.cvsignore 
Added Files:
  Tag: dist-up-branch
ChangeLog Fink.pm.in 
Log Message:
sync w head, dist-up-branch-10

Index: .cvsignore
===
RCS file: /cvsroot/fink/fink/perlmod/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.10.1
diff -u -d -r1.1 -r1.1.10.1
--- .cvsignore  2 Nov 2004 18:26:24 -   1.1
+++ .cvsignore  11 Nov 2005 21:00:41 -  1.1.10.1
@@ -1 +1,2 @@
 .DS_Store
+Fink.pm

--- NEW FILE: Fink.pm.in ---
# -*- mode: Perl; tab-width: 4; -*-
#
# Fink package
#
# Fink - a package manager that downloads source and installs it
# Copyright (c) 2001 Christoph Pfisterer
# Copyright (c) 2001-2005 The Fink Package Manager Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, 
USA.
#

package Fink;

require 5.006;  # perl 5.6.0 or newer required

use strict;
use warnings;

=head1 NAME

Fink - Compile and install UNIX applications for Mac OS X

=head1 SYNOPSIS

  use Fink;

  # Do something with the other Fink modules

=head1 DESCRIPTION

This module allows other scripts to easily initialize Fink.

=cut

# Fink-_safe()
#
# Make sure Fink is safe to use

{
my $basepath = @BASEPATH@;
my $inited = 0;

sub _safe {
# set useful umask
umask oct(022);

# set PATH so we find dpkg and *-config scripts
$ENV{PATH} = 
$basepath/sbin:$basepath/bin:/usr/sbin:/sbin:/usr/X11R6/bin:
. $ENV{PATH};

# get rid of CDPATH
delete $ENV{CDPATH};
}

sub import {
my $class = shift;

# Only do it once
return if $inited++;

# Setup the configuration
my $configpath = $basepath/etc/fink.conf;
unless (-f $configpath) {
print ERROR: Configuration file \$configpath\ not 
found.\n;
exit 1;
}   
require Fink::Config;
Fink::Config-new_with_path($configpath, { Basepath = 
$basepath });

# Make sure we're safe
$class-_safe();
}
}

1;

--- NEW FILE: ChangeLog ---
2005-09-09  Dave Vasilevsky  [EMAIL PROTECTED]

* Fink.pm.in: New module, so scripts can 'use Fink'.
* .cvsignore: Ignore Fink.pm (created from Fink.pm.in)




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/10.3 ChangeLog,1.23.2.1,1.23.2.2 base-files.info,1.8.2.1,1.8.2.2 fink-mirrors.info,1.6.4.1,1.6.4.2

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/10.3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/10.3

Modified Files:
  Tag: dist-up-branch
ChangeLog base-files.info fink-mirrors.info 
Log Message:
sync w head, dist-up-branch-10

Index: fink-mirrors.info
===
RCS file: /cvsroot/fink/fink/10.3/fink-mirrors.info,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -u -d -r1.6.4.1 -r1.6.4.2
--- fink-mirrors.info   7 Aug 2005 18:30:44 -   1.6.4.1
+++ fink-mirrors.info   11 Nov 2005 21:00:40 -  1.6.4.2
@@ -1,11 +1,10 @@
 Package: fink-mirrors
-Version: 0.24.4.1
+Version: 0.24.8.1
 Revision: 1
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: 1496ac9bf8efee017ece2a81d504cd11
+Source-MD5: ec354141dade6a5fe9e58f1f65caa4fc
 Depends: fink (= 0.17.3-1)
-AddShlibDeps: true
 Replaces: fink ( 0.17.2-1)
 CompileScript:  sed -e s|@PREFIX@|%p|g  postinstall.pl.in  postinstall.pl
 InstallScript: ./install.sh %i

Index: base-files.info
===
RCS file: /cvsroot/fink/fink/10.3/base-files.info,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- base-files.info 7 Aug 2005 18:30:44 -   1.8.2.1
+++ base-files.info 11 Nov 2005 21:00:40 -  1.8.2.2
@@ -1,9 +1,9 @@
 Package: base-files
-Version: 1.9.6
+Version: 1.9.7
 Revision: 1
 Source: mirror:custom:fink/%n-%v.tar.gz
 Essential: yes
-Source-MD5: 53953588cf8d2072ab8bb7ab470808e7
+Source-MD5: 9b02cdb4e052e3dbd280f5ec36590816
 CompileScript: ./setup.sh %p
 InstallScript: ./install.sh %i
 #

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/10.3/ChangeLog,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- ChangeLog   7 Aug 2005 18:30:44 -   1.23.2.1
+++ ChangeLog   11 Nov 2005 21:00:40 -  1.23.2.2
@@ -1,3 +1,7 @@
+2005-08-15  Dave Morrison  [EMAIL PROTECTED]
+
+   * base-files.info, fink-mirrors.info: new versions
+
 2005-07-21  Daniel Macks  [EMAIL PROTECTED]
 
* cctools-extra.info: no gcc-3.3 so no BDep:gcc3.3



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/t/Package ChangeLog,1.2,1.2.2.1 duplicate_fullnames.t,1.2,1.2.2.1

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/t/Package
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/t/Package

Modified Files:
  Tag: dist-up-branch
ChangeLog duplicate_fullnames.t 
Log Message:
sync w head, dist-up-branch-10

Index: duplicate_fullnames.t
===
RCS file: /cvsroot/fink/fink/t/Package/duplicate_fullnames.t,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- duplicate_fullnames.t   21 Apr 2005 19:38:56 -  1.2
+++ duplicate_fullnames.t   11 Nov 2005 21:00:42 -  1.2.2.1
@@ -7,6 +7,7 @@
 my $config = Fink::Config-new_with_path('basepath/etc/fink.conf');
 
 require_ok('Fink::Package');
+require_ok('Fink::PkgVersion');
 
 my @tests = (
{   trees = [ qw(epoch1) ],works 
= 1,
@@ -26,7 +27,7 @@
foreach ( @{$test-{trees}} ) {
my $file = 
Package/duplicate_fullname_trees/$_/finkinfo/ .
duplicate-fullname.info;
-   my @pv = Fink::Package-packages_from_info_file($file);
+   my @pv = 
Fink::PkgVersion-pkgversions_from_info_file($file);
Fink::Package-insert_pkgversions(@pv);
}
};

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/t/Package/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- ChangeLog   21 Apr 2005 19:38:56 -  1.2
+++ ChangeLog   11 Nov 2005 21:00:42 -  1.2.2.1
@@ -1,3 +1,8 @@
+2005-08-29  Dave Vasilevsky  [EMAIL PROTECTED]
+
+   * get_perl.t, get_ruby.t, get_splitoffs.t, non_consecutive_source.t:
+   Adapt to changed methods in Package/PkgVersion.
+
 2005-04-21  Dave Vasilevsky  [EMAIL PROTECTED]
 
* duplicate_fullnames.t: Revamp so it works with new Package.pm



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/10.4-transitional ChangeLog,1.1.6.3,1.1.6.4 base-files.info,1.2.2.3,1.2.2.4 fink-mirrors.info,1.2.2.2,1.2.2.3

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/10.4-transitional
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/10.4-transitional

Modified Files:
  Tag: dist-up-branch
ChangeLog base-files.info fink-mirrors.info 
Log Message:
sync w head, dist-up-branch-10

Index: fink-mirrors.info
===
RCS file: /cvsroot/fink/fink/10.4-transitional/fink-mirrors.info,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -d -r1.2.2.2 -r1.2.2.3
--- fink-mirrors.info   11 May 2005 20:07:13 -  1.2.2.2
+++ fink-mirrors.info   11 Nov 2005 21:00:40 -  1.2.2.3
@@ -1,9 +1,9 @@
 Package: fink-mirrors
-Version: 0.24.4.1
+Version: 0.24.8.1
 Revision: 1
 Essential: yes
 Source: mirror:custom:fink/%n-%v.tar.gz
-Source-MD5: 1496ac9bf8efee017ece2a81d504cd11
+Source-MD5: ec354141dade6a5fe9e58f1f65caa4fc
 Depends: fink (= 0.17.3-1)
 Replaces: fink ( 0.17.2-1)
 CompileScript:  sed -e s|@PREFIX@|%p|g  postinstall.pl.in  postinstall.pl

Index: base-files.info
===
RCS file: /cvsroot/fink/fink/10.4-transitional/base-files.info,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -d -r1.2.2.3 -r1.2.2.4
--- base-files.info 7 Aug 2005 18:30:44 -   1.2.2.3
+++ base-files.info 11 Nov 2005 21:00:40 -  1.2.2.4
@@ -1,9 +1,9 @@
 Package: base-files
-Version: 1.9.6
+Version: 1.9.7
 Revision: 1
 Source: mirror:custom:fink/%n-%v.tar.gz
 Essential: yes
-Source-MD5: 53953588cf8d2072ab8bb7ab470808e7
+Source-MD5: 9b02cdb4e052e3dbd280f5ec36590816
 CompileScript: ./setup.sh %p
 InstallScript: ./install.sh %i
 #

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/10.4-transitional/ChangeLog,v
retrieving revision 1.1.6.3
retrieving revision 1.1.6.4
diff -u -d -r1.1.6.3 -r1.1.6.4
--- ChangeLog   7 Aug 2005 18:30:44 -   1.1.6.3
+++ ChangeLog   11 Nov 2005 21:00:40 -  1.1.6.4
@@ -1,3 +1,7 @@
+2005-08-15  Dave Morrison  [EMAIL PROTECTED]
+
+   * base-files.info, fink-mirrors.info: new versions
+
 2005-07-05  Peter O'Gorman  [EMAIL PROTECTED]
 
* dpkg.info, dpkg.patch, dpkg-bootstrap.info, gettext.info,



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/t/Services spec2struct.t,NONE,1.1.2.2 ChangeLog,1.14.6.1,1.14.6.2

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/t/Services
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/t/Services

Modified Files:
  Tag: dist-up-branch
ChangeLog 
Added Files:
  Tag: dist-up-branch
spec2struct.t 
Log Message:
sync w head, dist-up-branch-10

--- NEW FILE: spec2struct.t ---
#!/usr/bin/perl
use warnings;
use strict;

use Test::More 'no_plan';
use Data::Dumper;

BEGIN {
use_ok( 'Fink::Services', qw(spec2struct spec2string) );
}

# Pairs of valid input and result, which apply to both methods
my @dual = (
# Plain 'ol package specs
'foo'   = { package = 'foo'   },
'gtk+'  = { package = 'gtk+'  },
'quitelongnamedontyouthink' = { package = 
'quitelongnamedontyouthink' },
'9-'= { package = '9-'},

# With version specs
'foo (= 1.2.3.14-1)'   =
{ package = 'foo', relation = '=', version = '1.2.3.14-1'   
},
'gtk+ (= 45:2.7+test:2-1)'  =
{ package = 'gtk+', relation = '=', version = 
'45:2.7+test:2-1'  },
'90 ( 6)' =
{ package = '90', relation = '', version = '6' 
},
'BLaH (= 6-5-4-3-2-1)' =
{ package = 'BLaH', relation = '=', version = '6-5-4-3-2-1' 
},
);

# Only valid for spec2struct
my @single = (
# Whitespace weirdness
' foo'  = { package = 'foo'   },
\tgtk+\n \n   = { package = 'gtk+'  },
'foo(=1.0-1)'  =
{ package = 'foo', relation = '=', version = '1.0-1'
},
 gtk+\n(=\t45:2.7+test:2-1 \t ) \n=
{ package = 'gtk+', relation = '=', version = 
'45:2.7+test:2-1'  },
);

# Bad input
my @bad2struct = (
'a',
# Too short
'.foo', '+bar', 
# Start with non alnum
'foo#', 'inner space', 'blah', 'b%a*r',# Bad chars
'(foo)',
# Just confusing

'oooh aaah ( 1)', # Bad package with spec
'foo (1.0)',# No relation
'bar ()', # No version
'blah ( 2.0-1)',   # Invalid relation
'(= 2) iggy', 'baz (2 )',# Out of order
'foo (= 1 2)', 'bar (= *1*)',  # Bad chars

# TODO: Version problems not yet checked:
#   'foo (= 1-2:1)',# Bad epoch
#   'bar (= 1:2-2:0)',  # Bad revision
#   'iggy ( :.+-A5)', # Totally messed up
);
my @bad2string = (
{ },# Nothing
{ name = 'foo' },  # Not name, package
{ package = 'foo', relation = '' }, # Relation w/o version
{ package = 'foo', version = '1' },   # Version w/o relation

# TODO: Validate content of fields?
);


sub prettify {
return Data::Dumper-new([shift])-Terse(1)-Useqq(1)-Indent(0)
-Sortkeys(1)-Dump();
}

sub test {
my ($sub, $subname, $in, $out, $fail) = @_;
my $pretty = prettify($in);
my $result;
eval { $result = $sub($in) };
if ($@) {
if (!$fail) {
fail($subname incorrectly threw exception '$@' on 
$pretty);
} elsif ($@ !~ /^Fink::Services:/) {
fail($subname threw unrecognized exception '$@' on 
$pretty);
} else {
pass($subname correctly threw exception on $pretty);
}
} else {
if ($fail) {
my $pout = prettify($out);
fail($subname should have thrown exception on $pretty, 
instead 
. got $pout);
} else {
is_deeply($result, $out, $subname works on $pretty);
}
}
}

sub test_spec2struct {
test(\spec2struct, 'spec2struct', @_);
}

sub test_spec2string {
test(\spec2string, 'spec2string', @_);
}

my ($string, $struct);
while (@dual) {
($string, $struct, @dual) = @dual;
test_spec2struct($string, $struct, 0);
test_spec2string($struct, $string, 0);
}
while (@single) {
($string, $struct, @single) = @single;
test_spec2struct($string, $struct, 0);
}
foreach $string (@bad2struct) {
test_spec2struct($string, '', 1);
}
foreach $struct (@bad2string) {
test_spec2string($struct, '', 1);
}

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/t/Services/ChangeLog,v
retrieving revision 1.14.6.1
retrieving revision 1.14.6.2
diff -u -d 

fink/t/PkgVersion ChangeLog,1.2.10.1,1.2.10.2 get_perl.t,1.5,1.5.28.1 get_ruby.t,1.3,1.3.24.1 get_splitoffs.t,1.1.2.2,1.1.2.3 non_consecutive_source.t,1.1,1.1.22.1

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/t/PkgVersion
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/t/PkgVersion

Modified Files:
  Tag: dist-up-branch
ChangeLog get_perl.t get_ruby.t get_splitoffs.t 
non_consecutive_source.t 
Log Message:
sync w head, dist-up-branch-10

Index: non_consecutive_source.t
===
RCS file: /cvsroot/fink/fink/t/PkgVersion/non_consecutive_source.t,v
retrieving revision 1.1
retrieving revision 1.1.22.1
diff -u -d -r1.1 -r1.1.22.1
--- non_consecutive_source.t23 Mar 2004 08:46:18 -  1.1
+++ non_consecutive_source.t11 Nov 2005 21:00:42 -  1.1.22.1
@@ -11,9 +11,9 @@
 
 # Can't test validation?
 
-my $pv = Fink::PkgVersion-new_from_properties(
-   read_properties(PkgVersion/non-consecutive-test.info)
-);
+my $pv = (Fink::PkgVersion-pkgversions_from_info_file(
+   PkgVersion/non-consecutive-test.info
+))[0];
 
 isa_ok( $pv, Fink::PkgVersion, non-consecutive-test.info );# 2
 
@@ -32,9 +32,9 @@
 like($pv-get_tarball(), qr/gz$/,
can generate implicit tarball);   
# 8
 
-$pv = Fink::PkgVersion-new_from_properties(
-   read_properties(PkgVersion/non-consecutive-test2.info)
-);
+$pv = (Fink::PkgVersion-pkgversions_from_info_file(
+   PkgVersion/non-consecutive-test2.info
+))[0];
 is($pv-get_source(),
mirror:gnu:non-consecutive-test2/non-consecutive-test2-1.0.tar.gz,
old gnu/gnome mirror syntax works);   
# 9

Index: get_perl.t
===
RCS file: /cvsroot/fink/fink/t/PkgVersion/get_perl.t,v
retrieving revision 1.5
retrieving revision 1.5.28.1
diff -u -d -r1.5 -r1.5.28.1
--- get_perl.t  16 Nov 2003 13:42:43 -  1.5
+++ get_perl.t  11 Nov 2005 21:00:42 -  1.5.28.1
@@ -17,9 +17,9 @@
 
 
 while( my($info, $version) = each %perlversions ) {
-my $pv = Fink::PkgVersion-new_from_properties(
-read_properties(PkgVersion/$info.info)
-   );
+my $pv = (Fink::PkgVersion-pkgversions_from_info_file(
+PkgVersion/$info.info
+   ))[0];
 
 isa_ok( $pv, Fink::PkgVersion, $info );
 

Index: get_splitoffs.t
===
RCS file: /cvsroot/fink/fink/t/PkgVersion/get_splitoffs.t,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- get_splitoffs.t 26 Apr 2005 01:37:56 -  1.1.2.2
+++ get_splitoffs.t 11 Nov 2005 21:00:42 -  1.1.2.3
@@ -34,7 +34,9 @@
 
 Fink::Package-forget_packages();
 foreach (qw/ p1 p2 p3 / ) {
-   
Fink::Package-insert_pkgversions(Fink::Package-packages_from_info_file(PkgVersion/get_splitoffs-tree/finkinfo/$_.info));
+   Fink::Package-insert_pkgversions(
+   Fink::PkgVersion-pkgversions_from_info_file(
+   PkgVersion/get_splitoffs-tree/finkinfo/$_.info));
 }
 print Loaded our .info files\n;
 

Index: get_ruby.t
===
RCS file: /cvsroot/fink/fink/t/PkgVersion/get_ruby.t,v
retrieving revision 1.3
retrieving revision 1.3.24.1
diff -u -d -r1.3 -r1.3.24.1
--- get_ruby.t  15 Jan 2004 06:23:50 -  1.3
+++ get_ruby.t  11 Nov 2005 21:00:42 -  1.3.24.1
@@ -16,9 +16,9 @@
 
 
 while( my($info, $version) = each %rubyversions ) {
-my $pv = Fink::PkgVersion-new_from_properties(
-read_properties(PkgVersion/$info.info)
-   );
+my $pv = (Fink::PkgVersion-pkgversions_from_info_file(
+PkgVersion/$info.info
+   ))[0];
 
 isa_ok( $pv, Fink::PkgVersion, $info );
 

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/t/PkgVersion/ChangeLog,v
retrieving revision 1.2.10.1
retrieving revision 1.2.10.2
diff -u -d -r1.2.10.1 -r1.2.10.2
--- ChangeLog   26 Apr 2005 01:37:56 -  1.2.10.1
+++ ChangeLog   11 Nov 2005 21:00:42 -  1.2.10.2
@@ -1,3 +1,8 @@
+2005-08-29  Dave Vasilevsky  [EMAIL PROTECTED]
+
+   * get_perl.t, get_ruby.t, get_splitoffs.t, non_consecutive_source.t:
+   Adapt to changed methods in Package/PkgVersion.
+
 2005-04-25  Daniel Macks  [EMAIL PROTECTED]
 
* get_splitoffs.t, get_splitoffs-tree/finkinfo/*: Check all arg



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list

fink/mirror ChangeLog,1.85.2.1,1.85.2.2 VERSION,1.15,1.15.2.1 _keys,1.8,1.8.2.1 _list,1.19,1.19.10.1 apache,1.2.14.1,1.2.14.2 apt,1.4,1.4.2.1 gnu,1.10.6.1,1.10.6.2

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/mirror
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/mirror

Modified Files:
  Tag: dist-up-branch
ChangeLog VERSION _keys _list apache apt gnu 
Log Message:
sync w head, dist-up-branch-10

Index: _list
===
RCS file: /cvsroot/fink/fink/mirror/_list,v
retrieving revision 1.19
retrieving revision 1.19.10.1
diff -u -d -r1.19 -r1.19.10.1
--- _list   18 Jul 2004 16:14:42 -  1.19
+++ _list   11 Nov 2005 21:00:41 -  1.19.10.1
@@ -4,7 +4,7 @@
 # during mirror selection. The individual keys list titles
 # displayed in mirror selection.
 
-Order: master rsync apt gnu gnome gimp ctan cpan debian kde sourceforge
+Order: master rsync apt gnu gnome gimp ctan cpan debian kde sourceforge apache
 
 master: Master Fink mirrors
 apt: Apt-Get Repository

Index: gnu
===
RCS file: /cvsroot/fink/fink/mirror/gnu,v
retrieving revision 1.10.6.1
retrieving revision 1.10.6.2
diff -u -d -r1.10.6.1 -r1.10.6.2
--- gnu 7 Aug 2005 18:30:45 -   1.10.6.1
+++ gnu 11 Nov 2005 21:00:41 -  1.10.6.2
@@ -1,12 +1,12 @@
-# Official mirror list: http://www.gnu.org/server/list-mirrors.html
-Timestamp: 2004-12-03
+# Official mirror list: http://www.gnu.org/order/ftp.html
+Timestamp: 2005-09-22
 
 Primary: ftp://ftp.gnu.org/gnu
 
 afr-ZA: ftp://ftp.sun.ac.za/mirrorsites/ftp.gnu.org/
 asi-CN: ftp://ftp.cs.cuhk.edu.hk/pub/gnu/gnu/
 asi-CN: ftp://sunsite.ust.hk/pub/gnu/
-asi-HK: ftp://ftp.gnupilgrims.org/pub/gnu
+asi-HK: ftp://ftp.gnupilgrims.org/pub/gnu/
 asi-ID: ftp://kambing.vlsm.org/gnu/
 asi-ID: http://kambing.vlsm.org/gnu/
 asi-IN: ftp://www.imtech.res.in/mirror/gnuftp/
@@ -17,8 +17,8 @@
 asi-JP: ftp://tron.um.u-tokyo.ac.jp/pub/GNU/
 asi-KR: ftp://ftp.linux.sarang.net/mirror/gnu/gnu/
 asi-KR: ftp://ftp.xgate.co.kr/pub/mirror/gnu/
-asi-KR: ftp://ftp://gnu.xinicks.com/
 asi-KR: ftp://ftpmirror.hanyang.ac.kr/GNU/
+asi-KR: ftp://gnu.xinicks.com/
 asi-SA: ftp://ftp.isu.net.sa/pub/gnu/
 asi-TH: ftp://ftp.nectec.or.th/pub/mirrors/gnu/
 asi-TW: ftp://coda.nctu.edu.tw/UNIX/gnu/
@@ -64,14 +64,16 @@
 eur-IE: ftp://ftp.heanet.ie/mirrors/ftp.gnu.org/
 eur-IE: http://ftp.heanet.ie/mirrors/ftp.gnu.org/
 eur-IL: ftp://ftp.cs.huji.ac.il/mirror/GNU/
+eur-IT: ftp://rm.mirror.garr.it/mirrors/gnuftp/
 eur-IT: ftp://ftp.digitaltrust.it/pub/gnu/
 eur-IT: ftp://ftp.gnu.inetcosmos.org/pub/gnu/
 eur-IT: ftp://ftp.lugroma2.org/pub/gnu/
+eur-IT: http://rm.mirror.garr.it/mirrors/gnuftp/
 eur-NL: ftp://ftp.easynet.nl/mirror/GNU/
 eur-NL: ftp://ftp.mirror.nl/pub/mirror/gnu/
 eur-NL: ftp://ftp.nl.uu.net/pub/gnu/
 eur-NL: ftp://ftp.nluug.nl/pub/gnu/
-eur-NL: ftp://ftp.win.tue.nl/pub/gnu
+eur-NL: ftp://ftp.win.tue.nl/pub/gnu/
 eur-NL: ftp://gnu.kookel.org/pub/ftp.gnu.org/
 eur-NL: ftp://gnu.mirror.vuurwerk.net/pub/GNU/
 eur-NL: ftp://mirror.widexs.nl/pub/gnu/
@@ -85,6 +87,7 @@
 eur-PT: ftp://ftp.telepac.pt/pub/gnu/
 eur-RO: ftp://ftp.timisoara.roedu.net/mirrors/ftp.gnu.org/pub/gnu/
 eur-RU: ftp://ftp.chg.ru/pub/gnu/
+eur-RU: ftp://gnuftp.axitel.ru/
 eur-SE: ftp://ftp.chl.chalmers.se/pub/gnu/
 eur-SE: ftp://ftp.isy.liu.se/pub/gnu/
 eur-SE: ftp://ftp.luth.se/pub/unix/gnu/
@@ -131,17 +134,18 @@
 nam-US: ftp://uiarchive.cso.uiuc.edu/pub/ftp/ftp.gnu.org/gnu/
 nam-US: ftp://wuarchive.wustl.edu/mirrors/gnu/
 nam-US: http://ftp.algx.net/pub/gnu/
+nam-US: http://ftp.club.cc.cmu.edu/pub/gnu/
 nam-US: http://ftp.egr.msu.edu/pub/gnu/
 nam-US: http://ftp.gnu.mirrors.hoobly.com/
 nam-US: http://ftp.wayne.edu/pub/gnu/
-nam-US: http://mirror.telentente.com/pub/gnu/
 nam-US: http://mirrors.kernel.org/gnu/
 nam-US: http://mirrors.usc.edu/pub/gnu/
 nam-US: http://wuarchive.wustl.edu/mirrors/gnu/
+nam-US: http://www.mirrormonster.com/gnuftp/
 sam-BR: ftp://ftp.matrix.com.br/pub/gnu/
 sam-BR: ftp://ftp.pucpr.br/gnu/
 sam-BR: ftp://ftp.unicamp.br/pub/gnu/
-sam-BR: ftp://ftp://ftp.linorg.usp.br/gnu
+sam-BR: ftp://ftp.linorg.usp.br/gnu
 sam-BR: ftp://master.softaplic.com.br/pub/gnu/
 sam-CL: ftp://ftp.inf.utfsm.cl/pub/gnu/
 sam-CR: ftp://sunsite.ulatina.ac.cr/Mirrors/GNU/

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/mirror/ChangeLog,v
retrieving revision 1.85.2.1
retrieving revision 1.85.2.2
diff -u -d -r1.85.2.1 -r1.85.2.2
--- ChangeLog   7 Aug 2005 18:30:44 -   1.85.2.1
+++ ChangeLog   11 Nov 2005 21:00:41 -  1.85.2.2
@@ -1,10 +1,26 @@
-2006-07-21 Max Horn  [EMAIL PROTECTED]
+2005-10-15 Max Horn  [EMAIL PROTECTED]
+
+   * gnu: Updated mirror list.
+
+2005-09-25  Dave Morrison  [EMAIL PROTECTED]
+
+   * VERSION: releasing version 0.24.10.1 of fink-mirrors
+
+2005-09-16  Peter O'Gorman  [EMAIL PROTECTED]
+
+   * apt: Add todai teams bindist mirror. Thanks Asari-san.
+
+2005-08-14  Dave Morrison  [EMAIL PROTECTED]
+
+   * VERSION: releasing version 0.24.8.1 of fink-mirrors
+
+2005-07-21 

fink/t/Command ChangeLog,1.1,1.1.22.1 du_sk.t,1.2,1.2.22.1

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/t/Command
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/t/Command

Modified Files:
  Tag: dist-up-branch
ChangeLog du_sk.t 
Log Message:
sync w head, dist-up-branch-10

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/t/Command/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.1.22.1
diff -u -d -r1.1 -r1.1.22.1
--- ChangeLog   17 Mar 2004 00:20:13 -  1.1
+++ ChangeLog   11 Nov 2005 21:00:42 -  1.1.22.1
@@ -1,3 +1,8 @@
+2005-08-21  Dave Vasilevsky  [EMAIL PROTECTED]
+
+   * du_sk.t: Allow for a certain amount of error in list test, to account
+   for rounding on filesystems with block sizes  1K.
+
 2004-03-16  Dave Vasilevsky  [EMAIL PROTECTED]
 
* du_sk.t: New test for du_sk, replacement for 'du -sk'

Index: du_sk.t
===
RCS file: /cvsroot/fink/fink/t/Command/du_sk.t,v
retrieving revision 1.2
retrieving revision 1.2.22.1
diff -u -d -r1.2 -r1.2.22.1
--- du_sk.t 18 Mar 2004 09:41:19 -  1.2
+++ du_sk.t 11 Nov 2005 21:00:42 -  1.2.22.1
@@ -27,5 +27,13 @@
 # User better not touch anything for a moment
 (my $dirsize = `/usr/bin/du -sk .`) =~ s/\D.*$//s;
 is( du_sk('.'), $dirsize, agrees with du);   
# 4
-is( du_sk(qw(. .)), 2 * $dirsize, works on lists);   
# 5
+
+# If block size is less than 1K, then rounding effects can cause size of
+# $dir twice to not equal twice size of $dir.
+my @ok_sizes = (2 * $dirsize);
+push @ok_sizes, 2 * $dirsize - 1 if $smallsize == 1;
+my $listsize = du_sk(qw(. .));
+ok( (grep { $_ == $listsize } @ok_sizes) , works on lists);  
# 5
+
+
 is( du_sk(), 0, works with no arguments);
# 6



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink/Notify Growl.pm,1.5.2.4,1.5.2.5 QuickSilver.pm,1.3.2.2,1.3.2.3 Say.pm,1.3.2.2,1.3.2.3 Syslog.pm,1.4.2.2,1.4.2.3

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink/perlmod/Fink/Notify
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265/perlmod/Fink/Notify

Modified Files:
  Tag: dist-up-branch
Growl.pm QuickSilver.pm Say.pm Syslog.pm 
Log Message:
sync w head, dist-up-branch-10







---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink ChangeLog,1.323.2.7,1.323.2.8 INSTALL,1.18.8.1,1.18.8.2 INSTALL.html,1.22.6.1,1.22.6.2 Makefile,1.16.6.4,1.16.6.5 bootstrap.pl,1.62.2.3,1.62.2.4 fink.8.in,1.41.2.2,1.41.2.3 fink.conf.5.in,1.24.2.

2005-11-11 Thread Chris Zubrzycki
Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8265

Modified Files:
  Tag: dist-up-branch
ChangeLog INSTALL INSTALL.html Makefile bootstrap.pl fink.8.in 
fink.conf.5.in fink.in fink.info.in install.sh lockwait.in 
pathsetup.sh.in setup.sh 
Log Message:
sync w head, dist-up-branch-10

Index: INSTALL.html
===
RCS file: /cvsroot/fink/fink/INSTALL.html,v
retrieving revision 1.22.6.1
retrieving revision 1.22.6.2
diff -u -d -r1.22.6.1 -r1.22.6.2
--- INSTALL.html14 Jun 2005 16:22:34 -  1.22.6.1
+++ INSTALL.html11 Nov 2005 21:00:40 -  1.22.6.2
@@ -38,6 +38,9 @@
 p
 Start out by copying the tt style=white-space: 
nowrap;fink-0.8.0-full.tar.gz/tt
 file to your home folder.
+(Note: If you have OS X 10.4 and XCode 2.1, you should use
+tt style=white-space: nowrap;fink-0.8.0-full-XCode-2.1.tar.gz/tt 
instead, and make
+the appropriate changes below.)
 Then, open Terminal.app and follow the session below.
 Computer output is in tt style=white-space: nowrap;normal face/tt, your 
input is in
 tt style=white-space: nowrap;bbold face/b/tt (or otherwise 
highlighted).
@@ -134,6 +137,9 @@
 p
 Start out by copying the tt style=white-space: 
nowrap;fink-0.8.0-full.tar.gz/tt
 file to your home folder.
+(Note: If you have OS X 10.4 and XCode 2.1, you should use
+tt style=white-space: nowrap;fink-0.8.0-full-XCode-2.1.tar.gz/tt 
instead, and make
+the appropriate changes below.)
 Then, open Terminal.app and follow the session below.
 Computer output is in tt style=white-space: nowrap;normal face/tt, your 
input is in
 tt style=white-space: nowrap;bbold face/b/tt (or otherwise 
highlighted).
@@ -240,6 +246,9 @@
 h3a name=install-first.install2.3 Installation/a/h3
 p
 First, you need to unpack the fink-0.8.0-full.tar.gz tarball.
+(Note: If you have OS X 10.4 and XCode 2.1, you should use
+tt style=white-space: nowrap;fink-0.8.0-full-XCode-2.1.tar.gz/tt 
instead, and make
+the appropriate changes below.)
 It is recommended that you do this from the command line -
 StuffIt Expander has a tendency to screw up text files.
 So, go to the directory where you put the tarball, and run this
@@ -534,4 +543,4 @@
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
 requires the explicit consent of the author./phr
-pGenerated from i$Fink: install.xml,v 1.21 2005/05/31 15:36:05 rangerrick 
Exp $/i/p/body/html
+pGenerated from i$Fink: install.xml,v 1.22 2005/09/09 19:10:31 dmrrsn Exp 
$/i/p/body/html

Index: fink.in
===
RCS file: /cvsroot/fink/fink/fink.in,v
retrieving revision 1.51.2.1
retrieving revision 1.51.2.2
diff -u -d -r1.51.2.1 -r1.51.2.2
--- fink.in 27 Apr 2005 16:11:15 -  1.51.2.1
+++ fink.in 11 Nov 2005 21:00:40 -  1.51.2.2
@@ -21,171 +21,21 @@
 #
 
 $| = 1;
-require 5.006;  # perl 5.6.0 or newer required
 use strict;
 
-use lib @BASEPATH@/lib/perl5;
-my $basepath = '@BASEPATH@';
-
-### parse options passed on the command line
-
-use Getopt::Long;
-
-my %options =
-  (
-   dontask = 0,
-   interactive = 0,
-   verbosity   = 0,
-   keep_build  = 0,
-   keep_root   = 0,
-   use_binary  = 0,
-   build_as_nobody = 0,
-   maintainermode  = 0,
-  );
-my @orig_ARGV = @ARGV;
-
-Getopt::Long::Configure(qw(bundling ignore_case require_order));
-GetOptions(
-   'yes|y'  = sub { $options{dontask} = 1 },
-   'quiet|q'= sub { $options{verbosity} = -1  },
-   'verbose|v'  = sub { $options{verbosity} = 3   },
-   'keep-build-dir|k'   = sub { $options{keep_build} = 1  },
-   'keep-root-dir|K'= sub { $options{keep_root} = 1   },
-   'use-binary-dist|b'  = sub { $options{use_binary} = 1  },
-   'no-use-binary-dist' = sub { $options{use_binary} = -1 },
-   'build-as-nobody'= sub { $options{build_as_nobody} = 1 },
-   'maintainer|m'   = sub { $options{maintainermode} = 1  },
-#  'interactive|i'  = sub { $options{interactive} = 1 },
-   'version|V'  = \show_version,
-   'help|h' = \show_help
-)
-   or die UNKNOWN;
-fink: unknown option
-Type 'fink --help' for more information.
-UNKNOWN
-
-### display version numbers if requested
-
-sub show_version {
-  load_config();
-  require Fink::FinkVersion;
-  print Package manager version: .Fink::FinkVersion::fink_version().\n;
-  print Distribution version: 
.Fink::FinkVersion::distribution_version().\n;
-  print EOF;
-
-Copyright (c) 2001 Christoph Pfisterer
-Copyright (c) 2001-2005 The Fink Package Manager Team
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU 

experimental/alexkhansen/trackerup/10.4-transitional openssl097.patch,NONE,1.1

2005-11-11 Thread Alexander Hansen
Update of /cvsroot/fink/experimental/alexkhansen/trackerup/10.4-transitional
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9468

Added Files:
openssl097.patch 
Log Message:
patch for 1335454


--- NEW FILE: openssl097.patch ---
diff -ru openssl-0.9.7f/Makefile openssl-0.9.7f-patched/Makefile
--- openssl-0.9.7f/Makefile 2005-03-22 20:18:28.0 +0100
+++ openssl-0.9.7f-patched/Makefile 2005-04-10 00:43:18.0 +0200
@@ -325,7 +325,7 @@
fi; \
( set -x; ${CC} --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \
lib$$i.a $$libs -all_load -current_version 
${SHLIB_MAJOR}.${SHLIB_MINOR} \
-   -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | 
cut -d. -f1` \
+   -compatibility_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \
-install_name ${INSTALLTOP}/lib/lib$$i${SHLIB_EXT} ) || exit 1; 
\
libs=-l`basename $$i${SHLIB_EXT} .dylib` $$libs; \
echo  ; \
diff -ru openssl-0.9.7f/Makefile.org openssl-0.9.7f-patched/Makefile.org
--- openssl-0.9.7f/Makefile.org 2005-03-15 10:46:13.0 +0100
+++ openssl-0.9.7f-patched/Makefile.org 2005-04-10 00:44:23.0 +0200
@@ -323,7 +323,7 @@
fi; \
( set -x; ${CC} --verbose -dynamiclib -o lib$$i${SHLIB_EXT} \
lib$$i.a $$libs -all_load -current_version 
${SHLIB_MAJOR}.${SHLIB_MINOR} \
-   -compatibility_version ${SHLIB_MAJOR}.`echo ${SHLIB_MINOR} | 
cut -d. -f1` \
+   -compatibility_version ${SHLIB_MAJOR}.${SHLIB_MINOR} \
-install_name ${INSTALLTOP}/lib/lib$$i${SHLIB_EXT} ) || exit 1; 
\
libs=-l`basename $$i${SHLIB_EXT} .dylib` $$libs; \
echo  ; \
@@ -886,10 +886,7 @@
$(INSTALL_PREFIX)$(MANDIR)/man7
@pod2man=`cd util; ./pod2mantest $(PERL)`; \
here=`pwd`; \
-   filecase=; \
-   if [ $(PLATFORM) = DJGPP -o $(PLATFORM) = Cygwin -o 
$(PLATFORM) = mingw ]; then \
-   filecase=-i; \
-   fi; \
+   filecase=-i; \
for i in doc/apps/*.pod; do \
fn=`basename $$i .pod`; \
if [ $$fn = config ]; then sec=5; else sec=1; fi; \
diff -ru openssl-0.9.7f/apps/Makefile openssl-0.9.7f-patched/apps/Makefile
--- openssl-0.9.7f/apps/Makefile2005-03-12 13:15:19.0 +0100
+++ openssl-0.9.7f-patched/apps/Makefile2005-04-10 00:42:42.0 
+0200
@@ -31,8 +31,8 @@
 
 DLIBCRYPTO=../libcrypto.a
 DLIBSSL=../libssl.a
-LIBCRYPTO=-L.. -lcrypto
-LIBSSL=-L.. -lssl
+LIBCRYPTO=$(DLIBCRYPTO)
+LIBSSL=$(DLIBSSL)
 
 PROGRAM= openssl
 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


fink/perlmod/Fink Engine.pm,1.340,1.341 PkgVersion.pm,1.493,1.494 ChangeLog,1.1187,1.1188

2005-11-11 Thread Daniel Macks
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10052

Modified Files:
Engine.pm PkgVersion.pm ChangeLog 
Log Message:
Fix bug when %b is used in %c.


Index: PkgVersion.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.493
retrieving revision 1.494
diff -u -d -r1.493 -r1.494
--- PkgVersion.pm   11 Nov 2005 01:59:38 -  1.493
+++ PkgVersion.pm   11 Nov 2005 21:08:29 -  1.494
@@ -813,6 +813,8 @@
 sub prepare_percent_c {
my $self = shift;
 
+   $self-get_build_directory;  # make sure we have %b
+
my $pct_c;
if ($self-is_type('perl')) {
# grab perl version, if present

Index: Engine.pm
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/Engine.pm,v
retrieving revision 1.340
retrieving revision 1.341
diff -u -d -r1.340 -r1.341
--- Engine.pm   11 Nov 2005 01:59:38 -  1.340
+++ Engine.pm   11 Nov 2005 21:08:29 -  1.341
@@ -2091,7 +2091,6 @@
 
foreach my $pkg (@pkglist) {
$pkg-prepare_percent_c;
-   $pkg-get_build_directory;
 
# default to all fields if no fields or %expands specified
if ($wantall or not (@fields or @percents)) {

Index: ChangeLog
===
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1187
retrieving revision 1.1188
diff -u -d -r1.1187 -r1.1188
--- ChangeLog   11 Nov 2005 01:59:38 -  1.1187
+++ ChangeLog   11 Nov 2005 21:08:29 -  1.1188
@@ -1,3 +1,8 @@
+2005-11-11  Daniel Macks  [EMAIL PROTECTED]
+
+   * Engine.pm, PkgVersion.pm: perpare_percent_c calls
+   get_build_directory internally because %c might contain %b.
+
 2005-11-09  Daniel Macks  [EMAIL PROTECTED]
 
* PkgVersion.pm: Set ownership of temp HOME dir to nobody when



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/text fop-offo.info,NONE,1.1

2005-11-11 Thread Thomas Kotzian
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11902

Added Files:
fop-offo.info 
Log Message:
packaged up offo for fop (hyphenation support)


--- NEW FILE: fop-offo.info ---
Package: fop-offo
Version: 0.20.5
Revision: 1
Maintainer: Thomas Kotzian [EMAIL PROTECTED]
#
Depends: fop
Source: mirror:sourceforge:offo/offo-hyphenation-fop-%v.zip
Source-MD5: a458fb011587709b099e03cb96586838
SourceDirectory: offo-hyphenation-fop-%v
CompileScript: echo none needed
InstallScript: 
mkdir -p %i/share/java/fop
install -m 444 fop-hyph.jar %i/share/java/fop
mkdir -p %i/share/doc/%n
cp -R *.html skin images %i/share/doc/%n

Description: FOP Hyphenation files for various languages
DescDetail: 
The project 'Objects For Formatting Objects' (OFFO) hosts hyphenation pattern 
files in the XML format used by the Formatting Object Processor Apache Fop.

License: Restrictive
Homepage: http://offo.sourceforge.net/



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/text pyx-py.patch,1.1,1.2 pyx-py.info,1.1,1.2

2005-11-11 Thread S�bastien Maret
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15392

Modified Files:
pyx-py.patch pyx-py.info 
Log Message:
Update from maintainer (Tracker item #1306090).


Index: pyx-py.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text/pyx-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pyx-py.patch27 Apr 2005 03:26:41 -  1.1
+++ pyx-py.patch11 Nov 2005 21:27:35 -  1.2
@@ -1,5 +1,5 @@
 PyX-0.7.1/setup.cfg.orig   Mon Dec 20 22:10:36 2004
-+++ PyX-0.7.1/setup.cfgMon Dec 20 22:12:27 2004
+--- PyX-0.8.1/setup.cfg.orig   2005-09-05 18:30:36.0 +0200
 PyX-0.8.1/setup.cfg2005-09-05 18:31:14.0 +0200
 @@ -2,11 +2,11 @@
  # In this section you can specify which c extension modules should be built
  
@@ -22,61 +22,59 @@
 -# library_dirs=
 [EMAIL PROTECTED]@/include
 [EMAIL PROTECTED]@/lib
 PyX-0.7.1/setup.py.origMon Dec 20 22:10:46 2004
-+++ PyX-0.7.1/setup.py Mon Dec 20 22:14:20 2004
-@@ -41,7 +41,7 @@
- #
+--- PyX-0.8.1/setup.py.orig2005-09-05 18:25:28.0 +0200
 PyX-0.8.1/setup.py 2005-09-07 17:11:42.0 +0200
+@@ -61,7 +61,7 @@
+ data_files.append((dir, files))
+ siteconfignames[files] = siteconfigname
  
- data_files = [# share/pyx is taken relative to setup.py install --home=...
--  (share/pyx, [pyx/lfs/10pt.lfs,
-+  (share/[EMAIL PROTECTED]@, [pyx/lfs/10pt.lfs,
-  pyx/lfs/11pt.lfs,
-  pyx/lfs/12pt.lfs,
-  pyx/lfs/10ptex.lfs,
-@@ -53,7 +53,7 @@
-  pyx/lfs/foils30pt.lfs,
-  contrib/pyx.def]),
-   # /etc is taken relative to setup.py install --root=...
--  (/etc, [pyxrc])]
-+  (etc, [pyxrc])]
+-adddatafiles(lfsdir, share/pyx, [pyx/lfs/10pt.lfs,
++adddatafiles(lfsdir, share/[EMAIL PROTECTED]@, [pyx/lfs/10pt.lfs,
+  pyx/lfs/11pt.lfs,
+  pyx/lfs/12pt.lfs,
+  pyx/lfs/10ptex.lfs,
+@@ -71,11 +71,11 @@
+  pyx/lfs/foils20pt.lfs,
+  pyx/lfs/foils25pt.lfs,
+  pyx/lfs/foils30pt.lfs])
+-adddatafiles(sharedir, share/pyx, [contrib/pyx.def])
++adddatafiles(sharedir, share/[EMAIL PROTECTED]@, [contrib/pyx.def])
  
- #
- # pyx_build_py
-@@ -95,8 +95,8 @@
+ # Note that on windows we can't install to absolute paths. Hence
+ # we put the global pyxrc into the share directory as well.
+-adddatafiles(pyxrcdir, os.name != nt and /etc or share/pyx, [pyxrc])
++adddatafiles(pyxrcdir, os.name != nt and etc or share/[EMAIL 
PROTECTED]@, [[EMAIL PROTECTED]@])
  
- def run(self):
- install_data.run(self)
--self.pyx_lfsdir = self.pyx_sharedir = os.path.join(self.install_dir, 
share, pyx)
--self.pyx_pyxrc = os.path.join(self.root or /, etc, pyxrc)
-+self.pyx_lfsdir = self.pyx_sharedir = os.path.join(@PREFIX@, 
share, [EMAIL PROTECTED]@)
-+self.pyx_pyxrc = os.path.join(@PREFIX@, etc, pyxrc)
+ 

+ # extend install commands to overwrite siteconfig.py during build and install
+@@ -123,7 +123,7 @@
+ # (the following four lines are copied from within the 
install_data.run loop)
+ dir = convert_path(dir)
+ if not os.path.isabs(dir):
+-dir = os.path.join(self.install_dir, dir)
++dir = os.path.join(@PREFIX@, dir)
+ elif self.root:
+ dir = change_root(self.root, dir)
  
- #
- # additional package metadata (only available in Python 2.3 and above)
 PyX-0.7.1/pyx/tex.py.orig  Mon Dec 20 22:11:01 2004
-+++ PyX-0.7.1/pyx/tex.py   Mon Dec 20 22:15:13 2004
-@@ -1031,7 +1031,7 @@
- except IOError:
- try:
- try:
--SysLfsName = os.path.join(sys.prefix, share, pyx, 
str(lfs) + .lfs)
-+SysLfsName = os.path.join(sys.prefix, share, [EMAIL 
PROTECTED]@, str(lfs) + .lfs)
- lfsdef = open(SysLfsName, r).read()
- except IOError:
- SysLfsName = os.path.join(os.path.dirname(__file__), 
lfs, str(lfs) + .lfs)
-@@ -1040,7 +1040,7 @@
- files = map(lambda x: x[:-4],
- filter(lambda x: x[-4:] == .lfs,
-os.listdir(.) +
--   os.listdir(os.path.join(sys.prefix, 
share, pyx)),
-+   os.listdir(os.path.join(sys.prefix, 
share, [EMAIL PROTECTED]@)),
- 

dists/10.3/unstable/main/finkinfo/text pyx-py.patch,1.3,1.4 pyx-py.info,1.3,1.4

2005-11-11 Thread S�bastien Maret
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15786

Modified Files:
pyx-py.patch pyx-py.info 
Log Message:
Update from maintainer (Tracker item #1306090).


Index: pyx-py.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/pyx-py.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pyx-py.patch23 Dec 2004 14:58:06 -  1.3
+++ pyx-py.patch11 Nov 2005 21:29:25 -  1.4
@@ -1,5 +1,5 @@
 PyX-0.7.1/setup.cfg.orig   Mon Dec 20 22:10:36 2004
-+++ PyX-0.7.1/setup.cfgMon Dec 20 22:12:27 2004
+--- PyX-0.8.1/setup.cfg.orig   2005-09-05 18:30:36.0 +0200
 PyX-0.8.1/setup.cfg2005-09-05 18:31:14.0 +0200
 @@ -2,11 +2,11 @@
  # In this section you can specify which c extension modules should be built
  
@@ -22,61 +22,59 @@
 -# library_dirs=
 [EMAIL PROTECTED]@/include
 [EMAIL PROTECTED]@/lib
 PyX-0.7.1/setup.py.origMon Dec 20 22:10:46 2004
-+++ PyX-0.7.1/setup.py Mon Dec 20 22:14:20 2004
-@@ -41,7 +41,7 @@
- #
+--- PyX-0.8.1/setup.py.orig2005-09-05 18:25:28.0 +0200
 PyX-0.8.1/setup.py 2005-09-07 17:11:42.0 +0200
+@@ -61,7 +61,7 @@
+ data_files.append((dir, files))
+ siteconfignames[files] = siteconfigname
  
- data_files = [# share/pyx is taken relative to setup.py install --home=...
--  (share/pyx, [pyx/lfs/10pt.lfs,
-+  (share/[EMAIL PROTECTED]@, [pyx/lfs/10pt.lfs,
-  pyx/lfs/11pt.lfs,
-  pyx/lfs/12pt.lfs,
-  pyx/lfs/10ptex.lfs,
-@@ -53,7 +53,7 @@
-  pyx/lfs/foils30pt.lfs,
-  contrib/pyx.def]),
-   # /etc is taken relative to setup.py install --root=...
--  (/etc, [pyxrc])]
-+  (etc, [pyxrc])]
+-adddatafiles(lfsdir, share/pyx, [pyx/lfs/10pt.lfs,
++adddatafiles(lfsdir, share/[EMAIL PROTECTED]@, [pyx/lfs/10pt.lfs,
+  pyx/lfs/11pt.lfs,
+  pyx/lfs/12pt.lfs,
+  pyx/lfs/10ptex.lfs,
+@@ -71,11 +71,11 @@
+  pyx/lfs/foils20pt.lfs,
+  pyx/lfs/foils25pt.lfs,
+  pyx/lfs/foils30pt.lfs])
+-adddatafiles(sharedir, share/pyx, [contrib/pyx.def])
++adddatafiles(sharedir, share/[EMAIL PROTECTED]@, [contrib/pyx.def])
  
- #
- # pyx_build_py
-@@ -95,8 +95,8 @@
+ # Note that on windows we can't install to absolute paths. Hence
+ # we put the global pyxrc into the share directory as well.
+-adddatafiles(pyxrcdir, os.name != nt and /etc or share/pyx, [pyxrc])
++adddatafiles(pyxrcdir, os.name != nt and etc or share/[EMAIL 
PROTECTED]@, [[EMAIL PROTECTED]@])
  
- def run(self):
- install_data.run(self)
--self.pyx_lfsdir = self.pyx_sharedir = os.path.join(self.install_dir, 
share, pyx)
--self.pyx_pyxrc = os.path.join(self.root or /, etc, pyxrc)
-+self.pyx_lfsdir = self.pyx_sharedir = os.path.join(@PREFIX@, 
share, [EMAIL PROTECTED]@)
-+self.pyx_pyxrc = os.path.join(@PREFIX@, etc, pyxrc)
+ 

+ # extend install commands to overwrite siteconfig.py during build and install
+@@ -123,7 +123,7 @@
+ # (the following four lines are copied from within the 
install_data.run loop)
+ dir = convert_path(dir)
+ if not os.path.isabs(dir):
+-dir = os.path.join(self.install_dir, dir)
++dir = os.path.join(@PREFIX@, dir)
+ elif self.root:
+ dir = change_root(self.root, dir)
  
- #
- # additional package metadata (only available in Python 2.3 and above)
 PyX-0.7.1/pyx/tex.py.orig  Mon Dec 20 22:11:01 2004
-+++ PyX-0.7.1/pyx/tex.py   Mon Dec 20 22:15:13 2004
-@@ -1031,7 +1031,7 @@
- except IOError:
- try:
- try:
--SysLfsName = os.path.join(sys.prefix, share, pyx, 
str(lfs) + .lfs)
-+SysLfsName = os.path.join(sys.prefix, share, [EMAIL 
PROTECTED]@, str(lfs) + .lfs)
- lfsdef = open(SysLfsName, r).read()
- except IOError:
- SysLfsName = os.path.join(os.path.dirname(__file__), 
lfs, str(lfs) + .lfs)
-@@ -1040,7 +1040,7 @@
- files = map(lambda x: x[:-4],
- filter(lambda x: x[-4:] == .lfs,
-os.listdir(.) +
--   os.listdir(os.path.join(sys.prefix, 
share, pyx)),
-+   os.listdir(os.path.join(sys.prefix, 
share, [EMAIL PROTECTED]@)),
-

dists/10.3/unstable/main/finkinfo/utils lbdb.info,NONE,1.1 lbdb.patch,NONE,1.1

2005-11-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16443/10.3/unstable/main/finkinfo/utils

Added Files:
lbdb.info lbdb.patch 
Log Message:
Looks good in 10.3.


--- NEW FILE: lbdb.patch ---
diff -r ddf17fad4857 configure.in
--- a/configure.in  Wed Nov  9 06:55:45 2005
+++ b/configure.in  Tue Nov  8 23:11:14 2005
@@ -52,36 +52,13 @@
 
 AC_SUBST(SH)
 
-AC_PATH_PROG(AWK, awk, NONE)
-AC_PATH_PROG(MAWK, mawk, NONE)
-AC_PATH_PROG(GAWK, gawk, NONE)
-AC_PATH_PROG(NAWK, nawk, NONE)
-
-if test x$AWK != xNONE ; then
-   AWK=$AWK
-fi
-
-if test x$NAWK != xNONE ; then
-   AWK=$NAWK
-fi
-
-if test x$GAWK != xNONE ; then
-   AWK=$GAWK
-fi
-
-if test x$MAWK != xNONE ; then
-   AWK=$MAWK
-fi
-   
+AWK=/usr/bin/awk
 AC_SUBST(AWK)
 
-AC_PATH_PROG(TAC, tac, NONE)
-if test x$TAC = xNONE; then
-   TACTARGET=tac
-   AC_SUBST(TACTARGET)
-   TACAWK=tac.awk
-   TAC=$libdir/tac
-fi 
+TACTARGET=tac
+AC_SUBST(TACTARGET)
+TACAWK=tac.awk
+TAC=$libdir/tac
 AC_SUBST(TAC)
 
 AC_ARG_ENABLE(lbdb_dotlock, 
@@ -89,20 +66,9 @@
  [Force use of lbdb_dotlock program]), 
   [lbdb_cv_lbdb_dotlock=$enableval])
 
-AC_PATH_PROG(DOTLOCK_OLD, mutt.dotlock, no)
-if test x$ac_cv_path_DOTLOCK_OLD = xno ; then
-   AC_PATH_PROG(DOTLOCK, mutt_dotlock, no)
-else
-   ac_cv_path_DOTLOCK=$ac_cv_path_DOTLOCK_OLD
-fi
-
-if test x$ac_cv_path_DOTLOCK = xno || test x$lbdb_cv_lbdb_dotlock = xyes
-then
-   DOTLOCK_TARGET=lbdb_dotlock
-   AC_SUBST(DOTLOCK_TARGET)
-   DOTLOCK=$bindir/lbdb_dotlock
-fi
-
+DOTLOCK_TARGET=lbdb_dotlock
+AC_SUBST(DOTLOCK_TARGET)
+DOTLOCK=$bindir/lbdb_dotlock
 AC_SUBST(DOTLOCK)
 
 DOTLOCKBASE=`basename $DOTLOCK`

--- NEW FILE: lbdb.info ---
Package: lbdb
Version: 0.31
Revision: 1
Description: The Little Brother's Database
License: GPL
Source: http://www.spinnaker.de/debian/%n_%v.tar.gz
Source-MD5: 740bb8510017d24ac23fd2b948d25f2e
SourceDirectory: %n-%v
DocFiles: COPYING NEWS README TODO
ConfFiles: %p/etc/lbdb.rc %p/etc/lbdb_ldap.rc
Suggests: abook, evolution, gnupg

Patch: %n.patch
ConfigureParams: --libdir=%p/lib/lbdb --mandir=%p/share/man --sysconfdir=%p/etc 
PATH=/bin:/usr/bin:$PATH --with-abook=%p/bin/abook --with-gpg=%p/bin/gpg 
--with-evolution-addressbook-export=%p/bin/evolution-addressbook-export
CompileScript: 
  /usr/bin/autoreconf
  ./configure %c
  make

InstallScript: make install_prefix=%d install

DescDetail: 
 This package was inspired by the Big Brother Database package available for
 various Emacs mailers. It provides a command-line interface to various
 address books, and is designed to work with mutt's external query feature.

DescUsage: 
 lbdb depends on a number of external tools for some of the more obscure
 plugins. You'll have to install them separately if you want to use them.

Homepage: http://www.spinnaker.de/lbdb/
Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/alexkhansen/trackerup/10.4-transitional lbdb.info,1.1,NONE lbdb.patch,1.1,NONE

2005-11-11 Thread Daniel Macks
Update of /cvsroot/fink/experimental/alexkhansen/trackerup/10.4-transitional
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16194/experimental/alexkhansen/trackerup/10.4-transitional

Removed Files:
lbdb.info lbdb.patch 
Log Message:
Looks good in 10.3.


--- lbdb.patch DELETED ---

--- lbdb.info DELETED ---



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel quilt.info,NONE,1.1 quilt.patch,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17036

Added Files:
quilt.info quilt.patch 
Log Message:
Add quilt 0.42


--- NEW FILE: quilt.patch ---
diff -r 96be197f975c Makefile.in
--- a/Makefile.in   Thu Nov 10 07:54:14 2005
+++ b/Makefile.in   Thu Nov 10 23:35:48 2005
@@ -41,8 +41,8 @@
 ISODATE := $(shell date +%Y-%m-%d)
 
 #---
-DIRT +=$(shell find -name '*~')
-DIRT +=$(shell find -name '.\#*')
+DIRT +=$(shell find . -name '*~')
+DIRT +=$(shell find . -name '.\#*')
 
 SRC += COPYING AUTHORS TODO Makefile.in \
configure.ac config/install-sh \
@@ -163,7 +163,7 @@
(bash -c . scripts/patchfns ; cd $$dir ;LC_ALL=C . $$i -h); \
echo; \
done | \
-   sed -e '/^Usage:/{s/^Usage: \?//;b}' -e '/^$$/!s/^/  /'
+   sed -f reference.sed
 
 bin/guards.1 : bin/guards
mkdir -p $$(dirname $@)
@@ -214,9 +214,8 @@
 -e 's:@DIFFSTAT''@:$(DIFFSTAT):g' \
 -e 's:@MTA''@:$(MTA):g' \
 -e 's:@LOCALEDIR''@:$(localedir):g' \
--e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE)-$(VERSION):g' \
+-e 's:@DOCSUBDIR''@:$(docdir)/$(PACKAGE):g' \
 $  $@
-   @chmod --reference=$ $@
 
 Makefile : Makefile.in
@echo Please run ./configure by hand
@@ -238,11 +237,11 @@
@INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR)
@INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
 
-   @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
+   @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)/
@INSTALL@ -m 644 doc/README \
-   $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
+   $(BUILD_ROOT)$(docdir)/$(PACKAGE)/
@INSTALL@ -m 644 doc/quilt.pdf doc/README.MAIL \
-   $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
+   $(BUILD_ROOT)$(docdir)/$(PACKAGE)/
 
@INSTALL@ -d $(BUILD_ROOT)$(mandir)/man1
@INSTALL@ -m 644 $(MAN1) $(BUILD_ROOT)$(mandir)/man1/
@@ -263,7 +262,7 @@
   $(notdir $(MAN1))) \
   $(BUILD_ROOT)$(etcdir)/bash_completion.d/quilt \
   $(BUILD_ROOT)$(etcdir)/quilt.quiltrc \
-  $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
+  $(BUILD_ROOT)$(docdir)/$(PACKAGE)/
$(MAKE_NLS) -C po uninstall BUILD_ROOT=$(BUILD_ROOT) \
LINGUAS=$(LINGUAS) localedir=$(localedir)
 
diff -r 96be197f975c lib/backup-files.c
--- a/lib/backup-files.cThu Nov 10 07:54:14 2005
+++ b/lib/backup-files.cThu Nov 10 23:35:48 2005
@@ -37,7 +37,7 @@
 #include errno.h
 #include string.h
 #include alloca.h
-#include ftw.h
+#include dirent.h
 
 const char *progname;
 
@@ -312,18 +312,85 @@
 }
 
 int
-walk(const char *path, const struct stat *stat, int flag, struct FTW *ftw)
+searchdir_p (const char *path, int complain)
+{
+   struct stat st;
+
+   /* ignore missing files */
+   if (stat(path, st) != 0) {
+   if (complain) perror (path);
+   return 0;
+   }
+   /* and non-directories */
+   if (!S_ISDIR(st.st_mode)) {
+   if (complain)
+   fprintf(stderr, %s: not a directory\n, path);
+   return 0;
+   }
+   /* no access permission */
+   if (access(path, R_OK|X_OK) != 0) {
+   if (complain) perror (path);
+   return 0;
+   }
+
+   return 1;
+}
+
+int
+foreachdir (const char *root, int(*walk)(const char *))
+{
+   int errors = 0;
+   DIR *dir;
+
+   if (!searchdir_p(root, 1))
+   return 0;
+
+   dir = opendir(root);
+   if (dir) {
+   struct dirent *dp = 0;
+
+   while ((dp = readdir(dir))) {
+   if (strcmp(dp-d_name, .)
+   strcmp(dp-d_name, ..)) {
+   char *path = alloca (2+ strlen (root) +
+   strlen (dp-d_name));
+   sprintf (path, %s/%s, root, dp-d_name);
+   if (searchdir_p (path, 0)) {
+   /* depth first recurse */
+   errors += foreachdir(path, walk);
+   } else {
+   struct stat st;
+   if (stat(path, st) != 0) {
+   /* ignore missing files */
+   continue;
+   }
+   if (S_ISREG(st.st_mode)) {
+   /* process regular files */
+   

dists/10.4-transitional/unstable/main/finkinfo/utils lbdb.info,1.1,1.2

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30293

Modified Files:
lbdb.info 
Log Message:
lbdb/10.3 needs a newer version of autoconf than the one in /usr/bin

Index: lbdb.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils/lbdb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lbdb.info   11 Nov 2005 06:05:50 -  1.1
+++ lbdb.info   11 Nov 2005 22:26:56 -  1.2
@@ -1,6 +1,6 @@
 Package: lbdb
 Version: 0.31
-Revision: 1
+Revision: 2
 Description: The Little Brother's Database
 License: GPL
 Source: http://www.spinnaker.de/debian/%n_%v.tar.gz
@@ -8,12 +8,13 @@
 SourceDirectory: %n-%v
 DocFiles: COPYING NEWS README TODO
 ConfFiles: %p/etc/lbdb.rc %p/etc/lbdb_ldap.rc
+BuildDepends: autoconf2.5
 Suggests: abook, evolution, gnupg
 
 Patch: %n.patch
 ConfigureParams: --libdir=%p/lib/lbdb --mandir=%p/share/man 
--sysconfdir=%p/etc PATH=/bin:/usr/bin:$PATH --with-abook=%p/bin/abook 
--with-gpg=%p/bin/gpg 
--with-evolution-addressbook-export=%p/bin/evolution-addressbook-export
 CompileScript: 
-  /usr/bin/autoreconf
+  %p/bin/autoreconf
   ./configure %c
   make
 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/utils lbdb.info,1.2,1.3

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30715

Modified Files:
lbdb.info 
Log Message:
Bump lbdb/10.4t up 10 revs to make room for 10.3 changes

Index: lbdb.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils/lbdb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lbdb.info   11 Nov 2005 22:26:56 -  1.2
+++ lbdb.info   11 Nov 2005 22:28:49 -  1.3
@@ -1,6 +1,6 @@
 Package: lbdb
 Version: 0.31
-Revision: 2
+Revision: 10
 Description: The Little Brother's Database
 License: GPL
 Source: http://www.spinnaker.de/debian/%n_%v.tar.gz
@@ -8,13 +8,12 @@
 SourceDirectory: %n-%v
 DocFiles: COPYING NEWS README TODO
 ConfFiles: %p/etc/lbdb.rc %p/etc/lbdb_ldap.rc
-BuildDepends: autoconf2.5
 Suggests: abook, evolution, gnupg
 
 Patch: %n.patch
 ConfigureParams: --libdir=%p/lib/lbdb --mandir=%p/share/man 
--sysconfdir=%p/etc PATH=/bin:/usr/bin:$PATH --with-abook=%p/bin/abook 
--with-gpg=%p/bin/gpg 
--with-evolution-addressbook-export=%p/bin/evolution-addressbook-export
 CompileScript: 
-  %p/bin/autoreconf
+  /usr/bin/autoreconf
   ./configure %c
   make
 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/utils lbdb.info,1.1,1.2

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31017

Modified Files:
lbdb.info 
Log Message:
lbdb/10.3 needs a newer version of autoconf than the one in /usr/bin


Index: lbdb.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/utils/lbdb.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lbdb.info   11 Nov 2005 21:31:29 -  1.1
+++ lbdb.info   11 Nov 2005 22:30:35 -  1.2
@@ -1,6 +1,6 @@
 Package: lbdb
 Version: 0.31
-Revision: 1
+Revision: 2
 Description: The Little Brother's Database
 License: GPL
 Source: http://www.spinnaker.de/debian/%n_%v.tar.gz
@@ -8,12 +8,13 @@
 SourceDirectory: %n-%v
 DocFiles: COPYING NEWS README TODO
 ConfFiles: %p/etc/lbdb.rc %p/etc/lbdb_ldap.rc
+BuildDepends: autoconf2.5
 Suggests: abook, evolution, gnupg
 
 Patch: %n.patch
 ConfigureParams: --libdir=%p/lib/lbdb --mandir=%p/share/man 
--sysconfdir=%p/etc PATH=/bin:/usr/bin:$PATH --with-abook=%p/bin/abook 
--with-gpg=%p/bin/gpg 
--with-evolution-addressbook-export=%p/bin/evolution-addressbook-export
 CompileScript: 
-  /usr/bin/autoreconf
+  %p/bin/autoreconf
   ./configure %c
   make
 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome gthumb.info,1.2,1.3

2005-11-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9457/10.4-transitional/unstable/main/finkinfo/gnome

Modified Files:
gthumb.info 
Log Message:
Fix xcode2 build (thanks jfm!)


Index: gthumb.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gthumb.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gthumb.info 10 Nov 2005 07:01:43 -  1.2
+++ gthumb.info 11 Nov 2005 23:13:47 -  1.3
@@ -5,7 +5,10 @@
 BuildDepends: intltool, pkgconfig, libexif-dev, atk1 (= 1.4.0-1), gconf2-dev 
(= 2.4.0.1-1), gettext-bin, gettext-tools, libgettext3-dev, libiconv-dev, 
glib2-dev (= 2.4.0-1), gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 
2.6.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libbonobo2-dev (= 
2.4.0-1), libbonoboui2-dev (= 2.4.0-1), libglade2 (= 2.4.0-1), libgnome2-dev 
(= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libgnomecanvas2-dev (= 2.6.0-1), 
libgnomeprint2.2-dev (= 2.6.0-1), libgnomeprintui2.2-dev (= 2.6.0-1), libxml2 
(= 2.6.1-1), orbit2-dev (= 2.8.1-1), pango1-xft2-dev (= 1.2.5-1), popt, 
x11-dev, libjpeg, libpng3, librsvg2 (= 2.4.0-1), libtiff, audiofile, esound, 
gnome-keyring-dev
 Source: mirror:gnome:sources/%n/2.6/%n-%v.tar.bz2
 Source-MD5: 9dcc9600feb5e1cab9d876f1a047a621
-PatchScript: perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
doc/*/Makefile.in
+PatchScript: 
+  perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
doc/*/Makefile.in
+  sed -ri.bak -e /#ifndef log2/,/#endif/d libgthumb/print-callbacks.c
+
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-dependency-tracking --disable-schemas-install
@@ -29,6 +32,10 @@
   Contains a private .dylib with no API/ABI versioning, no headers,
   and no public API docs so not gonna bother with -shlibs.
 
+DescPort: 
+  Fix log2 redefinition bug (thanks jfm!). See:
+  http://bugzilla.gnome.org/show_bug.cgi?id=321274
+
 License: GPL
 Maintainer: The Gnome Core Team [EMAIL PROTECTED]
-Homepage: http://www.gnome.org/
+Homepage: http://gthumb.sourceforge.net



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/gnome gthumb.info,1.7,1.8

2005-11-11 Thread Daniel Macks
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9457/10.3/unstable/main/finkinfo/gnome

Modified Files:
gthumb.info 
Log Message:
Fix xcode2 build (thanks jfm!)


Index: gthumb.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/gnome/gthumb.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gthumb.info 10 Nov 2005 07:01:43 -  1.7
+++ gthumb.info 11 Nov 2005 23:13:47 -  1.8
@@ -5,7 +5,10 @@
 BuildDepends: intltool, pkgconfig, libexif-dev, atk1 (= 1.4.0-1), gconf2-dev 
(= 2.4.0.1-1), gettext-bin, gettext-tools, libgettext3-dev, libiconv-dev, 
glib2-dev (= 2.4.0-1), gnome-vfs2-ssl-dev (= 2.6.0-1) | gnome-vfs2-dev (= 
2.6.0-1), gtk+2-dev (= 2.4.0-1), libart2 (= 2.3.16-1), libbonobo2-dev (= 
2.4.0-1), libbonoboui2-dev (= 2.4.0-1), libglade2 (= 2.4.0-1), libgnome2-dev 
(= 2.6.0-1), libgnomeui2-dev (= 2.6.0-1), libgnomecanvas2-dev (= 2.6.0-1), 
libgnomeprint2.2-dev (= 2.6.0-1), libgnomeprintui2.2-dev (= 2.6.0-1), libxml2 
(= 2.6.1-1), orbit2-dev (= 2.8.1-1), pango1-xft2-dev (= 1.2.5-1), popt, 
x11-dev, libjpeg, libpng3, librsvg2 (= 2.4.0-1), libtiff, audiofile, esound, 
gnome-keyring-dev
 Source: mirror:gnome:sources/%n/2.6/%n-%v.tar.bz2
 Source-MD5: 9dcc9600feb5e1cab9d876f1a047a621
-PatchScript: perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
doc/*/Makefile.in
+PatchScript: 
+  perl -pi.bak -e s/-scrollkeeper-update/#-scrollkeeper-update/g 
doc/*/Makefile.in
+  sed -ri.bak -e /#ifndef log2/,/#endif/d libgthumb/print-callbacks.c
+
 SetCPPFLAGS: -no-cpp-precomp
 SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing
 ConfigureParams: --libexecdir=%p/lib/%n --mandir=%p/share/man 
--disable-dependency-tracking --disable-schemas-install
@@ -29,6 +32,10 @@
   Contains a private .dylib with no API/ABI versioning, no headers,
   and no public API docs so not gonna bother with -shlibs.
 
+DescPort: 
+  Fix log2 redefinition bug (thanks jfm!). See:
+  http://bugzilla.gnome.org/show_bug.cgi?id=321274
+
 License: GPL
 Maintainer: The Gnome Core Team [EMAIL PROTECTED]
-Homepage: http://www.gnome.org/
+Homepage: http://gthumb.sourceforge.net



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/text pyx-py.info,1.4,1.5

2005-11-11 Thread S�bastien Maret
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13675

Modified Files:
pyx-py.info 
Log Message:
Fixed dependencies.


Index: pyx-py.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/pyx-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pyx-py.info 11 Nov 2005 21:29:25 -  1.4
+++ pyx-py.info 11 Nov 2005 23:33:19 -  1.5
@@ -2,7 +2,7 @@
 Package: pyx-py%type_pkg[python]
 Type: python(2.2 2.3 2.4)
 Version: 0.8.1
-Revision: 1
+Revision: 2
 Maintainer: Andrea Riciputi [EMAIL PROTECTED]
 Depends: 
  python%type_pkg[python] | python%type_pkg[python]-nox,
@@ -10,7 +10,7 @@
  ghostscript | ghostscript-nox,
  ghostscript-fonts
 
-BuildDepends: system-tetex | tetex-dev
+BuildDepends: system-tetex | libkpathsea4
 Source: mirror:sourceforge:pyx/PyX-%v.tar.gz
 Source-MD5: 5e751cef8d62774a6fc659cc9a03c231
 PatchScript: 



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/gnome gdk-pixbuf.info,1.1,1.2 gdk-pixbuf.patch,1.1,NONE

2005-11-11 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20928

Modified Files:
gdk-pixbuf.info 
Removed Files:
gdk-pixbuf.patch 
Log Message:
New upstream release

Index: gdk-pixbuf.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome/gdk-pixbuf.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gdk-pixbuf.info 27 Apr 2005 03:25:41 -  1.1
+++ gdk-pixbuf.info 12 Nov 2005 00:12:00 -  1.2
@@ -1,14 +1,23 @@
 Package: gdk-pixbuf
-Version: 0.18.0
-Revision: 12
+Version: 0.22.0
+Revision: 10
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: libtiff, libjpeg, libpng3, glib, gtk+ (= 1.2.10-20), 
gnome-libs-dev, orbit-dev, imlib (= 1.9.14-2), esound, gettext-dev, 
gettext-bin, gettext-tools
+BuildDepends: libtiff, libjpeg, libpng3, glib, gtk+ (= 1.2.10-20), 
gnome-libs-dev, orbit-dev, imlib (= 1.9.14-2), esound, libgettext3-dev, 
gettext-bin, gettext-tools
 BuildDependsOnly: True
-Source: mirror:gnome:sources/%n/0.18/%n-%v.tar.bz2
-Source-MD5: 104053625e0344fe9a464905043e950c
-Patch: %n.patch
+Source: mirror:gnome:sources/%n/0.22/%n-%v.tar.bz2
+Source-MD5: 05fcb68ceaa338614ab650c775efc2f2
+PatchScript: 
+  perl -pi -e 's,gdk-pixbuf demo doc,gdk-pixbuf doc,g' Makefile.in
+  perl -pi -e 's,libgdk_pixbuf.la \$\(GTK_LIBS\),\$\(GTK_LIBS\),g' 
gdk-pixbuf/Makefile.in
+  perl -pi -e 's,DEPENDENCIES =  libgdk_pixbuf.la,DEPENDENCIES =,g' 
gdk-pixbuf/Makefile.in
+  perl -pi -e 's,^libgdk_pixbuf.la\n,,g' gdk-pixbuf/Makefile.in
+  perl -pi -e 's,libgdk_pixbuf_xlib_la_DEPENDENCIES =  pixops/libpixops.la 
\\,libgdk_pixbuf_xlib_la_DEPENDENCIES =  pixops/libpixops.la,g' 
gdk-pixbuf/Makefile.in
+  perl -pi -e 's,LIBADD = pixops/libpixops.la,LIBADD = pixops/pixops.lo,g' 
gdk-pixbuf/Makefile.in
+  perl -pi -e 's,-flat_namespace -undefined suppress,-undefined 
dynamic_lookup,g' configure
+  perl -pi -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
+
 SetCPPFLAGS: -no-cpp-precomp
-ConfigureParams: --disable-gtk-doc
+ConfigureParams: --disable-gtk-doc 
 InstallScript: make install DESTDIR=%d
 SplitOff: 
   Package: %N-shlibs

--- gdk-pixbuf.patch DELETED ---



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/x11 xosd.info,NONE,1.1

2005-11-11 Thread Justin F. Hallett
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21121

Added Files:
xosd.info 
Log Message:
New port

--- NEW FILE: xosd.info ---
Package: xosd
Version: 2.2.12
Revision: 10
###
Depends: x11, x11-shlibs, gtk+-shlibs, gdk-pixbuf-shlibs, libxosd2-shlibs
BuildDepends: x11-dev, gtk+, gdk-pixbuf (= 0.22.0-1), xmms
###
Source: http://www.ignavus.net/%n-%v.tar.gz
Source-MD5: 7cc90bdaf267cdc996643de193c9689a
###
ConfigureParams: --with-x --disable-dependency-tracking --with-pic 
--enable-static --enable-shared --mandir=%p/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
###
InstallScript: 
  make install DESTDIR=%d

###
SplitOff: 
  Package: libxosd2-dev
  Depends: libxosd2-shlibs
  BuildDependsOnly: true
  Files: 
bin/xosd-config
include
lib/libxosd.a
lib/libxosd.la
lib/libxosd.dylib
share/aclocal
share/man/man1/xosd-config.1
share/man/man3
  
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO

SplitOff2: 
  Package: libxosd2-shlibs
  Depends: x11-shlibs
  Shlibs: 
%p/lib/libxosd.2.dylib 5.0.0 libxosd5-shlibs (= 2.2.12-10)
  
  Files: 
lib/libxosd.*.dylib
  
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO

SplitOff3: 
  Package: xmms-osd
  Depends: xmms-shlibs, libxosd2-shlibs
  Files: 
lib/xmms
  
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO

###
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
###
Description: X11 onscreen display library
DescDetail: 
  XOSD is a simple library to display shaped text on your X display, like a
  TV on-screen display. It also contains an XMMS plugin and a simple example
  program that can display system logs overlaid on your desktop.

###
License: GPL
Maintainer: Justin F. Hallett [EMAIL PROTECTED]
Homepage: http://www.ignavus.net/software.html



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


experimental/bcully - New directory

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/experimental/bcully
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20387/bcully

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




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo gsasl9.info,1.1,1.2

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31980

Modified Files:
gsasl9.info 
Log Message:
gsasl9 NMU: Update to 0.2.9, add InfoDocs, fix up dependencies, enable kerberos.


Index: gsasl9.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/gsasl9.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gsasl9.info 27 Apr 2005 03:07:09 -  1.1
+++ gsasl9.info 12 Nov 2005 04:54:53 -  1.2
@@ -1,20 +1,24 @@
 Package: gsasl9
-Version: 0.2.5
-Revision: 11
+Version: 0.2.9
+Revision: 1
 ###
 Source: http://josefsson.org/gsasl/releases/gsasl-%v.tar.gz
-Source-MD5: e363acc11193a1b4d3ead296617820f3 
-Depends: libgcrypt-shlibs, libidn-shlibs, pth-shlibs, libgpg-error-shlibs, 
readline-shlibs
-BuildDepends: libxslt-bin, gawk, gtk-doc, pkgconfig, libgcrypt, libidn, pth, 
libgpg-error, readline
-###
-###
-DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING COPYING.DOC ChangeLog 
NEWS README-alpha THANKS 
-###
+Source-MD5: a439193eca82759dac4bd85feab87d11
+Depends: 
+  gnutls-shlibs, libidn-shlibs, readline5-shlibs, libiconv, libgettext3-shlibs
+
+BuildDepends: 
+  gnutls, libgcrypt, pth, libgpg-error, libxslt-bin, gawk, gtk-doc, pkgconfig, 
libidn,
+  readline5, libgettext3-dev, gettext-tools
+
+
+DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS 
README-alpha THANKS
+InfoDocs: gsasl.info
+
 Conflicts: gsasl
 Replaces: gsasl
-###
-SetLDFLAGS: -L%p/lib
-ConfigureParams:  --with-libgcrypt --with-libgcrypt-prefix=%p --with-pic 
--with-libintl-prefix=%p --disable-rpath --enable-gtk-doc 
--with-libiconv-prefix=%p --disable-kerberos_v5 --disable-gssapi 
--mandir=%i/share/man --infodir=%i/share/info --with-html-dir=%i/share/doc 
+
+ConfigureParams: --with-pic --disable-rpath --enable-gtk-doc 
--mandir=%i/share/man --infodir=%i/share/info --with-html-dir=%i/share/doc 
 
 PatchScript: 
 mv INSTALL INSTALL.txt
@@ -31,14 +35,16 @@
 SplitOff: 
 Package: %N-shlibs
 Depends: libgcrypt-shlibs, libidn-shlibs, pth-shlibs, libgpg-error-shlibs
+Conflicts: gsasl9-dev ( 0.2.8-1)
+Replaces: gsasl9-dev ( 0.2.8-1)
 Files: 
-   lib/libgsasl.7.*.dylib 
+   lib/libgsasl.7.*dylib 


 Shlibs: 
%p/lib/libgsasl.7.dylib 10.0.0 %n  (= 0.2.4-11)
 
-DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING COPYING.DOC ChangeLog 
NEWS README-alpha THANKS
+DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS 
README-alpha THANKS
 Description: GNU SASL shared libraries
 DescDetail: 
 Shared libraries needed to implement SASL. See gsasl for more info.
@@ -47,7 +53,7 @@
 
 SplitOff2: 
 Package: %N-dev
-Depends: %N-shlibs, pkgconfig, %N
+Depends: %N-shlibs (= %v-%r), pkgconfig, %N (= %v-%r)
 BuildDependsOnly: True
 Conflicts: gsasl-dev
 Replaces: gsasl-dev
@@ -56,13 +62,12 @@
include/gsasl-mech.h
include/gsasl-compat.h
lib/libgsasl.dylib
-   lib/libgsasl.7.dylib
lib/libgsasl.a
lib/libgsasl.la
lib/pkgconfig/libgsasl.pc

 
-DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING COPYING.DOC ChangeLog 
NEWS README-alpha THANKS
+DocFiles: INSTALL.txt ABOUT-NLS README AUTHORS COPYING ChangeLog NEWS 
README-alpha THANKS
 Description: GNU SASL headers and static library
 
 DescDetail: 
@@ -73,29 +78,32 @@
 
 
 
-Description: Simple Authentication and Security Layer framework 
+Description: GNU Simple Authentication and Security Layer
 DescDetail: 
-GNU SASL is an implementation of the Simple Authentication and Security Layer
-framework and a few common SASL mechanisms. SASL is used by network servers 
-(e.g., IMAP, SMTP) to request authentication from clients, and in clients to 
-authenticate against servers.
+GNU SASL is an implementation of the Simple Authentication and
+Security Layer framework and a few common SASL mechanisms. SASL is
+used by network servers (e.g., IMAP, SMTP) to request authentication
+from clients, and in clients to authenticate against servers.
 
-GNU SASL contains a library (libgsasl), a command line utility (gsasl) to 
access
-the library from the shell, and a manual. The library includes support for the 
-SASL framework (with authentication functions and application data privacy and
-integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL,
-GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 
mechanisms.
+GNU SASL contains a library (libgsasl), a command line utility (gsasl)
+to access the library from the shell, and a manual. The library
+includes support for the SASL framework (with authentication functions
+and application data privacy and integrity functions) and at least
+partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN,
+SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
 
-The library is portable because it 

dists/10.4-transitional/unstable/main/finkinfo/devel tailor.info,1.1,1.2

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32260

Modified Files:
tailor.info 
Log Message:
Update tailor to 0.9.19

Index: tailor.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/tailor.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tailor.info 11 Nov 2005 06:16:09 -  1.1
+++ tailor.info 12 Nov 2005 04:55:36 -  1.2
@@ -1,8 +1,8 @@
 Package: tailor
-Version: 0.9.18
+Version: 0.9.19
 Revision: 1
 Source: http://nautilus.homeip.net/~lele/projects/tailor-%v.tar.gz
-Source-MD5: 474f607a2ec689fcaa19d32ff74a1bd0
+Source-MD5: ddc3fb5fd1bdffeafa78ad04c9d852b2
 PatchScript: 
 #!/bin/sh
 sed -i.bak -e 's,import sys,\



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/net mutt.info,1.2,1.3 mutt.patch,1.2,NONE

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1299

Modified Files:
mutt.info 
Removed Files:
mutt.patch 
Log Message:
Adopt mutt, update to 1.5.11, use system-openssl, provide dummy mutt-ssl 
transitional
package.


--- mutt.patch DELETED ---

Index: mutt.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/net/mutt.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mutt.info   28 Jun 2005 06:03:33 -  1.2
+++ mutt.info   12 Nov 2005 05:07:05 -  1.3
@@ -1,28 +1,28 @@
 Package: mutt
-Version: 1.4.2.1
-Revision: 4
+Version: 1.5.11
+Revision: 1
 Description: Sophisticated text-based mail user agent
 License: GPL
-Maintainer: Christian Swinehart [EMAIL PROTECTED]
-Conflicts: mutt-ssl
-Replaces: mutt-ssl
+Replaces: mutt-ssl ( %v-%r)
+SplitOff: 
+  Package: mutt-ssl
+  Depends: %N (= %v-%r)
+  Description: Dummy upgrade package for mutt with system-openssl
+  
 
-BuildDepends: gettext-dev, libiconv-dev, libncurses5, libncursesw5
-Depends: ncurses, libncurses5-shlibs, libncursesw5-shlibs, libiconv
-GCC: 3.3
-Source: ftp://ftp.mutt.org/mutt/%n-%vi.tar.gz
-Source-MD5: 710bd56d3c4c4bcd1403bc4e053f7476
-SourceDirectory: mutt-1.4.2.1
-UpdateConfigGuess: yes
+BuildDepends: 
+  libgettext3-dev, libiconv-dev, libncurses5, libncursesw5, cyrus-sasl2-dev,
+  libidn, gdbm3, system-openssl-dev
+
+Depends: 
+  ncurses, libncurses5-shlibs, libncursesw5-shlibs, cyrus-sasl2-shlibs,
+  gdbm3-shlibs, libidn-shlibs
+
+Source: ftp://ftp.mutt.org/%n/devel/%n-%v.tar.gz
+Source-MD5: 00e6f8f7c37d4840e5e30583ebee21ce
 ConfFiles: %p/etc/Muttrc
-SetCPPFLAGS: -no-cpp-precomp
-Patch: %n.patch
 DocFiles: GPL NEWS README README.SSL README.SECURITY TODO
-ConfigureParams: --with-curses --with-regex  --enable-locales-fix 
--with-mailpath=/var/mail --enable-pop --enable-imap 
--with-docdir=%p/share/doc/%n --mandir=%p/share/man
-CompileScript: 
-  ./configure %c
-  make mutt_LDFLAGS=-lncurses
-
+ConfigureParams: CPPFLAGS=-I%p/lib/system-openssl/include $CPPFLAGS 
LDFLAGS=-L%p/lib/system-openssl/lib $LDFLAGS --disable-dependency-tracking 
--with-mailpath=/var/mail --with-mixmaster --enable-imap --enable-pop 
--enable-hcache --with-ssl --with-sasl --with-idn --mandir=%p/share/man 
--with-docdir=%p/share/doc/%n
 InstallScript: 
   make install DESTDIR=%d
   mv %i/etc/mime.types %i/etc/mime.types.mutt
@@ -45,6 +45,7 @@
  o MIME support (including RFC1522 encoding/decoding of 8-bit message
headers).
  o PGP/MIME support (RFC 2015).
+ o IMAP support.
  o POP3 support.
  o Mailbox threading (both strict and non-strict).
  o Default keybindings are much like ELM.
@@ -55,16 +56,11 @@
  o Colour support.
  o Highly configurable through easy but powerful rc file.
 
-DescPort: 
-By default, mutt searches for a user's mbox file in /var/mail.
-Modified by Michele Garoche [EMAIL PROTECTED]
-to make it compile on 10.4-transitional.
-Just added a patch for keymap.h
-Added a Depends on libiconv too.
-
+DescPort: By default, mutt searches for a user's mbox file in /var/mail.
 DescUsage: 
 You need to create a .muttrc before Mutt will do anything useful for you.
-See /sw/share/doc/mutt/samples/ for example configs, and consult the muttrc(5) 
man
-page for reference.
+See /sw/share/doc/mutt/samples/ for example configs, and consult the muttrc(5)
+man page for reference.
 
 Homepage: http://www.mutt.org
+Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/utils pinentry.info,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1974

Added Files:
pinentry.info 
Log Message:
Add pinentry 0.7.2


--- NEW FILE: pinentry.info ---
Info2: 
Package: pinentry%type_pkg[-gtk2]
Version: 0.7.2
Revision: 1
Type: -gtk2 (boolean)
Conflicts: pinentry, pinentry-gtk2
Replaces: pinentry, pinentry-gtk2
Source: ftp://ftp.gnupg.org/gcrypt/%{ni}/%{ni}-%v.tar.gz 
Source-MD5: 55626ce13ed76d82ec5330d19bdf3ab4
Depends: 
  libncurses5-shlibs,
  (%type_pkg[-gtk2]) gtk+2-shlibs,


BuildDepends: 
  libncurses5,
  (%type_pkg[-gtk2]) gtk+2-dev,

ConfigureParams: 
  --infodir=%p/share/info --disable-pinentry-gtk
  (%type_raw[-gtk2] = .) --disable-pinentry-gtk2

DocFiles: AUTHORS COPYING NEWS README THANKS TODO
InstallScript: make DESTDIR=%d install

Description: Passphrase entry widget for gpg-agent
DescDetail: 
This is a front-end for gpg-agent to collect passphrases when necessary.


Homepage: http://www.gnupg.org/aegypten2/
License: GPL
Maintainer: Brendan Cully [EMAIL PROTECTED]




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo gpg-agent.info,NONE,1.1 gpg-agent.patch,NONE,1.1

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2524

Added Files:
gpg-agent.info gpg-agent.patch 
Log Message:
Add gpg-agent 1.9.19


--- NEW FILE: gpg-agent.patch ---
diff -ur gnupg-1.9.19.orig/tools/Makefile.in gnupg-1.9.19/tools/Makefile.in
--- gnupg-1.9.19.orig/tools/Makefile.in 2005-09-12 00:56:51.0 -0700
+++ gnupg-1.9.19/tools/Makefile.in  2005-09-17 16:25:26.0 -0700
@@ -401,7 +401,7 @@
 gpg_connect_agent_SOURCES = gpg-connect-agent.c no-libgcrypt.c
 gpg_connect_agent_LDADD = ../gl/libgnu.a ../jnlib/libjnlib.a \
   ../common/libcommon.a \
-  $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL)
+  $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) 
$(PTH_LIBS)
 
 gpgkey2ssh_SOURCES = gpgkey2ssh.c
 gpgkey2ssh_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)

--- NEW FILE: gpg-agent.info ---
Package: gpg-agent
Version: 1.9.19
Revision: 1
Source: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%v.tar.bz2
Source-MD5: 8084256a61aa90e0173d436bf1e6f82b
Recommends: pinentry-gtk2 | pinentry
Depends: libgpg-error-shlibs, libgcrypt-shlibs, pth2-shlibs

BuildDepends: libgpg-error, libgcrypt, libassuan, pth2-dev
Patch: %n.patch
ConfigureParams: --libexecdir=%p/lib/%n --infodir=%p/share/info 
--enable-agent-only
DocFiles: AUTHORS COPYING NEWS README THANKS TODO
InfoDocs: gnupg.info
InstallScript: make DESTDIR=%d install

Description: GPG key agent
DescDetail: 
gpg-agent manages GPG private keys much like Keychain does your login keys.


Homepage: http://www.gnupg.org/
License: GPL
Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/crypto/finkinfo libksba8.info,1.1,1.2

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5318

Modified Files:
libksba8.info 
Log Message:
Update libksba8 to 0.9.12, adopt.


Index: libksba8.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo/libksba8.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libksba8.info   27 Apr 2005 03:07:10 -  1.1
+++ libksba8.info   12 Nov 2005 05:37:50 -  1.2
@@ -1,50 +1,43 @@
-Package: libksba8 
-Version: 0.9.10 
-Revision: 11
-Maintainer: Darian Lanx [EMAIL PROTECTED]
-BuildDepends: flex, bison, libiconv-dev, gettext-dev, libgpg-error
-BuildDependsOnly: true
-Source: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%v.tar.gz 
-Source-MD5: 1504bac7386e027499c6db85d26fa7e4 
-NoSetLDFLAGS: true
-ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --with-gpg-error-prefix=%p --with-pic
+Package: libksba8
+Version: 0.9.12
+Revision: 1
+Source: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%v.tar.bz2
+Source-MD5: 4d40a09134c5a0d2dcc6416f9abdcc98
+BuildDependsOnly: True
+Depends: %n-shlibs (= %v-%r)
 
+BuildDepends: libgpg-error
+# Work around libtool wonkiness with empty archive
 PatchScript: 
-mv INSTALL INSTALL.txt
+touch gl/dummy.c
+sed -i.orig -e 's/^libgnu_la_SOURCES =/libgnu_la_SOURCES = dummy.c/' \
+-e 's/^am_libgnu_la_OBJECTS =/am_libgnu_la_OBJECTS = dummy.lo/' 
gl/Makefile.in
 
+ConfigureParams: --infodir=%p/share/info
+InstallScript: make DESTDIR=%d install
+DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README* THANKS TODO
 
 SplitOff: 
-Package: %N-shlibs
-Files: 
- lib/libksba*.dylib
-
-
- Shlibs: 
-  %p/lib/libksba.8.dylib 14.0.0 14.3.0 (= 0.9.10-11)
-  
-Description:  Shared libraries for libksba
-DescDetail: 
-   Shared libraries needed to run and link against the gnupg 
-  CMS and X.509 access library.
-  
-  
-
-  DocFiles: 
- INSTALL.txt AUTHORS COPYING ChangeLog NEWS README* VERSION 
THANKS TODO
- 
- 
- 
-
+  Package: %N-shlibs
+  Shlibs: %p/lib/libksba.8.dylib 15.0.0 %n (= 0.9.12-1)
+  Files: lib/libksba.8.6.1.dylib lib/libksba.8.dylib
+  DocFiles: COPYING
+
 
-InstallScript: make install DESTDIR=%d
-UpdateConfigGuess: true
-DocFiles: INSTALL.txt AUTHORS COPYING ChangeLog NEWS README* VERSION THANKS 
TODO 
-Description: CMS and X.509 access library supplied by GnuPG
+Description: Gnupg certificate management library
 DescDetail: 
-Libksba is a library to make the tasks of working with X.509 certificates,
-CMS data and related objects more easy. It provides a highlevel interface 
-to the implemented protocols and presents the data in a consistent way. 
-There is no more need to worry about all the nasty details of the protocols.
+Libksba is a library to make the tasks of working with X.509
+certificates, CMS data and related objects more easy. It provides a
+highlevel interface to the implemented protocols and presents the data
+in a consistent way. There is no more need to worry about all the
+nasty details of the protocols. The API gives the C programmer an easy
+way of interacting with the data. It copes with the version details
+X.509 protocols tend to have as well as with the many different
+versions and dialects. Applications must usually cope with all of this
+and it has to be coded over and over again. Libksba hides this by
+providing just one API which does the Right Thing. Support for new
+features will be added as needed.
 
-Homepage: http://www.gnupg.org/(en)/related_software/libksba/index.html 
+Homepage: http://www.gnupg.org/(en)/related_software/libassuan/index.html
 License: GPL
+Maintainer: Brendan Cully [EMAIL PROTECTED]



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel quilt.info,1.1,1.2 quilt.patch,1.1,1.2

2005-11-11 Thread Brendan Cully
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19068

Modified Files:
quilt.info quilt.patch 
Log Message:
I missed a cp -l invocation in pop.in. Hope this version works.


Index: quilt.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/quilt.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- quilt.patch 11 Nov 2005 21:34:19 -  1.1
+++ quilt.patch 12 Nov 2005 07:14:40 -  1.2
@@ -1,6 +1,6 @@
 diff -r 96be197f975c Makefile.in
 --- a/Makefile.in  Thu Nov 10 07:54:14 2005
-+++ b/Makefile.in  Thu Nov 10 23:35:48 2005
 b/Makefile.in  Fri Nov 11 22:36:46 2005
 @@ -41,8 +41,8 @@
  ISODATE :=$(shell date +%Y-%m-%d)
  
@@ -58,7 +58,7 @@
  
 diff -r 96be197f975c lib/backup-files.c
 --- a/lib/backup-files.c   Thu Nov 10 07:54:14 2005
-+++ b/lib/backup-files.c   Thu Nov 10 23:35:48 2005
 b/lib/backup-files.c   Fri Nov 11 22:36:46 2005
 @@ -37,7 +37,7 @@
  #include errno.h
  #include string.h
@@ -192,28 +192,8 @@
if (status)
 diff -r 96be197f975c quilt/diff.in
 --- a/quilt/diff.inThu Nov 10 07:54:14 2005
-+++ b/quilt/diff.inThu Nov 10 23:35:48 2005
-@@ -330,6 +330,19 @@
-   files=( $(sort -u $tmp_files) )
- fi
- 
-+mycpl ()
-+{
-+  target=$1
-+  shift;
-+
-+  for src in $@
-+  do
-+srcdir=${src%/*}
-+test -n $srcdir  mkdir -p $target/$srcdir
-+ln $src $target/$src
-+  done
-+}
-+
- if [ -n $opt_relative ]
- then
-   patch_file=$(patch_file_name $last_patch)
-@@ -338,7 +351,7 @@
 b/quilt/diff.inFri Nov 11 22:36:46 2005
+@@ -338,7 +338,7 @@
  
if [ [EMAIL PROTECTED] -gt 0 ] \
! ( cd $QUILT_PC/$last_patch 
@@ -224,7 +204,7 @@
die 1
 diff -r 96be197f975c quilt/mail.in
 --- a/quilt/mail.inThu Nov 10 07:54:14 2005
-+++ b/quilt/mail.inThu Nov 10 23:35:48 2005
 b/quilt/mail.inFri Nov 11 22:36:46 2005
 @@ -52,8 +52,8 @@
  
  msgid()
@@ -278,7 +258,7 @@
| quilt_mail_patch_filter $patch  $body
 diff -r 96be197f975c quilt/pop.in
 --- a/quilt/pop.in Thu Nov 10 07:54:14 2005
-+++ b/quilt/pop.in Thu Nov 10 23:35:48 2005
 b/quilt/pop.in Fri Nov 11 22:36:46 2005
 @@ -52,7 +52,7 @@
  {
local n=0 patch
@@ -301,9 +281,18 @@
[ -z $ts ]  return 0
[ $ts -gt $apply_ts ]  return 0
done
+@@ -109,7 +109,7 @@
+   if [ -d $QUILT_PC/$patch ]
+   then
+   if ! rmdir $workdir ||  # note that this is racey...
+- ! cp -rl $QUILT_PC/$patch $workdir
++ ! (for i in $(find $QUILT_PC/$patch -type f); do mycpl 
$workdir $i; done)
+   then
+   printf $Failed to copy files to temporary directory\n 
2
+   rm -rf $workdir
 diff -r 96be197f975c scripts/dependency-graph.in
 --- a/scripts/dependency-graph.in  Thu Nov 10 07:54:14 2005
-+++ b/scripts/dependency-graph.in  Thu Nov 10 23:35:48 2005
 b/scripts/dependency-graph.in  Fri Nov 11 22:36:46 2005
 @@ -241,7 +241,7 @@
print STDERR $ENV{QUILT_PC}/$patch does not exist; 
skipping\n;
next;
@@ -315,7 +304,7 @@
push @nodes, {number=$n++, name=$patch, file=$patch,
 diff -r 96be197f975c scripts/inspect.in
 --- a/scripts/inspect.in   Thu Nov 10 07:54:14 2005
-+++ b/scripts/inspect.in   Thu Nov 10 23:35:48 2005
 b/scripts/inspect.in   Fri Nov 11 22:36:46 2005
 @@ -130,7 +130,7 @@
if ! [ -e $tmpdir/more-md5sums ]
then
@@ -327,8 +316,8 @@
)  $tmpdir/more-md5sums
 diff -r 96be197f975c scripts/patchfns.in
 --- a/scripts/patchfns.in  Thu Nov 10 07:54:14 2005
-+++ b/scripts/patchfns.in  Thu Nov 10 23:35:48 2005
-@@ -67,6 +67,14 @@
 b/scripts/patchfns.in  Fri Nov 11 22:36:46 2005
+@@ -67,6 +67,27 @@
  
  # 
  
@@ -340,10 +329,23 @@
 +  echo $fmt
 +}
 +
++mycpl ()
++{
++  target=$1
++  shift;
++
++  for src in $@
++  do
++srcdir=${src%/*}
++test -n $srcdir  mkdir -p $target/$srcdir
++ln $src $target/$src
++  done
++}
++
  # Quote a string for use in a basic regular expression.
  quote_bre()
  {
-@@ -542,8 +550,7 @@
+@@ -542,8 +563,7 @@
|| old_date=$'\t'1970-01-01 00:00:00.0 +
else
[ -n $QUILT_NO_DIFF_TIMESTAMPS ] \
@@ -353,7 +355,7 @@
fi
if ! [ -s $new_file ]
then
-@@ -553,8 +560,7 @@
+@@ -553,8 +573,7 @@
|| new_date=$'\t'1970-01-01 00:00:00.0 +
else
[ -n $QUILT_NO_DIFF_TIMESTAMPS ] \
@@ -365,7 +367,7 @@
@DIFF@ -N $QUILT_DIFF_OPTS $old_file $new_file \
 diff -r 96be197f975c reference.sed
 --- /dev/null  Thu Nov 10 07:54:14