summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 07:00:49 +0000
committertaca <taca>2010-09-10 07:00:49 +0000
commitd92b33c335989e624a08b59cc2e1ecea856a3919 (patch)
tree82edefc6a2c7b96241da925c480ffe6ed6d7176a /mail
parent4627873e7d9dbe4ed6082893978ef8da4b5bcd99 (diff)
downloadpkgsrc-d92b33c335989e624a08b59cc2e1ecea856a3919.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE. * Remove default value of GEM_BUILD. == MIME::Types 1.16 * Made compatible with Ruby 1.8.6, 1.8.7, and 1.9.1. * Switched to the 'hoe' gem system and added a lot of build-time tools. * Updated the MIME types to the list based on the values in the Perl library version 1.27. Also updated based on external source information and bug reports. * This is the last planned version of MIME::Types 1.x. Work will be starting soon on MIME::Types 2.x with richer data querying mechanisms and support for external data sources.
Diffstat (limited to 'mail')
-rw-r--r--mail/ruby-mime-types/Makefile10
-rw-r--r--mail/ruby-mime-types/PLIST23
-rw-r--r--mail/ruby-mime-types/distinfo8
3 files changed, 20 insertions, 21 deletions
diff --git a/mail/ruby-mime-types/Makefile b/mail/ruby-mime-types/Makefile
index c22ff69cdb2..e012e855108 100644
--- a/mail/ruby-mime-types/Makefile
+++ b/mail/ruby-mime-types/Makefile
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:19:40 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/10 07:00:49 taca Exp $
-DISTNAME= mime-types-1.15
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+DISTNAME= mime-types-1.16
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mime-types.rubyforge.org/
COMMENT= Definition of MIME types for Ruby
+LICENSE= ruby-license OR artistic OR gnu-gpl-v2 OR gnu-gpl-v3
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/ruby-mime-types/PLIST b/mail/ruby-mime-types/PLIST
index 67ed8cd4080..8dd6d54201c 100644
--- a/mail/ruby-mime-types/PLIST
+++ b/mail/ruby-mime-types/PLIST
@@ -1,14 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:42 joerg Exp $
-${GEM_HOME}/cache/mime-types-${PKGVERSION}.gem
-${GEM_LIBDIR}/ChangeLog
-${GEM_LIBDIR}/Install
-${GEM_LIBDIR}/LICENCE
-${GEM_LIBDIR}/README
+@comment $NetBSD: PLIST,v 1.3 2010/09/10 07:00:49 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Install.txt
+${GEM_LIBDIR}/Licence.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/mime/types.rb
-${GEM_LIBDIR}/pre-setup.rb
+${GEM_LIBDIR}/lib/mime/types.rb.data
+${GEM_LIBDIR}/mime-types.gemspec
${GEM_LIBDIR}/setup.rb
-${GEM_LIBDIR}/tests/tc_mime_type.rb
-${GEM_LIBDIR}/tests/tc_mime_types.rb
-${GEM_LIBDIR}/tests/testall.rb
-${GEM_HOME}/specifications/mime-types-${PKGVERSION}.gemspec
+${GEM_LIBDIR}/test/test_mime_type.rb
+${GEM_LIBDIR}/test/test_mime_types.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/mail/ruby-mime-types/distinfo b/mail/ruby-mime-types/distinfo
index 43f2c512c8e..5f3042a726b 100644
--- a/mail/ruby-mime-types/distinfo
+++ b/mail/ruby-mime-types/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:19:40 jlam Exp $
+$NetBSD: distinfo,v 1.2 2010/09/10 07:00:49 taca Exp $
-SHA1 (mime-types-1.15.gem) = 57d0bf67dc0dd68a86e3be497e5c87bc6d8271bd
-RMD160 (mime-types-1.15.gem) = a1e50b68b1922d3a17a9c73029effaf0537f5d9d
-Size (mime-types-1.15.gem) = 34818 bytes
+SHA1 (mime-types-1.16.gem) = dc9c8d0eca668c18c21302b439645c20327da3ab
+RMD160 (mime-types-1.16.gem) = 051bba2db6c6f1690a928f7c7c7364c6e8160912
+Size (mime-types-1.16.gem) = 47104 bytes