2008-10-24 08:10:54 +00:00
|
|
|
# Template file for 'less'
|
|
|
|
pkgname=less
|
2012-09-06 16:39:36 +00:00
|
|
|
version=451
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-25 16:50:36 +00:00
|
|
|
configure_args="--with-regex=pcre"
|
2012-07-07 11:37:35 +00:00
|
|
|
makedepends="ncurses-devel pcre-devel>=8.30"
|
2008-10-24 08:10:54 +00:00
|
|
|
short_desc="Pager program similar to more(1)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-25 16:50:36 +00:00
|
|
|
license="GPL-3"
|
2012-07-07 11:37:35 +00:00
|
|
|
homepage="http://www.greenwoodsoftware.com/less"
|
2012-09-06 16:39:36 +00:00
|
|
|
distfiles="${homepage}/less-${version}.tar.gz"
|
|
|
|
checksum=9fe8287c647afeafb4149c5dedaeacfd20971ed7c26c7553794bb750536b5f57
|
2008-10-24 08:10:54 +00:00
|
|
|
long_desc="
|
|
|
|
Less is a program similar to more(1), 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(1). 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."
|