Commit graph

21 commits

Author SHA1 Message Date
snj
406dc44b30 Update diffstat to 1.51. Minor bugfixes. 2009-11-17 03:17:01 +00:00
snj
77d0999859 Update to 1.49. Changes:
31-Aug-2009
	diffstat 1.49

	improve lzma support, add support for xz (patch by Eric Blake).

	add special case for no-newline message from some diff's (Ubuntu
	#269895).

	improve configure check for getopt header.

	add configure special case for HPUX 11 with _XOPEN_SOURCE definition.

	update config.guess, config.sub
2009-09-06 16:20:10 +00:00
wiz
aba614d286 Update to 1.48:
11-Aug-2009
	diffstat 1.48

	add decompression tests for lzma and pack file types.

	check for zcat and uncompress in preference to "compress -dc".

	modify to check the first few bytes of standard input, and use a
	corresponding decompression utility if the stream appears to be
	compressed.  This requires making a temporary copy of the data
	(Debian #491575).

	add -N option, to truncate filenames.

	use getc_unlocked() rather than fgetc_unlocked()

	modify to recognize Perforce-style diffs (patch by Ed Schouten).

	update configure macros to improve compiler warning checks, use
	$PATH_SEPARATOR rather than $PATH_SEP (for consistency with some
	autoconf versions),

	fix typo in configure --with-install-prefix option (report by
	Dagobert Michelsen).

	update config.guess, config.sub

29-Mar-2009
	diffstat 1.47

	modify to work with patch ".rej" files, which do not have a header to
	tell which file is affected.

	fix typo in usage message (reports by Moritz Barsnick, John McNamara,
	Richard Quadling).
2009-08-21 23:39:20 +00:00
snj
363e625602 Update to 1.46.
Changes:
* add "-S", "-D" and "-m" to provide a way to show the amount of
  difference relative to the total sizes of the files.
* add "-q" (suppress the "0 files changed" message for empty diffs)
2008-10-30 19:33:47 +00:00
wiz
8a5b10ea93 Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev. 2007-12-02 13:04:06 +00:00
joerg
b9c02b3868 Supports DESTDIR. 2007-11-08 23:46:11 +00:00
reed
918e108936 Upgrade diffstat to 1.45.
From changelog:

04-Sep-2007
	diffstat 1.45

	add "-b" option (Debian #379380, patch by Greg Norris).

26-Aug-2007
	diffstat 1.44

	add a check for default-diff output, e.g., "diff foo bar|diffstat",
	which has no "diff" command in the output for diffstat to guess that
	a diff is beginning.

	add a check after completing a chunk for unified diff to ensure that
	the next line either begins another chunk for the diff, or starts
	another diff, e.g., a context diff (report by Adrian Bunk).

	add configure options for leak-checking valgrind, etc.

	use install-sh rather than install.sh

	updated config.guess and config.sub

	updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS CF_MSG_LOG
	CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE
2007-10-13 01:28:12 +00:00
snj
e8eb44c2d4 Update to 1.43. Claim maintainership.
Changes since 1.41:
- fix to avoid modifying data which is being used by tsearch() for
  ordering the binary tree (report by Adrian Bunk).
- do not ignore pathnames in /tmp/, since some tools create usable
  pathnames for both old/new files there (Debian #376086).
- correct ifdef for fgetc_unlocked().
- updated configure macros CF_GCC_VERSION, CF_PATH_SYNTAX and
  CF_XOPEN_SOURCE
- add configure check for compress, gzip and bzip2 programs that may be
  used to decompress files.
2006-10-09 23:09:20 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
rillig
c8b62ee243 Added a patch to fix a syntax error with NetBSD's /bin/sh (and maybe
others).
2006-06-26 11:44:09 +00:00
snj
b6a1d32f4a Update to 1.41. Selected changes:
* add options -l, -r and -t.  add to -f option
* improve I/O on Linux using fgetc_locked().
* improve searching of long sorted lists using tsearch()
* change order of merging and prefix-stripping so stripping all prefixes,
  e.g., with -p9, will be sorted as expected
* correct a reference to freed memory after merging found with valgrind.
* fix a different case for data beginning with "--" which was treated as
  a header line.
* Fix allocation problems.  Open files in binary mode for reading.
  Getopt returns -1, not necessarily EOF.  Add const where useful.  Use
  NO_IDENT where necessary.  malloc() comes from <stdlib.h> in standard
  systems
* minor fix for resync of unified diffs checks for range (line beginning
  with '@' without header lines (successive lines beginning with "---"
  and "+++")
2006-05-08 06:22:51 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
epg
09068ddadb Make this build on FreeBSD (stop fussing about with malloc.h). 2004-11-10 16:18:29 +00:00
jmmv
4ce69a53dc Update to 1.34, from Soren Jacobsen in PR pkg/23741:
* Improve check for certain lines (not those that begin a chunk) that
  begin with '-', treating all except "---" as a delete (report by
  James Rowe <Jay@jnrowe.uklinux.net>).
* Minor updates to configure script.
2003-12-14 11:14:21 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
salo
d5400e4427 - DESCR has 80 columns, improve wording
- whitespace and style nits
2003-05-16 03:06:53 +00:00
simonb
77e1c8821b Oops, remove USE_PKGLOCALEDIR (why did url2pkg add this?) and
commented-out USE_BUILDLINK2.
2003-05-16 01:50:42 +00:00
simonb
c2cb3e9a57 Initial import of Thomas Dickey's "diffstat" program.
From the readme:

 This program is a simple filter that reads the output of the 'diff' program,
 and produces a histogram of the total number of lines that were changed.  It is
 useful for scanning a patch file to see which files were changed.
2003-05-16 01:45:44 +00:00