Add www/elixir-phoenix_pubsub, a distributed pubsub and presence platform
for the Phoenix Framework.
This commit is contained in:
parent
4347b98b18
commit
64d7f0b0c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418358
5 changed files with 54 additions and 0 deletions
|
@ -137,6 +137,7 @@
|
|||
SUBDIR += elixir-phoenix
|
||||
SUBDIR += elixir-phoenix_ecto
|
||||
SUBDIR += elixir-phoenix_html
|
||||
SUBDIR += elixir-phoenix_pubsub
|
||||
SUBDIR += elixir-webassembly
|
||||
SUBDIR += emacs-w3m
|
||||
SUBDIR += encode-explorer
|
||||
|
|
20
www/elixir-phoenix_pubsub/Makefile
Normal file
20
www/elixir-phoenix_pubsub/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phoenix_pubsub
|
||||
PORTVERSION= 1.0.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Distributed PubSub for Phoenix
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= elixir
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= phoenixframework
|
||||
|
||||
MIX_REWRITE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/elixir-phoenix_pubsub/distinfo
Normal file
3
www/elixir-phoenix_pubsub/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1467897304
|
||||
SHA256 (phoenixframework-phoenix_pubsub-v1.0.0_GH0.tar.gz) = ad60de86cbd12400d2797c288b03cd15ed7b67758a4289d95d2bb84f8836cb75
|
||||
SIZE (phoenixframework-phoenix_pubsub-v1.0.0_GH0.tar.gz) = 30391
|
3
www/elixir-phoenix_pubsub/pkg-descr
Normal file
3
www/elixir-phoenix_pubsub/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Distributed PubSub and Presence platform for the Phoenix Framework.
|
||||
|
||||
WWW: https://github.com/phoenixframework/phoenix_pubsub
|
27
www/elixir-phoenix_pubsub/pkg-plist
Normal file
27
www/elixir-phoenix_pubsub/pkg-plist
Normal file
|
@ -0,0 +1,27 @@
|
|||
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
|
Loading…
Reference in a new issue