diff options
author | schmonz <schmonz> | 2007-05-13 12:18:48 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-05-13 12:18:48 +0000 |
commit | 6e65de4bbf77996b31297a8fab8c4c9e223ff1cc (patch) | |
tree | 0789717c4fc0c1d9a700ec6301d4b446c1a5cfd8 /audio | |
parent | e1b8b878005bbbf476d71c95dc0f8aacccb060a5 (diff) | |
download | pkgsrc-6e65de4bbf77996b31297a8fab8c4c9e223ff1cc.tar.gz |
Initial import of qtplay, a Mac OS X command-line utility to play
Audio CD's, MP3's, and other music files using QuickTime.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/qtplay/DESCR | 2 | ||||
-rw-r--r-- | audio/qtplay/Makefile | 30 | ||||
-rw-r--r-- | audio/qtplay/PLIST | 3 | ||||
-rw-r--r-- | audio/qtplay/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
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 |