Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 19:51:04 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e2389a6eb2ad - main - textproc/rubygem-terminal-table1: Remove obsoleted port
Message-ID:  <202112211951.1BLJp4vg047445@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2389a6eb2adddcbc241af39a2228114879e601c

commit e2389a6eb2adddcbc241af39a2228114879e601c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:30:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:30:11 +0000

    textproc/rubygem-terminal-table1: Remove obsoleted port
    
    Use textproc/rubygem-terminal-table instead.
---
 textproc/rubygem-terminal-table1/Makefile  | 25 -------------------------
 textproc/rubygem-terminal-table1/distinfo  |  3 ---
 textproc/rubygem-terminal-table1/pkg-descr | 10 ----------
 3 files changed, 38 deletions(-)

diff --git a/textproc/rubygem-terminal-table1/Makefile b/textproc/rubygem-terminal-table1/Makefile
deleted file mode 100644
index 9b7533b35f76..000000000000
--- a/textproc/rubygem-terminal-table1/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Eric Freeman <freebsdports@chillibear.com>
-
-PORTNAME=	terminal-table
-PORTVERSION=	1.8.0
-PORTREVISION=	1
-CATEGORIES=	textproc rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	1
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Simple, feature rich ASCII table generation library
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS=	rubygem-unicode-display_width1>=1.1.1<2:devel/rubygem-unicode-display_width1
-
-USES=		gem
-USE_RUBY=	yes
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^1\.
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-terminal-table1/distinfo b/textproc/rubygem-terminal-table1/distinfo
deleted file mode 100644
index a5b220fd46c6..000000000000
--- a/textproc/rubygem-terminal-table1/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1495034440
-SHA256 (rubygem/terminal-table-1.8.0.gem) = 13371f069af18e9baa4e44d404a4ada9301899ce0530c237ac1a96c19f652294
-SIZE (rubygem/terminal-table-1.8.0.gem) = 13824
diff --git a/textproc/rubygem-terminal-table1/pkg-descr b/textproc/rubygem-terminal-table1/pkg-descr
deleted file mode 100644
index 1de9b1f77ee8..000000000000
--- a/textproc/rubygem-terminal-table1/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Terminal Table is a fast and simple, yet feature rich ASCII table generator
-written in Ruby.
-
-Features:
-- Optional headings
-- Alignment of columns, headings, or cells
-- Supports column span
-- Easy modification of table strings (+, -, |)
-
-WWW: https://github.com/tj/terminal-table



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211951.1BLJp4vg047445>