freebsd-ports/net/erlang-ranch/pkg-plist
Jimmy Olgeni 37893c2bae Update the remaining Erlang ports to use erlang.mk.
A few mistakes in plists came up, so these ports get a PORTREVISION bump.

Some of the older ports are still left out.
2015-07-06 22:34:11 +00:00

49 lines
2.5 KiB
Text

lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch.app
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_acceptor.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_acceptors_sup.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_app.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_conns_sup.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_listener_sup.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_protocol.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_server.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_ssl.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_sup.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_tcp.beam
lib/erlang/lib/ranch-%%VERSION%%/ebin/ranch_transport.beam
lib/erlang/lib/ranch-%%VERSION%%/src/ranch.app.src
lib/erlang/lib/ranch-%%VERSION%%/src/ranch.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_acceptor.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_acceptors_sup.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_app.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_conns_sup.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_listener_sup.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_protocol.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_server.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_ssl.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_sup.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_tcp.erl
lib/erlang/lib/ranch-%%VERSION%%/src/ranch_transport.erl
%%PORTDOCS%%%%DOCSDIR%%/embedded.md
%%PORTDOCS%%%%DOCSDIR%%/internals.md
%%PORTDOCS%%%%DOCSDIR%%/introduction.md
%%PORTDOCS%%%%DOCSDIR%%/listeners.md
%%PORTDOCS%%%%DOCSDIR%%/parsers.md
%%PORTDOCS%%%%DOCSDIR%%/protocols.md
%%PORTDOCS%%%%DOCSDIR%%/ssl_auth.md
%%PORTDOCS%%%%DOCSDIR%%/toc.md
%%PORTDOCS%%%%DOCSDIR%%/transports.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/relx.config
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/echo_protocol.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo.app.src
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo_app.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_echo/src/tcp_echo_sup.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/relx.config
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/reverse_protocol.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse.app.src
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse_app.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse_sup.erl