From owner-cvs-all@FreeBSD.ORG Sun Jul 31 14:11:28 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA0BF106566C; Sun, 31 Jul 2011 14:11:28 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99DD78FC0C; Sun, 31 Jul 2011 14:11:28 +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 p6VEBSLo069914; Sun, 31 Jul 2011 14:11:28 GMT (envelope-from swills@repoman.freebsd.org) Received: (from swills@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6VEBS4S069913; Sun, 31 Jul 2011 14:11:28 GMT (envelope-from swills) Message-Id: <201107311411.p6VEBS4S069913@repoman.freebsd.org> From: Steve Wills Date: Sun, 31 Jul 2011 14:11:28 +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/rubygem-heredoc_unindent Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2011 14:11:28 -0000 swills 2011-07-31 14:11:28 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-heredoc_unindent Makefile distinfo pkg-descr Log: This gem removes common margin from indented strings, such as the ones produced by indented heredocs. In other words, it strips out leading whitespace chars at the beggining of each line, but only as much as the line with the smallest margin. WWW: http://rubygems.org/gems/heredoc_unindent PR: ports/158747 Submitted by: Loic Pefferkorn Revision Changes Path 1.1617 +1 -0 ports/textproc/Makefile 1.1 +23 -0 ports/textproc/rubygem-heredoc_unindent/Makefile (new) 1.1 +2 -0 ports/textproc/rubygem-heredoc_unindent/distinfo (new) 1.1 +6 -0 ports/textproc/rubygem-heredoc_unindent/pkg-descr (new)