pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-marcel



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Dec  6 14:25:07 UTC 2018

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

Log Message:
devel/ruby-marcel: add version 0.3.3

Marcel attempts to choose the most appropriate content type for a given file
by looking at the binary data, the filename, and any declared type (perhaps
passed as a request header).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-marcel/DESCR \
    pkgsrc/devel/ruby-marcel/Makefile pkgsrc/devel/ruby-marcel/PLIST \
    pkgsrc/devel/ruby-marcel/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-marcel/DESCR
diff -u /dev/null pkgsrc/devel/ruby-marcel/DESCR:1.1
--- /dev/null   Thu Dec  6 14:25:07 2018
+++ pkgsrc/devel/ruby-marcel/DESCR      Thu Dec  6 14:25:06 2018
@@ -0,0 +1,3 @@
+Marcel attempts to choose the most appropriate content type for a given file
+by looking at the binary data, the filename, and any declared type (perhaps
+passed as a request header).
\ No newline at end of file
Index: pkgsrc/devel/ruby-marcel/Makefile
diff -u /dev/null pkgsrc/devel/ruby-marcel/Makefile:1.1
--- /dev/null   Thu Dec  6 14:25:07 2018
+++ pkgsrc/devel/ruby-marcel/Makefile   Thu Dec  6 14:25:06 2018
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/12/06 14:25:06 taca Exp $
+
+DISTNAME=      marcel-0.3.3
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/basecamp/marcel
+COMMENT=       Simple mime type detection using magic numbers and more
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-mimemagic>=0.3.2<0.4:../../misc/ruby-mimemagic
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-marcel/PLIST
diff -u /dev/null pkgsrc/devel/ruby-marcel/PLIST:1.1
--- /dev/null   Thu Dec  6 14:25:07 2018
+++ pkgsrc/devel/ruby-marcel/PLIST      Thu Dec  6 14:25:06 2018
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/06 14:25:06 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/marcel.rb
+${GEM_LIBDIR}/lib/marcel/mime_type.rb
+${GEM_LIBDIR}/lib/marcel/mime_type/definitions.rb
+${GEM_LIBDIR}/lib/marcel/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-marcel/distinfo
diff -u /dev/null pkgsrc/devel/ruby-marcel/distinfo:1.1
--- /dev/null   Thu Dec  6 14:25:07 2018
+++ pkgsrc/devel/ruby-marcel/distinfo   Thu Dec  6 14:25:06 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/06 14:25:06 taca Exp $
+
+SHA1 (marcel-0.3.3.gem) = a4cf7bd4bd3cc8da6275133dbc9745458653fdf4
+RMD160 (marcel-0.3.3.gem) = 1400d37d3884aed17c56991cc9cec345fe0c3501
+SHA512 (marcel-0.3.3.gem) = a68b065835c39cb3e0e18223af220cf13a5fc31021dd9f9bd47ab625ae1013346bdeb755106196cec1796d3ddfa5dd77833a7524391b874882adebb15c2e91ce
+Size (marcel-0.3.3.gem) = 7680 bytes



Home | Main Index | Thread Index | Old Index