pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-test-unit-notify Import ruby-test-unit-noti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da990bf01454
branches:  trunk
changeset: 624811:da990bf01454
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 01 10:40:27 2013 +0000

description:
Import ruby-test-unit-notify-1.0.1 as devel/ruby-test-unit-notify.

A test result notify extension for Ruby Test::Unit.  This provides test result
notification support.

diffstat:

 devel/ruby-test-unit-notify/DESCR    |   2 ++
 devel/ruby-test-unit-notify/Makefile |  16 ++++++++++++++++
 devel/ruby-test-unit-notify/PLIST    |  19 +++++++++++++++++++
 devel/ruby-test-unit-notify/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 97c745e99223 -r da990bf01454 devel/ruby-test-unit-notify/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-test-unit-notify/DESCR Tue Oct 01 10:40:27 2013 +0000
@@ -0,0 +1,2 @@
+A test result notify extension for Ruby Test::Unit.  This provides test result
+notification support.
diff -r 97c745e99223 -r da990bf01454 devel/ruby-test-unit-notify/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-test-unit-notify/Makefile      Tue Oct 01 10:40:27 2013 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2013/10/01 10:40:27 obache Exp $
+
+DISTNAME=      test-unit-notify-1.0.1
+CATEGORIES=    devel
+
+MAINTAINER=    obache%NetBSD.org@localhost
+HOMEPAGE=      http://test-unit.rubyforge.org/
+COMMENT=       Test result notify extension for Ruby Test::Util
+LICENSE=       gnu-lgpl-v2.1 # or later
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-test-unit>=2.4.9:../../devel/ruby-test-unit
+
+USE_LANGUAGES= # empty
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 97c745e99223 -r da990bf01454 devel/ruby-test-unit-notify/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-test-unit-notify/PLIST Tue Oct 01 10:40:27 2013 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2013/10/01 10:40:27 obache Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.textile
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/data/icons/kinotan/default.png
+${GEM_LIBDIR}/data/icons/kinotan/error.png
+${GEM_LIBDIR}/data/icons/kinotan/failure.png
+${GEM_LIBDIR}/data/icons/kinotan/omission.png
+${GEM_LIBDIR}/data/icons/kinotan/pass.png
+${GEM_LIBDIR}/data/icons/kinotan/pending.png
+${GEM_LIBDIR}/doc/text/lgpl.txt
+${GEM_LIBDIR}/doc/text/news.textile
+${GEM_LIBDIR}/lib/test-unit-notify.rb
+${GEM_LIBDIR}/lib/test/unit/notify.rb
+${GEM_LIBDIR}/screenshot/notify-on-gnome.png
+${GEM_LIBDIR}/screenshot/notify-on-mac-os-x.png
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 97c745e99223 -r da990bf01454 devel/ruby-test-unit-notify/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-test-unit-notify/distinfo      Tue Oct 01 10:40:27 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/10/01 10:40:27 obache Exp $
+
+SHA1 (test-unit-notify-1.0.1.gem) = 44bf2aba258724a481ec10e76087e8a1f3e90c6c
+RMD160 (test-unit-notify-1.0.1.gem) = a7b1b276dddc259944e2dadf4202bfb2af508483
+Size (test-unit-notify-1.0.1.gem) = 105472 bytes



Home | Main Index | Thread Index | Old Index