De-linted recipes.

*	ltp
	Fixed typo. Thanks waddlesplash for noticing.

*	man
	Removed unused patch.
	Minor cosmetics.

*	mdocml
	Removed "." from SUMMARY
	Minor cosmetics.

*	milkytracker
	Minor cosmetics.
	Lint warning of not referenced PATCHES is a false positive.

*	minicom
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtdev
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtools
	Removed "." from SUMMARY
	Minor cosmetics.
This commit is contained in:
Humdinger
2015-07-22 14:15:26 +02:00
parent 9c861ba82c
commit 26f03fd740
8 changed files with 96 additions and 190 deletions

View File

@@ -1,19 +1,19 @@
SUMMARY="A suite of tools for compiling roff and man pages."
DESCRIPTION="
mdocml is a suite of tools compiling mdoc, the roff macro package of choice \
for BSD manual pages, and man, the predominant historical package for UNIX \
manuals. The mission of mdocml is to deprecate groff, the GNU troff \
SUMMARY="A suite of tools for compiling roff and man pages"
DESCRIPTION="mdocml is a suite of tools compiling mdoc, the roff macro package \
of choice for BSD manual pages, and man, the predominant historical package \
for UNIX manuals. The mission of mdocml is to deprecate groff, the GNU troff \
implementation, for displaying mdoc pages whilst providing token support for \
man.
"
man."
HOMEPAGE="http://mdocml.bsd.lv/"
LICENSE="ISC"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
SOURCE_URI="http://mdocml.bsd.lv/snapshots/mdocml-1.12.2.tar.gz"
CHECKSUM_SHA256="c4f37afbf823636f63e3cd0673ae6c2ffc6017558e86bdcc02dc825c62daa9d7"
COPYRIGHT="2008-2013 Ingo Schwarze, Kristaps Dzonsons"
LICENSE="ISC"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"
PATCHES="mdocml-1.12.2.patch"
PROVIDES="
mdocml = $portVersion
@@ -21,29 +21,24 @@ PROVIDES="
cmd:preconv = $portVersion
cmd:demandoc = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES=""
BUILD_PREREQUIRES="
haiku_devel
cmd:make
cmd:gcc
cmd:ld
"
PROVIDES_devel="
mdocml_devel = $portVersion compat >= 1.12
devel:libmandoc
"
REQUIRES_devel="
mdocml == $portVersion
"
PATCHES="mdocml-1.12.2.patch"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
cmd:ld
"
BUILD()
{