head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.09.12.16.49.53;	author drixter;	state Exp;
branches;
next	;
commitid	igInIjmKQJjqXlVG;


desc
@@


1.1
log
@bgpq4: Add version 1.16

The bgpq4 utility is used to generate configurations
(prefix-lists, extended access-lists, policy-statement
terms and as-path lists) based on IRR data.

bgpq4 1.16

What's Changed
Remove extra space for MikroTik's RouterOS V7 rules by @@tim427 in #115
filter out ASN 0 in juniper as-lists by @@yu-re-ka in #117
Update matrixbuild to current Linux distributions by @@robert-scheck in #120
Update workflow actions and containers by @@robert-scheck in #121
Forbid -e -E -6 by @@ledeuns in #123
Remove extraneous space in Arista prefixlist by @@ledeuns in #124
Fix yaml syntax error by @@robert-scheck in #127
Update expander.c to remove errant "Checking" output by @@jford00 in #131
expander.c: logic fix in bgpq_expander_invalidate_asn() by @@mrngm in #132
Remove duplicate/unreachable if() by @@robert-scheck in #128

New Contributors
@@tim427 made their first contribution in #115
@@yu-re-ka made their first contribution in #117
@@jford00 made their first contribution in #131
@@mrngm made their first contribution in #132
@
text
@# $NetBSD$

DISTNAME=	bgpq4-1.16
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_GITHUB:=bgp/}
GITHUB_TAG=	${PKGVERSION_NOREV}

MAINTAINER=	drixter@@e-utp.net
HOMEPAGE=	https://github.com/bgp/bgpq4/
COMMENT=	BGP filtering automation tool
LICENSE=	2-clause-bsd

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	gmake autoconf automake

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

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