Port details |
- boa High performance single-tasking web server
- 0.94.14.r21_1,1 www
=3 0.94.14.r21_1,1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Unfetchable, unmaintained This port expired on: 2019-10-16 IGNORE: is marked as broken: unfetchable
- 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
- Port Added: unknown
- Last Update: 2019-10-16 15:29:32
- SVN Revision: 514601
- People watching this port, also watch:: lsof, htdig
- License: GPLv2+
- WWW:
- http://www.boa.org/
- Description:
- Boa is a single-tasking HTTP server. That means that unlike
traditional web servers, it does not fork for each incoming
connection, nor does it fork many copies of itself to handle multiple
connections. It internally multiplexes all of the ongoing HTTP
connections, and forks only for CGI programs (which must be separate
processes.) Preliminary tests show boa is about twice as fast as
Apache, and is capable of handling 50 hits per second on a 66 MHz '486.
The primary design goals of Boa are speed and security. Security,
in the sense of "can't be subverted by a malicious user", not "fine
grained access control and encrypted communications".
WWW: http://www.boa.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: boa
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (boa-0.94.14rc21.tar.bz2) = ba0b2f79da258498870b02ef8eb6f383d0d49eb1e93a653a5142431436d2194c
SIZE (boa-0.94.14rc21.tar.bz2) = 165622
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- makeinfo : print/texinfo
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for boa-0.94.14.r21_1,1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe gmake makeinfo tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.94.14.r21_1,1 16 Oct 2019 15:29:32 |
rene |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
0.94.14.r21_1,1 09 Oct 2019 12:23:49 |
bapt |
Drop the ipv6 virtual category for w* category as it is not relevant anymore |
0.94.14.r21_1,1 15 Sep 2019 17:28:09 |
antoine |
Deprecate a few ports |
0.94.14.r21_1,1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
0.94.14.r21_1,1 05 Aug 2019 13:22:34 |
antoine |
Mark BROKEN: unfetchable |
0.94.14.r21_1,1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.94.14.r21,1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.94.14.r21,1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.94.14.r21,1 16 May 2015 07:23:54 |
amdmi3 |
- Add CPE info
- Add LICENSE_FILE
Approved by: portmgr blanket |
0.94.14.r21,1 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.94.14.r21,1 12 Apr 2015 18:32:06 |
adamw |
Remove unnecessary bsd.port.options.mk inclusion, and unmute installation
commands. |
0.94.14.r21,1 10 Aug 2014 16:32:45 |
riggs |
- Stagify
- Add LICENSE
- Makefile cleanup
- Move pkg-plist into Makefile PLIST var
- Add pkg-message.in regarding startup script
- Pet portlint
PR: 191839
Submitted by: freebsd@jonathanprice.org
Approved by: mentors (implicit) |
0.94.14.r21,1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.94.14.r21,1 02 Jul 2014 17:17:21 |
bapt |
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR
With hat: portmgr |
0.94.14.r21,1 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.94.14.r21,1 15 Mar 2014 08:12:20 |
miwi |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES |
0.94.14.r21,1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.94.14.r21,1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- 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. |
0.94.14.r21,1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.94.14.r21,1 03 Sep 2008 06:04:12 |
ale |
Update to 0.94.14rc21 release. |
0.94.14.r20,1 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
0.94.14.r20,1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.94.14.r20,1 05 Dec 2005 02:34:07 |
edwin |
Remove install-info from Makefile, it's automatically done when INFO is defined |
0.94.14.r20,1 27 Oct 2004 20:50:06 |
ale |
- Update to 0.94.14.r20
- Utilize INFO and PORTDOCS
PR: ports/73213
Submitted by: leeym |
0.94.14.r17_1,1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.94.14.r17_1,1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.94.14.r17,1 18 Jan 2004 10:50:16 |
ale |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
0.94.14.r17,1 30 Oct 2003 01:55:49 |
nork |
Update to 0.94.14.r17.
PR: ports/58633
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
0.94.14.r16,1 28 Sep 2003 21:21:18 |
oliver |
fix %%PREFIX%%
PR: ports/56938
Submitted By: David Lay <dsl@webize.com.au>
Approved By: maintainer |
0.94.14.r16,1 24 Mar 2003 05:16:03 |
leeym |
Update www/boa from 0.94.14rc13 to 0.94.14rc16.
Fix a security problem.
PR: 48974
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
0.94.14.r13,1 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
0.94.14.r13,1 02 Feb 2003 12:43:42 |
roam |
Update to boa-0.94.14rc13.
The new patch to the configure script has been accepted by the Boa
maintainers in a different form - a patch to configure.in.
Approved by: maintainer |
0.94.14.r7,1 31 Jan 2003 13:13:41 |
roam |
Update to 0.94.14rc7.
PR: 45725
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
0.94.13,1 06 Dec 2002 08:02:39 |
roam |
A trivial fix for building with bison-1.75.
Approved by: portmgr (kris) |
0.94.13,1 16 Sep 2002 11:12:17 |
ijliao |
upgrade to 0.94.13
PR: 42500
Submitted by: maintainer |
0.94.12,1 08 May 2002 14:41:44 |
dwcjr |
Update to 0.94.12
pkg_version -t 0.94.12.r5 0.94.12 dictated a PORTEPOCH was needed
PR: 37784
Submitted by: maintainer |
0.94.12.r5 23 Mar 2002 07:33:38 |
pat |
Update to 0.94.12.r5
PR: 36197
Submitted by: maintainer |
09 Mar 2002 18:23:59 |
dannyboy |
Update to 0.94.12rc3. |
25 Feb 2002 05:38:30 |
pat |
- Update to 0.94.12.r2 - Give maintainership to Alex Dupre who requested it
|
24 Dec 2001 02:17:17 |
pat |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
02 Apr 2001 10:24:30 |
mharo |
remove deprecated fetch options from FETCH_BEFORE_ARGS |
05 Feb 2001 15:33:58 |
olgeni |
Some spaces -> tabs for ports/www. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
07 Oct 2000 13:18:16 |
jedgar |
- Update port to 0.94.8.3 (fix security hole) - Remove FORBIDDEN |
06 Oct 2000 22:53:42 |
jedgar |
Mark as forbidden, remote users can access files outside the document root. |
23 Aug 2000 09:09:25 |
kevlo |
Update to version 0.94.8.2 |