From nobody Tue Nov 2 06:54:47 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 27B41182DA75; Tue, 2 Nov 2021 06:54:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hk0yJ0bnbz4X8H; Tue, 2 Nov 2021 06:54:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCDE2205B5; Tue, 2 Nov 2021 06:54:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A26sl8f030798; Tue, 2 Nov 2021 06:54:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A26slQe030797; Tue, 2 Nov 2021 06:54:47 GMT (envelope-from git) Date: Tue, 2 Nov 2021 06:54:47 GMT Message-Id: <202111020654.1A26slQe030797@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Tobias Kortkamp Subject: git: d3a950634ead - main - textproc/par: Fix indentation in pkg-descr and fix a typo List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tobik X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d3a950634ead1e5b23f8717e2f1f6135c2f7f198 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3a950634ead1e5b23f8717e2f1f6135c2f7f198 commit d3a950634ead1e5b23f8717e2f1f6135c2f7f198 Author: Tobias Kortkamp AuthorDate: 2021-10-29 10:37:09 +0000 Commit: Tobias Kortkamp CommitDate: 2021-11-02 06:53:35 +0000 textproc/par: Fix indentation in pkg-descr and fix a typo `pkg info par_format` shows the description like this otherwise (whitespace stripped only at the beginning but not every line, bug in pkg?): Description : Par is similar but superiour to the fmt(1) command included in the base system. Par is a filter that copies its input to its output, changing all --- textproc/par/pkg-descr | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/textproc/par/pkg-descr b/textproc/par/pkg-descr index 639949046225..2f977de7dba8 100644 --- a/textproc/par/pkg-descr +++ b/textproc/par/pkg-descr @@ -1,22 +1,22 @@ - Par is similar but superiour to the fmt(1) command included in the - base system. +Par is similar but superior to the fmt(1) command included in the +base system. - Par is a filter that copies its input to its output, changing all - white characters (except newlines) to spaces, and reformatting - each paragraph. Paragraphs are separated by protected, blank, and - bodiless lines (see the Terminology section for definitions), and - optionally delimited by indentation (see the d option in the Options - section). +Par is a filter that copies its input to its output, changing all +white characters (except newlines) to spaces, and reformatting +each paragraph. Paragraphs are separated by protected, blank, and +bodiless lines (see the Terminology section for definitions), and +optionally delimited by indentation (see the d option in the Options +section). - Each output paragraph is generated from the corresponding input - paragraph as follows: +Each output paragraph is generated from the corresponding input +paragraph as follows: - 1) An optional prefix and/or suffix is removed from each input line. - 2) The remainder is divided into words (separated by spaces). - 3) The words are joined into lines to make an eye-pleasing paragraph. - 4) The prefixes and suffixes are reattached. +1) An optional prefix and/or suffix is removed from each input line. +2) The remainder is divided into words (separated by spaces). +3) The words are joined into lines to make an eye-pleasing paragraph. +4) The prefixes and suffixes are reattached. - If there are suffixes, spaces are inserted before them so that they - all end in the same column. +If there are suffixes, spaces are inserted before them so that they +all end in the same column. WWW: http://www.nicemice.net/par/