pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove vim-gtk, not supported by upstream any longer.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8e3d6ed859e
branches: trunk
changeset: 629560:e8e3d6ed859e
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 23 14:15:12 2014 +0000
description:
Remove vim-gtk, not supported by upstream any longer.
Noted by Niclas Rosenvik on pkgsrc-users.
diffstat:
doc/CHANGES-2014 | 3 ++-
editors/Makefile | 3 +--
editors/vim-gtk/DESCR | 10 ----------
editors/vim-gtk/Makefile | 40 ----------------------------------------
editors/vim-gtk/PLIST | 12 ------------
5 files changed, 3 insertions(+), 65 deletions(-)
diffs (105 lines):
diff -r 9193cd96bddf -r e8e3d6ed859e doc/CHANGES-2014
--- a/doc/CHANGES-2014 Thu Jan 23 13:30:50 2014 +0000
+++ b/doc/CHANGES-2014 Thu Jan 23 14:15:12 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2014,v 1.398 2014/01/23 13:30:50 obache Exp $
+$NetBSD: CHANGES-2014,v 1.399 2014/01/23 14:15:12 wiz Exp $
Changes to the packages collection and infrastructure in 2014:
@@ -482,3 +482,4 @@
Updated textproc/latex2html to 2008nb5 [is 2014-01-23]
Updated mail/sma to 1.4nb1 [tron 2014-01-23]
Updated www/lighttpd to 1.4.34 [adam 2014-01-23]
+ Removed editors/vim-gtk successor editors/vim-gtk2 [wiz 2014-01-23]
diff -r 9193cd96bddf -r e8e3d6ed859e editors/Makefile
--- a/editors/Makefile Thu Jan 23 13:30:50 2014 +0000
+++ b/editors/Makefile Thu Jan 23 14:15:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.165 2013/05/02 05:06:55 agc Exp $
+# $NetBSD: Makefile,v 1.166 2014/01/23 14:15:12 wiz Exp $
#
COMMENT= Editors
@@ -146,7 +146,6 @@
SUBDIR+= vile
SUBDIR+= vilearn
SUBDIR+= vim
-SUBDIR+= vim-gtk
SUBDIR+= vim-gtk2
SUBDIR+= vim-lang
SUBDIR+= vim-motif
diff -r 9193cd96bddf -r e8e3d6ed859e editors/vim-gtk/DESCR
--- a/editors/vim-gtk/DESCR Thu Jan 23 13:30:50 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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.
-
-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 version also contains a X11 GTK+ GUI. If you don't have X11,
-look at the `vim' package instead.
diff -r 9193cd96bddf -r e8e3d6ed859e editors/vim-gtk/Makefile
--- a/editors/vim-gtk/Makefile Thu Jan 23 13:30:50 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.62 2012/10/03 11:43:46 asau Exp $
-
-PKGNAME= vim-gtk-${VIM_VERSION}.${VIM_PATCHLEVEL}
-
-COMMENT= Vim editor (vi clone) with X11 GTK+ GUI
-
-.include "../../editors/vim-share/Makefile.common"
-
-DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
-CONFLICTS+= vim-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
-CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]*
-
-CONFIGURE_ARGS+= --enable-gui=gtk
-CONFIGURE_ARGS+= --with-tlib=${BUILDLINK_LIBNAME.termcap}
-
-BUILD_TARGET= vim
-INSTALL_TARGET= installvimbin
-
-INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-
-CHECK_INTERPRETER_SKIP+=${PKGMANDIR}/man1/gvim.1 ${PKGMANDIR}/man1/gview.1
-CHECK_INTERPRETER_SKIP+=${PKGMANDIR}/man1/rgvim.1 ${PKGMANDIR}/man1/rgview.1
-
-post-install:
-.for f in gvim.1 gview.1 rgvim.1 rgview.1
- ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${f}
- ${LN} -s vim.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${f}
-.endfor
-.for f in gvim gview rgvim rgview 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 "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-
-.include "../../mk/termcap.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9193cd96bddf -r e8e3d6ed859e editors/vim-gtk/PLIST
--- a/editors/vim-gtk/PLIST Thu Jan 23 13:30:50 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2006/03/02 10:41:41 martti Exp $
-bin/gview
-bin/gvim
-bin/rgview
-bin/rgvim
-bin/rview
-bin/rvim
-bin/vim
-man/man1/gview.1
-man/man1/gvim.1
-man/man1/rgview.1
-man/man1/rgvim.1
Home |
Main Index |
Thread Index |
Old Index