Fix INDEX by removing devel/ruby-progressbar which is already

added as misc/ruby-progressbar
This commit is contained in:
Erwin Lansing 2010-04-12 13:22:08 +00:00
parent 70757b70dd
commit 62c0bd0309
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252593
4 changed files with 0 additions and 45 deletions

View file

@ -2862,7 +2862,6 @@
SUBDIR += ruby-multi
SUBDIR += ruby-ncurses
SUBDIR += ruby-poll
SUBDIR += ruby-progressbar
SUBDIR += ruby-property
SUBDIR += ruby-racc
SUBDIR += ruby-rbbr

View file

@ -1,35 +0,0 @@
# New ports collection makefile for: ruby-progressbar
# Date created: 11 April 2010
# Whom: Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= progressbar
PORTVERSION= 0.9
CATEGORIES= devel ruby
MASTER_SITES= http://0xcc.net/ruby-progressbar/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= stas@FreeBSD.org
COMMENT= A ruby library to display progressbars
USE_RUBY= yes
NO_BUILD= yes
PLIST_FILES= ${RUBY_SITELIBDIR:C,^${PREFIX}/?,,g}/progressbar.rb
DOCSDIR= ${RUBY_MODDOCDIR}
.if !defined(NOPORTDOCS)
PORTDOCS= progressbar.en.rd progressbar.ja.rd ChangeLog
.endif
do-install:
${INSTALL_DATA} ${WRKSRC}/progressbar.rb ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
MD5 (ruby/ruby-progressbar-0.9.tar.gz) = c3bf66edc5af8760bb1468a55746335e
SHA256 (ruby/ruby-progressbar-0.9.tar.gz) = f2ea4a03fafdfc55ac52e84664167a288ee63f80591392e89fe8925024110551
SIZE (ruby/ruby-progressbar-0.9.tar.gz) = 5580

View file

@ -1,6 +0,0 @@
Ruby/ProgressBar is a text progress bar library for Ruby. It can
indicate progress with percentage, a progress bar, and estimated
remaining time.
Author: Satoru Takabayashi <satoru@namazu.org>
WWW: http://0xcc.net/ruby-progressbar/index.html.en