Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2001 01:27:26 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28659: Update audio/napster to 1.4.5
Message-ID:  <200107030527.f635RQY31690@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         28659
>Category:       ports
>Synopsis:       Update audio/napster to 1.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 22:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

- update to version 1.4.5
- take over as maintainer (if this is ok with dburr@)
- cvs rm pkg-message
- update pkg-{descr,comment}
- fix NOPORTDOCS support
- add patch to fix silly linux-coder style lack of sys/types.h 

Now, I've included a change to make PORTNAME "nap" instead of napster.
IMO, this port should be named nap (that's what the actual program/dist
is named anyway), because it's not an official napster.com client - in fact,
the napster.com servers have client filters so nap won't even connect.  The
new version defaults to the OpenNAP network, so I think nap would be a 
more appropriate name.

>How-To-Repeat:

>Fix:

(files/patch-event.c included as a diff to /dev/null)

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/napster/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	2001/03/29 23:29:04	1.13
+++ Makefile	2001/07/03 05:24:26
@@ -5,29 +5,21 @@
 # $FreeBSD: ports/audio/napster/Makefile,v 1.13 2001/03/29 23:29:04 mharo Exp $
 #
 
-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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/napster/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	2001/03/29 21:55:27	1.5
+++ distinfo	2001/07/03 05:24:26
@@ -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
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/audio/napster/pkg-comment,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-comment
--- pkg-comment	1999/11/18 09:17:15	1.1.1.1
+++ pkg-comment	2001/07/03 05:24:26
@@ -1 +1 @@
-An MP3 sharing, search, and chat client
+An MP3 sharing, search, and chat client for the OpenNAP network
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/audio/napster/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	2000/03/06 08:01:50	1.3
+++ pkg-descr	2001/07/03 05:24:26
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/napster/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	2001/03/29 21:55:27	1.2
+++ pkg-plist	2001/07/03 05:24:27
@@ -1,6 +1,4 @@
 bin/nap
-share/nap/nap.conf.dist
-@dirrm share/nap
-share/doc/nap/NEWS
-share/doc/nap/README
-@dirrm share/doc/nap
+%%PORTDOCS%%share/doc/nap/NEWS
+%%PORTDOCS%%share/doc/nap/README
+%%PORTDOCS%%@dirrm share/doc/nap
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107030527.f635RQY31690>