The FreeBSD Ports Archive
FreeBSD textproc : diffstat4>
Makes a histogram summarizing "diff" output
This program takes the output of "diff" and makes an ASCII graph
showing how many lines were inserted, deleted, or changed in the
files that were compared. It can interpret unified or context
diffs, or the default format generated by "diff".
http://dickey.his.com/diffstat/diffstat.html
|
diffstat history
v. 1.23
date: 2007/10/10 09:56:06; author: clsung; state: Exp; lines: +1 -1
- Update to 1.45
v. 1.22
date: 2007/08/27 02:01:56; author: clsung; state: Exp; lines: +1 -1
- Update to 1.44
v. 1.21
date: 2007/08/04 11:41:22; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.20
date: 2006/08/14 04:13:47; author: clsung; state: Exp; lines: +2 -4
- Respect DESTDIR
- Use MAN1PREFIX
PR: ports/101870
Submitted by: Gea-Suan Lin
v. 1.19
date: 2006/07/17 07:56:39; author: clsung; state: Exp; lines: +1 -1
- update to 1.43
v. 1.18
date: 2006/07/03 13:30:58; author: clsung; state: Exp; lines: +2 -2
- update to 1.42
- take maintainership
Noted: no.1000 of my commits in ports/ :)
v. 1.17
date: 2006/02/11 21:03:08; author: netchild; state: Exp; lines: +1 -1
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim [1]
PR: 87985 [1]
v. 1.16
date: 2005/09/30 13:15:46; author: garga; state: Exp; lines: +5 -4
- Update to 1.41
PR: ports/85738
Submitted by: Andrej Zverev
Approved by: maintainer timeout (25 days)
v. 1.15
date: 2004/04/07 17:05:45; author: trevor; state: Exp; lines: +8 -4
Update to 1.34. Avoid running configure script. Use INSTALL_ macros.
v. 1.14
date: 2004/01/30 22:51:45; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
v. 1.13
date: 2003/11/13 10:11:34; author: trevor; state: Exp; lines: +1 -1
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
v. 1.12
date: 2003/03/03 17:38:36; author: trevor; state: Exp; lines: +1 -1
Update to 1.33.
v. 1.11
date: 2003/03/01 14:34:29; author: trevor; state: Exp; lines: +1 -0
Retire comment file.
v. 1.10
date: 2002/08/26 00:13:02; author: trevor; state: Exp; lines: +1 -1
Update to 1.31, which has new options -k to suppress merging of
filenames and -u to suppress sorting of filenames.
v. 1.9
date: 2002/08/18 20:30:04; author: trevor; state: Exp; lines: +1 -1
Update to 1.30. This version permits "-" separators in dates, as
found in the output of the newest gendiff.
v. 1.8
date: 2002/02/09 16:03:22; author: trevor; state: Exp; lines: +2 -2
Update to 1.29. This version supports for bzip2-compressed diffs
and is supposed to work better on
v. 1.7
date: 2001/07/25 17:53:08; author: steve; state: Exp; lines: +1 -4
There's no need to strip diffstat in the post-install target since
${INSTALL_PROGRAM} does it already.
v. 1.6
date: 2001/02/05 16:34:32; author: olgeni; state: Exp; lines: +2 -2
More style fixes for ports/textproc.
v. 1.5
date: 2000/10/02 05:39:33; author: trevor; state: Exp; lines: +2 -2
Change MAINTAINER for my ports.
Approved by: will
v. 1.4
date: 2000/06/08 09:03:31; author: knu; state: Exp; lines: +2 -2
Update the distfile/site.
PR: ports/19114
Submitted by: Maintainer
v. 1.3
date: 2000/05/19 08:14:32; author: cpiazza; state: Exp; lines: +5 -6
Update to 1.28
PR: 18462
Submitted by: maintainer
v. 1.2
date: 2000/04/09 21:52:20; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 1999/11/26 20:40:38; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/26 20:40:38; author: steve; state: Exp; lines: +0 -0
Initial import of diffstat version 1.27.
Make a histogram summarizing 'diff' output.
PR: 14479
Submitted by: Trevor Johnson
=============================================================================
v. 1.23
date: 2007/10/10 09:56:06; author: clsung; state: Exp; lines: +1 -1
- Update to 1.45
v. 1.22
date: 2007/08/27 02:01:56; author: clsung; state: Exp; lines: +1 -1
- Update to 1.44
v. 1.21
date: 2007/08/04 11:41:22; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.20
date: 2006/08/14 04:13:47; author: clsung; state: Exp; lines: +2 -4
- Respect DESTDIR
- Use MAN1PREFIX
PR: ports/101870
Submitted by: Gea-Suan Lin
v. 1.19
date: 2006/07/17 07:56:39; author: clsung; state: Exp; lines: +1 -1
- update to 1.43
v. 1.18
date: 2006/07/03 13:30:58; author: clsung; state: Exp; lines: +2 -2
- update to 1.42
- take maintainership
Noted: no.1000 of my commits in ports/ :)
v. 1.17
date: 2006/02/11 21:03:08; author: netchild; state: Exp; lines: +1 -1
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim [1]
PR: 87985 [1]
v. 1.16
date: 2005/09/30 13:15:46; author: garga; state: Exp; lines: +5 -4
- Update to 1.41
PR: ports/85738
Submitted by: Andrej Zverev
Approved by: maintainer timeout (25 days)
v. 1.15
date: 2004/04/07 17:05:45; author: trevor; state: Exp; lines: +8 -4
Update to 1.34. Avoid running configure script. Use INSTALL_ macros.
v. 1.14
date: 2004/01/30 22:51:45; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
v. 1.13
date: 2003/11/13 10:11:34; author: trevor; state: Exp; lines: +1 -1
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
v. 1.12
date: 2003/03/03 17:38:36; author: trevor; state: Exp; lines: +1 -1
Update to 1.33.
v. 1.11
date: 2003/03/01 14:34:29; author: trevor; state: Exp; lines: +1 -0
Retire comment file.
v. 1.10
date: 2002/08/26 00:13:02; author: trevor; state: Exp; lines: +1 -1
Update to 1.31, which has new options -k to suppress merging of
filenames and -u to suppress sorting of filenames.
v. 1.9
date: 2002/08/18 20:30:04; author: trevor; state: Exp; lines: +1 -1
Update to 1.30. This version permits "-" separators in dates, as
found in the output of the newest gendiff.
v. 1.8
date: 2002/02/09 16:03:22; author: trevor; state: Exp; lines: +2 -2
Update to 1.29. This version supports for bzip2-compressed diffs
and is supposed to work better on
v. 1.7
date: 2001/07/25 17:53:08; author: steve; state: Exp; lines: +1 -4
There's no need to strip diffstat in the post-install target since
${INSTALL_PROGRAM} does it already.
v. 1.6
date: 2001/02/05 16:34:32; author: olgeni; state: Exp; lines: +2 -2
More style fixes for ports/textproc.
v. 1.5
date: 2000/10/02 05:39:33; author: trevor; state: Exp; lines: +2 -2
Change MAINTAINER for my ports.
Approved by: will
v. 1.4
date: 2000/06/08 09:03:31; author: knu; state: Exp; lines: +2 -2
Update the distfile/site.
PR: ports/19114
Submitted by: Maintainer
v. 1.3
date: 2000/05/19 08:14:32; author: cpiazza; state: Exp; lines: +5 -6
Update to 1.28
PR: 18462
Submitted by: maintainer
v. 1.2
date: 2000/04/09 21:52:20; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 1999/11/26 20:40:38; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/26 20:40:38; author: steve; state: Exp; lines: +0 -0
Initial import of diffstat version 1.27.
Make a histogram summarizing 'diff' output.
PR: 14479
Submitted by: Trevor Johnson
=============================================================================
v. 1.23
date: 2007/10/10 09:56:06; author: clsung; state: Exp; lines: +1 -1
- Update to 1.45
v. 1.22
date: 2007/08/27 02:01:56; author: clsung; state: Exp; lines: +1 -1
- Update to 1.44
v. 1.21
date: 2007/08/04 11:41:22; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.20
date: 2006/08/14 04:13:47; author: clsung; state: Exp; lines: +2 -4
- Respect DESTDIR
- Use MAN1PREFIX
PR: ports/101870
Submitted by: Gea-Suan Lin
v. 1.19
date: 2006/07/17 07:56:39; author: clsung; state: Exp; lines: +1 -1
- update to 1.43
v. 1.18
date: 2006/07/03 13:30:58; author: clsung; state: Exp; lines: +2 -2
- update to 1.42
- take maintainership
Noted: no.1000 of my commits in ports/ :)
v. 1.17
date: 2006/02/11 21:03:08; author: netchild; state: Exp; lines: +1 -1
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim [1]
PR: 87985 [1]
v. 1.16
date: 2005/09/30 13:15:46; author: garga; state: Exp; lines: +5 -4
- Update to 1.41
PR: ports/85738
Submitted by: Andrej Zverev
Approved by: maintainer timeout (25 days)
v. 1.15
date: 2004/04/07 17:05:45; author: trevor; state: Exp; lines: +8 -4
Update to 1.34. Avoid running configure script. Use INSTALL_ macros.
v. 1.14
date: 2004/01/30 22:51:45; author: trevor; state: Exp; lines: +1 -0
Use PLIST_FILES.
v. 1.13
date: 2003/11/13 10:11:34; author: trevor; state: Exp; lines: +1 -1
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
v. 1.12
date: 2003/03/03 17:38:36; author: trevor; state: Exp; lines: +1 -1
Update to 1.33.
v. 1.11
date: 2003/03/01 14:34:29; author: trevor; state: Exp; lines: +1 -0
Retire comment file.
v. 1.10
date: 2002/08/26 00:13:02; author: trevor; state: Exp; lines: +1 -1
Update to 1.31, which has new options -k to suppress merging of
filenames and -u to suppress sorting of filenames.
v. 1.9
date: 2002/08/18 20:30:04; author: trevor; state: Exp; lines: +1 -1
Update to 1.30. This version permits "-" separators in dates, as
found in the output of the newest gendiff.
v. 1.8
date: 2002/02/09 16:03:22; author: trevor; state: Exp; lines: +2 -2
Update to 1.29. This version supports for bzip2-compressed diffs
and is supposed to work better on
v. 1.7
date: 2001/07/25 17:53:08; author: steve; state: Exp; lines: +1 -4
There's no need to strip diffstat in the post-install target since
${INSTALL_PROGRAM} does it already.
v. 1.6
date: 2001/02/05 16:34:32; author: olgeni; state: Exp; lines: +2 -2
More style fixes for ports/textproc.
v. 1.5
date: 2000/10/02 05:39:33; author: trevor; state: Exp; lines: +2 -2
Change MAINTAINER for my ports.
Approved by: will
v. 1.4
date: 2000/06/08 09:03:31; author: knu; state: Exp; lines: +2 -2
Update the distfile/site.
PR: ports/19114
Submitted by: Maintainer
v. 1.3
date: 2000/05/19 08:14:32; author: cpiazza; state: Exp; lines: +5 -6
Update to 1.28
PR: 18462
Submitted by: maintainer
v. 1.2
date: 2000/04/09 21:52:20; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 1999/11/26 20:40:38; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/26 20:40:38; author: steve; state: Exp; lines: +0 -0
Initial import of diffstat version 1.27.
Make a histogram summarizing 'diff' output.
PR: 14479
Submitted by: Trevor Johnson
=============================================================================
|
| |

|