Date: Sun, 15 May 2016 06:49:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415209 - in head/devel: . rubygem-filesize Message-ID: <201605150649.u4F6nFAY019658@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 15 06:49:15 2016 New Revision: 415209 URL: https://svnweb.freebsd.org/changeset/ports/415209 Log: New port: devel/rubygem-filesize rubygem-filesize is a small class for handling filesizes with both the SI and binary prefixes, allowing conversion from any size to any other size. WWW: https://github.com/dominikh/filesize Added: head/devel/rubygem-filesize/ head/devel/rubygem-filesize/Makefile (contents, props changed) head/devel/rubygem-filesize/distinfo (contents, props changed) head/devel/rubygem-filesize/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 15 06:42:44 2016 (r415208) +++ head/devel/Makefile Sun May 15 06:49:15 2016 (r415209) @@ -4909,6 +4909,7 @@ SUBDIR += rubygem-ffi-compiler SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-file-tail + SUBDIR += rubygem-filesize SUBDIR += rubygem-flexmock SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog Added: head/devel/rubygem-filesize/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-filesize/Makefile Sun May 15 06:49:15 2016 (r415209) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= filesize +PORTVERSION= 0.1.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Class for handling filesizes with both the SI and binary prefixes + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-filesize/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-filesize/distinfo Sun May 15 06:49:15 2016 (r415209) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463294747 +SHA256 (rubygem/filesize-0.1.1.gem) = 09252b433da02dff0ce2162cc085991d8947445cefac816db53dd52ad0ab3818 +SIZE (rubygem/filesize-0.1.1.gem) = 8192 Added: head/devel/rubygem-filesize/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-filesize/pkg-descr Sun May 15 06:49:15 2016 (r415209) @@ -0,0 +1,4 @@ +rubygem-filesize is a small class for handling filesizes with both the SI and +binary prefixes, allowing conversion from any size to any other size. + +WWW: https://github.com/dominikh/filesize
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605150649.u4F6nFAY019658>