SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,20 @@
COMMENT = case insensitive, case preserving hash class for ruby
DISTNAME = cicphash-1.0.0
REVISION = 5
CATEGORIES = devel
HOMEPAGE= https://github.com/jeremyevans/ruby-cicphash
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT License
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
do-test:
cd ${WRKSRC} && ${RUBY} -I . test/test_cicphash.rb
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cicphash-1.0.0.gem) = t+t/ApP1lLAo8gM15ejE07Fn+PJbN5a+YuS2ZarGL34=
SIZE (cicphash-1.0.0.gem) = 7680

View file

@ -0,0 +1,4 @@
CICPHash has the exact same interface as Hash, but is case insensitive
and case preserving. Any value can be used as a key. However, you cannot
have two keys in the same CICPHash that would be the same if when
converted to strings would be equal or differing only in case.

View file

@ -0,0 +1,6 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/cicphash.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_cicphash.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec