Ticket #27283: Portfile

File Portfile, 1.5 KB (added by fclaire@…, 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem              1.0
5
6name                    irrtoolset
7version                 5.0.0
8categories              net
9platforms               darwin
10maintainers             free.fr:fclaire
11
12description             The IRRToolSet is a set of tools to work with Internet routing policies.
13
14long_description        The IRRToolSet is a set of tools to work with Internet routing policies. \
15                        These policies are stored in Internet Routing Registries (IRR) in the \
16                        Routing Policy Specification Language (RPSL). The goal of the IRRToolSet \
17                        is to make routing information more convenient and useful for network engineers, \
18                        by providing tools for automated router configuration, routing policy analysis, \
19                        and on-going maintenance.
20
21homepage                http://irrtoolset.isc.org/
22set download_site       ftp://ftp.isc.org/isc/IRRToolSet/
23master_sites            ${download_site}IRRToolSet-${version}/
24
25checksums               md5 8229443bf995e8f911fe2810229d4eb9 \
26                        sha1 572d302652321f66f70208e560efc020cb989c50 \
27                        rmd160 20b9b58c2fcf06afae13d2e60e8154940a8de60f
28
29configure.env-append    LEX=/usr/bin/flex
30
31livecheck.type          regex
32livecheck.url           ${download_site}
33livecheck.regex         IRRToolSet-(\[0-9\\.\]+)