summaryrefslogtreecommitdiff
path: root/textproc/grep/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2012-08-03Changes 2.13:adam1-3/+7
** Bug fixes grep -i, in a multi-byte locale, when matching a line containing a character like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation occupies fewer bytes), would print an incomplete output line. Similarly, with a matched line containing a character (e.g., the Latin capital I in a Turkish UTF-8 locale), where the lower-case representation occupies more bytes, grep could print garbage. [bug introduced in grep-2.6] --include and --exclude can again be combined, and again apply to the command line, e.g., "grep --include='*.[ch]' --exclude='system.h' PATTERN *" again reads all *.c and *.h files except for system.h. [bug introduced in grep-2.6] ** New features 'grep' without -z now treats a sparse file as binary, if it can easily determine that the file is sparse. ** Dropped features Bootstrapping with Makefile.boot has been broken since grep 2.6, and was removed.
2012-06-01Add symlinks in gnu/man/man1/cheusov1-1/+4
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov1-7/+10
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision Add LICENSE
2008-03-08Update to grep-2.5.3.tnn1-4/+23
Main changes are move to GPLv3 and several updated translations. Also some bugfixes (at least the ones we had patched in pkgsrc). Sorry, not more specific because NEWS isn't properly maintained.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-21/+21
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-07List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam1-1/+2
2004-03-10Remove info files entries from PLIST.seb1-5/+1
2003-08-02use new texinfo handling.grant1-3/+1
minor whitespace fix.
2002-12-25Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.wiz1-27/+27
While here: Fix build on NetBSD-current.
2002-10-14Package for GNU grep 2.5.bouyer1-0/+33