Commit graph

31 commits

Author SHA1 Message Date
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- 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
2015-05-14 10:15:04 +00:00
John Marino
8a6824e0f5 textproc/bsdsort: disable -Werror 2015-03-26 14:35:59 +00:00
John Marino
af9e7689c6 textproc/bsdsort: Fix install error, remove OVERWRITE_BASE option
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
2014-11-22 19:24:06 +00:00
Antoine Brodin
265cd73387 Allow staging as a regular user 2014-10-29 19:41:40 +00:00
Adam Weinberger
dcbefbef1f - Fix build with -current's clang by fixing header typo
- Use OPTIONS helpers
- Remove pre-install target that checked whether a file exists in
  ${STAGEDIR}${PREFIX} (it doesn't)
2014-08-15 16:17:20 +00:00
Yen-Ming Lee
73e5485926 - support stage 2014-08-04 09:19:38 +00:00
Adam Weinberger
670f06c522 Remove quotes that surrounded entire _DESC strings.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-23 17:12:13 +00:00
Baptiste Daroussin
983d5155b1 Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
2014-07-02 17:35:20 +00:00
Dmitry Marakasov
18e70290a6 - Fix build on 10.x
PR:		185954
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-02-13 02:34:53 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
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