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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name irrtoolset |
---|
7 | version 5.0.0 |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | maintainers free.fr:fclaire |
---|
11 | |
---|
12 | description The IRRToolSet is a set of tools to work with Internet routing policies. |
---|
13 | |
---|
14 | long_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 | |
---|
21 | homepage http://irrtoolset.isc.org/ |
---|
22 | set download_site ftp://ftp.isc.org/isc/IRRToolSet/ |
---|
23 | master_sites ${download_site}IRRToolSet-${version}/ |
---|
24 | |
---|
25 | checksums md5 8229443bf995e8f911fe2810229d4eb9 \ |
---|
26 | sha1 572d302652321f66f70208e560efc020cb989c50 \ |
---|
27 | rmd160 20b9b58c2fcf06afae13d2e60e8154940a8de60f |
---|
28 | |
---|
29 | configure.env-append LEX=/usr/bin/flex |
---|
30 | |
---|
31 | livecheck.type regex |
---|
32 | livecheck.url ${download_site} |
---|
33 | livecheck.regex IRRToolSet-(\[0-9\\.\]+) |
---|