summaryrefslogtreecommitdiff
path: root/databases/rubygem-bdb1
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-03-03 16:09:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-03-03 16:09:56 +0000
commit2cc8cd54fa4ade3ebe117d4f8e4b10397cd6087c (patch)
treea870ff24247cbd421612c4210c892a66650d6e6b /databases/rubygem-bdb1
parent6a2157983a8ba9def323d452faf150a447002eb2 (diff)
Notes
Diffstat (limited to 'databases/rubygem-bdb1')
-rw-r--r--databases/rubygem-bdb1/Makefile17
-rw-r--r--databases/rubygem-bdb1/distinfo2
-rw-r--r--databases/rubygem-bdb1/pkg-descr14
3 files changed, 33 insertions, 0 deletions
diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile
new file mode 100644
index 000000000000..42fe9cc1e1c7
--- /dev/null
+++ b/databases/rubygem-bdb1/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= bdb1
+PORTVERSION= 0.2.5
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby interface to Berkeley DB revision 1.8x with full feature support
+
+LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-bdb1/distinfo b/databases/rubygem-bdb1/distinfo
new file mode 100644
index 000000000000..78efe393643f
--- /dev/null
+++ b/databases/rubygem-bdb1/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/bdb1-0.2.5.gem) = b65c11ef56dadd45c458c0ff344fe34384ffad91a072168cd9ab460e10738de9
+SIZE (rubygem/bdb1-0.2.5.gem) = 67072
diff --git a/databases/rubygem-bdb1/pkg-descr b/databases/rubygem-bdb1/pkg-descr
new file mode 100644
index 000000000000..4be92c87d27a
--- /dev/null
+++ b/databases/rubygem-bdb1/pkg-descr
@@ -0,0 +1,14 @@
+Ruby-bdb1 is an interface to Berkeley DB revision 1.85 and 1.86.
+
+This library includes support for the following access methods:
+
+* B+tree
+* Hashing
+* Fixed and Variable-Length Records
+
+And the following interfaces:
+
+* Hash like interface - BDB1::Btree and BDB1::Hash
+* Array like interface - BDB1::Recnum(Recno)
+
+WWW: https://github.com/knu/ruby-bdb1