diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-14 14:55:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-14 14:55:28 +0800 |
commit | f271a2af04169494b440a64f3733ffca4bb4aee8 (patch) | |
tree | a664b6282a0e395d5397ad90755604e35c444251 | |
parent | c993239003b3dd911f424d510cff5818297ca104 (diff) | |
download | freebsd-ports-gnome-f271a2af04169494b440a64f3733ffca4bb4aee8.tar.gz freebsd-ports-gnome-f271a2af04169494b440a64f3733ffca4bb4aee8.tar.zst freebsd-ports-gnome-f271a2af04169494b440a64f3733ffca4bb4aee8.zip |
[MAINTAINER] net/vls: [update pkg-descr and COMMENT]
Update pkg-descr and COMMENT to better reflect the current
version of vls
PR: ports/72668
Submitted by: Michael Johnson <ahze@ahze.net>
-rw-r--r-- | net/vls/Makefile | 2 | ||||
-rw-r--r-- | net/vls/pkg-descr | 12 |
2 files changed, 4 insertions, 10 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile index 4f995ac982de..a9b85695e84d 100644 --- a/net/vls/Makefile +++ b/net/vls/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/vls/${PORTVERSION}/ MAINTAINER= ahze@ahze.net -COMMENT= An X11 video streaming client/server solution +COMMENT= Broadcasts MPEG(1/2/4, PS/TS) video streams LIB_DEPENDS= dvbpsi.3:${PORTSDIR}/multimedia/libdvbpsi .if !defined(WITHOUT_DVD) diff --git a/net/vls/pkg-descr b/net/vls/pkg-descr index 493f48de6da1..e187c48d774d 100644 --- a/net/vls/pkg-descr +++ b/net/vls/pkg-descr @@ -1,13 +1,7 @@ vls -- the VideoLAN Server -The vls is distributed with a GPL license. See the file COPYING in the -base directory. - -The vls is part of the VideoLAN project, a full client/server -solution for video streaming using multicast or unicast. - -The VideoLAN web site at http://www.videolan.org/ is a good start for -information about MPEG and DVD playing. Have a look at the documentation -section (http://www.videolan.org/doc/), as well as the bookmarks. +VLS is part of the VideoLAN project, a full client/server video over IP +solution. The VideoLAN Server aims at broadcasting MPEG (1/2/4, PS/TS) +video streams over any IP network. WWW: http://www.videolan.org/ |