2014-09-10 12:46:07 by Richard PALO | Files touched by this commit (1) |
Log message:
revert zlib
|
2014-09-10 12:14:08 by Richard PALO | Files touched by this commit (10) |
Log message:
adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories.
It was inspired by the forest extension.
The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.
To enable the "hgnested" extension, create an entry for it in your \
hgrc, like
this:
[extensions]
hgnested =
See `hg help hgnested` for the complete list of commands.
For more information please visit the following website:
http://code.google.com/p/hgnested/
|
2014-01-14 21:34:49 by Benny Siegert | Files touched by this commit (1) |
Log message:
On MirBSD, the version is "1.2.8.f-MirOS", which does not match \
'zlib>=1.1.4'.
Remove the extra cruft at the end, fix the detection of builtin zlib.
|
2013-12-11 08:11:40 by Richard PALO | Files touched by this commit (1) |
Log message:
builtin zlib needs a buildlink symlink to zlib.pc if present or fake one if absent
|
2013-12-04 15:19:01 by OBATA Akio | Files touched by this commit (1) |
Log message:
Remove to assume that 1.1.4 is treated as 1.1.4nb1.
It is NetBSD specific, and builtin version should not contains nb* level.
|
2013-12-04 15:14:34 by OBATA Akio | Files touched by this commit (1) |
Log message:
Drop nb1 from API_DEPENDS.
zlib-1.1.4nb1 is just recommended for CAN-2003-0107, not API change.
|
2013-11-30 12:14:10 by Richard PALO | Files touched by this commit (3) |
Log message:
provide zlib.pc for pkg-config to facilitate configure where possible
|
2013-11-23 12:29:36 by OBATA Akio | Files touched by this commit (16) |
Log message:
Use find-headers instead of find-files to detect builtin header files.
|
2013-05-27 18:22:10 by Adam Ciarcinski | Files touched by this commit (21) |
Log message:
Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged \
to upgrade immediately. Version 1.2.8 also has these improvements:
* Add new inflateGetDictionary() function
* Fix bug where gzopen() immediately followed by gzclose() would write an empty \
file instead of an empty gzip stream.
* Fix bug in gzclose() when gzwrite() runs out of memory
|
2013-02-09 14:00:05 by OBATA Akio | Files touched by this commit (1) |
Log message:
-no-undefined LDFLAGS is required to be linked with Cygwin.
|