Date: Sun, 5 Oct 2014 21:12:11 +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: r370125 - in head/devel: . rubygem-fast_xor Message-ID: <201410052112.s95LCBbm018507@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Oct 5 21:12:10 2014 New Revision: 370125 URL: https://svnweb.freebsd.org/changeset/ports/370125 QAT: https://qat.redports.org/buildarchive/r370125/ Log: devel/rubygem-fast_xor: create port Provides a C-optimized method for in-place XORing of two (or three) strings WWW: http://github.com/CodeMonkeySteve/fast_xor Added: head/devel/rubygem-fast_xor/ head/devel/rubygem-fast_xor/Makefile (contents, props changed) head/devel/rubygem-fast_xor/distinfo (contents, props changed) head/devel/rubygem-fast_xor/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Oct 5 21:10:47 2014 (r370124) +++ head/devel/Makefile Sun Oct 5 21:12:10 2014 (r370125) @@ -4321,6 +4321,7 @@ SUBDIR += rubygem-fast-stemmer SUBDIR += rubygem-fast_gettext SUBDIR += rubygem-fast_stack + SUBDIR += rubygem-fast_xor SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastri SUBDIR += rubygem-fastthread Added: head/devel/rubygem-fast_xor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fast_xor/Makefile Sun Oct 5 21:12:10 2014 (r370125) @@ -0,0 +1,19 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fast_xor +PORTVERSION= 1.1.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Fast String XOR operator + +RUN_DEPENDS= rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ + rubygem-rake-compiler>=0:${PORTSDIR}/devel/rubygem-rake-compiler + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include <bsd.port.mk> Added: head/devel/rubygem-fast_xor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fast_xor/distinfo Sun Oct 5 21:12:10 2014 (r370125) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fast_xor-1.1.3.gem) = 915ecac71f4f22b57f7323133f4da732dcbea0ef36b7f6321a5724b9f71a37d8 +SIZE (rubygem/fast_xor-1.1.3.gem) = 7168 Added: head/devel/rubygem-fast_xor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-fast_xor/pkg-descr Sun Oct 5 21:12:10 2014 (r370125) @@ -0,0 +1,3 @@ +Provides a C-optimized method for in-place XORing of two (or three) strings + +WWW: http://github.com/CodeMonkeySteve/fast_xor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410052112.s95LCBbm018507>