Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2020 17:54:33 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538926 - in head/sysutils: . pwol
Message-ID:  <202006151754.05FHsX3S026548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Jun 15 17:54:33 2020
New Revision: 538926
URL: https://svnweb.freebsd.org/changeset/ports/538926

Log:
  sysutils/pwol: Add new ports
  
  Add sysutils/pwol, a small tool that can be used to send WoL packages to
  wake up hosts or groups of hosts.  It can also act as a WoL gateway when you
  need to forward such packages but don't have a router that supports it.
  
  PR:		247251
  Submitted by:	Peter Eriksson

Added:
  head/sysutils/pwol/
  head/sysutils/pwol/Makefile   (contents, props changed)
  head/sysutils/pwol/distinfo   (contents, props changed)
  head/sysutils/pwol/pkg-descr   (contents, props changed)
  head/sysutils/pwol/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Jun 15 17:50:27 2020	(r538925)
+++ head/sysutils/Makefile	Mon Jun 15 17:54:33 2020	(r538926)
@@ -939,6 +939,7 @@
     SUBDIR += pv
     SUBDIR += pwd_unmkdb
     SUBDIR += pwgen
+    SUBDIR += pwol
     SUBDIR += pwsafe
     SUBDIR += pxattr
     SUBDIR += py-analyzemft

Added: head/sysutils/pwol/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pwol/Makefile	Mon Jun 15 17:54:33 2020	(r538926)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=		pwol
+DISTVERSIONPREFIX=	v
+DISTVERSION=		1.5.1
+CATEGORIES=		sysutils
+
+MAINTAINER=		pen@lysator.liu.se
+COMMENT=		Peter's Wake-on-LAN Tool
+
+LICENSE=		BSD3CLAUSE
+LICENSE_FILE=		${WRKSRC}/LICENSE
+
+USE_GITHUB=		yes
+GH_ACCOUNT=		ptrrkssn
+
+GNU_CONFIGURE=		yes
+
+.include <bsd.port.mk>

Added: head/sysutils/pwol/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pwol/distinfo	Mon Jun 15 17:54:33 2020	(r538926)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592164662
+SHA256 (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = d9217e24e6ce4ee40836d42ed57a059a33e75debc288c8a23d1b02ac98e4f4ac
+SIZE (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = 72962

Added: head/sysutils/pwol/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pwol/pkg-descr	Mon Jun 15 17:54:33 2020	(r538926)
@@ -0,0 +1,9 @@
+This is a port of pwol, Peter's Wake-on-Lan tool
+
+This is a simple tool to send WoL packets to wake up
+hosts. No more, no less.
+
+WWW: https://github.com/ptrrkssn/pwol
+
+- Peter Eriksson
+pen@lysator.liu.se

Added: head/sysutils/pwol/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pwol/pkg-plist	Mon Jun 15 17:54:33 2020	(r538926)
@@ -0,0 +1,4 @@
+bin/pwol
+man/man1/pwol.1.gz
+man/man5/pwol.conf.5.gz
+@sample etc/pwol.conf.sample



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006151754.05FHsX3S026548>