From 93eb8b7e27e8e09903fd1f05ab4535cdf25a6cba Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 30 Mar 2000 14:10:42 +0000 Subject: Initial import of libstash-19990912, a collection of programming support routines and useful algorithms. --- devel/libstash/Makefile | 15 +++++++++++++++ devel/libstash/files/md5 | 3 +++ devel/libstash/files/patch-sum | 3 +++ devel/libstash/patches/patch-aa | 13 +++++++++++++ devel/libstash/pkg/COMMENT | 1 + devel/libstash/pkg/DESCR | 18 ++++++++++++++++++ devel/libstash/pkg/PLIST | 25 +++++++++++++++++++++++++ 7 files changed, 78 insertions(+) create mode 100644 devel/libstash/Makefile create mode 100644 devel/libstash/files/md5 create mode 100644 devel/libstash/files/patch-sum create mode 100644 devel/libstash/patches/patch-aa create mode 100644 devel/libstash/pkg/COMMENT create mode 100644 devel/libstash/pkg/DESCR create mode 100644 devel/libstash/pkg/PLIST (limited to 'devel') 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 -- cgit v1.2.3