2009-08-26 17:00:38 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#item ####description ###on off ###
|
|
|
|
TMP=/var/log/setup/tmp
|
|
|
|
if [ ! -d $TMP ]; then
|
|
|
|
mkdir -p $TMP
|
|
|
|
fi
|
|
|
|
cat /dev/null > $TMP/SeTnewtag
|
|
|
|
dialog --title "SELECTING PACKAGES FROM SERIES D (PROGRAM DEVELOPMENT)" \
|
|
|
|
--checklist "Please confirm the packages you wish to install \
|
2018-05-28 21:12:29 +02:00
|
|
|
from series D. Use the UP/DOWN keys to scroll through the list, and \
|
|
|
|
the SPACE key to deselect any items you don't want to install. \
|
2009-08-26 17:00:38 +02:00
|
|
|
Press ENTER when you are \
|
|
|
|
done." 22 72 12 \
|
2016-06-30 22:26:57 +02:00
|
|
|
"Cython" "C bindings for Python" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"autoconf" "GNU source autoconfig system" "on" \
|
2020-09-28 20:29:52 +02:00
|
|
|
"autoconf-archive" "macros for GNU Autoconf" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"automake" "GNU makefile generator" "on" \
|
|
|
|
"binutils" "GNU C compiler utilities" "on" \
|
|
|
|
"bison" "GNU bison parser generator" "on" \
|
2022-12-07 19:48:07 +01:00
|
|
|
"cargo-vendor-filterer" "Vendor rust libraries based on filters" "on" \
|
|
|
|
"cbindgen" "Generate C/C++ headers for Rust libraries" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"ccache" "Fast Compiler Cache" "on" \
|
2019-11-17 23:07:53 +01:00
|
|
|
"check" "unit test framework" "on" \
|
2023-08-30 23:58:04 +02:00
|
|
|
"clinfo" "Show OpenCL implementation information" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"clisp" "CLISP Common Lisp" "on" \
|
|
|
|
"cmake" "Cross platform make utility" "on" \
|
|
|
|
"cscope" "Source code browser" "on" \
|
|
|
|
"cvs" "Concurrent Versions System" "on" \
|
|
|
|
"dev86" "8086 assembler/loader" "on" \
|
|
|
|
"distcc" "gcc frontend to use networked machines" "on" \
|
|
|
|
"doxygen" "Source code documentation generator" "on" \
|
|
|
|
"flex" "Fast lexical analyzer generator" "on" \
|
2013-11-04 18:08:47 +01:00
|
|
|
"gcc" "GNU C compiler" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"gcc-g++" "GNU C++ compiler for gcc" "on" \
|
2019-05-04 20:44:36 +02:00
|
|
|
"gcc-gdc" "GNU D compiler for gcc" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"gcc-gfortran" "GNU Fortran 95/2003/2008 compiler for gcc" "on" \
|
2023-06-06 22:26:59 +02:00
|
|
|
"gcc-gm2" "GNU Modula-2 compiler for gcc" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"gcc-gnat" "GNU Ada83/95/2005/2012 compiler for gcc" "on" \
|
|
|
|
"gcc-go" "GNU Go compiler for gcc" "on" \
|
2019-05-09 03:39:14 +02:00
|
|
|
"gcc-objc" "GNU Objective-C/C++ compiler for gcc" "on" \
|
2024-08-04 16:47:52 +02:00
|
|
|
"gcc-rust" "GNU Rust compiler for gcc" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"gdb" "The GNU debugger" "on" \
|
|
|
|
"gettext-tools" "GNU internationalization devel package" "on" \
|
|
|
|
"git" "A directory content manager" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"gnucobol" "open source COBOL compiler" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"gperf" "Generates hash functions" "on" \
|
|
|
|
"guile" "GNU extension language library" "on" \
|
2020-05-30 23:31:07 +02:00
|
|
|
"gyp" "Generate Your Projects" "on" \
|
2013-11-04 18:08:47 +01:00
|
|
|
"help2man" "Automatic man page generator" "on" \
|
2018-08-14 02:10:54 +02:00
|
|
|
"icecream" "distributed C/C++ compiler daemon/scheduler" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"indent" "Change the indenting style of a C program" "on" \
|
|
|
|
"intltool" "Internationalization utilities" "on" \
|
|
|
|
"kernel-headers" "Linux kernel include files" "on" \
|
2024-02-12 21:58:46 +01:00
|
|
|
"libgccjit" "JIT library for GCC" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"libtool" "GNU libtool library support script" "on" \
|
2012-09-26 03:10:42 +02:00
|
|
|
"llvm" "LLVM compiler toolkit" "on" \
|
2023-08-19 22:17:55 +02:00
|
|
|
"lua" "light-weight embeddable scripting language" "on" \
|
2024-06-01 01:52:07 +02:00
|
|
|
"luajit" "Just-In-Time Lua compiler" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"m4" "GNU m4 macro processor" "on" \
|
|
|
|
"make" "GNU make" "on" \
|
|
|
|
"mercurial" "Distributed source management system" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"meson" "A high performance build system" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"nasm" "NASM assembler" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"ninja" "build system with a focus on speed" "on" \
|
2024-01-29 20:17:30 +01:00
|
|
|
"nv-codec-headers" "Headers for NVidia's codec APIs" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"opencl-headers" "OpenCL (Open Computing Language) header files" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"oprofile" "System profiling tool" "on" \
|
|
|
|
"p2c" "A Pascal to C translator" "on" \
|
2022-06-06 22:57:15 +02:00
|
|
|
"pahole" "debugging format utilities" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"parallel" "Tool for executing jobs in parallel" "on" \
|
|
|
|
"patchelf" "tool to modify ELF binaries/libraries" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"perl" "Larry Wall's systems language" "on" \
|
|
|
|
"pkg-config" "A tool for managing library information" "on" \
|
|
|
|
"pmake" "Parallel make from BSD" "on" \
|
2021-02-27 20:26:22 +01:00
|
|
|
"poke" "GNU binary data editor" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"python-pip" "tool for installing Python packages" "on" \
|
2016-06-30 22:26:57 +02:00
|
|
|
"python-setuptools" "Enhancements to Python distutils" "on" \
|
2020-04-21 04:45:06 +02:00
|
|
|
"python2" "An interpreted object-oriented language, v2" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"python3" "An interpreted object-oriented language, v3" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"rcs" "GNU revision control system" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"re2c" "regular expressions to C/C++ conversion tool" "on" \
|
2020-11-12 22:20:07 +01:00
|
|
|
"rinutils" "set of C headers" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"ruby" "Interpreted object-oriented script language" "on" \
|
2018-05-28 21:12:29 +02:00
|
|
|
"rust" "a safe, concurrent, practical language" "on" \
|
2022-12-07 19:48:07 +01:00
|
|
|
"rust-bindgen" "Generate Rust bindings to C and C++ libraries" "on" \
|
2020-11-27 07:21:11 +01:00
|
|
|
"sassc" "Sass CSS preprocessor" "on" \
|
2016-06-30 22:26:57 +02:00
|
|
|
"scons" "A software construction tool" "on" \
|
2011-04-25 15:37:00 +02:00
|
|
|
"slacktrack" "Tracks a source installation to make a package" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
"strace" "Traces program execution" "on" \
|
|
|
|
"subversion" "Subversion version control system" "on" \
|
|
|
|
"swig" "Simplified Wrapper and Interface Generator" "on" \
|
2023-07-30 22:33:52 +02:00
|
|
|
"tree-sitter" "parser generator and library" "on" \
|
2018-11-22 06:56:56 +01:00
|
|
|
"vala" "GNOME programming language" "on" \
|
2024-04-12 21:08:59 +02:00
|
|
|
"valgrind" "Valgrind memory debugger" "on" \
|
2011-04-25 15:37:00 +02:00
|
|
|
"yasm" "The Yasm Modular Assembler" "on" \
|
2009-08-26 17:00:38 +02:00
|
|
|
2> $TMP/SeTpkgs
|
|
|
|
if [ $? = 1 -o $? = 255 ]; then
|
|
|
|
rm -f $TMP/SeTpkgs
|
|
|
|
> $TMP/SeTnewtag
|
|
|
|
for pkg in \
|
2024-08-04 16:47:52 +02:00
|
|
|
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 gcc-rust gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libgccjit libtool llvm lua luajit 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 \
|
2009-08-26 17:00:38 +02:00
|
|
|
; do
|
|
|
|
echo "$pkg: SKP" >> $TMP/SeTnewtag
|
|
|
|
done
|
|
|
|
exit
|
|
|
|
fi
|
|
|
|
cat /dev/null > $TMP/SeTnewtag
|
|
|
|
for PACKAGE in \
|
2024-08-04 16:47:52 +02:00
|
|
|
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 gcc-rust gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libgccjit libtool llvm lua luajit 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 \
|
2009-08-26 17:00:38 +02:00
|
|
|
; do
|
2013-11-04 18:08:47 +01:00
|
|
|
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
|
2009-08-26 17:00:38 +02:00
|
|
|
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
|
|
|
|
else
|
|
|
|
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
rm -f $TMP/SeTpkgs
|