Index: head/audio/ripit/Makefile =================================================================== --- head/audio/ripit/Makefile (revision 491709) +++ head/audio/ripit/Makefile (revision 491710) @@ -1,36 +1,38 @@ # Created by: oyvindmo@initio.no # $FreeBSD$ PORTNAME= ripit PORTVERSION= 3.9.0 -PORTREVISION?= 2 +PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://www.suwald.com/ripit/ +MASTER_SITES= https://github.com/blabber/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= tobias.rehbein@web.de COMMENT= Command line audio CD ripper LICENSE= GPLv2 # See pkg-message about other dependencies. RUN_DEPENDS= p5-CDDB_get>=0:audio/p5-CDDB_get \ p5-libwww>=0:www/p5-libwww \ p5-WebService-MusicBrainz>=0:www/p5-WebService-MusicBrainz \ p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \ lame:audio/lame \ cdparanoia:audio/cdparanoia USES= perl5 shebangfix tar:bzip2 -NO_BUILD= yes USE_PERL5= run + +NO_BUILD= yes +NO_ARCH= yes SHEBANG_FILES= ripit.pl OPTIONS_DEFINE= EXAMPLES do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${STAGEDIR}${PREFIX}/bin/ripit ${INSTALL_MAN} ${WRKSRC}/ripit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}${EXAMPLESDIR}/config .include Index: head/audio/ripit/pkg-descr =================================================================== --- head/audio/ripit/pkg-descr (revision 491709) +++ head/audio/ripit/pkg-descr (revision 491710) @@ -1,18 +1,18 @@ RipIT is used to create MPEG-1 Layer 3 (mp3) using Lame, or uses Flac (flac), Ogg Vorbis (ogg) or Faac (m4a) to convert audio files (wav) extracted from an audio CD. It is a console based front-end (no GUI here), written in Perl, for various programs. The program will do the following without user intervention: * getting the audio CD Album/Artist/Tracks information from CDDB * ripping the audio CD Tracks * encoding to Flac, mp3 or Ogg * id3 tags encoded songs * creating an playlist (m3u) file * optionally generating a toc (cue) sheet for nice DAO burning * optionally preparing and send a CDDB submission and save it locally * optionally extracting hidden songs and split ghost songs * optionally creating md5sum files for all tracks * running several encoder processes at the same time and same run -WWW: http://www.suwald.com/ripit/news.php +WWW: https://github.com/blabber/ripit