aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-extrecmenu
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* */vdr-plugin-*: Attempt to fix build with Clang 6Tobias Kortkamp2018-09-041-1/+0
| | | | Notes: svn path=/head/; revision=478960
* - Mark broken for head failes to build with newer clangMartin Wilke2018-05-261-0/+1
| | | | | | | Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=470941
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Update WWWDmitry Marakasov2018-01-111-1/+1
| | | | Notes: svn path=/head/; revision=458717
* - Add LICENSEDmitry Marakasov2017-02-241-4/+11
| | | | | | | | | - Remove bogus HAVE_CONFIGURE - Don't install license with docs - Switch to options helpers Notes: svn path=/head/; revision=434697
* Reset maintainerEitan Adler2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=403704
* Switch my ports to USES= tar:...Juergen Lock2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348333
* - Finally stagify the vdr ports. \o/Juergen Lock2014-03-012-6/+6
| | | | | | | | | - 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-0/+1
| | | | | | | | | | | | | | - 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
* The EXTended RECordings MENU plugin provides additional functions to VDR'sJuergen Lock2012-06-196-0/+116
recordings menu: * renaming recordings and directories * moving recordings and directories, also between different filesystems * adjustable display of recording's length, date and size * directories are always shown on top of the list * reworked layout using icons for showing the status of list entries (directory, new recording, moving recording/directory, cutting recording, dvd archiv entry) * extended recordings info menu, shows name, path, channel, size, lifetime and priority of the recording * free disk space is shown for the filesystem of the current directory * sorting by name or date, adjustable for each directory; type of sorting will be stored * ascending/descending sorting * extends VDR's '-r'-option commands with 'move' and 'rename' * functionality of the DVDArchive-patch (see below) * protecting recordings in co-work with the PIN-plugin * a cutter queue WWW: http://projects.vdr-developer.org/projects/show/plg-extrecmenu Notes: svn path=/head/; revision=299650