summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-10-17 19:18:33 +0000
committerijliao <ijliao@FreeBSD.org>2001-10-17 19:18:33 +0000
commit26a495b9c1c7d047ecad2d8c89324173a6f78085 (patch)
treec6987a4e0bb0adc450578f81d7d7ceb36881eaa1 /net-mgmt
parent103923fb70e54574f22039eb33f3bf0b4c0db473 (diff)
downloadFreeBSD-ports-26a495b9c1c7d047ecad2d8c89324173a6f78085.zip
FreeBSD-ports-26a495b9c1c7d047ecad2d8c89324173a6f78085.tar.gz
add stools
A collection of SNMP command line management tools PR: 30934 Submitted by: Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/scli/Makefile22
-rw-r--r--net-mgmt/scli/distinfo1
-rw-r--r--net-mgmt/scli/pkg-comment1
-rw-r--r--net-mgmt/scli/pkg-descr9
-rw-r--r--net-mgmt/scli/pkg-plist5
5 files changed, 38 insertions, 0 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile
new file mode 100644
index 0000000..5e8f701
--- /dev/null
+++ b/net-mgmt/scli/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: stools
+# Date created: 10 September 2001
+# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= stools
+PORTVERSION= 0.1.20
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/
+
+MAINTAINER= lyngbol@wheel.dk
+
+LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
+
+GNU_CONFIGURE= yes
+USE_GTK= yes
+
+MAN1= scli.1 stop.1
+
+.include <bsd.port.mk>
diff --git a/net-mgmt/scli/distinfo b/net-mgmt/scli/distinfo
new file mode 100644
index 0000000..f1eca49
--- /dev/null
+++ b/net-mgmt/scli/distinfo
@@ -0,0 +1 @@
+MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
diff --git a/net-mgmt/scli/pkg-comment b/net-mgmt/scli/pkg-comment
new file mode 100644
index 0000000..8b3a1ce
--- /dev/null
+++ b/net-mgmt/scli/pkg-comment
@@ -0,0 +1 @@
+A collection of SNMP command line management tools
diff --git a/net-mgmt/scli/pkg-descr b/net-mgmt/scli/pkg-descr
new file mode 100644
index 0000000..61bf985
--- /dev/null
+++ b/net-mgmt/scli/pkg-descr
@@ -0,0 +1,9 @@
+The stools package (pronounced "s-tools") was written to address the
+need for small and efficient command line utilities to monitor and
+configure network devices and host systems. The stools package is
+based on the SNMP management protocol.
+
+WWW: http://www.ibr.cs.tu-bs.de/projects/stools/
+
+- Michael Lyngbol
+lyngbol@wheel.dk
diff --git a/net-mgmt/scli/pkg-plist b/net-mgmt/scli/pkg-plist
new file mode 100644
index 0000000..f50b101
--- /dev/null
+++ b/net-mgmt/scli/pkg-plist
@@ -0,0 +1,5 @@
+bin/scli
+bin/stop
+@unexec install-info --delete %D/info/stools.info %D/info/dir
+info/stools.info
+@exec install-info %D/info/stools.info %D/info/dir
OpenPOWER on IntegriCloud