mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-XML-XBEL 1.2, OOP for reading and writing XBEL documents.
PR: ports/69938 Submitted by: Aaron Straup Cope <ascope@cpan.org>
This commit is contained in:
parent
7170045d23
commit
c62523901c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115343
5 changed files with 62 additions and 0 deletions
|
@ -426,6 +426,7 @@
|
|||
SUBDIR += p5-XML-Twig
|
||||
SUBDIR += p5-XML-Validator-Schema
|
||||
SUBDIR += p5-XML-Writer
|
||||
SUBDIR += p5-XML-XBEL
|
||||
SUBDIR += p5-XML-XPath
|
||||
SUBDIR += p5-XML-XQL
|
||||
SUBDIR += p5-XML-XSH
|
||||
|
|
38
textproc/p5-XML-XBEL/Makefile
Normal file
38
textproc/p5-XML-XBEL/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# New ports collection makefile for: p5-XML-XBEL
|
||||
# Date created: August 03, 2004
|
||||
# Whom: Aaron Straup Cope <ascope@cpan.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-XBEL
|
||||
PORTVERSION= 1.2
|
||||
# PORTREVISION=
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ascope@cpan.org
|
||||
COMMENT= OOP for reading and writing XBEL documents
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::XBEL.3 \
|
||||
XML::XBEL::Alias.3 \
|
||||
XML::XBEL::Bookmark.3 \
|
||||
XML::XBEL::Folder.3 \
|
||||
XML::XBEL::base.3 \
|
||||
XML::XBEL::container.3 \
|
||||
XML::XBEL::item.3 \
|
||||
XML::XBEL::node.3 \
|
||||
XML::XBEL::serialize.3 \
|
||||
XML::XBEL::thingy.3 \
|
||||
XML::XBEL::url.3 \
|
||||
XML::XBEL::Separator.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-XML-XBEL/distinfo
Normal file
2
textproc/p5-XML-XBEL/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (XML-XBEL-1.2.tar.gz) = 6ac2e1a0060fbce0b9b25aa47c915b4b
|
||||
SIZE (XML-XBEL-1.2.tar.gz) = 10470
|
4
textproc/p5-XML-XBEL/pkg-descr
Normal file
4
textproc/p5-XML-XBEL/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
XML::XBEL provides an object oriented interface for reading and
|
||||
writing XBEL files in Perl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/XML-XBEL/
|
17
textproc/p5-XML-XBEL/pkg-plist
Normal file
17
textproc/p5-XML-XBEL/pkg-plist
Normal file
|
@ -0,0 +1,17 @@
|
|||
%%SITE_PERL%%/XML/XBEL.pm
|
||||
%%SITE_PERL%%/XML/XBEL/Alias.pm
|
||||
%%SITE_PERL%%/XML/XBEL/Bookmark.pm
|
||||
%%SITE_PERL%%/XML/XBEL/Folder.pm
|
||||
%%SITE_PERL%%/XML/XBEL/Separator.pm
|
||||
%%SITE_PERL%%/XML/XBEL/base.pm
|
||||
%%SITE_PERL%%/XML/XBEL/container.pm
|
||||
%%SITE_PERL%%/XML/XBEL/item.pm
|
||||
%%SITE_PERL%%/XML/XBEL/node.pm
|
||||
%%SITE_PERL%%/XML/XBEL/serialize.pm
|
||||
%%SITE_PERL%%/XML/XBEL/thingy.pm
|
||||
%%SITE_PERL%%/XML/XBEL/url.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XBEL/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XBEL
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/XML/XBEL
|
||||
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue