Ticket #1717: Portfile

File Portfile, 976 bytes (added by kristian.peters@…, 20 years ago)

new corrected Portfile

Line 
1# $Id: Portfile,v 1.8 2004/01/14 11:47:07 jkh Exp $
2
3PortSystem              1.0
4name                    hexedit
5version                 1.2.9
6revision                0       
7description             A hexeditor for the console.
8long_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.
15categories              utils
16platforms               darwin,linux,sunos
17maintainers             kristian.peters@korseby.net
18homepage                http://merd.sourceforge.net/pixel/hexedit.html
19master_sites            http://merd.net/pixel\
20                        http://merd.sourceforge.net/pixel\
21                        http://www.chez.com/prigaux
22distname                ${name}-${version}.src
23extract.suffix          .tgz
24worksrcdir              ${name}
25checksums               md5 cd3929bb76899dc4a77fd465345e7d37
26configure.args          --mandir=${prefix}/share/man
27patchfiles              patch-Makefile.in
28