* 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.
This commit is contained in:
parent
728b4fabb2
commit
711f50f046
3 changed files with 20 additions and 21 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue