notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
rubygem-dalli High performance memcached client for Ruby
3.2.4 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2.4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-08-11 16:48:18
Last Update: 2023-03-21 19:21:28
Commit Hash: 0fd6237
Also Listed In: rubygems
License: MIT
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-dalli-3.2.4/catalog.mk
  2. /usr/local/share/licenses/rubygem-dalli-3.2.4/LICENSE
  3. /usr/local/share/licenses/rubygem-dalli-3.2.4/MIT
Collapse this list.
Dependency lines:
  • rubygem-dalli>0:databases/rubygem-dalli
To install the port:
cd /usr/ports/databases/rubygem-dalli/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/rubygem-dalli
  • pkg install rubygem-dalli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-dalli
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
rubygem-dalli
ABIlatestquarterly
FreeBSD:11:aarch64pkg-fallout2.7.10
FreeBSD:11:amd642.7.112.7.11
FreeBSD:11:armv6pkg-fallout2.7.10
FreeBSD:11:i3862.7.112.7.11
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-fallout3.2.4
FreeBSD:12:amd643.2.43.2.4
FreeBSD:12:armv6pkg-fallout2.7.11
FreeBSD:12:armv7pkg-fallout2.7.11
FreeBSD:12:i3863.2.43.2.4
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-fallout2.7.11
FreeBSD:13:aarch643.2.43.2.4
FreeBSD:13:amd643.2.43.2.4
FreeBSD:13:armv62.7.113.2.2
FreeBSD:13:armv73.2.43.2.4
FreeBSD:13:i3863.2.43.2.4
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc642.7.113.2.4
FreeBSD:13:riscv64pkg-fallout3.2.2
FreeBSD:14:aarch643.2.4pkg-fallout
FreeBSD:14:amd643.2.4pkg-fallout
FreeBSD:14:armv63.2.3pkg-fallout
FreeBSD:14:armv73.2.4pkg-fallout
FreeBSD:14:i3863.2.4pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc643.2.3pkg-fallout
FreeBSD:14:riscv642.7.11pkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
This port is required by:
for Run
  1. www/rubygem-rails60
  2. www/rubygem-rails61
  3. www/rubygem-rails70

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. www/rubygem-rails61-node16*
  2. www/rubygem-rails613*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.4
21 Mar 2023 19:21:28
commit hash:0fd6237557300ceda9244117e2a053a98dd87154commit hash:0fd6237557300ceda9244117e2a053a98dd87154commit hash:0fd6237557300ceda9244117e2a053a98dd87154commit hash:0fd6237557300ceda9244117e2a053a98dd87154 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-dalli: Update to 3.2.4

Changes:	https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md
3.2.3
14 Jan 2023 23:08:33
commit hash:18c6e18276691edf5274406bf82a3b06792ff9aecommit hash:18c6e18276691edf5274406bf82a3b06792ff9aecommit hash:18c6e18276691edf5274406bf82a3b06792ff9aecommit hash:18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
3.2.3
30 Dec 2022 09:05:18
commit hash:397d2517ed3cf6de259ab31b38ba9b5093cd2541commit hash:397d2517ed3cf6de259ab31b38ba9b5093cd2541commit hash:397d2517ed3cf6de259ab31b38ba9b5093cd2541commit hash:397d2517ed3cf6de259ab31b38ba9b5093cd2541 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-dalli: Update to 3.2.3

Changes:	https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
3.2.2
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.2.2
20 Jul 2022 14:21:07
commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.2.2
16 Jun 2022 19:35:16
commit hash:864767feaae36fbb5d241f21d2802a6ad724ee23commit hash:864767feaae36fbb5d241f21d2802a6ad724ee23commit hash:864767feaae36fbb5d241f21d2802a6ad724ee23commit hash:864767feaae36fbb5d241f21d2802a6ad724ee23 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-dalli: Update to 3.2.2

Changes:	https://github.com/petergoldstein/dalli/blob/main/History.md
3.2.1
07 Mar 2022 18:11:34
commit hash:605384217b141dd17fcba41fdb386a7ecbd87fbecommit hash:605384217b141dd17fcba41fdb386a7ecbd87fbecommit hash:605384217b141dd17fcba41fdb386a7ecbd87fbecommit hash:605384217b141dd17fcba41fdb386a7ecbd87fbe files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-dalli: Update to 3.2.1

Changes:	https://github.com/petergoldstein/dalli/blob/main/History.md
3.2.0
23 Jan 2022 19:08:54
commit hash:eee152b5fd97d9740a9ad9325f1e837cdc36d6ebcommit hash:eee152b5fd97d9740a9ad9325f1e837cdc36d6ebcommit hash:eee152b5fd97d9740a9ad9325f1e837cdc36d6ebcommit hash:eee152b5fd97d9740a9ad9325f1e837cdc36d6eb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-dalli: Update to 3.2.0

Changes:	https://github.com/petergoldstein/dalli/blob/main/History.md
3.1.5
11 Jan 2022 18:44:49
commit hash:acf7780b070bbfa5641c0accf896174ee8b74f11commit hash:acf7780b070bbfa5641c0accf896174ee8b74f11commit hash:acf7780b070bbfa5641c0accf896174ee8b74f11commit hash:acf7780b070bbfa5641c0accf896174ee8b74f11 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/rubygem-dalli: Update to 3.1.5

Changes:	https://github.com/petergoldstein/dalli/blob/main/History.md
2.7.11
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.7.11
29 Sep 2020 18:18:51
Revision:550577Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.7.11

Changes:	https://github.com/petergoldstein/dalli/blob/master/History.md
2.7.10
11 Aug 2019 16:46:09
Revision:508633Original commit files touched by this commit
sunpoet search for other commits by this committer
Add rubygem-dalli 2.7.10

Dalli is a high performance pure Ruby client for accessing memcached servers. It
works with memcached 1.4+ only as it uses the newer binary protocol. It should
be considered a replacement for the memcache-client gem.

The name is a variant of Salvador Dali for his famous painting The Persistence
of Memory.

WWW: https://github.com/petergoldstein/dalli

Number of commits found: 13