Commits
Toby Peterson authored d3839452d11
8 8 | maintainers toby |
9 9 | description A vi/ex clone |
10 10 | |
11 11 | long_description \ |
12 12 | Nvi is an implementation of the ex/vi text editor originally \ |
13 13 | distributed as part of the Fourth Berkeley Software Distribution \ |
14 14 | (4BSD), by the University of California, Berkeley. |
15 15 | |
16 16 | homepage http://www.bostic.com/vi/ |
17 17 | platforms darwin |
18 - | master_sites http://www.kotnet.org/~skimo/nvi/devel/ |
19 - | checksums md5 88d1e23115ee9f2961186b62e55f5704 |
18 + | master_sites ftp://ftp.stack.nl/pub/users/johans/nvi/ |
19 + | checksums md5 88d1e23115ee9f2961186b62e55f5704 \ |
20 + | rmd160 0db8568bea96392d9a027044177c60317c8ade36 \ |
21 + | sha256 3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59 |
20 22 | use_bzip2 yes |
21 23 | |
22 24 | configure.dir ${worksrcpath}/dist |
23 25 | build.dir ${configure.dir} |
24 26 | |
25 27 | set my_db_version db48 |
26 28 | |
27 29 | depends_lib port:ncurses port:${my_db_version} |
28 30 | |
29 31 | patchfiles \ |