summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>1999-11-18 09:17:15 +0000
committerDonald Burr <dburr@FreeBSD.org>1999-11-18 09:17:15 +0000
commit9663daef38f5e2874ae6aab37930cea67a06df4d (patch)
tree6faabe7af386d767ee65626ad4d4a93d2431e72f
parentMake the second CVS site work for real. (diff)
New port napster, an MP3 search engine/file sharing tool/chat client
type thinigie. Kinda hard to explain. :)
Notes
Notes: svn path=/head/; revision=23179
-rw-r--r--audio/napster/Makefile38
-rw-r--r--audio/napster/distinfo1
-rw-r--r--audio/napster/files/md51
-rw-r--r--audio/napster/pkg-comment1
-rw-r--r--audio/napster/pkg-descr12
-rw-r--r--audio/napster/pkg-message16
-rw-r--r--audio/napster/pkg-plist5
7 files changed, 74 insertions, 0 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile
new file mode 100644
index 000000000000..8d39e95d658f
--- /dev/null
+++ b/audio/napster/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: napster
+# Version required: 0.6b
+# Date created: Thu Nov 18 01:07:00 PST 1999
+# Whom: dburr@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+DISTNAME= nap-linux-0.6BETA
+PKGNAME= napster-0.6b
+CATEGORIES= audio net
+MASTER_SITES= http://www.gis.net/~nite/
+
+MAINTAINER= dburr@FreeBSD.org
+
+RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
+
+ONLY_FOR_ARCHS= i386
+WRKSRC= ${WRKDIR}/nap
+NO_BUILD= yes
+
+do-patch:
+ brandelf -t Linux ${WRKSRC}/nap
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nap ${PREFIX}/bin/nap
+ ${MKDIR} ${PREFIX}/share/nap
+ ${INSTALL_DATA} ${WRKSRC}/nap.conf ${PREFIX}/share/nap
+.if (!defined(NOPORTDOCS))
+ @${ECHO_MSG} "===> Installing README in ${PREFIX}/share/doc/nap"
+ ${MKDIR} ${PREFIX}/share/doc/nap
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
+.endif
+
+post-install:
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>
diff --git a/audio/napster/distinfo b/audio/napster/distinfo
new file mode 100644
index 000000000000..adee481f504b
--- /dev/null
+++ b/audio/napster/distinfo
@@ -0,0 +1 @@
+MD5 (nap-linux-0.6BETA.tar.gz) = 0cd6a9c8b0ff4bcbcd0271aeb29acd09
diff --git a/audio/napster/files/md5 b/audio/napster/files/md5
new file mode 100644
index 000000000000..adee481f504b
--- /dev/null
+++ b/audio/napster/files/md5
@@ -0,0 +1 @@
+MD5 (nap-linux-0.6BETA.tar.gz) = 0cd6a9c8b0ff4bcbcd0271aeb29acd09
diff --git a/audio/napster/pkg-comment b/audio/napster/pkg-comment
new file mode 100644
index 000000000000..732c2e031ac1
--- /dev/null
+++ b/audio/napster/pkg-comment
@@ -0,0 +1 @@
+An MP3 sharing, search, and chat client
diff --git a/audio/napster/pkg-descr b/audio/napster/pkg-descr
new file mode 100644
index 000000000000..59b5f509b9dd
--- /dev/null
+++ b/audio/napster/pkg-descr
@@ -0,0 +1,12 @@
+Napster is a MP3 file sharing, search, and chat client, all rolled
+into one. With it, you can join a global community of MP3 enthusiasts,
+sharing your MP3 collection with them and downloading from their shared
+MP3 collections.
+
+For more info on Napster, please visit http://www.napster.com/ and
+http://www.napster.com/FAQ/.
+
+This is a Linux binary port (sorry, no source is available) and requires
+the linux_base port to be installed.
+
+Donald Burr <dburr@FreeBSD.ORG>
diff --git a/audio/napster/pkg-message b/audio/napster/pkg-message
new file mode 100644
index 000000000000..f380361c8bce
--- /dev/null
+++ b/audio/napster/pkg-message
@@ -0,0 +1,16 @@
+Each user will have to make their own copy of ${PREFIX}/share/nap/nap.conf
+into a directory of their choice, then run nap from that directory.
+
+The first time you run nap, run it with the '-b' file to create an index
+of your available MP3's. You'll have to do this whenever you add new
+MP3's to your archives as well.
+
+If you already have a Napster account, just enter it in nap.conf. Or,
+to create an account, enter the desired username/password in nap.conf
+and run `nap -m'.
+
+For more documentation on this version of Napster, read the file
+${PREFIX}/share/doc/nap. For information about Napster in general,
+check http://www.napster.com/ and http://www.napster.com/FAQ/
+
+Have fun!
diff --git a/audio/napster/pkg-plist b/audio/napster/pkg-plist
new file mode 100644
index 000000000000..035a2f564008
--- /dev/null
+++ b/audio/napster/pkg-plist
@@ -0,0 +1,5 @@
+bin/nap
+share/nap/nap.conf
+@dirrm share/nap
+share/doc/nap/README
+@dirrm share/doc/nap