View | Details | Raw Unified | Return to bug 247424
Collapse All | Expand All

(-)sysutils/pwol/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=		pwol
3
PORTNAME=		pwol
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=		1.5.1
5
DISTVERSION=		1.5.2
6
CATEGORIES=		sysutils
6
CATEGORIES=		sysutils
7
7
8
MAINTAINER=		pen@lysator.liu.se
8
MAINTAINER=		pen@lysator.liu.se
Lines 15-19 Link Here
15
GH_ACCOUNT=		ptrrkssn
15
GH_ACCOUNT=		ptrrkssn
16
16
17
GNU_CONFIGURE=		yes
17
GNU_CONFIGURE=		yes
18
INSTALL_TARGET=		install-strip
18
19
19
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)sysutils/pwol/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1592164662
1
TIMESTAMP = 1592576776
2
SHA256 (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = d9217e24e6ce4ee40836d42ed57a059a33e75debc288c8a23d1b02ac98e4f4ac
2
SHA256 (ptrrkssn-pwol-v1.5.2_GH0.tar.gz) = 70e8352782b4a605f642c28585d9b26a83ed2d76fc44154aa8b9f3f7cb7c8c6e
3
SIZE (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = 72962
3
SIZE (ptrrkssn-pwol-v1.5.2_GH0.tar.gz) = 75148
(-)sysutils/pwol/pkg-descr (-3 / +8 lines)
Lines 1-8 Link Here
1
This is a port of pwol, Peter's Wake-on-Lan tool
1
This is a port of pwol, a Wake-on-LAN packet utility
2
2
3
This is a simple tool to send WoL packets to wake up
3
pwol is a command line utility to send Wake-On-LAN (WoL)
4
hosts. No more, no less.
4
packets to one or many hosts, either locally or via routers,
5
in order to wake them up from sleep mode.
5
6
7
It can also be used as a WoL proxy daemon listening to
8
incoming WoL packets (possibly authenticated) and then
9
forwarding requests to one or many other targets.
10
6
WWW: https://github.com/ptrrkssn/pwol
11
WWW: https://github.com/ptrrkssn/pwol
7
12
8
- Peter Eriksson
13
- Peter Eriksson

Return to bug 247424