De-Linting recipes.

*	bdh-calc
	License is Zlib.
	Improved SUMMARY.
	Minor cosmetics.

*	daa2iso
	Removed "." from SUMMARY.
	Minor cosmetics.

*	dash
	Removed "." from SUMMARY.
	Moved some things into BUILD_PREREQUIRES.

*	ddrescue
	Shortened SUMMARY.
	Added cmd:lzip to BUILD_PREREQUIRES.
	Minor cosmetics.

*	diffutils
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	discount
	Shortened SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	doctranslator
	Shortened SUMMARY.
	Corrected checksum.
	Added SECONDARY_ARCHITECTURES.

*	dos2unix
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dtc
	Improved DESCRIPTION
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dulwich
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.
This commit is contained in:
Humdinger
2015-07-19 14:05:34 +02:00
parent 1185935fd7
commit d190b53420
10 changed files with 78 additions and 107 deletions

View File

@@ -1,9 +1,9 @@
SUMMARY="Several programs for finding differences between files."
DESCRIPTION="
You can use the diff command to show differences between two files, or each \
corresponding file in two directories. diff outputs differences between files \
line by line in any of several formats, selectable by command line options. \
This set of differences is often called a diff or patch.
SUMMARY="Several programs for finding differences between files"
DESCRIPTION="You can use the diff command to show differences between two \
files, or each corresponding file in two directories. diff outputs \
differences between files line by line in any of several formats, selectable \
by command line options. This set of differences is often called a diff or \
patch.
You can use the cmp command to show the offsets and line numbers where two \
files differ. cmp can also show all the characters that differ between the two \
files, side by side.
@@ -12,8 +12,7 @@ people have made independent changes to a common original, diff3 can report \
the differences between the original and the two changed versions, and can \
produce a merged file that contains both persons' changes together with \
warnings about conflicts.
You can use the sdiff command to merge two files interactively.
"
You can use the sdiff command to merge two files interactively."
LICENSE="GNU GPL v3"
COPYRIGHT="1992-2013 Free Software Foundation, Inc."
HOMEPAGE="http://www.gnu.org/software/diffutils/"
@@ -29,13 +28,13 @@ PROVIDES="
cmd:diff3 = $portVersion
cmd:sdiff = $portVersion
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
cmd:awk