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

View file

@ -0,0 +1,2 @@
SHA256 (rbtree-0.4.6.gem) = FO6kRpsk/SRyVC5fPrEF1jRMjM828LVtVf3P604PEPw=
SIZE (rbtree-0.4.6.gem) = 30720

View 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.

View 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