head	1.6;
access;
symbols
	pkgsrc-2026Q1:1.6.0.4
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.6.0.2
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.5.0.4
	pkgsrc-2025Q3-base:1.5
	pkgsrc-2025Q2:1.5.0.2
	pkgsrc-2025Q2-base:1.5
	pkgsrc-2025Q1:1.4.0.20
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.18
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.16
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.14
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.12
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.10
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.8
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.6
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.4
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.2
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.3.0.2
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.2.0.20
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.18
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.16
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.14
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.12
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.10
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.8
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.6
	pkgsrc-2020Q3-base:1.2
	pkgsrc-2020Q2:1.2.0.4
	pkgsrc-2020Q2-base:1.2
	pkgsrc-2020Q1:1.2.0.2
	pkgsrc-2020Q1-base:1.2
	pkgsrc-2019Q4:1.1.0.14
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.10
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.8
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.6
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.4
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.2
	pkgsrc-2018Q3-base:1.1;
locks; strict;
comment	@# @;


1.6
date	2025.11.26.08.33.34;	author wiz;	state Exp;
branches;
next	1.5;
commitid	0EwCdxVdIKd9x2kG;

1.5
date	2025.06.02.16.49.07;	author vins;	state Exp;
branches;
next	1.4;
commitid	TXGfbOJkiJrhXkXF;

1.4
date	2022.12.06.14.41.38;	author vins;	state Exp;
branches;
next	1.3;
commitid	Gq8s9iXd4OEqtv4E;

1.3
date	2022.07.05.07.24.41;	author pin;	state Exp;
branches;
next	1.2;
commitid	ZOFo53v4bq9F0GKD;

1.2
date	2020.01.26.17.31.48;	author rillig;	state Exp;
branches;
next	1.1;
commitid	4fBBvoSLJaGd0eUB;

1.1
date	2018.07.20.16.22.41;	author jperkin;	state Exp;
branches;
next	;
commitid	23fZQ3RoaLVPsTKA;


desc
@@


1.6
log
@bwm-ng: fix HOMEPAGE
@
text
@# $NetBSD: Makefile,v 1.5 2025/06/02 16:49:07 vins Exp $

DISTNAME=	bwm-ng-0.6.3
PKGREVISION=	1
CATEGORIES=	net
MASTER_SITES=	https://www.gropp.org/bwm-ng/

MAINTAINER=	vins@@NetBSD.org
HOMEPAGE=	https://www.gropp.org/?id=projects&sub=bwm-ng
COMMENT=	Console-based bandwidth monitor
LICENSE=	gnu-gpl-v2

USE_TOOLS+=		autoconf automake autoreconf

GNU_CONFIGURE=		yes

EGDIR=		share/examples/${PKGBASE}
CONF_FILES=	${PREFIX}/${EGDIR}/bwm-ng.conf-example \
		${PKG_SYSCONFDIR}/bwm-ng.conf

SUBST_CLASSES+=		conf
SUBST_STAGE.conf=	pre-configure
SUBST_MESSAGE.conf=	Adding PKG_SYSCONFDIR support.
SUBST_FILES.conf+=	bwm-ng.1 src/options.c
SUBST_SED.conf=		-e "s:/etc/bwm-ng.conf:${PKG_SYSCONFDIR}/bwm-ng.conf:g"

INSTALLATION_DIRS+=	${EGDIR}

pre-configure:
	${RUN} set -e; cd ${WRKSRC} && autoreconf -fiv

post-install:
.for i in bwm-ng.conf-example bwm-ng.css
	${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${PREFIX}/${EGDIR}
.endfor

.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.5
log
@net/bwm-ng: package revision

* Do no fake ncurses,
* Fix had-coded paths.
* Fix a couple of bugs.
* Install sample configuration files.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/12/06 14:41:38 vins Exp $
d9 1
a9 1
HOMEPAGE=	https://www.gropp.org/bwm-ng/
@


1.4
log
@Reset maintainer for my packages to reflect new mail address.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/07/05 07:24:41 pin Exp $
d4 1
a13 1
USE_PKGLOCALEDIR=	yes
d16 12
a27 2
CONFIGURE_ARGS+=	--prefix=${PREFIX}
FAKE_NCURSES=		yes
d32 5
@


1.3
log
@net/bwm-ng: update to 0.6.3

Updated in wip by Paolo Vincenzo Olivo.
Remove upstreamed patches.

2021-01-10 (0.6.3) Volker Gropp <bwmng(at)gropp.org>
* remove outdated copyright and email
* Merge pull request #25 from fweimer/patch-1 AC_QEF_C_NORETURN: Include
  <stdlib.h> for exit
* Merge pull request #27 from ofalk/master Fix potential write to unallocated
  memory.
* Merge pull request #28 from vgropp/#2-fix-csv-bits feat: #2 output bits in csv
* Merge pull request #29 from vgropp/#2-fix-csv-bits fix(doc): #2 output bits
  in csv
* Merge pull request #32 from vgropp/new-netstat-#5 feat: add support for newer
  (2016+) linux netstat #5

2019-01-01 14:50 (0.6.2) Volker Gropp <bwmng(at)gropp.org>
* Merge pull request #22 from vgropp/issue-#13 to fix windows build
* Merge pull request #20 from dreibh/master CSV file output: fix for timestamp
  inaccuracy and Y-2038 problem
* Merge pull request #21 from vgropp/travisci add travisci
* Merge pull request #17 from Himura2la/master Add the started time in "sum"
  mode
* Merge pull request #18 from Himura2la/fix-dynamic Fix DYNAMIC and ANSIOUT in
  config
* Merge pull request #10 from SoapGentoo/fixes Use `static inline` instead of
  `inline`
* Merge pull request #9 from adventureloop/master Always fflush the pipe
* Merge pull request #7 from samueloph/fsf_address_clean Update FSF address
* Merge pull request #6 from samueloph/master Fix typos
* fix nan and inf values on fast refresh (fixes debian bug #532331)
@
text
@d1 1
a1 1
# $NetBSD$
d7 1
a7 1
MAINTAINER=	vms@@retrobsd.ddns.net
@


1.2
log
@all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/07/20 16:22:41 jperkin Exp $
d3 1
a3 1
DISTNAME=	bwm-ng-0.6.1
d5 1
a5 1
MASTER_SITES=	http://www.gropp.org/bwm-ng/
d7 2
a8 2
MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://www.gropp.org/?id=projects&sub=bwm-ng
d12 1
d14 1
d16 5
@


1.1
log
@Add bwm-ng version 0.6.1 to pkgsrc.

Bandwidth Monitor NG is a small and simple console-based live bandwidth
monitor for Linux, BSD, Solaris, Mac OS X and others.
@
text
@d1 1
a1 1
# $NetBSD$
d8 1
a8 1
HOMEPAGE=	http://www.gropp.org/?id=projects&sub=bwm-ng
@

