View | Details | Raw Unified | Return to bug 247251 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/pwol/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1592164662
2
SHA256 (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = d9217e24e6ce4ee40836d42ed57a059a33e75debc288c8a23d1b02ac98e4f4ac
3
SIZE (ptrrkssn-pwol-v1.5.1_GH0.tar.gz) = 72962
(-)sysutils/pwol/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=		pwol
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=		1.5.1
6
CATEGORIES=		sysutils
7
8
MAINTAINER=		pen@lysator.liu.se
9
COMMENT=		Peter's Wake-on-LAN Tool
10
11
LICENSE=		BSD3CLAUSE
12
LICENSE_FILE=		${WRKSRC}/LICENSE
13
14
USE_GITHUB=		yes
15
GH_ACCOUNT=		ptrrkssn
16
17
GNU_CONFIGURE=		yes
18
19
.include <bsd.port.mk>
(-)sysutils/pwol/pkg-descr (+9 lines)
Line 0 Link Here
1
This is a port of pwol, Peter's Wake-on-Lan tool
2
3
This is a simple tool to send WoL packets to wake up
4
hosts. No more, no less.
5
6
WWW: https://github.com/ptrrkssn/pwol
7
8
- Peter Eriksson
9
pen@lysator.liu.se
(-)sysutils/pwol/pkg-plist (+4 lines)
Line 0 Link Here
1
bin/pwol
2
man/man1/pwol.1.gz
3
man/man5/pwol.conf.5.gz
4
@sample etc/pwol.conf.sample
(-)sysutils/Makefile (+1 lines)
Lines 938-943 Link Here
938
    SUBDIR += pv
938
    SUBDIR += pv
939
    SUBDIR += pwd_unmkdb
939
    SUBDIR += pwd_unmkdb
940
    SUBDIR += pwgen
940
    SUBDIR += pwgen
941
    SUBDIR += pwol
941
    SUBDIR += pwsafe
942
    SUBDIR += pwsafe
942
    SUBDIR += pxattr
943
    SUBDIR += pxattr
943
    SUBDIR += py-analyzemft
944
    SUBDIR += py-analyzemft

Return to bug 247251