1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/erlang-ranch/pkg-plist
2017-03-01 11:15:40 +00:00

53 lines
2.7 KiB
Plaintext

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.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%%/book.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/embedded.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/internals.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/introduction.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/listeners.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/parsers.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/protocols.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/ranch.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/ranch_app.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/ranch_protocol.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/ranch_ssl.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/ranch_tcp.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/ranch_transport.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/ssl_auth.asciidoc
%%PORTDOCS%%%%DOCSDIR%%/transports.asciidoc
%%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.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.erl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tcp_reverse/src/tcp_reverse_sup.erl