pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bgpq4: Initial package bgpq4 1.16



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Sat Sep 12 18:08:39 2026 +0200
Changeset:	916a0f66fc40fd1c688b2bd9d6f5754d778c236d

Added Files:
	bgpq4/COMMIT_MSG
	bgpq4/DESCR
	bgpq4/Makefile
	bgpq4/PLIST
	bgpq4/distinfo

Log Message:
bgpq4: Initial package bgpq4 1.16

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=916a0f66fc40fd1c688b2bd9d6f5754d778c236d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bgpq4/COMMIT_MSG | 23 +++++++++++++++++++++++
 bgpq4/DESCR      |  3 +++
 bgpq4/Makefile   | 20 ++++++++++++++++++++
 bgpq4/PLIST      |  3 +++
 bgpq4/distinfo   |  5 +++++
 5 files changed, 54 insertions(+)

diffs:
diff --git a/bgpq4/COMMIT_MSG b/bgpq4/COMMIT_MSG
new file mode 100644
index 0000000000..2c301772b0
--- /dev/null
+++ b/bgpq4/COMMIT_MSG
@@ -0,0 +1,23 @@
+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
diff --git a/bgpq4/DESCR b/bgpq4/DESCR
new file mode 100644
index 0000000000..7f06b2a09b
--- /dev/null
+++ b/bgpq4/DESCR
@@ -0,0 +1,3 @@
+The bgpq4 utility is used to generate configurations
+(prefix-lists, extended access-lists, policy-statement
+terms and as-path lists) based on IRR data.
diff --git a/bgpq4/Makefile b/bgpq4/Makefile
new file mode 100644
index 0000000000..24b95ead0d
--- /dev/null
+++ b/bgpq4/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	bgpq4-1.16
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=bgp/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
+
+MAINTAINER=	drixter%e-utp.net@localhost
+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"
diff --git a/bgpq4/PLIST b/bgpq4/PLIST
new file mode 100644
index 0000000000..2593412752
--- /dev/null
+++ b/bgpq4/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/bgpq4
+man/man8/bgpq4.8
diff --git a/bgpq4/distinfo b/bgpq4/distinfo
new file mode 100644
index 0000000000..5ca00c9552
--- /dev/null
+++ b/bgpq4/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (bgpq4-1.16.tar.gz) = 4005912270d1ad9cfd688557e1d8af92485e1c01d90b2044eeee4c480a60baeb
+SHA512 (bgpq4-1.16.tar.gz) = 57cb2e1cafada488c85ba8f8103f9bee66ab339ee9c9d5571d240080f44d794b40e75a6bfddcdb096a61d54d7f814b0f5f7ac34aa92ba6ec0b989285dc9c9422
+Size (bgpq4-1.16.tar.gz) = 61067 bytes


Home | Main Index | Thread Index | Old Index