From owner-svn-ports-head@freebsd.org Wed Jul 8 13:50:37 2015 Return-Path: Delivered-To: svn-ports-head@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 6A2BB995BE8; Wed, 8 Jul 2015 13:50:37 +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 592811636; Wed, 8 Jul 2015 13:50:37 +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 t68Dob8t024559; Wed, 8 Jul 2015 13:50:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68DoZl8024553; Wed, 8 Jul 2015 13:50:35 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201507081350.t68DoZl8024553@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 13:50:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391564 - in head/www: . elixir-joken elixir-joken/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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 13:50:37 -0000 Author: vanilla Date: Wed Jul 8 13:50:34 2015 New Revision: 391564 URL: https://svnweb.freebsd.org/changeset/ports/391564 Log: Add elixir-joken. JSON web token implementation in elixir. Added: head/www/elixir-joken/ head/www/elixir-joken/Makefile (contents, props changed) head/www/elixir-joken/distinfo (contents, props changed) head/www/elixir-joken/files/ head/www/elixir-joken/files/patch-mix.exs (contents, props changed) head/www/elixir-joken/pkg-descr (contents, props changed) head/www/elixir-joken/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jul 8 13:09:07 2015 (r391563) +++ head/www/Makefile Wed Jul 8 13:50:34 2015 (r391564) @@ -163,6 +163,7 @@ SUBDIR += eliom SUBDIR += elixir-httpoison SUBDIR += elixir-httpotion + SUBDIR += elixir-joken SUBDIR += elixir-maru SUBDIR += elixir-phoenix SUBDIR += elixir-phoenix_ecto Added: head/www/elixir-joken/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/Makefile Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= joken +PORTVERSION= 0.14.1 +DISTVERSIONPREFIX= v +CATEGORIES= www +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= JSON Web Token implementation in Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= bryanjos + +.include Added: head/www/elixir-joken/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/distinfo Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,2 @@ +SHA256 (bryanjos-joken-v0.14.1_GH0.tar.gz) = 9b91b7172f7713d719b6ac5d39a7e6ac3ce48933b243bf490cc21a977ad8e5f6 +SIZE (bryanjos-joken-v0.14.1_GH0.tar.gz) = 8001 Added: head/www/elixir-joken/files/patch-mix.exs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/files/patch-mix.exs Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,12 @@ +--- mix.exs.orig 2015-07-08 12:15:58 UTC ++++ mix.exs +@@ -6,8 +6,7 @@ defmodule Joken.Mixfile do + version: "0.14.1", + elixir: "~> 1.0.0", + description: description, +- package: package, +- deps: deps] ++ package: package] + end + + def application do Added: head/www/elixir-joken/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/pkg-descr Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,3 @@ +JSON Web Token implementation in Elixir. + +WWW: https://github.com/bryanjos/joken Added: head/www/elixir-joken/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/elixir-joken/pkg-plist Wed Jul 8 13:50:34 2015 (r391564) @@ -0,0 +1,10 @@ +lib/elixir/lib/joken/ebin/Elixir.Joken.Config.beam +lib/elixir/lib/joken/ebin/Elixir.Joken.Token.beam +lib/elixir/lib/joken/ebin/Elixir.Joken.Utils.beam +lib/elixir/lib/joken/ebin/Elixir.Joken.beam +lib/elixir/lib/joken/ebin/joken.app +lib/elixir/lib/joken/lib/joken.ex +lib/elixir/lib/joken/lib/joken/config.ex +lib/elixir/lib/joken/lib/joken/token.ex +lib/elixir/lib/joken/lib/joken/utils.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md