Port details |
- ruby-gpgme Ruby interface to GnuPG Made Easy (GPGME)
- 1.0.8_2 security
=0 1.0.8_2Version of this port present on the latest quarterly branch. DEPRECATED: RubyForge shutdown May 15 2014
This port expired on: 2014-09-20
- Maintainer: ruby@FreeBSD.org
 - Port Added: 2003-09-29 08:53:21
- Last Update: 2014-09-20 09:45:04
- SVN Revision: 368630
- Also Listed In: ruby
- License: LGPL21
- WWW:
- http://ruby-gpgme.rubyforge.org/
- Description:
- Ruby-GPGME is a ruby interface to GnuPG Made Easy (GPGME).
- Provides three levels of API.
- The low-level API allows direct access to about 94% of C functions
provided by GPGME.
- The mid-level API looks object-oriented (or rubyish).
- The high-level API provides a convenient class-based interface to
frequently used GPGME functions.
WWW: http://ruby-gpgme.rubyforge.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ruby19-gpgme>0:security/ruby-gpgme
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby19-gpgme
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby19 : lang/ruby19
- Runtime dependencies:
-
- ruby19 : lang/ruby19
- Library dependencies:
-
- libgpgme.so : security/gpgme
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ruby19-gpgme-1.0.8_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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.0.8_2 20 Sep 2014 09:45:04
  |
rene  |
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in
sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 (Only the first 15 lines of the commit message are shown above ) |
1.0.8_2 19 Aug 2014 15:35:36
  |
swills  |
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) |
1.0.8_2 17 Jul 2014 08:57:51
  |
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. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
1.0.8_2 07 Apr 2014 15:43:21
  |
bapt  |
Support stage |
1.0.8_2 20 Oct 2013 19:20:16
  |
jhale  |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports |
1.0.8_1 10 Oct 2013 18:15:03
  |
tabthorpe  |
- Switch to ruby19
With hat: portmgr |
1.0.8_1 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.0.8_1 29 Aug 2013 18:06:48
  |
sunpoet  |
- Remove Author line |
1.0.8_1 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.0.8_1 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.0.8_1 21 Jul 2011 12:43:39
 |
jlaffaye  |
- Chase gpgme shared lib bump.
- Add an entry to UPDATING
Reviewed by: tabthorpe |
1.0.8 03 Mar 2011 02:27:41
 |
clsung  |
- Update to 1.0.8
- This uses the newest GPGME library instead of the ancient security/gpgme03
- Add LICENSE
- Update pkg-descr
PR: ports/154640
Submitted by: Jason E dot Hale <bsdkaffee_AT_gmail dot com> |
0.2_1 15 Feb 2009 14:19:31
 |
stas  |
- Fix pkg-plist.
- Ensure correct permissions on installed files.
- Set maintainer to ruby@. |
0.2_1 25 Nov 2005 18:01:16
 |
pav  |
- Add SHA256 |
0.2_1 11 Nov 2005 01:18:01
 |
linimon  |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.2_1 21 Dec 2004 08:59:42
 |
clement  |
- Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)
Approved by: portmgr (marcus) |
0.2 11 Dec 2004 05:31:22
 |
marcus  |
Switch gpgme dependency to gpgme03. |
0.2 22 Mar 2004 15:05:32
 |
knu  |
Add SIZE data.
Submitted by: trevor |
0.2 19 Oct 2003 17:43:56
 |
knu  |
Update to 0.2. |
0.1 14 Oct 2003 21:33:58
 |
knu  |
The latest rdoc names automatically generated files differently than
the previous version does. |
0.1 29 Sep 2003 08:51:03
 |
knu  |
Add ruby-gpgme, a Ruby interface to GnuPG Made Easy (GPGME). |