Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 02:37:58 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321525 - in head/security: . rubygem-rc4
Message-ID:  <201306220237.r5M2bwHR043805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Jun 22 02:37:58 2013
New Revision: 321525
URL: http://svnweb.freebsd.org/changeset/ports/321525

Log:
  A pure Ruby implementation of the RC4 algorithm
  
  WWW: http://rubygems.org/gems/ruby-rc4

Added:
  head/security/rubygem-rc4/
  head/security/rubygem-rc4/Makefile   (contents, props changed)
  head/security/rubygem-rc4/distinfo   (contents, props changed)
  head/security/rubygem-rc4/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Jun 22 02:37:31 2013	(r321524)
+++ head/security/Makefile	Sat Jun 22 02:37:58 2013	(r321525)
@@ -863,6 +863,7 @@
     SUBDIR += rubygem-nmap-parser
     SUBDIR += rubygem-origami
     SUBDIR += rubygem-razorback-scriptNugget
+    SUBDIR += rubygem-rc4
     SUBDIR += rubygem-roauth
     SUBDIR += rubygem-twitter_oauth
     SUBDIR += safesh

Added: head/security/rubygem-rc4/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rc4/Makefile	Sat Jun 22 02:37:58 2013	(r321525)
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rc4
+PORTVERSION=	0.1.5
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+DISTNAME=	ruby-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Pure Ruby implementation of the RC4 algorithm
+
+GEM_NAME=	${DISTNAME}
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-rc4/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rc4/distinfo	Sat Jun 22 02:37:58 2013	(r321525)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ruby-rc4-0.1.5.gem) = 00cc40a39d20b53f5459e7ea006a92cf584e9bc275e2a6f7aa1515510e896c03
+SIZE (rubygem/ruby-rc4-0.1.5.gem) = 7168

Added: head/security/rubygem-rc4/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-rc4/pkg-descr	Sat Jun 22 02:37:58 2013	(r321525)
@@ -0,0 +1,3 @@
+A pure Ruby implementation of the RC4 algorithm
+
+WWW: http://rubygems.org/gems/ruby-rc4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220237.r5M2bwHR043805>