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/buildlink2.mk | |
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/buildlink2.mk')
-rw-r--r-- | lang/librep/buildlink2.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/librep/buildlink2.mk b/lang/librep/buildlink2.mk index 33fa73c7d99..95d23c966a1 100644 --- a/lang/librep/buildlink2.mk +++ b/lang/librep/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.3 2002/12/23 04:27:31 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/02/21 12:53:23 mycroft Exp $ # .if !defined(LIBREP_BUILDLINK2_MK) LIBREP_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= librep -BUILDLINK_DEPENDS.librep?= librep>=0.15.1nb1 +BUILDLINK_DEPENDS.librep?= librep>=0.16.1 BUILDLINK_PKGSRCDIR.librep?= ../../lang/librep EVAL_PREFIX+= BUILDLINK_PREFIX.librep=librep |