summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-progressbar/Makefile35
-rw-r--r--devel/ruby-progressbar/distinfo3
-rw-r--r--devel/ruby-progressbar/pkg-descr6
4 files changed, 0 insertions, 45 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 478a86f0c173..8a57c5cf1bca 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/ruby-progressbar/Makefile b/devel/ruby-progressbar/Makefile
deleted file mode 100644
index a8c59ddc60bb..000000000000
--- a/devel/ruby-progressbar/Makefile
+++ /dev/null
@@ -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>
diff --git a/devel/ruby-progressbar/distinfo b/devel/ruby-progressbar/distinfo
deleted file mode 100644
index 91b352b0352a..000000000000
--- a/devel/ruby-progressbar/distinfo
+++ /dev/null
@@ -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
diff --git a/devel/ruby-progressbar/pkg-descr b/devel/ruby-progressbar/pkg-descr
deleted file mode 100644
index d9cc028cd0ba..000000000000
--- a/devel/ruby-progressbar/pkg-descr
+++ /dev/null
@@ -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