Ticket #35427: Portfile

File Portfile, 1.3 KB (added by gregori.emiliano@…, 12 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                dbview
6version             1.0.4
7categories          databases
8platforms           darwin
9license             GPL-2
10
11maintainers         gmail.com:gregori.emiliano
12description         dbview is a little tool that will display dBase III and IV files.
13long_description    dbview is a little tool that will display dBase III and IV files.\
14                    You can also use it to convert your old .dbf files for further use\
15                    with Unix. It should also work with dBase IV files, but this is\
16                    mostly untested. By default dbview displays the contents of a\
17                    dBase III or IV database file. This is be done by displaying both\
18                    the name of the field itself and its value.\
19                    At the end of every record a newline is appended.
20
21homepage            http://www.infodrom.org/projects/dbview/
22
23master_sites        http://www.infodrom.org/projects/dbview/download/
24
25checksums           rmd160  79b0e988ffbd75eb4110ec198f18e8d84799bbbc \
26                    sha256  bca41716e1ec0ce8833bcacfa17063f338b25f249f92ddb954c7d935e008cee7
27
28
29patchfiles          patch-db-dump-c.diff \
30                    patch-Makefile.diff
31
32use_configure       no               
33
34
35