freebsd-ports/net/ranch/pkg-plist
2014-11-22 14:43:23 +00:00

40 lines
2.2 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
%%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