1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
DVB Frontend Status Monitor is a VDR plugin that displays some signal
information parameters of the current tuned channel on OSD. You can zap
through all your channels and the plugin should be monitoring always the
right frontend. The transponder and stream information are also available
in advanced display modes.

WWW: http://www.saunalahti.fi/~rahrenbe/vdr/femon/
This commit is contained in:
Juergen Lock 2011-03-26 19:17:59 +00:00
parent d2277f8c9d
commit cebeac8771
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271800
7 changed files with 83 additions and 0 deletions

View File

@ -337,6 +337,7 @@
SUBDIR += vdr
SUBDIR += vdr-plugin-control
SUBDIR += vdr-plugin-epgsearch
SUBDIR += vdr-plugin-femon
SUBDIR += vic
SUBDIR += vlc
SUBDIR += vodcatcher

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: vdr-plugin-femon
# Date created: Wed Apr 14 18:11:42 CEST 2010
# Whom: Juergen Lock <nox@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= vdr-plugin-femon
PORTVERSION= 1.7.7
PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - frontend monitor plugin
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION}
.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-femon-1.7.7.tgz) = 737a62d735da404e6063b26bbaea598c1a615542e4fc85afa7db84fd2b4286da
SIZE (vdr/vdr-femon-1.7.7.tgz) = 71864

View File

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

View File

@ -0,0 +1,16 @@
diff -ur orig/femon-1.7.7/Makefile femon-1.7.7/Makefile
--- orig/femon-1.7.7/Makefile 2010-03-05 03:20:00.000000000 +0100
+++ femon-1.7.7/Makefile 2010-03-05 17:55:59.000000000 +0100
@@ -115,7 +115,11 @@
ifndef FEMON_DEBUG
@$(STRIP) $@
endif
+ifdef FREEBSD
+ @cp -f $@ $(LIBDIR)/$@.$(APIVERSION)
+else
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
+endif
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
Only in femon-1.7.7: Makefile.orig

View File

@ -0,0 +1,9 @@
http://www.linuxtv.org/vdrwiki/index.php/Femon-plugin
DVB Frontend Status Monitor is a VDR plugin that displays some signal
information parameters of the current tuned channel on OSD. You can zap
through all your channels and the plugin should be monitoring always the
right frontend. The transponder and stream information are also available
in advanced display modes.
WWW: http://www.saunalahti.fi/~rahrenbe/vdr/femon/

View File

@ -0,0 +1,11 @@
lib/vdr/libvdr-femon.so.1.7.17
%%NLS%%share/locale/de_DE/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/es_ES/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/et_EE/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/fi_FI/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/fr_FR/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/it_IT/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/lt_LT/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/ru_RU/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/vdr-femon.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/vdr-femon.mo