diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-03-17 03:10:54 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-03-17 03:10:54 +0800 |
commit | 9513c571ba928e5fe28849fb094f7925f6255e92 (patch) | |
tree | 0876a46c58663b0f8feee3098e92f279118d49e7 /multimedia | |
parent | 5799356ef68d3ea0ba16995d1097c4d6a5e4cd4f (diff) | |
download | freebsd-ports-gnome-9513c571ba928e5fe28849fb094f7925f6255e92.tar.gz freebsd-ports-gnome-9513c571ba928e5fe28849fb094f7925f6255e92.tar.zst freebsd-ports-gnome-9513c571ba928e5fe28849fb094f7925f6255e92.zip |
- Removed obsolete text from pkg-descr [1]
- Fixed mtree problem [2]
Reported by: Bernhard Frohlich <decke at bluelife dot at> [1]
Reported by: QAT & erwin (pointyhat) [2]
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mythtv/files/pkg-install.in | 4 | ||||
-rw-r--r-- | multimedia/mythtv/pkg-descr | 18 |
2 files changed, 7 insertions, 15 deletions
diff --git a/multimedia/mythtv/files/pkg-install.in b/multimedia/mythtv/files/pkg-install.in index d9eb93dfd8ef..88ee0be932f8 100644 --- a/multimedia/mythtv/files/pkg-install.in +++ b/multimedia/mythtv/files/pkg-install.in @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/multimedia/mythtv/files/Attic/pkg-install.in,v 1.1 2009-03-10 21:08:51 glarkin Exp $ +# $FreeBSD: /tmp/pcvs/ports/multimedia/mythtv/files/Attic/pkg-install.in,v 1.2 2009-03-16 19:10:54 glarkin Exp $ PW=%%PW%% DATADIR=%%DATADIR%% @@ -29,7 +29,7 @@ POST-INSTALL) echo "You already have a user \"${MYTHTVUSER}\", so I will use it." else if ${PW} useradd ${MYTHTVUSER} -u ${MYTHTVUID} -g ${MYTHTVGROUP} -h - \ - -d ${MYTHTVDIR} -m -s /bin/sh -c "MythTV" + -d ${MYTHTVDIR} -s /bin/sh -c "MythTV" then echo "Added user \"${MYTHTVUSER}\"." else diff --git a/multimedia/mythtv/pkg-descr b/multimedia/mythtv/pkg-descr index 14bee271ff9b..4744392cc124 100644 --- a/multimedia/mythtv/pkg-descr +++ b/multimedia/mythtv/pkg-descr @@ -1,21 +1,13 @@ MythTV is a "Personal Video Recorder", i.e. a computer-based video recorder. It supports pausing and rewinding live TV, multiple tuner -cards, hardware or software video compression, onscreen program guides -and a distributed architecture. - -The current distributed version of MythTV -(http://www.mythtv.org/modules.php?name=Downloads&d_op=viewdownload&cid=1) -is out of date for just about all platforms. It is also protocol -incompatible with the "bug fix" version, which is maintained under -subversion, rather like the FreeBSD -STABLE branch. This port is a -snapshot of svn version 13053, dated 15 March 2007. Later versions of -this tree are no longer compatible with this port. +cards, hardware or software video compression, onscreen program +guides and a distributed architecture. MythTV requires tuner drivers which support the V4L standard. Currently no official FreeBSD driver does so, but the latest version of a beta version of the cxm driver is available from -http://usleepless.110mb.com/pvrxxx_port-10042007.tgz. Problems have -been reported with this port; if you use it, you should join the -FreeBSD-multimedia mailing list and report where appropriate. +http://usleepless.110mb.com/pvrxxx_port-10042007.tgz. Problems +have been reported with this port; if you use it, you should join +the FreeBSD-multimedia mailing list and report where appropriate. WWW: http://www.mythtv.org |