Port details |
- mathopd Small, yet fast HTTP server
- 1.5p8_1 www
=2 Version of this port present on the latest quarterly branch. - Maintainer: michiel@boland.org
 - Port Added: unknown
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- People watching this port, also watch:: p5-Authen-PAM, openssl, pcre, mscompress, pdflib
- License: BSD3CLAUSE
- Description:
- Mathopd is a very small, yet very fast HTTP server for UN*X systems.
Mathopd is designed specifically to handle a large number of connections
with minimal fuss. It contains no unnecessary add-ons, but it does the
trick for most things.
Mathopd does not allocate any memory, once it has started up, and
does not fork any processes (except for CGI scripts of course.)
WWW: http://www.mathopd.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/mathopd/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mathopd
- pkg install mathopd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mathopd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mathopd-1.5p8.tar.gz) = 02a372051bd8f4f2b2af4226d5a6f71ff39850361ba25e65cbc17e9e471497ff
SIZE (mathopd-1.5p8.tar.gz) = 59690
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for mathopd-1.5p8_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_mathopd
- USES:
- cpe
- pkg-message:
- For install:
- Before you start the server you must create a config file.
The easiest way to do it is to copy /usr/local/etc/mathopd.conf.sample
to /usr/local/etc/mathopd.conf and edit this file to your taste.
After you've done with that, chmod 540 /usr/local/etc/rc.d/mathopd.sh
and run it.
Also do not forget to create your web hierarchy and to set its
permissions to something secure.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 1.5p8_1 |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
31 Aug 2021 12:00:27 1.5p8_1 |
Bernhard Froehlich (decke)  |
www/mathopd: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 1.5p8_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
22 Feb 2021 16:27:15
1.5p8_1 |
emaste  |
www/mathopd: Fix build with default PIE
Mathopd Makefile passed CFLAGS in MAKE_ENV variable. This caused CFLAGS
processing in bsd.prog.mk to be ignored, which in turn left non-PIE CFLAGS
from sys.mk and LDFLAGS with PIE enabled from bsd.prog.mk.
PR: 253275 [exp-run]
Submitted by: Dawid Gorecki <dgr@semihalf.com>
Approved by: lwhsu, Michiel Boland [maintainer]
Differential Revision: https://reviews.freebsd.org/D28793 |
25 Nov 2019 23:25:52
1.5p8_1 |
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
14 Aug 2019 12:25:09
1.5p8_1 |
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
16 Jul 2015 01:30:53
1.5p8_1 |
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
29 Jul 2014 15:49:47
1.5p8_1 |
adamw  |
Rename www/ patch-xy patches to reflect the files they modify. |
22 Jun 2014 02:04:15
1.5p8_1 |
danilo  |
- Add stage support
- Add DOCS option
- Add LICENSE
PR: ports/191255
Submitted by: michiel@boland.org |
31 Oct 2013 04:17:29
1.5p8 |
eadler  |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object. |
20 Sep 2013 23:36:54
1.5p8 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
03 Feb 2012 17:43:05
1.5p8 |
rm  |
- update to 1.5p8
Previous version crashes if you send a HTTP/1.0 request with no Host header.
PR: 164737
Submitted by: Michiel Boland <michiel at boland dot org> (maintainer) |
02 Feb 2012 20:43:23
1.5p7 |
rm  |
- update to 1.5p7 (fix directory traversal in special case)
- while i'm here, fix couple of whitespaces and NOMAN -> NO_MAN warning
PR: 164717
Submitted by: Michiel Boland <michiel at boland dot org> |
24 Oct 2011 04:17:38
1.5p6  |
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. |
19 Mar 2011 12:38:54
1.5p6  |
miwi  |
- Get Rid MD5 support |
13 Aug 2007 08:34:41
1.5p6  |
tobez  |
It would appear to make sense to let the author of mathopd, Michiel
Boland, to take over maintaining this port. |
12 Aug 2007 20:01:14
1.5p6  |
kris  |
Revert previous commit, I lost the race with the distinfo fix. |
09 Aug 2007 21:51:42
1.5p6  |
kris  |
BROKEN: size mismatch |
05 Aug 2007 17:27:40
1.5p6  |
tobez  |
Distfile was re-rolled by the author, so update the distinfo.
Changes: CVS/ directories were removed from the tarball. |
27 Jul 2007 13:39:52
1.5p6  |
tobez  |
Update to 1.5p6.
Changes (as taken from
16461.82.215.41.237.1185016981.squirrel@webmail.xs4all.nl):
1) On FreeBSD there was a rather embarrassing bug when sendfile was used,
which manifests itself in bogus 'premature end of file' messages in the
error log. This should now be fixed.
2) There were some stupid mistakes in the way in which Content-Length, and
Range headers were computed and/or parsed. This had to do with the fact
that size_t is 32 bit on most 32-bit platforms, but file sizes can be
much bigger.
3) Mathopd would refuse to open files larger than 2 GB on Solaris or Linux.
This should now be fixed, provided you follow the instructions in the
Makefile.
4) The SanitizePath feature (the one that substitutes // for /, etc. in
request URIs) has been retrofitted into 1.5.
5) Some cosmetic changes were made to the Makefile in 1.6. These were
merged also. |
24 Jan 2006 03:14:23
1.5p5  |
edwin  |
SHA256ify
Approved by: krion@ |
14 Oct 2005 07:51:18
1.5p5  |
tobez  |
Update to 1.5p5.
Nudged by: simon |
30 May 2005 11:09:57
1.5p4_2  |
tobez  |
Really build with sendfile(2) support (fix "CFLAGS from make.conf
overwrites CFLAGS in the environment" issue). Bump portrevision.
Noticed by: Piotr Rybicki <p.rybicki@point-group.pl> |
27 May 2005 14:36:53
1.5p4_1  |
tobez  |
Commit file forgotten in the previous commit. |
27 May 2005 14:35:53
1.5p4_1  |
tobez  |
Build mathopd with sendfile support, bump portrevision. |
29 Nov 2004 08:58:58
1.5p4  |
tobez  |
Update to 1.5p4. |
24 Jun 2004 11:47:12
1.5p3  |
simon  |
- Update to mathopd 1.5p3.
- Fix a portlint warning about missing @dirrm %%DOCSDIR%%.
PR: ports/66325
Approved by: vs, maintainer timeout |
31 Mar 2004 03:12:58
1.4p2  |
trevor  |
SIZEify (maintainer timeout) |
05 Dec 2003 00:02:41
1.4p2  |
tobez  |
Update to 1.4p2. |
07 Mar 2003 06:12:57
1.3p7  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
12 Jun 2001 20:25:42  |
tobez  |
Updated MAINTAINER to my new committer email address. Do the same for
pkg-descr files. |
18 Feb 2001 15:38:01  |
kevlo  |
- Update to version 1.3p7 - Update WWW |
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. |
22 Sep 2000 17:30:29  |
ade  |
Update to version 1.3p6 |
07 Jul 2000 20:29:13  |
steve  |
Update to version 1.3p5. |
05 Jul 2000 13:37:07  |
tg  |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |
08 Jun 2000 10:16:08  |
knu  |
1.3pl4 -> 1.3p4 |