A driver for DVB S-1401 PCI card. Written by paradox (http://paradox.org.ua/).

In this version of the driver there is no support of TV. Only data.

For additional information, see readme in source tarball

WWW: http://paradox.org.ua/

PR:		ports/124489
Submitted by:	Alex Keda <admin at lissyara.su>
This commit is contained in:
Boris Samorodov 2008-07-22 18:10:19 +00:00
parent e92a4c0a06
commit f6c88bd645
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217306
6 changed files with 65 additions and 0 deletions

View file

@ -950,6 +950,7 @@
SUBDIR += tshark
SUBDIR += tshark-lite
SUBDIR += tsocks
SUBDIR += ttbudget
SUBDIR += ttlscan
SUBDIR += ttt
SUBDIR += tvark

35
net/ttbudget/Makefile Normal file
View file

@ -0,0 +1,35 @@
# New ports collection makefile for: SkyStar3
# Date created: 07 June 2008
# Whom: Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#
PORTNAME= ttbudget
PORTVERSION= 4
CATEGORIES= net
MASTER_SITES= http://paradox.org.ua/ \
http://lissyara.su/patch/skystar3/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= admin@lissyara.su
COMMENT= Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3)
USE_BZIP2= yes
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}
SYSDIR?= ${SRC_BASE}/sys
KMODDIR= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR}
SETENV+= FROMPORT=1
pre-fetch:
.if !exists(${SYSDIR}/Makefile)
@${ECHO} "*************************************************"; \
${ECHO} "This port requires the kernel source be available"; \
${ECHO} "*************************************************"; \
exit 1
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

3
net/ttbudget/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (ttbudget_4.tar.bz2) = c8b6bb7cce051d43630b02f25ce924b6
SHA256 (ttbudget_4.tar.bz2) = 96b29b859153ff6002cf1302ceaf9fcd361874229f6b878a7a3d26b3447412c5
SIZE (ttbudget_4.tar.bz2) = 38280

6
net/ttbudget/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
A driver for DVB S-1401 PCI card. Written by paradox (http://paradox.org.ua/).
In this version of the driver there is no support of TV. Only data.
For additional information, see readme in source tarball
WWW: http://paradox.org.ua/

15
net/ttbudget/pkg-message Normal file
View file

@ -0,0 +1,15 @@
*********************************************************************
To use these drivers, make sure that you have loaded the skystar3
kernel module, by doing
# kldload ttbudget
or adding
ttbudget_load="YES"
to your /boot/loader.conf.
*********************************************************************

5
net/ttbudget/pkg-plist Normal file
View file

@ -0,0 +1,5 @@
bin/dvbconfig
@cwd %%KMODDIR%%
ttbudget.ko
@unexec /bin/rm %D/ttbudget.ko.symbols 2>/dev/null || /usr/bin/true
@unexec kldxref %D