1 | # $Id: Portfile 64536 2010-03-08 13:05:33Z rmsfisher@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name hexedit |
---|
5 | version 1.2.12 |
---|
6 | description A hexeditor for the console. |
---|
7 | long_description \ |
---|
8 | view and edit files in hexadecimal or in ASCII. hexedit shows a file\ |
---|
9 | both in ASCII and in hexadecimal. The file can be a device as the \ |
---|
10 | file is not whole read. You can modify the file and search through \ |
---|
11 | it. You have also copy&paste and save to file functions. Truncating \ |
---|
12 | or appending to the file. Modifications are shown in bold. |
---|
13 | |
---|
14 | categories sysutils |
---|
15 | platforms darwin linux sunos |
---|
16 | maintainers korseby.net:kristian.peters |
---|
17 | homepage http://rigaux.org/hexedit.html |
---|
18 | master_sites http://rigaux.org |
---|
19 | distname ${name}-${version}.src |
---|
20 | extract.suffix .tgz |
---|
21 | worksrcdir ${name} |
---|
22 | checksums md5 0d2f48610006278cd93359fea9a06d5c \ |
---|
23 | sha1 fee89e390945045fe6b74b5f07600a8e664c8b21 \ |
---|
24 | rmd160 76f30d62e5c4b18fdba60cf7852641ba2b547dbb |
---|
25 | configure.args --mandir=${prefix}/share/man |
---|
26 | patchfiles patch-Makefile.in |
---|
27 | post-configure { |
---|
28 | reinplace "s|-lcurses|-lncurses|g" ${worksrcpath}/Makefile |
---|
29 | } |
---|
30 | depends_lib port:ncurses |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url ${homepage} |
---|
34 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*).src${extract.suffix}" |
---|