diff options
author | bsam <bsam@FreeBSD.org> | 2008-07-23 02:10:19 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2008-07-23 02:10:19 +0800 |
commit | 5510f0a9b483c32ed2c0496f5f901fbab30ae9af (patch) | |
tree | 66081b1bd9c7c3b0c65d4884d35dfdb5c6300aed /net | |
parent | 631482538ade9ef1b758c05cf08b529867afc4c8 (diff) | |
download | freebsd-ports-graphics-5510f0a9b483c32ed2c0496f5f901fbab30ae9af.tar.gz freebsd-ports-graphics-5510f0a9b483c32ed2c0496f5f901fbab30ae9af.tar.zst freebsd-ports-graphics-5510f0a9b483c32ed2c0496f5f901fbab30ae9af.zip |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/ttbudget/Makefile | 35 | ||||
-rw-r--r-- | net/ttbudget/distinfo | 3 | ||||
-rw-r--r-- | net/ttbudget/pkg-descr | 6 | ||||
-rw-r--r-- | net/ttbudget/pkg-message | 15 | ||||
-rw-r--r-- | net/ttbudget/pkg-plist | 5 |
6 files changed, 65 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8f2af0e3d96..8660f587606 100644 --- a/net/Makefile +++ b/net/Makefile @@ -950,6 +950,7 @@ SUBDIR += tshark SUBDIR += tshark-lite SUBDIR += tsocks + SUBDIR += ttbudget SUBDIR += ttlscan SUBDIR += ttt SUBDIR += tvark diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile new file mode 100644 index 00000000000..fbd85aa34e7 --- /dev/null +++ b/net/ttbudget/Makefile @@ -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> diff --git a/net/ttbudget/distinfo b/net/ttbudget/distinfo new file mode 100644 index 00000000000..6ec31a24a15 --- /dev/null +++ b/net/ttbudget/distinfo @@ -0,0 +1,3 @@ +MD5 (ttbudget_4.tar.bz2) = c8b6bb7cce051d43630b02f25ce924b6 +SHA256 (ttbudget_4.tar.bz2) = 96b29b859153ff6002cf1302ceaf9fcd361874229f6b878a7a3d26b3447412c5 +SIZE (ttbudget_4.tar.bz2) = 38280 diff --git a/net/ttbudget/pkg-descr b/net/ttbudget/pkg-descr new file mode 100644 index 00000000000..49e8e2009dc --- /dev/null +++ b/net/ttbudget/pkg-descr @@ -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/ diff --git a/net/ttbudget/pkg-message b/net/ttbudget/pkg-message new file mode 100644 index 00000000000..58812150a8e --- /dev/null +++ b/net/ttbudget/pkg-message @@ -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. +********************************************************************* + + diff --git a/net/ttbudget/pkg-plist b/net/ttbudget/pkg-plist new file mode 100644 index 00000000000..4831bcd9701 --- /dev/null +++ b/net/ttbudget/pkg-plist @@ -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 |