Commit graph

25 commits

Author SHA1 Message Date
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
rillig
d6da1e6cb1 Fixed the paths to the Perl interpreter, which is needed for bulk builds
with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
2006-06-18 12:02:00 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
jlam
83147ffa68 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.
2005-07-16 19:10:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
bad
751127812f Remove line for 'share/jdb' which crept in accidentally. 2005-01-20 20:42:29 +00:00
bad
ba7bfe08f0 Upgrade jdb to version 1.13.
Changes since 1.12:

   - NEW: jdb added to the freebsd ports tree

           maintainer: larse@isi.edu
   - BUG FIX:  properly handle trailing spaces when data must be numeric
           (ex. dbstats with -FS, see test dbstats_trailing_spaces)
           Fix from Ning Xu .
   - NEW: dbcolize error message improved (bug report from Terrence
           Brannon), and list format documented in the README.
   - NEW: cgi_to_db convergs CGI.pm-format storage to jdb list format
   - BUG FIX: handle numeric synonyms for column names in dbcol properly
   - ENHANCEMENT: "talking about columns" section added to README.
           Lack of documentation pointed out by Lars Eggert.
   - CHANGE: dbformmail now defaults to using Mail ("Berkeley Mail")
           to send mail, rather than sendmail (sendmail is still an option,
           but mail doesn't require running as root)
   - NEW: on platforms that support it (i.e., with perl 5.8), jdb works
           fine with unicode
   - NEW: dbfilevalidate: check a db file for some common errors
2005-01-20 20:35:24 +00:00
snj
cd53e64f65 Convert to buildlink3. 2004-04-25 17:42:44 +00:00
wiz
65af2ac2be Remove first chunk of this patch -- it only brings trouble
and is not useful.
2003-12-15 21:22:41 +00:00
bad
3ae3bc900a Update digest of patch-aa because of RCS Id change by previous commit. 2003-12-15 20:20:41 +00:00
bad
ecc67c2fa1 Update jdb to 1.12 plus the patch for the problem with trailing spaces in
dbstats from Heidemann's web page.

Changes since 1.7 apart from bugfixes:

1.12,  30-Oct-02

- NEW: dbcolmultiscale
- NEW: dbcol has -r option for "relaxed error checking"
- NEW: dbcolneaten has new -e option to strip end-of-line spaces
- NEW: dbrow finally has a -v option to negate the test
- NEW: db_to_html_table: simple conversion to html tables
- NEW: dblib now has a function dblib_text2html() that will

1.11,  2-Nov-01

- NEW: dbcolneaten now supports "field specifiers" that
	allow some control over how wide columns should be
- OPTIMIZATION: dbsort now tries hard to be filesystem cache-friendly

1.10, 10-Apr-01

- NEW: dbstats now includes a -S option to optimize work on
	pre-sorted data (inspired by code contributed by Haobo Yu)

1.9,  6-Nov-00

- NEW: dbfilesplit, split a single input file into multiple output files.

1.8, 28-Jun-00

- NEW:  dbrowuniq now optionally checks for uniqueness only on certain fields
- NEW: dbrowsplituniq makes one pass through a file and splits it into
	separate files based on the given fields
- NEW:  converter for "crl" format network traces
- NEW:  anywhere you use arbitrary code (like dbroweval),
	_last_foo now maps to the last row's value for field _foo.
- OPTIMIZATION: comment processing slightly changed so that
	dbmultistats now is much faster on files with lots of comments.
2003-12-15 20:18:33 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jlam
9bb79caafa buildlink1 -> buildlink2 2002-11-15 00:26:44 +00:00
jlam
96904a0049 Buildlinkify. 2001-11-28 05:20:38 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
bad
edf75fc2c5 Upgrade JDB to 1.7.
From the change log:
1.7,  5-Jan-00
- NEW: dbcolize now detects and rejects lines that contain embedded
	copies of the field separator
- NEW: configure tries harder to prevent people from improperly
	configuring/installing jdb
- NEW: tcpdump_to_db converter (incomplete)
- NEW: tabdelim_to_db converter:  from spreadsheet tab-delimited files to db
- BUG FIX:  dbjoin used to produce incorrect output if there
	were extra, unmatched values in the 2nd table.
- BUG FIX:  the sample commands in the usage strings
	now all should explicitly include the source of data
	(typically from "cat foo.jdb |").
- DOCUMENTATION BUG FIX: dbcolmovingstats had incorrect sample output.

1.6, 24-May-99
- NEW: dbsort, dbstats, dbmultistats now run in constant memory
	(using tmp files if necessary)
- NEW: dbcolmovingstats does moving means over a series of data
- NEW: dbcol has a -v option to get all columns except those listed
- NEW: dbmultistats does quartitles and medians
- NEW: dbstripextraheaders now also cleans up bogus comments
	before the fist header
- BUG FIX: dbcolneaten works better with double-space-separated data
2000-04-27 14:44:27 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
jlam
aa20805119 Correct typo. 1999-07-15 06:28:58 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
bad
0bc539394d Initial import of John Heidemann's JDB flat-ASCII database manipulation package. 1999-05-17 16:58:30 +00:00