Skip to content

Commit

Permalink
ports-mgmt/portoptscli: New port: Utility to configure port options v…
Browse files Browse the repository at this point in the history
…ia command line

Utility to set up FreeBSD ports options using a Command Line Interface and
also suitable for a speech synthesizer

PR:		273202
  • Loading branch information
Alfonso Siciliano authored and Daniel Engberg committed Sep 2, 2023
1 parent eda7703 commit 19df7ac
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports-mgmt/Makefile
Expand Up @@ -53,6 +53,7 @@
SUBDIR += portless
SUBDIR += portlint
SUBDIR += portmaster
SUBDIR += portoptscli
SUBDIR += portrac
SUBDIR += ports-tools
SUBDIR += portscout
Expand Down
22 changes: 22 additions & 0 deletions ports-mgmt/portoptscli/Makefile
@@ -0,0 +1,22 @@
PORTNAME= portoptscli
DISTVERSION= 0.0.1
CATEGORIES= ports-mgmt accessibility

MAINTAINER= alfix86@gmail.com
COMMENT= Utility to set up FreeBSD ports options
WWW= https://gitlab.com/alfix/portoptscli

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USE_GITLAB= yes
GL_ACCOUNT= alfix

PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions ports-mgmt/portoptscli/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1692386020
SHA256 (portoptscli-0.0.1.tar.bz2) = 168a7413682ae4d7f3f34f860dda45f07b5c353fee7b6a866a6dc71d61b23b47
SIZE (portoptscli-0.0.1.tar.bz2) = 9328
3 changes: 3 additions & 0 deletions ports-mgmt/portoptscli/pkg-descr
@@ -0,0 +1,3 @@
Utility to set up FreeBSD ports options using a
Command Line Interface and also suitable for a
speech synthesizer.

0 comments on commit 19df7ac

Please sign in to comment.