diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 3c2836ee3292..491429fa3d2a 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org COMMENT= NEW ultra fast grep with interactive query UI LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= Genivia OPTIONS_DEFINE= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY OPTIONS_DEFINE_aarch64= NEON OPTIONS_DEFINE_amd64= AVX SSE2 OPTIONS_DEFAULT= COLOR HIDDEN LZ4 MMAP PAGER PCRE2 PRETTY OPTIONS_DEFAULT_aarch64= NEON OPTIONS_DEFAULT_amd64= AVX SSE2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost-regex PCRE2_DESC= Use Perl Compatible Regular Expressions v2 PCRE2_CONFIGURE_WITH= pcre2=${LOCALBASE} PCRE2_LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libpcre2-8.so:devel/pcre2 LZ4_CONFIGURE_WITH= lz4=${LOCALBASE} LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 NEON_DESC= ARM NEON/AArch64 optimizations NEON_CONFIGURE_ENABLE= neon AVX_CONFIGURE_ENABLE= avx AVX_DESC= AVX optimizations SSE2_CONFIGURE_ENABLE= sse2 SSE2_DESC= SSE2 optimizations COLOR_DESC= Colorized output by default COLOR_CONFIGURE_ENABLE= color PRETTY_DESC= Pretty output by default PRETTY_CONFIGURE_ENABLE= pretty PAGER_DESC= Pager enabled by default PAGER_CONFIGURE_ENABLE= pager HIDDEN_DESC= Search hidden files by default HIDDEN_CONFIGURE_ENABLE= hidden MMAP_DESC= Enable memory mapped files by default MMAP_CONFIGURE_ENABLE= mmap .include diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index f81a01e924f2..e941da54a61c 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597041027 -SHA256 (Genivia-ugrep-v2.5.0_GH0.tar.gz) = 98cc23f27ec4ebba14d36f21b5625e0def4aab3e65afecc609e676938002b110 -SIZE (Genivia-ugrep-v2.5.0_GH0.tar.gz) = 4090150 +TIMESTAMP = 1597134084 +SHA256 (Genivia-ugrep-v2.5.1_GH0.tar.gz) = 220b33b4d7f9814f8de4e61cd8abc3c26270dc42b923b697af1fe186e5173dd8 +SIZE (Genivia-ugrep-v2.5.1_GH0.tar.gz) = 4093905 diff --git a/textproc/ugrep/pkg-message b/textproc/ugrep/pkg-message index 0171ee57bd5a..e596f0d35a89 100644 --- a/textproc/ugrep/pkg-message +++ b/textproc/ugrep/pkg-message @@ -1,25 +1,32 @@ - You have successfully built and installed ugrep. - - You can use the ugrep & ug commands to search files. - - The ugrep command is for batch use, whereas the ug - command is intended for interactive searches using - a .ugrep configuration file with your preferences, - located in the working directory or home directory. - Run 'ug --save-config' to create a .ugrep file. - - Aliases to consider: - alias uq = 'ug -Q' - alias ux = 'ug -UX' - alias uz = 'ug -z' - alias grep = 'ugrep -G' - alias egrep = 'ugrep -E' - alias fgrep = 'ugrep -F' - alias pgrep = 'ugrep -P' - alias xgrep = 'ugrep -UX' - alias zgrep = 'ugrep -zG' - alias zegrep = 'ugrep -zE' - alias zfgrep = 'ugrep -zF' - alias zpgrep = 'ugrep -zP' - alias zxgrep = 'ugrep -zUX' - alias xdump = 'ugrep -X ""' +[ +{ + type: install + message: <