notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-ezcrypto Wrapper for the poorly documented OpenSSL ruby library
0.7.2_1 security 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 0.7.2_1Version of this port present on the latest quarterly branch.
Maintainer: skreuzer@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-04-16 06:50:02
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
Also Listed In: rubygems
License: MIT
WWW:
https://rubygems.org/gems/ezcrypto
Description:
EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby library. Features * Defaults to AES 128 CBC * Will use the systems OpenSSL library for transparent hardware crypto support * Single class object oriented access to most commonly used features * Ruby like
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-ezcrypto-0.7.2_1/catalog.mk
  2. /usr/local/share/licenses/rubygem-ezcrypto-0.7.2_1/LICENSE
  3. /usr/local/share/licenses/rubygem-ezcrypto-0.7.2_1/MIT
Collapse this list.
Dependency lines:
  • rubygem-ezcrypto>0:security/rubygem-ezcrypto
To install the port:
cd /usr/ports/security/rubygem-ezcrypto/ && make install clean
To add the package, run one of these commands:
  • pkg install security/rubygem-ezcrypto
  • pkg install rubygem-ezcrypto
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-ezcrypto
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1490105181 SHA256 (rubygem/ezcrypto-0.7.2.gem) = 224537ecbda9418a895faa374d3a96fcf0002a79b98205844271f8e9504828b0 SIZE (rubygem/ezcrypto-0.7.2.gem) = 111616

Packages (timestamps in pop-ups are UTC):
rubygem-ezcrypto
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7.2_10.7.2_10.7.2_10.7.2_10.7.2_1-0.7.2_1-
FreeBSD:13:quarterly0.7.2_10.7.2_10.7.2_10.7.2_10.7.2_10.7.2_10.7.2_10.7.2_1
FreeBSD:14:latest0.7.2_10.7.2_10.7.2_10.7.2_10.7.2_10.7.2_1-0.7.2_1
FreeBSD:14:quarterly0.7.2_10.7.2_1-0.7.2_10.7.2_10.7.2_10.7.2_10.7.2_1
FreeBSD:15:latest0.7.2_10.7.2_1n/a0.7.2_1n/a0.7.2_10.7.2_10.7.2_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby30 : lang/ruby30
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_rubygem-ezcrypto
USES:
gem
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: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.2_1
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
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)
0.7.2_1
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)
0.7.2_1
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7.2_1
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.
0.7.2_1
02 Dec 2018 15:24:15
Revision:486416Original commit files touched by this commit
sunpoet search for other commits by this committer
Use REINPLACE_CMD instead of patch file

It helps to simplify devel/ruby-gems update.

With hat:	ruby
0.7.2_1
17 Jul 2018 03:44:08
Revision:474771Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.7.7

PR:		229603
Submitted by:	miwi
Exp-run:	antoine
Sponsored by:	iXsystems Inc.
Differential Revision:	https://reviews.freebsd.org/D16177
0.7.2
25 Feb 2018 12:11:09
Revision:462950Original commit files touched by this commit
antoine search for other commits by this committer
- Unbreak security/rubygem-ezcrypto
- Move the comment in devel/ruby-gems so it is more visible
0.7.2
08 Feb 2018 13:00:56
Revision:461230Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.7.5

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
PR:		225708
Exp-run by:	antoine
0.7.2
01 Jan 2018 20:19:02
Revision:457795Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.7.4

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
PR:		224677
Exp-run by:	antoine
0.7.2
05 Nov 2017 21:17:25
Revision:453576Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix patch
0.7.2
05 Nov 2017 11:41:54
Revision:453538Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to patch

Reported by:	pkg-fallout
MFH:		2017Q4
0.7.2
01 Sep 2017 18:41:50
Revision:449102Original commit files touched by this commit
sunpoet search for other commits by this committer
Update gemspec
0.7.2
01 Sep 2017 18:32:32
Revision:449098Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to patch

Reported by:	pkg-fallout
0.7.2
03 Aug 2017 17:27:19
Revision:447266Original commit files touched by this commit
sunpoet search for other commits by this committer
Rename gemspec patch to patch-gemspec

With hat:	ruby
0.7.2
14 May 2017 15:08:00
Revision:440882Original commit files touched by this commit
linimon search for other commits by this committer
Fix patch failure.

Approved by:	"just fix it"
0.7.2
07 May 2017 15:52:12
Revision:440344Original commit files touched by this commit
miwi search for other commits by this committer
- Added LICENSE
0.7.2
21 Mar 2017 14:20:44
Revision:436610Original commit files touched by this commit
skreuzer search for other commits by this committer
Fix issue preventing patch from applying cleanly

Reported by:	pkg-fallout
0.7.2
24 Jan 2017 17:41:19
Revision:432365Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.6.10

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
MFH:		2017Q1
0.7.2
23 Jan 2017 13:52:20
Revision:432218Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.6.9

