Fink

Recent Package Updates

2010-09-03: rsync-3.0.7-3 (Synchronize filesystems between hosts)
rsync is a replacement for rcp (and scp) that has many
more features. It uses the "rsync algorithm" which provides a very
fast method for remote files into sync. It does this by sending just
the differences in the files across the link, without requiring that
both sets of files are present at one of the ends of the link
beforehand.

(Description taken from the www.freshmeat.net listing of rsync)

commit log from mommsen:
Workaround for ACL bug by John Lillibridge and Remko Scharroo.
2010-09-03: uri-pm588-1.55-1 (Perl module that implements the URI class)
This package contains the URI.pm module with friends.  The module
  implements the URI class.  Objects of this class represent Uniform
  Resource Identifier (URI) references as specified in RFC 2396.

  URI objects can be used to access and manipulate the various
  components that make up these strings.  There are also methods to
  combine URIs in various ways.

  The URI class replaces the URI::URL class that used to be distributed
  with libwww-perl.  This package contains an emulation of the old
  URI::URL interface.  The emulated URI::URL implements both the old and
  the new interface.

commit log from danielj7:
Add note about potential circular dependency with business-isbn-pm.
2010-09-03: seamonkey-2.0.5-1 (WWW, chat, mail, news, calendar, a-book, etc)
%N is an open-source web browser, designed for standards
compliance, performance and portability.

commit log from jfmertens:
taking care of an implicit declaration (thanks buildworld!). "Should not" change the deb..
2010-09-03: business-isbn-pm588-2.05-1 (International Standard Book Numbers handler)
International Standard Book Numbers handler

commit log from dmacks:
new packages
2010-09-03: business-isbn-data-pm-20081208-1 (International Standard Book Numbers)
International Standard Book Numbers

commit log from dmacks:
new packages
2010-09-03: business-issn-pm-0.91-1 (International Standard Serial Numbers handler)
International Standard Serial Numbers handler

commit log from dmacks:
new packages
2010-09-02: mpatrol-1.4.8-14 (Library that for diagnosing run-time errors)
mpatrol is a link library that attempts to diagnose run-time errors that
  are caused by the wrong use of dynamically allocated memory, including
  writing to free memory and memory leaks. Along with providing a
  comprehensive and configurable log of all dynamic memory operations
  (such as malloc(), operator new, etc.) that occurred during the lifetime
  of a program, the mpatrol library performs extensive checking to detect
  any misuse of dynamically allocated memory and has support for both memory
  allocation profiling and tracing. A wide variety of library settings can
  also be changed at run-time via an environment variable, thus removing the
  need to recompile or relink in order to change the library's behaviour.

commit log from dmacks:
val-fix (InfoDocs entry); build-fix (-Wno-long-double doesn't exist on 10.6, and doesn't seem critical for any others either); push to moderner autotools
2010-09-02: net-delicious-pm588-1.13-1 (Talk to del.icio.us through perl)
Talk to del.icio.us through perl

commit log from nieder:
missing BDep on 586
2010-09-02: pgcalc-2.2-1003 (KDE - Full-featured desktop calculator)
KDE - Full-featured desktop calculator

commit log from alexkhansen:
Build fix (maintainer is on IRC so can read discussion about committing fix)
2010-09-02: filelight-1.9-rc3-1004 (Prettier graphical disk usage utility)
This was an older version using an older gui toolkit. It's now
        just a convenience package to help users migrate to the newer
        version with a newer gui toolkit.

commit log from dmacks:
nuke old version that doesn't compile; make it dummy with symlink on top of newer version at new packagename
2010-09-02: kdirstat-2.4.3-1013 (Graphical disk usage utility)
KDirStat is a graphical disk usage utility, very much like the Unix "du"
  command. In addition to that, it comes with some cleanup facilities to
  reclaim disk space.

commit log from dmacks:
nuke old version that doesn't compile; make it dummy with symlink on top of newer version at new packagename
2010-09-02: qimageblitz-unified-mac-0.0.4-2001 (Image Effect Library)
Blitz is an interm image effect library that people can use until KDE4.1 is
released. KImageEffect, the old image effect class is being dropped for KDE4.0
and the replacement, Quasar, won't be ready until KDE4.1. Blitz gives people 
something to use in the meantime.

At first glance Blitz may look like a KImageEffect2. That is what I originally 
intended. Nonetheless most of the effects have significantly changed so
may operate differently. Many of the methods in KImageEffect were quick hacks 
and ports I made. With Blitz I finally sat down, read my old code, and 
reimplemented everything. In some cases this was just code cleanup and 
bugfixing but in many other cases I used better algorithms and/or custom MMX 
code. Expect differences, hopefully for the better. I'm a little older,
a tad bit wiser, and a heck of a lot less drunk these days >:)

commit log from dmacks:
-shlibs shouldn't be BDO:true
2010-09-02: qimageblitz-unified-x11-0.0.4-2001 (Image Effect Library)
Blitz is an interm image effect library that people can use until KDE4.1 is
released. KImageEffect, the old image effect class is being dropped for KDE4.0
and the replacement, Quasar, won't be ready until KDE4.1. Blitz gives people 
something to use in the meantime.

