- Delete original port after repo copy
PR: ports/133353
This commit is contained in:
parent
045248a283
commit
064d79e6cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232937
5 changed files with 1 additions and 34 deletions
1
MOVED
1
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
|
||||
|
|
|
@ -628,7 +628,6 @@
|
|||
SUBDIR += ruby-vorbisfile
|
||||
SUBDIR += ruby-xmms
|
||||
SUBDIR += ruby-xmms2
|
||||
SUBDIR += rubygem-mp3info
|
||||
SUBDIR += rubygem-ruby-mp3info
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
# New ports collection makefile for: rubygem-mp3info
|
||||
# Date created: 11 May 2006
|
||||
# Whom: Brad Walker <tha_walka@hotmail.com>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
|
@ -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
|
|
@ -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 <moumar@netcourrier.com>
|
||||
WWW: http://rubyforge.org/projects/ruby-mp3info
|
Loading…
Reference in a new issue