diff options
author | tobez <tobez@FreeBSD.org> | 2005-04-12 18:56:08 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-04-12 18:56:08 +0800 |
commit | 7ed272cf621b6307918858ee8f414f2d80e36aec (patch) | |
tree | a027d092b2d383dca2259b155a91e375eb19a96e /Tools/scripts/README | |
parent | d7f50a06e3d03ddbdd9afda8d937c499500c5ffa (diff) | |
download | freebsd-ports-gnome-7ed272cf621b6307918858ee8f414f2d80e36aec.tar.gz freebsd-ports-gnome-7ed272cf621b6307918858ee8f414f2d80e36aec.tar.zst freebsd-ports-gnome-7ed272cf621b6307918858ee8f414f2d80e36aec.zip |
Add a splitpatch.pl utility, a small script to convert multi-file
patches to several appropriately named single-file patches.
Requested by: flz
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 200de58d33af..9dd53f2de754 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -33,6 +33,8 @@ prdone - checks in the port, attempting to fill out the commit message using portsearch - A utility for searching the ports tree. It allows more detailed search criteria than ``make search key=<string>'' and accepts all perl(1) regular expressions. +splitpatch.pl - A small script to convert multi-file patches to several + appropriately named single-file patches. tindex - script used to build INDEXes for supported FreeBSD branches, which are the source of the 'make fetchindex' INDEXes, and the build failure reports on ports@FreeBSD.org |