Import smb-0.6, a simple bandwidth monitor from Dimitris Papastamos

ok jung@
This commit is contained in:
jca 2016-03-14 12:26:07 +00:00
parent 6fde89871c
commit d8f36c383d
4 changed files with 25 additions and 0 deletions

19
net/sbm/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/03/14 12:26:07 jca Exp $
COMMENT = simple bandwidth monitor
DISTNAME = sbm-0.6
CATEGORIES = net
HOMEPAGE = http://git.2f30.org/sbm/
MAINTAINER = Dimitris Papastamos <sin@2f30.org>
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
MASTER_SITES = http://dl.2f30.org/releases/
MAKE_FLAGS = CC="${CC}" CFLAGS="-Wall ${CFLAGS}"
NO_TEST = Yes
.include <bsd.port.mk>

2
net/sbm/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (sbm-0.6.tar.gz) = QCWLfb1W+X7xKvlRwAK0w3Sjt5PFEkxn0Z1eyOTFKbQ=
SIZE (sbm-0.6.tar.gz) = 4433

1
net/sbm/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
sbm is a simple bandwidth monitor.

3
net/sbm/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/03/14 12:26:07 jca Exp $
@bin bin/sbm
@man man/man1/sbm.1