#44040 closed submission (fixed)
New port: wcd
Reported by: | Schamschula (Marius Schamschula) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | Cc: | ||
Port: | wcd |
Description
I've created a port for wcd 5.2.5.
WCD - Wherever Change Directory chdir for DOS and Unix, w/C src Wcd is a command-line program to change directory fast. It saves time typing at the keyboard. One needs to type only a part of a directory name and wcd will jump to it. Wcd has a fast selection method in case of multiple matches and allows aliasing and banning of directories. Wcd also includes a full screen interactive directory tree browser with speed search. Wcd was modeled after Norton Change Directory (NCD). NCD appeared first in The Norton Utilities, Release 4, for DOS in 1987, published by Peter Norton. NCD was written by Brad Kingsbury.
Attachments (1)
Change History (4)
Changed 10 years ago by Schamschula (Marius Schamschula)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r121356 with these changes:
- the reinplace wasn't really doing what you meant it to; replaced it with a patchfile and setting PREFIX and INCPREFIX in build.args
- removed need for post-destroot file renaming by specifying EXT in build.args
- fixed documentation directory name to not include version number by specifying docsubdir in build.args
- fixed livecheck
- some whitespace changes
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Build failed on buildbot; fixed in r121357 by adding gettext dependency.
Note: See
TracTickets for help on using
tickets.
Thanks.