summaryrefslogtreecommitdiff
path: root/multimedia/p5-xmltv/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-19 20:49:29 +0000
committerwiz <wiz@pkgsrc.org>2005-02-19 20:49:29 +0000
commitd344a24726f0cd5334bf005dc4a54ce164d0608b (patch)
treee03e00b661c99f50196bfeeb93176fae33ad63fd /multimedia/p5-xmltv/Makefile
parented39bc05385b306a4e50d06d580be7608aa1470c (diff)
downloadpkgsrc-d344a24726f0cd5334bf005dc4a54ce164d0608b.tar.gz
Update to 0.5.38.
Package changes: Sync dependencies with requirements, and sort them to make checking easier. New in 0.5.38: This release has only grabber fixes, but plenty of them - in particular tv_grab_pt and tv_grab_fr are now working again. New in 0.5.37: tv_grab_se_swedb: New Grabber for Sweden! tv_check: major changes. now handles DST properly. output always in local timezone, GMT supported in guide added --days parameter. 7 day limitation removed fix/improve MyReplayTV timeslot detection tv_grab_fr: rewritten to be less sensitive to data source changes tv_grab_nl: fixes to handle bad pages and odd start times tv_grab_uk_rt: added channel ids tv_grab_es: fixed bug that could cause programme to be skipped tv_grab_no: changed to handle data source changes tv_grab_uk_rt: added POD documentation tv_grab_dk: added icon support. misc fixes tv_grab_na_dd: fixed config file problem preventing UTC time --quiet now disables the status bar retain config file if config mode aborted xmltv.exe: return non-zero ERRORLEVEL if script stops with error cache handling: make location of cache.conf more flexible
Diffstat (limited to 'multimedia/p5-xmltv/Makefile')
-rw-r--r--multimedia/p5-xmltv/Makefile36
1 files changed, 22 insertions, 14 deletions
diff --git a/multimedia/p5-xmltv/Makefile b/multimedia/p5-xmltv/Makefile
index 06f680a90eb..9438949d170 100644
--- a/multimedia/p5-xmltv/Makefile
+++ b/multimedia/p5-xmltv/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/12/20 11:31:06 grant Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/19 20:49:29 wiz Exp $
-DISTNAME= xmltv-0.5.36
+DISTNAME= xmltv-0.5.38
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/}
EXTRACT_SUFX= .tar.bz2
@@ -11,26 +10,35 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://membled.com/work/apps/xmltv/
COMMENT= Set of utilities to manage your TV viewing
+# needed
DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-Twig>=3.10:../../textproc/p5-XML-Twig
-DEPENDS+= p5-XML-Writer>=0.4.6:../../textproc/p5-XML-Writer
DEPENDS+= p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip
-DEPENDS+= p5-libwww>=5.65:../../www/p5-libwww
-DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
-DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
+DEPENDS+= p5-XML-Writer>=0.4.6:../../textproc/p5-XML-Writer
DEPENDS+= p5-Memoize-[0-9]*:../../devel/p5-Memoize
-DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
-DEPENDS+= p5-Term-ProgressBar-[0-9]*:../../devel/p5-Term-ProgressBar
+DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable
+# recommended
+DEPENDS+= p5-Lingua-EN-Numbers-Ordinate-[0-9]*:../../misc/p5-Lingua-EN-Numbers-Ordinate
+DEPENDS+= p5-Lingua-Preferred>=0.2.4:../../misc/p5-Lingua-Preferred
+DEPENDS+= p5-Term-ProgressBar>=2.03:../../devel/p5-Term-ProgressBar
+DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
+# needed by se, uk grabbers
+DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
+# needed by uk grabber
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
+# needed by us grabbers
DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
-DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
-DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
DEPENDS+= p5-HTML-TableExtract-[0-9]*:../../www/p5-HTML-TableExtract
-DEPENDS+= p5-Text-Kakasi-[0-9]*:../../textproc/p5-Text-Kakasi
-DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
+DEPENDS+= p5-WWW-Mechanize>=1.02:../../www/p5-WWW-Mechanize
+# needed by de, dk, es, fi, fr, huro, jp, nl, pt grabbers
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
-DEPENDS+= p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
+# needed by jp grabber
+DEPENDS+= p5-Text-Kakasi-[0-9]*:../../textproc/p5-Text-Kakasi
+# needed by se grabber
+DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
+DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+DEPENDS+= p5-HTTP-Cache-Transparent-[0-9]*:../../www/p5-HTTP-Cache-Transparent
PERL5_REQD?= 5.6.0