Ticket #17666: Portfile

File Portfile, 907 bytes (added by stromnov (Andrey Stromnov), 15 years ago)
Line 
1# $Id: Portfile 20226 2006-10-29 07:09:01Z blair@macports.org $
2
3PortSystem  1.0
4
5name        gigabase
6version     3.67
7categories  databases
8platforms   darwin
9maintainers waqar@macports.org
10
11description Object-relational database system
12
13long_description \
14            GigaBASE is object-relational embedded database engine for     \
15            C++ applications. It provides SQL-like query language, smart   \
16            C++ interface (loading objects instead of tuples), transaction \
17            based on shadowing page algorithm (no separate log file and    \
18            very fast).
19
20homepage    http://www.ispras.ru/~knizhnik/gigabase.html
21
22master_sites sourceforge
23
24checksums   md5     04540594dea12eab90f31f95cc8f83ac \
25            sha1    299e5fc414b9387a3dfe15f5e96004ada822737a \
26            rmd160  9059d215a4e64003454c4b9c1b0668742e80af89
27
28worksrcdir  ${name}
29
30patchfiles  patch-Makefile.in