diff options
author | nork <nork@FreeBSD.org> | 2005-04-16 10:24:52 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-04-16 10:24:52 +0800 |
commit | 6422b74c2380f2538a97b8f79491fb3cab49616b (patch) | |
tree | 4f529d8aa0c8149e89e3759d85a0e58ced68fa2e /net/liveMedia | |
parent | f7a493999437a8f83f36a581bc6dfd073ccabf8f (diff) | |
download | freebsd-ports-gnome-6422b74c2380f2538a97b8f79491fb3cab49616b.tar.gz freebsd-ports-gnome-6422b74c2380f2538a97b8f79491fb3cab49616b.tar.zst freebsd-ports-gnome-6422b74c2380f2538a97b8f79491fb3cab49616b.zip |
o Ressurect a mirror site, permanently. [1]
o Add pkg-message from author. [2]
o Add WWW line to pkg-descr.
o Bump PORTREVISION, because it wants you to
read the author's message.
PR: ports/79864 [1]
Submitted by: Frank Laszlo <laszlof@tvog.net> [1]
Approved by: Ross Finlayson <finlayson@live.com> (author) [1]
Requested by: Ross Finlayson <finlayson@live.com> (author) [2]
Diffstat (limited to 'net/liveMedia')
-rw-r--r-- | net/liveMedia/Makefile | 15 | ||||
-rw-r--r-- | net/liveMedia/pkg-descr | 2 | ||||
-rw-r--r-- | net/liveMedia/pkg-message | 5 |
3 files changed, 13 insertions, 9 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 46939de05a18..2e10e24eafe2 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -7,19 +7,13 @@ PORTNAME= liveMedia PORTVERSION= 2005.04.13 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ -#MASTER_SITES+= ${MASTER_SITE_LOCAL} -#MASTER_SITE_SUBDIR= nork +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= nork DISTNAME= live.${PORTVERSION} -# liveMedia's author says that use the latest version whenever -# possible, and doesn't keep old archives. -# So nork decided to set MASTER_SITES and MASTER_SITE_SUBDIR, -# while ports frozen. -# NOTE: If you notice that nork doesn't update this port, -# please go ahead before you informed to nork. MAINTAINER= nork@FreeBSD.org COMMENT= LIVE.COM Streaming Media @@ -223,4 +217,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/live/liveMedia/include/ .endfor +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/net/liveMedia/pkg-descr b/net/liveMedia/pkg-descr index 9d947a97d5bd..8ea6530f069d 100644 --- a/net/liveMedia/pkg-descr +++ b/net/liveMedia/pkg-descr @@ -10,3 +10,5 @@ extended to support additional (audio and/or video) codecs. They can also be used to build basic RTSP clients and servers, and have been used to add streaming support to existing media player applications, such as "mplayer". + +WWW: http://www.live.com/liveMedia/ diff --git a/net/liveMedia/pkg-message b/net/liveMedia/pkg-message new file mode 100644 index 000000000000..7110679ee76e --- /dev/null +++ b/net/liveMedia/pkg-message @@ -0,0 +1,5 @@ + +For more documentation on this software +(and to get the latest version), please +see <http://www.live.com/liveMedia/>. + |