From owner-svn-ports-all@freebsd.org Thu May 19 14:31:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF5BBB4250A; Thu, 19 May 2016 14:31:38 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 642FC1ED3; Thu, 19 May 2016 14:31:38 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4JEVbT0088419; Thu, 19 May 2016 14:31:37 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JEVb31088415; Thu, 19 May 2016 14:31:37 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201605191431.u4JEVb31088415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 19 May 2016 14:31:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 14:31:38 -0000 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 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