Ticket #2037: Portfile

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

updated Portfile

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