pkgsrc/multimedia/p5-xmltv/Makefile

54 lines
2.1 KiB
Makefile
Raw Normal View History

Update to 0.5.45: Changes in this release (0.5.45) tv_grab_hr :new grabber for Croatia tv_grab_ch_bluewin :new grabber for Switzerland (replaces tv_grab_ch) tv_check :add a duplicate check for shows on multiple ReplayTV units tv_grab_br_net :misc fixes tv_grab_de_tvtoday :improved category and sub-title recognition tv_grab_dk :Only critical warnings when running with --quiet tv_grab_ee :misc fixes tv_grab_fi :default --days now 14 (all available). tv_grab_fr :added --perdays option, now default grab mode tv_grab_huro :misc fixes tv_grab_il :misc fixes (plus now in xmltv.exe) tv_grab_na_dd :fixes for "invalid start time". Don't return shows before starttime. tv_grab_na_icons :misc fixes tv_grab_no :misc fixes tv_grab_re :misc fixes tv_imdb :misc fixes And lots of bugfixes and polish. Changes in this release (0.5.44) Additional work to provide a more consistent behaviour from all grabbers and a way for grabbers to express what they support. See http://membled.com/twiki/bin/view/Main/XmltvCapabilities tv_grab_it : New channels added tv_grab_br : Fixed to deal with data source changes tv_grab_br_net : lots of improvements tv_grab_na_icons : fixed to deal with data source changes tv_grab_za : add proxy server support tv_grab_se_swedb : new grabber for Sweden tv_grab_es_laguiatv : new alternative grabber for Spain tv_grab_ch : remove grabber ( blocked by data source ) And lots of bugfixes and polish. * Changes in this release (0.5.43) More consistent behaviour from all grabbers and a way for grabbers to express what they support. See http://membled.com/twiki/bin/view/Main/XmltvCapabilities A testing framework that tests the behaviour of grabbers and their output. A new tool for testing a grabber, tv_validate_grabber. A new tool for testing that a file is in a valid xmltv format, tv_validate_file. A new tool for listing all grabbers installed on the system, tv_find_grabbers. See http://membled.com/twiki/bin/view/Main/HowtoUseGrabbers tv_grab_ch: Filter data to match --days and --offset. tv_grab_de_tvtoday: Updated after site changes. Fixed unicode problems. Filter data to match --days and --offset. tv_grab_br: Updated to match site-changes. tv_grab_br_net: New grabber for Brazil (NET cable). tv_grab_fi: Grab data from telkku.com. tv_grab_fr: Updated to match site-changes. Return more data for programmes. Filter data to match --days and --offset. tv_grab_huro: Updated to match site-changes. tv_grab_na_dd: Use numeric time-offset for UTC. tv_grab_nl: Updated to match site-changes. tv_grab_no: Better xmltvids. Bugfixes. tv_grab_pt: Ignore channels with invalid xmltvids. tv_grab_re: Updated to match site-changes. Implement proper xmltvids. Misc. fixes. tv_grab_se_swedb: Implement configuration API. tv_grab_uk_rt: Updated channel ids. Filter data to match --days and --offset. tv_grab_il: New Grabber for Isreal ( and use numberic TimeZones ) And lots of bugfixes and polish.
2007-02-27 14:28:05 +01:00
# $NetBSD: Makefile,v 1.19 2007/02/27 13:28:05 wiz Exp $
Update to 0.5.45: Changes in this release (0.5.45) tv_grab_hr :new grabber for Croatia tv_grab_ch_bluewin :new grabber for Switzerland (replaces tv_grab_ch) tv_check :add a duplicate check for shows on multiple ReplayTV units tv_grab_br_net :misc fixes tv_grab_de_tvtoday :improved category and sub-title recognition tv_grab_dk :Only critical warnings when running with --quiet tv_grab_ee :misc fixes tv_grab_fi :default --days now 14 (all available). tv_grab_fr :added --perdays option, now default grab mode tv_grab_huro :misc fixes tv_grab_il :misc fixes (plus now in xmltv.exe) tv_grab_na_dd :fixes for "invalid start time". Don't return shows before starttime. tv_grab_na_icons :misc fixes tv_grab_no :misc fixes tv_grab_re :misc fixes tv_imdb :misc fixes And lots of bugfixes and polish. Changes in this release (0.5.44) Additional work to provide a more consistent behaviour from all grabbers and a way for grabbers to express what they support. See http://membled.com/twiki/bin/view/Main/XmltvCapabilities tv_grab_it : New channels added tv_grab_br : Fixed to deal with data source changes tv_grab_br_net : lots of improvements tv_grab_na_icons : fixed to deal with data source changes tv_grab_za : add proxy server support tv_grab_se_swedb : new grabber for Sweden tv_grab_es_laguiatv : new alternative grabber for Spain tv_grab_ch : remove grabber ( blocked by data source ) And lots of bugfixes and polish. * Changes in this release (0.5.43) More consistent behaviour from all grabbers and a way for grabbers to express what they support. See http://membled.com/twiki/bin/view/Main/XmltvCapabilities A testing framework that tests the behaviour of grabbers and their output. A new tool for testing a grabber, tv_validate_grabber. A new tool for testing that a file is in a valid xmltv format, tv_validate_file. A new tool for listing all grabbers installed on the system, tv_find_grabbers. See http://membled.com/twiki/bin/view/Main/HowtoUseGrabbers tv_grab_ch: Filter data to match --days and --offset. tv_grab_de_tvtoday: Updated after site changes. Fixed unicode problems. Filter data to match --days and --offset. tv_grab_br: Updated to match site-changes. tv_grab_br_net: New grabber for Brazil (NET cable). tv_grab_fi: Grab data from telkku.com. tv_grab_fr: Updated to match site-changes. Return more data for programmes. Filter data to match --days and --offset. tv_grab_huro: Updated to match site-changes. tv_grab_na_dd: Use numeric time-offset for UTC. tv_grab_nl: Updated to match site-changes. tv_grab_no: Better xmltvids. Bugfixes. tv_grab_pt: Ignore channels with invalid xmltvids. tv_grab_re: Updated to match site-changes. Implement proper xmltvids. Misc. fixes. tv_grab_se_swedb: Implement configuration API. tv_grab_uk_rt: Updated channel ids. Filter data to match --days and --offset. tv_grab_il: New Grabber for Isreal ( and use numberic TimeZones ) And lots of bugfixes and polish.
2007-02-27 14:28:05 +01:00
DISTNAME= xmltv-0.5.45
PKGNAME= p5-${DISTNAME}
2004-11-12 01:24:14 +01:00
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://xmltv.org/wiki/
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-Date-Manip>=5.42a:../../devel/p5-Date-Manip
DEPENDS+= p5-XML-Writer>=0.4.6:../../textproc/p5-XML-Writer
DEPENDS+= p5-Memoize-[0-9]*:../../devel/p5-Memoize
DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable
# recommended
DEPENDS+= p5-Lingua-EN-Numbers-Ordinate-[0-9]*:../../textproc/p5-Lingua-EN-Numbers-Ordinate
DEPENDS+= p5-Lingua-Preferred>=0.2.4:../../textproc/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-HTML-TableExtract-[0-9]*:../../www/p5-HTML-TableExtract
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
# 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
# needed by pt grabber
DEPENDS+= p5-Unicode-UTF8simple-[0-9]*:../../converters/p5-Unicode-UTF8simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/XMLTV/.packlist
MAKE_PARAMS+= PREFIX=${PREFIX:Q}
PLIST_SUBST+= DISTNAME=${DISTNAME:Q}
2004-11-05 17:20:26 +01:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"