Ticket #23224: Portfile

File Portfile, 2.0 KB (added by cerieljacobs@…, 14 years ago)

Virtuoso opensource 5.0.12 Portfile

Line 
1# $Id$
2
3PortSystem          1.0
4name                virtuoso-opensource
5version             5.0.12
6revision            1
7categories          databases
8platforms           darwin
9maintainers         vakantieland.nl:c openmaintainer
10license             GPLv2
11use_parallel_build  no
12description         A high-performance object-relational SQL database
13
14long_description    Virtuoso is a scalable cross-platform server that combines \
15                    SQL/RDF/XML data management with web application server \
16                    and Web Services Platform functionality. \
17                    \
18                    Diskspace requirements: 800 MB of free space \
19                    Installation time: about 30 minutes on a 2GHz machine \
20                    \
21                    To start the database server: \
22                    # cd /opt/local/var/lib/virtuoso/db \
23                    # sudo virtuoso-t -f \
24                    \
25                    Then you should be able to access http://localhost:8890/ \
26                    and the conductor VAD at http://localhost:8890/conductor/. \
27                    The default login is dba:dba \
28#                    \
29#                    To use the virtuoso opensource server, install the v${name}-server port \
30                   
31homepage            http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
32platforms           darwin
33master_sites        sourceforge:virtuoso/virtuoso/v${version}/virtuoso-opensource-v${version}.tar.gz
34
35checksums           md5 64949660e3f053ec43d00519a19751aa \
36                    sha1 7e4a27b7a133ded8aa6c7c8834e72012582ff29a \
37                    rmd160 f8c4f7d229d8ce75a7abec74d15517e92c49694b
38
39depends_lib         port:openssl
40depends_build       port:autoconf \
41                    port:automake \
42                    port:flex \
43                    port:gperf \
44                    port:gawk \
45                    port:m4 \
46                    port:libtool \
47                    port:bison                   
48
49configure.args      --mandir=${prefix}/share/man