pkgsrc-WIP-changes archive

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

neatvi: Remove, imported in pkgsrc as editors/neatvi



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jul 7 17:02:15 2019 +0200
Changeset:	1f382770e554a234080833acfbc9ed1eb0926f57

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

Log Message:
neatvi: Remove, imported in pkgsrc as editors/neatvi

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

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 deletions(-)

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