notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
tinytinyhttpd Tiny tiny httpd
0.0.11 www Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.11Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2020-05-05
Ignore IGNORE: is marked as broken: unfetchable
Maintainer: smatsui@karashi.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/tthttpd
Collapse this list.
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: pkg-fallout
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:
Expand this list (1 items)
Collapse this list.
  1. https://cloud.github.com/downloads/mattn/tinytinyhttpd/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.11
05 May 2020 15:38:12
Revision:534093Original commit files touched by this commit
rene search for other commits by this committer
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 View all of this commit message)
0.0.11
04 Apr 2020 20:51:41
Revision:530719Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
0.0.11
06 Nov 2019 16:26:35
Revision:516897Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
0.0.11
09 Sep 2018 07:15:23
Revision:479275Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:427548Original commit files touched by this commit
mat search for other commits by this committer
http://github.com redirects to https://github.com, spare everyone a redirect.

Sponsored by:	Absolight
0.0.11
04 Sep 2015 16:02:17
Revision:396103Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:380312Original commit files touched by this commit
bapt search for other commits by this committer
Remove Author from pkg-descr and white space fixes
0.0.11
02 Jul 2014 08:25:07
Revision:360156Original commit files touched by this commit
vanilla search for other commits by this committer
1: Stagify.
2: use options helper.

Approved by:	portmgr@ (blanket approval)
0.0.11
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.0.11
11 Jul 2012 01:43:05
Original commit files touched by this commit
adamw search for other commits by this committer
Update to 0.0.11. Fixes some nasty bugs.

PR:             ports/169582
Approved by:    maintainer
0.0.9
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.0.9
04 Nov 2009 08:14:15
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9

PR:             140260
Submitted by:   Shinsuke Matsui <smatsui@karashi.org> (maintainer)
0.0.8
30 Sep 2009 13:06:53
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.0.8

PR:             139231
Submitted by:   Shinsuke Matsui <smatsui@karashi.org> (maintainer)
0.0.6b
18 Aug 2009 20:47:49
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.0.6b

PR:             137898
Submitted by:   Shinsuke Matsui <smatsui@karashi.org> (maintainer)
0.0.5
10 Aug 2009 16:34:46
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.0.5

PR:             137598
Submitted by:   Shinsuke Matsui <smatsui@karashi.org> (maintainer)
0.0.4c
07 Aug 2009 20:09:35
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.0.4c

PR;             137471
Submitted by:   Shinsuke Matsui <smatsui@karashi.org> (maintainer)
0.0.2
05 Aug 2009 12:23:57
Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 19