aboutsummaryrefslogtreecommitdiff
path: root/audio/flac123
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-15 15:19:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-15 15:19:53 +0000
commit5d9268584c95acc7793ef785443dcf79ba7d2357 (patch)
treef9a57ee91838c2ec30cd27f505c0b85cc3277fc9 /audio/flac123
parentd4021ad4cd3a38ac85faf99dbbc0ced5905fc4a7 (diff)
downloadports-5d9268584c95acc7793ef785443dcf79ba7d2357.tar.gz
ports-5d9268584c95acc7793ef785443dcf79ba7d2357.zip
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>
Notes
Notes: svn path=/head/; revision=109213
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 000000000000..23c449e69577
--- /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 000000000000..57ada9f5b7ca
--- /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 000000000000..4cec73784f8c
--- /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