mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
add py-rt 2.5
Python Routeing Toolkit
This commit is contained in:
parent
e756b17c46
commit
5102c29909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61257
@ -416,6 +416,7 @@
|
||||
SUBDIR += py-pcap
|
||||
SUBDIR += py-rrdpipe
|
||||
SUBDIR += py-rrdtool
|
||||
SUBDIR += py-rt
|
||||
SUBDIR += py-smb
|
||||
SUBDIR += py-snmp
|
||||
SUBDIR += py-soap
|
||||
|
36
net/py-rt/Makefile
Normal file
36
net/py-rt/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: py-rt
|
||||
# Date created: Jun 14, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rt
|
||||
PORTVERSION= 2.5
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://www.sprintlabs.com/Department/IP-Interworking/Routing/PyRT/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pyrt-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PYTHON= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-rt
|
||||
|
||||
post-patch:
|
||||
.for file in bgp.py isis.py
|
||||
@${REINPLACE_CMD} -e "s/python2/python/g" ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PYTHON_SITELIBDIR}/rt
|
||||
(cd ${WRKSRC} ; ${INSTALL_SCRIPT} *.py ${PYTHON_SITELIBDIR}/rt)
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
(cd ${WRKSRC} ; ${INSTALL_SCRIPT} README* ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/py-rt/distinfo
Normal file
1
net/py-rt/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pyrt-2.5.tar.gz) = ea7322d0e942f819fb55939f64f92b1c
|
1
net/py-rt/pkg-comment
Normal file
1
net/py-rt/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Python Routeing Toolkit
|
8
net/py-rt/pkg-descr
Normal file
8
net/py-rt/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
The Python Routeing Toolkit (`PyRT') enables routeing information in a
|
||||
network to be collected. The purpose of this software is to enable routeing
|
||||
information in a network to be collected. This package currently supports
|
||||
BGPv4 and ISIS and will dump MRTD format files. It also supports parsing of
|
||||
MRTD TABLE_DUMP files (as available from, eg., RouteViews and RIPE/RIS). A
|
||||
number of utilities for manipulating these dumps are also provided.
|
||||
|
||||
WWW: http://www.sprintlabs.com/Department/IP-Interworking/Routing/PyRT/
|
13
net/py-rt/pkg-plist
Normal file
13
net/py-rt/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/bgp.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/clean.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/isis.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/mrtd.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/mutils.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/parse.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/splice.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/rt/table-dump.py
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/rt
|
||||
%%PORTDOCS%%share/doc/py-rt/README
|
||||
%%PORTDOCS%%share/doc/py-rt/README.mrtd
|
||||
%%PORTDOCS%%share/doc/py-rt/README.rv
|
||||
%%PORTDOCS%%@dirrm share/doc/py-rt
|
Loading…
Reference in New Issue
Block a user