aboutsummaryrefslogtreecommitdiff
path: root/www/erlang-cowboy
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-2/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Transfer more Erlang ports to erlang@.Jimmy Olgeni2018-06-081-1/+1
| | | | Notes: svn path=/head/; revision=472000
* Update www/erlang-cowboy to version 1.1.2.Jimmy Olgeni2017-03-014-9/+10
| | | | Notes: svn path=/head/; revision=435133
* Upgrade www/erlang-cowboy to version 1.0.4.Jimmy Olgeni2015-11-202-3/+3
| | | | Notes: svn path=/head/; revision=402081
* Upgrade to version 1.0.3.Jimmy Olgeni2015-08-183-7/+6
| | | | Notes: svn path=/head/; revision=394589
* Update the remaining Erlang ports to use erlang.mk.Jimmy Olgeni2015-07-064-27/+16
| | | | | | | | | A few mistakes in plists came up, so these ports get a PORTREVISION bump. Some of the older ports are still left out. Notes: svn path=/head/; revision=391484
* Move devel/erlang-cowlib to www.Jimmy Olgeni2015-07-031-2/+2
| | | | Notes: svn path=/head/; revision=391230
* Upgrade to version 1.0.2.Jimmy Olgeni2015-07-023-3/+4
| | | | Notes: svn path=/head/; revision=391192
* Sorting out some Erlang stuff:Jimmy Olgeni2015-06-275-0/+246
- 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. Notes: svn path=/head/; revision=390698