#37634 closed submission (fixed)
The Silver Searcher
Reported by: | tresni (Brian Hartvigsen) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | cooljeanius (Eric Gallager), jstrater@…, eliseomarmol@…, zack@… | |
Port: |
Description
A PortFile for The Silver Searcher (aka ag). As described in http://geoff.greer.fm/2011/12/27/the-silver-searcher-better-than-ack/, The Silver Searcher is designed to be a replacement grep/ack, written in C, fast as hell, ignores files used by popular version control systems (and/or listed in their respective ignore files.) and is awesome.
Attachments (2)
Change History (11)
Changed 12 years ago by tresni (Brian Hartvigsen)
Changed 12 years ago by tresni (Brian Hartvigsen)
Attachment: | Portfile.2 added |
---|
Portfile for The Silver Searcher, updated to 0.14
comment:5 Changed 12 years ago by cooljeanius (Eric Gallager)
There's already an upstream issue for this at https://github.com/ggreer/the_silver_searcher/issues/41 (before anyone goes and opens another one upstream, like I was about to)
comment:6 Changed 12 years ago by neverpanic (Clemens Lang)
Owner: | changed from macports-tickets@… to cal@… |
---|---|
Status: | new → assigned |
comment:7 Changed 12 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Commited in r103947 with the following changes:
- Added missing pkgconfig build dependency (configure.ac uses it)
- Enabled verbose mode during build phase (which often makes it easier to debug in case of problems)
- Install bash-completion script in the correct directory
Brian, do you want to be listed as maintainer for this port?
comment:8 Changed 12 years ago by tresni (Brian Hartvigsen)
Happy to keep the port up to date and address issues that come up. Wasn't sure what the policy was on that for people who aren't project members so left it as nomaintainer.
comment:9 Changed 12 years ago by neverpanic (Clemens Lang)
Added you as maintainer in r104028. If you want to change the port, open a ticket and set the keywords to maintainer
. If you provide a patch, also add haspatch
. Feel free to Cc me to speed things up.
Consider marking the port openmaintainer
as described in https://guide.macports.org/#project.update-policies.
Portfile for The Silver Searcher