Port details |
- tinytinyhttpd Tiny tiny httpd
- 0.0.11 www
=2 0.0.11Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: smatsui@karashi.org
- Port Added: 2009-08-05 12:24:21
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- People watching this port, also watch:: rsync, tmux, zsh, lame
- License: not specified in port
- WWW:
- https://github.com/mattn/tinytinyhttpd/tree/master
- Description:
- tinytinyhttpd is a very lightweight HTTP server written in C.
It supports multi threads, customization, directory listing and CGI.
It is confirmed to run the following software under tinytinyhttpd
with no hassle:
* MTOS(Movable Type Open Source) (perl)
* WordPress (php)
* blogn Plus (php)
* tDiary (ruby)
* PukiWiki (php)
* NucreusCMS (php)
* blosxom (perl)
WWW: https://github.com/mattn/tinytinyhttpd/tree/master
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tinytinyhttpd>0:www/tinytinyhttpd
- No installation instructions:
- This port has been deleted.
- PKGNAME: tinytinyhttpd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tinytinyhttpd-0.0.11.tar.gz) = 844150ef4f88b3d198273937861e3e9a3854b412f29b8be64ea01e9de7c71e9a
SIZE (tinytinyhttpd-0.0.11.tar.gz) = 154501
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:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tinytinyhttpd-0.0.11:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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.0.11 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.0.11 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.0.11 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
0.0.11 09 Sep 2018 07:15:23 |
tobik |
www/tinytinyhttpd: Unbreak with Clang 6
c++ -DHAVE_CONFIG_H -I. -O2 -pipe -fstack-protector -fno-strict-aliasing
-D_THREAD_SAFE -pthread -D_REENTRANT -MT httpd.o -MD -MP -MF .deps/httpd.Tpo -c
-o httpd.o httpd.cxx
httpd.cxx:1019:21: error: assigning to 'int' from incompatible type 'nullptr_t'
res_info->write = NULL;
^~~~
httpd.cxx:1734:8: error: no matching function for call to 'sendfile'
if (sendfile(msgsock, res_info->read, NULL, total, NULL,
NULL, 0) == 0) sent = total;
^~~~~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/tinytinyhttpd-0.0.11.log
PR: 230890
Submitted by: tobik
Approved by: smatsui@karashi.org (maintainer timeout, 2 weeks) |
0.0.11 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
0.0.11 04 Sep 2015 16:02:17 |
mat |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
0.0.11 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.0.11 02 Mar 2015 23:55:26 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.0.11 02 Jul 2014 08:25:07 |
vanilla |
1: Stagify.
2: use options helper.
Approved by: portmgr@ (blanket approval) |
0.0.11 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.0.11 11 Jul 2012 01:43:05 |
adamw |
Update to 0.0.11. Fixes some nasty bugs.
PR: ports/169582
Approved by: maintainer |
0.0.9 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.0.9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.0.9 04 Nov 2009 08:14:15 |
miwi |
- Update to 0.9
PR: 140260
Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) |
0.0.8 30 Sep 2009 13:06:53 |
miwi |
- Update to 0.0.8
PR: 139231
Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) |
0.0.6b 18 Aug 2009 20:47:49 |
miwi |
- Update to 0.0.6b
PR: 137898
Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) |
0.0.5 10 Aug 2009 16:34:46 |
amdmi3 |
- Update to 0.0.5
PR: 137598
Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) |
0.0.4c 07 Aug 2009 20:09:35 |
miwi |
- Update to 0.0.4c
PR; 137471
Submitted by: Shinsuke Matsui <smatsui@karashi.org> (maintainer) |
0.0.2 05 Aug 2009 12:23:57 |
miwi |
tinytinyhttpd is a very lightweight HTTP server written in C.
It supports multi threads, customization, directory listing and CGI.
It is confirmed to run the following software under tinytinyhttpd
with no hassle:
* MTOS(Movable Type Open Source) (perl)
* WordPress (php)
* blogn Plus (php)
* tDiary (ruby)
* PukiWiki (php)
* NucreusCMS (php)
* blosxom (perl)
WWW: http://github.com/mattn/tinytinyhttpd/tree/master
PR: ports/137354
Submitted by: Shinsuke Matsui <smatsui at karashi.org> |