diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-17 06:23:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-01-17 06:23:37 +0000 |
commit | 3b05a3924eb3af67ec51daef0895cdf491b2d34d (patch) | |
tree | 540e85b32de259e7c7f3390bdd1899de5ee9ae88 /audio/ximp3 | |
parent | 0bae732de76c73640d03141be7c9eab8fea211ca (diff) |
add ximp3 0.1.14
A simple console MP3 player
Notes
Notes:
svn path=/head/; revision=53227
Diffstat (limited to 'audio/ximp3')
-rw-r--r-- | audio/ximp3/Makefile | 18 | ||||
-rw-r--r-- | audio/ximp3/distinfo | 1 | ||||
-rw-r--r-- | audio/ximp3/pkg-comment | 1 | ||||
-rw-r--r-- | audio/ximp3/pkg-descr | 4 | ||||
-rw-r--r-- | audio/ximp3/pkg-plist | 1 |
5 files changed, 25 insertions, 0 deletions
diff --git a/audio/ximp3/Makefile b/audio/ximp3/Makefile new file mode 100644 index 000000000000..ccd9fd68259c --- /dev/null +++ b/audio/ximp3/Makefile @@ -0,0 +1,18 @@ +# ex:ts=8 +# Ports collection makefile for: ximp3 +# Date created: Jan 17, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= ximp3 +PORTVERSION= 0.1.14 +CATEGORIES= audio +MASTER_SITES= http://home.swipnet.se/~w-10246/unix/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/audio/ximp3/distinfo b/audio/ximp3/distinfo new file mode 100644 index 000000000000..60b7e437f873 --- /dev/null +++ b/audio/ximp3/distinfo @@ -0,0 +1 @@ +MD5 (ximp3-0.1.14.tar.gz) = 2f836218fd5f5c67c4908c3414d662f6 diff --git a/audio/ximp3/pkg-comment b/audio/ximp3/pkg-comment new file mode 100644 index 000000000000..b901e10f8d99 --- /dev/null +++ b/audio/ximp3/pkg-comment @@ -0,0 +1 @@ +A simple console MP3 player diff --git a/audio/ximp3/pkg-descr b/audio/ximp3/pkg-descr new file mode 100644 index 000000000000..f2ac5d9e0e59 --- /dev/null +++ b/audio/ximp3/pkg-descr @@ -0,0 +1,4 @@ +A simple console MP3 player. It is based on the GPL'ed Xing decoder also +used in FreeAmp. + +WWW: http://home.swipnet.se/~w-10246/unix/ diff --git a/audio/ximp3/pkg-plist b/audio/ximp3/pkg-plist new file mode 100644 index 000000000000..0a73c14cfa35 --- /dev/null +++ b/audio/ximp3/pkg-plist @@ -0,0 +1 @@ +bin/ximp3 |