| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/audio/ogg2mp3/ |
Upload File : |
PORTNAME= ogg2mp3
PORTVERSION= 0.6.1
PORTREVISION?= 3
CATEGORIES= audio
MAINTAINER= tobias.rehbein@web.de
COMMENT= Perl script that converts Ogg Vorbis files to MP3 format
WWW= https://github.com/fithp/ogg2mp3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
RUN_DEPENDS= lame:audio/lame \
p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \
ogginfo:audio/vorbis-tools
USES= perl5 shebangfix tar:tgz
USE_GITHUB= yes
GH_ACCOUNT= fithp
GH_TAGNAME= f3bee47c3bce01a33b5bce88fa70bd9ecadca0ad
SHEBANG_FILES= ogg2mp3
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/ogg2mp3
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>