Port details |
- ruby-tokyocabinet Ruby interface to the Tokyo Cabinet DB engine
- 1.31 databases
=0 Version of this port present on the latest quarterly branch. - Maintainer: dgerow@afflictions.org
 - Port Added: 2009-10-23 03:32:33
- Last Update: 2023-01-14 23:08:33
- Commit Hash: 18c6e18
- Also Listed In: ruby
- License: not specified in port
- Description:
- tokyocabinet-ruby provides an interface to the Toky Cabinet database
engine.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ruby30-tokyocabinet>0:databases/ruby-tokyocabinet
- To install the port:
- cd /usr/ports/databases/ruby-tokyocabinet/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/ruby-tokyocabinet
- pkg install ruby30-tokyocabinet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ruby30-tokyocabinet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ruby/tokyocabinet-ruby-1.31.tar.gz) = 11979075688aee3883d77a9346287237ef4063ecaa6fa8931069ee2f961f117c
SIZE (ruby/tokyocabinet-ruby-1.31.tar.gz) = 98542
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- Runtime dependencies:
-
- ruby30 : lang/ruby30
- Library dependencies:
-
- libtokyocabinet.so : databases/tokyocabinet
- Patch dependencies:
-
- ruby30 : lang/ruby30
-
- This port is required by:
- for Run
-
- irc/rbot
Configuration Options:
- ===> The following configuration options are available for ruby30-tokyocabinet-1.31:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_ruby-tokyocabinet
- USES:
- ruby:extconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.31 14 Jan 2023 23:08:33
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.31 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.31 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.31 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.31 24 Jul 2020 19:08:48
  |
sunpoet  |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
1.31 29 Oct 2018 22:15:28
  |
sunpoet  |
Update MASTER_SITES and WWW
Approved by: portmgr (blanket) |
1.31 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.31 20 Oct 2014 10:41:13
  |
bapt  |
Cleanup plist |
1.31 15 Jul 2014 23:11:13
  |
adamw  |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
1.31 22 Feb 2014 10:33:08
  |
miwi  |
- Stage support |
1.31 11 Dec 2013 18:08:53
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.31 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.31 25 Aug 2011 15:01:18
 |
sunpoet  |
- Update MASTER_SITES and WWW
PR: ports/160170
Submitted by: sunpoet (myself)
Approved by: Damian Gerow <dgerow@afflictions.org> (maintainer) |
1.31 05 May 2011 03:39:13
 |
swills  |
- Update to 1.31
PR: ports/155267
Submitted by: Cheng-Lung Sung <clsung@FreeBSD.org>
Approved by: maintainer (timeout) |
1.30 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.30 22 May 2010 04:37:41
 |
miwi  |
- Update to 1.29
PR: 146478
Submitted by: Damian Gerow <dgerow@afflictions.org> (maintainer) |
1.29_3 17 May 2010 14:33:05
 |
linimon  |
I'm not sure how the confusion arose, but the maintainer does not have
a valid @FreeBSD.org address. Reset it to the initial address used.
Hat: portmgr |
1.29_3 26 Apr 2010 21:58:58
 |
pgollucci  |
- Update databases/tokyocabinet to 1.4.44 [1]
- Chase SHLIB bump
PR: ports/145992 [1]
Submitted by lwhsu [1] |
1.29_2 27 Dec 2009 03:10:06
 |
pgollucci  |
- chase databases/tokyocabinet SHLIB major bump
Reported by: QAT |
1.29_2 27 Dec 2009 02:08:54
 |
pgollucci  |
- Update databases/tokyocabinet to 1.4.41
- Bump PORTREVISION of depend ports (sh lib bump)
PR: ports/142032
Submitted by: lwshu |
1.29_1 10 Dec 2009 01:27:29
 |
pgollucci  |
- Update databases/tokyocabinet to 1.4.39
- Bump PORTREVISION of affected ports for SHLIB bump
PR: ports/140622
Submitted by: Sahil Tandon <sahil@tandon.net> |
1.29 23 Oct 2009 03:32:12
 |
clsung  |
- Ruby bindings for the tokyocabinet database.
PR: ports/138685
Submitted by: Damian Gerow <dgerow_AT_afflictions dot org> |