neatvi: Import neatvi-06 as editors/neatvi
Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.
This commit is contained in:
parent
b53f6f1859
commit
ca4be7591c
4 changed files with 36 additions and 0 deletions
1
editors/neatvi/DESCR
Normal file
1
editors/neatvi/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.
|
26
editors/neatvi/Makefile
Normal file
26
editors/neatvi/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/07/07 14:59:43 leot Exp $
|
||||
|
||||
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
editors/neatvi/PLIST
Normal file
3
editors/neatvi/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/07/07 14:59:43 leot Exp $
|
||||
bin/neatvi
|
||||
share/doc/neatvi/README
|
6
editors/neatvi/distinfo
Normal file
6
editors/neatvi/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/07/07 14:59:43 leot Exp $
|
||||
|
||||
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
|
Loading…
Reference in a new issue