pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-marcel devel/ruby-marcel: add version 0.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/424b947fbfd5
branches:  trunk
changeset: 316148:424b947fbfd5
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Dec 06 14:25:06 2018 +0000

description:
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).

diffstat:

 devel/ruby-marcel/DESCR    |   3 +++
 devel/ruby-marcel/Makefile |  16 ++++++++++++++++
 devel/ruby-marcel/PLIST    |   9 +++++++++
 devel/ruby-marcel/distinfo |   6 ++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 5298592310a8 -r 424b947fbfd5 devel/ruby-marcel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-marcel/DESCR   Thu Dec 06 14:25:06 2018 +0000
@@ -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
diff -r 5298592310a8 -r 424b947fbfd5 devel/ruby-marcel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-marcel/Makefile        Thu Dec 06 14:25:06 2018 +0000
@@ -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"
diff -r 5298592310a8 -r 424b947fbfd5 devel/ruby-marcel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-marcel/PLIST   Thu Dec 06 14:25:06 2018 +0000
@@ -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
diff -r 5298592310a8 -r 424b947fbfd5 devel/ruby-marcel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-marcel/distinfo        Thu Dec 06 14:25:06 2018 +0000
@@ -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