mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Update to 1.4.5
Delete pkg-message Add files/patch-event.c Update pkg-descr, pkg-comment PR: 28659 Submitted by: petef@databits.net No response: maintainer
This commit is contained in:
parent
0ebfc963fb
commit
f461c5aebe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45349
@ -5,29 +5,21 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= napster
|
||||
PORTVERSION= 1.4.4
|
||||
PORTNAME= nap
|
||||
PORTVERSION= 1.4.5
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= nap
|
||||
DISTNAME= nap-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dburr@FreeBSD.org
|
||||
MAINTAINER= petef@databits.net
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/share/nap
|
||||
${INSTALL_DATA} ${WRKSRC}/nap.conf.dist ${PREFIX}/share/nap
|
||||
|
||||
.if (!defined(NOPORTDOCS))
|
||||
@${ECHO_MSG} "===> Installing NEWS + README in ${PREFIX}/share/doc/nap"
|
||||
${MKDIR} ${PREFIX}/share/doc/nap
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${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} | ${SED} 's:@PREFIX@:${PREFIX}:g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1 @@
|
||||
MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb
|
||||
MD5 (nap-1.4.4.tar.gz) = c00062ea018579ffcccfb48703b6aab0
|
||||
MD5 (nap-1.4.5.tar.gz) = 2de4a21323cbb2c72d6d7cca04ec2550
|
||||
|
17
audio/napster/files/patch-event.c
Normal file
17
audio/napster/files/patch-event.c
Normal file
@ -0,0 +1,17 @@
|
||||
Oops, forgot to include patch-event.c:
|
||||
|
||||
--- event.c.orig Tue Jul 3 00:46:38 2001
|
||||
+++ event.c Tue Jul 3 00:47:24 2001
|
||||
@@ -11,6 +11,7 @@
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
--
|
||||
Pete Fritchman <petef@databits.net>
|
||||
Databits Network Services, Inc. <http://databits.net>
|
||||
finger petef@databits.net for PGP key
|
@ -1 +1 @@
|
||||
An MP3 sharing, search, and chat client
|
||||
An MP3 sharing, search, and chat client for the OpenNAP network
|
||||
|
@ -1,11 +1,10 @@
|
||||
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.
|
||||
Nap is a console Napster client that supports MP3 sharing, search, and
|
||||
chatting. It now defaults to connecting to the OpenNAP network because
|
||||
the official Napster.com network has client filters.
|
||||
|
||||
For more info on Napster, please visit http://www.napster.com/ and
|
||||
http://www.napster.com/FAQ/.
|
||||
For more information on OpenNAP, visit http://www.opennap.com/.
|
||||
|
||||
WWW: http://www.gis.net/~nite/
|
||||
WWW: http://nap.sourceforge.net/
|
||||
|
||||
Donald Burr <dburr@FreeBSD.ORG>
|
||||
- Pete
|
||||
petef@databits.net
|
||||
|
@ -1,17 +0,0 @@
|
||||
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
|
||||
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/README. For information about Napster in general,
|
||||
check http://www.napster.com/ and http://www.napster.com/FAQ/
|
||||
|
||||
Have fun!
|
@ -1,6 +1,4 @@
|
||||
bin/nap
|
||||
share/nap/nap.conf.dist
|
||||
@dirrm share/nap
|
||||
%%PORTDOCSshare/doc/nap/NEWS
|
||||
%%PORTDOCSshare/doc/nap/README
|
||||
%%PORTDOCS@dirrm share/doc/nap
|
||||
%%PORTDOCS%%share/doc/nap/NEWS
|
||||
%%PORTDOCS%%share/doc/nap/README
|
||||
%%PORTDOCS%%@dirrm share/doc/nap
|
||||
|
Loading…
Reference in New Issue
Block a user