security/rubygem-pwned: Add rubygem-pwned 2.4.1

Pwned provides an easy, Ruby way to use the Pwned Passwords API.
main
Po-Chuan Hsieh 2024-05-16 14:13:53 +08:00
parent 7f7a8549a4
commit 06ec163ac1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1714227826
SHA256 (rubygem/pwned-2.4.1.gem) = e375b45e1cd78aded2c923737f75e09e64bc66582142c144bd85f4ce1fa0955d
SIZE (rubygem/pwned-2.4.1.gem) = 19456

View File

@ -0,0 +1 @@
Pwned provides an easy, Ruby way to use the Pwned Passwords API.