svn commit: r418358 - in head/www: . elixir-phoenix_pubsub

Jimmy Olgeni olgeni at FreeBSD.org
Mon Jul 11 08:38:12 UTC 2016


Author: olgeni
Date: Mon Jul 11 08:38:10 2016
New Revision: 418358
URL: https://svnweb.freebsd.org/changeset/ports/418358

Log:
  Add www/elixir-phoenix_pubsub, a distributed pubsub and presence platform
  for the Phoenix Framework.

Added:
  head/www/elixir-phoenix_pubsub/
  head/www/elixir-phoenix_pubsub/Makefile   (contents, props changed)
  head/www/elixir-phoenix_pubsub/distinfo   (contents, props changed)
  head/www/elixir-phoenix_pubsub/pkg-descr   (contents, props changed)
  head/www/elixir-phoenix_pubsub/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Jul 11 08:21:36 2016	(r418357)
+++ head/www/Makefile	Mon Jul 11 08:38:10 2016	(r418358)
@@ -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

Added: head/www/elixir-phoenix_pubsub/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_pubsub/Makefile	Mon Jul 11 08:38:10 2016	(r418358)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	phoenix_pubsub
+PORTVERSION=	1.0.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	www
+PKGNAMEPREFIX=	elixir-
+
+MAINTAINER=	olgeni at FreeBSD.org
+COMMENT=	Distributed PubSub for Phoenix
+
+LICENSE=	MIT
+
+USES=		elixir
+USE_GITHUB=	yes
+GH_ACCOUNT=	phoenixframework
+
+MIX_REWRITE=	yes
+
+.include <bsd.port.mk>

Added: head/www/elixir-phoenix_pubsub/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_pubsub/distinfo	Mon Jul 11 08:38:10 2016	(r418358)
@@ -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

Added: head/www/elixir-phoenix_pubsub/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_pubsub/pkg-descr	Mon Jul 11 08:38:10 2016	(r418358)
@@ -0,0 +1,3 @@
+Distributed PubSub and Presence platform for the Phoenix Framework.
+
+WWW: https://github.com/phoenixframework/phoenix_pubsub

Added: head/www/elixir-phoenix_pubsub/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/elixir-phoenix_pubsub/pkg-plist	Mon Jul 11 08:38:10 2016	(r418358)
@@ -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


More information about the svn-ports-all mailing list