aboutsummaryrefslogtreecommitdiff
path: root/textproc/flip
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-1/+1
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Convert to staging.Mathieu Arnold2014-01-261-5/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=341283
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* 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