Date: Sat, 2 Sep 2023 15:31:58 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 19df7ace75f6 - main - ports-mgmt/portoptscli: New port: Utility to configure port options via command line Message-ID: <202309021531.382FVwVx027258@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=19df7ace75f652340aa930fd137339fd23dca286 commit 19df7ace75f652340aa930fd137339fd23dca286 Author: Alfonso Siciliano <alf.siciliano@gmail.com> AuthorDate: 2023-09-02 06:42:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-09-02 15:31:53 +0000 ports-mgmt/portoptscli: New port: Utility to configure port options via command line Utility to set up FreeBSD ports options using a Command Line Interface and also suitable for a speech synthesizer PR: 273202 --- ports-mgmt/Makefile | 1 + ports-mgmt/portoptscli/Makefile | 22 ++++++++++++++++++++++ ports-mgmt/portoptscli/distinfo | 3 +++ ports-mgmt/portoptscli/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index b52eb7cfaccd..c802ce080a29 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -53,6 +53,7 @@ SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster + SUBDIR += portoptscli SUBDIR += portrac SUBDIR += ports-tools SUBDIR += portscout diff --git a/ports-mgmt/portoptscli/Makefile b/ports-mgmt/portoptscli/Makefile new file mode 100644 index 000000000000..195c11f063c5 --- /dev/null +++ b/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> diff --git a/ports-mgmt/portoptscli/distinfo b/ports-mgmt/portoptscli/distinfo new file mode 100644 index 000000000000..6e0eac4836a8 --- /dev/null +++ b/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 diff --git a/ports-mgmt/portoptscli/pkg-descr b/ports-mgmt/portoptscli/pkg-descr new file mode 100644 index 000000000000..138e5ec04c10 --- /dev/null +++ b/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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309021531.382FVwVx027258>