git: b17ba5b52714 - main - shells/bash-completion-freebsd: Add bash-completion-freebsd 1.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:23:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b17ba5b52714094c5788e6ed23f14f79ffd5f71a commit b17ba5b52714094c5788e6ed23f14f79ffd5f71a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 15:45:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:14:58 +0000 shells/bash-completion-freebsd: Add bash-completion-freebsd 1.2.0 FreeBSD-oriented extension to the Bash completion library Approved by: 0mp (via private mail) --- shells/Makefile | 1 + shells/bash-completion-freebsd/Makefile | 23 +++++++++++++++++++++++ shells/bash-completion-freebsd/distinfo | 3 +++ shells/bash-completion-freebsd/pkg-descr | 1 + 4 files changed, 28 insertions(+) diff --git a/shells/Makefile b/shells/Makefile index bc75f22e17e8..0bac4e4b6b35 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -7,6 +7,7 @@ SUBDIR += atuin SUBDIR += bash SUBDIR += bash-completion + SUBDIR += bash-completion-freebsd SUBDIR += bash-static SUBDIR += bashc SUBDIR += bicon diff --git a/shells/bash-completion-freebsd/Makefile b/shells/bash-completion-freebsd/Makefile new file mode 100644 index 000000000000..a2d2bd15b9af --- /dev/null +++ b/shells/bash-completion-freebsd/Makefile @@ -0,0 +1,23 @@ +PORTNAME= bash-completion-freebsd +PORTVERSION= 1.2.0 +CATEGORIES= shells + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= FreeBSD-oriented extension to the Bash completion library +WWW= https://github.com/0mp/bash-completion-freebsd + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= 0mp + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= etc/bash_completion.d/make \ + etc/bash_completion.d/mandoc \ + etc/bash_completion.d/pkg \ + etc/bash_completion.d/service + +.include <bsd.port.mk> diff --git a/shells/bash-completion-freebsd/distinfo b/shells/bash-completion-freebsd/distinfo new file mode 100644 index 000000000000..aec824eb6194 --- /dev/null +++ b/shells/bash-completion-freebsd/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1709218323 +SHA256 (0mp-bash-completion-freebsd-1.2.0_GH0.tar.gz) = c6aacb55a913b0b5474579fcfecff38549982046abe0fe81dae89e76c711b2d5 +SIZE (0mp-bash-completion-freebsd-1.2.0_GH0.tar.gz) = 7109 diff --git a/shells/bash-completion-freebsd/pkg-descr b/shells/bash-completion-freebsd/pkg-descr new file mode 100644 index 000000000000..d8c49abe5220 --- /dev/null +++ b/shells/bash-completion-freebsd/pkg-descr @@ -0,0 +1 @@ +FreeBSD-oriented extension to the Bash completion library