Fri Nov 24 13:38:44 2017 UTC ()
p5-Fsdb: update to 2.64.

2.64, 2017-11-20 several small bugfixes and enhancements

BUG FIX

    In dbroweval, the next row option previously did not correctly set up _last_fieldname. It now does.

ENHANCEMENT

    The csv_to_db converter now has an optional -F x option to set the field separator.

ENHANCEMENT

    Finally dbcolsplittocols has a --header option, and a new -N option to give the list of resulting output columns.

INCOMPATIBLE CHANGE

    Now dbcolstats and dbmultistats produce no output (but a schema) when given no input but a schema. Previously they gave a null row of output. The --output-on-no-input and --no-output-on-no-input options can control this behavior.


(wiz)
diff -r1.13 -r1.14 pkgsrc/databases/p5-Fsdb/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/p5-Fsdb/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/databases/p5-Fsdb/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-Fsdb/Makefile 2017/09/17 08:45:09 1.13
+++ pkgsrc/databases/p5-Fsdb/Makefile 2017/11/24 13:38:44 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2017/09/17 08:45:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2017/11/24 13:38:44 wiz Exp $
2 2
3DISTNAME= Fsdb-2.63 3DISTNAME= Fsdb-2.64
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/FSDB/ 6MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/FSDB/
7 7
8MAINTAINER= bad@NetBSD.org 8MAINTAINER= bad@NetBSD.org
9HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/FSDB/index.html 9HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/FSDB/index.html
10COMMENT= Commands for manipulating flat-ASCII databases 10COMMENT= Commands for manipulating flat-ASCII databases
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13CONFLICTS= jdb-[0-9]* 13CONFLICTS= jdb-[0-9]*
14 14
15USE_TOOLS+= groff perl 15USE_TOOLS+= groff perl
16 16

cvs diff -r1.6 -r1.7 pkgsrc/databases/p5-Fsdb/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-Fsdb/distinfo 2017/09/17 08:45:09 1.6
+++ pkgsrc/databases/p5-Fsdb/distinfo 2017/11/24 13:38:44 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2017/09/17 08:45:09 wiz Exp $ 1$NetBSD: distinfo,v 1.7 2017/11/24 13:38:44 wiz Exp $
2 2
3SHA1 (Fsdb-2.63.tar.gz) = f420f0003cd88384146533e2e621e63adb392a76 3SHA1 (Fsdb-2.64.tar.gz) = 2feca24d82ed2a31ba7aa43ac6df8de4a9d8f250
4RMD160 (Fsdb-2.63.tar.gz) = def05a8f038440c8d6a0abb24d4532db0fc38fef 4RMD160 (Fsdb-2.64.tar.gz) = aef49afefe0e90e2dc3726d277ff65ed7365dc6b
5SHA512 (Fsdb-2.63.tar.gz) = 3acffb1f67f360dbacd00bdc16a23fd43a7542b8366f44171a2fc2db21adaf5877256adf56c844c7c5867124b7328f90755ad375ef609f2fd00b2674d8f37142 5SHA512 (Fsdb-2.64.tar.gz) = a04e8f7f4ad611f3931ccdd4e21aa9425236f75ea1702f4086afe5891f457cd3ceb5e53d8eda453074f52e0495725085bfb218f4cad85eac7a215b069c3756a4
6Size (Fsdb-2.63.tar.gz) = 481164 bytes 6Size (Fsdb-2.64.tar.gz) = 486166 bytes