Port details |
- par Paragraph reformatter for email
- 1.53.0_2 textproc =10 1.53.0_2Version of this port present on the latest quarterly branch.
- Maintainer: markm@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: sudo, gnupg, libxml2, unzip, gdbm
- License: not specified in port
- WWW:
- http://www.nicemice.net/par/
- Description:
- 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).
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.
If there are suffixes, spaces are inserted before them so that they
all end in the same column.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- par_format>0:textproc/par
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/textproc/par/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/par
- pkg install par_format
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: par_format
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1609587143
SHA256 (Par-1.53.0.tar.gz) = c809c620eb82b589553ac54b9898c8da55196d262339d13c046f2be44ac47804
SIZE (Par-1.53.0.tar.gz) = 52209
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_par
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.53.0_2 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.53.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.53.0 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.53.0 02 Nov 2021 06:53:35 |
Tobias Kortkamp (tobik) |
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 |
1.53.0 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.53.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.53.0 02 Jan 2021 11:49:33 |
markm |
Updaye to v1.53.0. (20 years since the previous release!)
From the release notes:
Par 1.53.0 released 2020-Mar-14
Fixed the following bugs:
An unintended bad interaction between <quote> and <repeat>.
The specification was inconsistent. Although it said that
the lines inserted by the <quote> feature were vacant,
the <repeat> feature could interpret the quote character
of inserted lines as a repeat character, in which case
the lines were not vacant (according to the definition),
and more quote/repeat characters would be inserted to
extend the line to the full width, which no one would ever
want. The definition of "bodiless line" is revised so that
lines inserted by the <quote> feature are excluded from (Only the first 15 lines of the commit message are shown above ) |
1.52_1 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
1.52_1 18 Aug 2015 13:21:23 |
markm |
Sort out duplicate LATEST_LINK issue by adding "format" suffix.
(Port commit done with my src/ committer hat on)
Requested by: Erwin "Annoying Reminder Guy III" Lansing |
1.52_1 10 Feb 2014 21:31:14 |
markm |
Fix to add staging support.
While I'm here, fix compilation; subtracting 2 pointers on a 64-bit
machine gives something the same size as a size_t.
Refactor the patches by using 'make makepatch'.
PR: 186604
Submitted by: Mikhail - mp39590 gmail com |
1.52_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.52_1 01 May 2013 07:55:04 |
danfe |
- Complementary to `archivers/par', also register CONFLICTS
- While here, do some minor Makefile cleaning |
1.52_1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.52_1 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.52_1 17 Apr 2004 12:46:28 |
pav |
- Par 1.52 on FreeBSD does not work as expected by the upstreams author. On
FreeBSD, the isspace() system call returns true for the non-breaking space
character 0xA0, but this is an unintended side effect.
PR: ports/64845
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Not objected: maintainer (2 weeks) |
1.52 18 Mar 2004 07:57:28 |
markm |
Add size info. |
1.52 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.52 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
1.52 09 Aug 2002 14:46:12 |
markm |
Fix master site. Thanks, submitter!
Submitted by: maxim |
31 Aug 2001 09:36:30 |
wjv |
- Fix PORTVERSION, which was not updatd during the last update of the port. -
Automatically infer DISTNAME based on PORTVERSION. |
06 Aug 2001 21:02:17 |
kris |
Upgrade to par 1.52 |
05 Feb 2001 16:35:27 |
olgeni |
More style fixes for ports/textproc. |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
16 Jul 2000 14:53:15 |
alex |
Update to version 1.51 |