aboutsummaryrefslogtreecommitdiff
path: root/textproc/par
Commit message (Collapse)AuthorAgeFilesLines
* Fix to add staging support.Mark Murray2014-02-104-11/+22
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=343685
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Complementary to `archivers/par', also register CONFLICTSAlexey Dokuchaev2013-05-011-7/+5
| | | | | | | - While here, do some minor Makefile cleaning Notes: svn path=/head/; revision=316998
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Par 1.52 on FreeBSD does not work as expected by the upstreams author. OnPav Lucistnik2004-04-172-0/+13
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=107325
* Add size info.Mark Murray2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104401
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Fix master site. Thanks, submitter!Mark Murray2002-08-092-2/+2
| | | | | | | Submitted by: maxim Notes: svn path=/head/; revision=64280
* - Fix PORTVERSION, which was not updatd during the last update of the port.Johann Visagie2001-08-311-3/+3
| | | | | | | | | - Automatically infer DISTNAME based on PORTVERSION. Approved by: markm (MAINTAINER) Notes: svn path=/head/; revision=47207
* Upgrade to par 1.52Kris Kennaway2001-08-062-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=45897
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Update to version 1.51Alexander Langer2000-07-162-3/+3
| | | | | | | | PR: 19922 Submitted by: Johann Visagie <wjv@cityip.co.za> Notes: svn path=/head/; revision=30696
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27429
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Add WWW:. Reference fmt(1). Minor reformatting to keep this within 24 lines.Tim Vanderhoek1999-07-171-5/+8
| | | | Notes: svn path=/head/; revision=20240
* Pargraph to Paragraph.Steve Price1999-01-261-1/+1
| | | | | | | | PR: 9468 Submitted by: Steve Coltrin <spcoltri@io.com> Notes: svn path=/head/; revision=16308
* Make CFLAGS from environment apply.Mark Murray1998-09-221-0/+11
| | | | Notes: svn path=/head/; revision=13306
* None of these textproc tools were quite advanced enough to beTim Vanderhoek1998-08-191-1/+0
| | | | | | | | | able to textproc away the manpages in their PLISTs. I'll do it for them. Or, rather, bento.freebsd.org will do it for them under my direction. :-) Notes: svn path=/head/; revision=12658
* Reorder variables. Use "${CP}" instead of "cp". Use DISTNAME/PKGNAMESatoshi Asami1997-08-131-7/+5
| | | | | | | | | instead of DISTNAME/DISTFILES/WRKSRC (one less line :). Pointed out by: portlint Notes: svn path=/head/; revision=7557
* Par is a paragraph formatter similar in intent to fmt(1), butMark Murray1997-08-065-0/+51
written with email in mind, so it takes multiple paragraphs and quote characters into consideration. This is version 1.50. Notes: svn path=/head/; revision=7493