diff options
author | nork <nork@FreeBSD.org> | 2002-11-04 14:15:55 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-04 14:15:55 +0000 |
commit | ee192849bf67b68493a02b7ca0ca14ef2d3fb460 (patch) | |
tree | 34a350fcd6074d266cd69262a3a7f4893a4359ee /databases | |
parent | 32f272af110569983e5cba184f07cd76be5b34e5 (diff) | |
download | FreeBSD-ports-ee192849bf67b68493a02b7ca0ca14ef2d3fb460.zip FreeBSD-ports-ee192849bf67b68493a02b7ca0ca14ef2d3fb460.tar.gz |
Add jdb(1.11), JDB manipulates flat-ASCII databases from shell scripts.
PR: ports/39957
Submitted by: Lars Eggert <larse@ISI.EDU>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/jdb/Makefile | 23 | ||||
-rw-r--r-- | databases/jdb/distinfo | 1 | ||||
-rw-r--r-- | databases/jdb/pkg-comment | 1 | ||||
-rw-r--r-- | databases/jdb/pkg-descr | 14 | ||||
-rw-r--r-- | databases/jdb/pkg-plist | 47 |
6 files changed, 87 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 6f93ac0..5bd3899 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -33,6 +33,7 @@ SUBDIR += grass SUBDIR += gtksql SUBDIR += java-sqlrelay + SUBDIR += jdb SUBDIR += jdbc-oracle816 SUBDIR += libdbi SUBDIR += libgda diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile new file mode 100644 index 0000000..b3536f7 --- /dev/null +++ b/databases/jdb/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: jdb +# Date created: 28 June 2002 +# Whom: Lars Eggert <larse@isi.edu> +# +# $FreeBSD$ +# + +PORTNAME= jdb +PORTVERSION= 1.11 +CATEGORIES= databases perl5 +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/ + +MAINTAINER= larse@isi.edu + +USE_PERL5= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb + +pre-install: + @cd ${WRKSRC} && make test + +.include <bsd.port.mk> diff --git a/databases/jdb/distinfo b/databases/jdb/distinfo new file mode 100644 index 0000000..6fea5fd --- /dev/null +++ b/databases/jdb/distinfo @@ -0,0 +1 @@ +MD5 (jdb-1.11.tar.gz) = 7afc0acf24fc3a13cda3ffeae7b4c21e diff --git a/databases/jdb/pkg-comment b/databases/jdb/pkg-comment new file mode 100644 index 0000000..e571625 --- /dev/null +++ b/databases/jdb/pkg-comment @@ -0,0 +1 @@ +JDB manipulates flat-ASCII databases from shell scripts diff --git a/databases/jdb/pkg-descr b/databases/jdb/pkg-descr new file mode 100644 index 0000000..77c0d9b --- /dev/null +++ b/databases/jdb/pkg-descr @@ -0,0 +1,14 @@ +JDB is a package of commands for manipulating flat-ASCII databases +from shell scripts. JDB is useful to process medium amounts of data +(with very little data you'd do it by hand, with megabytes you might +want a real database). 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 + * eliminating/detecting outliers + * computing statistics on data (mean, confidence intervals, + histograms, correlations) + * reformatting data for graphing programs + +WWW: http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html diff --git a/databases/jdb/pkg-plist b/databases/jdb/pkg-plist new file mode 100644 index 0000000..a9d055b --- /dev/null +++ b/databases/jdb/pkg-plist @@ -0,0 +1,47 @@ +bin/db2dcliff +bin/dbcol +bin/dbcolcreate +bin/dbcoldefine +bin/dbcoldiff +bin/dbcolhisto +bin/dbcolize +bin/dbcolmerge +bin/dbcolmovingstats +bin/dbcolneaten +bin/dbcolpercentile +bin/dbcolrename +bin/dbcolscorrelate +bin/dbcolsplit +bin/dbcolstats +bin/dbcoltighten +bin/dbfilesplit +bin/dbformmail +bin/dbjoin +bin/dblistize +bin/dbmultistats +bin/dbrecolize +bin/dbrow +bin/dbsort +bin/dbrowaccumulate +bin/dbrowdiff +bin/dbrowenumerate +bin/dbroweval +bin/dbrowsplituniq +bin/dbrowuniq +bin/dbstats +bin/dbstripcomments +bin/dbstripextraheaders +bin/dbstripleadingspace +bin/crl_to_db +bin/dmalloc_to_db +bin/ipchain_logs_to_db +bin/kitrace_to_db +bin/ns_to_db +bin/tabdelim_to_db +bin/tcpdump_to_db +lib/README +lib/COPYING +lib/release +lib/dblib.pl +lib/DbGetopt.pm +lib/DbTDistr.pm |