From owner-svn-ports-all@freebsd.org Wed Jul 8 06:22:31 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45FA6995E10; Wed, 8 Jul 2015 06:22:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34CCA1F70; Wed, 8 Jul 2015 06:22:31 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t686MV01009050; Wed, 8 Jul 2015 06:22:31 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t686MT6V009044; Wed, 8 Jul 2015 06:22:29 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507080622.t686MT6V009044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 06:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391548 - in head/databases: . elixir-mongo elixir-mongo/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 06:22:31 -0000 Author: vanilla Date: Wed Jul 8 06:22:28 2015 New Revision: 391548 URL: https://svnweb.freebsd.org/changeset/ports/391548 Log: Add elixir-mongo, database driver for mongodb. Added: head/databases/elixir-mongo/ head/databases/elixir-mongo/Makefile (contents, props changed) head/databases/elixir-mongo/distinfo (contents, props changed) head/databases/elixir-mongo/files/ head/databases/elixir-mongo/files/patch-mix.exs (contents, props changed) head/databases/elixir-mongo/pkg-descr (contents, props changed) head/databases/elixir-mongo/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Jul 8 06:21:23 2015 (r391547) +++ head/databases/Makefile Wed Jul 8 06:22:28 2015 (r391548) @@ -54,6 +54,7 @@ SUBDIR += dbview SUBDIR += elixir-ecto SUBDIR += elixir-mariaex + SUBDIR += elixir-mongo SUBDIR += elixir-postgrex SUBDIR += elixir-timex_ecto SUBDIR += emma Added: head/databases/elixir-mongo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/Makefile Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= mongo +PORTVERSION= 0.5.1 +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Database driver for MongoDB written in Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= checkiz +GH_PROJECT= elixir-${PORTNAME} + +MIX_BUILD_DEPS= devel/elixir-bson +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include Added: head/databases/elixir-mongo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/distinfo Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,2 @@ +SHA256 (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 96029d35e94dfb2bdfb00b7d31e72a3fd3913a2182f81b6b8fd914b809a3b3d1 +SIZE (checkiz-elixir-mongo-0.5.1_GH0.tar.gz) = 15279 Added: head/databases/elixir-mongo/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/files/patch-mix.exs Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-08 05:55:21 UTC ++++ mix.exs +@@ -24,7 +24,6 @@ defmodule Mongo.Mixfile do + # Returns the list of dependencies for prod + defp deps(:prod) do + [ +- bson: "~> 0.4.3" + ] + end + Added: head/databases/elixir-mongo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/pkg-descr Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,3 @@ +A database driver for MongoDB written in pure Elixir. + +WWW: https://github.com/checkiz/elixir-mongo Added: head/databases/elixir-mongo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/elixir-mongo/pkg-plist Wed Jul 8 06:22:28 2015 (r391548) @@ -0,0 +1,25 @@ +lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Cursor.beam +lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Find.beam +lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Response.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Bang.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Collection.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Cursor.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Db.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Error.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Find.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Helpers.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Request.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Response.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.Server.beam +lib/elixir/lib/mongo/ebin/Elixir.Mongo.beam +lib/elixir/lib/mongo/ebin/mongo.app +lib/elixir/lib/mongo/lib/mongo.ex +lib/elixir/lib/mongo/lib/mongo_collection.ex +lib/elixir/lib/mongo/lib/mongo_cursor.ex +lib/elixir/lib/mongo/lib/mongo_db.ex +lib/elixir/lib/mongo/lib/mongo_find.ex +lib/elixir/lib/mongo/lib/mongo_helpers.ex +lib/elixir/lib/mongo/lib/mongo_request.ex +lib/elixir/lib/mongo/lib/mongo_response.ex +lib/elixir/lib/mongo/lib/mongo_server.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md