atlas/3: variants for gcc/5.5.0, gcc/6.4.0 and gcc/7.3.0 added

This commit is contained in:
2018-04-17 17:23:45 +02:00
26 changed files with 122 additions and 10 deletions

View File

@@ -2,4 +2,5 @@ git/2.3.3 stable Tcl/8.6.4 Tk/8.6.4
git/2.5.2 stable Tcl/8.6.4 Tk/8.6.4
git/2.8.1 stable Tcl/8.6.4 Tk/8.6.4
git/2.11.1 stable Tcl/8.6.4 Tk/8.6.4
git/2.13.0 unstable Tcl/8.6.4 Tk/8.6.4 b:perl b:asciidoc b:xmlto
git/2.13.0 stable Tcl/8.6.4 Tk/8.6.4 b:perl b:asciidoc b:xmlto
git/2.16.2 stable Tcl/8.6.4 Tk/8.6.4 b:perl b:asciidoc b:xmlto

1
Tools/vim/8/variants Normal file
View File

@@ -0,0 +1 @@
vim/8.0.586 unstable

23
Tools/vim/build Executable file
View File

@@ -0,0 +1,23 @@
#!/usr/bin/env modbuild
SOURCE_URL="ftp://ftp.vim.org/pub/vim/unix/$P-$V.tar.bz2"
pbuild::configure() {
cd "${MODULE_SRCDIR}"
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::add_to_group 'Tools'
pbuild::compile_in_sourcetree
#pbuild::set_docfiles 'COPYING' 'README.md'
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

22
Tools/vim/modulefile Normal file
View File

@@ -0,0 +1,22 @@
#%Module1.0
module-whatis "the ubiquitous text editor"
module-url "https://www.vim.org/"
module-license "GNU GPL v2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
im is a highly configurable text editor built to make creating and
changing any kind of text very efficient. It is included as 'vi'
with most UNIX systems and with Apple OS X.
Vim is rock stable and is continuously being developed to become
even better. Among its features are:
persistent, multi-level undo tree
extensive plugin system
support for hundreds of programming languages and file formats
powerful search and replace
integrates with many tools
"