aboutsummaryrefslogtreecommitdiff
path: root/textproc/flip
Commit message (Collapse)AuthorAgeFilesLines
* Provide DISTFILE mirror on MASTER_SITE_LOCAL.Ion-Mihai Tetcu2006-05-081-1/+2
| | | | | | | | | | PR: ports/96975 (prompted by) Submitted by: Stefan Pauly <stefan.pauly@fh-mainz.de> Reviewed by: tmclaugh (on irc) Approved by: tmclaugh (mentor) Notes: svn path=/head/; revision=161760
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Style: ports@freebsd.org -> ports@FreeBSD.orgPav Lucistnik2005-11-251-1/+1
| | | | Notes: svn path=/head/; revision=149492
* - Define NO_LATEST_LINK, we already got flip elsewherePav Lucistnik2005-07-081-0/+2
| | | | | | | Prodded by: kris' duplicate LATEST_LINKS mailing Notes: svn path=/head/; revision=138726
* This program converts line endings of text files between MS-DOS and **IXPav Lucistnik2005-07-033-0/+37
formats. It detects binary files in a nearly foolproof way and leaves them alone unless you override this. It will also leave files alone that are already in the right format and preserves file timestamps. User interrupts are handled gracefully and no garbage or corrupted files left behind. 'flip' does not convert files to a different character set, and it can not handle Apple Macintosh line endings (CR only). For that (and more), you can use the 'recode' program (package 'recode'). PR: ports/82863 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=138402