From 0c34246ead5bdd5882cd552a1fa50b27b435d5ba Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 15 May 2004 15:19:53 +0000 Subject: 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 --- audio/flac123/Makefile | 36 ++++++++++++++++++++++++++++++++++++ audio/flac123/distinfo | 2 ++ audio/flac123/pkg-descr | 5 +++++ 3 files changed, 43 insertions(+) create mode 100644 audio/flac123/Makefile create mode 100644 audio/flac123/distinfo create mode 100644 audio/flac123/pkg-descr (limited to 'audio/flac123') 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 +# +# $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 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 -- cgit v1.1