summaryrefslogtreecommitdiff
path: root/www/ruby-webunit
AgeCommit message (Collapse)AuthorFilesLines
2019-11-04www: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
2017-09-04Comment out dead sites.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-11Fix build problem on Ruby 2.2.taca2-1/+26
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-24Add missing INSTALLATION_DIRS.jperkin1-1/+3
2010-09-10* Remove redundant PKGNAME.taca1-2/+2
* Add LICENSE.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-7/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-06-19- Switch to use vendor_dir with Ruby 1.8.7.taca2-61/+63
Bump PKGREVISION.
2006-09-07Sort PLIST.taca1-5/+5
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca2-6/+5
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-11-03Remove supporting ruby16-base package.taca1-5/+1
2005-10-29Reset maintainer to tech-pkg:wiz1-2/+2
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca1-1/+2
lang/ruby/rubyversion.mk changes.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-11-28Update ruby-webunit package to 20040429++ migrating to use newtaca4-17/+21
framework for Ruby packages. === 20040429+ --> 20040429++ * add <area> to SingleTags in parser.html (Thanks to Philip Plumlee) === 20040429 --> 20040429+ * fix bug about handling XHTML(like <hr/> tag, in SingleTags at parser.rb) === 20040211 --> 20040429 * fit htmlsplit to XHTML(like <p/> tag, it's temporary and defective) === 20030121 --> 20040211 * fix for ruby 1.8.1
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-17Importing ruby-webunit 20030121 package based on PR pkg/22158 by Rasputin.taca4-0/+91
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.