diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-07-22 18:10:19 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-07-22 18:10:19 +0000 |
commit | f6c88bd645bdee74e014bd3b4f282001de7d3906 (patch) | |
tree | b29744f9bf5e05f90f886bef4cf0c86b45c4e614 /net/ttbudget | |
parent | e92a4c0a065dd987eb7490590396b86115ee8355 (diff) |
Notes
Diffstat (limited to 'net/ttbudget')
-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 |
5 files changed, 64 insertions, 0 deletions
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile new file mode 100644 index 000000000000..fbd85aa34e71 --- /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 000000000000..6ec31a24a154 --- /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 000000000000..49e8e2009dc7 --- /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 000000000000..58812150a8e1 --- /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 000000000000..4831bcd9701c --- /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 |