From 7987d4432487d970c6fcaab0116efbd64c43fd68 Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 30 Jun 2015 16:39:45 +0000 Subject: 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 --- security/rubygem-hmac/Makefile | 21 --------------------- security/rubygem-hmac/distinfo | 2 -- security/rubygem-hmac/pkg-descr | 9 --------- 3 files changed, 32 deletions(-) delete mode 100644 security/rubygem-hmac/Makefile delete mode 100644 security/rubygem-hmac/distinfo delete mode 100644 security/rubygem-hmac/pkg-descr (limited to 'security/rubygem-hmac') 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 -# $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 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 -- cgit