git: 8961eca79b44 - main - devel/pear-Console_Table: Update pkg-descr
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:07:25 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8961eca79b44dc543ae68ad02d6cc5f8603a376d
commit 8961eca79b44dc543ae68ad02d6cc5f8603a376d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:28:54 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 05:59:58 +0000
devel/pear-Console_Table: Update pkg-descr
---
devel/pear-Console_Table/Makefile | 4 ++--
devel/pear-Console_Table/pkg-descr | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/devel/pear-Console_Table/Makefile b/devel/pear-Console_Table/Makefile
index fa15b317abc2..f5369f7c8db3 100644
--- a/devel/pear-Console_Table/Makefile
+++ b/devel/pear-Console_Table/Makefile
@@ -1,11 +1,11 @@
# Created by: Thierry Thomas (<thierry at pompo.net>)
PORTNAME= Console_Table
-DISTVERSION= 1.3.1
+PORTVERSION= 1.3.1
CATEGORIES= devel pear
MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= PHP class that makes it easy to build console style tables
+COMMENT= Library that makes it easy to build console style tables
LICENSE= BSD3CLAUSE
diff --git a/devel/pear-Console_Table/pkg-descr b/devel/pear-Console_Table/pkg-descr
index 86aa2d62a531..e6d02fc44f87 100644
--- a/devel/pear-Console_Table/pkg-descr
+++ b/devel/pear-Console_Table/pkg-descr
@@ -1,6 +1,5 @@
-PHP classes providing methods such as addRow(), insertRow(), addCol(), etc.
-to build Console tables.
-
-Can be with or without headers, and has various configurable options.
+Console_Table provides a Console_Table class with methods such as addRow(),
+insertRow(), addCol() etc. to build console tables with or without headers and
+with user defined table rules, padding, and alignment.
WWW: https://pear.php.net/package/Console_Table
More information about the dev-commits-ports-all
mailing list