diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-10 09:41:25 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-10 09:41:25 +0000 |
commit | 35d95bd4d361576dcf5e10212545ade8e04eaaaa (patch) | |
tree | 5024cbff48f6e4d2a5ec886b1435b32183415457 /audio/mpg123 | |
parent | 364f86b61444bab8bd64b0cab1ce9d3431aa0680 (diff) | |
download | ports-35d95bd4d361576dcf5e10212545ade8e04eaaaa.tar.gz ports-35d95bd4d361576dcf5e10212545ade8e04eaaaa.zip |
New port, mpg123:
Command-line player for mpeg layer 1, 2 and 3 audio
PR: 3952
Submitted by: Carey Jones <mcj@acquiesce.org>
Notes
Notes:
svn path=/head/; revision=7276
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 18 | ||||
-rw-r--r-- | audio/mpg123/distinfo | 1 | ||||
-rw-r--r-- | audio/mpg123/pkg-comment | 1 | ||||
-rw-r--r-- | audio/mpg123/pkg-descr | 4 | ||||
-rw-r--r-- | audio/mpg123/pkg-plist | 2 |
5 files changed, 26 insertions, 0 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile new file mode 100644 index 000000000000..a52d913f0d8d --- /dev/null +++ b/audio/mpg123/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: mpg123 +# Version required: 0.59f +# Date created: 25 June 1997 +# Whom: Carey Jones <mcj@acquiesce.org> +# +# $Id$ +# + +DISTNAME= mpg123-0.59f +CATEGORIES= audio +MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ + +MAINTAINER= mcj@acquiesce.org + +ALL_TARGET= freebsd +MAN1= mpg123.1 + +.include <bsd.port.mk> diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo new file mode 100644 index 000000000000..893b4693a380 --- /dev/null +++ b/audio/mpg123/distinfo @@ -0,0 +1 @@ +MD5 (mpg123-0.59f.tar.gz) = 06fefbc0c5f9ba77bbf01141c4a101c7 diff --git a/audio/mpg123/pkg-comment b/audio/mpg123/pkg-comment new file mode 100644 index 000000000000..bc0691f6026b --- /dev/null +++ b/audio/mpg123/pkg-comment @@ -0,0 +1 @@ +Command-line player for mpeg layer 1, 2 and 3 audio diff --git a/audio/mpg123/pkg-descr b/audio/mpg123/pkg-descr new file mode 100644 index 000000000000..54b4106faa55 --- /dev/null +++ b/audio/mpg123/pkg-descr @@ -0,0 +1,4 @@ +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. diff --git a/audio/mpg123/pkg-plist b/audio/mpg123/pkg-plist new file mode 100644 index 000000000000..8d8e110f5788 --- /dev/null +++ b/audio/mpg123/pkg-plist @@ -0,0 +1,2 @@ +bin/mpg123 +man/man1/mpg123.1.gz |