summaryrefslogtreecommitdiff
path: root/security/ruby-gpgme
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-09-20 09:45:04 +0000
committerRene Ladan <rene@FreeBSD.org>2014-09-20 09:45:04 +0000
commit7eafff56c32b3a327a2d6f3cab6f3a5e55c2ba19 (patch)
tree69269ef3e9a7ae8477e6ffd09cd1daa5bd0bedda /security/ruby-gpgme
parent- Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't build (diff)
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 2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge 2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014 2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014 2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014 2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014 2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014 2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014 2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014 2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2 2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014 2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014 2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014 2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014 2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014 2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014 2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014 2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014 2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
Notes
Notes: svn path=/head/; revision=368630
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