UPDATE: textproc/the_silver_searcher

2014-07-06 Thread Florian Stinglmayr
Hi list,

down below is another short update for the_silver_searcher to the latest
version: 0.23.

Regards,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile30 May 2014 13:08:47 -  1.9
+++ Makefile6 Jul 2014 19:08:19 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.22.0
+DISTNAME = the_silver_searcher-0.23.0
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo30 May 2014 13:08:47 -  1.8
+++ distinfo6 Jul 2014 19:08:19 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.22.0.tar.gz) = 
92r+wHixsC/8xYoaejtHiFHRwbb7z0wz1upctB4a6Vk=
-SIZE (the_silver_searcher-0.22.0.tar.gz) = 134482
+SHA256 (the_silver_searcher-0.23.0.tar.gz) = 
zQ8J6tVNxabsmBU5Bqdpt4B/2Hp4aFzCRXFYU+wSr6g=
+SIZE (the_silver_searcher-0.23.0.tar.gz) = 168852



UPDATE: textproc/the_silver_searcher

2014-05-30 Thread Florian Stinglmayr
Hi list,

attached is a simple update to the_silver_searcher. It contains an
updated file detection mechanism and a few simple updates.

Regards,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile25 Mar 2014 18:57:31 -  1.8
+++ Makefile30 May 2014 11:02:39 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.21.1
+DISTNAME = the_silver_searcher-0.22.0
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo25 Mar 2014 18:57:31 -  1.7
+++ distinfo30 May 2014 11:02:39 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.21.1.tar.gz) = 
x55f8D97r3klrd+Q17PqGWtQDyfi4Fc2GKkX3wrTUMU=
-SIZE (the_silver_searcher-0.21.1.tar.gz) = 133648
+SHA256 (the_silver_searcher-0.22.0.tar.gz) = 
92r+wHixsC/8xYoaejtHiFHRwbb7z0wz1upctB4a6Vk=
+SIZE (the_silver_searcher-0.22.0.tar.gz) = 134482



Update: textproc/the_silver_searcher to 0.21.1

2014-03-25 Thread Florian Stinglmayr
Hi list,

attached is a simple update the_silver_searcher to version 0.21.1. It is
mostly a bug fix release.

Okay?

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile6 Feb 2014 17:17:53 -   1.7
+++ Makefile25 Mar 2014 18:49:15 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.19.2
+DISTNAME = the_silver_searcher-0.21.1
 CATEGORIES =   textproc
 
 HOMEPAGE = https://github.com/ggreer/the_silver_searcher
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo6 Feb 2014 17:17:53 -   1.6
+++ distinfo25 Mar 2014 18:49:15 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.19.2.tar.gz) = 
/fjTfm05y5c2NhFDH7w8EB1jwrHytPUnVG+6g1N7+os=
-SIZE (the_silver_searcher-0.19.2.tar.gz) = 133152
+SHA256 (the_silver_searcher-0.21.1.tar.gz) = 
x55f8D97r3klrd+Q17PqGWtQDyfi4Fc2GKkX3wrTUMU=
+SIZE (the_silver_searcher-0.21.1.tar.gz) = 133648



Update: textproc/the_silver_searcher 0.18.1

2013-11-06 Thread Florian Stinglmayr
Hi,

attached is patch that updates the silver searcher to the newest version
0.18.1. This is a bug fix release of 0.18 that was sadly broken. New
features:

 * Brian's patch is in fixing the configure script.
 * You can now search files by language:
   $ ag --cpp foo # Will search all C++ files for foo.

Tested on i386.

Regards,
Florian

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile30 Sep 2013 17:17:36 -  1.4
+++ Makefile6 Nov 2013 19:21:41 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.17
+DISTNAME = the_silver_searcher-0.18.1
 REVISION = 0
 CATEGORIES =   textproc
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo30 Sep 2013 16:08:27 -  1.3
+++ distinfo6 Nov 2013 19:21:41 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.17.tar.gz) = 
y7cugGUTnfMvVnHxIcTUuHuDATpNia134zpHmoHWgUM=
-SIZE (the_silver_searcher-0.17.tar.gz) = 130524
+SHA256 (the_silver_searcher-0.18.1.tar.gz) = 
rym1MS6Y2VoqinV2efK3GBRvMrcIK5r5wHXJ9V/jKGA=
+SIZE (the_silver_searcher-0.18.1.tar.gz) = 132725
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure 30 Sep 2013 17:17:36 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2013/09/30 17:17:36 bcallah Exp $
-
-# MAINTAINER opened a pull request with upstream for this:
-# https://github.com/ggreer/the_silver_searcher/pull/272
-
 configure.orig Mon Sep 30 12:13:52 2013
