Date: Thu, 16 May 2024 06:29:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 06ec163ac1c8 - main - security/rubygem-pwned: Add rubygem-pwned 2.4.1 Message-ID: <202405160629.44G6TfXJ032631@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=06ec163ac1c84d036cb2b7fdbcbaeb2a9ab39adf commit 06ec163ac1c84d036cb2b7fdbcbaeb2a9ab39adf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:13:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:21:52 +0000 security/rubygem-pwned: Add rubygem-pwned 2.4.1 Pwned provides an easy, Ruby way to use the Pwned Passwords API. --- security/Makefile | 1 + security/rubygem-pwned/Makefile | 19 +++++++++++++++++++ security/rubygem-pwned/distinfo | 3 +++ security/rubygem-pwned/pkg-descr | 1 + 4 files changed, 24 insertions(+) diff --git a/security/Makefile b/security/Makefile index c029efaad458..571b193ec2d1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1184,6 +1184,7 @@ SUBDIR += rubygem-pbkdf2-ruby SUBDIR += rubygem-pundit SUBDIR += rubygem-pundit61 + SUBDIR += rubygem-pwned SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-rack-oauth21 diff --git a/security/rubygem-pwned/Makefile b/security/rubygem-pwned/Makefile new file mode 100644 index 000000000000..d0ed6f91b6d4 --- /dev/null +++ b/security/rubygem-pwned/Makefile @@ -0,0 +1,19 @@ +PORTNAME= pwned +PORTVERSION= 2.4.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tools to use the Pwned Passwords API +WWW= https://github.com/philnash/pwned + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem + +NO_ARCH= yes + +PLIST_FILES= bin/pwned + +.include <bsd.port.mk> diff --git a/security/rubygem-pwned/distinfo b/security/rubygem-pwned/distinfo new file mode 100644 index 000000000000..92586ce07c7c --- /dev/null +++ b/security/rubygem-pwned/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1714227826 +SHA256 (rubygem/pwned-2.4.1.gem) = e375b45e1cd78aded2c923737f75e09e64bc66582142c144bd85f4ce1fa0955d +SIZE (rubygem/pwned-2.4.1.gem) = 19456 diff --git a/security/rubygem-pwned/pkg-descr b/security/rubygem-pwned/pkg-descr new file mode 100644 index 000000000000..15269b43d6f0 --- /dev/null +++ b/security/rubygem-pwned/pkg-descr @@ -0,0 +1 @@ +Pwned provides an easy, Ruby way to use the Pwned Passwords API.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160629.44G6TfXJ032631>