At first glance Blitz may look like a KImageEffect2. That is what I originally 
intended. Nonetheless most of the effects have significantly changed so
may operate differently. Many of the methods in KImageEffect were quick hacks 
and ports I made. With Blitz I finally sat down, read my old code, and 
reimplemented everything. In some cases this was just code cleanup and 
bugfixing but in many other cases I used better algorithms and/or custom MMX 
code. Expect differences, hopefully for the better. I'm a little older,
a tad bit wiser, and a heck of a lot less drunk these days >:)

commit log from dmacks:
-shlibs shouldn't be BDO:true
2010-09-02: lxml-py26-2.2.8-1 (Binding for the libxml2 and libxslt)
The C libraries libxml2 and libxslt have huge benefits:

    * Standards-compliant XML support.
    * Full-featured.  (e.g. supports XPath)
    * Actively maintained by XML experts.
    * fast

lxml is a new Python binding for libxml2 and libxslt, completely
independent from these existing Python bindings. Its aim:

    * Pythonic API.
    * Documented.
    * Use Python unicode strings in API.
    * Safe (no segfaults).
    * No manual memory management!

lxml aims to provide a Pythonic API by following as much as possible
the ElementTree API. We're trying to avoid having to invent too many
new APIs, or you having to learn new things -- XML is complicated
enough.

commit log from goatbar:
updated to 2.2.8
2010-09-02: lxml-py25-2.2.8-1 (Binding for the libxml2 and libxslt)
The C libraries libxml2 and libxslt have huge benefits:

    * Standards-compliant XML support.
    * Full-featured.  (e.g. supports XPath)
    * Actively maintained by XML experts.
    * fast

lxml is a new Python binding for libxml2 and libxslt, completely
independent from these existing Python bindings. Its aim:

    * Pythonic API.
    * Documented.
    * Use Python unicode strings in API.
    * Safe (no segfaults).
    * No manual memory management!

lxml aims to provide a Pythonic API by following as much as possible
the ElementTree API. We're trying to avoid having to invent too many
new APIs, or you having to learn new things -- XML is complicated
enough.

commit log from goatbar:
updated to 2.2.8
2010-09-02: lxml-py31-2.2.8-1 (Binding for the libxml2 and libxslt)
The C libraries libxml2 and libxslt have huge benefits:

    * Standards-compliant XML support.
    * Full-featured.  (e.g. supports XPath)
    * Actively maintained by XML experts.
    * fast

lxml is a new Python binding for libxml2 and libxslt, completely
independent from these existing Python bindings. Its aim:

    * Pythonic API.
    * Documented.
    * Use Python unicode strings in API.
    * Safe (no segfaults).
    * No manual memory management!

lxml aims to provide a Pythonic API by following as much as possible
the ElementTree API. We're trying to avoid having to invent too many
new APIs, or you having to learn new things -- XML is complicated
enough.

commit log from goatbar:
updated to 2.2.8
2010-09-02: lxml-py27-2.2.8-1 (Binding for the libxml2 and libxslt)
The C libraries libxml2 and libxslt have huge benefits:

    * Standards-compliant XML support.
    * Full-featured.  (e.g. supports XPath)
    * Actively maintained by XML experts.
    * fast

lxml is a new Python binding for libxml2 and libxslt, completely
independent from these existing Python bindings. Its aim:

    * Pythonic API.
    * Documented.
    * Use Python unicode strings in API.
    * Safe (no segfaults).
    * No manual memory management!

lxml aims to provide a Pythonic API by following as much as possible
the ElementTree API. We're trying to avoid having to invent too many
new APIs, or you having to learn new things -- XML is complicated
enough.

commit log from goatbar:
updated to 2.2.8
2010-09-02: kdesdk4-x11-4.4.1-1 (KDE4 - Developer Utilities)
KDE4 - Developer Utilities

commit log from nieder:
missing BDep to solve 'No rule to make target '/sw/lib/libaprutil.dylib'' error
-mac variant fails when built by SSH user that does not have Console (tiff2icns error)
2010-09-02: kdesdk4-mac-4.4.1-1 (KDE4 - Developer Utilities)
KDE4 - Developer Utilities

commit log from nieder:
missing BDep to solve 'No rule to make target '/sw/lib/libaprutil.dylib'' error
-mac variant fails when built by SSH user that does not have Console (tiff2icns error)
2010-09-02: gildas-201009-1 (Radioastronomy data analysis software)
Gildas, the "Grenoble Image and Line Data Analysis Software", is a
collection of software oriented towards radioastronomical applications
(either single-dish or interferometer). It is daily used to reduce all
data acquired with the IRAM 30m telescope and Plateau de Bure
Interferometer (PdBI).

commit log from bmaret:
New version
2010-09-02: libzbar0-qt-x11-0.10-1 (QT4 bindings for zebra barcode library)
QT4 bindings for zebra barcode library

