pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-mimemagic



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Dec  6 14:20:39 UTC 2018

Added Files:
        pkgsrc/misc/ruby-mimemagic: DESCR Makefile PLIST distinfo

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


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

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

Added files:

Index: pkgsrc/misc/ruby-mimemagic/DESCR
diff -u /dev/null pkgsrc/misc/ruby-mimemagic/DESCR:1.1
--- /dev/null   Thu Dec  6 14:20:39 2018
+++ pkgsrc/misc/ruby-mimemagic/DESCR    Thu Dec  6 14:20:39 2018
@@ -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/).
Index: pkgsrc/misc/ruby-mimemagic/Makefile
diff -u /dev/null pkgsrc/misc/ruby-mimemagic/Makefile:1.1
--- /dev/null   Thu Dec  6 14:20:39 2018
+++ pkgsrc/misc/ruby-mimemagic/Makefile Thu Dec  6 14:20:39 2018
@@ -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"
Index: pkgsrc/misc/ruby-mimemagic/PLIST
diff -u /dev/null pkgsrc/misc/ruby-mimemagic/PLIST:1.1
--- /dev/null   Thu Dec  6 14:20:39 2018
+++ pkgsrc/misc/ruby-mimemagic/PLIST    Thu Dec  6 14:20:39 2018
@@ -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
Index: pkgsrc/misc/ruby-mimemagic/distinfo
diff -u /dev/null pkgsrc/misc/ruby-mimemagic/distinfo:1.1
--- /dev/null   Thu Dec  6 14:20:39 2018
+++ pkgsrc/misc/ruby-mimemagic/distinfo Thu Dec  6 14:20:39 2018
@@ -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