summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2015-09-04 13:46:37 +0000
committerwiz <wiz>2015-09-04 13:46:37 +0000
commitaa9915f59cfc4638717f26ab3e919e8068b4df4f (patch)
treed516a2209abe8e305e10a62c1f3aeaa7142db134 /textproc
parent7c0402567b571ff976335b9f051490b018233165 (diff)
downloadpkgsrc-aa9915f59cfc4638717f26ab3e919e8068b4df4f.tar.gz
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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/miller/Makefile6
-rw-r--r--textproc/miller/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile
index 73b4e89e975..c27f0cc97e2 100644
--- a/textproc/miller/Makefile
+++ b/textproc/miller/Makefile
@@ -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
diff --git a/textproc/miller/distinfo b/textproc/miller/distinfo
index 338e5c50aa1..5ddb6fd1410 100644
--- a/textproc/miller/distinfo
+++ b/textproc/miller/distinfo
@@ -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