aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-05-19 12:17:52 +0800
committerrpaulo <rpaulo@FreeBSD.org>2014-05-19 12:17:52 +0800
commit3b11e95b19c56612074eda3c59132801179c0d82 (patch)
treea1117f39aa345deadcc7374a211d4a7dcf7f2499 /misc
parent5cdc3470c70e0a33ee8ccbf555df2540544ca88d (diff)
downloadfreebsd-ports-graphics-3b11e95b19c56612074eda3c59132801179c0d82.tar.gz
freebsd-ports-graphics-3b11e95b19c56612074eda3c59132801179c0d82.tar.zst
freebsd-ports-graphics-3b11e95b19c56612074eda3c59132801179c0d82.zip
Add rubygem-kensa v2.0.2.
This brings the following additional ports * devel/rubygem-launch22 * misc/rubygem-mime-types117 * textproc/rubygem-nokogiri14 * www/rubygem-heroku-nav * www/rubygem-mechanize26 * www/rubygem-net-http-digest_auth11 * www/rubygem-net-http-persistent25 With the exception of heroku-nav, all the other ports are just older versions of already existing ports. Reviewed by: swills
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/rubygem-mime-types117/Makefile19
-rw-r--r--misc/rubygem-mime-types117/distinfo2
-rw-r--r--misc/rubygem-mime-types117/pkg-descr4
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 75e7710b175..e652928d709 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -401,6 +401,7 @@
SUBDIR += ruby-vpim
SUBDIR += rubygem-dotenv
SUBDIR += rubygem-mime-types
+ SUBDIR += rubygem-mime-types117
SUBDIR += rubygem-rabbit
SUBDIR += rubygem-vpim
SUBDIR += rump
diff --git a/misc/rubygem-mime-types117/Makefile b/misc/rubygem-mime-types117/Makefile
new file mode 100644
index 00000000000..c90cd8f6205
--- /dev/null
+++ b/misc/rubygem-mime-types117/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= mime-types
+PKGNAMESUFFIX= 117
+PORTVERSION= 1.17.2
+CATEGORIES= misc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup
+
+LICENSE= ART20 GPLv2 GPLv3 MIT
+LICENSE_COMB= dual
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/misc/rubygem-mime-types117/distinfo b/misc/rubygem-mime-types117/distinfo
new file mode 100644
index 00000000000..6f160284eff
--- /dev/null
+++ b/misc/rubygem-mime-types117/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/mime-types-1.17.2.gem) = d768170d4fa10e8e0d1346c02df90e6255fa9cb7f6a7ba16ccd4ae6e50af9744
+SIZE (rubygem/mime-types-1.17.2.gem) = 52224
diff --git a/misc/rubygem-mime-types117/pkg-descr b/misc/rubygem-mime-types117/pkg-descr
new file mode 100644
index 00000000000..6558f32abc3
--- /dev/null
+++ b/misc/rubygem-mime-types117/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: http://mime-types.rubyforge.org/