SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-cicphash/Makefile
Normal file
20
devel/ruby-cicphash/Makefile
Normal 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>
|
2
devel/ruby-cicphash/distinfo
Normal file
2
devel/ruby-cicphash/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cicphash-1.0.0.gem) = t+t/ApP1lLAo8gM15ejE07Fn+PJbN5a+YuS2ZarGL34=
|
||||
SIZE (cicphash-1.0.0.gem) = 7680
|
4
devel/ruby-cicphash/pkg/DESCR
Normal file
4
devel/ruby-cicphash/pkg/DESCR
Normal 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.
|
6
devel/ruby-cicphash/pkg/PLIST
Normal file
6
devel/ruby-cicphash/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue