notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/bsdsort/Makefile

Number of commits found: 31

Wednesday, 21 Apr 2021
10:57 Tobias Kortkamp (tobik) search for other commits by this committer
Remove textproc/bsdsort

FWICT it's just an old version of sort(1).
commit hash: b54974bf33c767167f058350819fa7b9c3142f02 commit hash: b54974bf33c767167f058350819fa7b9c3142f02 commit hash: b54974bf33c767167f058350819fa7b9c3142f02 commit hash: b54974bf33c767167f058350819fa7b9c3142f02 b54974b
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
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
Original commitRevision:415742 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Thursday, 26 Mar 2015
14:36 marino search for other commits by this committer
textproc/bsdsort: disable -Werror
Original commitRevision:382322 
Saturday, 22 Nov 2014
19:24 marino search for other commits by this committer
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
Original commitRevision:373093 
Wednesday, 29 Oct 2014
19:41 antoine search for other commits by this committer
Allow staging as a regular user
Original commitRevision:371698 
Friday, 15 Aug 2014
16:17 adamw search for other commits by this committer
- 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)
Original commitRevision:364990 
Monday, 4 Aug 2014
09:19 leeym search for other commits by this committer
- support stage
Original commitRevision:363981 
Wednesday, 23 Jul 2014
17:12 adamw search for other commits by this committer
Remove quotes that surrounded entire _DESC strings.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:362713 
Wednesday, 2 Jul 2014
17:35 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
Original commitRevision:360231 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Monday, 16 Jul 2012
11:11 gabor search for other commits by this committer
- 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.
Original commit
Monday, 21 May 2012
11:31 gabor search for other commits by this committer
- Fix build on 7.X

Reported by:    pav
Original commit
Wednesday, 9 May 2012
10:44 gabor search for other commits by this committer
- Add patch to fix obsolete keys
- Bump PORTREVISION
Original commit
Tuesday, 8 May 2012
15:43 gabor search for other commits by this committer
- Update to 20120508

Changelog:
- New feature: --compress-program
- Minor bugfixes
Original commit
Saturday, 5 May 2012
16:53 gabor search for other commits by this committer
- Update to 20120505

Changelog:
- Actually fix a bug that slipped in
Original commit
Friday, 4 May 2012
10:32 gabor search for other commits by this committer
- Update to 20120504
- Add option to disable threads

Changelog:
- Fix bugs that slipped into the previous version
- Add knob to disable threads
Original commit
Thursday, 3 May 2012
17:26 gabor search for other commits by this committer
- Update to 20120503

Changelog:
- New feature: --random-sort
- New feature: --human-numeric-sort
- New feature: --version-sort
- Smaller bugfixes and improvements
Original commit
Tuesday, 24 Apr 2012
15:40 gabor search for other commits by this committer
- 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
Original commit
Tuesday, 17 Apr 2012
13:15 gabor search for other commits by this committer
- 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>
Original commit
Wednesday, 11 Apr 2012
07:19 gabor search for other commits by this committer
- Update to 20120411

Feature safe:   yes
Original commit
Wednesday, 4 Apr 2012
07:35 gabor search for other commits by this committer
- Update to 20120404

Feature safe:   yes
Original commit
Wednesday, 21 Mar 2012
08:27 gabor search for other commits by this committer
- Update to 20120321
  (Minor optimizations and support for pre-POSIX key format)

Submitted by:   Oleg Moskalenko <oleg.moskalenko@citrix.com>
Feature safe:   yes
Original commit
Sunday, 18 Mar 2012
23:48 gabor search for other commits by this committer
- 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
Original commit
Tuesday, 13 Mar 2012
16:45 gabor search for other commits by this committer
- 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
Original commit
Tuesday, 27 May 2008
13:32 gabor search for other commits by this committer
- Update to 20080526
- Create symlinks during the build: bsdsort and gnusort
Original commit
Wednesday, 23 Apr 2008
15:19 gabor search for other commits by this committer
- Update to 20080422 to get rid of the weird distfile.
  No functional changes.

Reported by:    pointyhat (via pav)
Original commit
Friday, 11 Apr 2008
21:10 gabor search for other commits by this committer
- IGNORE on 5.X as it does not compile [1]
- portlint(1)

Reported by:    pointyhat (via pav) [1]
Original commit
Tuesday, 8 Apr 2008
15:20 gabor search for other commits by this committer
- 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]
Original commit
Tuesday, 19 Jun 2007
21:21 gabor search for other commits by this committer
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
Original commit

Number of commits found: 31