commit log from dmacks:
qt4 bindings for new version of zbar lib. Only x11 for now because makes a direct x11 call...hacking assistance welcome
2010-09-02: libzbar-py26-0.10-1 (Python-gtk bindings for zebra barcode library)
Python-gtk bindings for zebra barcode library

commit log from dmacks:
gtk and pygtk bindings for new version of zbar lib
2010-09-02: libzbar0-gtk-0.10-1 (GTK bindings for zebra barcode library)
GTK bindings for zebra barcode library

commit log from dmacks:
gtk and pygtk bindings for new version of zbar lib
2010-09-02: libzbar-py27-0.10-1 (Python-gtk bindings for zebra barcode library)
Python-gtk bindings for zebra barcode library

commit log from dmacks:
gtk and pygtk bindings for new version of zbar lib
2010-09-02: www-curl-pm588-4.13-1 (Perl bindings for libcurl)
Perl bindings for libcurl

commit log from danielj7:
New upstream version.
2010-09-02: html-parser-pm588-3.68-1 (Perl modules that parse and extract info)
This is a collection of modules that parse and extract information
  from HTML documents.  Bug reports and issues for discussion about
  these modules can be sent to the mailto:libwww@perl.org" mailing list.
  Remember to also look at the HTML-Tree package that build on
  HTML::Parser to create and extract information from HTML syntax trees.

commit log from danielj7:
New upstream version.
2010-09-01: poppler-py26-0.10.1-3 (Python bindings for Poppler)
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
 This package contains the Python bindings for Poppler.
 
 If you were looking for the fable of the poppy and the python,
 please check your local library.

commit log from nieder:
fix email
2010-09-01: poppler-py27-0.10.1-3 (Python bindings for Poppler)
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
 This package contains the Python bindings for Poppler.
 
 If you were looking for the fable of the poppy and the python,
 please check your local library.

commit log from nieder:
fix email
2010-09-01: gvfs-1.4.3-2 (GNOME Virtual FileSystem)
Replacement for libgnomevfs2 implemented as gio modules. These allow
transparent/automatic access to various types of servers and other
non-local-filesystems.

commit log from nieder:
libxml2-shlibs mistakenly in BD instead of libxml2
2010-09-01: kmymoney2-0.8.9-2 (Personal finance manager)
Personal finance manager

commit log from nieder:
add now missing -lkio -ldcop
2010-09-01: decoders-4.1.7-1 (Packages to decode GRIB and text into netCDF)
The NetCDF Decoders package converts WMO GRIB products
and textual bulletins into NetCDF formatted files.
This package usually works in conjunction
with the LDM package to covert incoming products to
the NetCDF format without the need to store the raw data.
The gribtonc decoder converts most models in the GRIB format.
There are perl decoders for the following textual report types:
METAR, buoy, upper air, and synoptic products.
This package requires the installation of NetCDF, UDUNITS,
and the Perl-NetCDF packages to work.

commit log from nieder:
update to latest but still quite old (abandoned?) upstream
Various build and critical fs layout fixes
2010-09-01: gconf-editor-2.28.0-5 (Editor for the GConf configuration system)
Editor for the GConf configuration system

commit log from nieder:
docbook-dtd to fix entity and other parser releated xsltproc errors
2010-09-01: module-corelist-pm588-2.35-1 (What modules shipped with versions of perl)
A Perl module that tells when particular modules were first shipped with
Perl.

commit log from dmacks:
missed enabling -pm5100 on 10.5
2010-09-01: local-lib-pm588-1.006005-1 (Manage private collection of libs vs global)
Manage private collection of libs vs global

commit log from dmacks:
requires cpan-pmXXX newer than we can have on -pm586, so nuke -pm586
2010-09-01: log-dispatch-pm588-2.26-1 (Dispatches messages to one or more outputs)
Dispatches messages to one or more outputs

commit log from dmacks:
missed enabling -pm5100 on 10.5
2010-09-01: dbd-sqlite-pm588-1.29-1 (Self Contained RDBMS (based on SQLite3))
SQLite is a public domain RDBMS database engine that you can find at 
http://www.hwaci.com/sw/sqlite/.

Rather than ask you to install SQLite first, because SQLite is public domain,
DBD::SQLite2 includes the entire thing in the distribution. So in order to get
a fast transaction capable RDBMS working for your perl project you simply have
to install this module, and nothing else.

SQLite supports the following features:
- Implements a large subset of SQL92
  See http://www.hwaci.com/sw/sqlite/lang.html for details.
- A complete DB in a single disk file
  Everything for your database is stored in a single disk file,
  making it easier to move things around than with DBD::CSV.
- Atomic commit and rollback
  Yes, DBD::SQLite2 is small and light, but it supports full transactions!
- Extensible
  User-defined aggregate or regular functions can be registered
  with the SQL parser.

There's lots more to it, so please refer to the docs on the SQLite web page,
listed above, for SQL details. Also refer to DBI for details on how to
use DBI itself.

commit log from dmacks:
missed enabling -pm5100 on 10.5
2010-09-01: app-cpanoutdated-pm588-0.11-2 (Detect outdated CPAN modules on your system)
Detect outdated CPAN modules on your system

