From owner-svn-ports-all@freebsd.org Wed Feb 8 09:50:35 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 B3A18CD5EC8; Wed, 8 Feb 2017 09:50:35 +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 8B96E1135; Wed, 8 Feb 2017 09:50:35 +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 v189oYLo084908; Wed, 8 Feb 2017 09:50:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v189oYG9084903; Wed, 8 Feb 2017 09:50:34 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201702080950.v189oYG9084903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 8 Feb 2017 09:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433640 - in head/devel: . elixir-crontab 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.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: Wed, 08 Feb 2017 09:50:35 -0000 Author: olgeni Date: Wed Feb 8 09:50:33 2017 New Revision: 433640 URL: https://svnweb.freebsd.org/changeset/ports/433640 Log: Add devel/elixir-crontab, an Elixir library to handle strings in crontab format. Added: head/devel/elixir-crontab/ head/devel/elixir-crontab/Makefile (contents, props changed) head/devel/elixir-crontab/distinfo (contents, props changed) head/devel/elixir-crontab/pkg-descr (contents, props changed) head/devel/elixir-crontab/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 8 09:07:47 2017 (r433639) +++ head/devel/Makefile Wed Feb 8 09:50:33 2017 (r433640) @@ -460,6 +460,7 @@ SUBDIR += elixir-conform_exrm SUBDIR += elixir-connection SUBDIR += elixir-coverex + SUBDIR += elixir-crontab SUBDIR += elixir-csv SUBDIR += elixir-decimal SUBDIR += elixir-dialyze Added: head/devel/elixir-crontab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-crontab/Makefile Wed Feb 8 09:50:33 2017 (r433640) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= crontab +PORTVERSION= 1.0.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Crontab format parser in Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= jshmrtn + +MIX_BUILD_DEPS= devel/elixir-timex +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} +MIX_REWRITE= yes + +.include Added: head/devel/elixir-crontab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-crontab/distinfo Wed Feb 8 09:50:33 2017 (r433640) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486544237 +SHA256 (jshmrtn-crontab-v1.0.0_GH0.tar.gz) = 8e758a27d333d98ce81361442acb18be07284b6e26ae03fa210482536c5bbccd +SIZE (jshmrtn-crontab-v1.0.0_GH0.tar.gz) = 16579 Added: head/devel/elixir-crontab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-crontab/pkg-descr Wed Feb 8 09:50:33 2017 (r433640) @@ -0,0 +1,4 @@ +Parse cron format strings, write cron format strings and calculate +execution dates in Elixir. + +WWW: https://github.com/jshmrtn/crontab Added: head/devel/elixir-crontab/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/elixir-crontab/pkg-plist Wed Feb 8 09:50:33 2017 (r433640) @@ -0,0 +1,14 @@ +lib/elixir/lib/crontab/ebin/Elixir.Crontab.CronExpression.Composer.beam +lib/elixir/lib/crontab/ebin/Elixir.Crontab.CronExpression.Parser.beam +lib/elixir/lib/crontab/ebin/Elixir.Crontab.CronExpression.beam +lib/elixir/lib/crontab/ebin/Elixir.Crontab.DateChecker.beam +lib/elixir/lib/crontab/ebin/Elixir.Crontab.Scheduler.beam +lib/elixir/lib/crontab/ebin/Elixir.Inspect.Crontab.CronExpression.beam +lib/elixir/lib/crontab/ebin/crontab.app +lib/elixir/lib/crontab/lib/crontab/cron_expression.ex +lib/elixir/lib/crontab/lib/crontab/cron_expression/composer.ex +lib/elixir/lib/crontab/lib/crontab/cron_expression/ecto_type.ex +lib/elixir/lib/crontab/lib/crontab/cron_expression/parser.ex +lib/elixir/lib/crontab/lib/crontab/date_checker.ex +lib/elixir/lib/crontab/lib/crontab/scheduler.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md