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

Collapse All | Expand All

(-)b/ports-mgmt/portoptscli/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	portoptscli
2
PORTVERSION=	0.0.1
3
CATEGORIES=	ports-mgmt accessibility
4
5
MAINTAINER=	alfix86@gmail.com
6
COMMENT=	Utility to set up FreeBSD port options
7
WWW=		https://gitlab.com/alfix/portoptscli
8
9
LICENSE=	BSD2CLAUSE
10
11
USE_GITLAB=	yes
12
GL_ACCOUNT=	alfix
13
14
PLIST_FILES=	bin/${PORTNAME} \
15
		man/man1/${PORTNAME}.1.gz
16
17
do-install:
18
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
19
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
20
21
.include <bsd.port.mk>
(-)b/ports-mgmt/portoptscli/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1692317348
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