aboutsummaryrefslogtreecommitdiff
path: root/www/tclwebtest
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-6/+4
| | | | Notes: svn path=/head/; revision=360680
* - Stage supportMartin Wilke2014-06-051-10/+9
| | | | | | | PR: 190640 Notes: svn path=/head/; revision=356563
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Transfer maintainer back to ports@FreeBSD.orgMartin Matuska2011-08-091-1/+1
| | | | | | | Approved by: maintainer (myself) Notes: svn path=/head/; revision=279351
* - Add LICENSE informationMartin Matuska2011-03-231-0/+2
| | | | | | | - Make portlint happier Notes: svn path=/head/; revision=271518
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - updated maintainer e-mail addressMartin Matuska2007-04-051-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=189288
* - Switch dependens to lang/tcl-wrapperMartin Wilke2007-03-271-2/+2
| | | | | | | | | | - Bump PORTREVISION PR 110628 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=188527
* - As this is a scripty-only port, it depends on the new lang/tcl-tk-wrapperMartin Wilke2007-03-092-113/+79
| | | | | | | | | | | - Reorganized file structure to be automatically loaded by tcl package require - Fixed PORTDOCS in pkg-plist PR: 110090 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=186973
* - Added support for non-threaded tcl (if installed)Martin Wilke2007-03-012-10/+32
| | | | | | | | | | | | | | - Added support for tcl85 via USE_TCL_VER=85 - Added tcl84 to CATEGORIES list - Fixed some Makefile and pkg-plist issues - Pass maintainership to submitter PR: 109691 Submitted by: Martin Matuska <martin@matuska.org> Approved by: Aldert nooitgedagt - net <aldert@nooitgedagt.net> (old maintainer) Notes: svn path=/head/; revision=186281
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Tclwebtest is a tool to write automated tests for web applications.Pav Lucistnik2005-07-274-0/+181
It provides a simple API for issuing http requests, dealing with the result and assume specific response values, while taking care of the details such as redirects and cookies. PR: ports/84138 Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net> Notes: svn path=/head/; revision=140230