2013-09-20 22:57:48 +02:00
|
|
|
# Created by: Juergen Lock <nox@FreeBSD.org>
|
The EXTended RECordings MENU plugin provides additional functions to VDR's
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
2012-06-19 20:02:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vdr-plugin-extrecmenu
|
|
|
|
PORTVERSION= 1.2.2
|
2012-07-22 11:25:07 +02:00
|
|
|
PORTREVISION= 2
|
The EXTended RECordings MENU plugin provides additional functions to VDR's
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
2012-06-19 20:02:20 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/936/
|
|
|
|
DISTNAME= vdr-${PLUGIN}-${PORTVERSION}
|
|
|
|
|
2015-12-14 03:52:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
The EXTended RECordings MENU plugin provides additional functions to VDR's
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
2012-06-19 20:02:20 +02:00
|
|
|
COMMENT= Video Disk Recorder - extended recordings menu
|
|
|
|
|
2014-03-15 16:35:59 +01:00
|
|
|
USES= tar:tgz
|
The EXTended RECordings MENU plugin provides additional functions to VDR's
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
2012-06-19 20:02:20 +02:00
|
|
|
PATCH_STRIP= -p1
|
|
|
|
HAVE_CONFIGURE= yes
|
|
|
|
PORTDOCS= COPYING README HISTORY
|
|
|
|
WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION}
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
|
|
|
|
|
|
|
post-patch: post-patch-plugin
|
|
|
|
|
2014-03-01 13:21:13 +01:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr
|
|
|
|
|
The EXTended RECordings MENU plugin provides additional functions to VDR's
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
2012-06-19 20:02:20 +02:00
|
|
|
post-install: post-install-pluginlocales
|
2014-03-01 13:21:13 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
|
The EXTended RECordings MENU plugin provides additional functions to VDR's
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
2012-06-19 20:02:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|