pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netwake



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Fri Aug  6 01:53:09 UTC 2021

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

Log Message:
net/netwake: Import 0.2.1 from wip

Simple Wake-on-LAN utility. Supports a 'woltab' lookup file.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/netwake/DESCR pkgsrc/net/netwake/Makefile \
    pkgsrc/net/netwake/PLIST pkgsrc/net/netwake/distinfo

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

Added files:

Index: pkgsrc/net/netwake/DESCR
diff -u /dev/null pkgsrc/net/netwake/DESCR:1.1
--- /dev/null   Fri Aug  6 01:53:09 2021
+++ pkgsrc/net/netwake/DESCR    Fri Aug  6 01:53:09 2021
@@ -0,0 +1 @@
+Simple Wake-on-LAN utility. Supports a 'woltab' lookup file.
Index: pkgsrc/net/netwake/Makefile
diff -u /dev/null pkgsrc/net/netwake/Makefile:1.1
--- /dev/null   Fri Aug  6 01:53:09 2021
+++ pkgsrc/net/netwake/Makefile Fri Aug  6 01:53:09 2021
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/08/06 01:53:09 sjmulder Exp $
+
+DISTNAME=      netwake-0.2.1
+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
+
+BUILD_DIRS=    cli
+
+MAKE_ENV+=     MANPREFIX=${PREFIX}/${PKGMANDIR}
+MAKE_ENV+=     SYSCONFDIR=${PKG_SYSCONFDIR}
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/netwake/PLIST
diff -u /dev/null pkgsrc/net/netwake/PLIST:1.1
--- /dev/null   Fri Aug  6 01:53:09 2021
+++ pkgsrc/net/netwake/PLIST    Fri Aug  6 01:53:09 2021
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/08/06 01:53:09 sjmulder Exp $
+bin/netwake
+man/man1/netwake.1
Index: pkgsrc/net/netwake/distinfo
diff -u /dev/null pkgsrc/net/netwake/distinfo:1.1
--- /dev/null   Fri Aug  6 01:53:09 2021
+++ pkgsrc/net/netwake/distinfo Fri Aug  6 01:53:09 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/06 01:53:09 sjmulder Exp $
+
+SHA1 (netwake-0.2.1.tar.gz) = 63d0d12be16a6c0a21275b6d6fa56eca52e60c49
+RMD160 (netwake-0.2.1.tar.gz) = 01958eed704049518fa71c6155834b164bbac1a3
+SHA512 (netwake-0.2.1.tar.gz) = 8f870c211b5f098b7d4fb81674a12dea719dfd451cfa2612758c736f1edb2864d551d8dcca27cc5f1376d169a720eefa5db38a734ab1731c0c0e1c670fa221ee
+Size (netwake-0.2.1.tar.gz) = 79096 bytes



Home | Main Index | Thread Index | Old Index