Bump version to 2.8.0
Bump libtool revision in preparation for release
Improve zip "distribution"
Don't put entries for directories in the zip file. Fetch manpages from
correct place.
Use correct autoconf variable
Use LIBT_CURRENT_MINUS_AGE instead of the undefined
lt_current_minus_age for the name of the DLL when generating the MS
style import library.
[fc-arch] Rename architecture names to better reflect what they are
We only care about three properties in the arch:
- endianness
- pointer size
- for 32-bit archs, whether double is aligned on 4 or 8 bytes
This leads to the following 6 archs (old name -> new name):
x86 -> le32d4
mipsel -> le32d8
x86-64 -> le64
m68k -> be32d4
ppc -> be32d8
ppc64 -> be64
[fc-arch] Beautify the arch template
[fc-case] Update CaseFolding.txt to Unicode 5.2.0
[fc-glyphname] Remove Adobe glyphlist
It was unused.
Clean up Makefile's a bit
[fc-glyphname] Rename internal arrays to prefix with _fc_
Although they were static, I was still surprised that gdb was seeing
our variable "glyphs". Not helpful.
[src] Create fcglyphname.h automatically
[fc-glyphname] Cleanup Makefile.am
Remove bogus comment
Last night in between my dreams I also noticed that we support Unicode
values up to 0x01000000 and not 0x00100000 which I thought before.
This covers the entire Unicode range.
Make sure fclang.h and fcarch.h are built
[lang] Fix serializing LangSet from older versions
[arch] Try to ensure proper FcLangSet alignment in arch
[xml] Remove unused code
[int] Remove more unused macros
Enable automake silent rules
[int] Remove fc_value_* macros that did nothing other than renaming
[int] Remove fc_storage_type() in favor of direct access to v->type
Remove unused macros
Bump cache version up from 2 to 3 and fix FcLangSet caching/crash
Protect cache against future expansions of FcLangSet (adding new
orth files). Previously, doing so could change the size of
that struct. Indeed, that happened between 2.6.0 and 2.7.3, causing
crashes. Unfortunately, sizeof(FcLangSet) was not checked in
fcarch.c.
This changes FcLangSet code to be able to cope with struct size
changes.
And change cache format, hence bumping from 2 to 3.
[int] Define MIN/MAX/ABS macros
[fc-arch] Add FcAlign to arch signature
Move FcAlign to fcint.h
Clarify default confdir and cachedir better.
Also remove --with-docdir. It can be set by setting docdir variable.
devel/p5-Format-Human-Bytes into The NetBSD Packages Collection.
The Perl 5 module Format::Human::Bytes produces printable strings
which are more readable by humans than simple bytecounts.
devel/p5-Locale-Msgfmt into The NetBSD Packages Collection.
The Perl 5 module Locale::Msgfmt does the same thing as msgfmt from
GNU gettext-tools, except this is pure Perl.
Changes since 2.4.2:
- Fix for the default Text Document filter setting.
- New JRE 6u15 for OOo 2.4.3
- update libxml2
- word import crash fix
- fixes import of documents that export bullets in a correct odf fashion
(f.e. OOo 3.0)
- This cws aims to fix the X11 issue (OpenOffice.org not launching)
- Writer fixes for OOo 2.4.3
cgoban1 has a new maintainer and has moved to sourceforge.
Changes from 1.9.13 to 1.9.14:
Notes:
First release under new maintainer
Changes:
- bugfixes
- added RPM .spec file
- docu changes to match new maintainer
Changes from 1.9.12 to 1.9.13:
Notes: First sourceforge release.
Changes:
- Added support for displaying MA[] SGF parameters.
- Fixed an issue on IGS with the way that games are completed.
Changes from 3.3.25 to 3.3.26:
Updated Bulgarian and Italian translations.
Fixed (well, greatly improved) the midnight GMT lag caused by updating
the graphs.
Fixed bug in GTP client when tournament entrants don't support the
cleanup command.
OK rh@
[tg] Shut up a bogus gcc warning during configuration process
[tg] Spell AT&T consistently in the source code
[tg] Tweak mksh(1) manual page, from wbx@ and «lewellyn:#ksh»
[tg] dot.mkshrc: fix $@ vs. $* mix-up
[tg] dot.mkshrc: add DJB cdb hash function
[tg] Sync with oksh: fix Vi editing mode word erase handling, again
[tg] Skip whitespace between POSIX style shell function name and its definition parenthesēs during detection if an alias of the same name already exists to be more robust (Debian Closes: #535970)
[tg] Build system improvements for ACK and nwcc, both on Debian sid
[tg] Fix spelling error in changelog discovered by Lintian
[tg] Aligh “set -o nounset” / “set -u” behaviour with future POSIX standard, as discussed with GNU bash maintainers, David Korn from AT&T ksh93, and The Open Group; prompted by use in Debian; Closes: #539538
[tg] add an unsupported way to make printf(1) a builtin
[tg] Build system and regression test code and comment improvements: better and more comments matching reality better; more reliability w.r.t. passed CPPFLAGS; more of the MKSH_SMALL changes may be overridden, all of them are now enumerated on the webpage; fixed some breakage; portability
[tg] MKSH_NOPWNAM and MKSH_SMALL will now both disable the ~fac/ (homedir) expansion code wholly if defined, not just getpwnam(3) calls
[tg] shells without job control no longer define the standard “stop” and “suspend” aliases (they are pointless anyway); regression tests know
[tg] use system RCS ID macros on MirBSD if decent enough
[tg] shut up bogus gcc 4.5/trunk warnings caused by over-optimisation
[tg] restore ANSI C compilability broken in R38 (speed up, even)
[tg] use memcpy(3) ipv strlcpy(3) if possible and safe and secure
devel/p5-Devel-Dumpvar into The NetBSD Packages Collection.
The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.
Packages Collection.
The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.
devel/p5-Devel-Dumpvar into The NetBSD Packages Collection.
The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.
Packages Collection.
The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.
devel/p5-Class-XSAccessor-Array into The NetBSD Packages Collection.
The Perl 5 module Class::XSAccessor::Array implements fast read,
write and read/write accessors in XS. Additionally, it can provide
predicates such as has_foo() for testing whether the attribute foo
is defined in the object. It works only with objects that are
implemented as arrays.
NetBSD Packages Collection.
The Perl 5 module Class::XSAccessor::Array implements fast read,
write and read/write accessors in XS. Additionally, it can provide
predicates such as has_foo() for testing whether the attribute foo
is defined in the object. It works only with objects that are
implemented as arrays.
devel/p5-Class-Unload into The NetBSD Packages Collection.
The Perl 5 module Class::Unload provides a function to unload a
given class by clearing out its symbol table and removing it from
%INC.
Collection.
Ack is designed as a replacement for 99% of the uses of grep. Ack
is intelligent about the files it searches and the directories trees
it should not descend into.
KDE SC 4.3.4 has a number of improvements:
* A bugfix in Plasma's pixmap cache makes the workspace more responsive
* Okular, the document viewer improved stability in certain situations
* Marble, the desktop globe has seen some polish
* Passphrases with non-ASCII characters have been fixed in the KGpg
encryption tool
Changes from openresolv-3.3.3 include:
* private_interfaces is now shell expandable (ie, fxp*)
* dnsmasq resolver restarting with DBus is now fixed
* unbound resolver is sent SIGHUP for reload instead of forced restart
* subscribers with the execute bit are executed, otherwise sourced into
a subshell for speed