From owner-svn-ports-all@freebsd.org Wed Aug 8 20:00:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6108A1069342; Wed, 8 Aug 2018 20:00:07 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1667F911A3; Wed, 8 Aug 2018 20:00:07 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E79D17371; Wed, 8 Aug 2018 20:00:06 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w78K06h7078562; Wed, 8 Aug 2018 20:00:06 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w78K063p078558; Wed, 8 Aug 2018 20:00:06 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201808082000.w78K063p078558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 8 Aug 2018 20:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476671 - in head/devel: . rubygem-paint1 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/devel: . rubygem-paint1 X-SVN-Commit-Revision: 476671 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.27 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 Aug 2018 20:00:07 -0000 Author: zi Date: Wed Aug 8 20:00:05 2018 New Revision: 476671 URL: https://svnweb.freebsd.org/changeset/ports/476671 Log: New port: devel/rubygem-paint1: Terminal painter with 256 color support and effect support WWW: https://github.com/janlelis/paint Added: head/devel/rubygem-paint1/ head/devel/rubygem-paint1/Makefile (contents, props changed) head/devel/rubygem-paint1/distinfo (contents, props changed) head/devel/rubygem-paint1/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 8 19:53:06 2018 (r476670) +++ head/devel/Makefile Wed Aug 8 20:00:05 2018 (r476671) @@ -5803,6 +5803,7 @@ SUBDIR += rubygem-os SUBDIR += rubygem-p4ruby SUBDIR += rubygem-paint + SUBDIR += rubygem-paint1 SUBDIR += rubygem-paperclip SUBDIR += rubygem-paperclip-rails5 SUBDIR += rubygem-paperclip-rails50 Added: head/devel/rubygem-paint1/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-paint1/Makefile Wed Aug 8 20:00:05 2018 (r476671) @@ -0,0 +1,20 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= paint +PORTVERSION= 1.0.1 +CATEGORIES= devel +MASTER_SITES= RG +PKGNAMESUFFIX= 1 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Terminal painter + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-paint1/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-paint1/distinfo Wed Aug 8 20:00:05 2018 (r476671) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533758282 +SHA256 (rubygem/paint-1.0.1.gem) = 125ae0709b487812ee7918bf427ba52277268a81c790bd94373b4ac1bcc72efc +SIZE (rubygem/paint-1.0.1.gem) = 18432 Added: head/devel/rubygem-paint1/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-paint1/pkg-descr Wed Aug 8 20:00:05 2018 (r476671) @@ -0,0 +1,3 @@ +Terminal painter with 256 color support and effect support + +WWW: https://github.com/janlelis/paint