New port python-xmltv version 0.5.21: A Python module that provides

access to XMLTV TV listings
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-05-08 21:46:35 +00:00
parent ff7e316c16
commit 3d6fb3e466
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134889
5 changed files with 49 additions and 0 deletions

View File

@ -549,6 +549,7 @@
SUBDIR += py-wordnet
SUBDIR += py-xml
SUBDIR += py-xmltools
SUBDIR += py-xmltv
SUBDIR += py-zpt
SUBDIR += py2html
SUBDIR += pybook

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: python xmltv
# Date created: Sun May 8 21:31:15 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmltv
PORTVERSION= 0.5.21
CATEGORIES= textproc python
MASTER_SITES= http://www.funktronics.ca/python-xmltv/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-xmltv-${PORTVERSION}
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
RUN_DEPENDS= ${BUILD_DEPENDS}
MAINTAINER= lioux@FreeBSD.org
COMMENT= A Python module that provides access to XMLTV TV listings
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PORTDOCS= README.txt
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (python-xmltv-0.5.21.tar.gz) = 5acab1928213dad6f5f6b0b15801a6b9
SIZE (python-xmltv-0.5.21.tar.gz) = 19016

View File

@ -0,0 +1,9 @@
[ excerpt from developer's www site ]
python-xmltv is a Python module that provides access to XMLTV data.
XMLTV is an XML format for storing TV listings. More information
on XMLTV can be found at http://membled.com/work/apps/xmltv/
WWW: http://www.funktronics.ca/python-xmltv/
-- lioux@FreeBSD.org

View File

@ -0,0 +1,5 @@
%%PYTHON_SITELIBDIR%%/xmltv.py
%%PYTHON_SITELIBDIR%%/xmltv.pyc
%%PYTHON_SITELIBDIR%%/xmltv.pyo
@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true
@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true