Initial import of John Heidemann's JDB flat-ASCII database manipulation package.
This commit is contained in:
parent
b8de61f104
commit
0bc539394d
6 changed files with 86 additions and 0 deletions
15
databases/jdb/Makefile
Normal file
15
databases/jdb/Makefile
Normal file
|
@ -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"
|
3
databases/jdb/files/md5
Normal file
3
databases/jdb/files/md5
Normal file
|
@ -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
|
13
databases/jdb/patches/patch-aa
Normal file
13
databases/jdb/patches/patch-aa
Normal file
|
@ -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.
|
1
databases/jdb/pkg/COMMENT
Normal file
1
databases/jdb/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
a package of commands for manipulating flat-ASCII databases.
|
10
databases/jdb/pkg/DESCR
Normal file
10
databases/jdb/pkg/DESCR
Normal file
|
@ -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
|
44
databases/jdb/pkg/PLIST
Normal file
44
databases/jdb/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue