ports/59053: [Maintainer Update] Update audio/gnupod to 0.92

David Le Brun daviddyn-ns.net at da-quirk.org
Sat Nov 8 13:30:06 UTC 2003


>Number:         59053
>Category:       ports
>Synopsis:       [Maintainer Update] Update audio/gnupod to 0.92
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 08 05:30:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Le Brun
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD da-quirk.org 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #16: Tue Oct 7 21:34:53 CEST 2003 root at poyel:/usr/src/sys/i386/compile/POYEL i386


	
>Description:
This is a massive update :
	- *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed)
	- Real support of Unicode
	- Remove XML::Simple depency in favor of XML::Parser
	- Support of SmartPlaylists (beta)
	- Many bugs fixed and many new features
>How-To-Repeat:
	
>Fix:

	

--- gnupod.diff begins here ---
diff -ruN gnupod.old/Makefile gnupod/Makefile
--- gnupod.old/Makefile	Fri Oct 24 22:17:58 2003
+++ gnupod/Makefile	Sat Nov  8 13:27:53 2003
@@ -6,20 +6,18 @@
 #
 
 PORTNAME=	gnupod
-PORTVERSION=	0.28
-PORTREVISION=	1
+PORTVERSION=	0.92
 CATEGORIES=	audio perl5
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	gnupod
+MASTER_SITES=	http://blinkenlights.ch/gnupod-dist/stable/
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	david at dyn-ns.net
-COMMENT=	A set of Perl scripts for using an Apple iPod
+COMMENT=	Set of Perl scripts for using an Apple iPod
 
 BUILD_DEPENDS=	${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
 		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
 		${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String  \
-		${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \
-		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
+		${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
 
 INFO=		gnupod
 
diff -ruN gnupod.old/distinfo gnupod/distinfo
--- gnupod.old/distinfo	Fri Apr 18 08:48:07 2003
+++ gnupod/distinfo	Sat Nov  8 13:25:06 2003
@@ -1 +1 @@
-MD5 (gnupod-0.28.tar.gz) = 560c96a6505cd6579aecb7a19923337a
+MD5 (gnupod-0.92.tgz) = e6beac4265e07338ff91c4e6c75ab9c1
diff -ruN gnupod.old/pkg-descr gnupod/pkg-descr
--- gnupod.old/pkg-descr	Wed Mar  5 11:28:21 2003
+++ gnupod/pkg-descr	Sat Nov  8 13:52:40 2003
@@ -1,5 +1,4 @@
 gnuPod is a collection of tools which allow you to use your iPod.
-FAT32 formatted iPods are supported. 
 
 WWW: http://www.gnu.org/software/gnupod/
 
diff -ruN gnupod.old/pkg-plist gnupod/pkg-plist
--- gnupod.old/pkg-plist	Fri Oct 24 22:17:59 2003
+++ gnupod/pkg-plist	Sat Nov  8 14:06:06 2003
@@ -1,14 +1,12 @@
-bin/gnupod_INITpod.pl
+bin/gnupod_INIT.pl
 bin/gnupod_addsong.pl
-bin/gnupod_delete.pl
-bin/gnupod_list.pl
-bin/gnupod_m3u2pl.pl
-bin/gnupod_mkm3u.pl
-bin/gnupod_renumber.pl
 bin/gnupod_search.pl
 bin/mktunes.pl
 bin/tunes2pod.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/iPod.pm
+%%SITE_PERL%%/mach/GNUpod/FileMagic.pm
+%%SITE_PERL%%/mach/GNUpod/FooBar.pm
+%%SITE_PERL%%/mach/GNUpod/iTunesDB.pm
+%%SITE_PERL%%/mach/GNUpod/XMLhelper.pm
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES
 %%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example
 %%PORTDOCS%%%%DOCSDIR%%/gnupod.html
--- gnupod.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list