pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libstree Initial import of libstree 0.3.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c85340466d30
branches: trunk
changeset: 464145:c85340466d30
user: gson <gson%pkgsrc.org@localhost>
date: Thu Dec 04 04:52:46 2003 +0000
description:
Initial import of libstree 0.3.0.
LibSTree is a library containing generic string algorithms based on
suffix trees. The underlying implementation is based on Ukkonen's
linear suffix tree creation algorithm, supporting multiple strings per
tree.
diffstat:
devel/libstree/DESCR | 4 ++++
devel/libstree/Makefile | 15 +++++++++++++++
devel/libstree/PLIST | 45 +++++++++++++++++++++++++++++++++++++++++++++
devel/libstree/distinfo | 4 ++++
4 files changed, 68 insertions(+), 0 deletions(-)
diffs (84 lines):
diff -r 3f9518bf7623 -r c85340466d30 devel/libstree/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libstree/DESCR Thu Dec 04 04:52:46 2003 +0000
@@ -0,0 +1,4 @@
+LibSTree is a library containing generic string algorithms based on
+suffix trees. The underlying implementation is based on Ukkonen's
+linear suffix tree creation algorithm, supporting multiple strings per
+tree.
diff -r 3f9518bf7623 -r c85340466d30 devel/libstree/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libstree/Makefile Thu Dec 04 04:52:46 2003 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 04:52:46 gson Exp $
+#
+
+DISTNAME= libstree-0.3.0
+CATEGORIES= devel
+MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/
+
+MAINTAINER= gson%NetBSD.org@localhost
+HOMEPAGE= http://www.cl.cam.ac.uk/~cpk25/libstree/
+COMMENT= Suffix tree library
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/html
+
+.include "../../mk/bsd.pkg.mk"
diff -r 3f9518bf7623 -r c85340466d30 devel/libstree/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libstree/PLIST Thu Dec 04 04:52:46 2003 +0000
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/04 04:52:46 gson Exp $
+include/libstree.h
+include/stree/lst_algorithms.h
+include/stree/lst_macros.h
+include/stree/lst_stree.h
+include/stree/lst_string.h
+include/stree/lst_structs.h
+include/stree/lst_timestamp.h
+lib/libstree.a
+lib/libstree.la
+lib/libstree.so
+lib/libstree.so.0
+lib/libstree.so.0.0
+share/doc/html/libstree/a1501.html
+share/doc/html/libstree/a1502.html
+share/doc/html/libstree/a1503.html
+share/doc/html/libstree/a1543.html
+share/doc/html/libstree/about.html
+share/doc/html/libstree/api.html
+share/doc/html/libstree/b1513.html
+share/doc/html/libstree/b1514.html
+share/doc/html/libstree/b1515.html
+share/doc/html/libstree/b1555.html
+share/doc/html/libstree/c14.html
+share/doc/html/libstree/c15.html
+share/doc/html/libstree/c16.html
+share/doc/html/libstree/c39.html
+share/doc/html/libstree/c40.html
+share/doc/html/libstree/c41.html
+share/doc/html/libstree/index.html
+share/doc/html/libstree/index.sgml
+share/doc/html/libstree/libstree-lst-algorithms.html
+share/doc/html/libstree/libstree-lst-debug.html
+share/doc/html/libstree/libstree-lst-stree.html
+share/doc/html/libstree/libstree-lst-string.html
+share/doc/html/libstree/libstree-lst-structs.html
+share/doc/html/libstree/stylesheet.css
+share/doc/html/libstree/x22.html
+share/doc/html/libstree/x23.html
+share/doc/html/libstree/x24.html
+share/doc/html/libstree/x36.html
+share/doc/html/libstree/x37.html
+share/doc/html/libstree/x38.html
+@dirrm share/doc/html/libstree
+@dirrm include/stree
diff -r 3f9518bf7623 -r c85340466d30 devel/libstree/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libstree/distinfo Thu Dec 04 04:52:46 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/04 04:52:46 gson Exp $
+
+SHA1 (libstree-0.3.0.tar.gz) = 9e109a22cd5ba25b60552200fffdccddfe542239
+Size (libstree-0.3.0.tar.gz) = 253846 bytes
Home |
Main Index |
Thread Index |
Old Index