Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 14:31:37 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415506 - in head/security: . rubygem-digest-crc
Message-ID:  <201605191431.u4JEVb31088415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd
Date: Thu May 19 14:31:37 2016
New Revision: 415506
URL: https://svnweb.freebsd.org/changeset/ports/415506

Log:
  Add a new port security/rubygem-digest-crc.
  
  Approved by:	swills (mentor)

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu May 19 14:18:08 2016	(r415505)
+++ head/security/Makefile	Thu May 19 14:31:37 2016	(r415506)
@@ -967,6 +967,7 @@
     SUBDIR += rubygem-bcrypt
     SUBDIR += rubygem-bcrypt-ruby
     SUBDIR += rubygem-devise-two-factor
+    SUBDIR += rubygem-digest-crc
     SUBDIR += rubygem-doorkeeper
     SUBDIR += rubygem-encryptor
     SUBDIR += rubygem-ezcrypto

Added: head/security/rubygem-digest-crc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-digest-crc/Makefile	Thu May 19 14:31:37 2016	(r415506)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	digest-crc
+PORTVERSION=	0.4.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Adds support for CRC to the Digest module
+
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USES=		gem
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-digest-crc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-digest-crc/distinfo	Thu May 19 14:31:37 2016	(r415506)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463609107
+SHA256 (rubygem/digest-crc-0.4.1.gem) = 1494ee18bbb84a61828afe09616dc22c2b73a492b50b0f79334a85321db80823
+SIZE (rubygem/digest-crc-0.4.1.gem) = 22528

Added: head/security/rubygem-digest-crc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-digest-crc/pkg-descr	Thu May 19 14:31:37 2016	(r415506)
@@ -0,0 +1,4 @@
+Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module.
+Pure Ruby implementation.  Provides CRC Tables for optimized calculations.
+
+WWW: https://github.com/postmodern/digest-crc



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