diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-01-28 11:41:44 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-01-28 11:41:44 +0800 |
commit | 636f85a7815b1ce9dece000098f650f883054458 (patch) | |
tree | d5984d776d0e8f37b0b688602ec11c9592f2ec6f /audio | |
parent | 210144a1287321ebdb3c5c508cb84e8275cc77e0 (diff) | |
download | freebsd-ports-gnome-636f85a7815b1ce9dece000098f650f883054458.tar.gz freebsd-ports-gnome-636f85a7815b1ce9dece000098f650f883054458.tar.zst freebsd-ports-gnome-636f85a7815b1ce9dece000098f650f883054458.zip |
Update MASTER_SITE, add URL to pkg/DESCR.
Submitted by: Steve Samorodin <samorodi@NUXI.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 5 | ||||
-rw-r--r-- | audio/mpg123/pkg-descr | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index cd36ce45dd08..136640778a91 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -3,13 +3,14 @@ # Date created: 25 June 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.8 1998/10/03 12:09:54 jkoshy Exp $ +# $Id: Makefile,v 1.9 1998/11/14 09:43:03 asami Exp $ # DISTNAME= mpg123-0.59o CATEGORIES= audio MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ - http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/ + http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ + http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ MAINTAINER= jkoshy@freebsd.org diff --git a/audio/mpg123/pkg-descr b/audio/mpg123/pkg-descr index 54b4106faa55..9557b201d951 100644 --- a/audio/mpg123/pkg-descr +++ b/audio/mpg123/pkg-descr @@ -2,3 +2,7 @@ mpg123 reads one or more files (or standard input if ``-'' is specified) or URLs and plays them on the audio device (default) or outputs them to stdout. file/URL is assumed to be an MPEG-1/2 audio bit stream. + +URL: http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123.html + and + http://mpg.123.org |