mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-lint recipes.
* avrdude SUMMARY must have at least 3 words * bebook SUMMARY must have at least 3 words Re-ordered blocks * bzflag SUMMARY must have at least 3 words Re-ordered blocks * c_ares SUMMARY must start with capital letter Re-ordered blocks * cmake SUMMARY must have at least 3 words Re-ordered blocks * command_not_found SUMMARY must have at least 3 words Added BUILD_PREREQUIRES Re-ordered blocks * confuse SUMMARY must start with capital letter Re-ordered blocks * cream SUMMARY must start with capital letter Re-ordered blocks * croscorefonts SUMMARY must have at least 3 words Re-ordered blocks * cssselect SUMMARY must start with capital letter Re-ordered blocks * dcron SUMMARY must start with capital letter Re-ordered blocks * eggchess SUMMARY must have at least 3 words Re-ordered blocks
This commit is contained in:
@@ -1,36 +1,37 @@
|
||||
SUMMARY="a modern configuration of the Vim text editor"
|
||||
DESCRIPTION="
|
||||
Vim is a powerful and full-featured text editor, the popular descendant of the \
|
||||
1976 Vi text editor.
|
||||
SUMMARY="A modern configuration of the Vim text editor"
|
||||
DESCRIPTION="Vim is a powerful and full-featured text editor, the popular \
|
||||
descendant of the 1976 Vi text editor.
|
||||
|
||||
But Vim has a steep learning curve. It was not primarily designed to be easy to \
|
||||
use, favoring performance and technical flexibility instead. Because it is so \
|
||||
different, learning to use Vim takes time.
|
||||
But Vim has a steep learning curve. It was not primarily designed to be easy \
|
||||
to use, favoring performance and technical flexibility instead. Because it is \
|
||||
so different, learning to use Vim takes time.
|
||||
|
||||
Cream shapes Vim into an interface you probably already know (sometimes called \
|
||||
Common User Access). Whether you are writing emails or developing large \
|
||||
software applications, Cream saves you time and gets you up and running quickly.
|
||||
"
|
||||
software applications, Cream saves you time and gets you up and running quickly."
|
||||
HOMEPAGE="http://cream.sf.net"
|
||||
COPYRIGHT="2001-2014 Cream contributors"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://freefr.dl.sourceforge.net/project/$portName/Cream/$portVersion/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b7adee33d5464f985a71722fdbe133e726bffebf34eae14c33674c4c5327d777"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!any"
|
||||
|
||||
PROVIDES="
|
||||
cream = $portVersion
|
||||
cmd:cream
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:vim == 7.4
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
cmd:vim
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
cmd:perl
|
||||
@@ -51,8 +52,3 @@ INSTALL()
|
||||
rm -r $prefix/share # Useless .desktop file
|
||||
addAppDeskbarSymlink $binDir/cream "Cream"
|
||||
}
|
||||
|
||||
# no TEST script available
|
||||
|
||||
COPYRIGHT="2001-2014 Cream contributors"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
Reference in New Issue
Block a user