summaryrefslogtreecommitdiffstats
path: root/slackware64/d/maketag.ez
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64/d/maketag.ez')
-rw-r--r--slackware64/d/maketag.ez16
1 files changed, 13 insertions, 3 deletions
diff --git a/slackware64/d/maketag.ez b/slackware64/d/maketag.ez
index cbb1b6383..871a82f82 100644
--- a/slackware64/d/maketag.ez
+++ b/slackware64/d/maketag.ez
@@ -17,8 +17,11 @@ done." 22 72 12 \
"automake" "GNU makefile generator" "on" \
"binutils" "GNU C compiler utilities" "on" \
"bison" "GNU bison parser generator" "on" \
+"cargo-vendor-filterer" "Vendor rust libraries based on filters" "on" \
+"cbindgen" "Generate C/C++ headers for Rust libraries" "on" \
"ccache" "Fast Compiler Cache" "on" \
"check" "unit test framework" "on" \
+"clinfo" "Show OpenCL implementation information" "on" \
"clisp" "CLISP Common Lisp" "on" \
"cmake" "Cross platform make utility" "on" \
"cscope" "Source code browser" "on" \
@@ -28,10 +31,10 @@ done." 22 72 12 \
"doxygen" "Source code documentation generator" "on" \
"flex" "Fast lexical analyzer generator" "on" \
"gcc" "GNU C compiler" "on" \
-"gcc-brig" "GNU BRIG (HSA IL) front-end for gcc" "on" \
"gcc-g++" "GNU C++ compiler for gcc" "on" \
"gcc-gdc" "GNU D compiler for gcc" "on" \
"gcc-gfortran" "GNU Fortran 95/2003/2008 compiler for gcc" "on" \
+"gcc-gm2" "GNU Modula-2 compiler for gcc" "on" \
"gcc-gnat" "GNU Ada83/95/2005/2012 compiler for gcc" "on" \
"gcc-go" "GNU Go compiler for gcc" "on" \
"gcc-objc" "GNU Objective-C/C++ compiler for gcc" "on" \
@@ -47,17 +50,21 @@ done." 22 72 12 \
"indent" "Change the indenting style of a C program" "on" \
"intltool" "Internationalization utilities" "on" \
"kernel-headers" "Linux kernel include files" "on" \
+"libgccjit" "JIT library for GCC" "on" \
"libtool" "GNU libtool library support script" "on" \
"llvm" "LLVM compiler toolkit" "on" \
+"lua" "light-weight embeddable scripting language" "on" \
"m4" "GNU m4 macro processor" "on" \
"make" "GNU make" "on" \
"mercurial" "Distributed source management system" "on" \
"meson" "A high performance build system" "on" \
"nasm" "NASM assembler" "on" \
"ninja" "build system with a focus on speed" "on" \
+"nv-codec-headers" "Headers for NVidia's codec APIs" "on" \
"opencl-headers" "OpenCL (Open Computing Language) header files" "on" \
"oprofile" "System profiling tool" "on" \
"p2c" "A Pascal to C translator" "on" \
+"pahole" "debugging format utilities" "on" \
"parallel" "Tool for executing jobs in parallel" "on" \
"patchelf" "tool to modify ELF binaries/libraries" "on" \
"perl" "Larry Wall's systems language" "on" \
@@ -73,20 +80,23 @@ done." 22 72 12 \
"rinutils" "set of C headers" "on" \
"ruby" "Interpreted object-oriented script language" "on" \
"rust" "a safe, concurrent, practical language" "on" \
+"rust-bindgen" "Generate Rust bindings to C and C++ libraries" "on" \
"sassc" "Sass CSS preprocessor" "on" \
"scons" "A software construction tool" "on" \
"slacktrack" "Tracks a source installation to make a package" "on" \
"strace" "Traces program execution" "on" \
"subversion" "Subversion version control system" "on" \
"swig" "Simplified Wrapper and Interface Generator" "on" \
+"tree-sitter" "parser generator and library" "on" \
"vala" "GNOME programming language" "on" \
+"valgrind" "Valgrind memory debugger" "on" \
"yasm" "The Yasm Modular Assembler" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-Cython autoconf autoconf-archive automake binutils bison ccache check clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-brig gcc-g++ gcc-gdc gcc-gfortran gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm m4 make mercurial meson nasm ninja opencl-headers oprofile p2c parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust sassc scons slacktrack strace subversion swig vala yasm \
+Cython autoconf autoconf-archive automake binutils bison cargo-vendor-filterer cbindgen ccache check clinfo clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gdc gcc-gfortran gcc-gm2 gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libgccjit libtool llvm lua m4 make mercurial meson nasm ninja nv-codec-headers opencl-headers oprofile p2c pahole parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust rust-bindgen sassc scons slacktrack strace subversion swig tree-sitter vala valgrind yasm \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -94,7 +104,7 @@ Cython autoconf autoconf-archive automake binutils bison ccache check clisp cmak
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-Cython autoconf autoconf-archive automake binutils bison ccache check clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-brig gcc-g++ gcc-gdc gcc-gfortran gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm m4 make mercurial meson nasm ninja opencl-headers oprofile p2c parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust sassc scons slacktrack strace subversion swig vala yasm \
+Cython autoconf autoconf-archive automake binutils bison cargo-vendor-filterer cbindgen ccache check clinfo clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gdc gcc-gfortran gcc-gm2 gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libgccjit libtool llvm lua m4 make mercurial meson nasm ninja nv-codec-headers opencl-headers oprofile p2c pahole parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust rust-bindgen sassc scons slacktrack strace subversion swig tree-sitter vala valgrind yasm \
; do
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag