mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to gnupod 0.27
PR: ports/48854 Submitted by: David LE BRUN <david@dyn-ns.net> (maintainer)
This commit is contained in:
parent
4ae18f9c0a
commit
6e2bcbf312
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76914
4 changed files with 15 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gnupod
|
PORTNAME= gnupod
|
||||||
PORTVERSION= 0.26
|
PORTVERSION= 0.27
|
||||||
CATEGORIES= audio perl5
|
CATEGORIES= audio perl5
|
||||||
MASTER_SITES= http://www.blinkenlights.ch/gnupod/
|
MASTER_SITES= http://www.blinkenlights.ch/gnupod/
|
||||||
DISTNAME= ${PORTNAME}-tools-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-tools-${PORTVERSION}
|
||||||
|
@ -29,12 +29,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-tools
|
||||||
|
|
||||||
.ifndef(NOPORTDOCS)
|
.ifndef(NOPORTDOCS)
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${CHMOD} 0755 ${PREFIX}/share/doc/${PORTNAME}
|
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/${PORTNAME}
|
@${INSTALL_DATA} ${WRKSRC}/doc/gnutunesdb.example ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/doc/logo.png ${PREFIX}/share/doc/${PORTNAME}
|
@${INSTALL_DATA} ${WRKSRC}/doc/gnupod.html ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/doc/gnutunesdb.example ${PREFIX}/share/doc/${PORTNAME}
|
@${INSTALL_DATA} ${WRKSRC}/doc/gnupod.texi ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${PREFIX}/share/doc/${PORTNAME}
|
@${INSTALL_DATA} ${WRKSRC}/doc/fdl.texi ${DOCSDIR}
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/doc/version.texi ${DOCSDIR}
|
||||||
|
@${INSTALL_DATA} ${WRKSRC}/doc/ipod.svg ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gnupod-tools-0.26.tar.gz) = 6a3b51ee00fc2a72f504b79d4d426901
|
MD5 (gnupod-tools-0.27.tar.gz) = 8b9a89d666f110b5d0f427c1b5563e0a
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
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.
|
||||||
FAT32 formatted iPods are supported.
|
FAT32 formatted iPods are supported.
|
||||||
To convert Mac iPod to Win iPod, follow instructions on the web site.
|
|
||||||
|
|
||||||
WWW: http://www.blinkenlights.ch/cgi-bin/fm.pl?get=ipode
|
WWW: http://www.gnu.org/software/gnupod/
|
||||||
|
|
||||||
- QuiRK <david@dyn-ns.net>
|
- QuiRK <david@dyn-ns.net>
|
||||||
|
|
|
@ -9,8 +9,11 @@ bin/gnupod_search.pl
|
||||||
bin/mktunes.pl
|
bin/mktunes.pl
|
||||||
bin/tunes2pod.pl
|
bin/tunes2pod.pl
|
||||||
%%PORTDOCS%%share/doc/gnupod/CHANGES
|
%%PORTDOCS%%share/doc/gnupod/CHANGES
|
||||||
%%PORTDOCS%%share/doc/gnupod/logo.png
|
|
||||||
%%PORTDOCS%%share/doc/gnupod/gnutunesdb.example
|
%%PORTDOCS%%share/doc/gnupod/gnutunesdb.example
|
||||||
|
%%PORTDOCS%%share/doc/gnupod/gnupod.html
|
||||||
|
%%PORTDOCS%%share/doc/gnupod/gnupod.texi
|
||||||
|
%%PORTDOCS%%share/doc/gnupod/fdl.texi
|
||||||
|
%%PORTDOCS%%share/doc/gnupod/version.texi
|
||||||
%%PORTDOCS%%share/doc/gnupod/ipod.svg
|
%%PORTDOCS%%share/doc/gnupod/ipod.svg
|
||||||
%%PORTDOCS%%@dirrm share/doc/gnupod
|
%%PORTDOCS%%@dirrm share/doc/gnupod
|
||||||
@unexec install-info --delete %D/info/gnupod.info %D/info/dir
|
@unexec install-info --delete %D/info/gnupod.info %D/info/dir
|
||||||
|
|
Loading…
Add table
Reference in a new issue