pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-filesize Import ruby-filesize-0.1.1 as deve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6a14fa33356
branches:  trunk
changeset: 365732:e6a14fa33356
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jul 24 10:41:12 2017 +0000

description:
Import ruby-filesize-0.1.1 as devel/ruby-filesize

filesize is a small class for handling filesizes with both the SI and
binary prefixes, allowing conversion from any size to any other size.

diffstat:

 devel/ruby-filesize/DESCR    |   2 ++
 devel/ruby-filesize/Makefile |  12 ++++++++++++
 devel/ruby-filesize/PLIST    |   8 ++++++++
 devel/ruby-filesize/distinfo |   6 ++++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 53525a9bda8c -r e6a14fa33356 devel/ruby-filesize/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-filesize/DESCR Mon Jul 24 10:41:12 2017 +0000
@@ -0,0 +1,2 @@
+filesize is a small class for handling filesizes with both the SI and
+binary prefixes, allowing conversion from any size to any other size.
diff -r 53525a9bda8c -r e6a14fa33356 devel/ruby-filesize/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-filesize/Makefile      Mon Jul 24 10:41:12 2017 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/07/24 10:41:12 minskim Exp $
+
+DISTNAME=      filesize-0.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/dominikh/filesize
+COMMENT=       Class for handling filesizes with both the SI and binary prefixes
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 53525a9bda8c -r e6a14fa33356 devel/ruby-filesize/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-filesize/PLIST Mon Jul 24 10:41:12 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/24 10:41:12 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/filesize.rb
+${GEM_LIBDIR}/spec/lib/filesize_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 53525a9bda8c -r e6a14fa33356 devel/ruby-filesize/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-filesize/distinfo      Mon Jul 24 10:41:12 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/24 10:41:12 minskim Exp $
+
+SHA1 (filesize-0.1.1.gem) = 82442e3602ad52c2f125a55771e26195f8d20fb6
+RMD160 (filesize-0.1.1.gem) = 740c65b63f5b46fe7051247fd4f2970b9c23b60d
+SHA512 (filesize-0.1.1.gem) = 2c7e94feb2433c9a1c1545e817616a7551f5d02f441b2564d96499b8fea0e47b74843b3d06d959273fc000800eea87bb7bc1c643369a4d724b8ba19b53de6283
+Size (filesize-0.1.1.gem) = 8192 bytes



Home | Main Index | Thread Index | Old Index