pkgsrc-WIP-changes archive

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

vim-nox: rename to vim-nox11



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Tue Sep 15 01:17:23 2020 +0200
Changeset:	75dcf559a4808781d93ce93fd19dce21b10e6c13

Modified Files:
	Makefile
Added Files:
	vim-nox11/DESCR
	vim-nox11/Makefile
	vim-nox11/PLIST
Removed Files:
	vim-nox/DESCR
	vim-nox/Makefile
	vim-nox/PLIST

Log Message:
vim-nox: rename to vim-nox11

This follows the established practice with editors/*emacs*-nox11,
graphics/*plot*-nox11, print/ghostscript*-nox11, etc.

Discussed with tm@

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

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

diffstat:
 Makefile           |  2 +-
 vim-nox/DESCR      | 10 ----------
 vim-nox/Makefile   | 33 ---------------------------------
 vim-nox/PLIST      |  6 ------
 vim-nox11/DESCR    | 10 ++++++++++
 vim-nox11/Makefile | 33 +++++++++++++++++++++++++++++++++
 vim-nox11/PLIST    |  6 ++++++
 7 files changed, 50 insertions(+), 50 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 7b84f9da73..348d936b2b 100644
--- a/Makefile
+++ b/Makefile
@@ -4913,7 +4913,7 @@ SUBDIR+=	vidriolib
 SUBDIR+=	viewer
 SUBDIR+=	viewglob
 SUBDIR+=	viewnior
-SUBDIR+=	vim-nox
+SUBDIR+=	vim-nox11
 SUBDIR+=	vimb-git
 SUBDIR+=	vimb2
 SUBDIR+=	vimprobable2
diff --git a/vim-nox/DESCR b/vim-nox/DESCR
deleted file mode 100644
index 0b7146c897..0000000000
--- a/vim-nox/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-Vim is an almost compatible version of the UNIX editor Vi.  Many new features
-have been added: multi level undo, syntax highlighting, command line history,
-on-line help, filename completion, block operations, etc. See doc/vi_diff.txt.
-
-If you are building the package from source you may want to enable some
-features such as a perl or python interpreter which are not enabled by
-default.
-
-This package contains a version of vim compiled with support for scripting
-with Lua, Perl, Python and Ruby but no GUI.
diff --git a/vim-nox/Makefile b/vim-nox/Makefile
deleted file mode 100644
index 8183797910..0000000000
--- a/vim-nox/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.00 2016/12/08 10:14:30 tm Exp $
-
-PKGNAME=		vim-nox-${VIM_VERSION}.${VIM_PATCHLEVEL}
-
-COMMENT=		Vim editor (vi clone) with scripting languages support
-
-PKG_SUGGESTED_OPTIONS+=	ruby python perl lua
-
-.include		"../../editors/vim-share/Makefile.common"
-
-DEPENDS+=		vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
-
-CONFLICTS+=		vim-[0-9]*
-CONFLICTS+=		vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
-CONFLICTS+=		vim-xaw-[0-9]* vim-kde-[0-9]*
-
-CONFIGURE_ARGS+=	--enable-gui=no --without-x
-CONFIGURE_ARGS+=	--with-tlib=${BUILDLINK_LIBNAME.termcap}
-
-BUILD_TARGET=		vim
-INSTALL_TARGET=		installvimbin installvimdiff installtutorbin
-TEST_TARGET=		check
-
-post-install:
-.for f in rvim rview
-	${RM} -f ${DESTDIR}${PREFIX}/bin/${f}
-	${LN} -s vim ${DESTDIR}${PREFIX}/bin/${f}
-.endfor
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/termcap.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/vim-nox/PLIST b/vim-nox/PLIST
deleted file mode 100644
index 27af2cd951..0000000000
--- a/vim-nox/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.0 2016/12/08 10:14:50 tm Exp $
-bin/rview
-bin/rvim
-bin/vim
-bin/vimdiff
-bin/vimtutor
diff --git a/vim-nox11/DESCR b/vim-nox11/DESCR
new file mode 100644
index 0000000000..0b7146c897
--- /dev/null
+++ b/vim-nox11/DESCR
@@ -0,0 +1,10 @@
+Vim is an almost compatible version of the UNIX editor Vi.  Many new features
+have been added: multi level undo, syntax highlighting, command line history,
+on-line help, filename completion, block operations, etc. See doc/vi_diff.txt.
+
+If you are building the package from source you may want to enable some
+features such as a perl or python interpreter which are not enabled by
+default.
+
+This package contains a version of vim compiled with support for scripting
+with Lua, Perl, Python and Ruby but no GUI.
diff --git a/vim-nox11/Makefile b/vim-nox11/Makefile
new file mode 100644
index 0000000000..d9f537caef
--- /dev/null
+++ b/vim-nox11/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.00 2016/12/08 10:14:30 tm Exp $
+
+PKGNAME=		vim-nox11-${VIM_VERSION}.${VIM_PATCHLEVEL}
+
+COMMENT=		Vim editor (vi clone) with scripting languages support
+
+PKG_SUGGESTED_OPTIONS+=	ruby python perl lua
+
+.include		"../../editors/vim-share/Makefile.common"
+
+DEPENDS+=		vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
+
+CONFLICTS+=		vim-[0-9]*
+CONFLICTS+=		vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
+CONFLICTS+=		vim-xaw-[0-9]* vim-kde-[0-9]*
+
+CONFIGURE_ARGS+=	--enable-gui=no --without-x
+CONFIGURE_ARGS+=	--with-tlib=${BUILDLINK_LIBNAME.termcap}
+
+BUILD_TARGET=		vim
+INSTALL_TARGET=		installvimbin installvimdiff installtutorbin
+TEST_TARGET=		check
+
+post-install:
+.for f in rvim rview
+	${RM} -f ${DESTDIR}${PREFIX}/bin/${f}
+	${LN} -s vim ${DESTDIR}${PREFIX}/bin/${f}
+.endfor
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/vim-nox11/PLIST b/vim-nox11/PLIST
new file mode 100644
index 0000000000..27af2cd951
--- /dev/null
+++ b/vim-nox11/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.0 2016/12/08 10:14:50 tm Exp $
+bin/rview
+bin/rvim
+bin/vim
+bin/vimdiff
+bin/vimtutor


Home | Main Index | Thread Index | Old Index