FreeBSD Bugzilla – Attachment 144360 Details for
Bug 191249
[PATCH] net/bmon: Update to 3.3, Take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against bmon
bmon.diff (text/plain), 3.35 KB, created by
Michelle Sullivan
on 2014-07-02 23:47:04 UTC
(
hide
)
Description:
Patch against bmon
Filename:
MIME Type:
Creator:
Michelle Sullivan
Created:
2014-07-02 23:47:04 UTC
Size:
3.35 KB
patch
obsolete
>diff -Nru bmon.orig/Makefile bmon/Makefile >--- bmon.orig/Makefile 2014-07-02 18:29:20.000000000 -0500 >+++ bmon/Makefile 2014-07-02 18:42:01.000000000 -0500 >@@ -1,45 +1,32 @@ >-# Created by: Jon Nistor <nistor@snickers.org> >-# $FreeBSD: head/net/bmon/Makefile 347069 2014-03-04 20:46:07Z gerald $ >+# Created by: Michelle Sullivan <michelle@sorbs.net> > > PORTNAME= bmon >-PORTVERSION= 2.1.0 >-PORTREVISION= 5 >+PORTVERSION= 3.2 > CATEGORIES= net >-MASTER_SITES= http://people.suug.ch/~tgr/bmon/files/ >+MASTER_SITES= GH > >-MAINTAINER= nistor@snickers.org >-COMMENT= Portable bandwidth monitor and rate estimator >+MAINTAINER= michelle@sorbs.net >+COMMENT= Capture networking related statistics and display them human readable > >-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 > >-.include <bsd.port.mk> >+LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse >+ >+CONFLICTS_INSTALL= bmon-* >+ >+USE_GITHUB= yes >+GH_ACCOUNT= tgraf >+GH_PROJECT= bmon >+GH_COMMIT= b34be16 >+GH_TAGNAME= ${GH_COMMIT} >+ >+USE_AUTOTOOLS= autoconf autoheader automake aclocal >+AUTOMAKE_ARGS+= --force-missing --add-missing >+GNU_CONFIGURE= yes >+ >+.include <bsd.port.pre.mk> >+ >+post-extract: >+ @${MKDIR} ${WRKSRC}/build-aux >+ >+.include <bsd.port.post.mk> >diff -Nru bmon.orig/distinfo bmon/distinfo >--- bmon.orig/distinfo 2014-07-02 18:29:20.000000000 -0500 >+++ bmon/distinfo 2014-07-02 18:38:44.000000000 -0500 >@@ -1,2 +1,2 @@ >-SHA256 (bmon-2.1.0.tar.gz) = 36a5772fc0241298b15db3dc4fb2552dcbb43edeffd6fcea4cd8818e97ec99fe >-SIZE (bmon-2.1.0.tar.gz) = 270287 >+SHA256 (bmon-3.2.tar.gz) = de9200f6bf2acf3e2c71628d32365153124addf15148b0ed6dbfed07ef489136 >+SIZE (bmon-3.2.tar.gz) = 57204 >diff -Nru bmon.orig/pkg-descr bmon/pkg-descr >--- bmon.orig/pkg-descr 2014-07-02 18:29:20.000000000 -0500 >+++ bmon/pkg-descr 2014-06-22 06:35:25.000000000 -0500 >@@ -1,8 +1,4 @@ >-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. >- >-WWW: http://people.suug.ch/~tgr/bmon/ >+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. >diff -Nru bmon.orig/pkg-plist bmon/pkg-plist >--- bmon.orig/pkg-plist 1969-12-31 18:00:00.000000000 -0600 >+++ bmon/pkg-plist 2014-06-22 06:35:25.000000000 -0500 >@@ -0,0 +1,3 @@ >+bin/bmon >+%%ETCDIR%%.conf >+man/man8/bmon.8.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191249
:
144002
|
144360
|
144475