summaryrefslogtreecommitdiff
path: root/devel/libstree
diff options
context:
space:
mode:
authorgson <gson>2003-12-04 04:52:46 +0000
committergson <gson>2003-12-04 04:52:46 +0000
commit495ea63da0ba10a7c02d2d3f9bcb98ab3ab0c561 (patch)
treedc64e2b3693acf5f96d52d78cd8979cf2d75f5ca /devel/libstree
parent0966f5aef199dceaacee23c62623a3f404c06bf6 (diff)
downloadpkgsrc-495ea63da0ba10a7c02d2d3f9bcb98ab3ab0c561.tar.gz
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 (limited to 'devel/libstree')
-rw-r--r--devel/libstree/DESCR4
-rw-r--r--devel/libstree/Makefile15
-rw-r--r--devel/libstree/PLIST45
-rw-r--r--devel/libstree/distinfo4
4 files changed, 68 insertions, 0 deletions
diff --git a/devel/libstree/DESCR b/devel/libstree/DESCR
new file mode 100644
index 00000000000..d16603714c8
--- /dev/null
+++ b/devel/libstree/DESCR
@@ -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 --git a/devel/libstree/Makefile b/devel/libstree/Makefile
new file mode 100644
index 00000000000..50eccc912dd
--- /dev/null
+++ b/devel/libstree/Makefile
@@ -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
+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 --git a/devel/libstree/PLIST b/devel/libstree/PLIST
new file mode 100644
index 00000000000..8c2a23371a0
--- /dev/null
+++ b/devel/libstree/PLIST
@@ -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 --git a/devel/libstree/distinfo b/devel/libstree/distinfo
new file mode 100644
index 00000000000..3c320c0939b
--- /dev/null
+++ b/devel/libstree/distinfo
@@ -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