Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 12:29:20 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361060 - in head/net/bmon: . files
Message-ID:  <201407071229.s67CTKEx052808@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Jul  7 12:29:20 2014
New Revision: 361060
URL: http://svnweb.freebsd.org/changeset/ports/361060
QAT: https://qat.redports.org/buildarchive/r361060/

Log:
  net/bmon: Update to 3.3, Update MAINTAINER
  
  - Update to 3.3
  - Assign new maintainer
  - Update pkg-plist
  - Update pkg-descr and WWW: URL
  - Tweak COMMENT
  - Add LICENSE (MIT)
  - Remove OPTIONS
  - Use Github for distribution files
  - Remove MASTER_SITES accordingly
  - Remove unecessary patches (files no longer upstream)
  
  PR:		191249
  Submitted by:	Michelle Sullivan <michelle at sorbs dot net>
  Approved by:	maintainer

Added:
  head/net/bmon/pkg-plist   (contents, props changed)
Deleted:
  head/net/bmon/files/
Modified:
  head/net/bmon/Makefile
  head/net/bmon/distinfo
  head/net/bmon/pkg-descr

Modified: head/net/bmon/Makefile
==============================================================================
--- head/net/bmon/Makefile	Mon Jul  7 12:25:15 2014	(r361059)
+++ head/net/bmon/Makefile	Mon Jul  7 12:29:20 2014	(r361060)
@@ -2,44 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	bmon
-PORTVERSION=	2.1.0
-PORTREVISION=	5
+PORTVERSION=	3.3
 CATEGORIES=	net
-MASTER_SITES=	http://people.suug.ch/~tgr/bmon/files/
 
-MAINTAINER=	nistor@snickers.org
-COMMENT=	Portable bandwidth monitor and rate estimator
+MAINTAINER=	michelle@sorbs.net
+COMMENT=	Human-readable bandwidth monitor and rate estimator
 
-OPTIONS_DEFINE=		DBI RRDTOOL
-OPTIONS_DEFAULT=	DBI
-DBI_DESC=	LibDBI output module for rsyslog
-RRDTOOL_DESC=	Usage graphs support
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		gmake
-GNU_CONFIGURE=	YES
-CONFIGURE_ARGS=	--disable-asound
-MAKEFILE=	GNUmakefile
-
-PLIST_FILES=	sbin/bmon man/man1/bmon.1.gz
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MRRDTOOL}
-BUILD_DEPENDS=	rrdtool:${PORTSDIR}/databases/rrdtool
-.else
-CONFIGURE_ARGS+=--disable-rrd
-.endif
-
-.if ${PORT_OPTIONS:MDBI}
-LIB_DEPENDS=	libdbi.so:${PORTSDIR}/databases/libdbi
-.else
-CONFIGURE_ARGS+=--disable-dbi
-.endif
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/bmon ${STAGEDIR}${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/man/bmon.1 ${STAGEDIR}${PREFIX}/man/man1/bmon.1
+LICENSE=	MIT
+
+LIB_DEPENDS=	libconfuse.so:${PORTSDIR}/devel/libconfuse
+
+CONFLICTS_INSTALL=	bmon-*
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	tgraf
+GH_COMMIT=	ad62e66
+GH_TAGNAME=	v${PORTVERSION}
+
+USES=		ncurses pkgconfig:build
+USE_AUTOTOOLS=	libtoolize autoheader automake aclocal
+AUTOMAKE_ARGS+=	--add-missing
+GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>

Modified: head/net/bmon/distinfo
==============================================================================
--- head/net/bmon/distinfo	Mon Jul  7 12:25:15 2014	(r361059)
+++ head/net/bmon/distinfo	Mon Jul  7 12:29:20 2014	(r361060)
@@ -1,2 +1,2 @@
-SHA256 (bmon-2.1.0.tar.gz) = 36a5772fc0241298b15db3dc4fb2552dcbb43edeffd6fcea4cd8818e97ec99fe
-SIZE (bmon-2.1.0.tar.gz) = 270287
+SHA256 (bmon-3.3.tar.gz) = b94e531a00325aaa84a63053b43552ba742b00a377373443f9403826b3cb5c2e
+SIZE (bmon-3.3.tar.gz) = 57352

Modified: head/net/bmon/pkg-descr
==============================================================================
--- head/net/bmon/pkg-descr	Mon Jul  7 12:25:15 2014	(r361059)
+++ head/net/bmon/pkg-descr	Mon Jul  7 12:29:20 2014	(r361060)
@@ -1,8 +1,6 @@
-bmon is an interface bandwidth monitor using the curses library.
-It's able to compute and draw three types of diagrams (overview,
-graphical, and detailed). The overview diagram is a list of all
-interfaces including the rx/tx rates of each interface. The
-graphical diagram is a bar graph in ASCII. All diagrams are
-continously updated.
+bmon is a monitoring and debugging tool to capture networking related statistics
+and prepare them visually in a human friendly way. It features various output
+methods including an interactive curses user interface and a programmable text
+output for scripting.
 
-WWW: http://people.suug.ch/~tgr/bmon/
+WWW: https://github.com/tgraf/bmon

Added: head/net/bmon/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bmon/pkg-plist	Mon Jul  7 12:29:20 2014	(r361060)
@@ -0,0 +1,5 @@
+bin/bmon
+man/man8/bmon.8.gz
+%%PORTDOCS%%%%DOCSDIR%%/examples/bmon.conf
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
+%%PORTDOCS%%@dirrm %%DOCSDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071229.s67CTKEx052808>