Ticket #23868: Portfile

File Portfile, 1.6 KB (added by anand@…, 14 years ago)
Line 
1PortSystem 1.0
2
3name                    vantages
4version                 0.8.3.1b
5categories              net
6platforms               darwin
7maintainers             nomaintainer
8description             A suite of services and tools to make adoption of DNSSEC easier.
9long_description        Vantages is a suite of services designed to make the adoption of \
10                        DNSSEC easier for administrators of both authoritative name servers \
11                        (i.e. zone administrators) and recursive resolvers. Though the suite \
12                        comes with a set of useful command line tools (dnsfunnel, dnskey-grab, \
13                        etc.), its main functionality is a single daemon (vantaged) that \
14                        performs the various tasks needed to smoothly operate either a DNSSEC \
15                        zone, or a validating recursive resolver. Vantages' single daemon acts \
16                        as a one-stop-shopping solution for the needs of DNSSEC operators. \
17                        This is in contrast to other DNSSEC tool suites that require users to \
18                        become familiar with numerous daemons and tools and must configure and \
19                        run them all separately. With Vantages, operators just install the \
20                        daemon and use its web dashboards to configure the services that are needed.
21
22homepage                http://vantage-points.org/
23master_sites            http://vantage-points.org/src/
24checksums               sha1 e78bb8de21f7302335d2d73a5423613593e1d6fa
25extract.suffix          .tgz
26patchfiles              patch-destroot_variable_fix.diff
27
28depends_lib             port:curl-ca-bundle \
29                        port:expat \
30                        port:gnupg \
31                        port:gpgme \
32                        port:libgpg-error \
33                        port:libtool \
34                        port:libpcap \
35                        port:openssl \
36                        port:p5-term-readkey \
37                        port:sqlite3
38
39livecheck.type  regex
40livecheck.url   ${master_sites}
41livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"