Add mbrowse 0.2.3, an SNMP MIB browser for X.

This commit is contained in:
Mark Pulford 2002-04-04 14:04:25 +00:00
parent 267499ca8a
commit 1aabbe8495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57313
11 changed files with 63 additions and 0 deletions

25
net-mgmt/mbrowse/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: mbrowse
# Date created: Apr 4, 2002
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= mbrowse
PORTVERSION= 0.2.3
CATEGORIES= net
MASTER_SITES= http://goldplated.atlcartel.com/
MAINTAINER= markp@FreeBSD.org
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp
GNU_CONFIGURE= yes
USE_GTK= yes
CONFIGURE_ARGS+= --with-ucdsnmp-prefix=${LOCALBASE}
post-patch:
@${PERL} -pi -e 'print "#include <sys/types.h>\n" if !$$a; $$a=1' \
${WRKSRC}/src/callbacks.h
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (mbrowse-0.2.3.tar.gz) = be4e56cd7bd1293d68e71856a674c267

View File

@ -0,0 +1 @@
An SNMP MIB Browser for X

View File

@ -0,0 +1,3 @@
Mbrowse is a GUI MIB browser and query tool based on GTK and Net-SNMP.
WWW: http://goldplated.atlcartel.com/mbrowse.html

View File

@ -0,0 +1 @@
bin/mbrowse

View File

@ -233,6 +233,7 @@
SUBDIR += macipgw
SUBDIR += maradns
SUBDIR += mars_nwe
SUBDIR += mbrowse
SUBDIR += merlinmon
SUBDIR += micq
SUBDIR += mmucl

25
net/mbrowse/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: mbrowse
# Date created: Apr 4, 2002
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= mbrowse
PORTVERSION= 0.2.3
CATEGORIES= net
MASTER_SITES= http://goldplated.atlcartel.com/
MAINTAINER= markp@FreeBSD.org
LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp
GNU_CONFIGURE= yes
USE_GTK= yes
CONFIGURE_ARGS+= --with-ucdsnmp-prefix=${LOCALBASE}
post-patch:
@${PERL} -pi -e 'print "#include <sys/types.h>\n" if !$$a; $$a=1' \
${WRKSRC}/src/callbacks.h
.include <bsd.port.mk>

1
net/mbrowse/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mbrowse-0.2.3.tar.gz) = be4e56cd7bd1293d68e71856a674c267

1
net/mbrowse/pkg-comment Normal file
View File

@ -0,0 +1 @@
An SNMP MIB Browser for X

3
net/mbrowse/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Mbrowse is a GUI MIB browser and query tool based on GTK and Net-SNMP.
WWW: http://goldplated.atlcartel.com/mbrowse.html

1
net/mbrowse/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/mbrowse