summaryrefslogtreecommitdiffstats
path: root/audio/flac123
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-15 15:19:53 +0000
committerkrion <krion@FreeBSD.org>2004-05-15 15:19:53 +0000
commit0c34246ead5bdd5882cd552a1fa50b27b435d5ba (patch)
tree7840f2dac08b742fed77e9d0d4bb64a2461de6f9 /audio/flac123
parent8c34dfffe3257e3531a09085bbfc9f53b7a0f32a (diff)
downloadFreeBSD-ports-0c34246ead5bdd5882cd552a1fa50b27b435d5ba.zip
FreeBSD-ports-0c34246ead5bdd5882cd552a1fa50b27b435d5ba.tar.gz
Add flac123 0.0.7,
Flac123 is a console-line Free Lossless Audio Codec (flac) audio player. It implements mpg123's 'Remote Control' interface and has the ability to output to a wav file or stdout. PR: ports/66643 Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'audio/flac123')
-rw-r--r--audio/flac123/Makefile36
-rw-r--r--audio/flac123/distinfo2
-rw-r--r--audio/flac123/pkg-descr5
3 files changed, 43 insertions, 0 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
new file mode 100644
index 0000000..23c449e
--- /dev/null
+++ b/audio/flac123/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: flac123
+# Date created: 2004-05-14
+# Whom: michael johnson <ahze@ahze.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= flac123
+PORTVERSION= 0.0.7
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= flac-tools
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Command-line player for flac audio files
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
+ ao.3:${PORTSDIR}/audio/libao \
+ FLAC.5:${PORTSDIR}/audio/flac
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+PLIST_FILES= bin/flac123
+PORTDOCS= README.remote
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/flac123/distinfo b/audio/flac123/distinfo
new file mode 100644
index 0000000..57ada9f
--- /dev/null
+++ b/audio/flac123/distinfo
@@ -0,0 +1,2 @@
+MD5 (flac123-0.0.7.tar.gz) = 0003aefd73f2bff4824e4b76a5b5331f
+SIZE (flac123-0.0.7.tar.gz) = 69852
diff --git a/audio/flac123/pkg-descr b/audio/flac123/pkg-descr
new file mode 100644
index 0000000..4cec737
--- /dev/null
+++ b/audio/flac123/pkg-descr
@@ -0,0 +1,5 @@
+Flac123 is a console-line Free Lossless Audio Codec (flac) audio player.
+It implements mpg123's 'Remote Control' interface and has the ability to
+output to a wav file or stdout.
+
+WWW: http://flac-tools.sf.net
OpenPOWER on IntegriCloud