diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-09 14:40:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-09 14:40:01 +0000 |
commit | 9735ca9592074ee4ac468d7b3a71fb37c629a9ac (patch) | |
tree | 375d04ddb149e3b10c920c2f12c079a9a188c07f /audio/ruby-ogginfo | |
parent | 592462ca9b2cbe8e65e99a556d3a4996558817a6 (diff) | |
download | ports-9735ca9592074ee4ac468d7b3a71fb37c629a9ac.tar.gz ports-9735ca9592074ee4ac468d7b3a71fb37c629a9ac.zip |
Notes
Diffstat (limited to 'audio/ruby-ogginfo')
-rw-r--r-- | audio/ruby-ogginfo/Makefile | 32 | ||||
-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, 0 insertions, 40 deletions
diff --git a/audio/ruby-ogginfo/Makefile b/audio/ruby-ogginfo/Makefile deleted file mode 100644 index 6fb0efc8231f..000000000000 --- a/audio/ruby-ogginfo/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# 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= RF -MASTER_SITE_SUBDIR= ruby-${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTFILES= ${PORTNAME}.rb -DIST_SUBDIR= ruby/ogginfo-0.1 -EXTRACT_ONLY= # none - -MAINTAINER= ruby@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 deleted file mode 100644 index df3977ee969f..000000000000 --- a/audio/ruby-ogginfo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/ogginfo-0.1/ogginfo.rb) = 8512a3307a992290476019f912b81d9f19392938c88a139d048b5a26b8cbb2bf -SIZE (ruby/ogginfo-0.1/ogginfo.rb) = 3852 diff --git a/audio/ruby-ogginfo/pkg-descr b/audio/ruby-ogginfo/pkg-descr deleted file mode 100644 index c3eb07530bd9..000000000000 --- a/audio/ruby-ogginfo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 77a0c8f345d2..000000000000 --- a/audio/ruby-ogginfo/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%RUBY_SITELIBDIR%%/ogginfo.rb |