mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add ruby-mp3tag, a Ruby module to manipulate ID3v1.1 tags in MP3
files.
This commit is contained in:
parent
8478d99838
commit
c081b5710e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45585
@ -162,6 +162,7 @@
|
||||
SUBDIR += rplay
|
||||
SUBDIR += rsynth
|
||||
SUBDIR += ruby-audiofile
|
||||
SUBDIR += ruby-mp3tag
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
SUBDIR += sdl_mixer
|
||||
|
34
audio/ruby-mp3tag/Makefile
Normal file
34
audio/ruby-mp3tag/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: Ruby/Mp3Tag
|
||||
# Date created: 30 July 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mp3tag
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= audio ruby
|
||||
MASTER_SITES= http://www.cs.auc.dk/~larsch/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
DOCS= README mp3tag.html
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/mp3tag.rb ${RUBY_SITELIBDIR}/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/mp3tag_test.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/ruby-mp3tag/distinfo
Normal file
1
audio/ruby-mp3tag/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/mp3tag-1.0.tar.gz) = ed8cbc1e2def150eeb194b1311ea5008
|
1
audio/ruby-mp3tag/pkg-comment
Normal file
1
audio/ruby-mp3tag/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Ruby module to manipulate ID3v1.1 tags in MP3 files
|
6
audio/ruby-mp3tag/pkg-descr
Normal file
6
audio/ruby-mp3tag/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Mp3Tag is a ruby module that handles ID3v1.1 tags in MP3 files. It
|
||||
can read ID3v1.0 and ID3v1.1 but only write ID3v1.1 tags. It can save
|
||||
new tags and remove tags.
|
||||
|
||||
Author: Lars Christensen <larsch@cs.auc.dk>
|
||||
WWW: http://www.cs.auc.dk/~larsch/ruby/mp3tag.html
|
6
audio/ruby-mp3tag/pkg-plist
Normal file
6
audio/ruby-mp3tag/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%RUBY_SITELIBDIR%%/mp3tag.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mp3tag/mp3tag_test.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/mp3tag
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/mp3tag/README
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/mp3tag/mp3tag.html
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/mp3tag
|
Loading…
Reference in New Issue
Block a user