mp3riot is a command line perl script to generate listings of mp3 files.
It can output HTML, XML, m3u or pls playlists. PR: ports/55595 Submitted by: Francisco Gomez <francisco@gomezmarin.com> Approved by: adamw (mentor)
This commit is contained in:
parent
185b61fc6c
commit
f85bf878e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94198
5 changed files with 54 additions and 0 deletions
|
@ -185,6 +185,7 @@
|
|||
SUBDIR += mp3info
|
||||
SUBDIR += mp3mover
|
||||
SUBDIR += mp3rename
|
||||
SUBDIR += mp3riot
|
||||
SUBDIR += mp3splt
|
||||
SUBDIR += mp3stat
|
||||
SUBDIR += mp3wrap
|
||||
|
|
39
audio/mp3riot/Makefile
Normal file
39
audio/mp3riot/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: mp3riot
|
||||
# Date created: 29 July 2003
|
||||
# Whom: Francisco Gomez <francisco@gomezmarin.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mp3riot
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.linuxsecure.de/f2html/
|
||||
|
||||
MAINTAINER= francisco@gomezmarin.com
|
||||
COMMENT= Mp3riot creates mp3 playlists, HTML files, etc
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_ZIP= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PORTDOCS= example.unix groupfile CHANGELOG MANUAL mp3table.sql README repl.dat TODO utf.dat
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mp3riot ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for item in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${item} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
audio/mp3riot/distinfo
Normal file
1
audio/mp3riot/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mp3riot-1.1.zip) = 934d2ea05059b1945bfa062e0dd43eeb
|
12
audio/mp3riot/pkg-descr
Normal file
12
audio/mp3riot/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
mp3riot (formerly known as f2html.pl) is a command line utility
|
||||
that searches recursively through directories, builds a file list
|
||||
(with additional file information), and generates HTML files,
|
||||
playlists, etc. The output can be controlled, links can be corrected,
|
||||
and more. The script is mainly desigend to create Web pages,
|
||||
playlists, and databases for MP3 and Ogg files, but can also used for
|
||||
other purposes.
|
||||
|
||||
WWW: http://www.linuxsecure.de/index.php?action=55
|
||||
|
||||
- Francisco -
|
||||
francisco@gomezmarin.com
|
1
audio/mp3riot/pkg-plist
Normal file
1
audio/mp3riot/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/mp3riot
|
Loading…
Reference in a new issue