2008-10-24 10:10:54 +02:00
|
|
|
# Template file for 'less'
|
|
|
|
pkgname=less
|
2009-04-16 00:38:16 +02:00
|
|
|
version=429
|
2009-02-19 02:07:14 +01:00
|
|
|
distfiles="http://www.greenwoodsoftware.com/less/less-$version.tar.gz"
|
2008-10-24 10:10:54 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Pager program similar to more(1)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-04-16 00:38:16 +02:00
|
|
|
checksum=d3073eceb3c9314d1fab7df92a39d1aea4782db4cafa982ea670cd2f6c713408
|
2008-10-24 10:10:54 +02: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."
|
|
|
|
|
2009-02-25 06:15:20 +01:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full ncurses
|