-+++ configure  Mon Sep 30 12:13:57 2013
-@@ -4655,7 +4655,7 @@ fi
- done
- 
- 
--for ac_header in pthread.h, zlib.h lzma.h
-+for ac_header in pthread.h zlib.h lzma.h
- do :
-   as_ac_Header=`$as_echo ac_cv_header_$ac_header | $as_tr_sh`
- ac_fn_c_check_header_mongrel $LINENO $ac_header $as_ac_Header 
$ac_includes_default



Re: Update: textproc/the_silver_searcher 0.18.1

2013-11-06 Thread Stuart Henderson
On 2013/11/06 20:35, Florian Stinglmayr wrote:
 Hi,
 
 attached is patch that updates the silver searcher to the newest version
 0.18.1. This is a bug fix release of 0.18 that was sadly broken. New
 features:
 
  * Brian's patch is in fixing the configure script.
  * You can now search files by language:
$ ag --cpp foo # Will search all C++ files for foo.
 
 Tested on i386.
 

upstream re-rolled it:

 Fetch http://geoff.greer.fm/ag/releases/the_silver_searcher-0.18.1.tar.gz
the_silver_searcher-0 100% ||   129 KB00:00
 Size does not match for the_silver_searcher-0.18.1.tar.gz



Re: Update: textproc/the_silver_searcher 0.18.1

2013-11-06 Thread Florian Stinglmayr
On Wed, Nov 06, 2013 at 09:11:38PM +, Stuart Henderson wrote:

 I have a different one,

 SHA256 (the_silver_searcher-0.18.1.tar.gz) = 
 M8V/z49R3sMAi8maXLJpv4BDmglkJHAnJslsd8MAUDk=
 SIZE (the_silver_searcher-0.18.1.tar.gz) = 132413

 Copy at http://junkpile.org/the_silver_searcher-0.18.1.tar.gz if you'd like 
 to diff against yours..


Yes, it seems I had a wrong one.

Index: Makefile
===
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile30 Sep 2013 17:17:36 -  1.4
+++ Makefile6 Nov 2013 21:44:41 -
@@ -2,7 +2,7 @@
 
 COMMENT =  code searching tool, with a focus on speed (ag)
 
-DISTNAME = the_silver_searcher-0.17
+DISTNAME = the_silver_searcher-0.18.1
 REVISION = 0
 CATEGORIES =   textproc
 
Index: distinfo
===
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo30 Sep 2013 16:08:27 -  1.3
+++ distinfo6 Nov 2013 21:44:41 -
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.17.tar.gz) = 
y7cugGUTnfMvVnHxIcTUuHuDATpNia134zpHmoHWgUM=
-SIZE (the_silver_searcher-0.17.tar.gz) = 130524
+SHA256 (the_silver_searcher-0.18.1.tar.gz) = 
M8V/z49R3sMAi8maXLJpv4BDmglkJHAnJslsd8MAUDk=
+SIZE (the_silver_searcher-0.18.1.tar.gz) = 132413
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure 30 Sep 2013 17:17:36 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2013/09/30 17:17:36 bcallah Exp $
-
-# MAINTAINER opened a pull request with upstream for this:
-# https://github.com/ggreer/the_silver_searcher/pull/272
-
 configure.orig Mon Sep 30 12:13:52 2013
-+++ configure  Mon Sep 30 12:13:57 2013
-@@ -4655,7 +4655,7 @@ fi
- done
- 
- 
--for ac_header in pthread.h, zlib.h lzma.h
-+for ac_header in pthread.h zlib.h lzma.h
- do :
-   as_ac_Header=`$as_echo ac_cv_header_$ac_header | $as_tr_sh`
- ac_fn_c_check_header_mongrel $LINENO $ac_header $as_ac_Header 
$ac_includes_default