diff options
author | bad <bad@pkgsrc.org> | 1999-05-17 16:58:30 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-05-17 16:58:30 +0000 |
commit | 0bc539394db8870901986643ad7a6979748ea5c6 (patch) | |
tree | 52bebba9af136b4a7edb9710ea44b126885e7dd5 /databases/jdb | |
parent | b8de61f104addffd4fc10e9ff791a1b5667bc1f0 (diff) | |
download | pkgsrc-0bc539394db8870901986643ad7a6979748ea5c6.tar.gz |
Initial import of John Heidemann's JDB flat-ASCII database manipulation package.
Diffstat (limited to 'databases/jdb')
-rw-r--r-- | databases/jdb/Makefile | 15 | ||||
-rw-r--r-- | databases/jdb/files/md5 | 3 | ||||
-rw-r--r-- | databases/jdb/patches/patch-aa | 13 | ||||
-rw-r--r-- | databases/jdb/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/jdb/pkg/DESCR | 10 | ||||
-rw-r--r-- | databases/jdb/pkg/PLIST | 44 |
6 files changed, 86 insertions, 0 deletions
diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile new file mode 100644 index 00000000000..c1e244fd720 --- /dev/null +++ b/databases/jdb/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 16:58:30 bad Exp $ + +DISTNAME= jdb-1.5 +CATEGORIES= databases +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/ + +MAINTAINER= bad@netbsd.org +HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html + +USE_PERL5= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --with-perl=${LOCALBASE}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/jdb/files/md5 b/databases/jdb/files/md5 new file mode 100644 index 00000000000..91b4f714a2d --- /dev/null +++ b/databases/jdb/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/17 16:58:30 bad Exp $ + +MD5 (jdb-1.5.tar.gz) = 966d9ec0970ff34d1dfcd78c9e454cd9 diff --git a/databases/jdb/patches/patch-aa b/databases/jdb/patches/patch-aa new file mode 100644 index 00000000000..95f00634aab --- /dev/null +++ b/databases/jdb/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/05/17 16:58:30 bad Exp $ + +--- Makefile.in.orig Thu Jun 25 18:47:37 1998 ++++ Makefile.in Mon May 17 17:55:50 1999 +@@ -22,7 +22,7 @@ + + # Where should the support files go? + # LIBDIR=/usr/local/lib/jdb +-LIBDIR=@mydatadir@ ++LIBDIR=@mydatadir@/jdb + + ###################################################################### + # No need to change things below this line. diff --git a/databases/jdb/pkg/COMMENT b/databases/jdb/pkg/COMMENT new file mode 100644 index 00000000000..8cb475fb2bc --- /dev/null +++ b/databases/jdb/pkg/COMMENT @@ -0,0 +1 @@ +a package of commands for manipulating flat-ASCII databases. diff --git a/databases/jdb/pkg/DESCR b/databases/jdb/pkg/DESCR new file mode 100644 index 00000000000..1b670effc8e --- /dev/null +++ b/databases/jdb/pkg/DESCR @@ -0,0 +1,10 @@ +JDB isa package of commands for manipulating flat-ASCII databases from +shell scripts. JDB is useful to process medium amounts of data. JDB is +very good at doing things like: + + * extracting measurements from experimental output + * re-examining data to address different hypotheses + * joining data from different experiments + * computing statistics on data (mean, confidence intervals, histograms, + correlations) + * reformatting data for graphing programs diff --git a/databases/jdb/pkg/PLIST b/databases/jdb/pkg/PLIST new file mode 100644 index 00000000000..ba66708e386 --- /dev/null +++ b/databases/jdb/pkg/PLIST @@ -0,0 +1,44 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/17 16:58:30 bad Exp $ +bin/db2dcliff +bin/dbcol +bin/dbcolcreate +bin/dbcoldefine +bin/dbcoldiff +bin/dbcolhisto +bin/dbcolize +bin/dbcolmerge +bin/dbcolneaten +bin/dbcolpercentile +bin/dbcolrename +bin/dbcolscorrelate +bin/dbcolsplit +bin/dbcolstats +bin/dbcoltighten +bin/dbformmail +bin/dbjoin +bin/dblistize +bin/dbmultistats +bin/dbrecolize +bin/dbrow +bin/dbrowaccumulate +bin/dbrowdiff +bin/dbrowenumerate +bin/dbroweval +bin/dbrowuniq +bin/dbsort +bin/dbstats +bin/dbstripcomments +bin/dbstripextraheaders +bin/dbstripleadingspace +bin/kitrace_to_db +bin/dmalloc_to_db +bin/ns_to_db +lib/jdb/README +lib/jdb/COPYING +lib/jdb/release +lib/jdb/round.pl +lib/jdb/t_distr.pl +lib/jdb/dblib.pl +lib/jdb/DbGetopt.pm +lib/jdb/DbTDistr.pm +@dirrm lib/jdb |