mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Rename to scli and Update to 0.2.4
PR: 31939 Submitted by: maintainer
This commit is contained in:
parent
eb16c711e1
commit
ce915dcf9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50481
8 changed files with 28 additions and 34 deletions
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: stools
|
# New ports collection makefile for: scli
|
||||||
# Date created: 10 September 2001
|
# Date created: 10 September 2001
|
||||||
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
|
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= stools
|
PORTNAME= scli
|
||||||
PORTVERSION= 0.1.20
|
PORTVERSION= 0.2.4
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/
|
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
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GTK= yes
|
USE_GLIB= yes
|
||||||
|
|
||||||
MAN1= scli.1 stop.1
|
MAN1= scli.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
|
MD5 (scli-0.2.4.tar.gz) = d3e631a32cb96822475ac83335cb294e
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
The stools package (pronounced "s-tools") was written to address the
|
The scli package written to address the need for small and efficient
|
||||||
need for small and efficient command line utilities to monitor and
|
command line utilities to monitor and configure network devices and
|
||||||
configure network devices and host systems. The stools package is
|
host systems. The scli package is based on the SNMP management
|
||||||
based on the SNMP management protocol.
|
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
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
bin/scli
|
bin/scli
|
||||||
bin/stop
|
@unexec install-info --delete %D/info/scli.info %D/info/dir
|
||||||
@unexec install-info --delete %D/info/stools.info %D/info/dir
|
info/scli.info
|
||||||
info/stools.info
|
@exec install-info %D/info/scli.info %D/info/dir
|
||||||
@exec install-info %D/info/stools.info %D/info/dir
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# New ports collection makefile for: stools
|
# New ports collection makefile for: scli
|
||||||
# Date created: 10 September 2001
|
# Date created: 10 September 2001
|
||||||
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
|
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= stools
|
PORTNAME= scli
|
||||||
PORTVERSION= 0.1.20
|
PORTVERSION= 0.2.4
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/
|
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
|
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GTK= yes
|
USE_GLIB= yes
|
||||||
|
|
||||||
MAN1= scli.1 stop.1
|
MAN1= scli.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5
|
MD5 (scli-0.2.4.tar.gz) = d3e631a32cb96822475ac83335cb294e
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
The stools package (pronounced "s-tools") was written to address the
|
The scli package written to address the need for small and efficient
|
||||||
need for small and efficient command line utilities to monitor and
|
command line utilities to monitor and configure network devices and
|
||||||
configure network devices and host systems. The stools package is
|
host systems. The scli package is based on the SNMP management
|
||||||
based on the SNMP management protocol.
|
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
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
bin/scli
|
bin/scli
|
||||||
bin/stop
|
@unexec install-info --delete %D/info/scli.info %D/info/dir
|
||||||
@unexec install-info --delete %D/info/stools.info %D/info/dir
|
info/scli.info
|
||||||
info/stools.info
|
@exec install-info %D/info/scli.info %D/info/dir
|
||||||
@exec install-info %D/info/stools.info %D/info/dir
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue