pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/applerecords Initial import of applerecords-0.4 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaef80dcda97
branches:  trunk
changeset: 476289:eaef80dcda97
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Jun 06 07:20:12 2004 +0000

description:
Initial import of applerecords-0.4 into the Packages Collection.

AppleRecords is a pure Java DAAP client, meaning it can stream songs
from DAAP servers, including Apple iTunes 4 and 4.5 for Windows and
Mac OS X.  It should run on most operating systems that have a modern
Java Runtime Environment.

diffstat:

 audio/applerecords/DESCR              |   5 +++++
 audio/applerecords/Makefile           |  28 ++++++++++++++++++++++++++++
 audio/applerecords/PLIST              |   4 ++++
 audio/applerecords/distinfo           |   4 ++++
 audio/applerecords/files/applerecords |   5 +++++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r d2f1a1fb8c8e -r eaef80dcda97 audio/applerecords/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/applerecords/DESCR  Sun Jun 06 07:20:12 2004 +0000
@@ -0,0 +1,5 @@
+AppleRecords is a pure Java DAAP client, meaning it can stream songs
+from DAAP servers, including Apple iTunes 4 and 4.5 for Windows and
+Mac OS X.  It should run on most operating systems that have a modern
+Java Runtime Environment, including Linux, Solaris, Mac OS X, and
+Windows.
diff -r d2f1a1fb8c8e -r eaef80dcda97 audio/applerecords/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/applerecords/Makefile       Sun Jun 06 07:20:12 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/06 07:20:12 agc Exp $
+#
+
+DISTNAME=              applerecords
+PKGNAME=               applerecords-0.4
+CATEGORIES=            audio
+MASTER_SITES=          http://www.cdavies.org/code/
+EXTRACT_SUFX=          .jar
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://www.cdavies.org/applerecords.html
+COMMENT=               Java DAAP client
+
+DIST_SUBDIR=           ${PKGNAME}
+NO_BUILD=              # defined
+WRKSRC=                        ${WRKDIR}
+USE_JAVA=              run
+
+do-extract:
+       ${CP} ${DISTDIR}/${DIST_SUBDIR}/applerecords.jar ${WRKSRC}
+       ${SED} -e 's|@SH@|${SH}|g' -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/applerecords > ${WRKSRC}/applerecords
+
+do-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/lib/applerecords
+       ${INSTALL_DATA} ${WRKSRC}/applerecords.jar ${PREFIX}/lib/applerecords/applerecords.jar
+       ${INSTALL_SCRIPT} ${WRKSRC}/applerecords ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r d2f1a1fb8c8e -r eaef80dcda97 audio/applerecords/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/applerecords/PLIST  Sun Jun 06 07:20:12 2004 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/06 07:20:12 agc Exp $
+bin/applerecords
+lib/applerecords/applerecords.jar
+@dirrm lib/applerecords
diff -r d2f1a1fb8c8e -r eaef80dcda97 audio/applerecords/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/applerecords/distinfo       Sun Jun 06 07:20:12 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/06 07:20:12 agc Exp $
+
+SHA1 (applerecords-0.4/applerecords.jar) = d6f5b096af8c48e4532e2b0c4d76b825c406b842
+Size (applerecords-0.4/applerecords.jar) = 296053 bytes
diff -r d2f1a1fb8c8e -r eaef80dcda97 audio/applerecords/files/applerecords
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/applerecords/files/applerecords     Sun Jun 06 07:20:12 2004 +0000
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+ulimit -d 524288
+
+exec java -jar @PREFIX@/lib/applerecords/applerecords.jar



Home | Main Index | Thread Index | Old Index