Difference between revisions of "Diffstat"

From CBLFS
Jump to navigationJump to search
(someone with multilib experience please add the commands for multilib builds.)
 
 
Line 75: Line 75:
 
|is a program that produces histograms from patch files.
 
|is a program that produces histograms from patch files.
 
|}
 
|}
 +
 +
[[Category:General Utilities]]

Latest revision as of 14:54, 19 March 2009

Download Source: ftp://invisible-island.net/diffstat/diffstat-1.46.tgz

Introduction to Diffstat

Diffstat parses a patch file and produces a histogram showing the number of lines inserted and removed in each file modified by the patch.

Project Homepage: http://invisible-island.net/diffstat/

Non-Multilib

Compile the package:

./configure --prefix=/usr --mandir=/usr/share/man && 
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

to do

Install the package:

to do

N32

Compile the package:

to do

Install the package:

to do

64Bit

Compile the package:

to do

Install the package:

to do

Contents

Installed Directories: None
Installed Programs: diffstat
Installed Libraries: None

Short Descriptions

diffstat is a program that produces histograms from patch files.