a3b3bd2f21
to szap but including support for S2API a.k.a. DVB API version 5, which supports DVB-S2. When using szap-s2, one instructs it to change the channel to one of a list of channels supplied in a channels.conf type file. There is no manpage yet, but you can run szap-s2 without args to get a usage message. location of channel list file is ~/.szap/channels.conf one line of the szap channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:service_id one line of the VDR channel file has the following format: name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:tpid:?:service_id:?:?:? WWW: http://www.linuxtv.org/wiki/index.php/Szap-s2
33 lines
774 B
Makefile
33 lines
774 B
Makefile
# New ports collection makefile for: szap_s2
|
|
# Date created: Wed Apr 14 19:30:36 CEST 2010
|
|
# Whom: Juergen Lock <nox@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= szap_s2
|
|
PORTVERSION= 20100129s
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= nox/
|
|
|
|
MAINTAINER= nox@FreeBSD.org
|
|
COMMENT= Simple zapping tool for the Linux DVB S2 API
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/frontend.h:${PORTSDIR}/multimedia/v4l_compat
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
PATCH_STRIP= -p1
|
|
MAKE_ARGS= INCLUDE=-I"${LOCALBASE}/include"
|
|
WRKSRC= ${WRKDIR}/szap-s2-e34f73b254db
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/szap-s2
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|