Initial import of p5-File-Type 0.22

This module uses magic numbers to determine the MIME type of that file.
This commit is contained in:
kevlo 2004-12-03 02:03:10 +00:00
parent 3de0a5d061
commit d94fab0e7c
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/03 02:03:10 kevlo Exp $
COMMENT= "determine file type using magic"
DISTNAME= File-Type-0.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (File-Type-0.22.tar.gz) = 4be3b0b7000b325c60351fcc8a04815d
RMD160 (File-Type-0.22.tar.gz) = 61357d65c7fa40e45f9465aa992e6d8173962dfc
SHA1 (File-Type-0.22.tar.gz) = 4ddd879f91a92a8ec66a3dbaa43bf5df617acd14

View File

@ -0,0 +1 @@
This module uses magic numbers to determine the MIME type of that file.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/03 02:03:10 kevlo Exp $
${P5SITE}/File/
${P5SITE}/File/Type/
${P5SITE}/File/Type.pm
${P5SITE}/File/Type/Builder.pm
@man man/man3p/File::Type.3p
@man man/man3p/File::Type::Builder.3p