mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Recipe cosmetics, impoved SUMMARY/DESCRIPTION, re-ordered blocks.
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
SUMMARY="A free, open-source file pager"
|
||||
DESCRIPTION="GNU less is a program similar to more, but which allows \
|
||||
backward movement in the file as well as forward movement. Also, less \
|
||||
DESCRIPTION="GNU 'less' is a program similar to 'more', but which allows \
|
||||
backward movement in the file as well as forward movement. Also, 'less' \
|
||||
does not have to read the entire input file before starting, so with \
|
||||
large input files it starts up faster than text editors like vi. Less uses \
|
||||
termcap (or terminfo on some systems), so it can run on a variety of \
|
||||
terminals. There is even limited support for hardcopy terminals."
|
||||
large input files it starts up faster than text editors like 'vi'.
|
||||
Less uses 'termcap' (or 'terminfo' on some systems), so it can run on a \
|
||||
variety of terminals. There is even limited support for hardcopy terminals."
|
||||
HOMEPAGE="http://www.greenwoodsoftware.com/less/"
|
||||
COPYRIGHT="1984-2014 Mark Nudelman"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.greenwoodsoftware.com/less/less-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8305f5a06764ff094ed3428f94f29059541e2483eae201991f90823da6557212"
|
||||
PATCHES="less-$portVersion.patchset"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1984-2014 Mark Nudelman"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -24,6 +25,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user