| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=371698
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=363981
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=362713
|
|
|
|
|
|
|
|
|
| |
pending PR
With hat: portmgr
Notes:
svn path=/head/; revision=360231
|
|
|
|
|
|
|
|
|
| |
PR: 185954
Submitted by: amdmi3
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=344038
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: pav
Notes:
svn path=/head/; revision=297107
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=296287
|
|
|
|
|
|
|
|
|
| |
Changelog:
- New feature: --compress-program
- Minor bugfixes
Notes:
svn path=/head/; revision=296232
|
|
|
|
|
|
|
|
| |
Changelog:
- Actually fix a bug that slipped in
Notes:
svn path=/head/; revision=296051
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
- New feature: --random-sort
- New feature: --human-numeric-sort
- New feature: --version-sort
- Smaller bugfixes and improvements
Notes:
svn path=/head/; revision=295975
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=294617
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=294190
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=276994
|
|
|
|
|
|
|
| |
- Create symlinks during the build: bsdsort and gnusort
Notes:
svn path=/head/; revision=213776
|
|
|
|
|
|
|
|
|
| |
No functional changes.
Reported by: pointyhat (via pav)
Notes:
svn path=/head/; revision=211842
|
|
|
|
|
|
|
|
|
| |
- portlint(1)
Reported by: pointyhat (via pav) [1]
Notes:
svn path=/head/; revision=211094
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|