FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 2:44 AM BST
Port details
httest 2.2.2 www on this many watch lists=3 search for ports that depend on this port
HTTP Test Tool

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Jun 2011 16:01:53
License: AL2


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: devel/apr1, devel/pcre, converters/libiconv, lang/lua
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/httest/ && make install clean
To add the package: pkg_add -r httest


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://sunet.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://iweb.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://switch.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://surfnet.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://kent.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://freefr.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://voxel.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://jaist.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://osdn.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://nchc.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://ncu.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://transact.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://softlayer.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://internode.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://ufpr.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
http://waix.dl.sourceforge.net/project/htt/htt2.2/httest-2.2.2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 13

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 May 2012 15:02:17
Original commit files touched by this commit  2.2.2
jadawin search for other commits by this committer
- Update to 2.2.2
- Changelog:
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.2/ChangeLog/view
20 Apr 2012 01:11:50
Original commit files touched by this commit  2.2.1
sunpoet search for other commits by this committer
- Update to 2.21
- Sort MAN1
- Update WWW

Changes:       
http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.1/ChangeLog/view
08 Apr 2012 06:35:31
Original commit files touched by this commit  2.1.18_1
miwi search for other commits by this committer
- Support CFLAGS properly
- Add MAKE_JOBS_SAFE
- Support PORTEXAMPLES/PLIST_FILES

PR:             166053
Submitted by:   Ports Fury
Feature safe:   yes
09 Mar 2012 14:46:58
Original commit files touched by this commit  2.1.18
jadawin search for other commits by this committer
- Update to 2.1.18

PR:             ports/165772
Submitted by:   Muhammad Moinur Rahman <5u623l20 _AT_ gmail.com>
Feature safe:   yes
26 Feb 2012 11:28:38
Original commit files touched by this commit  2.1.16
mm search for other commits by this committer
Update to 2.1.16
Return maintainership back to pool
14 Feb 2012 12:44:23
Original commit files touched by this commit  2.1.12_1
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
25 Jan 2012 08:35:36
Original commit files touched by this commit  2.1.12
mm search for other commits by this committer
Update to 2.1.12
09 Jan 2012 15:41:08
Original commit files touched by this commit  2.1.5
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
13 Oct 2011 10:02:34
Original commit files touched by this commit  2.1.5
mm search for other commits by this committer
Update to 2.1.5
19 Sep 2011 12:54:59
Original commit files touched by this commit  2.1.3
mm search for other commits by this committer
Update to 2.1.3
23 Jul 2011 17:34:26
Original commit files touched by this commit  2.0.9
mm search for other commits by this committer
Update to 2.0.9
19 Jun 2011 09:58:06
Original commit files touched by this commit  2.0.8
mm search for other commits by this committer
Update to 2.0.8
15 Jun 2011 16:01:06
Original commit files touched by this commit  2.0.7
mm search for other commits by this committer
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

Number of commits found: 13

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.095 seconds.