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

Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 10-15 Link Here
10
    SUBDIR += R-cran-processx
10
    SUBDIR += R-cran-processx
11
    SUBDIR += R-cran-ps
11
    SUBDIR += R-cran-ps
12
    SUBDIR += R-cran-xopen
12
    SUBDIR += R-cran-xopen
13
    SUBDIR += RyzenAdj
13
    SUBDIR += UEFITool
14
    SUBDIR += UEFITool
14
    SUBDIR += abduco
15
    SUBDIR += abduco
15
    SUBDIR += abgx360
16
    SUBDIR += abgx360
(-)b/sysutils/RyzenAdj/Makefile (+31 lines)
Added Link Here
1
PORTNAME=	RyzenAdj
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.15.0
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	vladislav.movchan@gmail.com
7
COMMENT=	Power management tool for Ryzen mobile and embedded CPUs
8
WWW=		https://github.com/FlyGoat/RyzenAdj
9
10
LICENSE=	LGPL3
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
LIB_DEPENDS=	libpci.so:devel/libpci
14
15
USES=		cmake localbase:ldflags
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	FlyGoat
19
GH_PROJECT=	RyzenAdj
20
21
OPTIONS_DEFINE=	DOCS
22
23
PORTDOCS=	README.md
24
25
PLIST_FILES=	bin/ryzenadj
26
27
post-install-DOCS-on:
28
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
29
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
30
31
.include <bsd.port.mk>
(-)b/sysutils/RyzenAdj/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1726412409
2
SHA256 (FlyGoat-RyzenAdj-v0.15.0_GH0.tar.gz) = 5ad53e311ad7e2cc6ddf03787dbba7d7aec64d564b8135cb7d8a1c8bd93779ef
3
SIZE (FlyGoat-RyzenAdj-v0.15.0_GH0.tar.gz) = 126215
(-)b/sysutils/RyzenAdj/pkg-descr (-1 / +2 lines)
Added Link Here
0
- 
1
RyzenAdj is a tool to view and adjust power management settings for Ryzen
2
mobile and embedded CPUs.

Return to bug 281522