Agrep is a tool for fast text searching allowing errors. The three most significant features of agrep that are not supported by the grep family are 1) the ability to search for approximate patterns; for example, "agrep -2 homogenos foo" will find homogeneous as well as any other word that can be obtained from homogenos with at most 2 substitutions, insertions, or deletions. "agrep -B homogenos foo" will generate a message of the form best match has 2 errors, there are 5 matches, output them? (y/n) 2) agrep is record oriented rather than just line oriented; a record is by default a line, but it can be user defined; for example, "agrep -d '^From ' 'pizza' mbox" outputs all mail messages that contain the keyword "pizza". Another example: "agrep -d '$$' pattern foo" will output all paragraphs (separated by an empty line) that contain pattern. 3) multiple patterns with AND (or OR) logic queries. For example, "agrep -d '^From ' 'burger,pizza' mbox" outputs all mail messages containing at least one of the two keywords (, stands for OR). "agrep -d '^From ' 'good;pizza' mbox" outputs all mail messages containing both keywords. LICENSE: no redistribution for profit freebsd-ports-gnome' href='/~lantw44/cgit/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* Update to 2.18.2.marcus2008-02-013-5/+7
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-253-9/+15
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
* - Welcome X.org 7.2 \o/.flz2007-05-202-38/+1
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-193-10/+39
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-142-6/+52
* Add USE_GETTEXT to appease portlint.mezz2006-05-161-0/+1
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
* Conversion to a single libtool environment.ade2006-02-232-1/+3
* - Add SHA256 checksumspav2005-11-241-0/+1
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-053-25/+17
* - Update to 2.10.2ahze2005-04-032-3/+3
* - Update to 2.10.1ahze2005-03-172-3/+3
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-123-5/+7
* Update to 2.8.2ahze2004-12-072-3/+3
* Update to 2.8.1ahze2004-11-292-3/+3
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).marcus2004-11-083-7/+12
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Update to 2.6.2bland2004-06-233-4/+3
* Update to 2.6.1.marcus2004-04-293-22/+25
* Remove PTHREAD_LIBS form CONFIGURE_ENV.bland2004-04-101-2/+2