Skip to content

Commit

Permalink
Update pear-Console_Table to 1.2.1.
Browse files Browse the repository at this point in the history
1.2.1:
* Add travis configuration (Christian Weiske).
* Try to autoload Console_Color2 first (Jurgen Rutten, PR #11).
* Fix Composer definition syntax (Rob Loach, PR #9).

1.2.0:
* Make border visibility configurable (Christian Weiske, Request #20186).
* Allow to customize all border characters (Christian Weiske, Request
  #20182).
* Fix notice when using setAlign() on other than first column (Christian
  Weiske, Bug #20181).
* Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug
  #20188)

1.1.6:
Use line breaks dependent on the current operating system.
  • Loading branch information
taca committed Aug 30, 2015
1 parent 4a7489b commit 3138c38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/pear-Console_Table/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2013/03/16 03:49:35 taca Exp $
# $NetBSD: Makefile,v 1.7 2015/08/30 14:57:42 taca Exp $

DISTNAME= Console_Table-1.1.5
DISTNAME= Console_Table-1.2.1
CATEGORIES+= textproc
LICENSE= modified-bsd

Expand Down
8 changes: 4 additions & 4 deletions textproc/pear-Console_Table/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/03/16 03:49:35 taca Exp $
$NetBSD: distinfo,v 1.5 2015/08/30 14:57:42 taca Exp $

SHA1 (pear/Console_Table-1.1.5.tgz) = 3641971f888b730c6637401904ec5359711792f2
RMD160 (pear/Console_Table-1.1.5.tgz) = 30b3b0c3a236ea39470fbb7dce53e5d0d9ccd1dd
Size (pear/Console_Table-1.1.5.tgz) = 9487 bytes
SHA1 (pear/Console_Table-1.2.1.tgz) = 45249dae3c51bd22ff0c61004b7dc0508e16bee1
RMD160 (pear/Console_Table-1.2.1.tgz) = 0a04e5a01ecb3a8e5e98e3fb0fdff7d6fcb1b26f
Size (pear/Console_Table-1.2.1.tgz) = 11332 bytes

0 comments on commit 3138c38

Please sign in to comment.