Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2006 14:53:44 -0400 (EDT)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@goodking.ca
Subject:   ports/104070: [PATCH] devel/pear-XML_Serializer: reformat pkg-descr, take maintainership
Message-ID:  <200610061853.k96IriDC042012@goodking.goodking.ca>
Resent-Message-ID: <200610061900.k96J0gwb040847@freefall.freebsd.org>

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

>Number:         104070
>Category:       ports
>Synopsis:       [PATCH] devel/pear-XML_Serializer: reformat pkg-descr, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 06 19:00:41 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- reformat pkg-descr
- Take maintainership

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

--- pear-XML_Serializer-0.18.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pear-XML_Serializer/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	23 Sep 2006 00:23:27 -0000	1.16
+++ Makefile	6 Oct 2006 18:52:53 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	0.18.0
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	thomas@goodking.ca
 COMMENT=	PEAR Swiss-army knive for reading and writing XML files
 
 BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/pear-XML_Serializer/pkg-descr,v
retrieving revision 1.4
diff -u -r1.4 pkg-descr
--- pkg-descr	7 Jun 2005 13:22:54 -0000	1.4
+++ pkg-descr	6 Oct 2006 18:52:53 -0000
@@ -1,22 +1,23 @@
-PEAR::XML_Serializer serializes complex data structures like arrays or object
-as XML documents.
+PEAR::XML_Serializer serializes complex data structures like arrays
+or object as XML documents.
 
-This class helps you generating any XML document you require without the need
-for DOM.
+This class helps you generating any XML document you require without
+the need for DOM.
 
-Furthermore this package can be used as a replacement to serialize() and
-unserialize() as it comes with a matching XML_Unserializer that is able to
-create PHP data structures (like arrays and objects) from XML documents, if
-type hints are available.
-
-If you use the XML_Unserializer on standard XML files, it will try to guess
-how it has to be unserialized. In most cases it does exactly what you expect
-it to do.
+Furthermore this package can be used as a replacement to serialize()
+and unserialize() as it comes with a matching XML_Unserializer that
+is able to create PHP data structures (like arrays and objects)
+from XML documents, if type hints are available.
+
+If you use the XML_Unserializer on standard XML files, it will try
+to guess how it has to be unserialized. In most cases it does exactly
+what you expect it to do.
+
+Try reading a RSS file with XML_Unserializer and you have the whole
+RSS file in a structured array or even a collection of objects,
+similar to XML_RSS.
 
-Try reading a RSS file with XML_Unserializer and you have the whole RSS file
-in a structured array or even a collection of objects, similar to XML_RSS.
-
-Since version 0.8.0 the package is able to treat XML documents similar to
-the simplexml extension of PHP 5.
+Since version 0.8.0 the package is able to treat XML documents
+similar to the simplexml extension of PHP 5.
 
 WWW: http://pear.php.net/package/XML_Serializer/
--- pear-XML_Serializer-0.18.0.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?200610061853.k96IriDC042012>