Re: [ITP] The Silver Searcher / Ag

2016-02-23 Thread Warren Young
On Feb 23, 2016, at 7:42 AM, Adam Dinwoodie  wrote:
> 
> I'm looking at packaging The Silver Searcher, aka Ag.

That would be lovely!  I’ve been building it from source since I discovered it, 
about a year ago.

(Anyone still using grep -R on a source tree really should switch to ag!)



Re: [ITA] astyle

2016-02-23 Thread Andrew Schulman
> On 2016-02-23 09:04, Chris Sutcliffe wrote:
> > I would like to adopt astyle as it is currently orphaned.
> >
> > I have built and packaged the latest (2.05.1) release based on the
> > last release (2.04) that I packaged.  I'm happy to have someone review
> > the packaging if anyone is interested.
> 
> It's yours again, go ahead.

Gold star awarded!  https://cygwin.com/goldstars/#CS


Re: [ITP] The Silver Searcher / Ag

2016-02-23 Thread Yaakov Selkowitz

On 2016-02-23 08:42, Adam Dinwoodie wrote:

I'm looking at packaging The Silver Searcher, aka Ag.  The Silver
Searcher is a grep/Ack replacement designed for searching code and
optimised for speed.

The package has an Apache 2.0 license, and is already packaged for
Debian, Ubuntu and Fedora, amongst others.

setup.hint is below, further information in the links.



SRC_URI="https://github.com/ggreer/the_silver_searcher/archive/${PV}.tar.gz;


SRC_URI="https://github.com/ggreer/the_silver_searcher/archive/${VERSION}/the_silver_searcher-${VERSION}.tar.gz;

This works better with DISTDIR.


the_silver_searcher_completion_REQUIRES='the_silver_searcher bash_completion'

   ^
That should be bash-completion with a hyphen.


  cyginstall bashcompdir=/etc/bash_completion.d


We have bash-completion-2.1 now, so you can use bashcompdir=$(pkg-config 
--variable=completionsdir bash-completion) -- and change *_CONTENTS 
accordingly.


--
Yaakov


Re: [ITA] astyle

2016-02-23 Thread Yaakov Selkowitz

On 2016-02-23 09:04, Chris Sutcliffe wrote:

I would like to adopt astyle as it is currently orphaned.

I have built and packaged the latest (2.05.1) release based on the
last release (2.04) that I packaged.  I'm happy to have someone review
the packaging if anyone is interested.


It's yours again, go ahead.

--
Yaakov


[ITA] astyle

2016-02-23 Thread Chris Sutcliffe
Hi All,

I would like to adopt astyle as it is currently orphaned.

I have built and packaged the latest (2.05.1) release based on the
last release (2.04) that I packaged.  I'm happy to have someone review
the packaging if anyone is interested.

Thank you,

Chris

-- 
Chris Sutcliffe


[ITP] The Silver Searcher / Ag

2016-02-23 Thread Adam Dinwoodie
Folks,

I'm looking at packaging The Silver Searcher, aka Ag.  The Silver
Searcher is a grep/Ack replacement designed for searching code and
optimised for speed.

The package has an Apache 2.0 license, and is already packaged for
Debian, Ubuntu and Fedora, amongst others.

setup.hint is below, further information in the links.

Adam

Package home page: http://geoff.greer.fm/ag/
Package source: https://github.com/ggreer/the_silver_searcher
License: https://github.com/ggreer/the_silver_searcher/blob/master/LICENSE
Cygport files: https://github.com/me-and/Cygwin-ag
Debian package: https://packages.debian.org/sid/utils/silversearcher-ag
Ubuntu package: https://launchpad.net/ubuntu/+source/silversearcher-ag
Fedora package: https://apps.fedoraproject.org/packages/the_silver_searcher

category: Utils
requires: cygwin liblzma5 libpcre1 zlib0
sdesc: "Ag: a code searching tool with a focus on speed"
ldesc: "The Silver Searcher (Ag) is a code searching tool similar to Ack,
with a focus on speed."