diff options
author | kim <kim> | 2001-05-29 20:04:59 +0000 |
---|---|---|
committer | kim <kim> | 2001-05-29 20:04:59 +0000 |
commit | d04dac660bb82234e1db854c6fbed150413a49d4 (patch) | |
tree | 7237e087fedd36bedf99848cbe31fb5161f74ba7 /net | |
parent | 7a670f9b70ebc5c21a0451a0df5c05d54e44ca90 (diff) | |
download | pkgsrc-d04dac660bb82234e1db854c6fbed150413a49d4.tar.gz |
Stripes is a Looking Glass implementation that works with Zebra and
Cisco routers. A Looking Glass is a CGI script for viewing results of
simple queries executed on remote routers.
Diffstat (limited to 'net')
-rw-r--r-- | net/stripes/Makefile | 23 | ||||
-rw-r--r-- | net/stripes/distinfo | 4 | ||||
-rw-r--r-- | net/stripes/pkg/DESCR | 8 | ||||
-rw-r--r-- | net/stripes/pkg/PLIST | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/net/stripes/Makefile b/net/stripes/Makefile new file mode 100644 index 00000000000..7b7dcdcf010 --- /dev/null +++ b/net/stripes/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/29 20:04:59 kim Exp $ +# + +DISTNAME= stripes-2.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.gw.com/sw/stripes/ + +MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.gw.com/sw/stripes/ +COMMENT= Looking Glass for Zebra and Cisco Routers + +DEPENDS+= p5-CGI>=2.75:../../www/p5-CGI +DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet + +USE_PERL5= # defined + +NO_CONFIGURE= yes +ALL_TARGET= all DEST=${PREFIX} PERL=${PERL5} \ + CONFIGFILE=${APACHE_SYSCONFDIR}/lg.conf + +BUILD_DEFS+= APACHE_SYSCONFDIR + +.include "../../mk/bsd.pkg.mk" diff --git a/net/stripes/distinfo b/net/stripes/distinfo new file mode 100644 index 00000000000..e13a5321a13 --- /dev/null +++ b/net/stripes/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/29 20:04:59 kim Exp $ + +SHA1 (stripes-2.1.tar.gz) = 1910d40e975b98b2e815cf7a1c228777c5a0b816 +Size (stripes-2.1.tar.gz) = 6227 bytes diff --git a/net/stripes/pkg/DESCR b/net/stripes/pkg/DESCR new file mode 100644 index 00000000000..34e751b51ad --- /dev/null +++ b/net/stripes/pkg/DESCR @@ -0,0 +1,8 @@ +Stripes is a Looking Glass implementation that works with Zebra and +Cisco routers. A Looking Glass is a CGI script for viewing results of +simple queries executed on remote routers. + +The queries and routers can be listed in a configuration file. This +allows for easy deployment on multiple machines without having to +modify the program itself. The configuration file is written in Perl, +so it has a lot of power for adapting to its environment. diff --git a/net/stripes/pkg/PLIST b/net/stripes/pkg/PLIST new file mode 100644 index 00000000000..32d94a6cf18 --- /dev/null +++ b/net/stripes/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/29 20:04:59 kim Exp $ +libexec/cgi-bin/lg +man/man8/lg.8 |