pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-mimemagic misc/ruby-mimemagic: add version 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69a8e2ce9c7c
branches:  trunk
changeset: 316145:69a8e2ce9c7c
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Dec 06 14:20:39 2018 +0000

description:
misc/ruby-mimemagic: add version 0.3.2

MimeMagic is a library to detect the mime type of a file by extension or by
content.  It uses the mime database provided by freedesktop.org (see
http://freedesktop.org/wiki/Software/shared-mime-info/).

diffstat:

 misc/ruby-mimemagic/DESCR    |   3 +++
 misc/ruby-mimemagic/Makefile |  12 ++++++++++++
 misc/ruby-mimemagic/PLIST    |  26 ++++++++++++++++++++++++++
 misc/ruby-mimemagic/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r f22a4ec81f9c -r 69a8e2ce9c7c misc/ruby-mimemagic/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-mimemagic/DESCR Thu Dec 06 14:20:39 2018 +0000
@@ -0,0 +1,3 @@
+MimeMagic is a library to detect the mime type of a file by extension or by
+content.  It uses the mime database provided by freedesktop.org (see
+http://freedesktop.org/wiki/Software/shared-mime-info/).
diff -r f22a4ec81f9c -r 69a8e2ce9c7c misc/ruby-mimemagic/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-mimemagic/Makefile      Thu Dec 06 14:20:39 2018 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2018/12/06 14:20:39 taca Exp $
+
+DISTNAME=      mimemagic-0.3.2
+CATEGORIES=    misc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/minad/mimemagic
+COMMENT=       Fast mime detection by extension or content
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f22a4ec81f9c -r 69a8e2ce9c7c misc/ruby-mimemagic/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-mimemagic/PLIST Thu Dec 06 14:20:39 2018 +0000
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/06 14:20:39 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/mimemagic.rb
+${GEM_LIBDIR}/lib/mimemagic/overlay.rb
+${GEM_LIBDIR}/lib/mimemagic/tables.rb
+${GEM_LIBDIR}/lib/mimemagic/version.rb
+${GEM_LIBDIR}/mimemagic.gemspec
+${GEM_LIBDIR}/script/freedesktop.org.xml
+${GEM_LIBDIR}/script/generate-mime.rb
+${GEM_LIBDIR}/test/files/application.gzip
+${GEM_LIBDIR}/test/files/application.vnd.openxmlformats-officedocument.spreadsheetml.sheet
+${GEM_LIBDIR}/test/files/application.x-bzip
+${GEM_LIBDIR}/test/files/application.x-ruby
+${GEM_LIBDIR}/test/files/application.x-tar
+${GEM_LIBDIR}/test/files/application.zip
+${GEM_LIBDIR}/test/files/image.jpeg
+${GEM_LIBDIR}/test/files/image.png
+${GEM_LIBDIR}/test/mimemagic_test.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r f22a4ec81f9c -r 69a8e2ce9c7c misc/ruby-mimemagic/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-mimemagic/distinfo      Thu Dec 06 14:20:39 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/06 14:20:39 taca Exp $
+
+SHA1 (mimemagic-0.3.2.gem) = 1e4afc91ea0eae00a0a502ec70596028ce6bcedf
+RMD160 (mimemagic-0.3.2.gem) = 2940d4062c64003ab857e29b1adfb61cb7962f5f
+SHA512 (mimemagic-0.3.2.gem) = 0d919ecf7f787c1b72ea337945089070db3647976192adeb510985542962a9efc9a2dc62c51024a9a32afbebf804c21745cc06d6d4738f570f1d2eee0b1ae181
+Size (mimemagic-0.3.2.gem) = 366080 bytes



Home | Main Index | Thread Index | Old Index