De-Lint recipes.

*	idutils
	Remove "." from SUMMARY.
	Minor cosmetics.

*	im
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	iozone
	Improved DESCRIPTION.
	Minor cosmetics.

*	isl
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	iup
	Remove "." from SUMMARY.
	Minor cosmetics.
	Sorted _devel block to the top.

*	joyce
	Remove "." from SUMMARY.
	Improved DESCRIPTION.
	Updated HOMEPAGE URL.
	Minor cosmetics.
	As it compiled without any changes, added recipe for latest v2.2.7

*	kdelibs4
	Remove "." from SUMMARY.
	Sorted _devel block to the top.
This commit is contained in:
Humdinger
2015-07-20 13:46:18 +02:00
parent 5113be297d
commit 7b67549135
9 changed files with 349 additions and 290 deletions

View File

@@ -1,15 +1,14 @@
SUMMARY="Fast, high-capacity, identifier database tool."
DESCRIPTION="
An 'ID database' is a binary file containing a list of file names, a list of \
tokens, and a sparse matrix indicating which tokens appear in which files.
SUMMARY="Fast, high-capacity, identifier database tool"
DESCRIPTION="An 'ID database' is a binary file containing a list of file \
names, a list of tokens, and a sparse matrix indicating which tokens appear in \
which files.
With this database and some tools to query it, many text-searching tasks \
become simpler and faster. For example, you can list all files that reference \
a particular #include' file throughout a huge source hierarchy, search for all \
the memos containing references to a project, or automatically invoke an \
editor on all files containing references to some function or variable. Anyone \
with a large software project to maintain, or a large set of text files to \
organize, can benefit from the ID utilities.
"
organize, can benefit from the ID utilities."
HOMEPAGE="http://www.gnu.org/software/idutils/"
SOURCE_URI="http://ftp.gnu.org/gnu/idutils/idutils-4.6.tar.xz"
CHECKSUM_SHA256="8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2"
@@ -32,22 +31,19 @@ PROVIDES="
cmd:mkid = $portVersion compat >= 4
cmd:xtokid = $portVersion compat >= 4
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
cmd:ld
cmd:libtool
cmd:gawk
cmd:grep
cmd:ld
cmd:libtool
cmd:make
cmd:perl
"