mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
More recipe cosmetics.
Mainly inproved SUMMARY/DESCRIPTION and re-ordering of blocks.
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
SUMMARY="A small collection of programs that operate on patch files"
|
||||
DESCRIPTION="
|
||||
*Interdiff generates an incremental patch from two patches against a common \
|
||||
DESCRIPTION="The collection of tools include:
|
||||
|
||||
- Interdiff generates an incremental patch from two patches against a common \
|
||||
source.
|
||||
*Combinediff generates a single patch from two incremental patches, allowing \
|
||||
- Combinediff generates a single patch from two incremental patches, allowing \
|
||||
you to merge patches together.
|
||||
*Filterdiff will select the portions of a patch file that apply to files \
|
||||
- Filterdiff will select the portions of a patch file that apply to files \
|
||||
matching (or, alternatively, not matching) a shell wildcard.
|
||||
*Fixcvsdiff is for correcting the output of ‘cvs diff’.
|
||||
*Rediff corrects hand-edited patches, by comparing the original patch with the \
|
||||
- Fixcvsdiff is for correcting the output of ‘cvs diff’.
|
||||
- Rediff corrects hand-edited patches, by comparing the original patch with the \
|
||||
modified one and adjusting the offsets and counts.
|
||||
*Lsdiff displays a short listing of affected files in a patch file, along with \
|
||||
- Lsdiff displays a short listing of affected files in a patch file, along with \
|
||||
(optionally) the line numbers of the start of each patch.
|
||||
*Splitdiff separates out patches from a patch file so that each new patch file \
|
||||
- Splitdiff separates out patches from a patch file so that each new patch file \
|
||||
only alters any given file once.
|
||||
*Grepdiff displays a list of the files modified by a patch where the patch \
|
||||
- Grepdiff displays a list of the files modified by a patch where the patch \
|
||||
contains a given regular expression.
|
||||
*Recountdiff fixes up counts and offsets in a unified diff.
|
||||
*Unwrapdiff fixes word-wrapped unified diffs.
|
||||
"
|
||||
- Recountdiff fixes up counts and offsets in a unified diff.
|
||||
- Unwrapdiff fixes word-wrapped unified diffs."
|
||||
HOMEPAGE="http://cyberelk.net/tim/patchutils/"
|
||||
COPYRIGHT="2001-2013 Tim Waugh"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz"
|
||||
CHECKSUM_SHA256="91f4e8451b2efcac5d40c966e42c175803450f0de94c926bfecc12c90070ad3c"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2013 Tim Waugh"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -43,7 +44,6 @@ PROVIDES="
|
||||
cmd:espdiff = $portVersion compat >= 0
|
||||
cmd:editdiff = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:perl
|
||||
@@ -51,9 +51,10 @@ REQUIRES="
|
||||
cmd:patch
|
||||
"
|
||||
|
||||
BUILD_REQUIRES=""
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:perl
|
||||
|
||||
Reference in New Issue
Block a user