diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-01-28 03:41:44 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-01-28 03:41:44 +0000 |
commit | 23dc1e8ff0e753ceaba5a4ee853394eba52f91ea (patch) | |
tree | 687371055eb204277ed101d29b95630f26ddcd47 /audio | |
parent | 3abc102a3b05ef3bd0ff28477fb6524dcc6ad061 (diff) | |
download | ports-23dc1e8ff0e753ceaba5a4ee853394eba52f91ea.tar.gz ports-23dc1e8ff0e753ceaba5a4ee853394eba52f91ea.zip |
Notes
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 |