Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2009 12:56:29 +0300 (MSK)
From:      Andrey Kostenko <andrey@kostenko.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org, mons@cpan.org
Subject:   ports/141315: [PATCH] textproc/p5-XML-Hash-LX: update to 0.06
Message-ID:  <200912090956.nB99uT09053978@veda.park.rambler.ru>
Resent-Message-ID: <200912091000.nB9A088F004380@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141315
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-Hash-LX: update to 0.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 09 10:00:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Kostenko
>Release:        FreeBSD 7.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009
>Description:
- Update to 0.06

Port maintainer (wen@FreeBSD.org) is cc'd.

New port maintainer agrees.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-XML-Hash-LX-0.06.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Hash-LX/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	9 Dec 2009 06:55:01 -0000	1.1
+++ Makefile	9 Dec 2009 09:50:04 -0000
@@ -1,9 +1,8 @@
-# New ports collection makefile for:	p5-XML-Hash-LX
-# Date created:				09 Dec, 2009
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
-# $FreeBSD: ports/textproc/p5-XML-Hash-LX/Makefile,v 1.1 2009/12/09 06:55:01 wen Exp $
-#
+# New ports collection makefile for:  XML-Hash-LX
+# Whom: gugu
+# Date created: 09 December 2009
+# $FreeBSD$
+# Generated with App::Pm2Port . Do not edit directly, please
 
 PORTNAME=	XML-Hash-LX
 PORTVERSION=	0.06
@@ -11,15 +10,13 @@
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	wen@FreeBSD.org
+MAINTAINER=	mons@cpan.org
 COMMENT=	Convert hash to xml and xml to hash using LibXML
 
-BUILD_DEPENDS=	p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs \
-		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS=${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
-
-MAN3=		XML::Hash::LX.3
+PERL_CONFIGURE=	5.6.2+
+MAN3=	XML::Hash::LX.3
 
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Hash-LX/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	9 Dec 2009 06:55:01 -0000	1.1
+++ pkg-descr	9 Dec 2009 09:50:04 -0000
@@ -1,10 +1,3 @@
-This module is a companion for XML::LibXML. It operates with LibXML
-objects, could return or accept LibXML objects, and may be used for
-easy data transformations.
+Convert hash to xml and xml to hash using LibXML
 
-It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and
-of course much slower than XML::Bare.
-
-It is faster in composing than XML::Hash, but slower than XML::Simple.
-
-WWW:	http://http://search.cpan.org/dist/XML-Hash-LX/
+WWW: http://search.cpan.org/~MONS/XML-Hash-LX
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Hash-LX/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	9 Dec 2009 06:55:01 -0000	1.1
+++ pkg-plist	9 Dec 2009 09:50:04 -0000
@@ -1,7 +1,15 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Hash/LX/.packlist
 %%SITE_PERL%%/XML/Hash/LX.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Hash/LX/.packlist
+@dirrmtry %%SITE_PERL%%/auto/XML/Hash/LX
+@dirrmtry %%SITE_PERL%%/auto/XML/Hash
+@dirrmtry %%SITE_PERL%%/auto/XML
+@dirrmtry %%SITE_PERL%%/auto
+@dirrmtry %%SITE_PERL%%/XML/Hash
+@dirrmtry %%SITE_PERL%%/XML
+@dirrmtry %%SITE_PERL%%
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Hash/LX
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Hash
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
-@dirrmtry %%SITE_PERL%%/XML/Hash
-@dirrmtry %%SITE_PERL%%/XML
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
+@dirrmtry blib/script
--- p5-XML-Hash-LX-0.06.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912090956.nB99uT09053978>