FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:11 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
xshttpd-devel 3.7.b15_1 www on this many watch lists=1 search for ports that depend on this port
A webserver with CGI as own user and SSL suport
Maintained by: johans@stack.nl search for ports maintained by this maintainer
Port Added: 21 Mar 2006 11:57:03
Also Listed In: ipv6


This port offers the development branch of the XS-HTTPD webserver.
The stable version of XS-HTTPD is available as well, as www/xshttpd.

Development releases are updated much more often and will contain
all kinds of nice new features - some of them are even documented.

Read the ChangeLog file for possible issues with backwards compatibility.

WWW: http://www.stack.nl/xs-httpd/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: misc/mime-support, graphics/netpbm
Required Libraries: devel/pcre

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


Configuration Options
===> The following configuration options are available for xshttpd-devel-3.7.b15_1:
     LDAP=Off (default) "Enable ldap support"
     CURL=Off (default) "Enable curl (proxy) support"
     M4_CONFIG=Off (default) "Enable m4 configuration preprocessor"
     PERSISTENT_PERL=Off (default) "Enable persistent perl interpreter"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.stack.nl/pub/xs-httpd/release/
ftp://mud.stack.nl/pub/xs-httpd/release/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-06-14
    Affects: users of www/xshttpd-devel and web apps porters
    Author: johans@FreeBSD.org
    Reason: 
      www/xshttpd-devel now uses ${PREFIX}/www/xshttpd/ as a root
      directory for its data files. The xshttpd configuration files have
      been moved to ${PREFIX}/www/xshttpd/conf/. Move the appropriate
      local files manually if you are upgrading from versions <= 3.5.b07
    
    

Number of commits found: 71

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  3.7.b15_1
dinoex search for other commits by this committer
- update to jpeg-8
27 Dec 2009 23:44:13
Original commit files touched by this commit  3.7.b15
johans search for other commits by this committer
Update to 3.7 beta 15
08 Nov 2009 20:39:02
Original commit files touched by this commit  3.7.b14
johans search for other commits by this committer
Update to 3.7 beta 14
05 Sep 2009 15:55:58
Original commit files touched by this commit  3.7.b13
johans search for other commits by this committer
Update to 3.7 beta 13
28 Jun 2009 11:34:26
Original commit files touched by this commit  3.7.b11
johans search for other commits by this committer
- Update to 3.7 beta 11
- Simplify custom patches
- Rename pidfile to avoid conflict/confusion
02 Apr 2009 18:19:52
Original commit files touched by this commit  3.7.b09
johans search for other commits by this committer
Update to 3.7 beta 9
13 Feb 2009 08:45:44
Original commit files touched by this commit  3.7.b08
johans search for other commits by this committer
- Update to 3.7 beta 8
- Remove pcre option: this is now a standard dependency
29 Jan 2009 17:33:40
Original commit files touched by this commit  3.7.b05
johans search for other commits by this committer
Update to 3.7 beta 5
23 Jan 2009 15:43:14
Original commit files touched by this commit  3.7.b03_1
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
18 Jan 2009 21:35:00
Original commit files touched by this commit  3.7.b03
johans search for other commits by this committer
Update to 3.7b03 (bugfix release)
18 Jan 2009 14:06:08
Original commit files touched by this commit  3.7.b02
johans search for other commits by this committer
- Update to 3.7 beta 2
- OpenSSL dependency is no longer optional
09 Dec 2008 21:34:32
Original commit files touched by this commit  3.6.b24
johans search for other commits by this committer
Update to 3.6 beta 24
28 Nov 2008 07:10:10
Original commit files touched by this commit  3.6.b23
johans search for other commits by this committer
- Update to 3.6 beta 23
- Remove patchfile (now fixed upstream)
22 Nov 2008 17:05:15
Original commit files touched by this commit  3.6.b22
johans search for other commits by this committer
Avoid MD5_CTX conflict when both md5.h and openssl/md5.h get included

