Date: Mon, 12 Mar 2018 20:41:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464292 - in head/devel: . rubygem-pastel Message-ID: <201803122041.w2CKfl5C009026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 12 20:41:47 2018 New Revision: 464292 URL: https://svnweb.freebsd.org/changeset/ports/464292 Log: Add rubygem-pastel 0.7.2 Pastel provides independent coloring component for TTY toolkit. It supports terminal output styling with intuitive and clean API that doesn't monkey patch String class. Pastel is minimal and focused to work in all terminal emulators. WWW: https://github.com/piotrmurach/pastel Added: head/devel/rubygem-pastel/ head/devel/rubygem-pastel/Makefile (contents, props changed) head/devel/rubygem-pastel/distinfo (contents, props changed) head/devel/rubygem-pastel/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 12 20:41:12 2018 (r464291) +++ head/devel/Makefile Mon Mar 12 20:41:47 2018 (r464292) @@ -5630,6 +5630,7 @@ SUBDIR += rubygem-paperclip-rails5 SUBDIR += rubygem-paperclip-rails50 SUBDIR += rubygem-parser + SUBDIR += rubygem-pastel SUBDIR += rubygem-patch_finder SUBDIR += rubygem-pathutil SUBDIR += rubygem-peek Added: head/devel/rubygem-pastel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pastel/Makefile Mon Mar 12 20:41:47 2018 (r464292) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pastel +PORTVERSION= 0.7.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Terminal strings styling with intuitive and clean API + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-equatable>=0.5.0:devel/rubygem-equatable \ + rubygem-tty-color>=0.4.0:devel/rubygem-tty-color + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> Added: head/devel/rubygem-pastel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pastel/distinfo Mon Mar 12 20:41:47 2018 (r464292) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520738909 +SHA256 (rubygem/pastel-0.7.2.gem) = e1d21dd8fb965e5052d1b16164a777fc450c6e187bf199f833a9de3f5303c3f9 +SIZE (rubygem/pastel-0.7.2.gem) = 49152 Added: head/devel/rubygem-pastel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pastel/pkg-descr Mon Mar 12 20:41:47 2018 (r464292) @@ -0,0 +1,5 @@ +Pastel provides independent coloring component for TTY toolkit. It supports +terminal output styling with intuitive and clean API that doesn't monkey patch +String class. Pastel is minimal and focused to work in all terminal emulators. + +WWW: https://github.com/piotrmurach/pastel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803122041.w2CKfl5C009026>