pkgsrc-WIP-changes archive

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

Import first attempt at packaging fwknop



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Wed Dec 13 14:23:51 2017 +0100
Changeset:	cfe47a546553a9b2d89ff7f5ef3ba2c43cbe1c02

Added Files:
	fwknop/DESCR
	fwknop/Makefile
	fwknop/PLIST
	fwknop/distinfo

Log Message:
Import first attempt at packaging fwknop

This does not build on NetBSD yet; therefore the PLIST is empty.

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

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

diffstat:
 fwknop/DESCR    |  5 +++++
 fwknop/Makefile | 25 +++++++++++++++++++++++++
 fwknop/PLIST    |  1 +
 fwknop/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/fwknop/DESCR b/fwknop/DESCR
new file mode 100644
index 0000000000..48ebb6dde3
--- /dev/null
+++ b/fwknop/DESCR
@@ -0,0 +1,5 @@
+fwknop stands for the "FireWall KNock OPerator", and implements an authorization
+scheme called Single Packet Authorization (SPA). This method of authorization is
+based around a default-drop packet filter (fwknop supports iptables and
+firewalld on Linux, ipfw on FreeBSD and Mac OS X, and PF on OpenBSD) and
+libpcap. SPA is essentially next generation port knocking.
diff --git a/fwknop/Makefile b/fwknop/Makefile
new file mode 100644
index 0000000000..b043d7cefb
--- /dev/null
+++ b/fwknop/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	fwknop-2.6.9
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=mrash/}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/mrash/fwknop/
+COMMENT=	Port knocking via Single Packet Authorization (SPA)
+LICENSE=	gnu-gpl-v2
+
+DEPENDS+=	gnupg-[0-9]*:../../security/gnupg
+DEPENDS+=	wget-[0-9]*:../../net/wget
+
+USE_TOOLS+=	aclocal autoconf automake autoheader
+GNU_CONFIGURE=	yes
+
+WRKSRC=		${WRKDIR}/fwknop-2.6.9
+
+pre-configure:
+	cd ${WRKSRC} && sh autogen.sh
+
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fwknop/PLIST b/fwknop/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/fwknop/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/fwknop/distinfo b/fwknop/distinfo
new file mode 100644
index 0000000000..7e177f75bc
--- /dev/null
+++ b/fwknop/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (fwknop-2.6.9.tar.gz) = d306c206bc0afd26cad3567584d5017348ebc13e
+RMD160 (fwknop-2.6.9.tar.gz) = 6409bc7fa4880070502e3c92ff60bf3aa3968b3f
+SHA512 (fwknop-2.6.9.tar.gz) = 4706560d44c911c8604059d88dded9c1b8c333399d90ec7dc366c0fba96c79680bdbf1b8b5e76cc34aaf3a1e58fff80db8f5f20c96d57481bdb476a9b99f4d1b
+Size (fwknop-2.6.9.tar.gz) = 3043542 bytes


Home | Main Index | Thread Index | Old Index