| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 May 2013 17:18:39
1.3.10
|
culot  |
- Update to 1.3.10 [1]
- Trim Makefile's header [1]
- Add missing dependency on Net::SSH::Expect
- Shorten COMMENT
PR: ports/178514 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
22 Jul 2012 20:48:23
1.2.2
|
swills  |
- Avoid += without preceeding definition
PR: ports/169136
Approved by: maintainer timeout (5u623l20@gmail.com, >2 weeks) |
30 Jun 2012 12:42:52
1.2.2
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
28 Jan 2012 10:31:31
1.2.2
|
miwi  |
This module supports the ability to retrieve data from several
different models of TL1 devices. Explictly supported devices
include the following:
* Cisco ONS15327
* Cisco ONS15454
* Cisco ONS15808
* Nortel OME 6500
* Nortel HDXc
* Ciena CoreDirector
* Infinera DTC
* Fujitsu FLASHWAVE 7500
Each specifically supported device has its own
GRNOC::TL1::Device module, which sets the default port and
prompt used for that device. They also may each export their
own unique commands on top of what is already provided in
GRNOC::TL1::Device. Raw commands and output can be sent and
received, or output can be parsed via the parse function, or
by calling a function for that device.
WWW: http://www.sourceforge.net/projects/routerproxy
PR: ports/163027
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |