1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup dvorka hstr 1.21 |
---|
7 | |
---|
8 | categories shells |
---|
9 | platforms darwin |
---|
10 | license Apache-2 |
---|
11 | maintainers nomaintainer |
---|
12 | |
---|
13 | description Bash and Zsh shell history suggest box |
---|
14 | long_description HSTR is a command line utility that brings improved \ |
---|
15 | Bash command completion from the history. \ |
---|
16 | It aims to make completion easier and more efficient than Ctrl-r. \ |
---|
17 | Apart to the completion, history can be managed (you can remove \ |
---|
18 | commands that e.g. contain sensitive information like passwords) \ |
---|
19 | and bookmark your favorite commands. |
---|
20 | |
---|
21 | homepage http://www.mindforger.com/projects/hh.html |
---|
22 | |
---|
23 | checksums rmd160 eef25b1705f967e9c675f128be30f6911cc6ab57 \ |
---|
24 | sha256 7b1a3abeb0e23f4591202806287d1a96f7c1c288bc1d2b4de21a1b9dac53e26d |
---|
25 | |
---|
26 | depends_lib port:readline |
---|
27 | depends_build port:pkgconfig |
---|
28 | |
---|
29 | use_autoreconf yes |
---|
30 | autoreconf.args -fvi |
---|
31 | |
---|
32 | configure.args CFLAGS=-I${prefix}/include/ \ |
---|
33 | LDFLAGS=-L${prefix}/lib |
---|