Import p5-File-MimeInfo-0.10.
This module can be used to determine the mime type of a file; it's a replacement for File::MMagic trying to implement the freedesktop specification for using the shared mime-info database. The package comes with a script called 'mimetype' that can be used as a file(1) work-alike.
This commit is contained in:
parent
922fc5a210
commit
ccf30b1ea5
4 changed files with 27 additions and 0 deletions
5
devel/p5-File-MimeInfo/DESCR
Normal file
5
devel/p5-File-MimeInfo/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module can be used to determine the mime type of a file; it's
|
||||
a replacement for File::MMagic trying to implement the freedesktop
|
||||
specification for using the shared mime-info database. The package
|
||||
comes with a script called 'mimetype' that can be used as a file(1)
|
||||
work-alike.
|
17
devel/p5-File-MimeInfo/Makefile
Normal file
17
devel/p5-File-MimeInfo/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:27 epg Exp $
|
||||
|
||||
DISTNAME= File-MimeInfo-0.10
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
COMMENT= Perl module for the freedesktop shared MIME database
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/MimeInfo/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
devel/p5-File-MimeInfo/PLIST
Normal file
1
devel/p5-File-MimeInfo/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:27 epg Exp $
|
4
devel/p5-File-MimeInfo/distinfo
Normal file
4
devel/p5-File-MimeInfo/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:41:27 epg Exp $
|
||||
|
||||
SHA1 (File-MimeInfo-0.10.tar.gz) = fb502555c780e9a0d895d189e5d5789bb9656165
|
||||
Size (File-MimeInfo-0.10.tar.gz) = 16498 bytes
|
Loading…
Reference in a new issue