Changes:
Build
* Autoconf tweaks for building modules on MacOSX - James.
* GCC fixes in ellcc.c - James.
* Module Makefile fixes - Begel, James.
* Fix shadow warning in regex.c - James.
Documentation
* New TeXinfo node "Searching and Matching" - Turnbull.
* New section "Legacy Versions" in FAQ - Turnbull.
* New FAQ question Q8.0.1 - Turnbull.
* Update split-string specs in "Regexp Search" - Turnbull.
Internals
* Package index file updated - Koch.
* Add some debug checks in file-coding.c - Turnbull.
Lisp API
* Make error message report the sym checked in `autoload-featurep-protect-autoloads' - Turnbull.
* `split-string' tweaks - Turnbull.
* Make the location of the package-index file user customisable - Youngs.
* Turn on package-index file PGP verification - Youngs.
* Only use message if interactive for functions in replace.el - Josefsson.
* Sync with net/samba package:
- clean up findsmp; no need to prepend ${WRKSRC}.
- Don't create ${PREFIX}/private.
- Stop installing HTML documentation.
* Allow longer share name to Windows XP and Windows 2003 server as well as
Windows 2000. Discussion was on the samba-jp mailing list.
Mainly bugfixing and a new command `dvd+rw-mediainfo' wich gives
information about what kind of disc is in the drive, its used `booktype'
and session information when applicable.
Mainly bugfixing and and extra command `dvd+rw-mediainfo' that regretfully
only gives information when its really a DVD+/-R{W} disc ... this can be
used to get more information about the booktype used etc.
Changes:
* Improve stability.
* HEADS UP: Compression
0.22.0 has a serious compression bug. If you use old versions,
please upgrade 0.23.0 or higher. If 0.23.0 detects the remote host
is 0.22.0, fallback to no compression mode forcibly.
* Fix many bugs.
defs.*.mk files) when running the configure script. Most of them look for
an awk parser, and this way they will always pick the right one without
having to check all the possibilities.
The main differences to the package itself seem to be in its packaging.
Main changes to the package:
Correct the comment.
Make this much more portable to other pkgsrc platforms
Generalise for X11 locations other than /usr/X11R6.
Use a do-install target in the package Makefile
Let pkgsrc do any manual page manipulation
The main differences to the package itself seem to be in its packaging.
Main changes to the package:
Correct the comment.
Make this much more portable to other pkgsrc platforms
Generalise for X11 locations other than /usr/X11R6.
Use a do-install target in the package Makefile
Let pkgsrc do any manual page manipulation
Change the cupsd rc.d script to REQUIRE slpd. This is needed for the
case where cupsd actually uses SLP to register services (by setting
BrowseProtocols to include "slp") and does nothing otherwise.
* findsmb is a perl script, and we need to substitute the correct path to
the perl interpreter.
* Don't create ${PREFIX}/private during a "make install" as it's a
completely useless directory.
* Don't bother to install the completely outdated Samba HTML documentation
that is superseded by the Samba HOWTO Collection documentation.
of the diffs between vanilla CUPS and pkgsrc CUPS will be sent back to
the author.
* Allow overriding the default paths for "CUPS_SERVERBIN" and
"CUPS_LOCALEDIR" by passing values through the configure script.
This facilitates using custom directory hierarchies as is common in
various packaging systems.
* Allow choosing the man page extension style by passing values
directly through the configure script. This allows overriding the
defaults for an operating system, which can happen in some packaging
systems. Leave the default behaviour unchanged if not specified.
in PR pkg/21303 (added ncurses buildlink so the package works on Linux and
IRIX as well):
Abook is a text-based addressbook program designed to use with mutt
mail client.
Import filters for following formats:
- ldif (Netscape Addressbook)
- mutt alias ( >= 0.4.10 )
- Pine addressbook
Export filters for folllowing formats:
- ldif / Netscape addressbook (.4ld)
- Pine addressbook
- HTML
- mutt alias
- GnomeCard (VCard) addressbook
- elm alias
- plain text
- Spruce address book
- The option to create new displays `left-to-right' is restored upon startup.
- Fortran struct members are accessed as `A%B' instead of `A.B'.
- Structure changes in plotted displays no longer crash DDD.
- You can specify the top-level geometry via `-geometry'.
- The `pydb' debugger has been fixed to work with recent Python releases.
- Ornamented Perl debugger prompts are handled correctly.
- DDD honors the TMPDIR environment variable for creating temporary files.
- `config.guess' and `config.sub' scripts have been updated.
- Minor compilation problems with GCC 2.7.2 have been fixed.
- Minor compilation problems with GCC 3.0 (prerelease) have been fixed.
- Minor compilation problems with Sun CC have been fixed.
- Minor potential problems with 64 bit pointers have been fixed.
Patch provided by Marc Recht in PR pkg/21770.
databases.
XBase module provides access to XBase (dBase, Fox*) dbf files. It also
handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx,
mdx, idx and cdx). The DBD::XBase is a database driver for DBI and provides
simple SQL interface to reading and writing the database files. So this
package offers two ways of accessing your beloved data in dbf files: XBase.pm
and DBD::XBase. It is recommend using DBD::XBase and only resort to XBase.pm
if you need something special which is not supported by the DBI interface.