pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/avl Re-import under proper PKGNAME (was libavl).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6ab96c0c584
branches:  trunk
changeset: 484276:e6ab96c0c584
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 26 21:54:27 2004 +0000

description:
Re-import under proper PKGNAME (was libavl).

diffstat:

 devel/avl/DESCR            |   5 +++++
 devel/avl/Makefile         |  21 +++++++++++++++++++++
 devel/avl/PLIST            |   6 ++++++
 devel/avl/distinfo         |   5 +++++
 devel/avl/patches/patch-aa |  15 +++++++++++++++
 5 files changed, 52 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r 6a5ab3767dc1 -r e6ab96c0c584 devel/avl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/avl/DESCR   Fri Nov 26 21:54:27 2004 +0000
@@ -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 -r 6a5ab3767dc1 -r e6ab96c0c584 devel/avl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/avl/Makefile        Fri Nov 26 21:54:27 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/26 21:54:27 wiz Exp $
+#
+
+DISTNAME=      avl-1.4.0
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GNU:=avl/}
+#MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/avl/
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.msu.edu/user/pfaffben/avl/
+COMMENT=       Library for manipulation of balanced binary trees
+
+GNU_CONFIGURE= YES
+INFO_FILES=    avl.info
+
+# The text and html files documentation are not installed so just touch
+# them and makeinfo and texi2html are not needed at build time.
+pre-build:
+       ${TOUCH} ${WRKSRC}/avl.text ${WRKSRC}/avl.html
+
+.include "../../mk/bsd.pkg.mk"
diff -r 6a5ab3767dc1 -r e6ab96c0c584 devel/avl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/avl/PLIST   Fri Nov 26 21:54:27 2004 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/26 21:54:27 wiz Exp $
+include/avl.h
+include/avlt.h
+include/avltr.h
+include/rb.h
+lib/libavl.a
diff -r 6a5ab3767dc1 -r e6ab96c0c584 devel/avl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/avl/distinfo        Fri Nov 26 21:54:27 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/26 21:54:27 wiz Exp $
+
+SHA1 (avl-1.4.0.tar.gz) = 44bf7e95a7fb0d6231dd698b0c32616cf4953011
+Size (avl-1.4.0.tar.gz) = 128589 bytes
+SHA1 (patch-aa) = 1020d5ef34f3f6090e5800db4266902c99988b42
diff -r 6a5ab3767dc1 -r e6ab96c0c584 devel/avl/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/avl/patches/patch-aa        Fri Nov 26 21:54:27 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/11/26 21:54:27 wiz Exp $
+
+--- avl.info.orig      Mon Aug 16 03:58:59 1999
++++ avl.info
+@@ -1,5 +1,10 @@
+ This is avl.info, produced by makeinfo version 3.12n from avl.texinfo.
+ 
++INFO-DIR-SECTION Programming & development tools
++START-INFO-DIR-ENTRY
++* AVL: (avl).         A Library for the Manipulation of Balanced Binary Trees.
++END-INFO-DIR-ENTRY
++
+    This file documents libavl, a library for the manipulation of
+ balanced binary trees.
+ 



Home | Main Index | Thread Index | Old Index