Up to [cvs.NetBSD.org] / pkgsrc / textproc / grep
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.34 / (download) - annotate - [select for diffs], Mon Dec 31 00:27:37 2012 UTC (4 months, 2 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
HEAD
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 18 12:08:25 2012 UTC (5 months ago) by tron
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Mention that this also licensed under later versions as 3 of the GNU GPL. Pointed out by Snader_LB.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Dec 6 11:43:24 2012 UTC (5 months, 2 weeks ago) by jperkin
Branch: MAIN
Changes since 1.31: +8 -6
lines
Diff to previous 1.31 (colored)
Add PKGGNUDIR support.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Oct 25 06:55:51 2012 UTC (6 months, 3 weeks ago) by asau
Branch: MAIN
Changes since 1.30: +1 -3
lines
Diff to previous 1.30 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Oct 3 21:57:48 2012 UTC (7 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 21 18:04:58 2012 UTC (8 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Changes 2.14: ** Bug fixes grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte locale, even though there was no match, and the command generated no output. E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would mistakenly print "(standard input)". Related, seq 9 | LC_ALL=en_US.utf8 grep -in '^$' would print "2:4:6:8:10:12:14:16" and exit 0. Now it prints nothing and exits with status of 1. [bug introduced in grep-2.6] 'grep' no longer falsely reports text files as being binary on file systems that compress contents or that store tiny contents in metadata.
Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 3 13:07:54 2012 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.27: +8 -11
lines
Diff to previous 1.27 (colored)
Changes 2.13: ** 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.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Jun 1 19:47:46 2012 UTC (11 months, 2 weeks ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.26: +9 -5
lines
Diff to previous 1.26 (colored)
Add symlinks in gnu/man/man1/ ++pkgrevision
Revision 1.26 / (download) - annotate - [select for diffs], Tue May 29 22:10:24 2012 UTC (11 months, 3 weeks ago) by cheusov
Branch: MAIN
Changes since 1.25: +11 -9
lines
Diff to previous 1.25 (colored)
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.
++pkgrevision
Add LICENSE
Revision 1.25 / (download) - annotate - [select for diffs], Fri Apr 22 13:44:49 2011 UTC (2 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 8 12:16:43 2008 UTC (5 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.23: +7 -7
lines
Diff to previous 1.23 (colored)
Update to grep-2.5.3. 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.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:38 2006 UTC (7 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.22: +2 -3
lines
Diff to previous 1.22 (colored)
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 7 19:54:17 2006 UTC (7 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:28 2006 UTC (7 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
* Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:02 2006 UTC (7 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:20 2005 UTC (7 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:03 2005 UTC (7 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:34 2005 UTC (8 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:19 2004 UTC (8 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Apr 25 05:03:43 2004 UTC (9 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
Convert to buildlink3.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 9 08:13:04 2004 UTC (9 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.13: +1 -5
lines
Diff to previous 1.13 (colored)
bsd.pkg.mk now runs GNU configure scripts with ${SH}, so we no longer
need to do so here.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 18 19:13:50 2003 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Update to 2.5.1nb2: Use the right grep binary in fgrep and egrep shell scripts. Patch provided by Nicolas Fugier in PR 20905.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 9 11:27:48 2003 UTC (9 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
USE_NEW_TEXINFO is unnecessary now.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 2 05:19:57 2003 UTC (9 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.10: +7 -5
lines
Diff to previous 1.10 (colored)
use new texinfo handling. minor whitespace fix.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 30 17:00:04 2003 UTC (9 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
explicitly disable pcre support as it was never enabled. fixes build on systems which have libpcre installed as the configure script's detection of it is slightly broken.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 22:54:16 2003 UTC (9 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jul 13 13:53:32 2003 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
PKGREVISION bump for libiconv update.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 24 05:29:06 2003 UTC (9 years, 11 months ago) by grant
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
remove unneeded parens, quote a literal in .if
Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 13 07:33:34 2003 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update to 2.5.1: bugfix release.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 9 17:23:10 2003 UTC (10 years, 4 months ago) by cjep
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
USE_PKGLOCALEDIR=yes. Fixes PLIST problems on SunOS
Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 25 19:54:58 2002 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Use .tar.bz2.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 25 19:50:34 2002 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.2: +9 -4
lines
Diff to previous 1.2 (colored)
Honor GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed. While here: Fix build on NetBSD-current.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 6 15:29:20 2002 UTC (10 years, 5 months ago) by cjep
Branch: MAIN
Changes since 1.1: +7 -1
lines
Diff to previous 1.1 (colored)
Fix up configure nit for Solaris. Suggested by tron.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 14 16:43:14 2002 UTC (10 years, 7 months ago) by bouyer
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Package for GNU grep 2.5.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 14 16:43:14 2002 UTC (10 years, 7 months ago) by bouyer
Branch: MAIN
Initial revision