diff options
author | Will Andrews <will@FreeBSD.org> | 2001-09-17 06:27:56 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-09-17 06:27:56 +0000 |
commit | cd256ccdc9723e26ea2ee61341a8e4c442ffe6b3 (patch) | |
tree | 877bcdbe8655d3a81c4ea8ff9d3921f4cc12541a /textproc/diffutils/pkg-descr | |
parent | - Support CXXFLAGS properly (diff) |
Add diffutils 2.7, the GNU diff utilities.
PR: 30362
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes:
svn path=/head/; revision=47904
Diffstat (limited to 'textproc/diffutils/pkg-descr')
-rw-r--r-- | textproc/diffutils/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/diffutils/pkg-descr b/textproc/diffutils/pkg-descr new file mode 100644 index 000000000000..69c37cadb231 --- /dev/null +++ b/textproc/diffutils/pkg-descr @@ -0,0 +1,11 @@ +The Free Software Foundation's "diff" utilities, including "diff", +"diff3", "sdiff", and "cmp". + +These utilities exist in the FreeBSD base collection, but the GNU +versions have added functionality that is sometimes useful. + +Note that this port will install these utilities with a `g' prefix, +for example gdiff, gdiff3, ggcmp, but the texinfo documentation +will refer to these utilities without the `g' prefix. + +WWW: http://www.gnu.org/software/diffutils/diffutils.html |