mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Termcolor is a library for ANSI color formatting
like HTML for output in terminal. WWW: http://github.com/jugyo/termcolor/tree/master
This commit is contained in:
parent
3ff8db04b5
commit
83d8dfd1c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237635
@ -1025,6 +1025,7 @@
|
||||
SUBDIR += rubygem-rdiscount
|
||||
SUBDIR += rubygem-spreadsheet
|
||||
SUBDIR += rubygem-syntax
|
||||
SUBDIR += rubygem-termcolor
|
||||
SUBDIR += rubygem-tidy
|
||||
SUBDIR += rubygem-xml-simple
|
||||
SUBDIR += rw-aspell
|
||||
|
23
textproc/rubygem-termcolor/Makefile
Normal file
23
textproc/rubygem-termcolor/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: rubygem-termcolor
|
||||
# Date created: 2009-07-12
|
||||
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= termcolor
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RF/termcolor
|
||||
|
||||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= A library for ANSII color formatting like HTML for output in terminal
|
||||
|
||||
BUILD_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
USE_RAKE= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-termcolor/distinfo
Normal file
3
textproc/rubygem-termcolor/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/termcolor-1.0.0.gem) = 4f585b8f64697d5955727f80e5cb580f
|
||||
SHA256 (rubygem/termcolor-1.0.0.gem) = 97c70eec74dc278f1158ca83ceaf3c745166ba2164c506d2ebf88fe879a3dc6c
|
||||
SIZE (rubygem/termcolor-1.0.0.gem) = 6656
|
4
textproc/rubygem-termcolor/pkg-descr
Normal file
4
textproc/rubygem-termcolor/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Termcolor is a library for ANSI color formatting
|
||||
like HTML for output in terminal.
|
||||
|
||||
WWW: http://github.com/jugyo/termcolor/tree/master
|
Loading…
Reference in New Issue
Block a user