Commit graph

20 commits

Author SHA1 Message Date
Gabor Kovesdan
da56a41ee6 - Update to 20120716
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.
2012-07-16 11:11:15 +00:00
Gabor Kovesdan
f0b828a50f - Fix build on 7.X
Reported by:	pav
2012-05-21 11:31:18 +00:00
Gabor Kovesdan
c6c075521a - Add patch to fix obsolete keys
- Bump PORTREVISION
2012-05-09 10:44:16 +00:00
Gabor Kovesdan
496ada6214 - Update to 20120508
Changelog:
- New feature: --compress-program
- Minor bugfixes
2012-05-08 15:43:58 +00:00
Gabor Kovesdan
4d9c3fa278 - Update to 20120505
Changelog:
- Actually fix a bug that slipped in
2012-05-05 16:53:04 +00:00
Gabor Kovesdan
df68d0a9eb - Update to 20120504
- Add option to disable threads

Changelog:
- Fix bugs that slipped into the previous version
- Add knob to disable threads
2012-05-04 10:32:34 +00:00
Gabor Kovesdan
dd0dd7f205 - Update to 20120503
Changelog:
- New feature: --random-sort
- New feature: --human-numeric-sort
- New feature: --version-sort
- Smaller bugfixes and improvements
2012-05-03 17:26:50 +00:00
Gabor Kovesdan
ddd0bfeed3 - Update to 20120424
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
2012-04-24 15:40:17 +00:00
Gabor Kovesdan
2f5089628f - Update to 20120417
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>
2012-04-17 13:15:34 +00:00
Gabor Kovesdan
8851d6b695 - Update to 20120411
Feature safe:	yes
2012-04-11 07:19:59 +00:00
Gabor Kovesdan
72850c2c33 - Update to 20120404
Feature safe:	yes
2012-04-04 07:35:20 +00:00
Gabor Kovesdan
d68aeebeff - Update to 20120321
(Minor optimizations and support for pre-POSIX key format)

Submitted by:	Oleg Moskalenko <oleg.moskalenko@citrix.com>
Feature safe:	yes
2012-03-21 08:27:55 +00:00
Gabor Kovesdan
f4cf96afe6 - Update to 20120318, which contains bugfixes and minor performance
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
2012-03-18 23:48:38 +00:00
Gabor Kovesdan
cee824842e - Update to the current version of the BSDL sort that has to be rewritten
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
2012-03-13 16:45:33 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Gabor Kovesdan
ded16e7a9a - Update to 20080526
- Create symlinks during the build: bsdsort and gnusort
2008-05-27 13:32:35 +00:00
Gabor Kovesdan
9f13b4ba1d - Update to 20080422 to get rid of the weird distfile.
No functional changes.

Reported by:	pointyhat (via pav)
2008-04-23 15:19:39 +00:00
Gabor Kovesdan
ffe3705085 - IGNORE on 5.X as it does not compile [1]
- portlint(1)

Reported by:	pointyhat (via pav) [1]
2008-04-11 21:10:40 +00:00
Gabor Kovesdan
4b4f9a8af1 - Update to 20080406
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]
2008-04-08 15:20:25 +00:00
Gabor Kovesdan
2f227cfa92 This is the BSD-licensed version of the well-known sort utility, obtained from
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
2007-06-19 21:21:32 +00:00