pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/netmask sysutils/netmask: Import netmask-2.4....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28f0728c2f7d
branches:  trunk
changeset: 769637:28f0728c2f7d
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Wed Nov 17 17:12:45 2021 +0000

description:
sysutils/netmask: Import netmask-2.4.4 from wip

Tool for generating and converting netmasks in several common formats.

Packaged in pkgsrc-wip by Roland Illing.

diffstat:

 sysutils/netmask/DESCR    |   5 +++++
 sysutils/netmask/Makefile |  20 ++++++++++++++++++++
 sysutils/netmask/PLIST    |   4 ++++
 sysutils/netmask/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r e59cf435b3b9 -r 28f0728c2f7d sysutils/netmask/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/netmask/DESCR    Wed Nov 17 17:12:45 2021 +0000
@@ -0,0 +1,5 @@
+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.
diff -r e59cf435b3b9 -r 28f0728c2f7d sysutils/netmask/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/netmask/Makefile Wed Nov 17 17:12:45 2021 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2021/11/17 17:12:45 sjmulder Exp $
+
+DISTNAME=      netmask-2.4.4
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=tlby/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    tsao%disroot.org@localhost
+HOMEPAGE=      https://github.com/tlby/netmask/
+COMMENT=       Tool for generating terse netmasks in several common formats
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    autoreconf autoconf automake awk gmake digest makeinfo
+GNU_CONFIGURE= yes
+INFO_FILES=    yes
+
+pre-configure:
+       cd ${WRKSRC} && ./autogen
+
+.include "../../mk/bsd.pkg.mk"
diff -r e59cf435b3b9 -r 28f0728c2f7d sysutils/netmask/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/netmask/PLIST    Wed Nov 17 17:12:45 2021 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2021/11/17 17:12:45 sjmulder Exp $
+bin/netmask
+info/netmask.info
+man/man1/netmask.1
diff -r e59cf435b3b9 -r 28f0728c2f7d sysutils/netmask/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/netmask/distinfo Wed Nov 17 17:12:45 2021 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/11/17 17:12:45 sjmulder Exp $
+
+BLAKE2s (netmask-2.4.4.tar.gz) = c628a78bee3f810becb0e65cbfd5b8cf3ce94e4f3383770aada57c6406f34ca1
+SHA512 (netmask-2.4.4.tar.gz) = 57beddd0671dfa8102a68a2e8194d04405358b188b10da215768580f022d040ab990089013816500aafe2090eba8a79aef1fafbd160526c985fbbf09ff69ffce
+Size (netmask-2.4.4.tar.gz) = 45775 bytes



Home | Main Index | Thread Index | Old Index