Update miller to 2.1.1.
Changes: v2.1.1 Incremental read-performance increase for CSV format While #51 is still underway, already there is nearly a 2x read-performance increase in v2.1.1 over v2.1.0. v2.1.0 Minor enhancements and bug fixes Highlights: travis-CI integration (thanks @SikhNerd!); hour-minute-second functions; fixed pretty-print alignment of UTF-8 data.
This commit is contained in:
parent
4241060490
commit
a6f736dd1e
2 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/08/28 09:27:10 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/09/04 13:46:37 wiz Exp $
|
||||
|
||||
DISTNAME= miller-2.0.0
|
||||
DISTNAME= miller-2.1.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=johnkerl/}
|
||||
GITHUB_PROJECT= miller
|
||||
|
@ -11,6 +11,8 @@ HOMEPAGE= http://github.com/johnkerl/miller/
|
|||
COMMENT= Command-line CSV processor
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
||||
|
||||
BUILDLINK_TRANSFORM+= rm:-Werror
|
||||
MAKE_JOBS_SAFE= no
|
||||
MAKE_FLAGS+= INSTALLDIR=${DESTDIR}${PREFIX}/bin
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/08/28 09:27:10 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/09/04 13:46:37 wiz Exp $
|
||||
|
||||
SHA1 (miller-2.0.0.tar.gz) = e66bb7264be789995e03f12bb6e7bad68321418a
|
||||
RMD160 (miller-2.0.0.tar.gz) = 25228a05da4a76a5e16e21b3b355de4f078edfad
|
||||
Size (miller-2.0.0.tar.gz) = 63288484 bytes
|
||||
SHA1 (miller-2.1.1.tar.gz) = 479069cb0910e3f45539013027b499de352ec416
|
||||
RMD160 (miller-2.1.1.tar.gz) = e8c9ae27cfd3d3fd35ae79d6d440457713268f12
|
||||
Size (miller-2.1.1.tar.gz) = 63300337 bytes
|
||||
|
|
Loading…
Reference in a new issue