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:
parent
d11cdae30b
commit
58e1ea0c65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383063
@ -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
25
sysutils/lnav/Makefile
Normal 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
2
sysutils/lnav/distinfo
Normal 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
4
sysutils/lnav/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user