Reported by:    ed
21 Nov 2008 09:57:37
Original commit files touched by this commit  3.6.b22
johans search for other commits by this committer
Update to 3.6 beta 22
06 Nov 2008 22:54:02
Original commit files touched by this commit  3.6.b21
johans search for other commits by this committer
Update to 3.6 beta 21
30 Sep 2008 14:53:20
Original commit files touched by this commit  3.6.b20
johans search for other commits by this committer
Update to 3.6 beta 20
23 Sep 2008 12:38:03
Original commit files touched by this commit  3.6.b19
johans search for other commits by this committer
Update to 3.6 beta 19
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.6.b18
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
10 Aug 2008 10:06:19
Original commit files touched by this commit  3.6.b18
johans search for other commits by this committer
Update to 3.6 beta 18
03 Aug 2008 13:32:53
Original commit files touched by this commit  3.6.b17
johans search for other commits by this committer
Update to 3.6 beta 17
13 Jul 2008 11:48:42
Original commit files touched by this commit  3.6.b15
johans search for other commits by this committer
Update to 3.6 beta 15
19 Jun 2008 13:16:05
Original commit files touched by this commit  3.6.b12_1
johans search for other commits by this committer
Don't create DOCSDIR when NOPORTDOCS is set

Reported by:    itetcu (QA Tindy)
18 Jun 2008 17:42:42
Original commit files touched by this commit  3.6.b12
johans search for other commits by this committer
Update to 3.6 beta 12
08 May 2008 23:06:26
Original commit files touched by this commit  3.6.b11
johans search for other commits by this committer
Update to 3.6 beta 11
17 Mar 2008 17:50:43
Original commit files touched by this commit  3.6.b09
johans search for other commits by this committer
Update to 3.6 beta 9 (bugfix release)
12 Mar 2008 09:21:40
Original commit files touched by this commit  3.6.b08
johans search for other commits by this committer
- Update to 3.6 beta 8
28 Feb 2008 07:26:27
Original commit files touched by this commit  3.6.b05
johans search for other commits by this committer
- Update to 3.6 beta 5
20 Feb 2008 19:27:10
Original commit files touched by this commit  3.6.b04
johans search for other commits by this committer
- Update to 3.6 beta 4
06 Feb 2008 16:40:42
Original commit files touched by this commit  3.6.b02
johans search for other commits by this committer
- Update to 3.6 beta 2
25 Jan 2008 10:49:42
Original commit files touched by this commit  3.5.b31
johans search for other commits by this committer
- Update to 3.5 beta 31
06 Jan 2008 18:23:45
Original commit files touched by this commit  3.5.b30
johans search for other commits by this committer
- Update to 3.5 beta 30
27 Dec 2007 10:55:57
Original commit files touched by this commit  3.5.b29
johans search for other commits by this committer
- Update to 3.5 beta 29 (bugfix release)
15 Dec 2007 15:47:15
Original commit files touched by this commit  3.5.b28
johans search for other commits by this committer
- Update to 3.5 beta 28
12 Dec 2007 19:25:11
Original commit files touched by this commit  3.5.b27
johans search for other commits by this committer
- Update to 3.5 beta 27
10 Oct 2007 09:03:28
Original commit files touched by this commit  3.5.b24
johans search for other commits by this committer
Update to 3.5 beta 24
20 Sep 2007 10:28:26
Original commit files touched by this commit  3.5.b22
johans search for other commits by this committer
Update to 3.5b22
08 Sep 2007 12:07:58
Original commit files touched by this commit  3.5.b21
johans search for other commits by this committer
Update to 3.5b21
29 Aug 2007 20:57:56
Original commit files touched by this commit  3.5.b20
johans search for other commits by this committer
Update to 3.5b20
- 3.5b19: minor bugfixes
- 3.5b20: license changed to 2-clause BSD license (FreeBSD style)
14 Aug 2007 11:10:56
Original commit files touched by this commit  3.5.b18
johans search for other commits by this committer
Update to 3.5b18
29 Jul 2007 11:56:52
Original commit files touched by this commit  3.5.b17
johans search for other commits by this committer
Update to 3.5b17 (bugfix release)
23 Jul 2007 10:36:52
Original commit files touched by this commit  3.5.b15
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
11 Jul 2007 17:44:06
Original commit files touched by this commit  3.5.b15
johans search for other commits by this committer
Update to 3.5b15
07 Jul 2007 09:28:51
Original commit files touched by this commit  3.5.b14
johans search for other commits by this committer
Update to 3.5b14 (bugfix release)
02 Jul 2007 17:48:54
Original commit files touched by this commit  3.5.b13
johans search for other commits by this committer
Update to 3.5b13
28 Jun 2007 10:46:55
Original commit files touched by this commit  3.5.b12_1
johans search for other commits by this committer
Fix patch that sets the location of mime.types file (bump portrevision)
24 Jun 2007 09:19:35
Original commit files touched by this commit  3.5.b12
johans search for other commits by this committer
Update to 3.5b12
17 Jun 2007 21:46:25
Original commit files touched by this commit  3.5.b11
johans search for other commits by this committer
- Fix pkg-plist
- Update to 3.5b11

