ggreer / the_silver_searcher

A code-searching tool similar to ack, but faster.
http://geoff.greer.fm/ag/
Apache License 2.0
26.07k stars 1.42k forks source link

pkgsrc package #276

Open 0-wiz-0 opened 10 years ago

0-wiz-0 commented 10 years ago

Please mention that there is a pkgsrc package for the_silver_searcher (since 0.5 actually). pkgsrc is the default packaging system for NetBSD, MirBSD, SmartOS, and ported to ~20 operating systems (see pkgsrc.org) Here's a link to a homepage for the package: http://pkgsrc.se/textproc/the_silver_searcher (currently shows 0.5, but I've just updated it to 0.17)

Install the binary package with pkg_add the_silver_searcher or build from source by doing cd /usr/pkgsrc/textproc/the_silver_searcher && make install

Thanks!

0-wiz-0 commented 10 years ago

Here's a diff:

diff --git a/README.md b/README.md
index f1ea61a..a07de01 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,15 @@ To build from source on FreeBSD:

     make -C /usr/ports/textproc/the_silver_searcher install clean

+### NetBSD
+
+    pkg_add the_silver_searcher
+
+To build from source on NetBSD:
+
+    cd /usr/pkgsrc/textproc/the_silver_searcher && make install
+
+
 ### OpenBSD

     pkg_add the_silver_searcher