yesterday w/o having checked for this one:
- Beautify DESCR.
- Take maintainership.
- Handle monotone.info properly.
- Mark the package as C/C++.
- Use boost's toolset.mk to get the compiler name.
- Simplify patches by using CPPFLAGS.
- Add missing dependencies.
While here, update to 0.15:
- overhauled the internal representation of changes. see README.changesets
for details.
- fixed bugs in merkle trie synchronization code.
- fixed echoing and progress UI bugs (helps when using in emacs).
- upgraded cryptopp to 5.2.1.
- fixed bug 8715, diff hunk coordinate reporting.
- added figures, new tutorial to manual.
- improve accuracy of log command.
- several build, configure, and linkage fixes.
- some OSX / PPC portability fixes.
check and store the presence of libreadline and libedit. Also, don't
assume that just because libreadline.* exists that GNU readline exists.
Instead, use the presence of particular macros in the readline.h header
as a check for GNU readline.
Add HOMEPAGE pointing into search.cpan.org.
Add DEPENDS on p5-Algorithm-Diff, to reflect a real dependency.
Change log:
0.05 - 6 Nov 2003
Added some more entries to the callback map.
Thanks to Chia-liang Kao for bringing these to our attention.
The original version designation is 1.1901, but who wants to take a bet
the next one after that won't be 1.20?
Changelog:
1.19 2004-09-22
- Added OO interface.
- Based on Ned's v1.18 (unreleased)
AutoOpts:
* The listing of enumerated option arguments is a bit more concise.
* Options may be handled twice: once during the immediate phase and
again during the "normal" processing phase.
* If environment variable "rc" processing is enabled, then the
"${PROGNAME}" environment variable will be processed - tokenizing it
and processing it as a list of command line options. It may not
contain any command line operands.
* a new main procedure type: each-or-stdin This will fopen() each
command line operand and pass the FILE* pointer to the callout procedure.
If there are no operands, then stdin is passed.
* main() procedures can be specified more consistently
AutoGen:
* The '$$' expansion in locating the program will now use "realpath(3C)".
This way, if a program is installed in /opt/whatever/bin/program
and you run it via a symlink, '$$' will resolve to /opt/whatever/bin.
* exist and not-exist selection macros -- the CASE macro can now
select a clause based on value existence. Previously, you could detect
an empty string and you then had to use the ``(exist? "name")'' function.
* fixed tpl-file-line so that "%2$d" works for the format.
* Added (emit) function that directly emits its args into output
* keyword lists are columnized in usage text
* distributed subdirectories no longer depend on also being built.
getdefs (an AutoGen support utility):
* With "listed" attributes, if you quote an entry, then the scanning code
has to push the scan forward to the next entry so we don't wind up with
a spurious empty entry!!
Changes from 1.5.0 to 1.5.1.
----------------------------
o Andreas Gustafsson's USE_POLL fix.
o Gene's st_set_utime_function() enhancement.
Changes from 1.4 to 1.5.0.
--------------------------
o Andreas Gustafsson's performance patch.
o New extensions: Improved DNS resolver, generic LRU cache, in-process
DNS cache, and a program to test the resolver and cache.
o Support for AMD Opteron 64-bit CPUs under Linux.
o Support for SPARC-64 under Solaris.
o Andreas Gustafsson's support for VAX under NetBSD.
o Changed unportable #warning directives in md.h to #error.
= 2004/05/31 1.9011
Some speed improvements from Todd R. Eigenschink
= 2004/04/12 1.9009
Fix to netmasks.t for compatability with older perls
= 2004/04/06 1.9008
Added cidrs2inverse() which will find the gaps in a list of blocks.
Based on a request from Howard Jones the tag() method was added.
It allows you to store your own data in a Net::Netmask object.
(Of course, you could have anyway as long as you didn't use the
keys 'IBASE' or 'BITS')
Long ago, Alexandros M Manoussakis reported a bug that findAllNetblock
would often return the same block multiple times. Fixed.
Based on requests from Alexandros M Manoussakis and Lamprecht
Andreas the undefined behavior for overlapping blocks with
cidrs2contiglists is no longer. Such blocks will be in the same
sublist.
Based on a requests from Tom Rudnick and Anthony Pardini new function
was added: cidrs2cidrs(). cidrs2cidrs will condense a set of
netblocks by combining blocks together that make up larger blocks.
Anthony Pardini, Frank Tegtmeyer and George Walker pointed me to
a bug with the contains() method. Fixed.
sub-packages (p5-subversion, py-subversion, and ap2-subversion) by
hand-hacking build-outputs.mk, which was a big pain. Consequently,
since the 1.0.7 update, pkgsrc has re-built the whole thing for each
subpackage. This is annoying and makes p5-subversion not work with
pkgviews on Darwin.
Now, we'll fix the problem by patching gen-make.py, which generates
build-outputs.mk. I may even be able to commit this change upstream.
devel/subversion-base/Makefile:
Generate build-outputs.mk hack.
devel/p5-subversion/Makefile:
devel/py-subversion/Makefile:
www/ap2-subversion/Makefile:
Replace build-outputs.mk in post-patch.
2.27
- bugfix in _store, which caused warning when saving
a config containing empty hashes. Reported by
herbert breunung <deirdre_skye@web.de>.
- removed applied patch (added in 2.20), there are no more
calls to binmode(), this destroys portability, because
perls determines itself wether it uses \n or \r\n as newline.
Reported by herbert breunung too.
- applied patch by Danial Pearce <danial@infoxchange.net.au>,
scalars containing a backslash as the last character will
be written out as here-doc when storing a config to disk.
1.48 Sun Nov 07 14:30:00 2004
- Add sub pad() to simplify printing of fixed width fields.
Original patch: Ricardo Signes.
Since this is the only change, there is no need to upgrade
1.47 Tue Jul 20 20:43:00 2004
- Change Makefile.PL to coexist with Module::Build
- Document parameters properly
- Test against Getopt::Long V 2.34
- Add t/pod.t to test all PODs
Changes fromn 2.0:
Support for Zope ExtensionClasses
Updated graphical user interface
Added support for modules that define __path__.
New documentation fields:
@include: Imports the documentation from another object.
@undocumented: Don't document the given object(s)
Various bug fixes
o Fixed another bug in drawing code that was causing warnings/crashes.
Changes 2.6.4:
o Fixed bug in drawing code that was causing crashes.
Changes 2.6.3:
o Fixed problem with missing '...' buttons in the property editor.
Changes 2.6.2:
o Build fix - mkinstalldirs wasn't in the tarball.
Changes 2.6.1:
o Save window positions between sessions.
o Rewrote selection drawing code so it works better on win32.
o Support "translatable", "context" and "comments" attributes for text
properties to help with translation.
o Bug fixes
* Translation updates
* Function to find out filename encoding
* Fix to eelcanvas that allows connecting to expose
* Handle null mimetypes in property page