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