pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-webunit Importing ruby-webunit 20030121 packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5bab83e47f4
branches:  trunk
changeset: 464892:d5bab83e47f4
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 17 14:37:48 2003 +0000

description:
Importing ruby-webunit 20030121 package based on PR pkg/22158 by Rasputin.

        WebUnit is Ruby API for testing html/cgi without browser, and is
        ideally suited for automated unit testing of web sites when combined
        with a Ruby unit test framework such as RubyUnit.
        It was designed and implemented by Masaki Suketa.

diffstat:

 www/ruby-webunit/DESCR    |   4 +++
 www/ruby-webunit/Makefile |  26 +++++++++++++++++++++
 www/ruby-webunit/PLIST    |  57 +++++++++++++++++++++++++++++++++++++++++++++++
 www/ruby-webunit/distinfo |   4 +++
 4 files changed, 91 insertions(+), 0 deletions(-)

diffs (107 lines):

diff -r 150611c716bc -r d5bab83e47f4 www/ruby-webunit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-webunit/DESCR    Wed Dec 17 14:37:48 2003 +0000
@@ -0,0 +1,4 @@
+WebUnit is Ruby API for testing html/cgi without browser, and is
+ideally suited for automated unit testing of web sites when combined
+with a Ruby unit test framework such as RubyUnit.
+It was designed and implemented by Masaki Suketa.
diff -r 150611c716bc -r d5bab83e47f4 www/ruby-webunit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-webunit/Makefile Wed Dec 17 14:37:48 2003 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 14:37:49 taca Exp $
+
+DISTNAME=      webunit-${VERSION}
+PKGNAME=       ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+WRKSRC= ${WRKDIR}/webunit
+CATEGORIES=    www textproc
+MASTER_SITES=  http://www.xpenguin.biz/download/webunit/
+
+MAINTAINER=    rasputin%idoru.mine.nu@localhost
+HOMEPAGE=      http://www.xpenguin.biz/download/webunit/index-en.html
+COMMENT=       HTTP unit testing framework for Ruby
+
+VERSION=       20030121
+DIST_SUBDIR=   ruby
+USE_RUBY_SETUP=        yes
+RUBY_SETUP=    install.rb
+
+DEPENDS+=      ruby-testunit>=0.1:../../devel/ruby-testunit
+DEPENDS+=      ruby-rexml>=2.4.8:../../textproc/ruby-rexml
+
+post-install:
+       ${CP} -R ${WRKSRC}/doc ${RUBY_DOCDIR}/webunit
+       ${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/webunit
+
+.include "../../lang/ruby-base/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 150611c716bc -r d5bab83e47f4 www/ruby-webunit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-webunit/PLIST    Wed Dec 17 14:37:48 2003 +0000
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 14:37:48 taca Exp $
+${RUBY_SITELIBDIR}/formatter.rb
+${RUBY_SITELIBDIR}/html-parser.rb
+${RUBY_SITELIBDIR}/htmlrepair.rb
+${RUBY_SITELIBDIR}/htmlsplit.rb
+${RUBY_SITELIBDIR}/sgml-parser.rb
+${RUBY_SITELIBDIR}/webunit.rb
+${RUBY_SITELIBDIR}/webunit/assert.rb
+${RUBY_SITELIBDIR}/webunit/converter.rb
+${RUBY_SITELIBDIR}/webunit/cookie.rb
+${RUBY_SITELIBDIR}/webunit/domwalker.rb
+${RUBY_SITELIBDIR}/webunit/exception.rb
+${RUBY_SITELIBDIR}/webunit/form.rb
+${RUBY_SITELIBDIR}/webunit/frame.rb
+${RUBY_SITELIBDIR}/webunit/htmlelem.rb
+${RUBY_SITELIBDIR}/webunit/image.rb
+${RUBY_SITELIBDIR}/webunit/jscript.rb
+${RUBY_SITELIBDIR}/webunit/link.rb
+${RUBY_SITELIBDIR}/webunit/params.rb
+${RUBY_SITELIBDIR}/webunit/parser.rb
+${RUBY_SITELIBDIR}/webunit/response.rb
+${RUBY_SITELIBDIR}/webunit/runtest.rb
+${RUBY_SITELIBDIR}/webunit/table.rb
+${RUBY_SITELIBDIR}/webunit/testcase.rb
+${RUBY_SITELIBDIR}/webunit/utils.rb
+${RUBY_SITELIBDIR}/webunit/webunit.rb
+${RUBY_SITELIBDIR}/webunit/ui/cui/testrunner.rb
+@dirrm ${RUBY_SITELIBDIR}/webunit/ui/cui
+@dirrm ${RUBY_SITELIBDIR}/webunit/ui
+@dirrm ${RUBY_SITELIBDIR}/webunit
+${RUBY_DOCDIR}/webunit/index-ja.rd
+${RUBY_DOCDIR}/webunit/COPYING
+${RUBY_DOCDIR}/webunit/TIPS-ja.html
+${RUBY_DOCDIR}/webunit/TIPS-ja.rd
+${RUBY_DOCDIR}/webunit/TODO-ja.html
+${RUBY_DOCDIR}/webunit/TODO-ja.rd
+${RUBY_DOCDIR}/webunit/changes.rd
+${RUBY_DOCDIR}/webunit/example.rd
+${RUBY_DOCDIR}/webunit/index-en.html
+${RUBY_DOCDIR}/webunit/index-en.rd
+${RUBY_DOCDIR}/webunit/index-ja.html
+${RUBY_DOCDIR}/webunit/Makefile
+@dirrm ${RUBY_DOCDIR}/webunit
+${RUBY_EXAMPLESDIR}/webunit/conv/test_digit_view.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/digit-0.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/digit-1.cgi
+${RUBY_EXAMPLESDIR}/webunit/conv/digit-1.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/digit.cgi
+${RUBY_EXAMPLESDIR}/webunit/conv/digit.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/test_digit-0.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/test_digit-1.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/test_digit.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/test_digit_view-0.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/test_digit_view-1.rb
+${RUBY_EXAMPLESDIR}/webunit/conv/digit-0.cgi
+@dirrm ${RUBY_EXAMPLESDIR}/webunit/conv
+@dirrm ${RUBY_EXAMPLESDIR}/webunit
diff -r 150611c716bc -r d5bab83e47f4 www/ruby-webunit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-webunit/distinfo Wed Dec 17 14:37:48 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/17 14:37:48 taca Exp $
+
+SHA1 (ruby/webunit-20030121.tar.gz) = 5e128bf0553f17d2966d6c28b8a92b773fedc633
+Size (ruby/webunit-20030121.tar.gz) = 58368 bytes



Home | Main Index | Thread Index | Old Index