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
This commit is contained in:
parent
73723f302f
commit
98dfeeb44d
2 changed files with 7 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue