Port details |
- erlang-webmachine HTTP semantic awareness on top mochiweb
- 1.10.9 www
=0 1.10.9Version of this port present on the latest quarterly branch.
- Maintainer: erlang@FreeBSD.org
- Port Added: 2015-06-27 12:54:31
- Last Update: 2022-06-28 06:32:30
- Commit Hash: ab4964e
- Also Listed In: devel
- License: APACHE20
- WWW:
- https://github.com/webmachine/webmachine/
- Description:
- Webmachine is an application layer that adds HTTP semantic awareness
on top of the excellent bit-pushing and HTTP syntax-management
provided by mochiweb. It provides a simple and clean way to connect
that to your application's behavior.
WWW: https://github.com/webmachine/webmachine/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- erlang-webmachine>0:www/erlang-webmachine
- No installation instructions:
- This port has been deleted.
- PKGNAME: erlang-webmachine
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1526713504
SHA256 (webmachine-webmachine-1.10.9_GH0.tar.gz) = febf7a29f79763f1ddcc8234ae53780dfb1b707fa5423c6e271d77f8145160f0
SIZE (webmachine-webmachine-1.10.9_GH0.tar.gz) = 1521443
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- erl : lang/erlang
- rebar>=0 : devel/rebar
- erlang-mochiweb-basho>=0 : www/erlang-mochiweb-basho
- Runtime dependencies:
-
- erl : lang/erlang
- erlang-mochiweb-basho>=0 : www/erlang-mochiweb-basho
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for erlang-webmachine-1.10.9:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_erlang-webmachine
- USES:
- erlang:rebar
- 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 |
1.10.9 28 Jun 2022 06:32:30 |
Dave Cottlehuber (dch) |
*/*: Remove expired erlang and elixir ports
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.
See UPDATING and MOVED for details.
https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update
archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection (Only the first 15 lines of the commit message are shown above ) |
1.10.9 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.10.9 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.9 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.10.9 08 Jun 2018 13:43:26 |
olgeni |
Transfer more Erlang ports to erlang@. |
1.10.9 19 May 2018 07:26:18 |
olgeni |
Update www/erlang-webmachine to version 1.10.9. |
1.10.8 02 Aug 2016 13:05:28 |
olgeni |
Quick fix for building www/erlang-webmachine with Erlang 19. |
1.10.8 25 Aug 2015 22:35:00 |
olgeni |
GH_ACCOUNT was switched to webmachine. |
1.10.8 06 Jul 2015 22:27:18 |
olgeni |
Update most of the Erlang ports to use erlang.mk.
These do not require a PORTREVISION bump. |
1.10.8 06 Jul 2015 10:55:36 |
olgeni |
Some patch files were meant to get rid of {vsn, git} in rebar.config;
replace them with REINPLACE_CMD. |
1.10.8 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. |