mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
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 PR: 59053 Submitted By: MAINTAINER
This commit is contained in:
parent
e0c7c920a9
commit
d7e5c51a40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93552
@ -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@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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnupod-0.28.tar.gz) = 560c96a6505cd6579aecb7a19923337a
|
||||
MD5 (gnupod-0.92.tgz) = e6beac4265e07338ff91c4e6c75ab9c1
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user