1 | # $Id: Portfile,v 1.8 2004/01/14 11:47:07 jkh Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name hexedit |
---|
5 | version 1.2.9 |
---|
6 | revision 0 |
---|
7 | description A hexeditor for the console. |
---|
8 | long_description view and edit files in hexadecimal or in ASCII.\ |
---|
9 | hexedit shows a file both in ASCII and in hexadecimal.\ |
---|
10 | The file can be a device as the file is not whole read.\ |
---|
11 | You can modify the file and search through it.\ |
---|
12 | You have also copy&paste and save to file functions.\ |
---|
13 | Truncating or appending to the file.\ |
---|
14 | Modifications are shown in bold. |
---|
15 | categories utils |
---|
16 | platforms darwin,linux,sunos |
---|
17 | maintainers kristian.peters@korseby.net |
---|
18 | homepage http://merd.sourceforge.net/pixel/hexedit.html |
---|
19 | master_sites http://merd.net/pixel\ |
---|
20 | http://merd.sourceforge.net/pixel\ |
---|
21 | http://www.chez.com/prigaux |
---|
22 | distname ${name}-${version}.src |
---|
23 | extract.suffix .tgz |
---|
24 | worksrcdir ${name} |
---|
25 | checksums md5 cd3929bb76899dc4a77fd465345e7d37 |
---|
26 | configure.args --mandir=${prefix}/share/man |
---|
27 | patchfiles patch-Makefile.in |
---|
28 | |
---|