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,18 +1,15 @@
SUMMARY="Fully functunal 64bit calculator"
DESCRIPTION="
BDH Calc is a fully functional 64bit calculator, supporting common arithmetic \
operations like adding, subtracting, dividing and multiplying as well as \
bitwise operators. You can choose the word size and whether the sign is \
considered to simulate any integral data type. Moreover the calculator \
supports binary, decimal and hexadecimal conversion.
"
HOMEPAGE="http://github.com/ThomasCompix/BDH-Calc"
SOURCE_URI="git://github.com/ThomasCompix/BDH-Calc.git#4a6865932ae0e95244ed0149b6e8c4f437ea742a"
SUMMARY="Fully functional 64bit calculator"
DESCRIPTION="BDH Calc is a fully functional 64bit calculator, supporting \
common arithmetic operations like adding, subtracting, dividing and \
multiplying as well as bitwise operators. You can choose the word size and \
whether the sign is considered to simulate any integral data type. Moreover \
the calculator supports binary, decimal and hexadecimal conversion."
HOMEPAGE="http://github.com/HaikuArchives/BDH-Calc"
SOURCE_URI="git://github.com/HaikuArchives/BDH-Calc.git#6a3433a5fb558f592dd246b400221f2223770e75"
REVISION="1"
LICENSE="Undetermined"
LICENSE="Zlib"
COPYRIGHT="1999 Scott Hammond"
ARCHITECTURES="x86 x86_gcc2 !ppc"
ARCHITECTURES="x86 x86_gcc2 ?x86_64"
PROVIDES="
bdhcalc = $portVersion
@@ -21,13 +18,11 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:g++
"
BUILD()