Skip to content

Releases: dmgk/portgrep

v1.4.1

16 Oct 19:41
Compare
Choose a tag to compare
  • Switch to getopt(3)-compatible argument parser (some command line options changed, check -h)

v1.4.0

15 Oct 22:23
Compare
Choose a tag to compare
  • Switch to getopt(3)-compatible argument parser.

v1.3.0

01 Jun 16:30
Compare
Choose a tag to compare
  • Add context options (-A, -B and -C).
  • -C was renamed to -M to allow context options to be the same as with grep.
  • Add -G option to set custom colors (see ls(1) for color codes). Colors can also be set with PORTGREP_COLORS env variable.
  • Custom queries are now interpreted as plain text unless -x was also given.

v1.2.0

23 Nov 13:05
846eea7
Compare
Choose a tag to compare
  • Add search by TEST_DEPENDS (-dt)
  • Add flag to "OR" results (-O)

v1.1.0

11 Apr 18:58
866af56
Compare
Choose a tag to compare
  • Add search by PLIST_FILES (-pl)
  • Match ?= and += where appropriate (reported by kai@)