diff options
author | wiz <wiz@pkgsrc.org> | 2015-03-05 11:55:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-03-05 11:55:18 +0000 |
commit | 507a056a2066bdd21534c851acb7cc3742b2b01c (patch) | |
tree | c5edf0d87f4f98086350bf5a6e30fed9760bff7c /textproc | |
parent | f60ed1c5f93bb32874590875e83c0cb801ecc5cc (diff) | |
download | pkgsrc-507a056a2066bdd21534c851acb7cc3742b2b01c.tar.gz |
Update to 0.29.1. From Jonathan Buschmann in PR 49719.
-- 0.29.1 8 feb. 2015
New file extension detection
Possible speed up on BSD-derived platforms, during filename filtering
Add --[no]filename
Standardize some options (e.g. --line-numbers and --no-numbers are now --[no]numbers)
More fixes for --only-matching
Add --one-device doesn't follow links to other devices
Add Vala file type
Probably 99% of ignores are in the root directory, optimize this case
Option -v/--invert-match turn off colors
Various fixes
-- 0.28 25 dec. 2014
Set processor affinity for worker threads, may result in 3-5% performance improvement for certain systems
Add Mercury file type
Support for -o (--only-matching)
Allow multiple file types at the same time
Allow unlimited depth
Add -F/--fixed-strings to be more compatible with 'grep' usage
Add extensions for OCaml files
Fix exit code
Fix bash completion
-- 0.27 15 nov. 2014
Search stdin if stdin is a regular file
Add --count/-c to count matches
Add -0 and --print0 options
Add Liquid filetype
Add Markdown support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/the_silver_searcher/Makefile | 9 | ||||
-rw-r--r-- | textproc/the_silver_searcher/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/textproc/the_silver_searcher/Makefile b/textproc/the_silver_searcher/Makefile index f6313b4a7a3..5c5a11183cf 100644 --- a/textproc/the_silver_searcher/Makefile +++ b/textproc/the_silver_searcher/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2014/11/01 16:28:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2015/03/05 11:55:18 wiz Exp $ -DISTNAME= 0.26.0 -PKGNAME= the_silver_searcher-${DISTNAME} +DISTNAME= the_silver_searcher-0.29.1 CATEGORIES= textproc -MASTER_SITES= https://github.com/ggreer/the_silver_searcher/archive/ +MASTER_SITES= -https://github.com/ggreer/the_silver_searcher/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/ggreer/the_silver_searcher @@ -12,8 +11,6 @@ LICENSE= apache-2.0 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -DIST_SUBDIR= the_silver_searcher - GNU_CONFIGURE= yes CONFIGURE_ARGS+= LZMA_CFLAGS=-I${BUILDLINK_PREFIX.xz}/include CONFIGURE_ARGS+= LZMA_LIBS="-L${BUILDLINK_PREFIX.xz}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.xz}/lib -llzma" diff --git a/textproc/the_silver_searcher/distinfo b/textproc/the_silver_searcher/distinfo index 83d97e1065e..6b4bef99c12 100644 --- a/textproc/the_silver_searcher/distinfo +++ b/textproc/the_silver_searcher/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/11/01 16:28:18 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/03/05 11:55:18 wiz Exp $ -SHA1 (the_silver_searcher/0.26.0.tar.gz) = 5d57d5fa4c5b4f837d652ab179fe2afc4e2564de -RMD160 (the_silver_searcher/0.26.0.tar.gz) = 5c2dccd2f02258a4f2fab124ff5d92770fb766f0 -Size (the_silver_searcher/0.26.0.tar.gz) = 60767 bytes +SHA1 (the_silver_searcher-0.29.1.tar.gz) = 128c27749b7166800c00879b427a117dd4a17804 +RMD160 (the_silver_searcher-0.29.1.tar.gz) = 4b1d8d79ed242dc33d17ef90900112e0ebb485e9 +Size (the_silver_searcher-0.29.1.tar.gz) = 65821 bytes |