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

Collapse All | Expand All

(-)b/ports-mgmt/portoptscli/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	portoptscli
2
DISTVERSION=	0.0.1
3
CATEGORIES=	ports-mgmt accessibility
4
5
MAINTAINER=	alfix86@gmail.com
6
COMMENT=	Utility to set up FreeBSD ports options
7
WWW=		https://gitlab.com/alfix/portoptscli
8
9
LICENSE=	BSD2CLAUSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
12
USE_GITLAB=	yes
13
GL_ACCOUNT=	alfix
14
15
PLIST_FILES=	bin/${PORTNAME} \
16
		man/man1/${PORTNAME}.1.gz
17
18
do-install:
19
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
20
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
21
22
.include <bsd.port.mk>
(-)b/ports-mgmt/portoptscli/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1692386020
2
SHA256 (portoptscli-0.0.1.tar.bz2) = 168a7413682ae4d7f3f34f860dda45f07b5c353fee7b6a866a6dc71d61b23b47
3
SIZE (portoptscli-0.0.1.tar.bz2) = 9328
(-)b/ports-mgmt/portoptscli/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
Utility to set up FreeBSD ports options using a
2
Command Line Interface also suitable for a
3
speech synthesizer.

Return to bug 273202