diff options
author | abs <abs@pkgsrc.org> | 2008-10-12 17:27:43 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-10-12 17:27:43 +0000 |
commit | f625a2165c54e427532e0ed84db8b2511416602b (patch) | |
tree | 7dad0342bc00a04a61ff47465790d6a060424ad3 /misc/p5-File-MMagic-XS | |
parent | ce516e9dabea876235f4e1eb53e0c242d188e3a3 (diff) | |
download | pkgsrc-f625a2165c54e427532e0ed84db8b2511416602b.tar.gz |
Added misc/p5-File-MMagic-XS version 0.09003
This is a port of Apache2 mod_mime_magic.c in Perl,
written in XS with the aim of being efficient and fast,
especially for applications that need to be run for an extended amount of time.
There is a compatibility layer for File::MMagic.
you can specify :compat when importing the module
Diffstat (limited to 'misc/p5-File-MMagic-XS')
-rw-r--r-- | misc/p5-File-MMagic-XS/DESCR | 6 | ||||
-rw-r--r-- | misc/p5-File-MMagic-XS/Makefile | 17 | ||||
-rw-r--r-- | misc/p5-File-MMagic-XS/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/misc/p5-File-MMagic-XS/DESCR b/misc/p5-File-MMagic-XS/DESCR new file mode 100644 index 00000000000..f36f411c7ea --- /dev/null +++ b/misc/p5-File-MMagic-XS/DESCR @@ -0,0 +1,6 @@ +This is a port of Apache2 mod_mime_magic.c in Perl, +written in XS with the aim of being efficient and fast, +especially for applications that need to be run for an extended amount of time. + +There is a compatibility layer for File::MMagic. +you can specify :compat when importing the module diff --git a/misc/p5-File-MMagic-XS/Makefile b/misc/p5-File-MMagic-XS/Makefile new file mode 100644 index 00000000000..2136a9107b8 --- /dev/null +++ b/misc/p5-File-MMagic-XS/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/12 17:27:43 abs Exp $ + +DISTNAME= File-MMagic-XS-0.09003 +PKGNAME= p5-${DISTNAME} +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-MMagic/ +COMMENT= File Type With XS (a la mod_mime_magic) + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/File/MMagic/XS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-File-MMagic-XS/distinfo b/misc/p5-File-MMagic-XS/distinfo new file mode 100644 index 00000000000..121a72b8d1a --- /dev/null +++ b/misc/p5-File-MMagic-XS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/12 17:27:43 abs Exp $ + +SHA1 (File-MMagic-XS-0.09003.tar.gz) = ae7d7a78c878e627172d8e02894a51a17f1203c0 +RMD160 (File-MMagic-XS-0.09003.tar.gz) = a3f70bfa4d84d70c21ca80e26656beb9a0ceb180 +Size (File-MMagic-XS-0.09003.tar.gz) = 65605 bytes |