Initial import of p5-Text-Microformat version 0.04 in the NetBSD
Packages Collection. The Perl 5 module Text::Microformat is a Microformat parser. It sports a very pluggable API, which allows not only new kinds of Microformats to be added, but also extension of the parser itself, to allow new parsing metaphors and source document encodings
This commit is contained in:
parent
3969b1c580
commit
ff4ce38dcf
3 changed files with 35 additions and 0 deletions
4
textproc/p5-Text-Microformat/DESCR
Normal file
4
textproc/p5-Text-Microformat/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The Perl 5 module Text::Microformat is a Microformat parser. It
|
||||
sports a very pluggable API, which allows not only new kinds of
|
||||
Microformats to be added, but also extension of the parser itself,
|
||||
to allow new parsing metaphors and source document encodings
|
26
textproc/p5-Text-Microformat/Makefile
Normal file
26
textproc/p5-Text-Microformat/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 10:08:29 seb Exp $
|
||||
|
||||
DISTNAME= Text-Microformat-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Text-Microformat/
|
||||
COMMENT= Perl 5 Microformat parser
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Text/Microformat/.packlist
|
||||
|
||||
DEPENDS+= p5-Class-Accessor>=0.25:../../devel/p5-Class-Accessor
|
||||
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
|
||||
DEPENDS+= p5-HTML-Tree>=3.21:../../www/p5-HTML-Tree
|
||||
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
|
||||
DEPENDS+= p5-XML-TreeBuilder>=3.09:../../textproc/p5-XML-TreeBuilder
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
textproc/p5-Text-Microformat/distinfo
Normal file
5
textproc/p5-Text-Microformat/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/04/24 10:08:29 seb Exp $
|
||||
|
||||
SHA1 (Text-Microformat-0.04.tar.gz) = 4d56b299bc89d3cb031e207b8e48172732adf1c9
|
||||
RMD160 (Text-Microformat-0.04.tar.gz) = e5508a5df2eefd84390b251519756789fd229ff1
|
||||
Size (Text-Microformat-0.04.tar.gz) = 15020 bytes
|
Loading…
Reference in a new issue