diff --git a/MOVED b/MOVED index e7eb039a4226..e0a2f3d0b39a 100644 --- a/MOVED +++ b/MOVED @@ -4252,3 +4252,4 @@ japanese/jisx0213-fonts|japanese/font-jisx0213|2013-05-08|Renamed x11-drivers/xf86-video-ati613||2013-05-10|Has expired: Old version, use xf86-video-ati instead devel/u-boot|devel/uboot-mkimage|2013-05-11|Port does not build full uboot distribution, only mkimage misc/py-xdelta3||2013-05-13|No longer actively maintained upstream +devel/py-celementtree||2013-05-16|Included into all supported python versions as xml.etree.cElementTree diff --git a/devel/Makefile b/devel/Makefile index ab0eed6e30d1..188896dc02b8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3433,7 +3433,6 @@ SUBDIR += py-boto SUBDIR += py-botocore SUBDIR += py-cclib - SUBDIR += py-celementtree SUBDIR += py-celery SUBDIR += py-cfgparse SUBDIR += py-cheetah diff --git a/devel/py-celementtree/Makefile b/devel/py-celementtree/Makefile deleted file mode 100644 index fc76b9cd16f3..000000000000 --- a/devel/py-celementtree/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Ports collection makefile for: py-cElementTree -# Date created: 11 January 2006 -# Whom: Nicola Vitale -# -# $FreeBSD$ -# - -PORTNAME= cElementTree -PORTVERSION= 1.0.5 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= http://effbot.org/media/downloads/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-20051216 - -MAINTAINER= nivit@FreeBSD.org -COMMENT= A fast C implementation of the ElementTree API - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGVERSION= 1.0.5-20051216 - -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/samples/ ${EXAMPLESDIR} -.endif - -.include diff --git a/devel/py-celementtree/distinfo b/devel/py-celementtree/distinfo deleted file mode 100644 index 66972a69776d..000000000000 --- a/devel/py-celementtree/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cElementTree-1.0.5-20051216.tar.gz) = b2e528c99837124b32598bde7a19da579203c600d71f22f4c84da0933ba09751 -SIZE (cElementTree-1.0.5-20051216.tar.gz) = 93766 diff --git a/devel/py-celementtree/pkg-descr b/devel/py-celementtree/pkg-descr deleted file mode 100644 index c5d145facb1a..000000000000 --- a/devel/py-celementtree/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The cElementTree module is a C implementation of the ElementTree API. -On typical documents, it's 15-20 times faster than the Python version -of ElementTree, and uses 2-5 times less memory. On modern hardware, -that means that documents in the 50-100 megabyte range can be manipulated -in memory, and that documents in the 0-1 megabyte range load in zero -time (0.0 seconds). This allows you to drastically simplify many kinds -of XML applications. - -Author: Fredrik Lundh -WWW: http://effbot.org/zone/celementtree.html diff --git a/devel/py-celementtree/pkg-plist b/devel/py-celementtree/pkg-plist deleted file mode 100644 index 8a7226d3fded..000000000000 --- a/devel/py-celementtree/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/cElementTree.so -%%PORTDOCS%%%%EXAMPLESDIR%%/simple-ns.xml -%%PORTDOCS%%%%EXAMPLESDIR%%/simple.xml -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%