1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Shutdown vdr, mute or execute a custom command after a configurable
timespan.  User keys and keymacros.conf are supported.

WWW: http://projects.vdr-developer.org/projects/plg-sleeptimer
This commit is contained in:
Juergen Lock 2011-08-05 20:16:27 +00:00
parent ffb8f0807f
commit f0c3d0386b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278975
6 changed files with 73 additions and 0 deletions

View File

@ -338,6 +338,7 @@
SUBDIR += vdr-plugin-reelchannelscan
SUBDIR += vdr-plugin-remote
SUBDIR += vdr-plugin-skinenigmang
SUBDIR += vdr-plugin-sleeptimer
SUBDIR += vdr-plugin-softdevice
SUBDIR += vdr-plugin-streamdev
SUBDIR += vdr-plugin-ttxtsubs

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: vdr-plugin-sleeptimer
# Date created: Fri Jul 22 21:45:54 CEST 2011
# Whom: Juergen Lock <nox@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= vdr-plugin-sleeptimer
PORTVERSION= 0.8.2
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/652/
EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - sleep timer plugin
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION}
.include "${.CURDIR}/../vdr/Makefile.plugins"
post-patch: post-patch-plugin
post-install: post-install-pluginlocales
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (vdr/vdr-plugin-sleeptimer-0.8.2.tgz) = 81e924bc0ea3587238cf2b090713076320aa3b8f5417561691e2a6ba543ff28c
SIZE (vdr/vdr-plugin-sleeptimer-0.8.2.tgz) = 22483

View File

@ -0,0 +1,9 @@
--- a/Makefile
+++ b/Makefile
@@ -110,3 +110,6 @@ dist: clean
clean:
@-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
+
+install:
+ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)

View File

@ -0,0 +1,6 @@
http://www.linuxtv.org/vdrwiki/index.php/Sleeptimer-plugin
Shutdown vdr, mute or execute a custom command after a configurable
timespan. User keys and keymacros.conf are supported.
WWW: http://projects.vdr-developer.org/projects/plg-sleeptimer

View File

@ -0,0 +1,22 @@
lib/vdr/libvdr-sleeptimer.so.1.7.19
%%NLS%%share/locale/ca_ES/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/cs_CZ/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/da_DK/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/de_DE/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/el_GR/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/es_ES/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/et_EE/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/fi_FI/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/fr_FR/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/hr_HR/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/hu_HU/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/it_IT/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/nl_NL/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/nn_NO/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/pl_PL/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/pt_PT/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/ro_RO/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/ru_RU/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/sl_SI/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/sv_SE/LC_MESSAGES/vdr-sleeptimer.mo
%%NLS%%share/locale/tr_TR/LC_MESSAGES/vdr-sleeptimer.mo