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/bsdgrep/distinfo

Number of commits found: 17

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
textproc/bsdgrep: Remove expired port

2023-12-31 textproc/bsdgrep: Merged into base from 13
commit hash: adfededdb754944329964a3a3ebc91eed3823690 commit hash: adfededdb754944329964a3a3ebc91eed3823690 commit hash: adfededdb754944329964a3a3ebc91eed3823690 commit hash: adfededdb754944329964a3a3ebc91eed3823690 adfeded
Thursday, 19 Apr 2018
18:22 kevans search for other commits by this committer
[PATCH] textproc/bsdgrep: Update to 2.6.0 and set LICENSE

The following list of changes are roughly what has occurred since the last
update:

Features:

 - With bsdgrep -r, the working directory is implied if no directory is
   specified
 - bsdgrep will now behave as bsdgrep -r does when it's named rgrep
 - bsdgrep now understands -z/--null-data to use \0 as EOL
 - GNU regex compatibility is now indicated with a "GNU compatible" in
   the version string

Fixes:

 - --mmap no longer hangs when coming across an EOF without an
   accompanying EOL
 - -o/--color matching generally improved, now produces earliest /
   longest matches
 - Context output now more closely aligns with GNU grep
 - Zero-length matches no longer exhibit broken behavior
 - Every output line now honors -b/-H/-n flags

Other fixes are also present.

While here, move to the version as reported by `grep -V` -- I intend to bump
the version in base sensible as bugfixes/features roll in.

Tested with:	Poudriere (amd64, head)
Tested with:	Poudriere (amd64, 11.1)
Tested with:	Poudriere (amd64, 10.4)
Glanced at by:	Portlint -AC
PR:		227639, 197531
Approved by:	portmgr (feld)
Original commitRevision:467795 
Sunday, 2 Oct 2011
10:05 gabor search for other commits by this committer
- Update to 20111002
Original commit
Monday, 12 Sep 2011
13:12 gabor search for other commits by this committer
- Update to 20110912

Chabgelog:
 + Rewritten fast matcher code: slight performance improvement and better
   scalability, more reliable, more fine-grained (handles a wider scale of
   patterns), uses Turbo Boyer-Moore and Quick Search algorithms
 + Readd --mmap, default is still read(2)
 + Support xz/lzma archives
 + Bugfix: support of empty pattern
 + Bugfix: pattern file cannot be a directory
 + Bugfix: proper error handling when using -F / fgrep
 + Bugfix: fix handling of ^$ anchors
 + Bugfix: partly fix content after last match of -m
Original commit
Sunday, 3 Jul 2011
14:40 ohauer search for other commits by this committer
-remove MD5
Original commit
Monday, 30 Nov 2009
21:39 gabor search for other commits by this committer
- Update to 20091130

Changes:
        - Fix EOF handling bug
        - Better --exclude and --include compatibility with GNU variant
        - Add --exclude-dir and --include-dir [1]
        - Add support for GREP_OPTIONS [2]
        - Clean up NLS catalogs
        - Style changes [3]
        - WARNS=6 cleanness

Submitted by:   delphij [3]
Requested by:   bz [1], obrien [2]
Original commit
Sunday, 11 Jan 2009
14:19 gabor search for other commits by this committer
- Update to 20090111
Original commit
Friday, 26 Dec 2008
09:37 gabor search for other commits by this committer
- Update to 20081226
Original commit
Tuesday, 26 Aug 2008
13:49 gabor search for other commits by this committer
- Update to 20080826

Changes
        - Fix -v flag [1]
        - Proper EOF checking [2]
        - Better and probable fully GNU-compatible binary checking
        - Readd fixed string optimizations from OpenBSD in a
          cleaner way; now it works with all the features, like
          --color and -o

Reported by:    Chuck Swiger <cswiger@mac.com> [1],
                Stuart Barkley <stuartb@4gh.net> [2]
Original commit
Sunday, 27 Jul 2008
15:44 gabor search for other commits by this committer
- Update to 20080725
(This is a major bugfix update)
Original commit
Thursday, 24 Jul 2008
23:07 gabor search for other commits by this committer
- Update to 20080723
Original commit
Tuesday, 24 Jun 2008
21:21 gabor search for other commits by this committer
- Update to 20080624

Changes:
        - Improved GNU compatibility, e.g. all the returned status codes
          should be compatible now
        - Added NLS support via catgets()
        - Change the way of handling gzip/bzip2 files to get rid of some
          limitations, like detecting of binary bzip2 files
        - Cleanups in the code
Original commit
Saturday, 14 Jun 2008
23:06 gabor search for other commits by this committer
- Update to 20080615

This version is now supposed to be compatible with GNU grep 2.5.1, which
can be found in FreeBSD. According to some preliminary measurements,
they achieve almost the same level of efficiency, this version seem to be
measureably but not significantly faster. Further tests are needed
to test and examine this version of grep.
Original commit
Tuesday, 27 May 2008
13:32 gabor search for other commits by this committer
- Update to 20080526
- Create symlinks during the build: bsdgrep and gnugrep
Original commit
Wednesday, 23 Apr 2008
15:18 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
Tuesday, 8 Apr 2008
15:18 gabor search for other commits by this committer
- Update to 20080406
- Fix installing of man pages

Changes:
        - Minor fixes and improvements to the code [1]
        - Man page completion

Obtained from:  OpenBSD [1]
Original commit
Tuesday, 19 Jun 2007
21:20 gabor search for other commits by this committer
This is the BSD-licensed version of the well-known grep utility, obtained from
OpenBSD. It lacks some features of GNU grep. It is a proposed project idea
to replace the GNU grep 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: 17