mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Add p5-XML-Parser-Style-Elemental, a slightly more advanced and flexible
object tree style for XML::Parser
This commit is contained in:
parent
2419cbe293
commit
e1819eb861
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109746
@ -378,6 +378,7 @@
|
||||
SUBDIR += p5-XML-NodeFilter
|
||||
SUBDIR += p5-XML-Parser
|
||||
SUBDIR += p5-XML-Parser-EasyTree
|
||||
SUBDIR += p5-XML-Parser-Style-Elemental
|
||||
SUBDIR += p5-XML-Quote
|
||||
SUBDIR += p5-XML-RAI
|
||||
SUBDIR += p5-XML-RSS
|
||||
|
23
textproc/p5-XML-Parser-Style-Elemental/Makefile
Normal file
23
textproc/p5-XML-Parser-Style-Elemental/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-XML-Parser-Style-Elemental
|
||||
# Date created: 2004-05-23
|
||||
# Whom: arved
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= XML-Parser-Style-Elemental
|
||||
PORTVERSION= 0.50
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= More advanced and flexible object tree style for XML::Parser
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::Parser::Style::Elemental.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-XML-Parser-Style-Elemental/distinfo
Normal file
2
textproc/p5-XML-Parser-Style-Elemental/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (XML-Parser-Style-Elemental-0.50.tar.gz) = ac6eb133aedcbe3f1e54673c48e5edc0
|
||||
SIZE (XML-Parser-Style-Elemental-0.50.tar.gz) = 4694
|
5
textproc/p5-XML-Parser-Style-Elemental/pkg-descr
Normal file
5
textproc/p5-XML-Parser-Style-Elemental/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module is similar to the XML::Parser Objects style, but slightly
|
||||
more advanced and flexible.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-Parser-Style-Elemental/
|
||||
Author: Timothy Appnel
|
9
textproc/p5-XML-Parser-Style-Elemental/pkg-plist
Normal file
9
textproc/p5-XML-Parser-Style-Elemental/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/XML/Parser/Style/Elemental.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Style/Elemental/.packlist
|
||||
@dirrm %%SITE_PERL%%/XML/Parser/Style
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML/Parser 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Style/Elemental
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Parser/Style
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/XML/Parser 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/XML 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user