mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add ruby-ogginfo, a Ruby library to access to information on ogg
files.
This commit is contained in:
parent
8f46ca985c
commit
496efec7a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112487
@ -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
|
||||
|
31
audio/ruby-ogginfo/Makefile
Normal file
31
audio/ruby-ogginfo/Makefile
Normal 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>
|
2
audio/ruby-ogginfo/distinfo
Normal file
2
audio/ruby-ogginfo/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (ruby/ogginfo.rb-0.1) = a0d879d62aea308a155cb00b7b9c5c4e
|
||||
SIZE (ruby/ogginfo.rb-0.1) = 3852
|
5
audio/ruby-ogginfo/pkg-descr
Normal file
5
audio/ruby-ogginfo/pkg-descr
Normal 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/
|
1
audio/ruby-ogginfo/pkg-plist
Normal file
1
audio/ruby-ogginfo/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%RUBY_SITELIBDIR%%/ogginfo.rb
|
Loading…
Reference in New Issue
Block a user