aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:30:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:30:11 +0000
commite2389a6eb2adddcbc241af39a2228114879e601c (patch)
treeaf58bf254c4f0aef21857484dc7ae700a152ff6d /textproc
parenta014d17b0d82ed6208771774eeeedfad2b7e0358 (diff)
downloadports-e2389a6eb2adddcbc241af39a2228114879e601c.tar.gz
ports-e2389a6eb2adddcbc241af39a2228114879e601c.zip
textproc/rubygem-terminal-table1: Remove obsoleted port
Use textproc/rubygem-terminal-table instead.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-terminal-table1/Makefile25
-rw-r--r--textproc/rubygem-terminal-table1/distinfo3
-rw-r--r--textproc/rubygem-terminal-table1/pkg-descr10
3 files changed, 0 insertions, 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