commit log from dmacks:
propagate killing of local-lib-pm586
2010-09-01: libschroedinger-1.0.8-3 (Codec library for Dirac video streams)
Codec library for Dirac video streams

commit log from nieder:
remove gst dependencies from no longer existent gst plugin
2010-09-01: libquicktime1-1.1.4-2 (Library for working with Quicktime files)
libquicktime is an enhanced version of quicktime4linux with plug-in 
support for dealing with various audio/video media types.

The goal is to have a simple and stable library, which can create reasonable
compatible Quicktime and AVI files either uncompressed (for high-end or
production applications) or with decent compression codecs for end user
applications. Today, we write Quicktime files with a wide range of
uncompressed codecs for professional use. Together with sample accurate
seeking, this makes libquicktime the library of choice for editing
applications.

Find more info at http://libquicktime.sourceforge.net/

commit log from nieder:
new version 1.1.4 from tracker
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=2932979&group_id=17203
2010-09-01: debianutils-1.23-11 (Misc. utilities specific to Debian (and Fink))
Includes the commands: mktemp, readlink, tempfile, and run-parts

commit log from dmacks:
fix --b-a-n: we're either building as root or automatically chowned to it, no need to -o/-g during install itself
2010-08-31: pycli-py25-1.1.0-1 (Simple, OO approach to Python CLI apps)
The cli package is a framework for making simple, correct command line
        applications in Python. With cli, you can quickly add standard command
        line parsing; logging; unit and functional testing; configuration file
        parsing; and profiling to your CLI apps. To make it easier to do the
        right thing, cli wraps all of these tools into a single, consistent
        application interface.

commit log from danielj7:
New upstream version.
2010-08-31: pycli-py27-1.1.0-1 (Simple, OO approach to Python CLI apps)
The cli package is a framework for making simple, correct command line
        applications in Python. With cli, you can quickly add standard command
        line parsing; logging; unit and functional testing; configuration file
        parsing; and profiling to your CLI apps. To make it easier to do the
        right thing, cli wraps all of these tools into a single, consistent
        application interface.

commit log from danielj7:
New upstream version.
2010-08-31: lpsolve-5.5.0.13-1 (Mixed Integer Linear Programming (ILP) solver)
lp_solve is a free linear (integer) programming solver based on the revised
simplex method and the Branch-and-bound method for the integers. It solves pure
linear, (mixed) integer/binary, semi-continuous and special ordered sets (SOS)
models. It can be called as a library from different languages like C, VB,
.NET, Delphi, Excel, Java, ...

commit log from jfmertens:
thanks Hanspeter's buildworld
2010-08-31: ntfs-3g-2010.8.8-1 (FUSE NTFS filesystem)
The NTFS-3G driver is an open source, freely available NTFS driver
        for Linux with read and write support. It provides safe and fast
        handling of the Windows XP, Windows Server 2003, Windows 2000 and
        Windows Vista file systems. Most POSIX file system operations are
        supported, with the exception of full file ownership and access
        right support.

commit log from danielj7:
New upstream version and fix building as nobody.
2010-08-31: pycli-py26-1.1.0-1 (Simple, OO approach to Python CLI apps)
The cli package is a framework for making simple, correct command line
        applications in Python. With cli, you can quickly add standard command
        line parsing; logging; unit and functional testing; configuration file
        parsing; and profiling to your CLI apps. To make it easier to do the
        right thing, cli wraps all of these tools into a single, consistent
        application interface.

commit log from danielj7:
New upstream version.
2010-08-31: saclib-gcc45-2.2.5-1 (Computer algebra, specially on ordered fields)
Computer algebra, specially on ordered fields

commit log from jfmertens:
thanks Hanspeter's buildworld
2010-08-31: saclib-2.2.5-1 (Computer algebra, specially on ordered fields)
Computer algebra, specially on ordered fields

commit log from jfmertens:
thanks Hanspeter's buildworld
2010-08-31: pexpect-py25-2.3-2 (Pure Python expect-like interface)
From http://pexpect.sourceforge.net/:

Pexpect makes Python a better tool for controlling other applications.

Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.
Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn
a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh,
ftp, passwd, telnet, etc. It can be used to a automate setup scripts for
duplicating software package installations on different servers. It can be
used for automated software testing. Pexpect is in the spirit of Don
Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like
modules for Python, Pexpect does not require TCL or Expect nor does it
require C extensions to be compiled. It should work on any platform that
supports the standard Python pty module. The Pexpect interface was
designed to be easy to use.

commit log from nieder:
remove dep on python-nox
maintainer OKd
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=3049495&group_id=17203
2010-08-31: pexpect-py27-2.3-2 (Pure Python expect-like interface)
From http://pexpect.sourceforge.net/:

Pexpect makes Python a better tool for controlling other applications.

Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.
Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn
a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh,
ftp, passwd, telnet, etc. It can be used to a automate setup scripts for
duplicating software package installations on different servers. It can be
used for automated software testing. Pexpect is in the spirit of Don
Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like
modules for Python, Pexpect does not require TCL or Expect nor does it
require C extensions to be compiled. It should work on any platform that
supports the standard Python pty module. The Pexpect interface was
designed to be easy to use.

