Port details |
- rubygem-rmail Lightweight mail library
- 1.1.4 mail =2 1.1.4Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2011-01-30 12:09:00
- Last Update: 2023-01-14 23:08:33
- Commit Hash: 18c6e18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD3CLAUSE
- Description:
- RMail is a lightweight mail library containing various
utility classes and modules that allow ruby scripts to
parse, modify, and generate MIME mail messages.
WWW https://github.com/terceiro/rmail
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-rmail>0:mail/rubygem-rmail
- To install the port:
- cd /usr/ports/mail/rubygem-rmail/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/rubygem-rmail
- pkg install rubygem-rmail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-rmail
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1625585646
SHA256 (rubygem/rmail-1.1.4.gem) = 11338a9834b207a6989826bb3d9c5505a339dcd3eacbcf8b389598b3ebbcb654
SIZE (rubygem/rmail-1.1.4.gem) = 75264
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
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_rubygem-rmail
- USES:
- gem
- 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.1.4 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 |
1.1.4 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.1.4 14 Jul 2021 16:10:45 |
Po-Chuan Hsieh (sunpoet) |
mail/rubygem-rmail: Update to 1.1.4
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.3 17 Jul 2017 18:42:38 |
sunpoet |
Update to 1.1.3
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.2 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.1.2 27 Apr 2016 16:36:42 |
swills |
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 |
1.1.2 19 Jan 2016 08:38:05 |
sunpoet |
- Update to 1.1.2
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.1 01 Dec 2015 16:06:01 |
sunpoet |
- Update to 1.1.1
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.0 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
1.1.0 25 May 2015 19:55:46 |
sunpoet |
- Update to 1.1.0
- Add LICENSE
- Add WWW
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.0.0 30 Oct 2013 02:50:06 |
swills |
- Add stage support |
1.0.0 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0.0 27 Jul 2013 16:06:02 |
swills |
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here
Reviewed by: danfe |
1.0.0 20 Dec 2011 00:35:52 |
pgollucci |
- Add missing WWW lines |
1.0.0 30 Jan 2011 12:08:52 |
miwi |
RMail is a lightweight mail library containing various
utility classes and modules that allow ruby scripts to
parse, modify, and generate MIME mail messages.
PR: ports/153820
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Feature safe: yes |