summaryrefslogtreecommitdiff
path: root/databases/jdb
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-11-04 14:15:55 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-11-04 14:15:55 +0000
commitccb41b37163033e5742f5d4b5ccefb57de8e810c (patch)
treedd0d07abf99e32b9e572e6c34cd25565943e475e /databases/jdb
parentLet splint process <inttypes.h>. Now it passes its own test suite. (diff)
Add jdb(1.11), JDB manipulates flat-ASCII databases from shell scripts.
PR: ports/39957 Submitted by: Lars Eggert <larse@ISI.EDU>
Notes
Notes: svn path=/head/; revision=69451
Diffstat (limited to 'databases/jdb')
-rw-r--r--databases/jdb/Makefile23
-rw-r--r--databases/jdb/distinfo1
-rw-r--r--databases/jdb/pkg-comment1
-rw-r--r--databases/jdb/pkg-descr14
-rw-r--r--databases/jdb/pkg-plist47
5 files changed, 86 insertions, 0 deletions
diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile
new file mode 100644
index 000000000000..b3536f7d1b15
--- /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 000000000000..6fea5fdbd928
--- /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 000000000000..e571625bfa02
--- /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 000000000000..77c0d9be8a36
--- /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 000000000000..a9d055b875ff
--- /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