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

(-)gnupod/Makefile (-10 / +10 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gnupod
8
PORTNAME=	gnupod
9
PORTVERSION=	0.99.2
9
PORTVERSION=	0.99.6
10
CATEGORIES=	audio perl5
10
CATEGORIES=	audio perl5
11
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
11
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
12
		http://www.blinkenlights.ch/gnupod-dist/stable/
12
		http://www.blinkenlights.ch/gnupod-dist/stable/
Lines 31-54 Link Here
31
MANCOMPRESSED=	yes
31
MANCOMPRESSED=	yes
32
32
33
USE_PERL5=	5.8.0+
33
USE_PERL5=	5.8.0+
34
HAS_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
35
NO_BUILD=	yes
35
NO_BUILD=	yes
36
36
37
CONFIGURE_ARGS=	--prefix=${PREFIX} \
37
CONFIGURE_ARGS=	--prefix=${PREFIX}
38
		--infodir=${PREFIX}/info \
39
		--mandir=${MANPREFIX}/man
40
CONFIGURE_ENV=	ac_cv_path_PERL=${PERL}
38
CONFIGURE_ENV=	ac_cv_path_PERL=${PERL}
41
39
42
OPTIONS=	FLAC "Enable FLAC support" off
40
OPTIONS=	FLAC "Enable FLAC support" off \
41
		VORBIS "Enable Ogg Vorbis support" off
43
42
44
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
45
44
46
.if exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm)
45
.if defined(WITH_FLAC) || exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm)
47
WITH_FLAC=	YES
46
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm:${PORTSDIR}/audio/p5-Audio-FLAC-Header
48
.endif
47
.endif
49
48
50
.if defined(WITH_FLAC)
49
.if defined(WITH_VORBIS) || exists(${SITE_PERL}/Ogg/Vorbis/Header/PurePerl.pm)
51
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm:${PORTSDIR}/audio/p5-Audio-FLAC-Header
50
BUILD_DEPENDS+=	${SITE_PERL}/Ogg/Vorbis/Header/PurePerl.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header-PurePerl
51
BUILD_DEPENDS+=	oggdec:${PORTSDIR}/audio/vorbis-tools
52
.endif
52
.endif
53
53
54
.ifndef(NOPORTDOCS)
54
.ifndef(NOPORTDOCS)
(-)gnupod/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnupod-0.99.2.tgz) = 9e0ce9bf90ade64007e93595a74cd8a7
1
MD5 (gnupod-0.99.6.tgz) = 11e07a56f7c808701a9ec80ff5ceae00
2
SHA256 (gnupod-0.99.2.tgz) = c52bcc63cec709cb3924832ac17b0ca9c75e291ed583858ade4f6ddfdb6de72a
2
SHA256 (gnupod-0.99.6.tgz) = 7e5b94583a556d2c2a09c235b8bb145b923dca1ec6031217e044b23a0bc7bfa8
3
SIZE (gnupod-0.99.2.tgz) = 173524
3
SIZE (gnupod-0.99.6.tgz) = 195700
(-)gnupod/pkg-plist (-1 / +4 lines)
Lines 10-20 Link Here
10
bin/gnupod_search.pl
10
bin/gnupod_search.pl
11
bin/mktunes.pl
11
bin/mktunes.pl
12
bin/tunes2pod.pl
12
bin/tunes2pod.pl
13
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/ArtworkDB.pm
13
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FileMagic.pm
14
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FileMagic.pm
14
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FooBar.pm
15
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/FooBar.pm
16
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/Hash58.pm
17
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/Mktunes.pm
15
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/iTunesDB.pm
18
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/iTunesDB.pm
16
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/lastfm.pm
17
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/QTfile.pm
19
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/QTfile.pm
20
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/SysInfo.pm
18
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/XMLhelper.pm
21
lib/perl5/%%PERL_VER%%/BSDPAN/GNUpod/XMLhelper.pm
19
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
22
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
20
%%PORTDOCS%%%%DOCSDIR%%/fdl.texi
23
%%PORTDOCS%%%%DOCSDIR%%/fdl.texi

Return to bug 123299