mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add stools
A collection of SNMP command line management tools PR: 30934 Submitted by: Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
This commit is contained in:
parent
fb76d7344e
commit
19855da15c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48887
16 changed files with 115 additions and 0 deletions
22
net-mgmt/scli/Makefile
Normal file
22
net-mgmt/scli/Makefile
Normal file
|
@ -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>
|
1
net-mgmt/scli/distinfo
Normal file
1
net-mgmt/scli/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
|
1
net-mgmt/scli/pkg-comment
Normal file
1
net-mgmt/scli/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A collection of SNMP command line management tools
|
9
net-mgmt/scli/pkg-descr
Normal file
9
net-mgmt/scli/pkg-descr
Normal file
|
@ -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
|
5
net-mgmt/scli/pkg-plist
Normal file
5
net-mgmt/scli/pkg-plist
Normal file
|
@ -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
|
|
@ -394,6 +394,7 @@
|
||||||
SUBDIR += ssldump
|
SUBDIR += ssldump
|
||||||
SUBDIR += sting
|
SUBDIR += sting
|
||||||
SUBDIR += stone
|
SUBDIR += stone
|
||||||
|
SUBDIR += stools
|
||||||
SUBDIR += suckblow
|
SUBDIR += suckblow
|
||||||
SUBDIR += sup
|
SUBDIR += sup
|
||||||
SUBDIR += svnc
|
SUBDIR += svnc
|
||||||
|
|
22
net/scli/Makefile
Normal file
22
net/scli/Makefile
Normal file
|
@ -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>
|
1
net/scli/distinfo
Normal file
1
net/scli/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
|
1
net/scli/pkg-comment
Normal file
1
net/scli/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A collection of SNMP command line management tools
|
9
net/scli/pkg-descr
Normal file
9
net/scli/pkg-descr
Normal file
|
@ -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
|
5
net/scli/pkg-plist
Normal file
5
net/scli/pkg-plist
Normal file
|
@ -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
|
22
net/stools/Makefile
Normal file
22
net/stools/Makefile
Normal file
|
@ -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>
|
1
net/stools/distinfo
Normal file
1
net/stools/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
|
1
net/stools/pkg-comment
Normal file
1
net/stools/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A collection of SNMP command line management tools
|
9
net/stools/pkg-descr
Normal file
9
net/stools/pkg-descr
Normal file
|
@ -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
|
5
net/stools/pkg-plist
Normal file
5
net/stools/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue