summaryrefslogtreecommitdiff
path: root/net/stripes
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2001-05-29 20:04:59 +0000
committerkim <kim@pkgsrc.org>2001-05-29 20:04:59 +0000
commitfc95cb94703456b5440d468af7d7bdd660a33983 (patch)
tree7237e087fedd36bedf99848cbe31fb5161f74ba7 /net/stripes
parent432c0f1be53ca2f1b595320daa61281d6ee85e1e (diff)
downloadpkgsrc-fc95cb94703456b5440d468af7d7bdd660a33983.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/stripes')
-rw-r--r--net/stripes/Makefile23
-rw-r--r--net/stripes/distinfo4
-rw-r--r--net/stripes/pkg/DESCR8
-rw-r--r--net/stripes/pkg/PLIST3
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