aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-17 19:18:33 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-17 19:18:33 +0000
commit19855da15ccf6225be659df1cebd56ca5d0e203c (patch)
tree4f3166e76ad6fbe30d892bc2fa9b37e2e0f099b7
parentfb76d7344e76682aba7d061a499015d97999330b (diff)
downloadports-19855da15ccf6225be659df1cebd56ca5d0e203c.tar.gz
ports-19855da15ccf6225be659df1cebd56ca5d0e203c.zip
Notes
-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
-rw-r--r--net/Makefile1
-rw-r--r--net/scli/Makefile22
-rw-r--r--net/scli/distinfo1
-rw-r--r--net/scli/pkg-comment1
-rw-r--r--net/scli/pkg-descr9
-rw-r--r--net/scli/pkg-plist5
-rw-r--r--net/stools/Makefile22
-rw-r--r--net/stools/distinfo1
-rw-r--r--net/stools/pkg-comment1
-rw-r--r--net/stools/pkg-descr9
-rw-r--r--net/stools/pkg-plist5
16 files changed, 115 insertions, 0 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile
new file mode 100644
index 000000000000..5e8f70173c9a
--- /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 000000000000..f1eca495fee1
--- /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 000000000000..8b3a1ced1222
--- /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 000000000000..61bf98575342
--- /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 000000000000..f50b101b409b
--- /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
diff --git a/net/Makefile b/net/Makefile
index f56ff4894805..bf525e0af3ec 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -394,6 +394,7 @@
SUBDIR += ssldump
SUBDIR += sting
SUBDIR += stone
+ SUBDIR += stools
SUBDIR += suckblow
SUBDIR += sup
SUBDIR += svnc
diff --git a/net/scli/Makefile b/net/scli/Makefile
new file mode 100644
index 000000000000..5e8f70173c9a
--- /dev/null
+++ b/net/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/scli/distinfo b/net/scli/distinfo
new file mode 100644
index 000000000000..f1eca495fee1
--- /dev/null
+++ b/net/scli/distinfo
@@ -0,0 +1 @@
+MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
diff --git a/net/scli/pkg-comment b/net/scli/pkg-comment
new file mode 100644
index 000000000000..8b3a1ced1222
--- /dev/null
+++ b/net/scli/pkg-comment
@@ -0,0 +1 @@
+A collection of SNMP command line management tools
diff --git a/net/scli/pkg-descr b/net/scli/pkg-descr
new file mode 100644
index 000000000000..61bf98575342
--- /dev/null
+++ b/net/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/scli/pkg-plist b/net/scli/pkg-plist
new file mode 100644
index 000000000000..f50b101b409b
--- /dev/null
+++ b/net/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
diff --git a/net/stools/Makefile b/net/stools/Makefile
new file mode 100644
index 000000000000..5e8f70173c9a
--- /dev/null
+++ b/net/stools/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/stools/distinfo b/net/stools/distinfo
new file mode 100644
index 000000000000..f1eca495fee1
--- /dev/null
+++ b/net/stools/distinfo
@@ -0,0 +1 @@
+MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
diff --git a/net/stools/pkg-comment b/net/stools/pkg-comment
new file mode 100644
index 000000000000..8b3a1ced1222
--- /dev/null
+++ b/net/stools/pkg-comment
@@ -0,0 +1 @@
+A collection of SNMP command line management tools
diff --git a/net/stools/pkg-descr b/net/stools/pkg-descr
new file mode 100644
index 000000000000..61bf98575342
--- /dev/null
+++ b/net/stools/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/stools/pkg-plist b/net/stools/pkg-plist
new file mode 100644
index 000000000000..f50b101b409b
--- /dev/null
+++ b/net/stools/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