1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add ruby-ogginfo, a Ruby library to access to information on ogg

files.
This commit is contained in:
Akinori MUSHA 2004-06-28 18:15:32 +00:00
parent 8f46ca985c
commit 496efec7a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112487
5 changed files with 40 additions and 0 deletions

View File

@ -311,6 +311,7 @@
SUBDIR += ruby-mp3info
SUBDIR += ruby-mp3tag
SUBDIR += ruby-musicbrainz
SUBDIR += ruby-ogginfo
SUBDIR += ruby-shout
SUBDIR += ruby-smf
SUBDIR += ruby-vorbisfile

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: Ruby/ogginfo
# Date created: 29 June 2004
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= ogginfo
PORTVERSION= 0.1
CATEGORIES= audio ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/821/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTFILES= ${PORTNAME}.rb-${PORTVERSION} # any file name is ok
DIST_SUBDIR= ruby
EXTRACT_ONLY= # none
MAINTAINER= knu@FreeBSD.org
COMMENT= A Ruby library to access to information on ogg files
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
NO_BUILD= yes
post-extract:
${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}/ogginfo.rb
do-install:
${INSTALL_DATA} ${WRKDIR}/ogginfo.rb ${RUBY_SITELIBDIR}/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (ruby/ogginfo.rb-0.1) = a0d879d62aea308a155cb00b7b9c5c4e
SIZE (ruby/ogginfo.rb-0.1) = 3852

View File

@ -0,0 +1,5 @@
Ruby-ogginfo is a pure ruby library that gives information on ogg
files.
Author: Guillaume Pierronnet <moumar_AT__rubyforge_DOT_org>
WWW: http://ruby-ogginfo.rubyforge.org/

View File

@ -0,0 +1 @@
%%RUBY_SITELIBDIR%%/ogginfo.rb