1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

lnav is an ncurses based log file viewer, with syntax highlighting,

filtering, tab completion for most operations, and sessions support.

WWW: http://lnav.org/

PR:		199062
Submitted by:	Thomas Hurst <tom@hur.st>
This commit is contained in:
Pawel Pekala 2015-04-02 20:18:50 +00:00
parent d11cdae30b
commit 58e1ea0c65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383063
4 changed files with 32 additions and 0 deletions

View File

@ -476,6 +476,7 @@
SUBDIR += livecd
SUBDIR += lmmon
SUBDIR += lmon
SUBDIR += lnav
SUBDIR += log_analysis
SUBDIR += loganalyzer
SUBDIR += logrotate

25
sysutils/lnav/Makefile Normal file
View File

@ -0,0 +1,25 @@
# Created by: Thomas Hurst <tom@hur.st>
# $FreeBSD$
PORTNAME= lnav
PORTVERSION= 0.7.2
CATEGORIES= sysutils
MAINTAINER= tom@hur.st
COMMENT= Terminal based log file navigator
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
USE_GITHUB= yes
GH_ACCOUNT= tstack
GH_TAGNAME= v${PORTVERSION}
GNU_CONFIGURE= yes
USES= ncurses readline python
USE_SQLITE= 3
PLIST_FILES= bin/lnav man/man1/lnav.1.gz
.include <bsd.port.mk>

2
sysutils/lnav/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (tstack-lnav-0.7.2-v0.7.2_GH0.tar.gz) = 264dc02614d696f1911c4886f7ccef55f1941e10ed34b53869ae10bc8194b451
SIZE (tstack-lnav-0.7.2-v0.7.2_GH0.tar.gz) = 839805

4
sysutils/lnav/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
lnav is an ncurses based log file viewer, with syntax highlighting,
filtering, tab completion for most operations, and sessions support.
WWW: http://lnav.org/