diff options
author | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
commit | f8e906be96435c1ec9f3f8dba3ab6d8698cb08be (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/mpg123 | |
parent | 3492a1d2d3c36ad01439a85ba2bad6462bb0288d (diff) | |
download | pkgsrc-f8e906be96435c1ec9f3f8dba3ab6d8698cb08be.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 18 | ||||
-rw-r--r-- | audio/mpg123/files/md5 | 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 00000000000..8626175a9bc --- /dev/null +++ b/audio/mpg123/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: mpg123 +# Version required: 0.59k +# Date created: 25 June 1997 +# Whom: Carey Jones <mcj@acquiesce.org> +# +# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:38 augustss Exp $ +# + +DISTNAME= mpg123-0.59k +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/files/md5 b/audio/mpg123/files/md5 new file mode 100644 index 00000000000..17f920add9f --- /dev/null +++ b/audio/mpg123/files/md5 @@ -0,0 +1 @@ +MD5 (mpg123-0.59k.tar.gz) = 03d03452cdd649c6f24ada7ad314fb78 diff --git a/audio/mpg123/pkg/COMMENT b/audio/mpg123/pkg/COMMENT new file mode 100644 index 00000000000..bc0691f6026 --- /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 00000000000..54b4106faa5 --- /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 00000000000..8d8e110f578 --- /dev/null +++ b/audio/mpg123/pkg/PLIST @@ -0,0 +1,2 @@ +bin/mpg123 +man/man1/mpg123.1.gz |