xmltv MANIFEST,1.202,1.203 Makefile.PL,1.458,1.459

Robert Eden <[email protected]> Fri, 29 Jul 2016 06:36:26 +0000
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19246

Modified Files:
	MANIFEST Makefile.PL 
Log Message:
add Gary Buhrmaster's tv_grab_zz_sdjson_sqlite grabber!

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/xmltv/xmltv/Makefile.PL,v
retrieving revision 1.458
retrieving revision 1.459
diff -C2 -d -r1.458 -r1.459
*** Makefile.PL	9 Jul 2016 18:03:41 -0000	1.458
--- Makefile.PL	29 Jul 2016 06:36:24 -0000	1.459
***************
*** 910,913 ****
--- 910,935 ----
       },
  
+       { name => 'tv_grab_zz_sdjson_sqlite',
+        blurb => '$$ Grabber for schedulesDirect.org SD-JSON service (many countries)',
+        exes => [ 'grab/zz_sdjson_sqlite/tv_grab_zz_sdjson_sqlite' ],
+        prereqs => { 
+ 					'Encode' => 0,
+ 					'JSON' 	=> 0,
+ 					'Digest::SHA1'	=> 0,
+ 					'File::Basename'=> 0,
+ 					'File::Which' 	=> 0,
+ 					'File::HomeDir' => 0,
+ 					'File::Path'	=> 0,
+ 					'DateTime' 		=> 0,
+ 					'DateTime::TimeZone' => 0,
+ 					'DateTime::Format::ISO8601' => 0,
+ 					'DateTime::Format::SQLite'  => 0,
+ 					'List::MoreUtils' => 0,
+ 					'DBI' => 0,
+ 					'DBD::SQLite'  => 0,
+ 					'Scalar::Util' => 0,
+ 					'Data::Dumper' => 0,}
+      },
+ 
  
  # honir 2015-03-05 hasn't worked since 2014-11-19 - source site permanently broken

Index: MANIFEST
===================================================================
RCS file: /cvsroot/xmltv/xmltv/MANIFEST,v
retrieving revision 1.202
retrieving revision 1.203
diff -C2 -d -r1.202 -r1.203
*** MANIFEST	12 Jul 2016 01:52:48 -0000	1.202
--- MANIFEST	29 Jul 2016 06:36:24 -0000	1.203
***************
*** 246,249 ****
--- 246,250 ----
  grab/za/test.conf
  grab/za/tv_grab_za
+ grab/zz_sdjson_sqlite/tv_grab_zz_sdjson_sqlite
  lib/.cvsignore
  lib/Ask.pm


------------------------------------------------------------------------------