- Rename GEM_ENV to GEMS_ENV and move it alongside other GEMS_* variables

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
Differential Revision:	https://reviews.freebsd.org/D9291
PR:		216370
Exp-run by:	antoine
MFH:		2017Q1
0.7.2
19 Jan 2017 19:35:24
Revision:431907Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW: remove trailing /
0.7.2
11 Dec 2016 19:27:01
Revision:428377Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update WWW: rubygems.org uses https://

With hat:	ruby
0.7.2
06 Dec 2016 13:51:00
Revision:427955Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.6.8
- Do not silence installation message
- Update WWW
- Add GitHub repository to pkg-descr

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
Differential Revision:	https://reviews.freebsd.org/D8682
PR:		214961
Exp-run by:	antoine
0.7.2
04 May 2016 01:59:03
Revision:414574Original commit files touched by this commit
swills search for other commits by this committer
devel/ruby-gems: update to 2.6.4
0.7.2
27 Apr 2016 21:57:32
Revision:414136Original commit files touched by this commit
swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
0.7.2
27 Apr 2016 16:36:42
Revision:414118Original commit files touched by this commit
swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
0.7.2
04 Apr 2016 15:24:53
Revision:412516Original commit files touched by this commit
swills search for other commits by this committer
devel/ruby-gems: Update to 2.6.2

PR:		208371
Submitted by:	wen (partial)
0.7.2
18 Jan 2016 15:29:05
Revision:406580Original commit files touched by this commit
swills search for other commits by this committer
devel/ruby-gems: update to 2.5.1

PR:		206327
0.7.2
09 Nov 2015 18:42:51
Revision:401119Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.5.0
- Add LICENSE_FILE
- Convert to new options target helper
- Convert to new options variable helper
- Use = instead of += for PLIST_SUB
- Cleanup Makefile

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
PR:		204328
Exp-run by:	antoine
0.7.2
02 Jul 2015 16:01:08
Revision:391169Original commit files touched by this commit
pgollucci search for other commits by this committer
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files

Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
0.7.2
10 Jun 2015 18:31:23
Revision:389123Original commit files touched by this commit
mmoll search for other commits by this committer
security/rubygem-ezcrypto: update gemspec patch to new ruby-gems version

Approved by:	swills (mentor)
0.7.2
20 May 2015 21:46:37
Revision:386895Original commit files touched by this commit
antoine search for other commits by this committer
Fix patching

Reported by:	pkg-fallout
MFH:		2015Q2
0.7.2
07 Apr 2015 18:18:02
Revision:383530Original commit files touched by this commit
swills search for other commits by this committer
security/rubygem-ezcrypto: fix patch
0.7.2
30 Mar 2015 02:47:08
Revision:382631Original commit files touched by this commit
swills search for other commits by this committer
Update ruby-gems to 2.4.5

Note this is a big upgrade and the way gemspecs are generated changed. As a
result, all patched gemspecs had to have new patches.
0.7.2
19 Aug 2014 15:35:36
Revision:365393Original commit files touched by this commit
swills search for other commits by this committer
many ruby/rubygem ports: death of rubyforge.org

rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
0.7.2
24 Jan 2014 14:53:04
Revision:340904Original commit files touched by this commit
miwi search for other commits by this committer
- Stage Safe
0.7.2
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
0.7.2
27 Feb 2013 02:44:26
Revision:313025Original commit files touched by this commit
swills search for other commits by this committer
- Fix build
0.7.2
23 Jun 2011 18:03:54
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Removing remaining MD5 from rubygem- ports
0.7.2
20 Oct 2010 01:35:47
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info

Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
0.7.2
26 May 2010 19:51:35
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
0.7.2
09 Apr 2009 15:33:44
Original commit files touched by this commit
skreuzer search for other commits by this committer
Update to 0.7.2

PR:                             ports/133520
Submitted by    Philip M. Gollucci <pgollucci@freebsd.org>
Approved by:    wxs (mentor)
0.7
28 Mar 2009 01:16:37
Original commit files touched by this commit
skreuzer search for other commits by this committer
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    wxs (mentor)
0.7
14 Feb 2009 01:11:37
Original commit files touched by this commit
stas search for other commits by this committer
- Fix plist after ruby update by generating it dynamically.
0.7
16 Apr 2008 06:49:40
Original commit files touched by this commit
clsung search for other commits by this committer
EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby
library.

Features
    * Defaults to AES 128 CBC
    * Will use the systems OpenSSL library for transparent hardware crypto
      support
    * Single class object oriented access to most commonly used features
    * Ruby like

WWW:  http://ezcrypto.rubyforge.org/

PR:             ports/122805
Submitted by:   Steven Kreuzer

Number of commits found: 45