commit log from nieder:
remove dep on python-nox
maintainer OKd
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=3049495&group_id=17203
2010-08-31: pexpect-py26-2.3-2 (Pure Python expect-like interface)
From http://pexpect.sourceforge.net/:

Pexpect makes Python a better tool for controlling other applications.

Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.
Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn
a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh,
ftp, passwd, telnet, etc. It can be used to a automate setup scripts for
duplicating software package installations on different servers. It can be
used for automated software testing. Pexpect is in the spirit of Don
Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like
modules for Python, Pexpect does not require TCL or Expect nor does it
require C extensions to be compiled. It should work on any platform that
supports the standard Python pty module. The Pexpect interface was
designed to be easy to use.

commit log from nieder:
remove dep on python-nox
maintainer OKd
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=3049495&group_id=17203
2010-08-31: tofrodos-1.7.8-1 (Text file conversion utility)
Tofrodos is a text file conversion utility that converts ASCII files
between the MSDOS (or Windows) format, which traditionally have CR/LF
(carriage return/line feed) pairs as their new line delimiters, and the
Unix format, which usually have LFs (line feeds) to terminate each line.

commit log from k-m_schindler:
new text conversion package tofrodos
2010-08-31: moria-5.5.2-5 (Terminal-based dungeon exploration game)
Moria is a "graphical" dungeon adventure game using textual characters
to represent the walls and floors of a dungeon and the inhabitants therein,
in the vein of "rogue", "hack", "nethack", "angband", and "t.o.m.e.".

commit log from nieder:
deb changes -> rev up
2010-08-31: roguedarwin-1.0.0-3 (Exploring The Dungeons of Doom)
The rogue is a computer fantasy with a new twist.  It is CRT oriented
and the object of the game is to survive the attacks of various
monsters and get a lot of gold, rather than the puzzle solving
orientation of most computer fantasy games.

commit log from nieder:
allow build as nobody
2010-08-31: xinvaders-2.1.2-5 (Space Invaders clone for X)
Space Invaders clone for X

commit log from nieder:
deb changes -> rev up
2010-08-31: abiword-2.8.4-3 (Open-source word processor)
Open-source word processor

