mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
@@ -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()
|
||||
|
||||
@@ -1,35 +1,34 @@
|
||||
SUMMARY="A translator for DOC documents."
|
||||
DESCRIPTION="This translator translates DOC files to plain text, PostScript or
|
||||
PDF using antiword."
|
||||
SUMMARY="A translator for DOC documents"
|
||||
DESCRIPTION="This translator converts DOC files to plain text, PostScript or \
|
||||
PDF using antiword."
|
||||
HOMEPAGE="http://github.com/TwoFX/DOCTranslator"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/DOCTranslator/archive/7b8fa2b6d0ce027ce9e9b03cbdc21016190436de.zip"
|
||||
CHECKSUM_SHA256="d7db1df858c2e775412bf5fcafaf1b6010461a208fe0c3bc680f582794dd8dea"
|
||||
|
||||
SOURCE_DIR="DOCTranslator-7b8fa2b6d0ce027ce9e9b03cbdc21016190436de"
|
||||
|
||||
CHECKSUM_SHA256="ce271927e70e49a2c00eb46df785202bb7de9c7abdaf1f96ef533d827e346588"
|
||||
REVISION="2"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2014 Markus Himmel"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
doctranslator = $portVersion
|
||||
doctranslator$secondaryArchSuffix = $portVersion
|
||||
addon:doctranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
haiku$secondaryArchSuffix
|
||||
antiword >= 0.37
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc"
|
||||
SOURCE_DIR="DOCTranslator-7b8fa2b6d0ce027ce9e9b03cbdc21016190436de"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user