diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-30 00:17:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-30 00:17:57 +0800 |
commit | 9f5d5b6125245fe4016e511f474f4435e4cba08c (patch) | |
tree | 39fd3f08d6afe893c840213a0df6e91913f0ff61 /www/Makefile | |
parent | 9bdc282e5d0a101cd1735eb7bf7f54482d3537a9 (diff) | |
download | freebsd-ports-gnome-9f5d5b6125245fe4016e511f474f4435e4cba08c.tar.gz freebsd-ports-gnome-9f5d5b6125245fe4016e511f474f4435e4cba08c.tar.zst freebsd-ports-gnome-9f5d5b6125245fe4016e511f474f4435e4cba08c.zip |
ddgr is a cmdline utility to search DuckDuckGo from the terminal.
Unlike the web interface, you can specify the number of search
results you would like to see per page. It's more convenient than
skimming through 30-odd search results per page. The default interface
is carefully designed to use minimum space without sacrificing
readability.
ddgr isn't affiliated to DuckDuckGo in any way.
WWW: https://github.com/jarun/ddgr
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 30878b57b20b..c6771803878a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -103,6 +103,7 @@ SUBDIR += dalbum SUBDIR += davical SUBDIR += dddbl + SUBDIR += ddgr SUBDIR += decss SUBDIR += deforaos-surfer SUBDIR += demoroniser @@ -2097,7 +2098,6 @@ SUBDIR += rubygem-pusher-client SUBDIR += rubygem-rabbirack SUBDIR += rubygem-rack - SUBDIR += rubygem-rack_csrf SUBDIR += rubygem-rack-accept SUBDIR += rubygem-rack-attack SUBDIR += rubygem-rack-cache @@ -2114,6 +2114,7 @@ SUBDIR += rubygem-rack-timeout SUBDIR += rubygem-rack15 SUBDIR += rubygem-rack16 + SUBDIR += rubygem-rack_csrf SUBDIR += rubygem-rails-settings-cached SUBDIR += rubygem-rails-settings-cached-rails5 SUBDIR += rubygem-rails-settings-cached-rails50 |