commit log from dmacks:
+bdep from libgoffice-0.8.pc Requires.private (why do we need these? not used in libgoffice API (public headers)
2010-08-31: fpc-cross-arm-iphone-2.4.0-2 (FPC cross-compiler arm-darwin)
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal
  compiler. Supported processors: Intel x86, Amd64/x86 64, PowerPC, 
  Sparc, ARM.
  Supported operating systems: nds, FreeBSD, Mac OS X/Darwin, 
  Mac OS classic, DOS, Win32, OS/2, Netware (libc and classic) and MorphOS.
 
  The language syntax has excellent compatibility with TP 7.0 as well as 
  with most versions of Delphi (classes, rtti, exceptions, ansistrings,
  widestrings, interfaces). A Mac Pascal compatibility mode is also provided
  to assist users of previous Pascal compilers for the Mac. 
  Furthermore, Free Pascal supports function overloading, operator 
  overloading, global properties and other modern features.
 
  http://wiki.freepascal.org/User_Changes_2.4.0 lists changes in fpc 2.4.0.

commit log from k-m_schindler:
add dependance on findutils, i.e. locate. Thanks to snaggles buildworld.
2010-08-31: subvertpy-py26-0.7.3.1-2 (Python bindings for subversion)
Python bindings for the Subversion version control system that are
    aimed to be complete, fast and feel native to Python programmers.

    Bindings are provided for the working copy, client, delta, remote
    access and repository APIs. A hookable server side implementation of
    the custom Subversion protocol (svn_ra) is also provided.

    subvertpy covers more of the APIs than python-svn. It provides a more
    "Pythonic" API than python-subversion, which wraps the Subversion C API
    pretty much directly. Neither provide a hookable server-side.

commit log from danielj7:
Make sure we use fink's svn headers, not the system's. Thanks to Snaggle's buildworld!
2010-08-31: subvertpy-py25-0.7.3.1-2 (Python bindings for subversion)
Python bindings for the Subversion version control system that are
    aimed to be complete, fast and feel native to Python programmers.

    Bindings are provided for the working copy, client, delta, remote
    access and repository APIs. A hookable server side implementation of
    the custom Subversion protocol (svn_ra) is also provided.

    subvertpy covers more of the APIs than python-svn. It provides a more
    "Pythonic" API than python-subversion, which wraps the Subversion C API
    pretty much directly. Neither provide a hookable server-side.

commit log from danielj7:
Make sure we use fink's svn headers, not the system's. Thanks to Snaggle's buildworld!
2010-08-31: subvertpy-py27-0.7.3.1-2 (Python bindings for subversion)
Python bindings for the Subversion version control system that are
    aimed to be complete, fast and feel native to Python programmers.

    Bindings are provided for the working copy, client, delta, remote
    access and repository APIs. A hookable server side implementation of
    the custom Subversion protocol (svn_ra) is also provided.

    subvertpy covers more of the APIs than python-svn. It provides a more
    "Pythonic" API than python-subversion, which wraps the Subversion C API
    pretty much directly. Neither provide a hookable server-side.

commit log from danielj7:
Make sure we use fink's svn headers, not the system's. Thanks to Snaggle's buildworld!
2010-08-31: txt2regex-0.8-2 (Regular expression wizard)
Txt2regex is a Regular Expression Wizard that converts human sentences
        to regexes. In a simple interactive console interface, the user answer
        questions and the program build the regexes for more than 20 programs,
        like Vim, Emacs, Perl, PHP, Python, Procmail and OpenOffice.org. It is
        a Shell Script 100% written with Bash builtin commands.

commit log from danielj7:
Don't install directly in %p/share/locale. Again thanks to Snaggle's buildworld.
2010-08-31: argparse-py31-1.1-1 (Python command-line parsing library)
The argparse module provides an easy, declarative interface for
        creating command line tools, which knows how to:
        
        * parse the arguments and flags from sys.argv
        * convert arg strings into objects for your program
        * format and print informative help messages
        * and much more...
        
        The argparse module improves on the standard library optparse
        module in a number of ways including:
        
        * handling positional arguments
        * supporting sub-commands
        * allowing alternative option prefixes like + and /
        * handling zero-or-more and one-or-more style arguments
        * producing more informative usage messages
        * providing a much simpler interface for custom types and actions

commit log from danielj7:
New package.
2010-08-31: argparse-py26-1.1-1 (Python command-line parsing library)
The argparse module provides an easy, declarative interface for
        creating command line tools, which knows how to:
        
        * parse the arguments and flags from sys.argv
        * convert arg strings into objects for your program
        * format and print informative help messages
        * and much more...
        
        The argparse module improves on the standard library optparse
        module in a number of ways including:
        
        * handling positional arguments
        * supporting sub-commands
        * allowing alternative option prefixes like + and /
        * handling zero-or-more and one-or-more style arguments
        * producing more informative usage messages
        * providing a much simpler interface for custom types and actions

commit log from danielj7:
New package.
2010-08-31: argparse-py25-1.1-1 (Python command-line parsing library)
The argparse module provides an easy, declarative interface for
        creating command line tools, which knows how to:
        
        * parse the arguments and flags from sys.argv
        * convert arg strings into objects for your program
        * format and print informative help messages
        * and much more...
        
        The argparse module improves on the standard library optparse
        module in a number of ways including:
        
        * handling positional arguments
        * supporting sub-commands
        * allowing alternative option prefixes like + and /
        * handling zero-or-more and one-or-more style arguments
        * producing more informative usage messages
        * providing a much simpler interface for custom types and actions

commit log from danielj7:
New package.
2010-08-31: email-address-pm-1.891-1 (RFC 2822 Address Parsing and Creation)
This class implements a complete RFC 2822 parser that locates email
    addresses in strings and returns a list of "Email::Address" objects
    found. Alternatley you may construct objects manually. The goal of this
    software is to be correct, and very very fast.

commit log from danielj7:
New upstream version.
2010-08-31: perl-critic-pm588-1.109-1 (Critique Perl source code for best-practices)
Perl::Critic is an extensible framework for creating and applying coding
    standards to Perl source code. Essentially, it is a static source code
    analysis engine. Perl::Critic is distributed with a number of
    Perl::Critic::Policy modules that attempt to enforce various coding
    guidelines. Most Policy modules are based on Damian Conway's book Perl
    Best Practices. However, Perl::Critic is not limited to PBP and will
    even support Policies that contradict Conway. You can enable, disable,
    and customize those Polices through the Perl::Critic interface. You can
    also create new Policy modules that suit your own tastes.

    For a command-line interface to Perl::Critic, see the documentation for
    perlcritic. If you want to integrate Perl::Critic with your build
    process, Test::Perl::Critic provides an interface that is suitable for
    test scripts. Also, Test::Perl::Critic::Progressive is useful for
    gradually applying coding standards to legacy code. For the ultimate
    convenience (at the expense of some flexibility) see the criticism
    pragma.

commit log from danielj7:
New upstream version.
2010-08-30: pilot-link-pm588-0.12.3-3 (Palm libraries -- Perl bindings)
Pilot-Link is the tools and toys needed to connect your Palm or Palm
  compatible handheld (including Handspring, Sony, and Palm) with Unix
  and Linux machines.  
  This package builds the Perl bindings for Pilot-Link.

commit log from alexkhansen:
%^$*ing unversioned Provides for real package names.
2010-08-30: gtkglext1-1.2.0-1 (OpenGL Extension to GTK)
GtkGLExt provides additional GDK objects which support OpenGL
rendering in GTK, and GtkWidget API add-ons to make GTK+ widgets
OpenGL-capable.

As opposed to Jane Loff's GtkGLArea , it provides not an OpenGL
widget, but an additional GtkWidget API which enables the standard
(and custom) GTK+ widgets to render 3D scene using OpenGL.

commit log from dmacks:
new version. Not nearly has painful as I expected!
2010-08-30: koffice2-x11-2.0.0-2 (KDE4 - office suite)
KOffice is a free, integrated office suite for KDE, the K Desktop Environment.

commit log from dmacks:
was blocked from 10.6 because claimed didn't compile there. Builds fine for me, so unblocking. Perhaps previous dep problems were responsible? Please post build error reports if you get them.
2010-08-30: koffice2-mac-2.0.0-2 (KDE4 - office suite)
KOffice is a free, integrated office suite for KDE, the K Desktop Environment.

commit log from dmacks:
was blocked from 10.6 because claimed didn't compile there. Builds fine for me, so unblocking. Perhaps previous dep problems were responsible? Please post build error reports if you get them.
2010-08-30: konversation-1.0.1-1024 (KDE - User-friendly IRC client)
Konversation is a simple, straightforward, user-friendly IRC client.

commit log from dmacks:
.la-cleanup cleanup (thanks jfm)
2010-08-30: xmms-jack-0.19-2 (JACK output plugin for XMMS)
JACK output plugin for XMMS

commit log from nieder:
-dev splitoff has the headers to build against
2010-08-30: kudus-0.3-1005 (KDE - sudoku game)
KDE - sudoku game

commit log from nieder:
missing arts
2010-08-30: kmess-kde4-x11-2.0.3-1005 (KDE4 - Instant messenger for the MSN network)
KDE4 - Instant messenger for the MSN network

commit log from nieder:
missing libgcrypt and libgpg-error
2010-08-30: kmess-kde4-mac-2.0.3-1005 (KDE4 - Instant messenger for the MSN network)
KDE4 - Instant messenger for the MSN network

commit log from nieder:
missing libgcrypt and libgpg-error
2010-08-30: fancytasks-kde4-x11-1.0.0-1003 (KDE4 - Enhanced task selector plasmoid)
KDE4 - Enhanced task selector plasmoid

commit log from nieder:
missing gettext
2010-08-30: kdeadmin4-mac-4.4.1-1 (KDE4 - UNIX admin tools)
Various administration tools for KDE.

commit log from nieder:
missing kdepimlibs
2010-08-30: monster-masher-1.8.1-1003 (Mash'em-up action game for GNOME)
Monster Masher is a GPL'ed mash'em-up action game for GNOME. Each
level contains a number of blocks and monsters. You're a little gnome
running around. By pushing the blocks you can mash the monsters one at
a time. There are various power-ups and different kinds of monsters.

commit log from nieder:
glitz and libgnomecanvas-2.0.pc
2010-08-30: planner-0.14.4-4 (Project management application for GNOME)
Planner is a Project Management application that supports Gantt charts,
 resource allocation and integration with other GNOME applications.

 Planner was formerly known as Mr. Project.

commit log from nieder:
orbit2-dev for .pc
2010-08-30: gwaei-1.2.1-2 (Japanese Dictionary for GNOME)
Japanese Dictionary for GNOME

commit log from nieder:
glitz and gnome-doc-utils
2010-08-30: gweled-0.7-5 ("Diamond Mine"/"Bejeweled" clone for GNOME)
Gweled is a Gnome version of a popular PalmOS/Windows/Java
        game called "Bejeweled" or "Diamond Mine". The aim of the game
        is to make alignment of 3 or more gems, both vertically or horizontally
         by swapping adjacent gems. The game ends when there are no 
        possible moves left.

commit log from nieder:
proper splitoffs to find missing .pc files
2010-08-30: libgnomedbmm-2.9.5-1002 (C++ bindings for libgnomedb)
C++ bindings for libgnomedb

commit log from nieder:
missing libgnomecanvas-2.0.pc
2010-08-30: cpufire-applet-1.6-2 (GNOME panel applet showing CPU load as fire)
A CPU load monitor that comes as a GNOME panel applet. CPU load is displayed
 as a beautiful fire, the higher the flames the higher the CPU load.

commit log from nieder:
correct splitoff for .pc
2010-08-30: glunarclock-0.34.1-1 (GNOME Lunar Clock applet)
glunarclock displays the current phase of the moon  as  an applet
for the gnome panel.  It also provides astronomical data including
various clock times, rise and set times for the moon, and the moon's
current coordinates.  Based on wmMoonClock (C) Mike Henderson and the
GNOME Fish Applet (C) The Free Software Foundation.

commit log from nieder:
needs f-p-p to use f-p-p
2010-08-30: glabels-2.2.8-1002 (Label, business card and media cover creator)
Label, business card and media cover creator

commit log from nieder:
proper splitoffs to find .pc
2010-08-30: evolution-webcal-2.28.1-1 (Web Calendar plugin for evolution)
Web Calendar plugin for evolution

commit log from nieder:
libiconv-dev to satisfy f-p-p
2010-08-30: balsa-2.3.26-5 (Versatile email client for GNOME)
Versatile email client for GNOME

commit log from nieder:
missing dbus .pc files
2010-08-30: boost1.35.python25-1.35.0-8 (Boost C++ Libraries: static and source libs)
The Boost web site provides free peer-reviewed portable C++ source 
 libraries.  The emphasis is on libraries which work well with the 
 C++ Standard Library.  The libraries are intended to be widely useful, 
 and are in regular use by thousands of programmers across a broad 
 spectrum of applications.

 A further goal is to establish "existing practice" and provide 
 reference implementations so that Boost libraries are suitable for 
 eventual standardization.  Ten Boost libraries will be included in 
 the C++ Standards Committee's upcoming C++ Standard Library Technical 
 Report as a step toward becoming part of a future C++ Standard.

 Although Boost was begun by members of the C++ Standards Committee 
 Library Working Group, participation has expanded to include thousands 
 of programmers from the C++ community at large.

commit log from dmacks:
rename .info per validator (allows use of -m to catch other problems)
2010-08-30: boost1.35.systempython-1.35.0-8 (Boost C++ Libraries: static and source libs)
The Boost web site provides free peer-reviewed portable C++ source 
 libraries.  The emphasis is on libraries which work well with the 
 C++ Standard Library.  The libraries are intended to be widely useful, 
 and are in regular use by thousands of programmers across a broad 
 spectrum of applications.

 A further goal is to establish "existing practice" and provide 
 reference implementations so that Boost libraries are suitable for 
 eventual standardization.  Ten Boost libraries will be included in 
 the C++ Standards Committee's upcoming C++ Standard Library Technical 
 Report as a step toward becoming part of a future C++ Standard.

 Although Boost was begun by members of the C++ Standards Committee 
 Library Working Group, participation has expanded to include thousands 
 of programmers from the C++ community at large.

commit log from dmacks:
rename .info per validator (allows use of -m to catch other problems)
2010-08-30: boost1.35.nopython-1.35.0-8 (Boost C++ Libraries: static and source libs)
The Boost web site provides free peer-reviewed portable C++ source 
 libraries.  The emphasis is on libraries which work well with the 
 C++ Standard Library.  The libraries are intended to be widely useful, 
 and are in regular use by thousands of programmers across a broad 
 spectrum of applications.

 A further goal is to establish "existing practice" and provide 
 reference implementations so that Boost libraries are suitable for 
 eventual standardization.  Ten Boost libraries will be included in 
 the C++ Standards Committee's upcoming C++ Standard Library Technical 
 Report as a step toward becoming part of a future C++ Standard.

 Although Boost was begun by members of the C++ Standards Committee 
 Library Working Group, participation has expanded to include thousands 
 of programmers from the C++ community at large.

commit log from dmacks:
rename .info per validator (allows use of -m to catch other problems)
2010-08-30: boost1.35.python26-1.35.0-8 (Boost C++ Libraries: static and source libs)
The Boost web site provides free peer-reviewed portable C++ source 
 libraries.  The emphasis is on libraries which work well with the 
 C++ Standard Library.  The libraries are intended to be widely useful, 
 and are in regular use by thousands of programmers across a broad 
 spectrum of applications.

 A further goal is to establish "existing practice" and provide 
 reference implementations so that Boost libraries are suitable for 
 eventual standardization.  Ten Boost libraries will be included in 
 the C++ Standards Committee's upcoming C++ Standard Library Technical 
 Report as a step toward becoming part of a future C++ Standard.

 Although Boost was begun by members of the C++ Standards Committee 
 Library Working Group, participation has expanded to include thousands 
 of programmers from the C++ community at large.

commit log from dmacks:
rename .info per validator (allows use of -m to catch other problems)
2010-08-30: krusader-kde4-x11-2.2.0.beta1-1004 (KDE4 - Twin panel filemanager)
KDE4 - Twin panel filemanager

commit log from alexkhansen:
KDE4 exists on 10.6, so we can unblock this.
2010-08-30: krusader-kde4-mac-2.2.0.beta1-1004 (KDE4 - Twin panel filemanager)
KDE4 - Twin panel filemanager

commit log from alexkhansen:
KDE4 exists on 10.6, so we can unblock this.
2010-08-29: aria2-1.10.1-1 (Downloader for HTTP/FTP/BitTorrent/Metalink)
aria2 is a utility for downloading files. The supported protocols are
        HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink.

        It can download one or more files individually or from multiple
        sources/protocols at the same time and tries to utilize your maximum
        download bandwidth (by using multiple threads and downloading data from
        HTTP(S)/FTP, while also uploading to the BitTorrent swarm).

        Using Metalink's chunk checksums, aria2 automatically validates chunks
        of data while downloading a file like BitTorrent.

        There are other alternative applications. But aria2 has 2 distinctive
        features: (1) aria2 can download a file from several
        URLs(http/ftp/BitTorrent) and (2) If you give aria2 list of URLs, then
        aria2 downloads them concurrently. You don't have to wait for the
        current download queue to finish one file at a time anymore. aria2 uses
        your maximum bandwidth and downloads files quickly.

commit log from danielj7:
New upstream version.
2010-08-29: mathomatic-15.2.0-1 (Symbolic algebra program)
Mathomatic is a small, portable symbolic math program that can
automatically solve, simplify, differentiate, combine, and compare
algebraic equations, perform polynomial and complex arithmetic, etc.

commit log from dmacks:
new version