svn commit: r304831 - head/devel/py-pyxml2obj
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Sep 25 11:54:40 UTC 2012
Author: rm
Date: Tue Sep 25 11:54:39 2012
New Revision: 304831
URL: http://svn.freebsd.org/changeset/ports/304831
Log:
- s/PKG_PLIST/PLIST_FILES/ in Makefile
- remove trailing tabs
- remove undefinite article from COMMENT
- break the lines in pkg-descr at 80-char border
Approved by: araujo (in the subway)
Modified:
head/devel/py-pyxml2obj/Makefile
head/devel/py-pyxml2obj/pkg-descr
Modified: head/devel/py-pyxml2obj/Makefile
==============================================================================
--- head/devel/py-pyxml2obj/Makefile Tue Sep 25 11:16:05 2012 (r304830)
+++ head/devel/py-pyxml2obj/Makefile Tue Sep 25 11:54:39 2012 (r304831)
@@ -1,19 +1,19 @@
# $FreeBSD$
-PORTNAME= pyxml2obj
+PORTNAME= pyxml2obj
PORTVERSION= 0.1.2.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= araujo at FreeBSD.org
-COMMENT= A simple way to convert xml to python object and vice versa
+COMMENT= Simple way to convert xml to python object and vice versa
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
-PKG_PLIST= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>
Modified: head/devel/py-pyxml2obj/pkg-descr
==============================================================================
--- head/devel/py-pyxml2obj/pkg-descr Tue Sep 25 11:16:05 2012 (r304830)
+++ head/devel/py-pyxml2obj/pkg-descr Tue Sep 25 11:54:39 2012 (r304831)
@@ -1,5 +1,7 @@
-This module provides only 2 methods, XMLin and XMLout. XMLin convert xml to python object, and XMLout python object to xml.
+This module provides only 2 methods, XMLin and XMLout. XMLin convert xml
+to python object, and XMLout python object to xml.
-This module is inspired by XML::Simple in CPAN, but some options of XML::Simple are not supported.
+This module is inspired by XML::Simple in CPAN, but some options of
+XML::Simple are not supported.
WWW: http://pypi.python.org/pypi/pyxml2obj/
More information about the svn-ports-all
mailing list