Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 11:42:21 -0700 (PDT)
From:      larse@isi.edu
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39957: New port: databases/jdb
Message-ID:  <200206281842.g5SIgKwW060521@hbo.isi.edu>

next in thread | raw e-mail | index | archive | help

>Number:         39957
>Category:       ports
>Synopsis:       New port: databases/jdb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 28 11:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
USC/ISI
>Environment:
System: FreeBSD hbo.isi.edu 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Thu Jun 20 02:59:45 PDT 2002 root@:/usr/src/sys/compile/KERNEL-1.39 i386


	
>Description:
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

>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	jdb
#	jdb/distinfo
#	jdb/Makefile
#	jdb/pkg-comment
#	jdb/pkg-descr
#	jdb/pkg-plist
#
echo c - jdb
mkdir -p jdb > /dev/null 2>&1
echo x - jdb/distinfo
sed 's/^X//' >jdb/distinfo << 'END-of-jdb/distinfo'
XMD5 (jdb-1.11.tar.gz) = 7afc0acf24fc3a13cda3ffeae7b4c21e
END-of-jdb/distinfo
echo x - jdb/Makefile
sed 's/^X//' >jdb/Makefile << 'END-of-jdb/Makefile'
X# New ports collection makefile for:	jdb
X# Date created:				28 June 2002
X# Whom:					Lars Eggert <larse@isi.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jdb
XPORTVERSION=	1.11
XCATEGORIES=	databases perl5
XMASTER_SITES=	http://www.isi.edu/~johnh/SOFTWARE/JDB/
X
XMAINTAINER=	larse@isi.edu
X
XUSE_PERL5=	yes
XUSE_REINPLACE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb
X
Xpre-install:
X	@cd ${WRKSRC} && make test
X
X.include <bsd.port.mk>
END-of-jdb/Makefile
echo x - jdb/pkg-comment
sed 's/^X//' >jdb/pkg-comment << 'END-of-jdb/pkg-comment'
XJDB manipulates flat-ASCII databases from shell scripts
END-of-jdb/pkg-comment
echo x - jdb/pkg-descr
sed 's/^X//' >jdb/pkg-descr << 'END-of-jdb/pkg-descr'
XJDB is a package of commands for manipulating flat-ASCII databases
Xfrom shell scripts. JDB is useful to process medium amounts of data
X(with very little data you'd do it by hand, with megabytes you might
Xwant a real database). JDB is very good at doing things like:
X
X    * extracting measurements from experimental output
X    * re-examining data to address different hypotheses
X    * joining data from different experiments
X    * eliminating/detecting outliers
X    * computing statistics on data (mean, confidence intervals,
X      histograms, correlations)
X    * reformatting data for graphing programs
X
XWWW: http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html
END-of-jdb/pkg-descr
echo x - jdb/pkg-plist
sed 's/^X//' >jdb/pkg-plist << 'END-of-jdb/pkg-plist'
Xbin/db2dcliff
Xbin/dbcol
Xbin/dbcolcreate
Xbin/dbcoldefine
Xbin/dbcoldiff
Xbin/dbcolhisto
Xbin/dbcolize
Xbin/dbcolmerge
Xbin/dbcolmovingstats
Xbin/dbcolneaten
Xbin/dbcolpercentile
Xbin/dbcolrename
Xbin/dbcolscorrelate
Xbin/dbcolsplit
Xbin/dbcolstats
Xbin/dbcoltighten
Xbin/dbfilesplit
Xbin/dbformmail
Xbin/dbjoin
Xbin/dblistize
Xbin/dbmultistats
Xbin/dbrecolize
Xbin/dbrow
Xbin/dbsort
Xbin/dbrowaccumulate
Xbin/dbrowdiff
Xbin/dbrowenumerate
Xbin/dbroweval
Xbin/dbrowsplituniq
Xbin/dbrowuniq
Xbin/dbstats
Xbin/dbstripcomments
Xbin/dbstripextraheaders
Xbin/dbstripleadingspace
Xbin/crl_to_db
Xbin/dmalloc_to_db
Xbin/ipchain_logs_to_db
Xbin/kitrace_to_db
Xbin/ns_to_db
Xbin/tabdelim_to_db
Xbin/tcpdump_to_db
Xlib/README
Xlib/COPYING
Xlib/release
Xlib/dblib.pl
Xlib/DbGetopt.pm
Xlib/DbTDistr.pm
END-of-jdb/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206281842.g5SIgKwW060521>