pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-progressbar Import ruby-progressbar version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92ef780ab4c6
branches:  trunk
changeset: 539196:92ef780ab4c6
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Mar 01 07:17:23 2008 +0000

description:
Import ruby-progressbar version 0.9.

Ruby/ProgressBar is a text progress bar library for Ruby.  It can indicate
progress with percentage, a progress bar, and estimated remaining time.

diffstat:

 misc/ruby-progressbar/DESCR    |   2 ++
 misc/ruby-progressbar/Makefile |  31 +++++++++++++++++++++++++++++++
 misc/ruby-progressbar/PLIST    |   5 +++++
 misc/ruby-progressbar/distinfo |   5 +++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r c96d2442c493 -r 92ef780ab4c6 misc/ruby-progressbar/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-progressbar/DESCR       Sat Mar 01 07:17:23 2008 +0000
@@ -0,0 +1,2 @@
+Ruby/ProgressBar is a text progress bar library for Ruby.  It can indicate
+progress with percentage, a progress bar, and estimated remaining time.
diff -r c96d2442c493 -r 92ef780ab4c6 misc/ruby-progressbar/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-progressbar/Makefile    Sat Mar 01 07:17:23 2008 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/01 07:17:23 obache Exp $
+#
+
+DISTNAME=      ruby-progressbar-0.9
+PKGNAME=       ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
+CATEGORIES=    misc ruby
+MASTER_SITES=  http://0xcc.net/ruby-progressbar/
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://0xcc.net/ruby-progressbar/
+COMMENT=       Text Progress Bar Library for Ruby
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # none
+
+NO_BUILD=      yes
+
+INSTALLATION_DIRS=     ${RUBY_DOCDIR}/progressbar ${RUBY_SITELIBDIR}
+
+do-test:
+       ${RUN} cd ${WRKSRC}; ${RUBY} test.rb
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/progressbar.rb ${DESTDIR}${RUBY_SITELIBDIR}
+.for d in progressbar.en.rd progressbar.ja.rd
+       ${INSTALL_DATA} ${WRKSRC}/${d} ${DESTDIR}${RUBY_DOCDIR}/progressbar
+.endfor
+
+.include "../../lang/ruby/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c96d2442c493 -r 92ef780ab4c6 misc/ruby-progressbar/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-progressbar/PLIST       Sat Mar 01 07:17:23 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/01 07:17:23 obache Exp $
+${RUBY_SITELIBDIR}/progressbar.rb
+${RUBY_DOCDIR}/progressbar/progressbar.en.rd
+${RUBY_DOCDIR}/progressbar/progressbar.ja.rd
+@dirrm ${RUBY_DOCDIR}/progressbar
diff -r c96d2442c493 -r 92ef780ab4c6 misc/ruby-progressbar/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-progressbar/distinfo    Sat Mar 01 07:17:23 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/01 07:17:23 obache Exp $
+
+SHA1 (ruby-progressbar-0.9.tar.gz) = 232e04f360e9729c666b98196069db374fa0d930
+RMD160 (ruby-progressbar-0.9.tar.gz) = a286de1b973a01520d59e7b7389bdbb3a122f47e
+Size (ruby-progressbar-0.9.tar.gz) = 5580 bytes



Home | Main Index | Thread Index | Old Index