From ba8c9fc10c80e712c825fb74d91eac1eb6b400ca Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 13 May 2007 12:18:48 +0000 Subject: Initial import of qtplay, a Mac OS X command-line utility to play Audio CD's, MP3's, and other music files using QuickTime. --- audio/qtplay/DESCR | 2 ++ audio/qtplay/Makefile | 30 ++++++++++++++++++++++++++++++ audio/qtplay/PLIST | 3 +++ audio/qtplay/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 audio/qtplay/DESCR create mode 100644 audio/qtplay/Makefile create mode 100644 audio/qtplay/PLIST create mode 100644 audio/qtplay/distinfo (limited to 'audio/qtplay') diff --git a/audio/qtplay/DESCR b/audio/qtplay/DESCR new file mode 100644 index 00000000000..6b3749f5a5c --- /dev/null +++ b/audio/qtplay/DESCR @@ -0,0 +1,2 @@ +qtplay is a Mac OS X command-line utility to play Audio CD's, MP3's, +and other music files using QuickTime. diff --git a/audio/qtplay/Makefile b/audio/qtplay/Makefile new file mode 100644 index 00000000000..1acbf064b18 --- /dev/null +++ b/audio/qtplay/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/13 12:18:48 schmonz Exp $ +# + +DISTNAME= qtplay1.3.1 +PKGNAME= ${DISTNAME:S/qtplay/qtplay-/} +CATEGORIES= audio +MASTER_SITES= http://rainbowflight.googlepages.com/#qtplay + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= http://rainbowflight.googlepages.com/ +COMMENT= QuickTime command-line player + +ONLY_FOR_PLATFORM= Darwin-*-* + +WRKSRC= ${WRKDIR} + +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + +post-extract: + rm -f ${WRKSRC}/qtplay + +do-build: + cd ${WRKSRC} && \ + cc -o qtplay -framework Carbon -framework QuickTime qtplay.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qtplay ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/qtplay.1 ${PREFIX}/${PKGMANDIR}/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/qtplay/PLIST b/audio/qtplay/PLIST new file mode 100644 index 00000000000..bc2fe88491a --- /dev/null +++ b/audio/qtplay/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/13 12:18:48 schmonz Exp $ +bin/qtplay +man/man1/qtplay.1 diff --git a/audio/qtplay/distinfo b/audio/qtplay/distinfo new file mode 100644 index 00000000000..72b2eb27822 --- /dev/null +++ b/audio/qtplay/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/13 12:18:48 schmonz Exp $ + +SHA1 (qtplay1.3.1.tar.gz) = fd7394675c972377a48c2ff8e0a774853c0be6a3 +RMD160 (qtplay1.3.1.tar.gz) = 4c97ee8d38537f52547cb7a4d31eced0a93f2054 +Size (qtplay1.3.1.tar.gz) = 29339 bytes -- cgit v1.2.3