NOTICE: This package has been removed from pkgsrc

./databases/jdb, Commands for manipulating flat-ASCII databases

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.13nb2, Package name: jdb-1.13nb2, Maintainer: bad

JDB is 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,
correlations, histograms)
- reformatting data for graphing programs


Required to run:
[lang/perl5]

Master sites:

SHA1: 112a113fb11fdc69c8352707a3480a5c90c247db
RMD160: 15cc7a5a17d99ea25531845ee26467b7f2e02524
Filesize: 140.472 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 20:52:17 by Christoph Badura | Files touched by this commit (4) | Package removed
Log message:
Update Jdb to p5-Fsdb 2.26.  Jdb was renamed to Fsdb with version 2.12.

FSDB is package of commands for manipulating flat-ASCII databases from
shell scripts.  FSDB 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).
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2010-01-29 18:07:28 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
DESTDIR support
   2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120)
Log message:
Remove @dirrm entries from PLISTs
   2006-06-18 14:02:00 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed the paths to the Perl interpreter, which is needed for bulk builds
with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
   2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180)
Log message:
Replaced "# defined" with "yes" in Makefile variables like \ 
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
   2005-07-16 21:10:41 by Johnny C. Lam | Files touched by this commit (65)
Log message:
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.