summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorjlam <jlam>2003-07-16 09:33:46 +0000
committerjlam <jlam>2003-07-16 09:33:46 +0000
commite664449b954368894a4fd85edc962c90bc7b4903 (patch)
tree491111004206c0c3cb92ae9f1dd439e854e373be /editors/vim
parentf6cad14a16265838094c96c2784856bdf35df1a9 (diff)
downloadpkgsrc-e664449b954368894a4fd85edc962c90bc7b4903.tar.gz
Initial work in merging bits of the pkgviews branch into modern pkgsrc.
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/DESCR10
-rw-r--r--editors/vim/Makefile28
-rw-r--r--editors/vim/PLIST4
3 files changed, 0 insertions, 42 deletions
diff --git a/editors/vim/DESCR b/editors/vim/DESCR
deleted file mode 100644
index 6da140b70e1..00000000000
--- a/editors/vim/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 version does not contain a gui. If you want one, look at vim-xaw or
-vim-gtk.
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
deleted file mode 100644
index 62b293dccd0..00000000000
--- a/editors/vim/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.46 2003/07/13 13:51:37 wiz Exp $
-
-.include "../vim-share/Makefile.common"
-
-PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
-
-COMMENT= Vim editor (vi clone) without gui
-
-DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}:../vim-share
-
-CONFLICTS+= vim-gtk-[0-9]* vim-gtk2-[0-9]* vim-motif-[0-9]*
-CONFLICTS+= vim-xaw-[0-9]*
-
-CONFIGURE_ARGS+= --enable-gui=no --without-x
-CONFIGURE_ARGS+= --with-tlib=ncurses
-
-ALL_TARGET= vim
-INSTALL_TARGET= installvimbin
-
-post-install:
- for f in rvim rview ; do \
- ${RM} -f ${PREFIX}/bin/$$f; \
- ${LN} -s vim ${PREFIX}/bin/$$f; \
- done
-
-.include "../../devel/ncurses/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/editors/vim/PLIST b/editors/vim/PLIST
deleted file mode 100644
index 01b4018bc70..00000000000
--- a/editors/vim/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:24:09 zuntum Exp $
-bin/vim
-bin/rvim
-bin/rview