diff options
Diffstat (limited to 'www')
82 files changed, 0 insertions, 1858 deletions
diff --git a/www/Makefile b/www/Makefile index 572bf717e051..801b934f19ef 100644 --- a/www/Makefile +++ b/www/Makefile @@ -128,30 +128,12 @@ SUBDIR += element-web SUBDIR += elgg SUBDIR += elinks - SUBDIR += elixir-html_entities - SUBDIR += elixir-html_sanitize_ex - SUBDIR += elixir-httpoison - SUBDIR += elixir-httpotion - SUBDIR += elixir-joken - SUBDIR += elixir-maru - SUBDIR += elixir-phoenix - SUBDIR += elixir-phoenix_ecto - SUBDIR += elixir-phoenix_html - SUBDIR += elixir-phoenix_pubsub - SUBDIR += elixir-webassembly SUBDIR += emacs-w3m SUBDIR += encode-explorer SUBDIR += envoy SUBDIR += eolie SUBDIR += ephemera SUBDIR += epiphany - SUBDIR += erlang-cowboy - SUBDIR += erlang-cowlib - SUBDIR += erlang-hackney - SUBDIR += erlang-ibrowse - SUBDIR += erlang-mochiweb - SUBDIR += erlang-mochiweb-basho - SUBDIR += erlang-webmachine SUBDIR += fabio SUBDIR += falkon SUBDIR += fancybox diff --git a/www/elixir-html_entities/Makefile b/www/elixir-html_entities/Makefile deleted file mode 100644 index e406a527faa7..000000000000 --- a/www/elixir-html_entities/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= html_entities -PORTVERSION= 0.4.0 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Elixir module for decoding HTML entities - -LICENSE= MIT - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= martinsvalin - -MIX_REWRITE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-html_entities/distinfo b/www/elixir-html_entities/distinfo deleted file mode 100644 index 30fa13bf0c5f..000000000000 --- a/www/elixir-html_entities/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1507725565 -SHA256 (martinsvalin-html_entities-v0.4.0_GH0.tar.gz) = 970ea598f60f361703344214907373f5386bf8b42b76b673c03719dcc5803ea0 -SIZE (martinsvalin-html_entities-v0.4.0_GH0.tar.gz) = 5679 diff --git a/www/elixir-html_entities/pkg-descr b/www/elixir-html_entities/pkg-descr deleted file mode 100644 index bab2dd59ed3c..000000000000 --- a/www/elixir-html_entities/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Elixir module for decoding HTML entities in a string. - -WWW: https://github.com/martinsvalin/html_entities diff --git a/www/elixir-html_entities/pkg-plist b/www/elixir-html_entities/pkg-plist deleted file mode 100644 index bb8ba0388d58..000000000000 --- a/www/elixir-html_entities/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -lib/elixir/lib/html_entities/ebin/Elixir.HtmlEntities.Util.beam -lib/elixir/lib/html_entities/ebin/Elixir.HtmlEntities.beam -lib/elixir/lib/html_entities/ebin/html_entities.app -lib/elixir/lib/html_entities/lib/html_entities.ex -lib/elixir/lib/html_entities/lib/html_entities/util.ex -lib/elixir/lib/html_entities/lib/html_entities_list.txt -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-html_sanitize_ex/Makefile b/www/elixir-html_sanitize_ex/Makefile deleted file mode 100644 index bd1d35680956..000000000000 --- a/www/elixir-html_sanitize_ex/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= html_sanitize_ex -PORTVERSION= 1.3.0 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= HTML sanitizer for Elixir - -LICENSE= MIT - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= rrrene - -MIX_BUILD_DEPS= www/erlang-mochiweb -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -MIX_REWRITE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-html_sanitize_ex/distinfo b/www/elixir-html_sanitize_ex/distinfo deleted file mode 100644 index ec215dbe811f..000000000000 --- a/www/elixir-html_sanitize_ex/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1508619646 -SHA256 (rrrene-html_sanitize_ex-v1.3.0_GH0.tar.gz) = 52708c5beb86d9c2851164bea4cdd917c4cef65ebf92dad50878bd64f142c2da -SIZE (rrrene-html_sanitize_ex-v1.3.0_GH0.tar.gz) = 17544 diff --git a/www/elixir-html_sanitize_ex/pkg-descr b/www/elixir-html_sanitize_ex/pkg-descr deleted file mode 100644 index 509080489e59..000000000000 --- a/www/elixir-html_sanitize_ex/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -html_sanitize_ex provides a fast and straightforward HTML Sanitizer -written in Elixir which lets you include HTML authored by third-parties -in your web application while protecting against XSS. - -WWW: https://github.com/rrrene/html_sanitize_ex diff --git a/www/elixir-html_sanitize_ex/pkg-plist b/www/elixir-html_sanitize_ex/pkg-plist deleted file mode 100644 index 738dad3aec53..000000000000 --- a/www/elixir-html_sanitize_ex/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Parser.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.BasicHTML.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.CSS.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.HTML5.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.MarkdownHTML.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.Meta.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.NoScrub.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.StripTags.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Scrubber.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.Traverser.beam -lib/elixir/lib/html_sanitize_ex/ebin/Elixir.HtmlSanitizeEx.beam -lib/elixir/lib/html_sanitize_ex/ebin/html_sanitize_ex.app -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/parser.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/basic_html.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/css.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/html5.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/markdown_html.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/meta.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/no_scrub.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/scrubber/strip_tags.ex -lib/elixir/lib/html_sanitize_ex/lib/html_sanitize_ex/traverser.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-httpoison/Makefile b/www/elixir-httpoison/Makefile deleted file mode 100644 index 92e8d34670a8..000000000000 --- a/www/elixir-httpoison/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= httpoison -PORTVERSION= 0.13.0 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= HTTP client for Elixir powered by hackney - -LICENSE= MIT - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= edgurgel - -MIX_BUILD_DEPS= www/erlang-hackney -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-httpoison/distinfo b/www/elixir-httpoison/distinfo deleted file mode 100644 index f3b0cf468005..000000000000 --- a/www/elixir-httpoison/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501850741 -SHA256 (edgurgel-httpoison-v0.13.0_GH0.tar.gz) = d22d37df72d46a8a0df0536902c31ce5c5eb3836a660c584f82183edcbaac2f3 -SIZE (edgurgel-httpoison-v0.13.0_GH0.tar.gz) = 18415 diff --git a/www/elixir-httpoison/files/patch-mix.exs b/www/elixir-httpoison/files/patch-mix.exs deleted file mode 100644 index a65906af3c72..000000000000 --- a/www/elixir-httpoison/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2016-08-29 14:16:38 UTC -+++ mix.exs -@@ -12,7 +12,6 @@ defmodule HTTPoison.Mixfile do - name: "HTTPoison", - description: @description, - package: package(), -- deps: deps(), - source_url: "https://github.com/edgurgel/httpoison" ] - end - diff --git a/www/elixir-httpoison/pkg-descr b/www/elixir-httpoison/pkg-descr deleted file mode 100644 index ddea333edcd5..000000000000 --- a/www/elixir-httpoison/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HTTP client for Elixir, based on HTTPotion. - -WWW: https://github.com/edgurgel/httpoison diff --git a/www/elixir-httpoison/pkg-plist b/www/elixir-httpoison/pkg-plist deleted file mode 100644 index 67cfc0cd1509..000000000000 --- a/www/elixir-httpoison/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncChunk.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncEnd.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncHeaders.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncRedirect.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncResponse.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.AsyncStatus.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.Base.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.Error.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.Response.beam -lib/elixir/lib/httpoison/ebin/Elixir.HTTPoison.beam -lib/elixir/lib/httpoison/ebin/httpoison.app -lib/elixir/lib/httpoison/lib/httpoison.ex -lib/elixir/lib/httpoison/lib/httpoison/base.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-httpotion/Makefile b/www/elixir-httpotion/Makefile deleted file mode 100644 index 05087e8378bf..000000000000 --- a/www/elixir-httpotion/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= httpotion -PORTVERSION= 3.0.3 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= The HTTP client for Elixir - -LICENSE= MIT - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= unrelentingtech - -MIX_BUILD_DEPS= www/erlang-ibrowse -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -MIX_REWRITE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-httpotion/distinfo b/www/elixir-httpotion/distinfo deleted file mode 100644 index 50ed1b066793..000000000000 --- a/www/elixir-httpotion/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1502265281 -SHA256 (unrelentingtech-httpotion-v3.0.3_GH0.tar.gz) = 6efb3cb4235a335445e4f7cf5cd28aa6d7746d45bf9c43ae877475165211edfe -SIZE (unrelentingtech-httpotion-v3.0.3_GH0.tar.gz) = 15295 diff --git a/www/elixir-httpotion/pkg-descr b/www/elixir-httpotion/pkg-descr deleted file mode 100644 index 6649265689e2..000000000000 --- a/www/elixir-httpotion/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HTTP client for Elixir, based on ibrowse. - -WWW: https://github.com/unrelentingtech/httpotion diff --git a/www/elixir-httpotion/pkg-plist b/www/elixir-httpotion/pkg-plist deleted file mode 100644 index 70008ae96534..000000000000 --- a/www/elixir-httpotion/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncChunk.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncEnd.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncHeaders.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncRawRequest.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncResponse.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.AsyncTimeout.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.Base.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.ErrorResponse.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.HTTPError.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.Headers.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.Response.beam -lib/elixir/lib/httpotion/ebin/Elixir.HTTPotion.beam -lib/elixir/lib/httpotion/ebin/httpotion.app -lib/elixir/lib/httpotion/lib/httpotion.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-joken/Makefile b/www/elixir-joken/Makefile deleted file mode 100644 index a9c20d239317..000000000000 --- a/www/elixir-joken/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= joken -PORTVERSION= 2.4.1 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= vanilla@FreeBSD.org -COMMENT= JSON Web Token implementation in Elixir - -LICENSE= APACHE20 - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= bryanjos - -MIX_BUILD_DEPS= security/elixir-jose -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-joken/distinfo b/www/elixir-joken/distinfo deleted file mode 100644 index 9b40d98a3fef..000000000000 --- a/www/elixir-joken/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1637472011 -SHA256 (bryanjos-joken-v2.4.1_GH0.tar.gz) = 9fe208d580063f2a00357d8660857ef30a1815d16022874851f1b0217572a8cb -SIZE (bryanjos-joken-v2.4.1_GH0.tar.gz) = 55322 diff --git a/www/elixir-joken/files/patch-mix.exs b/www/elixir-joken/files/patch-mix.exs deleted file mode 100644 index fa6a97206163..000000000000 --- a/www/elixir-joken/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2021-08-16 02:01:52 UTC -+++ mix.exs -@@ -15,7 +15,6 @@ defmodule Joken.Mixfile do - consolidate_protocols: Mix.env() != :test, - description: description(), - package: package(), -- deps: deps(), - docs: docs(), - dialyzer: [plt_add_deps: :apps_direct, plt_add_apps: [:jason]], - test_coverage: [tool: ExCoveralls], diff --git a/www/elixir-joken/pkg-descr b/www/elixir-joken/pkg-descr deleted file mode 100644 index 617c0662983c..000000000000 --- a/www/elixir-joken/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -JSON Web Token implementation in Elixir. - -WWW: https://github.com/bryanjos/joken diff --git a/www/elixir-joken/pkg-plist b/www/elixir-joken/pkg-plist deleted file mode 100644 index dfd3e5b6c9d6..000000000000 --- a/www/elixir-joken/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -lib/elixir/lib/joken/ebin/Elixir.Joken.Claim.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.Config.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.CurrentTime.OS.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.CurrentTime.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.Error.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.Hooks.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.Hooks.RequiredClaims.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.Signer.beam -lib/elixir/lib/joken/ebin/Elixir.Joken.beam -lib/elixir/lib/joken/ebin/joken.app -lib/elixir/lib/joken/lib/joken.ex -lib/elixir/lib/joken/lib/joken/claim.ex -lib/elixir/lib/joken/lib/joken/config.ex -lib/elixir/lib/joken/lib/joken/current_time.ex -lib/elixir/lib/joken/lib/joken/error.ex -lib/elixir/lib/joken/lib/joken/hooks.ex -lib/elixir/lib/joken/lib/joken/hooks/required_claims.ex -lib/elixir/lib/joken/lib/joken/signer.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-maru/Makefile b/www/elixir-maru/Makefile deleted file mode 100644 index 22ca3ad44695..000000000000 --- a/www/elixir-maru/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= maru -PORTVERSION= 0.12.4 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Elixir RESTful framework - -LICENSE= BSD3CLAUSE - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= falood - -MIX_BUILD_DEPS= devel/elixir-plug \ - devel/elixir-poison \ - www/erlang-cowboy -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-maru/distinfo b/www/elixir-maru/distinfo deleted file mode 100644 index aa4ffdf7e060..000000000000 --- a/www/elixir-maru/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1508244397 -SHA256 (falood-maru-v0.12.4_GH0.tar.gz) = bb6bc1ee6d870483a2994751b1960794d4edb50e2ce59f73f8b4f9d84ad9ad1c -SIZE (falood-maru-v0.12.4_GH0.tar.gz) = 32782 diff --git a/www/elixir-maru/files/patch-mix.exs b/www/elixir-maru/files/patch-mix.exs deleted file mode 100644 index 072672a7c4b4..000000000000 --- a/www/elixir-maru/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2015-09-20 11:27:01 UTC -+++ mix.exs -@@ -7,7 +7,6 @@ defmodule Maru.Mixfile do - elixir: "~> 1.0", - build_embedded: Mix.env == :prod, - start_permanent: Mix.env == :prod, -- deps: deps(), - description: "REST-like API micro-framework for elixir inspired by grape.", - source_url: "https://github.com/falood/maru", - package: package, diff --git a/www/elixir-maru/pkg-descr b/www/elixir-maru/pkg-descr deleted file mode 100644 index ec165ca7a96f..000000000000 --- a/www/elixir-maru/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Elixir copy of Grape for creating REST-like APIs. - -WWW: https://github.com/falood/maru diff --git a/www/elixir-maru/pkg-plist b/www/elixir-maru/pkg-plist deleted file mode 100644 index ef41c238bafe..000000000000 --- a/www/elixir-maru/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Before.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.DSLs.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Description.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Endpoint.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Exceptions.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Extend.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Methods.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Namespaces.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Params.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Path.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Pipeline.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.PlugRouter.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Route.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.AcceptHeader.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.AcceptVersionHeader.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.None.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.Parameter.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.Path.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.Versioning.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Builder.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.InvalidFormat.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.MethodNotAllowed.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.NotFound.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.UndefinedType.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.UndefinedValidator.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.Validation.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Exceptions.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Helper.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Helpers.Response.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Middleware.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Parameter.Phoenix.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.GetVersion.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.NotFound.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.PutVersion.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Plugs.SaveConn.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Router.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Runtime.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Dependent.Information.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Dependent.Runtime.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Dependent.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Endpoint.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Exception.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Parameter.Information.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Parameter.Runtime.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Parameter.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Plug.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Resource.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Route.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Validator.Information.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Validator.Runtime.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Struct.Validator.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Supervisor.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Test.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Type.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Atom.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Base64.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Boolean.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Charlist.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.File.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Float.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Integer.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Json.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.List.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.Map.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Types.String.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Utils.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AllOrNoneOf.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AllowBlank.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.AtLeastOneOf.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.ExactlyOneOf.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.MutuallyExclusive.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.Regexp.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.Values.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.Validations.beam -lib/elixir/lib/maru/ebin/Elixir.Maru.beam -lib/elixir/lib/maru/ebin/Elixir.Mix.Tasks.Maru.Routes.beam -lib/elixir/lib/maru/ebin/maru.app -lib/elixir/lib/maru/lib/maru.ex -lib/elixir/lib/maru/lib/maru/builder.ex -lib/elixir/lib/maru/lib/maru/builder/before.ex -lib/elixir/lib/maru/lib/maru/builder/description.ex -lib/elixir/lib/maru/lib/maru/builder/dsls.ex -lib/elixir/lib/maru/lib/maru/builder/endpoint.ex -lib/elixir/lib/maru/lib/maru/builder/exceptions.ex -lib/elixir/lib/maru/lib/maru/builder/extend.ex -lib/elixir/lib/maru/lib/maru/builder/methods.ex -lib/elixir/lib/maru/lib/maru/builder/namespaces.ex -lib/elixir/lib/maru/lib/maru/builder/params.ex -lib/elixir/lib/maru/lib/maru/builder/path.ex -lib/elixir/lib/maru/lib/maru/builder/pipeline.ex -lib/elixir/lib/maru/lib/maru/builder/plug_router.ex -lib/elixir/lib/maru/lib/maru/builder/route.ex -lib/elixir/lib/maru/lib/maru/builder/versioning.ex -lib/elixir/lib/maru/lib/maru/builder/versioning/accept_header.ex -lib/elixir/lib/maru/lib/maru/builder/versioning/accept_version_header.ex -lib/elixir/lib/maru/lib/maru/builder/versioning/none.ex -lib/elixir/lib/maru/lib/maru/builder/versioning/parameter.ex -lib/elixir/lib/maru/lib/maru/builder/versioning/path.ex -lib/elixir/lib/maru/lib/maru/exceptions.ex -lib/elixir/lib/maru/lib/maru/helper.ex -lib/elixir/lib/maru/lib/maru/helpers/response.ex -lib/elixir/lib/maru/lib/maru/middleware.ex -lib/elixir/lib/maru/lib/maru/parameter.ex -lib/elixir/lib/maru/lib/maru/plugs/notfound.ex -lib/elixir/lib/maru/lib/maru/plugs/save_conn.ex -lib/elixir/lib/maru/lib/maru/plugs/version.ex -lib/elixir/lib/maru/lib/maru/router.ex -lib/elixir/lib/maru/lib/maru/runtime.ex -lib/elixir/lib/maru/lib/maru/struct/dependent.ex -lib/elixir/lib/maru/lib/maru/struct/endpoint.ex -lib/elixir/lib/maru/lib/maru/struct/exception.ex -lib/elixir/lib/maru/lib/maru/struct/parameter.ex -lib/elixir/lib/maru/lib/maru/struct/plug.ex -lib/elixir/lib/maru/lib/maru/struct/resource.ex -lib/elixir/lib/maru/lib/maru/struct/route.ex -lib/elixir/lib/maru/lib/maru/struct/validator.ex -lib/elixir/lib/maru/lib/maru/supervisor.ex -lib/elixir/lib/maru/lib/maru/test.ex -lib/elixir/lib/maru/lib/maru/type.ex -lib/elixir/lib/maru/lib/maru/types/atom.ex -lib/elixir/lib/maru/lib/maru/types/base64.ex -lib/elixir/lib/maru/lib/maru/types/boolean.ex -lib/elixir/lib/maru/lib/maru/types/charlist.ex -lib/elixir/lib/maru/lib/maru/types/file.ex -lib/elixir/lib/maru/lib/maru/types/float.ex -lib/elixir/lib/maru/lib/maru/types/integer.ex -lib/elixir/lib/maru/lib/maru/types/json.ex -lib/elixir/lib/maru/lib/maru/types/list.ex -lib/elixir/lib/maru/lib/maru/types/map.ex -lib/elixir/lib/maru/lib/maru/types/string.ex -lib/elixir/lib/maru/lib/maru/utils.ex -lib/elixir/lib/maru/lib/maru/validations.ex -lib/elixir/lib/maru/lib/mix/tasks/routes.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-phoenix/Makefile b/www/elixir-phoenix/Makefile deleted file mode 100644 index 1a5595571bf2..000000000000 --- a/www/elixir-phoenix/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= phoenix -PORTVERSION= 1.3.3 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Web framework for Elixir - -LICENSE= MIT - -USES= cpe elixir -USE_GITHUB= yes -GH_ACCOUNT= phoenixframework -CPE_VENDOR= phoenixframework - -OPTIONS_DEFINE= COWBOY DOCS -COWBOY_DESC= Use Cowboy library - -COWBOY_BUILD_DEPENDS= erlang-cowboy>=0:www/erlang-cowboy -COWBOY_RUN_DEPENDS= erlang-cowboy>=0:www/erlang-cowboy - -.include <bsd.port.options.mk> - -MIX_BUILD_DEPS= devel/elixir-plug \ - devel/elixir-poison \ - www/elixir-phoenix_pubsub -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -MIX_EXTRA_APPS= installer -MIX_EXTRA_DIRS= installer/lib installer/templates -MIX_REWRITE= yes - -.include <bsd.port.mk> diff --git a/www/elixir-phoenix/distinfo b/www/elixir-phoenix/distinfo deleted file mode 100644 index 52502348af97..000000000000 --- a/www/elixir-phoenix/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1530990470 -SHA256 (phoenixframework-phoenix-v1.3.3_GH0.tar.gz) = 8cea2e7c203993e91652bab4007e4d52c69662d1c9023d38ec4332626c3d9b5b -SIZE (phoenixframework-phoenix-v1.3.3_GH0.tar.gz) = 809186 diff --git a/www/elixir-phoenix/files/patch-mix.exs b/www/elixir-phoenix/files/patch-mix.exs deleted file mode 100644 index 4fc804d496e4..000000000000 --- a/www/elixir-phoenix/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2017-10-11 12:57:07 UTC -+++ mix.exs -@@ -10,7 +10,6 @@ defmodule Phoenix.Mixfile do - app: :phoenix, - version: @version, - elixir: "~> 1.3", -- deps: deps(), - package: package(), - preferred_cli_env: [docs: :docs], - diff --git a/www/elixir-phoenix/pkg-descr b/www/elixir-phoenix/pkg-descr deleted file mode 100644 index de4f3b58e80c..000000000000 --- a/www/elixir-phoenix/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Productive. Reliable. Fast. Most web frameworks make you choose -between speed and a productive environment. Phoenix gives you both. - -WWW: https://github.com/phoenixframework/phoenix diff --git a/www/elixir-phoenix/pkg-plist b/www/elixir-phoenix/pkg-plist deleted file mode 100644 index 1ac47e9f6f5f..000000000000 --- a/www/elixir-phoenix/pkg-plist +++ /dev/null @@ -1,349 +0,0 @@ -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Phoenix.Context.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Phoenix.Schema.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Phoenix.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Compile.Phoenix.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Local.Phoenix.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Local.Phx.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Digest.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Channel.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Html.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Json.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Model.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Presence.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Gen.Secret.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.New.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Routes.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phoenix.Server.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Digest.Clean.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Digest.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Channel.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Context.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Embedded.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Html.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Json.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Presence.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Schema.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Gen.Secret.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.New.Ecto.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.New.Web.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.New.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Routes.beam -lib/elixir/lib/phoenix/ebin/Elixir.Mix.Tasks.Phx.Server.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.ActionClauseError.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Channel.Server.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Channel.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.ChannelTest.NoopSerializer.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.ChannelTest.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.CodeReloader.Proxy.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.CodeReloader.Server.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.CodeReloader.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Config.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.ConnTest.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Controller.Pipeline.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Controller.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Digester.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.CowboyHandler.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.CowboyWebSocket.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.Handler.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.Instrument.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.RenderErrors.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.Supervisor.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.Watcher.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Endpoint.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Logger.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.MissingParamError.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Naming.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.NotAcceptableError.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Any.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Atom.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.BitString.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Integer.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.Map.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Param.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.PlugError.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Presence.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.ConsoleFormatter.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Helpers.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.NoRouteError.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Resource.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Route.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.Scope.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Router.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.Broadcast.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.InvalidMessageError.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.Message.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.Reply.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.Transport.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Socket.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.EExEngine.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.Engine.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.ExsEngine.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.HTML.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.UndefinedError.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Template.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Token.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.LongPoll.Server.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.LongPoll.Supervisor.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.LongPoll.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.LongPollSerializer.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.Serializer.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.V2.LongPollSerializer.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.V2.WebSocketSerializer.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.WebSocket.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.Transports.WebSocketSerializer.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.View.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phoenix.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phx.New.Ecto.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phx.New.Generator.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phx.New.Project.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phx.New.Single.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phx.New.Umbrella.beam -lib/elixir/lib/phoenix/ebin/Elixir.Phx.New.Web.beam -lib/elixir/lib/phoenix/ebin/phoenix.app -lib/elixir/lib/phoenix/ebin/phx_new.app -lib/elixir/lib/phoenix/installer/lib/mix/tasks/local.phoenix.ex -lib/elixir/lib/phoenix/installer/lib/mix/tasks/local.phx.ex -lib/elixir/lib/phoenix/installer/lib/mix/tasks/phoenix.new.ex -lib/elixir/lib/phoenix/installer/lib/mix/tasks/phx.new.ecto.ex -lib/elixir/lib/phoenix/installer/lib/mix/tasks/phx.new.ex -lib/elixir/lib/phoenix/installer/lib/mix/tasks/phx.new.web.ex -lib/elixir/lib/phoenix/installer/lib/phx_new/ecto.ex -lib/elixir/lib/phoenix/installer/lib/phx_new/generator.ex -lib/elixir/lib/phoenix/installer/lib/phx_new/project.ex -lib/elixir/lib/phoenix/installer/lib/phx_new/single.ex -lib/elixir/lib/phoenix/installer/lib/phx_new/umbrella.ex -lib/elixir/lib/phoenix/installer/lib/phx_new/web.ex -lib/elixir/lib/phoenix/installer/templates/ecto/model_case.ex -lib/elixir/lib/phoenix/installer/templates/ecto/repo.ex -lib/elixir/lib/phoenix/installer/templates/ecto/seeds.exs -lib/elixir/lib/phoenix/installer/templates/new/README.md -lib/elixir/lib/phoenix/installer/templates/new/config/config.exs -lib/elixir/lib/phoenix/installer/templates/new/config/dev.exs -lib/elixir/lib/phoenix/installer/templates/new/config/prod.exs -lib/elixir/lib/phoenix/installer/templates/new/config/prod.secret.exs -lib/elixir/lib/phoenix/installer/templates/new/config/test.exs -lib/elixir/lib/phoenix/installer/templates/new/lib/app_name.ex -lib/elixir/lib/phoenix/installer/templates/new/lib/app_name/endpoint.ex -lib/elixir/lib/phoenix/installer/templates/new/mix.exs -lib/elixir/lib/phoenix/installer/templates/new/priv/gettext/en/LC_MESSAGES/errors.po -lib/elixir/lib/phoenix/installer/templates/new/priv/gettext/errors.pot -lib/elixir/lib/phoenix/installer/templates/new/priv/static/robots.txt -lib/elixir/lib/phoenix/installer/templates/new/test/controllers/page_controller_test.exs -lib/elixir/lib/phoenix/installer/templates/new/test/support/channel_case.ex -lib/elixir/lib/phoenix/installer/templates/new/test/support/conn_case.ex -lib/elixir/lib/phoenix/installer/templates/new/test/test_helper.exs -lib/elixir/lib/phoenix/installer/templates/new/test/views/error_view_test.exs -lib/elixir/lib/phoenix/installer/templates/new/test/views/layout_view_test.exs -lib/elixir/lib/phoenix/installer/templates/new/test/views/page_view_test.exs -lib/elixir/lib/phoenix/installer/templates/new/web/channels/user_socket.ex -lib/elixir/lib/phoenix/installer/templates/new/web/controllers/page_controller.ex -lib/elixir/lib/phoenix/installer/templates/new/web/gettext.ex -lib/elixir/lib/phoenix/installer/templates/new/web/router.ex -lib/elixir/lib/phoenix/installer/templates/new/web/templates/layout/app.html.eex -lib/elixir/lib/phoenix/installer/templates/new/web/templates/page/index.html.eex -lib/elixir/lib/phoenix/installer/templates/new/web/views/error_helpers.ex -lib/elixir/lib/phoenix/installer/templates/new/web/views/error_view.ex -lib/elixir/lib/phoenix/installer/templates/new/web/views/layout_view.ex -lib/elixir/lib/phoenix/installer/templates/new/web/views/page_view.ex -lib/elixir/lib/phoenix/installer/templates/new/web/web.ex -lib/elixir/lib/phoenix/installer/templates/phx_assets/app.css -lib/elixir/lib/phoenix/installer/templates/phx_assets/bare/app.js -lib/elixir/lib/phoenix/installer/templates/phx_assets/bare/gitignore -lib/elixir/lib/phoenix/installer/templates/phx_assets/brunch/app.js -lib/elixir/lib/phoenix/installer/templates/phx_assets/brunch/brunch-config.js -lib/elixir/lib/phoenix/installer/templates/phx_assets/brunch/gitignore -lib/elixir/lib/phoenix/installer/templates/phx_assets/brunch/package.json -lib/elixir/lib/phoenix/installer/templates/phx_assets/brunch/socket.js -lib/elixir/lib/phoenix/installer/templates/phx_assets/phoenix.css -lib/elixir/lib/phoenix/installer/templates/phx_assets/robots.txt -lib/elixir/lib/phoenix/installer/templates/phx_ecto/data_case.ex -lib/elixir/lib/phoenix/installer/templates/phx_ecto/repo.ex -lib/elixir/lib/phoenix/installer/templates/phx_ecto/seeds.exs -lib/elixir/lib/phoenix/installer/templates/phx_gettext/en/LC_MESSAGES/errors.po -lib/elixir/lib/phoenix/installer/templates/phx_gettext/errors.pot -lib/elixir/lib/phoenix/installer/templates/phx_gettext/gettext.ex -lib/elixir/lib/phoenix/installer/templates/phx_single/README.md -lib/elixir/lib/phoenix/installer/templates/phx_single/config/config.exs -lib/elixir/lib/phoenix/installer/templates/phx_single/config/dev.exs -lib/elixir/lib/phoenix/installer/templates/phx_single/config/prod.exs -lib/elixir/lib/phoenix/installer/templates/phx_single/config/prod.secret.exs -lib/elixir/lib/phoenix/installer/templates/phx_single/config/test.exs -lib/elixir/lib/phoenix/installer/templates/phx_single/lib/app_name.ex -lib/elixir/lib/phoenix/installer/templates/phx_single/lib/app_name/application.ex -lib/elixir/lib/phoenix/installer/templates/phx_single/lib/app_name_web.ex -lib/elixir/lib/phoenix/installer/templates/phx_single/mix.exs -lib/elixir/lib/phoenix/installer/templates/phx_single/test/test_helper.exs -lib/elixir/lib/phoenix/installer/templates/phx_test/controllers/page_controller_test.exs -lib/elixir/lib/phoenix/installer/templates/phx_test/support/channel_case.ex -lib/elixir/lib/phoenix/installer/templates/phx_test/support/conn_case.ex -lib/elixir/lib/phoenix/installer/templates/phx_test/views/error_view_test.exs -lib/elixir/lib/phoenix/installer/templates/phx_test/views/layout_view_test.exs -lib/elixir/lib/phoenix/installer/templates/phx_test/views/page_view_test.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/README.md -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/README.md -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/config/config.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/config/dev.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/config/prod.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/config/prod.secret.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/config/test.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/lib/app_name.ex -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/lib/app_name/application.ex -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/mix.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name/test/test_helper.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/README.md -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/config/config.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/config/dev.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/config/prod.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/config/prod.secret.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/config/test.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/gitignore -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/lib/app_name.ex -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/lib/app_name/application.ex -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/mix.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/apps/app_name_web/test/test_helper.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/config/config.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/config/dev.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/config/prod.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/config/test.exs -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/gitignore -lib/elixir/lib/phoenix/installer/templates/phx_umbrella/mix.exs -lib/elixir/lib/phoenix/installer/templates/phx_web/channels/user_socket.ex -lib/elixir/lib/phoenix/installer/templates/phx_web/controllers/page_controller.ex -lib/elixir/lib/phoenix/installer/templates/phx_web/endpoint.ex -lib/elixir/lib/phoenix/installer/templates/phx_web/router.ex -lib/elixir/lib/phoenix/installer/templates/phx_web/templates/layout/app.html.eex -lib/elixir/lib/phoenix/installer/templates/phx_web/templates/page/index.html.eex -lib/elixir/lib/phoenix/installer/templates/phx_web/views/error_helpers.ex -lib/elixir/lib/phoenix/installer/templates/phx_web/views/error_view.ex -lib/elixir/lib/phoenix/installer/templates/phx_web/views/layout_view.ex -lib/elixir/lib/phoenix/installer/templates/phx_web/views/page_view.ex -lib/elixir/lib/phoenix/installer/templates/static/app.css -lib/elixir/lib/phoenix/installer/templates/static/bare/app.js -lib/elixir/lib/phoenix/installer/templates/static/bare/gitignore -lib/elixir/lib/phoenix/installer/templates/static/brunch/app.js -lib/elixir/lib/phoenix/installer/templates/static/brunch/brunch-config.js -lib/elixir/lib/phoenix/installer/templates/static/brunch/gitignore -lib/elixir/lib/phoenix/installer/templates/static/brunch/package.json -lib/elixir/lib/phoenix/installer/templates/static/brunch/socket.js -lib/elixir/lib/phoenix/installer/templates/static/phoenix.css -lib/elixir/lib/phoenix/installer/templates/static/robots.txt -lib/elixir/lib/phoenix/lib/mix/phoenix.ex -lib/elixir/lib/phoenix/lib/mix/phoenix/context.ex -lib/elixir/lib/phoenix/lib/mix/phoenix/schema.ex -lib/elixir/lib/phoenix/lib/mix/tasks/compile.phoenix.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.digest.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.channel.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.html.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.json.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.model.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.presence.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.gen.secret.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.routes.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phoenix.server.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.digest.clean.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.digest.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.channel.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.context.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.embedded.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.html.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.json.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.presence.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.schema.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.gen.secret.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.routes.ex -lib/elixir/lib/phoenix/lib/mix/tasks/phx.server.ex -lib/elixir/lib/phoenix/lib/phoenix.ex -lib/elixir/lib/phoenix/lib/phoenix/channel.ex -lib/elixir/lib/phoenix/lib/phoenix/channel/server.ex -lib/elixir/lib/phoenix/lib/phoenix/code_reloader.ex -lib/elixir/lib/phoenix/lib/phoenix/code_reloader/proxy.ex -lib/elixir/lib/phoenix/lib/phoenix/code_reloader/server.ex -lib/elixir/lib/phoenix/lib/phoenix/config.ex -lib/elixir/lib/phoenix/lib/phoenix/controller.ex -lib/elixir/lib/phoenix/lib/phoenix/controller/pipeline.ex -lib/elixir/lib/phoenix/lib/phoenix/digester.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint/cowboy_handler.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint/cowboy_websocket.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint/handler.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint/instrument.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint/render_errors.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint/supervisor.ex -lib/elixir/lib/phoenix/lib/phoenix/endpoint/watcher.ex -lib/elixir/lib/phoenix/lib/phoenix/exceptions.ex -lib/elixir/lib/phoenix/lib/phoenix/logger.ex -lib/elixir/lib/phoenix/lib/phoenix/naming.ex -lib/elixir/lib/phoenix/lib/phoenix/param.ex -lib/elixir/lib/phoenix/lib/phoenix/plug_error.ex -lib/elixir/lib/phoenix/lib/phoenix/presence.ex -lib/elixir/lib/phoenix/lib/phoenix/router.ex -lib/elixir/lib/phoenix/lib/phoenix/router/console_formatter.ex -lib/elixir/lib/phoenix/lib/phoenix/router/helpers.ex -lib/elixir/lib/phoenix/lib/phoenix/router/resource.ex -lib/elixir/lib/phoenix/lib/phoenix/router/route.ex -lib/elixir/lib/phoenix/lib/phoenix/router/scope.ex -lib/elixir/lib/phoenix/lib/phoenix/socket.ex -lib/elixir/lib/phoenix/lib/phoenix/socket/message.ex -lib/elixir/lib/phoenix/lib/phoenix/socket/transport.ex -lib/elixir/lib/phoenix/lib/phoenix/template.ex -lib/elixir/lib/phoenix/lib/phoenix/template/eex_engine.ex -lib/elixir/lib/phoenix/lib/phoenix/template/engine.ex -lib/elixir/lib/phoenix/lib/phoenix/template/exs_engine.ex -lib/elixir/lib/phoenix/lib/phoenix/template/html.ex -lib/elixir/lib/phoenix/lib/phoenix/test/channel_test.ex -lib/elixir/lib/phoenix/lib/phoenix/test/conn_test.ex -lib/elixir/lib/phoenix/lib/phoenix/token.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/long_poll.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/long_poll_serializer.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/long_poll_server.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/serializer.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/v2/longpoll_serializer.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/v2/websocket_serializer.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/websocket.ex -lib/elixir/lib/phoenix/lib/phoenix/transports/websocket_serializer.ex -lib/elixir/lib/phoenix/lib/phoenix/view.ex -lib/elixir/lib/phoenix/priv/static/favicon.ico -lib/elixir/lib/phoenix/priv/static/phoenix.js -lib/elixir/lib/phoenix/priv/static/phoenix.png -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.channel/channel.ex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.channel/channel_test.exs -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/controller.ex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/controller_test.exs -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/edit.html.eex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/form.html.eex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/index.html.eex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/new.html.eex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/show.html.eex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.html/view.ex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.json/changeset_view.ex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.json/controller.ex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.json/controller_test.exs -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.json/view.ex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.model/migration.exs -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.model/model.ex -lib/elixir/lib/phoenix/priv/templates/phoenix.gen.model/model_test.exs -lib/elixir/lib/phoenix/priv/templates/phx.gen.channel/channel.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.channel/channel_test.exs -lib/elixir/lib/phoenix/priv/templates/phx.gen.context/access_no_schema.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.context/context.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.context/context_test.exs -lib/elixir/lib/phoenix/priv/templates/phx.gen.context/schema_access.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.context/test_cases.exs -lib/elixir/lib/phoenix/priv/templates/phx.gen.embedded/embedded_schema.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/controller.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/controller_test.exs -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/edit.html.eex -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/form.html.eex -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/index.html.eex -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/new.html.eex -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/show.html.eex -lib/elixir/lib/phoenix/priv/templates/phx.gen.html/view.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.json/changeset_view.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.json/controller.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.json/controller_test.exs -lib/elixir/lib/phoenix/priv/templates/phx.gen.json/fallback_controller.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.json/view.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.presence/presence.ex -lib/elixir/lib/phoenix/priv/templates/phx.gen.schema/migration.exs -lib/elixir/lib/phoenix/priv/templates/phx.gen.schema/schema.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-phoenix_ecto/Makefile b/www/elixir-phoenix_ecto/Makefile deleted file mode 100644 index 284af51996c3..000000000000 --- a/www/elixir-phoenix_ecto/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= phoenix_ecto -PORTVERSION= 3.3.0 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Ecto integration for the Phoenix framework - -LICENSE= MIT - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= phoenixframework - -MIX_BUILD_DEPS= databases/elixir-ecto \ - devel/elixir-plug \ - devel/elixir-poison \ - www/elixir-phoenix_html -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -MIX_REWRITE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-phoenix_ecto/distinfo b/www/elixir-phoenix_ecto/distinfo deleted file mode 100644 index 3b81cb4a6bd5..000000000000 --- a/www/elixir-phoenix_ecto/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1507726728 -SHA256 (phoenixframework-phoenix_ecto-v3.3.0_GH0.tar.gz) = e1602984f91f1efe7d8ca59f310c8435bbc80e85a5f5cd41ea38b255a75fc59a -SIZE (phoenixframework-phoenix_ecto-v3.3.0_GH0.tar.gz) = 13527 diff --git a/www/elixir-phoenix_ecto/pkg-descr b/www/elixir-phoenix_ecto/pkg-descr deleted file mode 100644 index 400ecccf2b96..000000000000 --- a/www/elixir-phoenix_ecto/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A project that integrates Phoenix with Ecto, implementing all -relevant protocols. - -WWW: https://github.com/phoenixframework/phoenix_ecto diff --git a/www/elixir-phoenix_ecto/pkg-plist b/www/elixir-phoenix_ecto/pkg-plist deleted file mode 100644 index 9cc5412cfabd..000000000000 --- a/www/elixir-phoenix_ecto/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.Ecto.SQL.Sandbox.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.Ecto.SQL.SandboxSession.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.Ecto.SQL.SandboxSupervisor.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.Ecto.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.FormData.Ecto.Changeset.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Decimal.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.Date.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.DateTime.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Phoenix.HTML.Safe.Ecto.Time.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.CastError.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.InvalidChangesetError.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.NoResultsError.beam -lib/elixir/lib/phoenix_ecto/ebin/Elixir.Plug.Exception.Ecto.Query.CastError.beam -lib/elixir/lib/phoenix_ecto/ebin/phoenix_ecto.app -lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto.ex -lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/html.ex -lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/plug.ex -lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/sql/sandbox.ex -lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/sql/sandbox_session.ex -lib/elixir/lib/phoenix_ecto/lib/phoenix_ecto/sql/sandbox_supervisor.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-phoenix_html/Makefile b/www/elixir-phoenix_html/Makefile deleted file mode 100644 index 52204149fdd9..000000000000 --- a/www/elixir-phoenix_html/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= phoenix_html -PORTVERSION= 2.11.2 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Functions for working with HTML from Phoenix - -LICENSE= MIT - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= phoenixframework - -MIX_BUILD_DEPS= devel/elixir-plug -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -MIX_REWRITE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-phoenix_html/distinfo b/www/elixir-phoenix_html/distinfo deleted file mode 100644 index 3950f1d40f15..000000000000 --- a/www/elixir-phoenix_html/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523872229 -SHA256 (phoenixframework-phoenix_html-v2.11.2_GH0.tar.gz) = 3e03e6c8830a3c138a6c5919901eb45e992019f1b789039fa92ef1bf0acbbc10 -SIZE (phoenixframework-phoenix_html-v2.11.2_GH0.tar.gz) = 36046 diff --git a/www/elixir-phoenix_html/pkg-descr b/www/elixir-phoenix_html/pkg-descr deleted file mode 100644 index bc1afc34bb50..000000000000 --- a/www/elixir-phoenix_html/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Phoenix.HTML functions for working with HTML strings and templates. - -WWW: https://github.com/phoenixframework/phoenix_html diff --git a/www/elixir-phoenix_html/pkg-plist b/www/elixir-phoenix_html/pkg-plist deleted file mode 100644 index ae340801db24..000000000000 --- a/www/elixir-phoenix_html/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Engine.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Form.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.FormData.Plug.Conn.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.FormData.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Format.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Link.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Atom.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.BitString.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Date.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.DateTime.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Float.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Integer.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.List.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.NaiveDateTime.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Time.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.Tuple.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Safe.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.Tag.beam -lib/elixir/lib/phoenix_html/ebin/Elixir.Phoenix.HTML.beam -lib/elixir/lib/phoenix_html/ebin/phoenix_html.app -lib/elixir/lib/phoenix_html/lib/phoenix_html.ex -lib/elixir/lib/phoenix_html/lib/phoenix_html/engine.ex -lib/elixir/lib/phoenix_html/lib/phoenix_html/form.ex -lib/elixir/lib/phoenix_html/lib/phoenix_html/form_data.ex -lib/elixir/lib/phoenix_html/lib/phoenix_html/format.ex -lib/elixir/lib/phoenix_html/lib/phoenix_html/link.ex -lib/elixir/lib/phoenix_html/lib/phoenix_html/safe.ex -lib/elixir/lib/phoenix_html/lib/phoenix_html/tag.ex -lib/elixir/lib/phoenix_html/priv/static/phoenix_html.js -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-phoenix_pubsub/Makefile b/www/elixir-phoenix_pubsub/Makefile deleted file mode 100644 index 47c6117da2f1..000000000000 --- a/www/elixir-phoenix_pubsub/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= phoenix_pubsub -PORTVERSION= 1.0.2 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Distributed PubSub for Phoenix - -LICENSE= MIT - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= phoenixframework - -MIX_REWRITE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-phoenix_pubsub/distinfo b/www/elixir-phoenix_pubsub/distinfo deleted file mode 100644 index 3c022a659032..000000000000 --- a/www/elixir-phoenix_pubsub/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1497464393 -SHA256 (phoenixframework-phoenix_pubsub-v1.0.2_GH0.tar.gz) = db282b44bdd889720e50043c701e66aa708ff8c45948c905c3b43ae2b79a01c3 -SIZE (phoenixframework-phoenix_pubsub-v1.0.2_GH0.tar.gz) = 32661 diff --git a/www/elixir-phoenix_pubsub/pkg-descr b/www/elixir-phoenix_pubsub/pkg-descr deleted file mode 100644 index e1093a921473..000000000000 --- a/www/elixir-phoenix_pubsub/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Distributed PubSub and Presence platform for the Phoenix Framework. - -WWW: https://github.com/phoenixframework/phoenix_pubsub diff --git a/www/elixir-phoenix_pubsub/pkg-plist b/www/elixir-phoenix_pubsub/pkg-plist deleted file mode 100644 index 35937e4cb351..000000000000 --- a/www/elixir-phoenix_pubsub/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.BroadcastError.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.GC.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.Local.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.LocalSupervisor.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.PG2.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.PG2Server.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.Supervisor.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.PubSub.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.Tracker.Clock.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.Tracker.DeltaGeneration.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.Tracker.Replica.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.Tracker.State.beam -lib/elixir/lib/phoenix_pubsub/ebin/Elixir.Phoenix.Tracker.beam -lib/elixir/lib/phoenix_pubsub/ebin/phoenix_pubsub.app -lib/elixir/lib/phoenix_pubsub/lib/phoenix/pubsub.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/pubsub/gc.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/pubsub/local.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/pubsub/local_supervisor.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/pubsub/pg2.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/pubsub/pg2_server.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/pubsub/supervisor.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/tracker.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/tracker/clock.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/tracker/delta_generation.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/tracker/replica.ex -lib/elixir/lib/phoenix_pubsub/lib/phoenix/tracker/state.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/elixir-webassembly/Makefile b/www/elixir-webassembly/Makefile deleted file mode 100644 index 0520eb3f5f6e..000000000000 --- a/www/elixir-webassembly/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -PORTNAME= webassembly -PORTVERSION= 0.6.1 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= DSL for creating HTML structure straight with Elixir blocks - -LICENSE= BSD2CLAUSE - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= herenowcoder - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/elixir-webassembly/distinfo b/www/elixir-webassembly/distinfo deleted file mode 100644 index 60eb09c60259..000000000000 --- a/www/elixir-webassembly/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (herenowcoder-webassembly-v0.6.1_GH0.tar.gz) = a585407544e165e5d5d6c97407a84c77e276c524c5d0b4e0e2c44939f1fe3c28 -SIZE (herenowcoder-webassembly-v0.6.1_GH0.tar.gz) = 11704 diff --git a/www/elixir-webassembly/files/patch-mix.exs b/www/elixir-webassembly/files/patch-mix.exs deleted file mode 100644 index a3aaf37fa072..000000000000 --- a/www/elixir-webassembly/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2016-01-22 18:42:10 UTC -+++ mix.exs -@@ -6,7 +6,6 @@ defmodule WebAssembly.Mixfile do - docs: [main: WebAssembly], - version: "0.6.1", - elixir: "~> 1.0", -- deps: deps, - description: description, - package: package, - test_coverage: [tool: ExCoveralls]] diff --git a/www/elixir-webassembly/pkg-descr b/www/elixir-webassembly/pkg-descr deleted file mode 100644 index 24350da1fe7b..000000000000 --- a/www/elixir-webassembly/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -DSL for creating HTML structure straight with Elixir blocks. - -WWW: https://github.com/herenowcoder/webassembly diff --git a/www/elixir-webassembly/pkg-plist b/www/elixir-webassembly/pkg-plist deleted file mode 100644 index af6cb9320ace..000000000000 --- a/www/elixir-webassembly/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.BadExamples.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Builder.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Core.Engine.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Core.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.DSL.Internal.Tags.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.DSL.Internal.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.DSL.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Examples.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.HTML.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Tools.Input.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Tools.Output.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Tools.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.Types.beam -lib/elixir/lib/webassembly/ebin/Elixir.WebAssembly.beam -lib/elixir/lib/webassembly/ebin/webassembly.app -lib/elixir/lib/webassembly/lib/builder.ex -lib/elixir/lib/webassembly/lib/core.ex -lib/elixir/lib/webassembly/lib/dsl.ex -lib/elixir/lib/webassembly/lib/examples/bad.ex -lib/elixir/lib/webassembly/lib/examples/simple.ex -lib/elixir/lib/webassembly/lib/html.ex -lib/elixir/lib/webassembly/lib/tools.ex -lib/elixir/lib/webassembly/lib/types.ex -lib/elixir/lib/webassembly/lib/webassembly.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/erlang-cowboy/Makefile b/www/erlang-cowboy/Makefile deleted file mode 100644 index 8ea5ab770e9b..000000000000 --- a/www/erlang-cowboy/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= cowboy -PORTVERSION= 1.1.2 -CATEGORIES= www -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Small, fast and modular HTTP server written in Erlang - -LICENSE= ISCL - -USES= erlang:rebar -USE_GITHUB= yes -GH_ACCOUNT= ninenines - -ERL_BUILD_DEPS= www/erlang-cowlib -ERL_RUN_DEPS= www/erlang-cowlib \ - net/erlang-ranch - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/www/erlang-cowboy/distinfo b/www/erlang-cowboy/distinfo deleted file mode 100644 index 4f222ec7a370..000000000000 --- a/www/erlang-cowboy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1488210406 -SHA256 (ninenines-cowboy-1.1.2_GH0.tar.gz) = d607498fc9e00d8026cc1a410f7f148c3fbef56601bf7213a2fc29ac66eea5a9 -SIZE (ninenines-cowboy-1.1.2_GH0.tar.gz) = 4837721 diff --git a/www/erlang-cowboy/files/patch-rebar.config b/www/erlang-cowboy/files/patch-rebar.config deleted file mode 100644 index cb1c89f91372..000000000000 --- a/www/erlang-cowboy/files/patch-rebar.config +++ /dev/null @@ -1,5 +0,0 @@ ---- rebar.config.orig 2017-02-27 16:58:59 UTC -+++ rebar.config -@@ -1,2 +1 @@ --{deps, [{cowlib,".*",{git,"https://github.com/ninenines/cowlib","1.0.2"}},{ranch,".*",{git,"https://github.com/ninenines/ranch","1.3.2"}}]}. - {erl_opts, [debug_info,warn_export_all,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec]}. diff --git a/www/erlang-cowboy/pkg-descr b/www/erlang-cowboy/pkg-descr deleted file mode 100644 index 927858cc6268..000000000000 --- a/www/erlang-cowboy/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Cowboy aims to provide a complete HTTP stack in a small code base. It -is optimized for low latency and low memory usage, in parts because it -uses binary strings. - -Cowboy provides routing capabilities, selectively dispatching requests -to handlers written in Erlang. - -Because it uses Ranch for managing connections, Cowboy can easily be -embedded in any other application. - -WWW: https://github.com/extend/cowboy diff --git a/www/erlang-cowboy/pkg-plist b/www/erlang-cowboy/pkg-plist deleted file mode 100644 index 67bf78b1b1be..000000000000 --- a/www/erlang-cowboy/pkg-plist +++ /dev/null @@ -1,192 +0,0 @@ -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cow_uri.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy.app -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_app.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_bstr.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_clock.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_handler.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_http.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_http_handler.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_loop_handler.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_middleware.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_protocol.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_req.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_rest.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_router.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_spdy.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_static.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_sub_protocol.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_sup.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_websocket.beam -lib/erlang/lib/cowboy-%%VERSION%%/ebin/cowboy_websocket_handler.beam -lib/erlang/lib/cowboy-%%VERSION%%/src/cow_uri.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy.app.src -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_app.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_bstr.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_clock.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_handler.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_http.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_http_handler.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_loop_handler.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_middleware.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_protocol.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_req.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_rest.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_router.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_spdy.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_static.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_sub_protocol.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_sup.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_websocket.erl -lib/erlang/lib/cowboy-%%VERSION%%/src/cowboy_websocket_handler.erl -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/src/chunked_hello_world.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/src/chunked_hello_world_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/src/chunked_hello_world_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chunked_hello_world/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compress_response/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compress_response/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compress_response/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compress_response/src/compress_response.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compress_response/src/compress_response_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compress_response/src/compress_response_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compress_response/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/src/cookie.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/src/cookie_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/src/cookie_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie/templates/toppage.dtl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_get/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_get/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_get/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_get/src/echo_get.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_get/src/echo_get_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_get/src/echo_get_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_get/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_post/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_post/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_post/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_post/src/echo_post.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_post/src/echo_post_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_post/src/echo_post_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo_post/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/error_hook/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/error_hook/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/error_hook/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/error_hook/src/error_hook.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/error_hook/src/error_hook_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/error_hook/src/error_hook_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/priv/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/src/eventsource.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/src/eventsource_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/src/eventsource_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventsource/src/eventsource_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_world/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_world/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_world/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_world/src/hello_world.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_world/src/hello_world_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_world/src/hello_world_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_world/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/priv/small.mp4 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/priv/small.ogv -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/priv/video.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/src/erlmarkdown.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/src/markdown_converter.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/src/markdown_middleware.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/src/markdown_middleware_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/markdown_middleware/src/markdown_middleware_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_basic_auth/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_basic_auth/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_basic_auth/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_basic_auth/src/rest_basic_auth.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_basic_auth/src/rest_basic_auth_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_basic_auth/src/rest_basic_auth_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_basic_auth/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_hello_world/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_hello_world/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_hello_world/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_hello_world/src/rest_hello_world.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_hello_world/src/rest_hello_world_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_hello_world/src/rest_hello_world_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_hello_world/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/priv/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/priv/index.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/src/rest_pastebin.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/src/rest_pastebin_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/src/rest_pastebin_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_pastebin/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_stream_response/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_stream_response/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_stream_response/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_stream_response/src/rest_stream_response.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_stream_response/src/rest_stream_response_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_stream_response/src/rest_stream_response_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rest_stream_response/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/priv/ssl/cowboy-ca.crt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/priv/ssl/server.crt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/priv/ssl/server.key -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/src/ssl_hello_world.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/src/ssl_hello_world_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/src/ssl_hello_world_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_hello_world/src/toppage_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/small.mp4 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/small.ogv -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/test.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/priv/video.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/src/static_world.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/src/static_world_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/static_world/src/static_world_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/priv/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/src/upload.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/src/upload_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/src/upload_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload/src/upload_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/priv/small.mp4 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/priv/small.ogv -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/priv/test.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/priv/video.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/src/directory_handler.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/src/directory_lister.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/src/web_server.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/src/web_server_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/web_server/src/web_server_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/priv/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/priv/static/jquery.min.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/relx.config -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/src/websocket.app.src -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/src/websocket_app.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/src/websocket_sup.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/src/ws_handler.erl diff --git a/www/erlang-cowlib/Makefile b/www/erlang-cowlib/Makefile deleted file mode 100644 index 5911894fb71f..000000000000 --- a/www/erlang-cowlib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -PORTNAME= cowlib -PORTVERSION= 1.0.2 -PORTEPOCH= 1 -CATEGORIES= www -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Erlang support library for manipulating Web protocols - -LICENSE= ISCL - -USES= erlang:rebar -USE_GITHUB= yes -GH_ACCOUNT= ninenines - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/erlang-cowlib/distinfo b/www/erlang-cowlib/distinfo deleted file mode 100644 index 89bd2d8c553d..000000000000 --- a/www/erlang-cowlib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ninenines-cowlib-1.0.2_GH0.tar.gz) = fa4cf937668408e5a6ad16eda7c935b85100280b70d46037fe29e35af046114e -SIZE (ninenines-cowlib-1.0.2_GH0.tar.gz) = 79976 diff --git a/www/erlang-cowlib/pkg-descr b/www/erlang-cowlib/pkg-descr deleted file mode 100644 index a732025b0df8..000000000000 --- a/www/erlang-cowlib/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Cowlib provides Erlang libraries for parsing and building messages -for various Web protocols, including SPDY, HTTP and Websocket. - -It is optimized for completeness rather than speed. No value is -ignored, they are all returned. - -WWW: https://github.com/extend/cowlib diff --git a/www/erlang-cowlib/pkg-plist b/www/erlang-cowlib/pkg-plist deleted file mode 100644 index 9341b67ab2f7..000000000000 --- a/www/erlang-cowlib/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_cookie.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_date.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_http.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_http_hd.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_http_te.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_mimetypes.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_multipart.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_qs.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cow_spdy.beam -lib/erlang/lib/cowlib-%%VERSION%%/ebin/cowlib.app -lib/erlang/lib/cowlib-%%VERSION%%/include/cow_inline.hrl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_cookie.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_date.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_http.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_http_hd.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_http_te.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_mimetypes.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_mimetypes.erl.src -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_multipart.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_qs.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.erl -lib/erlang/lib/cowlib-%%VERSION%%/src/cow_spdy.hrl -lib/erlang/lib/cowlib-%%VERSION%%/src/cowlib.app.src -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/erlang-hackney/Makefile b/www/erlang-hackney/Makefile deleted file mode 100644 index 4f56946212bb..000000000000 --- a/www/erlang-hackney/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= hackney -PORTVERSION= 1.8.6 -CATEGORIES= www -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Simple HTTP client in Erlang - -LICENSE= APACHE20 - -USES= erlang:rebar3 -USE_GITHUB= yes -GH_ACCOUNT= benoitc - -ERL_BUILD_DEPS= dns/erlang-idna \ - devel/erlang-certifi \ - devel/erlang-ssl_verify_fun \ - devel/erlang-metrics \ - misc/erlang-mimerl -ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -pre-build: - @${MKDIR} ${WRKSRC}/_build/default/lib -.for lib in idna certifi ssl_verify_fun metrics mimerl - @${LN} -s ${PREFIX}/lib/erlang/lib/${lib}-* ${WRKSRC}/_build/default/lib/${lib} -.endfor - -.include <bsd.port.mk> diff --git a/www/erlang-hackney/distinfo b/www/erlang-hackney/distinfo deleted file mode 100644 index 625cfd1b6b91..000000000000 --- a/www/erlang-hackney/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1497019576 -SHA256 (benoitc-hackney-1.8.6_GH0.tar.gz) = e2baeee8402d7789c4041c315eb895da3fe378bd8a203d447ad6314279c223a7 -SIZE (benoitc-hackney-1.8.6_GH0.tar.gz) = 882504 diff --git a/www/erlang-hackney/files/patch-rebar.config b/www/erlang-hackney/files/patch-rebar.config deleted file mode 100644 index 6ee8f25e5dc9..000000000000 --- a/www/erlang-hackney/files/patch-rebar.config +++ /dev/null @@ -1,14 +0,0 @@ ---- rebar.config.orig 2017-05-28 21:03:13 UTC -+++ rebar.config -@@ -14,11 +14,6 @@ - {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. - - {deps, [ -- {idna, "5.0.2"}, -- {mimerl, "1.0.2"}, -- {certifi, "1.2.1"}, -- {metrics, "1.0.1"}, -- {ssl_verify_fun, "1.1.1"} - ]}. - - {profiles, [{docs, [{deps, diff --git a/www/erlang-hackney/pkg-descr b/www/erlang-hackney/pkg-descr deleted file mode 100644 index 07bfa3161764..000000000000 --- a/www/erlang-hackney/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Hackney is an HTTP client library for Erlang. - -Main features: - - - No message passing - - Binary streams - - SSL support - - Keepalive handling - - Basic authentication - - Stream the response and the requests - - Fetch a response asynchronously - - Multipart support (streamed or not) - - Chunked encoding support - - Can send files using the sendfile API - - Optional socket pool - - REST syntax - -WWW: https://github.com/benoitc/hackney diff --git a/www/erlang-hackney/pkg-plist b/www/erlang-hackney/pkg-plist deleted file mode 100644 index cf78379c4130..000000000000 --- a/www/erlang-hackney/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.app -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_app.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_bstr.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_connect.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_cookie.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_date.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_headers.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_headers_new.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_http_connect.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_local_tcp.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_manager.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_multipart.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_pool_handler.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_request.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_response.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_socks5.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_ssl.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_stream.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_sup.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_tcp.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_trace.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_url.beam -lib/erlang/lib/hackney-%%VERSION%%/ebin/hackney_util.beam -lib/erlang/lib/hackney-%%VERSION%%/include/hackney.hrl -lib/erlang/lib/hackney-%%VERSION%%/include/hackney_lib.hrl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney.app.src -lib/erlang/lib/hackney-%%VERSION%%/src/hackney.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_app.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_bstr.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_connect.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_cookie.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_date.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_headers.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_headers_new.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_http_connect.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_internal.hrl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_local_tcp.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_manager.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_methods.hrl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_multipart.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_pool_handler.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_request.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_response.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_socks5.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_ssl.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_stream.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_sup.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_tcp.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_trace.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_url.erl -lib/erlang/lib/hackney-%%VERSION%%/src/hackney_util.erl -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/erlang-ibrowse/Makefile b/www/erlang-ibrowse/Makefile deleted file mode 100644 index 11ae293d4ed6..000000000000 --- a/www/erlang-ibrowse/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PORTNAME= ibrowse -PORTVERSION= 4.4.0 -DISTVERSIONPREFIX= v -CATEGORIES= www -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= HTTP client library for Erlang - -LICENSE= BSD3CLAUSE LGPL21 -LICENSE_COMB= dual - -USES= erlang:rebar -USE_GITHUB= yes -GH_ACCOUNT= cmullaparthi - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/erlang-ibrowse/distinfo b/www/erlang-ibrowse/distinfo deleted file mode 100644 index 2ac5b05938dd..000000000000 --- a/www/erlang-ibrowse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1485682355 -SHA256 (cmullaparthi-ibrowse-v4.4.0_GH0.tar.gz) = cb0be3ae5ca070cf7af4ebc316036b2355be33073adbc31c21fc5c1924b588dc -SIZE (cmullaparthi-ibrowse-v4.4.0_GH0.tar.gz) = 79146 diff --git a/www/erlang-ibrowse/files/patch-rebar.config b/www/erlang-ibrowse/files/patch-rebar.config deleted file mode 100644 index 423f5a060f94..000000000000 --- a/www/erlang-ibrowse/files/patch-rebar.config +++ /dev/null @@ -1,7 +0,0 @@ ---- rebar.config.orig 2015-06-25 08:47:33 UTC -+++ rebar.config -@@ -1,3 +1,3 @@ --{erl_opts, [debug_info, warnings_as_errors, warn_unused_vars, nowarn_shadow_vars, warn_unused_import]}. -+{erl_opts, [debug_info, warn_unused_vars, nowarn_shadow_vars, warn_unused_import]}. - {xref_checks, [undefined_function_calls, deprecated_function_calls]}. - {eunit_opts, [verbose]}. diff --git a/www/erlang-ibrowse/pkg-descr b/www/erlang-ibrowse/pkg-descr deleted file mode 100644 index 46a741c35003..000000000000 --- a/www/erlang-ibrowse/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HTTP client library for Erlang. - -WWW: https://github.com/cmullaparthi/ibrowse diff --git a/www/erlang-ibrowse/pkg-plist b/www/erlang-ibrowse/pkg-plist deleted file mode 100644 index a6811507967c..000000000000 --- a/www/erlang-ibrowse/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse.app -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse.beam -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_app.beam -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_http_client.beam -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_lb.beam -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_lib.beam -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_socks5.beam -lib/erlang/lib/ibrowse-%%VERSION%%/ebin/ibrowse_sup.beam -lib/erlang/lib/ibrowse-%%VERSION%%/include/ibrowse.hrl -lib/erlang/lib/ibrowse-%%VERSION%%/priv/ibrowse.conf -lib/erlang/lib/ibrowse-%%VERSION%%/src/Emakefile.src -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse.app.src -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse.erl -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse_app.erl -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse_http_client.erl -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse_lb.erl -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse_lib.erl -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse_socks5.erl -lib/erlang/lib/ibrowse-%%VERSION%%/src/ibrowse_sup.erl -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/www/erlang-mochiweb-basho/Makefile b/www/erlang-mochiweb-basho/Makefile deleted file mode 100644 index 63d48156c237..000000000000 --- a/www/erlang-mochiweb-basho/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= mochiweb -PORTVERSION= 2.9.0p2 -CATEGORIES= www devel -PKGNAMEPREFIX= erlang- -PKGNAMESUFFIX= -basho - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Erlang library for building lightweight HTTP servers (Basho fork) - -LICENSE= MIT - -CONFLICTS= mochiweb - -USES= erlang:rebar -USE_GITHUB= yes -GH_ACCOUNT= basho -GH_TAGNAME= 4d38821 # required - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/www/erlang-mochiweb-basho/distinfo b/www/erlang-mochiweb-basho/distinfo deleted file mode 100644 index 3d6a02d5f34e..000000000000 --- a/www/erlang-mochiweb-basho/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (basho-mochiweb-2.9.0p2-4d38821_GH0.tar.gz) = 6cf3e71cd75205327cc44532cc29288a9eae525ace98c12b6e7dc022899f7478 -SIZE (basho-mochiweb-2.9.0p2-4d38821_GH0.tar.gz) = 284182 diff --git a/www/erlang-mochiweb-basho/pkg-descr b/www/erlang-mochiweb-basho/pkg-descr deleted file mode 100644 index 9f756c29c5f6..000000000000 --- a/www/erlang-mochiweb-basho/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -MochiWeb is an Erlang library for building lightweight HTTP servers. - -This is the Basho fork of MochiWeb. - -WWW: https://github.com/basho/mochiweb diff --git a/www/erlang-mochiweb-basho/pkg-plist b/www/erlang-mochiweb-basho/pkg-plist deleted file mode 100644 index 643f0eedf58b..000000000000 --- a/www/erlang-mochiweb-basho/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochifmt.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochifmt_records.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochifmt_std.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiglobal.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochihex.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochijson.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochijson2.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochilists.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochilogfile2.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochinum.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochitemp.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiutf8.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb.app -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_acceptor.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_app.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_base64url.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_charref.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_cookies.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_cover.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_echo.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_headers.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_html.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_http.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_io.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_mime.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_multipart.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_request.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_response.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_session.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_skel.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_socket.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_socket_server.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_sup.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_util.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_websocket.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/reloader.beam -lib/erlang/lib/mochiweb-%%VERSION%%/include/internal.hrl -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/Makefile -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/priv/www/index.html -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/Makefile -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel.app -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel.erl -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel.hrl -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_app.erl -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_deps.erl -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_sup.erl -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/src/skel_web.erl -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/start-dev.sh -lib/erlang/lib/mochiweb-%%VERSION%%/priv/skel/start.sh -lib/erlang/lib/mochiweb-%%VERSION%%/src/Makefile -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt_records.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt_std.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiglobal.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochihex.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochijson.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochijson2.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochilists.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochilogfile2.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochinum.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochitemp.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiutf8.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb.app -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb.app.src -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_acceptor.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_app.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_base64url.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_charref.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_cookies.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_cover.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_echo.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_headers.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_html.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_http.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_io.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_mime.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_multipart.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_request.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_response.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_session.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_skel.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_socket.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_socket_server.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_sup.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_util.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_websocket.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/reloader.erl -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api.hrl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api_client.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api_lib.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/https_store.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/server_cert.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/server_key.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/keepalive/keepalive.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/websocket.erl diff --git a/www/erlang-mochiweb/Makefile b/www/erlang-mochiweb/Makefile deleted file mode 100644 index 98d2954c0e9c..000000000000 --- a/www/erlang-mochiweb/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= mochiweb -PORTVERSION= 2.18.0 -DISTVERSIONPREFIX= v -CATEGORIES= www devel -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Erlang library for building lightweight HTTP servers - -LICENSE= MIT - -CONFLICTS= mochiweb-basho - -USES= cpe erlang:rebar -CPE_VENDOR= mochiweb_project -USE_GITHUB= yes -GH_ACCOUNT= mochi - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/www/erlang-mochiweb/distinfo b/www/erlang-mochiweb/distinfo deleted file mode 100644 index 5d862ff1d710..000000000000 --- a/www/erlang-mochiweb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1526220835 -SHA256 (mochi-mochiweb-v2.18.0_GH0.tar.gz) = 3580d01d670a2f86d153b6a169391727a82ed299ac519ee1382c932b232e8849 -SIZE (mochi-mochiweb-v2.18.0_GH0.tar.gz) = 288534 diff --git a/www/erlang-mochiweb/pkg-descr b/www/erlang-mochiweb/pkg-descr deleted file mode 100644 index 5323a5663f62..000000000000 --- a/www/erlang-mochiweb/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -MochiWeb is an Erlang library for building lightweight HTTP servers, -from Mochi Media, Inc. - -WWW: https://github.com/mochi/mochiweb diff --git a/www/erlang-mochiweb/pkg-plist b/www/erlang-mochiweb/pkg-plist deleted file mode 100644 index 31e658ae8e99..000000000000 --- a/www/erlang-mochiweb/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochifmt.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochifmt_records.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochifmt_std.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiglobal.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochihex.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochijson.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochijson2.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochilists.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochilogfile2.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochinum.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochitemp.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiutf8.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb.app -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_acceptor.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_base64url.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_charref.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_clock.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_cookies.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_cover.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_echo.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_headers.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_html.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_http.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_io.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_mime.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_multipart.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_request.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_response.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_session.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_socket.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_socket_server.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_util.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/mochiweb_websocket.beam -lib/erlang/lib/mochiweb-%%VERSION%%/ebin/reloader.beam -lib/erlang/lib/mochiweb-%%VERSION%%/include/internal.hrl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt_records.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochifmt_std.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiglobal.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochihex.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochijson.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochijson2.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochilists.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochilogfile2.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochinum.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochitemp.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiutf8.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb.app.src -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_acceptor.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_base64url.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_charref.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_clock.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_cookies.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_cover.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_echo.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_headers.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_html.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_http.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_io.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_mime.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_multipart.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_request.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_response.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_session.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_socket.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_socket_server.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_util.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/mochiweb_websocket.erl -lib/erlang/lib/mochiweb-%%VERSION%%/src/reloader.erl -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api.hrl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api_client.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hmac_api/hmac_api_lib.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/https_store.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/server_cert.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/https/server_key.pem -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/keepalive/keepalive.erl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/websocket/websocket.erl diff --git a/www/erlang-webmachine/Makefile b/www/erlang-webmachine/Makefile deleted file mode 100644 index 3c3080910f4a..000000000000 --- a/www/erlang-webmachine/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= webmachine -PORTVERSION= 1.10.9 -CATEGORIES= www devel -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= HTTP semantic awareness on top mochiweb - -LICENSE= APACHE20 - -USES= erlang:rebar -USE_GITHUB= yes -GH_ACCOUNT= webmachine - -ERL_BUILD_DEPS= www/erlang-mochiweb-basho -ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/www/erlang-webmachine/distinfo b/www/erlang-webmachine/distinfo deleted file mode 100644 index 11644e0ccfd5..000000000000 --- a/www/erlang-webmachine/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1526713504 -SHA256 (webmachine-webmachine-1.10.9_GH0.tar.gz) = febf7a29f79763f1ddcc8234ae53780dfb1b707fa5423c6e271d77f8145160f0 -SIZE (webmachine-webmachine-1.10.9_GH0.tar.gz) = 1521443 diff --git a/www/erlang-webmachine/files/patch-rebar.config b/www/erlang-webmachine/files/patch-rebar.config deleted file mode 100644 index fbbeaea1d915..000000000000 --- a/www/erlang-webmachine/files/patch-rebar.config +++ /dev/null @@ -1,15 +0,0 @@ ---- rebar.config.orig 2018-05-19 07:23:21 UTC -+++ rebar.config -@@ -1,11 +1,10 @@ - %%-*- mode: erlang -*- --{erl_opts, [warnings_as_errors]}. - {cover_enabled, true}. - {edoc_opts, [{preprocess, true}]}. - - {xref_checks, [undefined_function_calls]}. - --{deps, [{mochiweb, {git, "https://github.com/mochi/mochiweb", {tag, "v2.17.0"}}}]}. -+{deps, []}. - - {eunit_opts, [ - no_tty, diff --git a/www/erlang-webmachine/pkg-descr b/www/erlang-webmachine/pkg-descr deleted file mode 100644 index b0c5716bba70..000000000000 --- a/www/erlang-webmachine/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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/ diff --git a/www/erlang-webmachine/pkg-plist b/www/erlang-webmachine/pkg-plist deleted file mode 100644 index 3efecc16aedf..000000000000 --- a/www/erlang-webmachine/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine.app -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_access_log_handler.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_app.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_decision_core.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_deps.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_dispatcher.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error_handler.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_error_log_handler.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_headers.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_log.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_logger_watcher_sup.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_mochiweb.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_multipart.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_perf_log_handler.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_request.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_resource.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_router.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_sup.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/webmachine_util.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/wmtrace_resource.beam -lib/erlang/lib/webmachine-%%VERSION%%/ebin/wrq.beam -lib/erlang/lib/webmachine-%%VERSION%%/include/webmachine.hrl -lib/erlang/lib/webmachine-%%VERSION%%/include/webmachine_logger.hrl -lib/erlang/lib/webmachine-%%VERSION%%/include/wm_reqdata.hrl -lib/erlang/lib/webmachine-%%VERSION%%/include/wm_reqstate.hrl -lib/erlang/lib/webmachine-%%VERSION%%/include/wm_resource.hrl -lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/http-headers-status-v3.png -lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/wmtrace.css -lib/erlang/lib/webmachine-%%VERSION%%/priv/trace/wmtrace.js -lib/erlang/lib/webmachine-%%VERSION%%/priv/www/index.html -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine.app.src -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_access_log_handler.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_app.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_decision_core.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_deps.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_dispatcher.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error_handler.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_error_log_handler.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_headers.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_log.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_logger_watcher_sup.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_mochiweb.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_multipart.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_perf_log_handler.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_request.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_resource.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_router.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_sup.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/webmachine_util.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/wmtrace_resource.erl -lib/erlang/lib/webmachine-%%VERSION%%/src/wrq.erl -%%PORTDOCS%%%%DOCSDIR%%/README.md |