Reported by:    krismail
14 Jun 2007 18:34:23
Original commit files touched by this commit  3.5.b10
johans search for other commits by this committer
- Update to 3.5 beta 10
- Move default installation dir to $WWWDIR
- Improve (fix) dependency and conflicts
26 Apr 2007 17:15:56
Original commit files touched by this commit  3.5.b07
johans search for other commits by this committer
Fix wrongly committed distinfo

PR:             ports/112162
Submitted by:   Jason Harris
26 Apr 2007 10:02:29
Original commit files touched by this commit  3.5.b07
johans search for other commits by this committer
Update to 3.5 beta 7
10 Apr 2007 22:12:40
Original commit files touched by this commit  3.5.b06
johans search for other commits by this committer
Update to 3.5b7
29 Mar 2007 13:39:19
Original commit files touched by this commit  3.5.b05
johans search for other commits by this committer
Update to 3.5b05 (fixes build on -CURRENT)
24 Mar 2007 16:34:07
Original commit files touched by this commit  3.5.b04
pav search for other commits by this committer
- Use new WWWDIR infrastructure
22 Mar 2007 16:33:51
Original commit files touched by this commit  3.5.b04
johans search for other commits by this committer
- Update to new development release 35b04
- Fix typo in pkg-plist
13 Feb 2007 12:41:28
Original commit files touched by this commit  3.4.b26
johans search for other commits by this committer
Update to 3.4b26
09 Feb 2007 16:11:33
Original commit files touched by this commit  3.4.b25
johans search for other commits by this committer
- Update to 3.4b25
- Support additional compile-time option
02 Jan 2007 16:33:09
Original commit files touched by this commit  3.4.b23
johans search for other commits by this committer
- Update to 3.4b23
13 Dec 2006 12:41:36
Original commit files touched by this commit  3.4.b21_1
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
12 Dec 2006 18:35:30
Original commit files touched by this commit  3.4.b21
johans search for other commits by this committer
- Update to 3.4b21
27 Nov 2006 18:05:39
Original commit files touched by this commit  3.4.b20
johans search for other commits by this committer
- Update to 3.4.b20
20 Nov 2006 19:49:41
Original commit files touched by this commit  3.4.b19
johans search for other commits by this committer
- Update to 3.4b19 (bugfix release)
15 Nov 2006 19:02:19
Original commit files touched by this commit  3.4.b17
johans search for other commits by this committer
- Update to 3.4b17
05 Nov 2006 17:48:35
Original commit files touched by this commit  3.4.b16
johans search for other commits by this committer
- Update to 3.4b16
21 Sep 2006 18:28:30
Original commit files touched by this commit  3.4.b15
johans search for other commits by this committer
- Update to 3.4b15
26 May 2006 14:16:12
Original commit files touched by this commit  3.4.b10
johans search for other commits by this committer
- Update to latest bugfix release

Approved by:    flz (mentor)
08 May 2006 19:38:21
Original commit files touched by this commit  3.4.b09
johans search for other commits by this committer
- Update to latest release 3.4 b9

Submitted by:   maintainer (self)
Approved by:    flz (mentor)
23 Mar 2006 15:24:58
Original commit files touched by this commit  3.4.b07
garga search for other commits by this committer
- Update to 3.4b7

PR:             ports/94837
Submitted by:   maintainer
21 Mar 2006 13:46:03
Original commit files touched by this commit  3.4.b06_1
garga search for other commits by this committer
Bump PORTREVISION - forgotten on last commit
21 Mar 2006 13:44:59
Original commit files touched by this commit  3.4.b06
garga search for other commits by this committer
- Rename DATADIR -> WWWDIR to prevent confusion
- Use a REINPLACE_CMD to don't install mime.types instead remove it after
  installed
- Use PORTDOCS facility

Approved by:    maintainer at IIRC
21 Mar 2006 11:56:38
Original commit files touched by this commit  3.4.b06
garga search for other commits by this committer
- Add www/xshttpd-devel
- Register CONFLICTS on www/xshttpd

PR:             ports/94268
Submitted by:   Johan van Selst <johans@stack.nl>
Repocopied by:  marcus

Number of commits found: 71

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

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

Add tab to Netscape 6

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