diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-17 14:23:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-17 14:23:37 +0800 |
commit | fda4174a0e7d32040fefafcdd56c1107da830d05 (patch) | |
tree | 2da334417ad3fed6a10aec525f114039c770a4ad | |
parent | 2236dec5657454e4749ab6f39a4a23ed465985ac (diff) | |
download | freebsd-ports-graphics-fda4174a0e7d32040fefafcdd56c1107da830d05.tar.gz freebsd-ports-graphics-fda4174a0e7d32040fefafcdd56c1107da830d05.tar.zst freebsd-ports-graphics-fda4174a0e7d32040fefafcdd56c1107da830d05.zip |
add ximp3 0.1.14
A simple console MP3 player
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
6 files changed, 26 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index b30f0d75d01..f888fd188a2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -239,6 +239,7 @@ SUBDIR += xcd SUBDIR += xcdplayer SUBDIR += xhippo + SUBDIR += ximp3 SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmixer diff --git a/audio/ximp3/Makefile b/audio/ximp3/Makefile new file mode 100644 index 00000000000..ccd9fd68259 --- /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 00000000000..60b7e437f87 --- /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 00000000000..b901e10f8d9 --- /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 00000000000..f2ac5d9e0e5 --- /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 00000000000..0a73c14cfa3 --- /dev/null +++ b/audio/ximp3/pkg-plist @@ -0,0 +1 @@ +bin/ximp3 |