mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
New port napster, an MP3 search engine/file sharing tool/chat client
type thinigie. Kinda hard to explain. :)
This commit is contained in:
parent
6ddc61a499
commit
9663daef38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23179
38
audio/napster/Makefile
Normal file
38
audio/napster/Makefile
Normal file
@ -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>
|
1
audio/napster/distinfo
Normal file
1
audio/napster/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nap-linux-0.6BETA.tar.gz) = 0cd6a9c8b0ff4bcbcd0271aeb29acd09
|
1
audio/napster/files/md5
Normal file
1
audio/napster/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nap-linux-0.6BETA.tar.gz) = 0cd6a9c8b0ff4bcbcd0271aeb29acd09
|
1
audio/napster/pkg-comment
Normal file
1
audio/napster/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An MP3 sharing, search, and chat client
|
12
audio/napster/pkg-descr
Normal file
12
audio/napster/pkg-descr
Normal file
@ -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>
|
16
audio/napster/pkg-message
Normal file
16
audio/napster/pkg-message
Normal file
@ -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!
|
5
audio/napster/pkg-plist
Normal file
5
audio/napster/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/nap
|
||||
share/nap/nap.conf
|
||||
@dirrm share/nap
|
||||
share/doc/nap/README
|
||||
@dirrm share/doc/nap
|
Loading…
Reference in New Issue
Block a user