1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update gnupod to 0.99.2

- Add FLAC support (option)

PR:		112466
Submitted by:	"David" <david AT trucs.org> (maintainer)
Approved by:	clsung (mentor, implicitly)
This commit is contained in:
Li-Wen Hsu 2007-05-29 07:22:08 +00:00
parent e26089a2cf
commit 261649a9a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192288
3 changed files with 18 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gnupod
PORTVERSION= 0.99
PORTVERSION= 0.99.2
CATEGORIES= audio perl5
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
http://www.blinkenlights.ch/gnupod-dist/stable/
@ -34,15 +34,27 @@ USE_PERL5= yes
HAS_CONFIGURE= yes
NO_BUILD= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS= --prefix=${PREFIX} \
--infodir=${PREFIX}/info \
--mandir=${PREFIX}/man
CONFIGURE_ENV= ac_cv_path_PERL=${PERL}
OPTIONS= FLAC "Enable FLAC support" off
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= gnupod only support perl 5.8 or above
.endif
.if exists(${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm)
WITH_FLAC= YES
.endif
.if defined(WITH_FLAC)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Audio/FLAC/Header.pm:${PORTSDIR}/audio/p5-Audio-FLAC-Header
.endif
.ifndef(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}

View File

@ -1,3 +1,3 @@
MD5 (gnupod-0.99.tgz) = 6939b1623a2a700cccdbef0c4d7ae555
SHA256 (gnupod-0.99.tgz) = 2c25c8e2ebd2612efddae14079884391195af2cb497f3a501174fd378c7080d4
SIZE (gnupod-0.99.tgz) = 164195
MD5 (gnupod-0.99.2.tgz) = 9e0ce9bf90ade64007e93595a74cd8a7
SHA256 (gnupod-0.99.2.tgz) = c52bcc63cec709cb3924832ac17b0ca9c75e291ed583858ade4f6ddfdb6de72a
SIZE (gnupod-0.99.2.tgz) = 173524

View File

@ -1,4 +1,4 @@
gnuPod is a collection of tools which allow you to use your iPod.
GNUpod is a collection of tools which allow you to use your iPod.
WWW: http://www.gnu.org/software/gnupod/