diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 16:28:14 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 16:28:14 +0000 |
commit | eb16c711e14240afbaa2b18bc41e497fd00298d0 (patch) | |
tree | 51ab01a7a161aa5c01399a96676d55b635fa5252 /net | |
parent | Really fix IMAP/IMAP-SSL support and clean up yesterday's mess. (diff) |
Remove stools, it has been repo copied to scli
Update net/Makefile
PR: 31939
Submitted by: michael@lyngbol.dk
Notes
Notes:
svn path=/head/; revision=50480
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/stools/Makefile | 22 | ||||
-rw-r--r-- | net/stools/distinfo | 1 | ||||
-rw-r--r-- | net/stools/pkg-comment | 1 | ||||
-rw-r--r-- | net/stools/pkg-descr | 9 | ||||
-rw-r--r-- | net/stools/pkg-plist | 5 |
6 files changed, 1 insertions, 39 deletions
diff --git a/net/Makefile b/net/Makefile index 2aa30c2001de..575d7d5bb6e8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -390,6 +390,7 @@ SUBDIR += samplicator SUBDIR += satellite SUBDIR += scdp + SUBDIR += scli SUBDIR += scotty SUBDIR += scotty3 SUBDIR += sdl_net @@ -413,7 +414,6 @@ SUBDIR += ssldump SUBDIR += sting SUBDIR += stone - SUBDIR += stools SUBDIR += suckblow SUBDIR += sup SUBDIR += svnc diff --git a/net/stools/Makefile b/net/stools/Makefile deleted file mode 100644 index 5e8f70173c9a..000000000000 --- a/net/stools/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# 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 deleted file mode 100644 index f1eca495fee1..000000000000 --- a/net/stools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5 diff --git a/net/stools/pkg-comment b/net/stools/pkg-comment deleted file mode 100644 index 8b3a1ced1222..000000000000 --- a/net/stools/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A collection of SNMP command line management tools diff --git a/net/stools/pkg-descr b/net/stools/pkg-descr deleted file mode 100644 index 61bf98575342..000000000000 --- a/net/stools/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index f50b101b409b..000000000000 --- a/net/stools/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -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 |