diff options
author | he <he@pkgsrc.org> | 2008-08-17 14:27:30 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-17 14:27:30 +0000 |
commit | 777e15f4e3c30d91d0e1160eb138b40dbc188d40 (patch) | |
tree | 9c8ae82e1add4de46679e579fe380a1d9d134fc2 | |
parent | 58a505bda19b7e64e62cd0195b7c5aa8c6899bd7 (diff) | |
download | pkgsrc-777e15f4e3c30d91d0e1160eb138b40dbc188d40.tar.gz |
Update from version 1.09 to 1.13, OK'ed by maintainer.
Changes:
1.13 2007 Oct 27
- recoded member(), insert(), and remove() to use a binary search
1.12 2007 Sep 08
- added support for spans in constructors
1.11 2007 Mar 17
- added mutating set operations
- added operator overloads
1.10 2007 Mar 04
- extened new to take list of set_specs
- added size as an alias for cardinality
- added sets method
- added cover (extent), and holes methods
- added inset, pad, and trim methods
- added grep_spans and map_spans functions
-rw-r--r-- | devel/p5-Set-IntSpan/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Set-IntSpan/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Set-IntSpan/Makefile b/devel/p5-Set-IntSpan/Makefile index 0c8262d7fec..96bcf3ee63c 100644 --- a/devel/p5-Set-IntSpan/Makefile +++ b/devel/p5-Set-IntSpan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:26 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/08/17 14:27:30 he Exp $ # -DISTNAME= Set-IntSpan-1.09 +DISTNAME= Set-IntSpan-1.13 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sis CATEGORIES= perl5 diff --git a/devel/p5-Set-IntSpan/distinfo b/devel/p5-Set-IntSpan/distinfo index b27c8b4576e..35bf30f75c3 100644 --- a/devel/p5-Set-IntSpan/distinfo +++ b/devel/p5-Set-IntSpan/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/09/01 06:34:31 gson Exp $ +$NetBSD: distinfo,v 1.5 2008/08/17 14:27:30 he Exp $ -SHA1 (Set-IntSpan-1.09.tar.gz) = 441349016ed1c5d948a7ca901eaa1d790e8b2546 -RMD160 (Set-IntSpan-1.09.tar.gz) = cf71e78468e1791e2a21f887c0889697e671311b -Size (Set-IntSpan-1.09.tar.gz) = 17524 bytes +SHA1 (Set-IntSpan-1.13.tar.gz) = ea613f75fdcc93a775e311441411495767cef012 +RMD160 (Set-IntSpan-1.13.tar.gz) = 69fe9ab753e6e88bf767d1a5788d1e2823f5b98f +Size (Set-IntSpan-1.13.tar.gz) = 24365 bytes |