Ticket #1717: hexedit_Portfile

File hexedit_Portfile, 1.0 KB (added by kristian.peters@…, 20 years ago)

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,solaris,windows,freebsd
17platform                linux,solaris,windows,freebsd {
18                depends_lib     lib:libncurses.5:ncurses
19}
20maintainers             kristian.peters@korseby.net
21homepage                http://merd.sourceforge.net/pixel/hexedit.html
22master_sites            http://merd.net/pixel\
23                        http://merd.sourceforge.net/pixel\
24                        http://www.chez.com/prigaux
25distname                ${name}-${version}.src
26extract.suffix          .tgz
27worksrcdir              ${name}
28checksums               md5 cd3929bb76899dc4a77fd465345e7d37
29patchfiles              patch-Makefile.in\
30                        patch-configure
31