aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-eepg
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainerEitan Adler2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=403704
* - Modernize plist, switch to @sampleDmitry Marakasov2015-05-141-5/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386308
* - Finally stagify the vdr ports. \o/Juergen Lock2014-03-012-12/+9
| | | | | | | | | - Use new LIB_DEPENDS syntax. - Change multimedia/vdr-plugins defaults and bump PORTREVISION for it. (switch from xvdr to vnsiserver and disable plugins depending on ffmpeg0) Notes: svn path=/head/; revision=346615
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update multimedia/vdr to 1.7.29 .Juergen Lock2012-07-221-1/+1
| | | | | | | - Bump PORTREVISION for all plugins. Notes: svn path=/head/; revision=301310
* - Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .Juergen Lock2012-06-191-2/+2
| | | | | | | | | | | | | | - Update xineliboutput XKeySym.Pause key in example remote.conf. ("space" instead of "Space") - Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport. - Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot. - Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot. - Bump PORTREVISION for all other plugins and add api fixes where necessary. - Add HISTORY to PORTDOCS for most plugins. (those that have it) - Remove shlib major versions from LIB_DEPENDS to pet portlint. Notes: svn path=/head/; revision=299655
* - Update multimedia/vdr and multimedia/vdr-plugins to 1.7.27 .Juergen Lock2012-04-212-2/+2
| | | | | | | | | | | | | | | - Update multimedia/vdr-plugin-epgsearch to 1.0.1s20120322 git snapshot. - Update multimedia/vdr-plugin-femon to 1.7.15 . - Update multimedia/vdr-plugin-iptv to 0.5.0 . - Update multimedia/vdr-plugin-osdteletext to 0.9.2 . - Update multimedia/vdr-plugin-streamdev to 0.5.1p20120311 git snapthot. - Update multimedia/vdr-plugin-xineliboutput to 1.0.90s20111129.1002 cvs snapshot. - Bump PORTREVISION for all other plugins and add vdr 1.7.27 compatibility/bugfix patches where necessary. Notes: svn path=/head/; revision=295188
* - Update multimedia/vdr to 1.7.22 .Juergen Lock2012-01-212-2/+2
| | | | | | | | | | | | | | | - Add startup script that the rc.d script invokes to wait for /dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO" in rc.conf(5). (This turned out to be necessary in some situations because devd starts webcamd only later in the boot process.) - One more fix for changing OSD language when using UTF-8. - Update multimedia/vdr-plugin-femon to 1.7.11 . - Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 . - Bump PORTREVISION for all other plugins. - Update www/vdradmin-am to 3.6.9 . Notes: svn path=/head/; revision=289562
* - Finish off the year by fixing permissions on the eepg config dirJuergen Lock2011-12-313-1/+20
| | | | | | | | | and adding a missing patch that was forgotten in the initial commit. - Bump PORTREVISION. Notes: svn path=/head/; revision=288353
* This VDR plugin parses the extended (2 to 10 day) EPG data which is send byJuergen Lock2011-12-305-0/+71
providers on their portal channels. This EEPG data is transmitted in a non-standard format on a non-standard PID. Currently the following EEPG formats are supported: -Mediahighway 1 (CanaalDigitaalNL, CSat, Cyfra+) -Mediahighway 2 (Digital+) -Sky Italy -Sky UK -Freesat -Premiere -NagraGuide (CanaalDigitaalNL, only in test) WWW: http://projects.vdr-developer.org/projects/plg-eepg Notes: svn path=/head/; revision=288293