aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-hmac
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2015-07-01 00:39:45 +0800
committerrene <rene@FreeBSD.org>2015-07-01 00:39:45 +0800
commit7987d4432487d970c6fcaab0116efbd64c43fd68 (patch)
tree8748ef9c702f97c6764d4b4ccbb86e29f317c8f2 /security/rubygem-hmac
parentcfab55a6fb5037f297e4145e0e843929f31f5afa (diff)
downloadfreebsd-ports-gnome-7987d4432487d970c6fcaab0116efbd64c43fd68.tar.gz
freebsd-ports-gnome-7987d4432487d970c6fcaab0116efbd64c43fd68.tar.zst
freebsd-ports-gnome-7987d4432487d970c6fcaab0116efbd64c43fd68.zip
Remove expired ports:
2015-06-30 devel/rubygem-mash: Deprecated by upstream. Use devel/rubygem-hashie instead 2015-06-30 net/rubygem-bunny060: Use net/rubygem-bunny instead 2015-06-30 security/rubygem-hmac: Duplicate of security/rubygem-ruby-hmac 2015-06-30 www/ruby-amazon: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead
Diffstat (limited to 'security/rubygem-hmac')
-rw-r--r--security/rubygem-hmac/Makefile21
-rw-r--r--security/rubygem-hmac/distinfo2
-rw-r--r--security/rubygem-hmac/pkg-descr9
3 files changed, 0 insertions, 32 deletions
diff --git a/security/rubygem-hmac/Makefile b/security/rubygem-hmac/Makefile
deleted file mode 100644
index 3f94c71d3909..000000000000
--- a/security/rubygem-hmac/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= hmac
-PORTVERSION= 0.4.0
-CATEGORIES= security ruby
-MASTER_SITES= RG
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby library which implements the HMAC algorithm
-
-DEPRECATED= Duplicate of security/rubygem-ruby-hmac
-EXPIRATION_DATE=2015-06-30
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-GEM_NAME= ${DISTNAME}
-
-.include <bsd.port.mk>
diff --git a/security/rubygem-hmac/distinfo b/security/rubygem-hmac/distinfo
deleted file mode 100644
index 511d212d0fe6..000000000000
--- a/security/rubygem-hmac/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/ruby-hmac-0.4.0.gem) = a4245ecf2cfb2036975b63dc37d41426727d8449617ff45daf0b3be402a9fe07
-SIZE (rubygem/ruby-hmac-0.4.0.gem) = 7168
diff --git a/security/rubygem-hmac/pkg-descr b/security/rubygem-hmac/pkg-descr
deleted file mode 100644
index 3204628b4c59..000000000000
--- a/security/rubygem-hmac/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-ruby-hmac: HMAC for Ruby
-
-This module provides a common interface to HMAC functionality. HMAC
-is a kind of "Message Authentication Code" (MAC) algorithm which
-standard is documented in RFC2104. Namely, a MAC provides a way to
-check the integrity of information transmitted over or stored in an
-unreliable medium, based on a secret key.
-
-WWW: http://deisui.org/~ueno/ruby/hmac.html