commit: d1498ec17078286aebbe02ce2f3be4727fc685a9 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org> AuthorDate: Thu May 29 16:00:55 2025 +0000 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org> CommitDate: Thu May 29 18:00:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1498ec1
net-misc/netmask: new package, add 2.4.4 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org> net-misc/netmask/Manifest | 1 + net-misc/netmask/metadata.xml | 19 +++++++++++++++++++ net-misc/netmask/netmask-2.4.4.ebuild | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/net-misc/netmask/Manifest b/net-misc/netmask/Manifest new file mode 100644 index 000000000000..36638fe4402e --- /dev/null +++ b/net-misc/netmask/Manifest @@ -0,0 +1 @@ +DIST netmask-2.4.4.tar.gz 45775 BLAKE2B e928924eac3b004b3e3b98c19050a2d2b8bf8c1c261db947a27ac7b5329b040842f379398b5fc5a91a6f882639cb07c4e72894f29688488a823f664b22f7f4b9 SHA512 57beddd0671dfa8102a68a2e8194d04405358b188b10da215768580f022d040ab990089013816500aafe2090eba8a79aef1fafbd160526c985fbbf09ff69ffce diff --git a/net-misc/netmask/metadata.xml b/net-misc/netmask/metadata.xml new file mode 100644 index 000000000000..a4fbf77169af --- /dev/null +++ b/net-misc/netmask/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Kenton Groombridge</name> + <email>[email protected]</email> + </maintainer> + <upstream> + <remote-id type="github">tlby/netmask</remote-id> + <bugs-to>https://github.com/tlby/netmask/issues</bugs-to> + </upstream> + <longdescription> + This is a handy tool for generating terse netmasks in several common + formats. If you've ever maintained a firewall with more than a few rules in + it, you might use netmask to clean up and generalize sloppy rules left by + the netadmin before you. It will also convert netmasks from one format to + another for the day you change your firewall software. + </longdescription> +</pkgmetadata> diff --git a/net-misc/netmask/netmask-2.4.4.ebuild b/net-misc/netmask/netmask-2.4.4.ebuild new file mode 100644 index 000000000000..ceb6a4c7c815 --- /dev/null +++ b/net-misc/netmask/netmask-2.4.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="An IP address formatting tool" +HOMEPAGE="https://github.com/tlby/netmask" +SRC_URI="https://github.com/tlby/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +src_prepare() { + default + eautoreconf +}
