pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/vim-gtk3



Module Name:    pkgsrc
Committed By:   morr
Date:           Tue Oct  4 17:56:48 UTC 2016

Added Files:
        pkgsrc/editors/vim-gtk3: DESCR Makefile PLIST

Log Message:
Add GTK3 gui package


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/vim-gtk3/DESCR \
    pkgsrc/editors/vim-gtk3/Makefile pkgsrc/editors/vim-gtk3/PLIST

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

Added files:

Index: pkgsrc/editors/vim-gtk3/DESCR
diff -u /dev/null pkgsrc/editors/vim-gtk3/DESCR:1.1
--- /dev/null   Tue Oct  4 17:56:48 2016
+++ pkgsrc/editors/vim-gtk3/DESCR       Tue Oct  4 17:56:48 2016
@@ -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.
+
+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.
Index: pkgsrc/editors/vim-gtk3/Makefile
diff -u /dev/null pkgsrc/editors/vim-gtk3/Makefile:1.1
--- /dev/null   Tue Oct  4 17:56:48 2016
+++ pkgsrc/editors/vim-gtk3/Makefile    Tue Oct  4 17:56:48 2016
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1 2016/10/04 17:56:48 morr Exp $
+
+PKGNAME=       vim-gtk3-${VIM_VERSION}.${VIM_PATCHLEVEL}
+
+COMMENT=       Vim editor (vi clone) with X11 GTK2 GUI
+
+PKG_SUPPORTED_OPTIONS+=        gnome
+
+.include               "../../editors/vim-share/Makefile.common"
+
+
+DEPENDS+=              vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share
+CONFLICTS+=            vim-[0-9]* vim-gtk-[0-9]* vim-motif-[0-9]* vim-gtk2-[0-9]*
+CONFLICTS+=            vim-xaw-[0-9]* vim-kde-[0-9]*
+
+CONFIGURE_ARGS+=       --with-tlib=${BUILDLINK_LIBNAME.termcap}
+
+CONFIGURE_ARGS+=       --enable-gui=gtk3
+
+USE_TOOLS+=            pkg-config
+
+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/libXt/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+
+.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/editors/vim-gtk3/PLIST
diff -u /dev/null pkgsrc/editors/vim-gtk3/PLIST:1.1
--- /dev/null   Tue Oct  4 17:56:48 2016
+++ pkgsrc/editors/vim-gtk3/PLIST       Tue Oct  4 17:56:48 2016
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/04 17:56:48 morr 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