You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
3f61c6e6e9
Add texinfo dep because makeinfo isn't included anymore in macOS 13+. Remove platforms darwin because that's the default. Add GitHub handle to maintainers. Add size to checksums. Switch gettext to build dep and add gettext-runtime library dep.
33 lines
1.3 KiB
Tcl
33 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name wdiff
|
|
version 1.2.2
|
|
revision 1
|
|
categories textproc
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license GPL-3+
|
|
|
|
description Display word differences between text files
|
|
|
|
long_description wdiff compares two files, finding which words have been \
|
|
deleted or added to old_file to get new_file. A word is \
|
|
anything between whitespace. The output is collected and \
|
|
used to produce an annotated copy of new_file on standard \
|
|
output. Suitable annotations produce a nice display of \
|
|
word differences between the original files.
|
|
|
|
homepage https://www.gnu.org/software/wdiff/
|
|
master_sites gnu
|
|
|
|
checksums rmd160 62b2cc3131965ba9922bf2112e9dd2a4ad432440 \
|
|
sha256 34ff698c870c87e6e47a838eeaaae729fa73349139fc8db12211d2a22b78af6b \
|
|
size 1478567
|
|
|
|
depends_build bin:makeinfo:texinfo \
|
|
port:gettext
|
|
|
|
depends_lib port:gettext-runtime \
|
|
port:ncurses
|