mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
update to 1.4.4
PR: 22395 Submitted by: Michael Lyngbøl <lyngbol@candid.dk>
This commit is contained in:
parent
c29a1a760c
commit
706acdc7bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40556
@ -6,37 +6,27 @@
|
||||
#
|
||||
|
||||
PORTNAME= napster
|
||||
PORTVERSION= 0.9b
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= http://www.gis.net/~nite/
|
||||
DISTNAME= nap-bsd-0.9BETA
|
||||
MASTER_SITES= http://download.sourceforge.net/nap/
|
||||
DISTNAME= nap-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dburr@FreeBSD.org
|
||||
|
||||
FORBIDDEN= "Remote vulnerabilities"
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# leaving this here, in case they decide to drop the BSD version again *sigh*
|
||||
# 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
|
||||
|
||||
# leaving this here in case they decide to drop the BSD version again *sigh*
|
||||
# do-patch:
|
||||
# brandelf -t Linux ${WRKSRC}/nap
|
||||
|
||||
do-install:
|
||||
${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/share/nap
|
||||
${INSTALL_DATA} ${WRKSRC}/nap.conf ${PREFIX}/share/nap
|
||||
${INSTALL_DATA} ${WRKSRC}/nap.conf.dist ${PREFIX}/share/nap
|
||||
|
||||
.if (!defined(NOPORTDOCS))
|
||||
@${ECHO_MSG} "===> Installing README in ${PREFIX}/share/doc/nap"
|
||||
@${ECHO_MSG} "===> Installing NEWS + README in ${PREFIX}/share/doc/nap"
|
||||
${MKDIR} ${PREFIX}/share/doc/nap
|
||||
${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/nap
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} 's:@PREFIX@:${PREFIX}:g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb
|
||||
MD5 (nap-1.4.4.tar.gz) = c00062ea018579ffcccfb48703b6aab0
|
||||
|
@ -1,5 +1,6 @@
|
||||
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.
|
||||
Each user will have to make their own copy of @PREFIX@/share/nap/nap.conf.dist
|
||||
(named 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
|
||||
@ -10,7 +11,7 @@ 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,
|
||||
@PREFIX@/share/doc/nap/README. For information about Napster in general,
|
||||
check http://www.napster.com/ and http://www.napster.com/FAQ/
|
||||
|
||||
Have fun!
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/nap
|
||||
share/nap/nap.conf
|
||||
share/nap/nap.conf.dist
|
||||
@dirrm share/nap
|
||||
share/doc/nap/NEWS
|
||||
share/doc/nap/README
|
||||
@dirrm share/doc/nap
|
||||
|
Loading…
Reference in New Issue
Block a user