openbsd-ports/devel/gpatch/pkg/DESCR
rpe 94759e9f78 add GNU patch
ok ajacoutot@ sthen@
2012-09-23 12:23:35 +00:00

10 lines
371 B
Plaintext

GNU patch is the Free Software Foundation's version of the patch(1)
command.
Patch takes a patch file containing a difference listing produced
by the diff program and applies those differences to one or more
original files, producing patched versions.
The patch binary is prefixed with the letter g to differentiate it
from the standard application with the same name.