Re: UPDATE: the_silver_searcher 1.0.1

2016-12-02 Thread Florian Stinglmayr
On Thu, Dec 01, 2016 at 08:48:45PM +, Stuart Henderson wrote:
> It doesn't use C++.  How about this one?
>

Erm, my bad. Yes of course.

> Index: Makefile
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
> retrieving revision 1.21
> diff -u -p -r1.21 Makefile
> --- Makefile  30 Sep 2016 02:08:52 -  1.21
> +++ Makefile  1 Dec 2016 20:47:33 -
> @@ -2,7 +2,7 @@
>
>  COMMENT =code searching tool, with a focus on speed (ag)
>
> -DISTNAME =   the_silver_searcher-0.33.0
> +DISTNAME =   the_silver_searcher-1.0.1
>  CATEGORIES = textproc
>
>  HOMEPAGE =   https://github.com/ggreer/the_silver_searcher
> @@ -13,6 +13,9 @@ PERMIT_PACKAGE_CDROM =  Yes
>
>  # uses pledge()
>  WANTLIB += c lzma pcre pthread z
> +
> +MODULES =gcc4
> +MODGCC4_ARCHS =  * # needed for TLS
>
>  MASTER_SITES =   http://geoff.greer.fm/ag/releases/
>
> Index: distinfo
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
> retrieving revision 1.19
> diff -u -p -r1.19 distinfo
> --- distinfo  30 Sep 2016 02:08:52 -  1.19
> +++ distinfo  1 Dec 2016 20:47:33 -
> @@ -1,2 +1,2 @@
> -SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
> jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
> -SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
> +SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
> 2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
> +SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 17 May 2016 10:57:07 -  1.3
> +++ pkg/PLIST 1 Dec 2016 20:47:33 -
> @@ -4,3 +4,6 @@
>  share/bash-completion/
>  share/bash-completion/completions/
>  share/bash-completion/completions/ag.bashcomp.sh
> +share/zsh/
> +share/zsh/site-functions/
> +share/zsh/site-functions/_the_silver_searcher
>
> > retrieving revision 1.19
> > diff -u -p -u -r1.19 distinfo
> > --- distinfo30 Sep 2016 02:08:52 -  1.19
> > +++ distinfo1 Dec 2016 16:37:49 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
> > jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
> > -SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
> > +SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
> > 2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
> > +SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
> > Index: pkg/PLIST
> > ===
> > RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
> > retrieving revision 1.3
> > diff -u -p -u -r1.3 PLIST
> > --- pkg/PLIST   17 May 2016 10:57:07 -  1.3
> > +++ pkg/PLIST   1 Dec 2016 16:37:49 -
> > @@ -4,3 +4,6 @@
> >  share/bash-completion/
> >  share/bash-completion/completions/
> >  share/bash-completion/completions/ag.bashcomp.sh
> > +share/zsh/
> > +share/zsh/site-functions/
> > +share/zsh/site-functions/_the_silver_searcher
> >



Re: UPDATE: the_silver_searcher 1.0.1

2016-12-01 Thread Stuart Henderson
On 2016/12/01 18:31, Florian Stinglmayr wrote:
> down below is an update for the_silver_searcher to 1.0.1.
> There is now apparently moar speed, new features - such as zsh
> completion - and a move to gcc4 because of thread local storage.
..
> +MODGCC4_LANGS =  c++

It doesn't use C++.  How about this one? 

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile30 Sep 2016 02:08:52 -  1.21
+++ Makefile1 Dec 2016 20:47:33 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.33.0
+DISTNAME = the_silver_searcher-1.0.1
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
@@ -13,6 +13,9 @@ PERMIT_PACKAGE_CDROM =Yes
 
 # uses pledge()
 WANTLIB += c lzma pcre pthread z
+
+MODULES =  gcc4
+MODGCC4_ARCHS =* # needed for TLS
 
 MASTER_SITES = http://geoff.greer.fm/ag/releases/
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo30 Sep 2016 02:08:52 -  1.19
+++ distinfo1 Dec 2016 20:47:33 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
-SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
+SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
+SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   17 May 2016 10:57:07 -  1.3
+++ pkg/PLIST   1 Dec 2016 20:47:33 -
@@ -4,3 +4,6 @@
 share/bash-completion/
 share/bash-completion/completions/
 share/bash-completion/completions/ag.bashcomp.sh
+share/zsh/
+share/zsh/site-functions/
+share/zsh/site-functions/_the_silver_searcher

> retrieving revision 1.19
> diff -u -p -u -r1.19 distinfo
> --- distinfo  30 Sep 2016 02:08:52 -  1.19
> +++ distinfo  1 Dec 2016 16:37:49 -
> @@ -1,2 +1,2 @@
> -SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
> jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
> -SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
> +SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
> 2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
> +SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -u -r1.3 PLIST
> --- pkg/PLIST 17 May 2016 10:57:07 -  1.3
> +++ pkg/PLIST 1 Dec 2016 16:37:49 -
> @@ -4,3 +4,6 @@
>  share/bash-completion/
>  share/bash-completion/completions/
>  share/bash-completion/completions/ag.bashcomp.sh
> +share/zsh/
> +share/zsh/site-functions/
> +share/zsh/site-functions/_the_silver_searcher
> 



UPDATE: the_silver_searcher 1.0.1

2016-12-01 Thread Florian Stinglmayr
Hi list,

down below is an update for the_silver_searcher to 1.0.1.
There is now apparently moar speed, new features - such as zsh
completion - and a move to gcc4 because of thread local storage.

Enjoy

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.21
diff -u -p -u -r1.21 Makefile
--- Makefile30 Sep 2016 02:08:52 -  1.21
+++ Makefile1 Dec 2016 16:37:49 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.33.0
+DISTNAME = the_silver_searcher-1.0.1
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
@@ -13,6 +13,11 @@ PERMIT_PACKAGE_CDROM =   Yes
 
 # uses pledge()
 WANTLIB += c lzma pcre pthread z
+
+MODULES += gcc4
+
+MODGCC4_LANGS =c++
+MODGCC4_ARCHS =*
 
 MASTER_SITES = http://geoff.greer.fm/ag/releases/
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.19
diff -u -p -u -r1.19 distinfo
--- distinfo30 Sep 2016 02:08:52 -  1.19
+++ distinfo1 Dec 2016 16:37:49 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
-SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
+SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
+SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -r1.3 PLIST
--- pkg/PLIST   17 May 2016 10:57:07 -  1.3
+++ pkg/PLIST   1 Dec 2016 16:37:49 -
@@ -4,3 +4,6 @@
 share/bash-completion/
 share/bash-completion/completions/
 share/bash-completion/completions/ag.bashcomp.sh
+share/zsh/
+share/zsh/site-functions/
+share/zsh/site-functions/_the_silver_searcher