aboutsummaryrefslogtreecommitdiffstats
path: root/security/ruby-hmac
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-02-08 15:45:16 +0800
commit8c10568a8bad15bd4e148e5298d61c75faa3c30d (patch)
tree8ec8a8ad03e47a7286399402357b1c326bf89c9d /security/ruby-hmac
parentccabcd384d766804d3ce54b6a7ae1d257ce0fc11 (diff)
parent39324c127c7b2461bbbbbb06c5dd94442e997b46 (diff)
downloadfreebsd-ports-gnome-mate-1.16.tar.gz
freebsd-ports-gnome-mate-1.16.tar.zst
freebsd-ports-gnome-mate-1.16.zip
Merge branch 'master' into mate-1.16mate-1.16
Diffstat (limited to 'security/ruby-hmac')
-rw-r--r--security/ruby-hmac/Makefile18
-rw-r--r--security/ruby-hmac/distinfo2
-rw-r--r--security/ruby-hmac/pkg-descr9
3 files changed, 0 insertions, 29 deletions
diff --git a/security/ruby-hmac/Makefile b/security/ruby-hmac/Makefile
deleted file mode 100644
index a9df0629a17d..000000000000
--- a/security/ruby-hmac/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= hmac
-PORTVERSION= 0.4.0
-CATEGORIES= security ruby
-MASTER_SITES= RG
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby library which implements the HMAC algorithm
-
-USE_RUBY= yes
-USES= gem
-GEM_NAME= ${DISTNAME}
-
-.include <bsd.port.mk>
diff --git a/security/ruby-hmac/distinfo b/security/ruby-hmac/distinfo
deleted file mode 100644
index 511d212d0fe6..000000000000
--- a/security/ruby-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/ruby-hmac/pkg-descr b/security/ruby-hmac/pkg-descr
deleted file mode 100644
index 3204628b4c59..000000000000
--- a/security/ruby-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