diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-06-28 18:15:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-06-28 18:15:32 +0000 |
commit | 496efec7a297f3f6191b35d41ec6b7e784dd08d9 (patch) | |
tree | 78c4290d5521fac177ff5e80fbeaa37394346733 /audio/ruby-ogginfo | |
parent | 8f46ca985c2eac2ac183dc9bac81d5ae57700dda (diff) |
Notes
Diffstat (limited to 'audio/ruby-ogginfo')
-rw-r--r-- | audio/ruby-ogginfo/Makefile | 31 | ||||
-rw-r--r-- | audio/ruby-ogginfo/distinfo | 2 | ||||
-rw-r--r-- | audio/ruby-ogginfo/pkg-descr | 5 | ||||
-rw-r--r-- | audio/ruby-ogginfo/pkg-plist | 1 |
4 files changed, 39 insertions, 0 deletions
diff --git a/audio/ruby-ogginfo/Makefile b/audio/ruby-ogginfo/Makefile new file mode 100644 index 000000000000..17fb4b0f65ec --- /dev/null +++ b/audio/ruby-ogginfo/Makefile @@ -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> diff --git a/audio/ruby-ogginfo/distinfo b/audio/ruby-ogginfo/distinfo new file mode 100644 index 000000000000..f808c0579eb6 --- /dev/null +++ b/audio/ruby-ogginfo/distinfo @@ -0,0 +1,2 @@ +MD5 (ruby/ogginfo.rb-0.1) = a0d879d62aea308a155cb00b7b9c5c4e +SIZE (ruby/ogginfo.rb-0.1) = 3852 diff --git a/audio/ruby-ogginfo/pkg-descr b/audio/ruby-ogginfo/pkg-descr new file mode 100644 index 000000000000..c3eb07530bd9 --- /dev/null +++ b/audio/ruby-ogginfo/pkg-descr @@ -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/ diff --git a/audio/ruby-ogginfo/pkg-plist b/audio/ruby-ogginfo/pkg-plist new file mode 100644 index 000000000000..77a0c8f345d2 --- /dev/null +++ b/audio/ruby-ogginfo/pkg-plist @@ -0,0 +1 @@ +%%RUBY_SITELIBDIR%%/ogginfo.rb |