import p5-File-MMagic-XS
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.
This commit is contained in:
parent
a95145e9e8
commit
663e24abba
18
misc/p5-File-MMagic-XS/Makefile
Normal file
18
misc/p5-File-MMagic-XS/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/13 00:14:51 simon Exp $
|
||||
|
||||
COMMENT = guess file type with XS (a la mod_mime_magic)
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = File-MMagic-XS-0.09002
|
||||
CATEGORIES = misc
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
misc/p5-File-MMagic-XS/distinfo
Normal file
5
misc/p5-File-MMagic-XS/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (File-MMagic-XS-0.09002.tar.gz) = NgGEWgLRI/6vPRI3B6oQ1w==
|
||||
RMD160 (File-MMagic-XS-0.09002.tar.gz) = jauEZ9ExcM9PfgBI/N0TrjWNL3s=
|
||||
SHA1 (File-MMagic-XS-0.09002.tar.gz) = U84YLoj6c27YTYkiYkKvLVf+XWo=
|
||||
SHA256 (File-MMagic-XS-0.09002.tar.gz) = t8AQFmCqZEKP2mB8PQ5B/PKe0c9c8uYdi/tgHl5y9WM=
|
||||
SIZE (File-MMagic-XS-0.09002.tar.gz) = 55354
|
3
misc/p5-File-MMagic-XS/pkg/DESCR
Normal file
3
misc/p5-File-MMagic-XS/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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.
|
14
misc/p5-File-MMagic-XS/pkg/PLIST
Normal file
14
misc/p5-File-MMagic-XS/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/13 00:14:51 simon Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/File/
|
||||
${P5ARCH}/File/MMagic/
|
||||
${P5ARCH}/File/MMagic/XS.pm
|
||||
${P5ARCH}/File/MMagic/benchmark.pl
|
||||
${P5ARCH}/File/MMagic/magic
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/File/
|
||||
${P5ARCH}/auto/File/MMagic/
|
||||
${P5ARCH}/auto/File/MMagic/XS/
|
||||
${P5ARCH}/auto/File/MMagic/XS/XS.bs
|
||||
${P5ARCH}/auto/File/MMagic/XS/XS.so
|
||||
@man man/man3p/File::MMagic::XS.3p
|
Loading…
Reference in New Issue
Block a user