pkgsrc-WIP-changes archive

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

neatvi: Import neatvi-06 as wip/neatvi



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Jan 5 00:46:29 2018 +0100
Changeset:	e4af42b0bbef2e7f7322764432d03f92758e88cb

Modified Files:
	Makefile
Added Files:
	neatvi/DESCR
	neatvi/Makefile
	neatvi/PLIST
	neatvi/distinfo

Log Message:
neatvi: Import neatvi-06 as wip/neatvi

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4af42b0bbef2e7f7322764432d03f92758e88cb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 neatvi/DESCR    |  1 +
 neatvi/Makefile | 26 ++++++++++++++++++++++++++
 neatvi/PLIST    |  3 +++
 neatvi/distinfo |  6 ++++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9d493b7772..f158d73c52 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/neatvi/DESCR b/neatvi/DESCR
new file mode 100644
index 0000000000..1e6a280fc6
--- /dev/null
+++ b/neatvi/DESCR
@@ -0,0 +1 @@
+Neatvi is a vi/ex editor. It can edit bidirectional UTF-8 text.
diff --git a/neatvi/Makefile b/neatvi/Makefile
new file mode 100644
index 0000000000..d764eab3e8
--- /dev/null
+++ b/neatvi/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+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 --git a/neatvi/PLIST b/neatvi/PLIST
new file mode 100644
index 0000000000..e0c7074f5c
--- /dev/null
+++ b/neatvi/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/neatvi
+share/doc/neatvi/README
diff --git a/neatvi/distinfo b/neatvi/distinfo
new file mode 100644
index 0000000000..fe57ad01a3
--- /dev/null
+++ b/neatvi/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index