From 7460906e6f747020e02f6d7c69d4488b7823d1f3 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 3 Aug 2004 15:26:34 +0000 Subject: Add p5-XML-XBEL 1.2, OOP for reading and writing XBEL documents. PR: ports/69938 Submitted by: Aaron Straup Cope --- textproc/p5-XML-XBEL/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ textproc/p5-XML-XBEL/distinfo | 2 ++ textproc/p5-XML-XBEL/pkg-descr | 4 ++++ textproc/p5-XML-XBEL/pkg-plist | 17 +++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 textproc/p5-XML-XBEL/Makefile create mode 100644 textproc/p5-XML-XBEL/distinfo create mode 100644 textproc/p5-XML-XBEL/pkg-descr create mode 100644 textproc/p5-XML-XBEL/pkg-plist (limited to 'textproc/p5-XML-XBEL') diff --git a/textproc/p5-XML-XBEL/Makefile b/textproc/p5-XML-XBEL/Makefile new file mode 100644 index 000000000000..3ffebe4c2213 --- /dev/null +++ b/textproc/p5-XML-XBEL/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: p5-XML-XBEL +# Date created: August 03, 2004 +# Whom: Aaron Straup Cope +# +# $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 diff --git a/textproc/p5-XML-XBEL/distinfo b/textproc/p5-XML-XBEL/distinfo new file mode 100644 index 000000000000..85270bda9fc6 --- /dev/null +++ b/textproc/p5-XML-XBEL/distinfo @@ -0,0 +1,2 @@ +MD5 (XML-XBEL-1.2.tar.gz) = 6ac2e1a0060fbce0b9b25aa47c915b4b +SIZE (XML-XBEL-1.2.tar.gz) = 10470 diff --git a/textproc/p5-XML-XBEL/pkg-descr b/textproc/p5-XML-XBEL/pkg-descr new file mode 100644 index 000000000000..434d0340f176 --- /dev/null +++ b/textproc/p5-XML-XBEL/pkg-descr @@ -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/ diff --git a/textproc/p5-XML-XBEL/pkg-plist b/textproc/p5-XML-XBEL/pkg-plist new file mode 100644 index 000000000000..69a4c6bb2ad2 --- /dev/null +++ b/textproc/p5-XML-XBEL/pkg-plist @@ -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 -- cgit