Port details |
- mochiweb Erlang library for building lightweight HTTP servers
- 2.12.2 www
=0 2.12.2Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2013-04-23 15:16:01
- Last Update: 2015-06-27 12:54:12
- SVN Revision: 390698
- Also Listed In: devel
- License: MIT
- WWW:
- https://github.com/mochi/mochiweb
- Description:
- MochiWeb is an Erlang library for building lightweight HTTP servers,
from Mochi Media, Inc.
WWW: https://github.com/mochi/mochiweb
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: mochiweb
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- erl : lang/erlang
- Runtime dependencies:
-
- erl : lang/erlang
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cpe
- 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 |
2.12.2 27 Jun 2015 12:54:12 |
olgeni |
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names. |
2.12.2 19 May 2015 12:05:23 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
2.12.2 09 May 2015 13:46:09 |
olgeni |
Upgrade to version 2.12.2.
- Simplify RUN_DEPENDS.
- Add support for DOCS and EXAMPLES.
- Use pkg-plist for the docs (remove PORTDOCS).
- Use PORTNAME in install code. |
2.10.0 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.10.0 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
2.10.0 04 Jan 2015 13:21:31 |
olgeni |
Upgrade to version 2.10.0. |
2.9.2 24 Oct 2014 08:26:55 |
olgeni |
Upgrade to version 2.9.2. |
2.7.0 29 Oct 2013 21:30:56 |
olgeni |
Upgrade to version 2.7.0. |
2.6.0 29 Oct 2013 21:27:00 |
olgeni |
- Add staging support.
- Do not mute install commands.
- Cleanup pkg-plist. |
2.6.0 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.6.0 24 Apr 2013 16:35:52 |
olgeni |
- Use bsd.port.options.mk.
- PORTDOCS should not be conditional.
Noticed by: jgh |
2.6.0 23 Apr 2013 16:08:36 |
olgeni |
Document conflicts with www/mochiweb-basho. |
2.6.0 23 Apr 2013 15:40:17 |
olgeni |
Add missing dependencies. |
2.6.0 23 Apr 2013 15:32:15 |
olgeni |
Of course I noticed the missing tabs just after the commit. |
2.6.0 23 Apr 2013 15:15:49 |
olgeni |
Add www/mochiweb, an Erlang library for building lightweight HTTP
servers.
This is the original version from Mochi Media, Inc. |