diff options
author | kei <kei> | 2000-11-27 02:23:30 +0000 |
---|---|---|
committer | kei <kei> | 2000-11-27 02:23:30 +0000 |
commit | 9a15e8724931a9ea3666ddc2ab9f1d1cd279a06d (patch) | |
tree | fb0728a99581f00362316330759036b09a87b715 /misc | |
parent | 255a0ca8fe72b66615cba2e28eac53a45ceb2848 (diff) | |
download | pkgsrc-9a15e8724931a9ea3666ddc2ab9f1d1cd279a06d.tar.gz |
Initial import of "p5-File-MMagic" package. From pkg/DESCR:
File::MMagic
This module is used to guess file type from its contents like file(1)
command.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-File-MMagic/Makefile | 17 | ||||
-rw-r--r-- | misc/p5-File-MMagic/files/md5 | 3 | ||||
-rw-r--r-- | misc/p5-File-MMagic/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/p5-File-MMagic/pkg/DESCR | 4 | ||||
-rw-r--r-- | misc/p5-File-MMagic/pkg/PLIST | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/misc/p5-File-MMagic/Makefile b/misc/p5-File-MMagic/Makefile new file mode 100644 index 00000000000..7ea1229c175 --- /dev/null +++ b/misc/p5-File-MMagic/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/27 02:23:30 kei Exp $ + +DISTNAME= File-MMagic-1.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= kei@netbsd.org +HOMEPAGE= http://www.daionet.gr.jp/~knok/ + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/MMagic/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-File-MMagic/files/md5 b/misc/p5-File-MMagic/files/md5 new file mode 100644 index 00000000000..0d8652ad07f --- /dev/null +++ b/misc/p5-File-MMagic/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/27 02:23:35 kei Exp $ + +MD5 (File-MMagic-1.09.tar.gz) = 5353c5250b1bde9cbb8831a300c7b4eb diff --git a/misc/p5-File-MMagic/pkg/COMMENT b/misc/p5-File-MMagic/pkg/COMMENT new file mode 100644 index 00000000000..c04b78d4cab --- /dev/null +++ b/misc/p5-File-MMagic/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module to guess file types diff --git a/misc/p5-File-MMagic/pkg/DESCR b/misc/p5-File-MMagic/pkg/DESCR new file mode 100644 index 00000000000..af3a2d2d0e6 --- /dev/null +++ b/misc/p5-File-MMagic/pkg/DESCR @@ -0,0 +1,4 @@ +File::MMagic + +This module is used to guess file type from its contents like file(1) +command. diff --git a/misc/p5-File-MMagic/pkg/PLIST b/misc/p5-File-MMagic/pkg/PLIST new file mode 100644 index 00000000000..5dd734e8af1 --- /dev/null +++ b/misc/p5-File-MMagic/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/27 02:23:30 kei Exp $ |