aboutsummaryrefslogtreecommitdiff
path: root/textproc/bsdsort
Commit message (Collapse)AuthorAgeFilesLines
* textproc/bsdsort: Fix install error, remove OVERWRITE_BASE optionJohn Marino2014-11-222-21/+9
| | | | | | | | | | | | | | | This port was using pkg-plist tricks to install install symlinks in a post-install phase. These were now needed due to how pkg works. However, between the complication added by overwriting base and the general trend to frown on such days, I just removed the option entirely. I also moved the now much shorter plist into the Makefile. PR: 194814 Submitted by: lidl (pix.net) Fixed by: marino Notes: svn path=/head/; revision=373093
* Allow staging as a regular userAntoine Brodin2014-10-291-1/+2
| | | | Notes: svn path=/head/; revision=371698
* - Fix build with -current's clang by fixing header typoAdam Weinberger2014-08-152-21/+17
| | | | | | | | | - Use OPTIONS helpers - Remove pre-install target that checked whether a file exists in ${STAGEDIR}${PREFIX} (it doesn't) Notes: svn path=/head/; revision=364990
* - support stageYen-Ming Lee2014-08-042-7/+5
| | | | Notes: svn path=/head/; revision=363981
* Remove quotes that surrounded entire _DESC strings.Adam Weinberger2014-07-231-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=362713
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360231
* - Fix build on 10.xDmitry Marakasov2014-02-131-0/+11
| | | | | | | | | PR: 185954 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=344038
* 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
* - Update to 20120716Gabor Kovesdan2012-07-163-110/+14
| | | | | | | | | Note for -CURRENT users: BSD sort is already the default in recent -CURRENT but with threading disabled. You can easily try threaded BSD sort by installing this port. Notes: svn path=/head/; revision=300939
* - Fix build on 7.XGabor Kovesdan2012-05-211-0/+2
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=297107
* - Add patch to fix obsolete keysGabor Kovesdan2012-05-092-0/+97
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=296287
* - Update to 20120508Gabor Kovesdan2012-05-082-3/+3
| | | | | | | | | Changelog: - New feature: --compress-program - Minor bugfixes Notes: svn path=/head/; revision=296232
* - Update to 20120505Gabor Kovesdan2012-05-052-3/+3
| | | | | | | | Changelog: - Actually fix a bug that slipped in Notes: svn path=/head/; revision=296051
* - Update to 20120504Gabor Kovesdan2012-05-042-4/+9
| | | | | | | | | | | - Add option to disable threads Changelog: - Fix bugs that slipped into the previous version - Add knob to disable threads Notes: svn path=/head/; revision=296000
* - Update to 20120503Gabor Kovesdan2012-05-032-4/+4
| | | | | | | | | | | Changelog: - New feature: --random-sort - New feature: --human-numeric-sort - New feature: --version-sort - Smaller bugfixes and improvements Notes: svn path=/head/; revision=295975
* - Update to 20120424Gabor Kovesdan2012-04-242-3/+3
| | | | | | | | | | | Changelog: - Multi-threaded sort in all cases to improve performance - Bugfix in -o to allow the output file to be the same as one of the input files (POSIX requirement) - Manpage improvements Notes: svn path=/head/; revision=295409
* - Update to 20120417Gabor Kovesdan2012-04-172-3/+3
| | | | | | | | | | | | Changelog: - Fixed standard-compliance bug inj case-insensitive sort. Now characters are converted to uppercase (not lowercase) before comparison. - Fixed crashes with some -k arguments. Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com> Notes: svn path=/head/; revision=294949
* - Update to 20120411Gabor Kovesdan2012-04-112-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294617
* - Update to 20120404Gabor Kovesdan2012-04-042-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294190
* - Update to 20120321Gabor Kovesdan2012-03-212-3/+3
| | | | | | | | | | (Minor optimizations and support for pre-POSIX key format) Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com> Feature safe: yes Notes: svn path=/head/; revision=293623
* - Update to 20120318, which contains bugfixes and minor performanceGabor Kovesdan2012-03-183-7/+37
| | | | | | | | | | | | | | improvements [1] - Add OPTIONS with NLS and OVERWRITE_BASE [2] - Fix plist [3] Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com> [1] Requested by: Mark Felder <feld@feld.me> [2] (via current@) Reported by: erwinmail and pavmail [3] Feature safe: yes Notes: svn path=/head/; revision=293542
* - Update to the current version of the BSDL sort that has to be rewrittenGabor Kovesdan2012-03-133-10/+12
| | | | | | | | | | | | | froms scratch. This is not any more the OpenBSD version because it was not wchar-clean so this new version was started with a cleaner design. And this is actively developed by Oleg Moskalenko <oleg.moskalenko@citrix.com>. - Add LICENSE Feature safe: yes Notes: svn path=/head/; revision=293250
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 20080526Gabor Kovesdan2008-05-273-11/+13
| | | | | | | - Create symlinks during the build: bsdsort and gnusort Notes: svn path=/head/; revision=213776
* - Update to 20080422 to get rid of the weird distfile.Gabor Kovesdan2008-04-232-4/+4
| | | | | | | | | No functional changes. Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=211842
* - IGNORE on 5.X as it does not compile [1]Gabor Kovesdan2008-04-111-2/+8
| | | | | | | | | - portlint(1) Reported by: pointyhat (via pav) [1] Notes: svn path=/head/; revision=211094
* - Update to 20080406Gabor Kovesdan2008-04-082-4/+6
| | | | | | | | | | | | | Changes: - Add support for long command line options - Implement -s command line option [1] - Minor ixes and improvements to the code [1] - Man page completion Obtained from: OpenBSD [1] Notes: svn path=/head/; revision=210860
* This is the BSD-licensed version of the well-known sort utility, obtained fromGabor Kovesdan2007-06-193-0/+34
OpenBSD. It lacks some features of GNU sort. It is a proposed project idea to replace the GNU sort with this one, but it needs to be completed first. Patches are highly appreciated. WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools Obtained from: OpenBSD Notes: svn path=/head/; revision=193903