From 5a82de548ced52b85a778ac4ca9e46a37cb56a32 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Mar 2018 20:41:47 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/rubygem-pastel/Makefile | 22 ++++++++++++++++++++++ devel/rubygem-pastel/distinfo | 3 +++ devel/rubygem-pastel/pkg-descr | 5 +++++ 4 files changed, 31 insertions(+) create mode 100644 devel/rubygem-pastel/Makefile create mode 100644 devel/rubygem-pastel/distinfo create mode 100644 devel/rubygem-pastel/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index d400516d66be..89d4a8fea93f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-pastel/Makefile b/devel/rubygem-pastel/Makefile new file mode 100644 index 000000000000..f217a1e0cf08 --- /dev/null +++ b/devel/rubygem-pastel/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/devel/rubygem-pastel/distinfo b/devel/rubygem-pastel/distinfo new file mode 100644 index 000000000000..cb64891a635a --- /dev/null +++ b/devel/rubygem-pastel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520738909 +SHA256 (rubygem/pastel-0.7.2.gem) = e1d21dd8fb965e5052d1b16164a777fc450c6e187bf199f833a9de3f5303c3f9 +SIZE (rubygem/pastel-0.7.2.gem) = 49152 diff --git a/devel/rubygem-pastel/pkg-descr b/devel/rubygem-pastel/pkg-descr new file mode 100644 index 000000000000..71366e1a21cb --- /dev/null +++ b/devel/rubygem-pastel/pkg-descr @@ -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