pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/neatvi neatvi: Import neatvi-06 as editors/neatvi



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb1d19964371
branches:  trunk
changeset: 336109:bb1d19964371
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jul 07 14:59:43 2019 +0000

description:
neatvi: Import neatvi-06 as editors/neatvi

Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.

diffstat:

 editors/neatvi/DESCR    |   1 +
 editors/neatvi/Makefile |  26 ++++++++++++++++++++++++++
 editors/neatvi/PLIST    |   3 +++
 editors/neatvi/distinfo |   6 ++++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 95cbfe2fdae5 -r bb1d19964371 editors/neatvi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/neatvi/DESCR      Sun Jul 07 14:59:43 2019 +0000
@@ -0,0 +1,1 @@
+Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.
diff -r 95cbfe2fdae5 -r bb1d19964371 editors/neatvi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/neatvi/Makefile   Sun Jul 07 14:59:43 2019 +0000
@@ -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@localhost
+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"
diff -r 95cbfe2fdae5 -r bb1d19964371 editors/neatvi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/neatvi/PLIST      Sun Jul 07 14:59:43 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/07/07 14:59:43 leot Exp $
+bin/neatvi
+share/doc/neatvi/README
diff -r 95cbfe2fdae5 -r bb1d19964371 editors/neatvi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/neatvi/distinfo   Sun Jul 07 14:59:43 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index