diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-02-01 21:29:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-02-01 21:29:38 +0000 |
commit | 3e5240565ea716f88bd259b1fa7e28d3d9b30fe1 (patch) | |
tree | f072a707aa098b65f6be4aa48a0f3bbf72a095ed /devel/Makefile | |
parent | 7c36bc2298a973285353f375bc5cbf3fa81db1ed (diff) |
- Add p5-Media-Type-Simple 0.02
Media::Type::Simple gives a simple functions for obtaining common file
extensions from media types, and from obtaining media types from file
extensions.
It is also relaxed with respect to having multiple media types associated with a
file extension, or multiple extensions associated with a media type, and it
includes media types for encodings such as gzip. It is defined this way in the
default data, but this does not meet your needs, then you can have it use a
system file (e.g. /etc/mime.types) or custom data.
By default, there is a functional interface, although you can also use an
object-oriented inteface. (Different objects will not share the same data.)
WWW: http://search.cpan.org/dist/Media-Type-Simple/
Notes
Notes:
svn path=/head/; revision=311398
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 42363c870da6..8d0b6448e6f5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2198,6 +2198,7 @@ SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Mac-PropertyList SUBDIR += p5-Make + SUBDIR += p5-Media-Type-Simple SUBDIR += p5-Memoize SUBDIR += p5-Memoize-ExpireLRU SUBDIR += p5-Meta-Builder |