aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-epgsearch
Commit message (Collapse)AuthorAgeFilesLines
* Remove libpcre.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428143
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Reset maintainerEitan Adler2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=403704
* Switch my ports to USES= tar:...Juergen Lock2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348333
* - Finally stagify the vdr ports. \o/Juergen Lock2014-03-012-11/+11
| | | | | | | | | - 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-1/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Fix bug uncovered by recent clang.Juergen Lock2013-09-132-1/+31
| | | | | | | | | - Bump PORTREVISION. Reported by: beefy2 via pkg-fallout Notes: svn path=/head/; revision=327178
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-111-0/+1
| | | | Notes: svn path=/head/; revision=326991
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Fix build with bmakeBaptiste Daroussin2013-05-051-7/+3
| | | | Notes: svn path=/head/; revision=317446
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - 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-192-1/+16
| | | | | | | | | | | | | | - 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-214-19/+17
| | | | | | | | | | | | | | | - 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-5/+5
| | | | | | | | | | | | | | | - 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
* - Update multimedia/vdr to 1.7.19 (with parts of the update revertedJuergen Lock2011-06-252-5/+5
| | | | | | | | | | to avoid a known bug.) - Fix build with clang for vdr and plugins, and also fix a few bugs it uncovered. - Bump PORTREVISION for all plugins. Notes: svn path=/head/; revision=276377
* - Add support patches for teletext subtitle plugin to multimedia/vdrJuergen Lock2011-06-101-1/+1
| | | | | | | | | | with knob defaulted to on. (multimedia/vdr-plugin-ttxtsubs, to be committed next.) - Bump PORTVERSION for vdr, and also for its plugins because this is an ABI change. Notes: svn path=/head/; revision=275316
* - Update multimedia/vdr to 1.7.18 .Juergen Lock2011-04-192-5/+5
| | | | | | | | - Bump PORTVERSION for all plugins. - Add markad plugin to multimedia/vdr-plugins metaport. Notes: svn path=/head/; revision=272936
* http://www.linuxtv.org/vdrwiki/index.php/Epgsearch-pluginJuergen Lock2011-03-265-0/+133
EPG-Search can be used as a replacement for VDR's default schedules menu entry. It looks like the standard schedules menu, but adds some additional functions. WWW: http://winni.vdr-developer.org/epgsearch/index_eng.html Notes: svn path=/head/; revision=271799