pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-filesize



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Jul 24 10:41:12 UTC 2017

Added Files:
        pkgsrc/devel/ruby-filesize: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-filesize/DESCR \
    pkgsrc/devel/ruby-filesize/Makefile pkgsrc/devel/ruby-filesize/PLIST \
    pkgsrc/devel/ruby-filesize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-filesize/DESCR
diff -u /dev/null pkgsrc/devel/ruby-filesize/DESCR:1.1
--- /dev/null   Mon Jul 24 10:41:12 2017
+++ pkgsrc/devel/ruby-filesize/DESCR    Mon Jul 24 10:41:12 2017
@@ -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.
Index: pkgsrc/devel/ruby-filesize/Makefile
diff -u /dev/null pkgsrc/devel/ruby-filesize/Makefile:1.1
--- /dev/null   Mon Jul 24 10:41:12 2017
+++ pkgsrc/devel/ruby-filesize/Makefile Mon Jul 24 10:41:12 2017
@@ -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"
Index: pkgsrc/devel/ruby-filesize/PLIST
diff -u /dev/null pkgsrc/devel/ruby-filesize/PLIST:1.1
--- /dev/null   Mon Jul 24 10:41:12 2017
+++ pkgsrc/devel/ruby-filesize/PLIST    Mon Jul 24 10:41:12 2017
@@ -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
Index: pkgsrc/devel/ruby-filesize/distinfo
diff -u /dev/null pkgsrc/devel/ruby-filesize/distinfo:1.1
--- /dev/null   Mon Jul 24 10:41:12 2017
+++ pkgsrc/devel/ruby-filesize/distinfo Mon Jul 24 10:41:12 2017
@@ -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