neatvi: Import neatvi-06 as wip/neatvi

Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.
This commit is contained in:
Leonardo Taccari 2018-01-05 00:46:29 +01:00
parent 709c08182d
commit e4af42b0bb
5 changed files with 37 additions and 0 deletions

View File

@ -2142,6 +2142,7 @@ SUBDIR+= ncbi-c++-lib
SUBDIR+= ncbi-lib
SUBDIR+= ncp
SUBDIR+= ncrack
SUBDIR+= neatvi
SUBDIR+= neb-cd512
SUBDIR+= neb-hdtoolbox
SUBDIR+= necpp-git

1
neatvi/DESCR Normal file
View File

@ -0,0 +1 @@
Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.

26
neatvi/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $NetBSD$
DISTNAME= neatvi-06
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=aligrudi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/aligrudi/neatvi/
COMMENT= Small vi/ex editor for editing bidirectional UTF-8 text
LICENSE= isc
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Honors user's CC, CFLAGS and LDFLAGS
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile= -e 's/cc/${CC}/'
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
INSTALLATION_DIRS+= bin share/doc/neatvi
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vi ${DESTDIR}${PREFIX}/bin/neatvi
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/neatvi
.include "../../mk/bsd.pkg.mk"

3
neatvi/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD$
bin/neatvi
share/doc/neatvi/README

6
neatvi/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (neatvi-06.tar.gz) = b54f0e888c61afe4c300b94bfff19ce09abb90ae
RMD160 (neatvi-06.tar.gz) = 608152d08ef6a7b558da0e4cb14b484aa6c52da9
SHA512 (neatvi-06.tar.gz) = ff5850fc736afb33f57bcf738fc6eab346785caa5eff81fac567248eb0bede973731ca1791651d73d0157df170b6f07df3cd05ee4d8a6eb2090d51f92460d2b9
Size (neatvi-06.tar.gz) = 42877 bytes