Upgrade to 1.12.
PR: ports/44947 Submitted by: maintainer
This commit is contained in:
parent
6ca249fb0a
commit
dc4de5ddca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69541
4 changed files with 19 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (jdb-1.11.tar.gz) = 7afc0acf24fc3a13cda3ffeae7b4c21e
|
||||
MD5 (jdb-1.12.tar.gz) = cdd0f541efdf8ac01b8d0cf305a77312
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue