diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 20:45:13 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-05 20:45:13 +0000 |
commit | dc4de5ddca1106b68af86b627800d7d8e7bc660e (patch) | |
tree | 5b26aeba1a5ac4db62c1508cab8fdd850265d9da /databases/jdb | |
parent | 6ca249fb0a7ac39eb3761f56b0737188599b7abb (diff) | |
download | ports-dc4de5ddca1106b68af86b627800d7d8e7bc660e.tar.gz ports-dc4de5ddca1106b68af86b627800d7d8e7bc660e.zip |
Notes
Diffstat (limited to 'databases/jdb')
-rw-r--r-- | databases/jdb/Makefile | 3 | ||||
-rw-r--r-- | databases/jdb/distinfo | 2 | ||||
-rw-r--r-- | databases/jdb/pkg-descr | 7 | ||||
-rw-r--r-- | databases/jdb/pkg-plist | 17 |
4 files changed, 19 insertions, 10 deletions
diff --git a/databases/jdb/Makefile b/databases/jdb/Makefile index b3536f7d1b15..11f1966b6d15 100644 --- a/databases/jdb/Makefile +++ b/databases/jdb/Makefile @@ -6,14 +6,13 @@ # PORTNAME= jdb -PORTVERSION= 1.11 +PORTVERSION= 1.12 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 diff --git a/databases/jdb/distinfo b/databases/jdb/distinfo index 6fea5fdbd928..dc2aa5eae602 100644 --- a/databases/jdb/distinfo +++ b/databases/jdb/distinfo @@ -1 +1 @@ -MD5 (jdb-1.11.tar.gz) = 7afc0acf24fc3a13cda3ffeae7b4c21e +MD5 (jdb-1.12.tar.gz) = cdd0f541efdf8ac01b8d0cf305a77312 diff --git a/databases/jdb/pkg-descr b/databases/jdb/pkg-descr index 77c0d9be8a36..ae3957773d54 100644 --- a/databases/jdb/pkg-descr +++ b/databases/jdb/pkg-descr @@ -11,4 +11,11 @@ want a real database). JDB is very good at doing things like: histograms, correlations) * reformatting data for graphing programs +Rather than hand-code scripts to do each special case, JDB provides +higher-level functions. + +JDB is built on flat-ASCII databases. By storing data in simple text +files and processing it with pipelines it is easy to experiment (in +the shell) and look at the output. + WWW: http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html diff --git a/databases/jdb/pkg-plist b/databases/jdb/pkg-plist index a9d055b875ff..2bc46cb163ff 100644 --- a/databases/jdb/pkg-plist +++ b/databases/jdb/pkg-plist @@ -7,6 +7,7 @@ bin/dbcolhisto bin/dbcolize bin/dbcolmerge bin/dbcolmovingstats +bin/dbcolmultiscale bin/dbcolneaten bin/dbcolpercentile bin/dbcolrename @@ -21,27 +22,29 @@ bin/dblistize bin/dbmultistats bin/dbrecolize bin/dbrow -bin/dbsort bin/dbrowaccumulate bin/dbrowdiff bin/dbrowenumerate bin/dbroweval bin/dbrowsplituniq bin/dbrowuniq +bin/dbsort bin/dbstats bin/dbstripcomments bin/dbstripextraheaders bin/dbstripleadingspace bin/crl_to_db +bin/db_to_html_table 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 +lib/jdb/README +lib/jdb/COPYING +lib/jdb/release +lib/jdb/dblib.pl +lib/jdb/DbGetopt.pm +lib/jdb/DbTDistr.pm +@dirrm lib/jdb |