diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-16 02:50:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-16 02:50:14 +0000 |
commit | 851a2e26bf9011fc0e89df4c8a95fdc7f8d5744c (patch) | |
tree | 009b1a1c356275aa84eafd2c07f8ebd26d8ad0cf /devel/libavl | |
parent | 7e41edf4f41153379e2a0708f35f411636ff22b1 (diff) | |
download | pkgsrc-851a2e26bf9011fc0e89df4c8a95fdc7f8d5744c.tar.gz |
Correct info file handling.
Diffstat (limited to 'devel/libavl')
-rw-r--r-- | devel/libavl/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/libavl/patches/patch-aa | 15 | ||||
-rw-r--r-- | devel/libavl/pkg/PLIST | 4 |
3 files changed, 21 insertions, 1 deletions
diff --git a/devel/libavl/files/patch-sum b/devel/libavl/files/patch-sum new file mode 100644 index 00000000000..f281a41d16d --- /dev/null +++ b/devel/libavl/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/11/16 02:50:14 wiz Exp $ + +MD5 (patch-aa) = 543a0c299536705e9c18b822eaf6ec49 diff --git a/devel/libavl/patches/patch-aa b/devel/libavl/patches/patch-aa new file mode 100644 index 00000000000..9437b00513a --- /dev/null +++ b/devel/libavl/patches/patch-aa @@ -0,0 +1,15 @@ +$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. + diff --git a/devel/libavl/pkg/PLIST b/devel/libavl/pkg/PLIST index 13c2f3e6d0f..3c495ef001f 100644 --- a/devel/libavl/pkg/PLIST +++ b/devel/libavl/pkg/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/27 12:20:35 mjl Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/16 02:50:15 wiz Exp $ include/avl.h include/avlt.h include/avltr.h include/rb.h +@unexec install-info --delete %D/info/avl.info %D/info/dir info/avl.info +@exec install-info %D/info/avl.info %D/info/dir lib/libavl.a |