From 9ecb0275c8447abf3d1206b96e8b723bbcb6a305 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Wed, 12 Apr 2006 07:10:25 +0000 Subject: [PATCH] rtunes, a small utility to stream audio data to an Apple AirPort Express device. --- audio/rtunes/Makefile | 29 +++++++++++++++++++++++++++++ audio/rtunes/distinfo | 4 ++++ audio/rtunes/pkg/DESCR | 1 + audio/rtunes/pkg/PLIST | 7 +++++++ 4 files changed, 41 insertions(+) create mode 100644 audio/rtunes/Makefile create mode 100644 audio/rtunes/distinfo create mode 100644 audio/rtunes/pkg/DESCR create mode 100644 audio/rtunes/pkg/PLIST diff --git a/audio/rtunes/Makefile b/audio/rtunes/Makefile new file mode 100644 index 00000000000..f4388f53b5e --- /dev/null +++ b/audio/rtunes/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/04/12 07:10:25 mbalmer Exp $ + +COMMENT= "Streams audio to Apple AirPort Express device" + +DISTNAME= rtunes-0.3 +CATEGORIES= audio net +MASTER_SITES= http://www.nazgul.ch/dev/ + +HOMEPAGE= http://www.nazgul.ch/dev.html + +MAINTAINER= Marcus Glocker + +# BSD +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +WANTLIB= c crypto + +NO_REGRESS= Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rtunes ${PREFIX}/bin/rtunes + ${INSTALL_MAN} ${WRKSRC}/rtunes.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/rtunes.conf.5 ${PREFIX}/man/man5 + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtunes + ${INSTALL_DATA} ${WRKSRC}/rtunes.conf ${PREFIX}/share/examples/rtunes + +.include diff --git a/audio/rtunes/distinfo b/audio/rtunes/distinfo new file mode 100644 index 00000000000..01dfc2d285f --- /dev/null +++ b/audio/rtunes/distinfo @@ -0,0 +1,4 @@ +MD5 (rtunes-0.3.tar.gz) = 3b549a9616a1db35d8b99d938bed4326 +RMD160 (rtunes-0.3.tar.gz) = 8a880223f27457db39998aa3499f93d2c280334a +SHA1 (rtunes-0.3.tar.gz) = 1b270910083d83e3d487f40119a244374dd9cce3 +SIZE (rtunes-0.3.tar.gz) = 13084 diff --git a/audio/rtunes/pkg/DESCR b/audio/rtunes/pkg/DESCR new file mode 100644 index 00000000000..3a32b9d8825 --- /dev/null +++ b/audio/rtunes/pkg/DESCR @@ -0,0 +1 @@ +rtunes streams audio to an Apple AirPort Express device. diff --git a/audio/rtunes/pkg/PLIST b/audio/rtunes/pkg/PLIST new file mode 100644 index 00000000000..9c5ee407611 --- /dev/null +++ b/audio/rtunes/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/12 07:10:25 mbalmer Exp $ +bin/rtunes +@man man/man1/rtunes.1 +@man man/man5/rtunes.conf.5 +share/examples/rtunes/ +share/examples/rtunes/rtunes.conf +@sample ${SYSCONFDIR}/rtunes.conf