aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-hmac
diff options
context:
space:
mode:
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