1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Add jdb(1.11), JDB manipulates flat-ASCII databases from shell scripts.

PR:		ports/39957
Submitted by:	Lars Eggert <larse@ISI.EDU>
This commit is contained in:
Norikatsu Shigemura 2002-11-04 14:15:55 +00:00
parent e8afcf438a
commit ccb41b3716
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69451
6 changed files with 87 additions and 0 deletions

View File

@ -33,6 +33,7 @@
SUBDIR += grass
SUBDIR += gtksql
SUBDIR += java-sqlrelay
SUBDIR += jdb
SUBDIR += jdbc-oracle816
SUBDIR += libdbi
SUBDIR += libgda

23
databases/jdb/Makefile Normal file
View File

@ -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>

1
databases/jdb/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jdb-1.11.tar.gz) = 7afc0acf24fc3a13cda3ffeae7b4c21e

View File

@ -0,0 +1 @@
JDB manipulates flat-ASCII databases from shell scripts

14
databases/jdb/pkg-descr Normal file
View File

@ -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

47
databases/jdb/pkg-plist Normal file
View File

@ -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