pkgsrc-WIP-changes archive

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

Add netwake



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Wed Jan 13 02:48:54 2021 +0100
Changeset:	8128487676e2b4ed1727099d7ff7490bd90cb2cc

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

Log Message:
Add netwake

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

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

diffstat:
 netwake/DESCR    |  1 +
 netwake/Makefile | 24 ++++++++++++++++++++++++
 netwake/PLIST    |  3 +++
 netwake/distinfo |  6 ++++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/netwake/DESCR b/netwake/DESCR
new file mode 100644
index 0000000000..d11f8b93a3
--- /dev/null
+++ b/netwake/DESCR
@@ -0,0 +1 @@
+Simple Wake-on-LAN utility. Supports a 'woltab' lookup file.
diff --git a/netwake/Makefile b/netwake/Makefile
new file mode 100644
index 0000000000..a45b35332a
--- /dev/null
+++ b/netwake/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	netwake-0.2
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
+
+MAINTAINER=	sjmulder%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/sjmulder/netwake
+COMMENT=	Wake-on-LAN utility with lookup file support
+LICENSE=	2-clause-bsd
+
+USE_TOOLS=	gmake
+BUILD_DIRS=	cli
+
+SUBST_CLASSES=		confdir
+SUBST_MESSAGE.confdir=	Fix /etc path in man page
+SUBST_STAGE.confdir=	pre-configure
+SUBST_FILES.confdir=	cli/netwake.1
+SUBST_SED.confdir=	-e "s,/etc,${PKG_SYSCONFDIR},"
+
+MAKE_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
+MAKE_ENV+=	SYSCONFDIR=${PKG_SYSCONFDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/netwake/PLIST b/netwake/PLIST
new file mode 100644
index 0000000000..5d01cfeb54
--- /dev/null
+++ b/netwake/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/netwake
+man/man1/netwake.1
diff --git a/netwake/distinfo b/netwake/distinfo
new file mode 100644
index 0000000000..686b0ca52f
--- /dev/null
+++ b/netwake/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (netwake-0.2.tar.gz) = 4ee1fcd835c150c25806f0f266a6a4d87c3871a5
+RMD160 (netwake-0.2.tar.gz) = 34d69130c9b2d80b28d8928f8e3e2201067deb2d
+SHA512 (netwake-0.2.tar.gz) = 7aa2353c15b50bec30c27dd42dd8fd6331dae4e00ab2f4c8c4a475e2d84460b9f1ca9b935b50c5a54bb62a79e3843a7dcdb0576cd7575035b77db6a885ce2085
+Size (netwake-0.2.tar.gz) = 78960 bytes


Home | Main Index | Thread Index | Old Index