From owner-svn-ports-all@freebsd.org Sat Oct 21 19:53:10 2017 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 5C2F6E3882F; Sat, 21 Oct 2017 19:53:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2DFAA69246; Sat, 21 Oct 2017 19:53:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9LJr9AZ027924; Sat, 21 Oct 2017 19:53:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9LJr8UZ027919; Sat, 21 Oct 2017 19:53:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201710211953.v9LJr8UZ027919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 21 Oct 2017 19:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452598 - in head/devel: . elixir-deppie X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: in head/devel: . elixir-deppie X-SVN-Commit-Revision: 452598 X-SVN-Commit-Repository: ports 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.23 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: Sat, 21 Oct 2017 19:53:10 -0000 Author: olgeni Date: Sat Oct 21 19:53:08 2017 New Revision: 452598 URL: https://svnweb.freebsd.org/changeset/ports/452598 Log: Add devel/elixir-deppie, a deprecation logger for Elixir. Added: head/devel/elixir-deppie/ head/devel/elixir-deppie/Makefile (contents, props changed) head/devel/elixir-deppie/distinfo (contents, props changed) head/devel/elixir-deppie/pkg-descr (contents, props changed) head/devel/elixir-deppie/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 21 18:12:35 2017 (r452597) +++ head/devel/Makefile Sat Oct 21 19:53:08 2017 (r452598) @@ -507,6 +507,7 @@ SUBDIR += elixir-crontab SUBDIR += elixir-csv SUBDIR += elixir-decimal + SUBDIR += elixir-deppie SUBDIR += elixir-dialyze SUBDIR += elixir-estree SUBDIR += elixir-exactor Added: head/devel/elixir-deppie/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-deppie/Makefile Sat Oct 21 19:53:08 2017 (r452598) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= deppie +PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Deprecation logger for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= whitfin + +MIX_REWRITE= yes + +.include Added: head/devel/elixir-deppie/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-deppie/distinfo Sat Oct 21 19:53:08 2017 (r452598) @@ -0,0 +1,3 @@ +TIMESTAMP = 1508611304 +SHA256 (whitfin-deppie-v1.1.0_GH0.tar.gz) = 797228435c08f3a356a61f8593e59982c2e9a5993b08aa13d84bc5cb23c58f00 +SIZE (whitfin-deppie-v1.1.0_GH0.tar.gz) = 4229 Added: head/devel/elixir-deppie/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-deppie/pkg-descr Sat Oct 21 19:53:08 2017 (r452598) @@ -0,0 +1,5 @@ +Deppie is a minimal deprecation logger for Elixir. The intent is +to provide a very fast way to emit a deprecation message the first +time a function is called. + +WWW: https://github.com/whitfin/deppie Added: head/devel/elixir-deppie/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-deppie/pkg-plist Sat Oct 21 19:53:08 2017 (r452598) @@ -0,0 +1,6 @@ +lib/elixir/lib/deppie/ebin/Elixir.Deppie.Application.beam +lib/elixir/lib/deppie/ebin/Elixir.Deppie.beam +lib/elixir/lib/deppie/ebin/deppie.app +lib/elixir/lib/deppie/lib/deppie.ex +lib/elixir/lib/deppie/lib/deppie/application.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md