diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-11-25 00:31:17 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-11-25 00:31:17 +0800 |
commit | 8b4ac4a0350e26c5217a313a7636f81c5ad348da (patch) | |
tree | 5647e999974487f905cb605d002206f610f6bb57 /net | |
parent | 55b034e2518c1808b3036f64222414b917f2a8d8 (diff) | |
download | freebsd-ports-gnome-8b4ac4a0350e26c5217a313a7636f81c5ad348da.tar.gz freebsd-ports-gnome-8b4ac4a0350e26c5217a313a7636f81c5ad348da.tar.zst freebsd-ports-gnome-8b4ac4a0350e26c5217a313a7636f81c5ad348da.zip |
Rename to scli and Update to 0.2.4
PR: 31939
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/scli/Makefile | 10 | ||||
-rw-r--r-- | net/scli/distinfo | 2 | ||||
-rw-r--r-- | net/scli/pkg-descr | 12 | ||||
-rw-r--r-- | net/scli/pkg-plist | 7 |
4 files changed, 14 insertions, 17 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile index 5e8f70173c9a..84c7a7daabec 100644 --- a/net/scli/Makefile +++ b/net/scli/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: stools +# New ports collection makefile for: scli # Date created: 10 September 2001 # Whom: Michael Lyngbøl <lyngbol@wheel.dk> # # $FreeBSD$ # -PORTNAME= stools -PORTVERSION= 0.1.20 +PORTNAME= scli +PORTVERSION= 0.2.4 CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/ @@ -15,8 +15,8 @@ MAINTAINER= lyngbol@wheel.dk LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USE_GTK= yes +USE_GLIB= yes -MAN1= scli.1 stop.1 +MAN1= scli.1 .include <bsd.port.mk> diff --git a/net/scli/distinfo b/net/scli/distinfo index f1eca495fee1..af31931d9282 100644 --- a/net/scli/distinfo +++ b/net/scli/distinfo @@ -1 +1 @@ -MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5 +MD5 (scli-0.2.4.tar.gz) = d3e631a32cb96822475ac83335cb294e diff --git a/net/scli/pkg-descr b/net/scli/pkg-descr index 61bf98575342..149ce93450d3 100644 --- a/net/scli/pkg-descr +++ b/net/scli/pkg-descr @@ -1,9 +1,7 @@ -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. +The scli package written to address the need for small and efficient +command line utilities to monitor and configure network devices and +host systems. The scli package is based on the SNMP management +protocol. -WWW: http://www.ibr.cs.tu-bs.de/projects/stools/ +WWW: http://www.ibr.cs.tu-bs.de/projects/scli/ -- Michael Lyngbol -lyngbol@wheel.dk diff --git a/net/scli/pkg-plist b/net/scli/pkg-plist index f50b101b409b..241cfddefb11 100644 --- a/net/scli/pkg-plist +++ b/net/scli/pkg-plist @@ -1,5 +1,4 @@ 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 +@unexec install-info --delete %D/info/scli.info %D/info/dir +info/scli.info +@exec install-info %D/info/scli.info %D/info/dir |