cvs commit: ports/www Makefile ports/www/httest Makefile distinfo pkg-descr pkg-plist

Martin Matuska mm at FreeBSD.org
Wed Jun 15 16:01:06 UTC 2011


mm          2011-06-15 16:01:06 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/httest           Makefile distinfo pkg-descr pkg-plist 
  Log:
  The htt provides a large variety of HTTP-related functionality, useful for
  implementing all kinds of HTTP-based tests:
  
  - Advanced HTTP protocol handling, including ne-grained timeout handling,
    request and response validation
  - Simulating clients and servers, including startup and shutdown of server
    daemons. This allows to create mock-ups of back-end systems in more complex
    test situations, for example when the tested application needs to interact
    with a 3rd-party back-end system which is not available in the testing
    environment.
  - Execution of external commandline tools, using their output as request
    or response data, or for validation purposes.
  - Copying stream data (e.g. from a response) and re-using it in variables.
  
  WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public
  
  Revision  Changes    Path
  1.2902    +1 -0      ports/www/Makefile
  1.1       +31 -0     ports/www/httest/Makefile (new)
  1.1       +2 -0      ports/www/httest/distinfo (new)
  1.1       +15 -0     ports/www/httest/pkg-descr (new)
  1.1       +6 -0      ports/www/httest/pkg-plist (new)


More information about the cvs-ports mailing list