mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user