aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-06-27 13:56:05 +0000
committerSteve Wills <swills@FreeBSD.org>2016-06-27 13:56:05 +0000
commit60d0587134dbd81f3b907f393ef45817cb7b86e5 (patch)
tree8ea0232f8956b67030060a88a4083ecddee7bfc3
parent0bb7303c3054f8d4cb2d64d0b2a56898e2ba9b8e (diff)
Notes
-rw-r--r--misc/Makefile1
-rw-r--r--misc/rubygem-mime-types29/Makefile21
-rw-r--r--misc/rubygem-mime-types29/distinfo3
-rw-r--r--misc/rubygem-mime-types29/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 28cae8ee2823..52e8f48d0040 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -412,6 +412,7 @@
SUBDIR += rubygem-mime-types
SUBDIR += rubygem-mime-types-data
SUBDIR += rubygem-mime-types1
+ SUBDIR += rubygem-mime-types29
SUBDIR += rubygem-mimemagic
SUBDIR += rubygem-rabbit
SUBDIR += rubygem-vpim
diff --git a/misc/rubygem-mime-types29/Makefile b/misc/rubygem-mime-types29/Makefile
new file mode 100644
index 000000000000..ee16137cef3d
--- /dev/null
+++ b/misc/rubygem-mime-types29/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= mime-types
+PORTVERSION= 2.99.2
+CATEGORIES= misc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 29
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/Licence.rdoc
+
+RUN_DEPENDS= rubygem-mime-types-data>=3.2015:misc/rubygem-mime-types-data
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/misc/rubygem-mime-types29/distinfo b/misc/rubygem-mime-types29/distinfo
new file mode 100644
index 000000000000..5960a9ab52df
--- /dev/null
+++ b/misc/rubygem-mime-types29/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467035229
+SHA256 (rubygem/mime-types-2.99.2.gem) = 7f7629866989706ff69ebf696d212d3201c24f0d6c435ca2a2b4109938d8961a
+SIZE (rubygem/mime-types-2.99.2.gem) = 149504
diff --git a/misc/rubygem-mime-types29/pkg-descr b/misc/rubygem-mime-types29/pkg-descr
new file mode 100644
index 000000000000..b3900dfd927c
--- /dev/null
+++ b/misc/rubygem-mime-types29/pkg-descr
@@ -0,0 +1,4 @@
+MIME::Types for Ruby originally based on and synchronized with MIME::Types
+for Perl by Mark Overmeer, copyright 2001 - 2005.
+
+WWW: https://github.com/mime-types/ruby-mime-types