diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-02-21 12:53:23 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-02-21 12:53:23 +0000 |
commit | f6f31e9857672711f48c995e010d26be62a5c3ef (patch) | |
tree | 75fb7e7f15d12658c0f6651063d6720cd47942ed /lang/librep/Makefile | |
parent | caf75551b92db4aa763ec254c9e09fe51a8a3bc3 (diff) | |
download | pkgsrc-f6f31e9857672711f48c995e010d26be62a5c3ef.tar.gz |
Update to librep 0.16.1.
* New modules `rep.data.trie', `rep.threads.proxy'
* Also added `rep.xml.reader' and `rep.xml.printer', though these
should probably be used with extreme caution
* Appending to queues is now O(1) not O(n)
* Many changes to `rep.net.rpc' module, protocol is incompatible
with previous version. Should be more robust
* `rep.i18n.gettext' module exports the `bindtextdomaincodeset'
function (Christophe Fergeau)
* Slightly more secure way of seeding the rng
* `inexact->exact' can now convert floating point numbers to
rationals (though not optimally). This means that `numerator' and
`denominator' also work better with floats now
* New function `file-ttyp'
* Some random bug fixes
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 23f66d8d27d..d6ef0e7279c 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2002/12/23 04:25:01 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2003/02/21 12:53:23 mycroft Exp $ # DISTNAME= librep-${REP_VERS} -REP_VERS= 0.15.1 -PKGREVISION= 3 +REP_VERS= 0.16.1 +#PKGREVISION= 3 CATEGORIES= lang devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librep/} |