Port details |
- rubygem-vmail Vim interface to Gmail
- 2.9.8_3 mail =4 2.9.8_3Version of this port present on the latest quarterly branch.
- Maintainer: hhyou@cs.nctu.edu.tw
- Port Added: 2010-12-15 23:38:06
- Last Update: 2024-05-28 10:21:54
- Commit Hash: 8e1b5ca
- People watching this port, also watch:: mutt, firefox, chromium, vlc, jackit
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://danielchoi.com/software/vmail.html
- Description:
- Vmail is a Vim interface to Gmail.
Why vmail? Because some people love using Vim 1000 times more than
using a web browser or a GUI mail program.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-vmail>0:mail/rubygem-vmail
- To install the port:
- cd /usr/ports/mail/rubygem-vmail/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/rubygem-vmail
- pkg install rubygem-vmail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-vmail
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1514155085
SHA256 (rubygem/vmail-2.9.8.gem) = 8ba61d66f02aaaca3f0a3a9db7296846d31de2267f0fc89ce915c028559a6e36
SIZE (rubygem/vmail-2.9.8.gem) = 77824
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-highline1>=1.6.1<2 : devel/rubygem-highline1
- rubygem-mail>=2.2.12,2<3,2 : mail/rubygem-mail
- rubygem-sequel>=3.24.1 : devel/rubygem-sequel
- rubygem-sqlite31>=1.3.3<2 : databases/rubygem-sqlite31
- rubygem-versionomy>=0.4.4<1 : devel/rubygem-versionomy
- vim : editors/vim
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_rubygem-vmail
- 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 |
2.9.8_3 28 May 2024 10:21:54 |
Po-Chuan Hsieh (sunpoet) |
mail/rubygem-vmail: Change RUN_DEPENDS from rubygem-sqlite3 to rubygem-sqlite31
- While I'm here, update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change |
2.9.8_2 05 Mar 2024 01:57:55 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
2.9.8_2 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
2.9.8_2 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) |
2.9.8_2 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 ) |
2.9.8_2 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 ) |
2.9.8_2 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
2.9.8_2 02 Sep 2021 18:09:29 |
Adam Weinberger (adamw) |
many: Depend on vim instead of vim-console |
2.9.8_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9.8_2 23 Aug 2020 19:49:45 |
sunpoet |
Change RUN_DEPENDS from rubygem-highline to rubygem-highline1
- Bump PORTREVISION for dependency change |
2.9.8_1 03 Dec 2018 18:56:42 |
sunpoet |
Update to 2.7.8
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 233645
Exp-run by: antoine |
2.9.8_1 15 Jan 2018 15:24:32 |
swills |
mail/rubygem-vmail: update to 2.9.8
PR: 224772
Approved by: maintainer timeout (hhyou@cs.nctu.edu.tw, > 2 weeks) |
2.9.5_1 11 Jan 2018 20:34:08 |
adamw |
Chase vim-lite -> vim-console rename |
2.9.5_1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.9.5_1 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 |
2.9.5_1 09 Apr 2016 12:31:30 |
sunpoet |
- Fix gemspec for rubygem-sequel 4.33.0 update
- Update *_DEPENDS: remove redundant LOCALBASE/bin
- Bump PORTREVISION for package change |
2.9.5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.9.5 21 Dec 2015 18:35:42 |
sunpoet |
- Update to 2.9.5
Changes: https://github.com/danchoi/vmail/commits/master
PR: 204867
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 23 days) |
2.9.4 03 Oct 2015 17:10:48 |
sunpoet |
- Add LICENSE_FILE
Approved by: portmgr (blanket) |
2.9.4 12 Jul 2015 16:09:36 |
sunpoet |
- Update to 2.9.4
Changes: https://github.com/danchoi/vmail/commits/master
PR: 201020
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 3 weeks) |
2.8.7 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 |
2.8.7 02 Mar 2015 23:31:10 |
bapt |
Remove Author from pkg-descr and white space fixes |
2.8.7 19 Feb 2015 19:55:09 |
sunpoet |
- Update to 2.8.7
- Add LICENSE
- Sort RUN_DEPENDS
Changes: https://github.com/danchoi/vmail/commits/master
PR: 196882
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 1 month) |
2.8.6 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
2.8.6 24 Jan 2014 14:53:04 |
miwi |
- Stage Safe |
2.8.6 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.8.6 12 Jul 2013 03:33:48 |
swills |
- Update to 2.8.6
PR: ports/179867
Approved by: maintainer timeout (hhyou@cs.nctu.edu.tw, >2 weeks) |
2.8.4 01 Jun 2013 22:28:07 |
swills |
- Update to 2.8.4
PR: ports/159982 (older version)
Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw> |
1.5.0 02 Oct 2011 04:07:23 |
swills |
- Update to 1.5.0
PR: ports/158301
Submitted by: pgollucci |
1.4.6 05 Feb 2011 10:35:22 |
miwi |
- Update to 1.4.6
PR: 153478
Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw> (maintainer)
Feature safe: yes |
0.6.4 27 Dec 2010 20:38:42 |
pgollucci |
- Update to 0.6.4
PR: ports/153236
Submitted by: myself (pgollucci)
Approved by: hhyou@cs.nctu.edu.tw (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
0.1.8 15 Dec 2010 23:37:33 |
pgollucci |
Vmail is a Vim interface to Gmail.
Why vmail? Because some people love using Vim 1000 times more than
using a web browser or a GUI mail program.
Author: danchoi <dhchoi@gmail.com>
WWW: http://danielchoi.com/software/vmail.html
PR: ports/153169
Submitted by: Hsin-Han You <hhyou at cs.nctu.edu.tw> |