Revision: 20797 http://trac.macosforge.org/projects/macports/changeset/20797 Author: pguyot@kallisys.net Date: 2006-11-28 20:57:20 -0800 (Tue, 28 Nov 2006) Log Message: ----------- ruby/rb-mime-types: update to 1.15 Modified Paths: -------------- trunk/dports/ruby/rb-mime-types/Portfile Modified: trunk/dports/ruby/rb-mime-types/Portfile =================================================================== --- trunk/dports/ruby/rb-mime-types/Portfile 2006-11-29 04:33:47 UTC (rev 20796) +++ trunk/dports/ruby/rb-mime-types/Portfile 2006-11-29 04:57:20 UTC (rev 20797) @@ -1,28 +1,17 @@ # $Id$ -PortSystem 1.0 -PortGroup ruby 1.0 -ruby.setup mime-types 1.13 basic_install.rb {Readme doc} -revision 1 -maintainers nomaintainer@macports.org -description MIME::Types for Ruby -long_description This is MIME::Types for Ruby, based on the Perl \ - package of the same name. It is generally kept in \ - sync with the Perl version of MIME::Types. This \ - package works on the same concept as mailcap, which \ - uses extensions to determine the file's likely MIME \ - content type. This package does not analyse files \ - for magic bytes to determine the appropriate MIME \ - content type. -categories-append mail -homepage http://www.halostatue.ca/ruby/MIME__Types.html -master_sites http://www.halostatue.ca/files/ -checksums md5 a69a2fa6f2b46e1c1dddc5c936f7813a -platforms darwin +PortSystem 1.0 +PortGroup ruby 1.0 +ruby.setup mime-types 1.15 gem {} rubyforge_gem +maintainers pguyot@kallisys.net +description Manages a MIME Content-Type that will return the \ + Content-Type for a given filename. +long_description This library allows for the identification of a file's \ + likely MIME content type. This is release 1.15. The \ + identification of MIME content type is based on a file's \ + filename extensions. +checksums md5 091e765e41bc825bac06add04c318335 \ + sha1 57d0bf67dc0dd68a86e3be497e5c87bc6d8271bd \ + rmd160 a1e50b68b1922d3a17a9c73029effaf0537f5d9d +homepage http://mime-types.rubyforge.org/ -test.run yes -test.dir ${worksrcpath}/tests -test.cmd ${ruby.bin} tests.rb - -destroot.args --no-ri --no-tests -