From owner-cvs-ports@FreeBSD.ORG Wed Oct 12 18:21:12 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E43D106578A; Wed, 12 Oct 2011 18:21:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E2D38FC14; Wed, 12 Oct 2011 18:21:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9CILCQe065710; Wed, 12 Oct 2011 18:21:12 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9CILCAk065709; Wed, 12 Oct 2011 18:21:12 GMT (envelope-from sunpoet) Message-Id: <201110121821.p9CILCAk065709@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 12 Oct 2011 18:21:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Text-Padding Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 18:21:12 -0000 sunpoet 2011-10-12 18:21:11 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Text-Padding Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Text-Padding 1.110170 Text::Padding provides a simple way to align a text on the left, right or center. If left & right are easy to achieve (see sprintf()), i found no cpan module that achieved a simple text centering. Well, of course, Perl6::Form provides it, but it's incredibly slow during startup / destroy time. And Text::Reform was segfaulting during destroy time. Hence this module, which aims to provide only those 3 methods. WWW: http://search.cpan.org/dist/Text-Padding/ Revision Changes Path 1.1663 +1 -0 ports/textproc/Makefile 1.1 +35 -0 ports/textproc/p5-Text-Padding/Makefile (new) 1.1 +2 -0 ports/textproc/p5-Text-Padding/distinfo (new) 1.1 +9 -0 ports/textproc/p5-Text-Padding/pkg-descr (new) 1.1 +2 -0 ports/textproc/p5-Text-Padding/pkg-plist (new)