diff options
author | mjl <mjl@pkgsrc.org> | 2000-10-27 12:20:35 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-10-27 12:20:35 +0000 |
commit | 8b9f822309a07f0fd9917930ab2f4a4d91edea72 (patch) | |
tree | 852e674c164f16959165a03452dadad015ba518e /devel | |
parent | 4a25c6ea22ae47d28a8259e0e597ac15788ac75f (diff) | |
download | pkgsrc-8b9f822309a07f0fd9917930ab2f4a4d91edea72.tar.gz |
This is version 1.4 of libavl, a library in ANSI C for manipulation of
balanced binary trees. Functions for use with three varieties of AVL
tree and one type of red-black tree are included. There is full
documentation, including an explanation of what AVL and red-black
trees are and why you'd use them.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libavl/Makefile | 14 | ||||
-rw-r--r-- | devel/libavl/files/md5 | 3 | ||||
-rw-r--r-- | devel/libavl/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/libavl/pkg/DESCR | 5 | ||||
-rw-r--r-- | devel/libavl/pkg/PLIST | 7 |
5 files changed, 30 insertions, 0 deletions
diff --git a/devel/libavl/Makefile b/devel/libavl/Makefile new file mode 100644 index 00000000000..0e51b150ff1 --- /dev/null +++ b/devel/libavl/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/27 12:20:35 mjl Exp $ +# + +DISTNAME= avl-1.4.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU:=avl/} +#MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/avl/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.msu.edu/user/pfaffben/avl/ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libavl/files/md5 b/devel/libavl/files/md5 new file mode 100644 index 00000000000..901cba9ff4a --- /dev/null +++ b/devel/libavl/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/27 12:20:35 mjl Exp $ + +MD5 (avl-1.4.0.tar.gz) = 28f175eed15a6ca52f626cb04964ee12 diff --git a/devel/libavl/pkg/COMMENT b/devel/libavl/pkg/COMMENT new file mode 100644 index 00000000000..8c8742f4263 --- /dev/null +++ b/devel/libavl/pkg/COMMENT @@ -0,0 +1 @@ +library for manipulation of balanced binary trees diff --git a/devel/libavl/pkg/DESCR b/devel/libavl/pkg/DESCR new file mode 100644 index 00000000000..aaf3f6a31eb --- /dev/null +++ b/devel/libavl/pkg/DESCR @@ -0,0 +1,5 @@ +This is a library in ANSI C for manipulation of balanced binary +trees. Functions for use with three varieties of AVL tree and +one type of red-black tree are included. There is full documentation, +including an explanation of what AVL and red-black trees are and why +you'd use them, in Texinfo, Info, HTML, and plain text formats. diff --git a/devel/libavl/pkg/PLIST b/devel/libavl/pkg/PLIST new file mode 100644 index 00000000000..13c2f3e6d0f --- /dev/null +++ b/devel/libavl/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/27 12:20:35 mjl Exp $ +include/avl.h +include/avlt.h +include/avltr.h +include/rb.h +info/avl.info +lib/libavl.a |