Commits
Marius Schamschula authored b3852f5cbc3
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name wcd |
6 - | version 6.0.1 |
6 + | version 6.0.2 |
7 7 | categories sysutils |
8 8 | maintainers {mps @Schamschula} openmaintainer |
9 9 | platforms darwin |
10 10 | license GPL-2 |
11 11 | |
12 12 | description Wcd is a command-line program to change directory fast. |
13 13 | |
14 14 | long_description Wcd is a command-line program to change directory fast. It \ |
15 15 | saves time typing at the keyboard. One needs to type only \ |
16 16 | a part of a directory name and wcd will jump to it. Wcd \ |
17 17 | has a fast selection method in case of multiple matches \ |
18 18 | and allows aliasing and banning of directories. Wcd also \ |
19 19 | includes a full screen interactive directory tree browser \ |
20 20 | with speed search. |
21 21 | |
22 22 | homepage http://waterlan.home.xs4all.nl/ |
23 23 | master_sites ${homepage}wcd |
24 24 | |
25 - | checksums rmd160 69e04b23a026278bbad482904d41cb4d198ada46 \ |
26 - | sha256 dfb26abe9e8c1b90687ff3cc679ed3ef1f87b0f17cfbbb90fc8d45102ba009fc |
25 + | checksums rmd160 15272ffb2a2d305d44e60e40b3501da89ebaf9fb \ |
26 + | sha256 4f60c2a49ba874aafc4d6d1a8d183ab2c4c7cfdbd3d3d9491a5db30525ba3f72 \ |
27 + | size 713062 |
27 28 | |
28 29 | depends_lib port:gettext \ |
29 30 | port:ncurses |
30 31 | |
31 32 | patchfiles patch-src-Makefile.diff |
32 33 | |
33 34 | use_configure no |
34 35 | |
35 36 | variant universal {} |
36 37 | |