From 064d79e6cf5f9ce819b72ed6c8f84b32d9b82eb3 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Wed, 29 Apr 2009 02:05:02 +0000 Subject: [PATCH] - Delete original port after repo copy PR: ports/133353 --- MOVED | 1 + audio/Makefile | 1 - audio/rubygem-mp3info/Makefile | 24 ------------------------ audio/rubygem-mp3info/distinfo | 3 --- audio/rubygem-mp3info/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 audio/rubygem-mp3info/Makefile delete mode 100644 audio/rubygem-mp3info/distinfo delete mode 100644 audio/rubygem-mp3info/pkg-descr diff --git a/MOVED b/MOVED index d3674f6ee76b..1a1e6b5c851e 100644 --- a/MOVED +++ b/MOVED @@ -3941,3 +3941,4 @@ x11/nvidia-driver-96xx|x11/nvidia-driver-96|2009-04-13|Renamed emulators/cpmtools27|emulators/cpmtools2|2009-04-25|Renamed games/chromium|games/chromium-bsu|2009-04-26|Renamed russian/xneur|deskutils/xneur|2009-04-27|Better category: supports many languages +audio/rubygem-mp3info|rubygem-ruby-mp3info|2009-04-28|Updated to match GEM name, use rubygem-ruby-mp3info instead diff --git a/audio/Makefile b/audio/Makefile index 8eaff0e1a177..8f8cb3e43df6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -628,7 +628,6 @@ SUBDIR += ruby-vorbisfile SUBDIR += ruby-xmms SUBDIR += ruby-xmms2 - SUBDIR += rubygem-mp3info SUBDIR += rubygem-ruby-mp3info SUBDIR += s3mod SUBDIR += sbagen diff --git a/audio/rubygem-mp3info/Makefile b/audio/rubygem-mp3info/Makefile deleted file mode 100644 index c325c9b28414..000000000000 --- a/audio/rubygem-mp3info/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: rubygem-mp3info -# Date created: 11 May 2006 -# Whom: Brad Walker -# -# $FreeBSD$ -# - -PORTNAME= mp3info -PORTVERSION= 0.5 -PORTREVISION= 1 -CATEGORIES= audio rubygems -MASTER_SITES= RF -MASTER_SITE_SUBDIR= ruby-${PORTNAME} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} - -MAINTAINER= tha_walka@hotmail.com -COMMENT= A Ruby library to access information on mp3 files - -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes -GEM_NAME= ${DISTNAME} - -.include diff --git a/audio/rubygem-mp3info/distinfo b/audio/rubygem-mp3info/distinfo deleted file mode 100644 index 140f6da04111..000000000000 --- a/audio/rubygem-mp3info/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rubygem/ruby-mp3info-0.5.gem) = f3eafef682094e37d04ebd7af1d87b7d -SHA256 (rubygem/ruby-mp3info-0.5.gem) = 6324ea74c1a85b905455e028be820d86c74d3ffdf74bd72c36941eed8adbe943 -SIZE (rubygem/ruby-mp3info-0.5.gem) = 16384 diff --git a/audio/rubygem-mp3info/pkg-descr b/audio/rubygem-mp3info/pkg-descr deleted file mode 100644 index 722ef1710de7..000000000000 --- a/audio/rubygem-mp3info/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library gives you access to low level informations on mp3 files -(bitrate, length, samplerate, etc...). It can read, write, remove -id3v1 tag and read id3v2. It is written in pure ruby. - -Author: Guillaume Pierronnet -WWW: http://rubyforge.org/projects/ruby-mp3info