View | Details | Raw Unified | Return to bug 59053
Collapse All | Expand All

(-)gnupod/Makefile (-7 / +5 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnupod
8
PORTNAME=	gnupod
9
PORTVERSION=	0.28
9
PORTVERSION=	0.92
10
PORTREVISION=	1
11
CATEGORIES=	audio perl5
10
CATEGORIES=	audio perl5
12
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	http://blinkenlights.ch/gnupod-dist/stable/
13
MASTER_SITE_SUBDIR=	gnupod
12
EXTRACT_SUFX=	.tgz
14
13
15
MAINTAINER=	david@dyn-ns.net
14
MAINTAINER=	david@dyn-ns.net
16
COMMENT=	A set of Perl scripts for using an Apple iPod
15
COMMENT=	Set of Perl scripts for using an Apple iPod
17
16
18
BUILD_DEPENDS=	${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
17
BUILD_DEPENDS=	${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
19
		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
18
		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
20
		${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String  \
19
		${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String  \
21
		${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \
20
		${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
22
		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
23
21
24
INFO=		gnupod
22
INFO=		gnupod
25
23
(-)gnupod/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnupod-0.28.tar.gz) = 560c96a6505cd6579aecb7a19923337a
1
MD5 (gnupod-0.92.tgz) = e6beac4265e07338ff91c4e6c75ab9c1
(-)gnupod/pkg-descr (-1 lines)
Lines 1-5 Link Here
1
gnuPod is a collection of tools which allow you to use your iPod.
1
gnuPod is a collection of tools which allow you to use your iPod.
2
FAT32 formatted iPods are supported. 
3
2
4
WWW: http://www.gnu.org/software/gnupod/
3
WWW: http://www.gnu.org/software/gnupod/
5
4
(-)gnupod/pkg-plist (-7 / +5 lines)
Lines 1-14 Link Here
1
bin/gnupod_INITpod.pl
1
bin/gnupod_INIT.pl
2
bin/gnupod_addsong.pl
2
bin/gnupod_addsong.pl
3
bin/gnupod_delete.pl
4
bin/gnupod_list.pl
5
bin/gnupod_m3u2pl.pl
6
bin/gnupod_mkm3u.pl
7
bin/gnupod_renumber.pl
8
bin/gnupod_search.pl
3
bin/gnupod_search.pl
9
bin/mktunes.pl
4
bin/mktunes.pl
10
bin/tunes2pod.pl
5
bin/tunes2pod.pl
11
%%SITE_PERL%%/%%PERL_ARCH%%/iPod.pm
6
%%SITE_PERL%%/mach/GNUpod/FileMagic.pm
7
%%SITE_PERL%%/mach/GNUpod/FooBar.pm
8
%%SITE_PERL%%/mach/GNUpod/iTunesDB.pm
9
%%SITE_PERL%%/mach/GNUpod/XMLhelper.pm
12
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
10
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
13
%%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example
11
%%PORTDOCS%%%%DOCSDIR%%/gnutunesdb.example
14
%%PORTDOCS%%%%DOCSDIR%%/gnupod.html
12
%%PORTDOCS%%%%DOCSDIR%%/gnupod.html

Return to bug 59053