pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Complete move of libavl to avl.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76bcfda19af6
branches:  trunk
changeset: 484277:76bcfda19af6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 26 21:55:12 2004 +0000

description:
Complete move of libavl to avl.

diffstat:

 devel/Makefile                |   4 ++--
 devel/libavl/DESCR            |   5 -----
 devel/libavl/Makefile         |  21 ---------------------
 devel/libavl/PLIST            |   6 ------
 devel/libavl/distinfo         |   5 -----
 devel/libavl/patches/patch-aa |  15 ---------------
 6 files changed, 2 insertions(+), 54 deletions(-)

diffs (97 lines):

diff -r e6ab96c0c584 -r 76bcfda19af6 devel/Makefile
--- a/devel/Makefile    Fri Nov 26 21:54:27 2004 +0000
+++ b/devel/Makefile    Fri Nov 26 21:55:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.572 2004/11/20 04:20:45 minskim Exp $
+# $NetBSD: Makefile,v 1.573 2004/11/26 21:55:12 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -39,6 +39,7 @@
 SUBDIR+=       autogen
 SUBDIR+=       automake
 SUBDIR+=       automake14
+SUBDIR+=       avl
 SUBDIR+=       avltree
 SUBDIR+=       bcc
 SUBDIR+=       binutils
@@ -194,7 +195,6 @@
 SUBDIR+=       ldapsdk
 SUBDIR+=       libargparse
 SUBDIR+=       libast
-SUBDIR+=       libavl
 SUBDIR+=       libbegemot
 SUBDIR+=       libbonobo
 SUBDIR+=       libbonoboui
diff -r e6ab96c0c584 -r 76bcfda19af6 devel/libavl/DESCR
--- a/devel/libavl/DESCR        Fri Nov 26 21:54:27 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-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 e6ab96c0c584 -r 76bcfda19af6 devel/libavl/Makefile
--- a/devel/libavl/Makefile     Fri Nov 26 21:54:27 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2004/02/16 10:30:29 seb 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 e6ab96c0c584 -r 76bcfda19af6 devel/libavl/PLIST
--- a/devel/libavl/PLIST        Fri Nov 26 21:54:27 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/16 10:30:29 seb Exp $
-include/avl.h
-include/avlt.h
-include/avltr.h
-include/rb.h
-lib/libavl.a
diff -r e6ab96c0c584 -r 76bcfda19af6 devel/libavl/distinfo
--- a/devel/libavl/distinfo     Fri Nov 26 21:54:27 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:26 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 e6ab96c0c584 -r 76bcfda19af6 devel/libavl/patches/patch-aa
--- a/devel/libavl/patches/patch-aa     Fri Nov 26 21:54:27 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2000/11/16 02:50:15 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