summaryrefslogtreecommitdiff
path: root/devel/libstash
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-03-30 14:10:42 +0000
committerrh <rh@pkgsrc.org>2000-03-30 14:10:42 +0000
commit93eb8b7e27e8e09903fd1f05ab4535cdf25a6cba (patch)
tree9309c74e67999f970146108cbd1916dc327be4db /devel/libstash
parent5f5466150b103b20a64ddc85c0bf3cf2fcaed7a4 (diff)
downloadpkgsrc-93eb8b7e27e8e09903fd1f05ab4535cdf25a6cba.tar.gz
Initial import of libstash-19990912, a collection of programming support
routines and useful algorithms.
Diffstat (limited to 'devel/libstash')
-rw-r--r--devel/libstash/Makefile15
-rw-r--r--devel/libstash/files/md53
-rw-r--r--devel/libstash/files/patch-sum3
-rw-r--r--devel/libstash/patches/patch-aa13
-rw-r--r--devel/libstash/pkg/COMMENT1
-rw-r--r--devel/libstash/pkg/DESCR18
-rw-r--r--devel/libstash/pkg/PLIST25
7 files changed, 78 insertions, 0 deletions
diff --git a/devel/libstash/Makefile b/devel/libstash/Makefile
new file mode 100644
index 00000000000..03563104087
--- /dev/null
+++ b/devel/libstash/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/30 14:10:42 rh Exp $
+#
+
+DISTNAME= libstash_s19990912a
+PKGNAME= libstash-19990912
+CATEGORIES= devel
+MASTER_SITES= http://www.canonware.com/sqrl/download/snapshots/199909/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.sqrl.org/sqrl/
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --without-pthreads --disable-shared
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libstash/files/md5 b/devel/libstash/files/md5
new file mode 100644
index 00000000000..4bea6aebd7d
--- /dev/null
+++ b/devel/libstash/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/03/30 14:10:44 rh Exp $
+
+MD5 (libstash_s19990912a.tar.gz) = a02f9fb19f56fa104edc2ae2a5175938
diff --git a/devel/libstash/files/patch-sum b/devel/libstash/files/patch-sum
new file mode 100644
index 00000000000..4c63ca7ae7c
--- /dev/null
+++ b/devel/libstash/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/03/30 14:10:44 rh Exp $
+
+MD5 (patch-aa) = 06d46d071c70e1b821b16614d066b614
diff --git a/devel/libstash/patches/patch-aa b/devel/libstash/patches/patch-aa
new file mode 100644
index 00000000000..b835ca51cef
--- /dev/null
+++ b/devel/libstash/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/03/30 14:10:45 rh Exp $
+
+--- Makefile.bsd.in.orig Mon Sep 13 08:32:44 1999
++++ Makefile.bsd.in Thu Mar 30 16:07:16 2000
+@@ -296,7 +296,7 @@
+ done; \
+ @INSTALL@ -d @prefix@/man/man3; \
+ for i in $(MANPAGES); do \
+- @INSTALL@ -m 0644 $$i @prefix@/man/man3/; \
++ @INSTALL@ -m 0644 $$i @prefix@/$${i%s}; \
+ done; \
+ @INSTALL@ -d @prefix@/lib; \
+ '
diff --git a/devel/libstash/pkg/COMMENT b/devel/libstash/pkg/COMMENT
new file mode 100644
index 00000000000..8cc208ea836
--- /dev/null
+++ b/devel/libstash/pkg/COMMENT
@@ -0,0 +1 @@
+collection of programming support routines and useful algorithms
diff --git a/devel/libstash/pkg/DESCR b/devel/libstash/pkg/DESCR
new file mode 100644
index 00000000000..153c94fd059
--- /dev/null
+++ b/devel/libstash/pkg/DESCR
@@ -0,0 +1,18 @@
+ libstash is a collection of programming support routines and
+useful algorithms that was developed in the course of the SQRL
+project.
+
+ libstash implements a number of algorithms such as hash tables,
+lists, rings, trees, and binomial heaps. A somewhat unique
+implementation of reference-counted arbitrary buffers simplifies
+streaming data.
+
+ There is an extensible printf replacement that makes printing
+user-defined types (such as the buffers mentioned above) as clean
+as printing built-in types. There are memory allocation and thread
+wrappers, various aids to threaded programming such as message
+queues, specialized memory allocation facilities, and lots of
+debugging aids that help detect many common memory-related errors.
+
+ libstash comes with a BSD style licence (without the advertising
+clause).
diff --git a/devel/libstash/pkg/PLIST b/devel/libstash/pkg/PLIST
new file mode 100644
index 00000000000..d07b0014ce4
--- /dev/null
+++ b/devel/libstash/pkg/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/30 14:10:43 rh Exp $
+include/libstash/libstash.h
+include/libstash/libstash_defs.h
+include/libstash/libstash_incs.h
+include/libstash/bhp.h
+include/libstash/buf.h
+include/libstash/dbg.h
+include/libstash/list.h
+include/libstash/log.h
+include/libstash/matrix.h
+include/libstash/mem.h
+include/libstash/mq.h
+include/libstash/oh.h
+include/libstash/out.h
+include/libstash/pezz.h
+include/libstash/res.h
+include/libstash/ring.h
+include/libstash/treen.h
+lib/libstash_d.a
+lib/libstash.a
+lib/libstash_p.a
+man/man3/libstash.3
+man/man3/libstash_buf.3
+man/man3/libstash_oh.3
+@dirrm include/libstash