SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/ruby-rbtree/Makefile
Normal file
18
devel/ruby-rbtree/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT = sorted associative collection
|
||||
|
||||
DISTNAME = rbtree-0.4.6
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/mame/rbtree
|
||||
|
||||
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rbtree/distinfo
Normal file
2
devel/ruby-rbtree/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rbtree-0.4.6.gem) = FO6kRpsk/SRyVC5fPrEF1jRMjM828LVtVf3P604PEPw=
|
||||
SIZE (rbtree-0.4.6.gem) = 30720
|
4
devel/ruby-rbtree/pkg/DESCR
Normal file
4
devel/ruby-rbtree/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
An RBTree is a sorted associative collection that is implemented with a
|
||||
Red-Black Tree. It maps keys to values like a Hash, but maintains its
|
||||
elements in ascending key order. The interface is the almost identical
|
||||
to that of Hash.
|
9
devel/ruby-rbtree/pkg/PLIST
Normal file
9
devel/ruby-rbtree/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/MANIFEST
|
||||
${GEM_LIB}/gems/${DISTNAME}/README
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/rbtree.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue