summaryrefslogtreecommitdiff
path: root/security/ruby-gpgme
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-gpgme')
-rw-r--r--security/ruby-gpgme/Makefile58
-rw-r--r--security/ruby-gpgme/distinfo2
-rw-r--r--security/ruby-gpgme/files/patch-gpgme_n.c11
-rw-r--r--security/ruby-gpgme/pkg-descr13
-rw-r--r--security/ruby-gpgme/pkg-plist5
5 files changed, 0 insertions, 89 deletions
diff --git a/security/ruby-gpgme/Makefile b/security/ruby-gpgme/Makefile
deleted file mode 100644
index ee7a83a3bdf4..000000000000
--- a/security/ruby-gpgme/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= gpgme
-PORTVERSION= 1.0.8
-PORTREVISION= 2
-CATEGORIES= security ruby
-MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
-MASTER_SITE_SUBDIR= ruby-gpgme
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby interface to GnuPG Made Easy (GPGME)
-
-LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-USE_RUBY_RDOC= yes
-
-INSTALL_TARGET= site-install
-
-DOCS= doc
-EXAMPLES= examples/*
-EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR}
-DOCSDIR= ${RUBY_MODDOCDIR}
-PORTEXAMPLES= *
-PORTDOCS= *
-MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \
- INSTALL_DATA="${INSTALL_DATA}"
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
-
-DEPRECATED= RubyForge shutdown May 15 2014
-EXPIRATION_DATE= 2014-09-20
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-post-build:
- cd ${BUILD_WRKSRC}; ${RUBY_RDOC} lib
-.endif
-
-post-install:
- @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
- @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} ${DOCS} ${STAGEDIR}${RUBY_MODDOCDIR}/)
-
- @${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
-.endfor
-
-.include <bsd.port.mk>
diff --git a/security/ruby-gpgme/distinfo b/security/ruby-gpgme/distinfo
deleted file mode 100644
index dde48ed93caf..000000000000
--- a/security/ruby-gpgme/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/ruby-gpgme-1.0.8.tar.gz) = d67532d8cfc469810af4a412c91b90141d2c9871e32fd3fb321e48ca1262fe10
-SIZE (ruby/ruby-gpgme-1.0.8.tar.gz) = 43676
diff --git a/security/ruby-gpgme/files/patch-gpgme_n.c b/security/ruby-gpgme/files/patch-gpgme_n.c
deleted file mode 100644
index 635ebd2479dc..000000000000
--- a/security/ruby-gpgme/files/patch-gpgme_n.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./gpgme_n.c.orig 2009-09-16 00:00:05.000000000 -0400
-+++ ./gpgme_n.c 2010-10-13 08:09:19.000000000 -0400
-@@ -411,6 +411,8 @@
- static VALUE
- rb_s_gpgme_new (VALUE dummy, VALUE rctx)
- {
-+ gpgme_check_version(NULL);
-+
- gpgme_ctx_t ctx;
- gpgme_error_t err = gpgme_new (&ctx);
-
diff --git a/security/ruby-gpgme/pkg-descr b/security/ruby-gpgme/pkg-descr
deleted file mode 100644
index aa29f6d80243..000000000000
--- a/security/ruby-gpgme/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-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/
diff --git a/security/ruby-gpgme/pkg-plist b/security/ruby-gpgme/pkg-plist
deleted file mode 100644
index abe1c9edfe5a..000000000000
--- a/security/ruby-gpgme/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/gpgme_n.so
-%%RUBY_SITELIBDIR%%/gpgme.rb
-%%RUBY_SITELIBDIR%%/gpgme/compat.rb
-%%RUBY_SITELIBDIR%%/gpgme/constants.rb
-@dirrm %%RUBY_SITELIBDIR%%/gpgme