1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8: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 pettai@nordu.net |
---|
11 | description Suite of policy analysis tools |
---|
12 | long_description IRRToolSet is a suite of policy analysis tools to \ |
---|
13 | operate with routing policies in RPSL \[RFC 2622\] format,\ |
---|
14 | registered in Internet Routing Registry(IRR). The main \ |
---|
15 | goal of the project is to make routing information more \ |
---|
16 | convenient and useful for network engineers, by \ |
---|
17 | providing tools for automated router configuration, \ |
---|
18 | routing policies analysis, and maintenance. |
---|
19 | |
---|
20 | homepage http://irrtoolset.isc.org/ |
---|
21 | master_sites http://ftp.isc.org/isc/IRRToolSet/IRRToolSet-5.0.0/ \ |
---|
22 | ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-5.0.0/ |
---|
23 | |
---|
24 | distname irrtoolset-${version} |
---|
25 | |
---|
26 | checksums md5 8229443bf995e8f911fe2810229d4eb9 \ |
---|
27 | sha1 572d302652321f66f70208e560efc020cb989c50 \ |
---|
28 | rmd160 20b9b58c2fcf06afae13d2e60e8154940a8de60f |
---|
29 | |
---|