[Lunar-commits] CVS: moonbase/utils/xmltv BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
Veerappan
watryac04 at lunar-linux.org
Fri Feb 13 05:37:25 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/xmltv
In directory dbguin.lunar-linux.org:/tmp/cvs-serv729/xmltv
Added Files:
BUILD DEPENDS DETAILS
Log Message:
New module xmltv. It has utilities that go and fetch XML tv listings for people.
--- NEW FILE: BUILD ---
(
perl Makefile.PL PREFIX=/usr &&
make &&
make test &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends XML-Parser &&
depends XML-Twig &&
depends XML-Writer &&
depends DateManip &&
depends HTML-Parser &&
depends HTML-Tree &&
depends libwww-perl
--- NEW FILE: DETAILS ---
MODULE=xmltv
VERSION=0.5.28
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
SOURCE_VFY=md5:029d2668c08b06b6ed779904c28efa46
WEB_SITE=http://xmltv.sourceforge.net
ENTERED=20040212
UPDATED=20040212
SHORT="xmltv is a program to get XML tv listings"
cat << EOF
XMLTV is a set of utilities to manage your TV viewing. They work with
TV listings stored in the XMLTV format, which is based on XML. The idea
is to separate out the backend (getting the listings) from the frontend
(displaying them for the user), and to implement useful operations like
picking out your favourite programmes as filters that read and write XML
documents.
EOF
More information about the Lunar-commits
mailing list