summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-27 13:28:05 +0000
committerwiz <wiz>2007-02-27 13:28:05 +0000
commit3c84b7a7cab3546b6e9469e5ce4ce5c96e8939e8 (patch)
tree583a520be5408708cc6758617783a0bca66392b4 /multimedia
parentf9f868278f286902d93a03c6dc7f29a3f6faeb3a (diff)
downloadpkgsrc-3c84b7a7cab3546b6e9469e5ce4ce5c96e8939e8.tar.gz
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.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/p5-xmltv/Makefile4
-rw-r--r--multimedia/p5-xmltv/PLIST11
-rw-r--r--multimedia/p5-xmltv/distinfo10
-rw-r--r--multimedia/p5-xmltv/patches/patch-aa17
4 files changed, 17 insertions, 25 deletions
diff --git a/multimedia/p5-xmltv/Makefile b/multimedia/p5-xmltv/Makefile
index e9bfa589c79..8aee8e9aaf6 100644
--- a/multimedia/p5-xmltv/Makefile
+++ b/multimedia/p5-xmltv/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2006/10/28 21:29:47 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/02/27 13:28:05 wiz Exp $
-DISTNAME= xmltv-0.5.42
+DISTNAME= xmltv-0.5.45
PKGNAME= p5-${DISTNAME}
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/}
diff --git a/multimedia/p5-xmltv/PLIST b/multimedia/p5-xmltv/PLIST
index 37eedc844e1..ffee54c8122 100644
--- a/multimedia/p5-xmltv/PLIST
+++ b/multimedia/p5-xmltv/PLIST
@@ -1,20 +1,21 @@
-@comment $NetBSD: PLIST,v 1.6 2006/04/16 16:17:28 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.7 2007/02/27 13:28:05 wiz Exp $
share/doc/${DISTNAME}/COPYING
share/doc/${DISTNAME}/QuickStart
share/doc/${DISTNAME}/README
share/doc/${DISTNAME}/README.win32
-share/xmltv/tv_grab_au/channel_ids
share/xmltv/tv_grab_be/channel_ids_fr
share/xmltv/tv_grab_be/channel_ids_nl
-share/xmltv/tv_grab_ch/channel_ids
+share/xmltv/tv_grab_ch_bluewin/channel_ids
share/xmltv/tv_grab_de_tvtoday/channel_ids
+share/xmltv/tv_grab_huro/catmap.hu
+share/xmltv/tv_grab_huro/catmap.ro
share/xmltv/tv_grab_huro/jobmap
share/xmltv/tv_grab_it/channel_ids
share/xmltv/tv_grab_uk_bleb/icon_urls
share/xmltv/tv_grab_uk_rt/channel_ids
+share/xmltv/xmltv.dtd
@dirrm share/doc/${DISTNAME}
-@dirrm share/xmltv/tv_grab_au
-@dirrm share/xmltv/tv_grab_ch
+@dirrm share/xmltv/tv_grab_ch_bluewin
@dirrm share/xmltv/tv_grab_huro
@dirrm share/xmltv/tv_grab_de_tvtoday
@dirrm share/xmltv/tv_grab_uk_bleb
diff --git a/multimedia/p5-xmltv/distinfo b/multimedia/p5-xmltv/distinfo
index 9adc9679b75..ef472844320 100644
--- a/multimedia/p5-xmltv/distinfo
+++ b/multimedia/p5-xmltv/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2006/04/19 22:02:46 adrianp Exp $
+$NetBSD: distinfo,v 1.9 2007/02/27 13:28:05 wiz Exp $
-SHA1 (xmltv-0.5.42.tar.bz2) = 1cc127edd695fba2dc14c379b8332de6d7c70f1a
-RMD160 (xmltv-0.5.42.tar.bz2) = cf7151ef8121825e2abd9f219b7e430ad5ab7c9c
-Size (xmltv-0.5.42.tar.bz2) = 504538 bytes
-SHA1 (patch-aa) = 9dadfad8f20156e87a5258e966a5e313dbd6041e
+SHA1 (xmltv-0.5.45.tar.bz2) = ac63d247a8b8fb4b50355b3eefebd1b5cccb23bb
+RMD160 (xmltv-0.5.45.tar.bz2) = c41af01cb2c7936154c3439937f7969809366dc9
+Size (xmltv-0.5.45.tar.bz2) = 556939 bytes
+SHA1 (patch-aa) = 35d4bc04eb9cf3909e875e94196fcbb340c34b43
diff --git a/multimedia/p5-xmltv/patches/patch-aa b/multimedia/p5-xmltv/patches/patch-aa
index 179f1dec851..008e0451409 100644
--- a/multimedia/p5-xmltv/patches/patch-aa
+++ b/multimedia/p5-xmltv/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2006/04/19 22:02:46 adrianp Exp $
+$NetBSD: patch-aa,v 1.3 2007/02/27 13:28:05 wiz Exp $
---- Makefile.PL.orig 2006-01-08 12:53:24.000000000 +0000
-+++ Makefile.PL 2006-04-19 21:53:23.000000000 +0000
-@@ -544,7 +544,7 @@
+--- Makefile.PL.orig 2006-12-02 17:11:25.000000000 +0000
++++ Makefile.PL
+@@ -627,7 +627,7 @@ END
"\n");
}
print STDERR "\n";
@@ -11,12 +11,3 @@ $NetBSD: patch-aa,v 1.2 2006/04/19 22:02:46 adrianp Exp $
# Need to set {install} for each component by prompting.
foreach my $info (@opt_components) {
my $missing = $info->{missing};
-@@ -1019,7 +1019,7 @@
- die "target $name seen twice" if defined $r{$name};
- $r{$name} = $curr_target = [];
- }
-- elsif (/^\t/ and defined $curr_target) {
-+ elsif (/^\s+/ and defined $curr_target) {
- # Commands for the target.
- push @$curr_target, $_;
- }