diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2013-11-04 17:08:47 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:57:36 +0200 |
commit | 76fc4757ac91ac7947a01fb7b53dddf9a78a01d1 (patch) | |
tree | 9b98e6e193c7870cb27ac861394c1c4592850922 /slackware64/d | |
parent | 9664bee729d487bcc0a0bc35859f8e13d5421c75 (diff) | |
download | current-76fc4757ac91ac7947a01fb7b53dddf9a78a01d1.tar.gz |
Slackware 14.1slackware-14.1
Mon Nov 4 17:08:47 UTC 2013
Slackware 14.1 x86_64 stable is released!
It's been another interesting release cycle here at Slackware bringing
new features like support for UEFI machines, updated compilers and
development tools, the switch from MySQL to MariaDB, and many more
improvements throughout the system. Thanks to the team, the upstream
developers, the dedicated Slackware community, and everyone else who
pitched in to help make this release a reality.
The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a
dual-sided
32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware
project by picking up a copy from store.slackware.com. We're taking
pre-orders now, and offer a discount if you sign up for a subscription.
Have fun! :-)
Diffstat (limited to 'slackware64/d')
-rw-r--r-- | slackware64/d/maketag | 10 | ||||
-rw-r--r-- | slackware64/d/maketag.ez | 10 | ||||
-rw-r--r-- | slackware64/d/tagfile | 4 |
3 files changed, 15 insertions, 9 deletions
diff --git a/slackware64/d/maketag b/slackware64/d/maketag index 3d476988..8d91a810 100644 --- a/slackware64/d/maketag +++ b/slackware64/d/maketag @@ -24,7 +24,7 @@ done." 22 72 12 \ "distcc" "gcc frontend to use networked machines" "on" \ "doxygen" "Source code documentation generator" "on" \ "flex" "Fast lexical analyzer generator" "on" \ -"gcc" "GNU gcc-4.7.1 C compiler" "on" \ +"gcc" "GNU C compiler" "on" \ "gcc-g++" "GNU C++ compiler for gcc" "on" \ "gcc-gfortran" "GNU Fortran 95/2003/2008 compiler for gcc" "on" \ "gcc-gnat" "GNU Ada83/95/2005/2012 compiler for gcc" "on" \ @@ -36,6 +36,7 @@ done." 22 72 12 \ "git" "A directory content manager" "on" \ "gperf" "Generates hash functions" "on" \ "guile" "GNU extension language library" "on" \ +"help2man" "Automatic man page generator" "on" \ "indent" "Change the indenting style of a C program" "on" \ "intltool" "Internationalization utilities" "on" \ "kernel-headers" "Linux kernel include files" "on" \ @@ -45,6 +46,7 @@ done." 22 72 12 \ "make" "GNU make" "on" \ "mercurial" "Distributed source management system" "on" \ "nasm" "NASM assembler" "on" \ +"open-cobol" "open source COBOL compiler" "on" \ "oprofile" "System profiling tool" "on" \ "p2c" "A Pascal to C translator" "on" \ "perl" "Larry Wall's systems language" "on" \ @@ -63,7 +65,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile indent intltool kernel-headers libtool llvm m4 make mercurial nasm oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ +autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile help2man indent intltool kernel-headers libtool llvm m4 make mercurial nasm open-cobol oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -71,9 +73,9 @@ autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxy fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile indent intltool kernel-headers libtool llvm m4 make mercurial nasm oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ +autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile help2man indent intltool kernel-headers libtool llvm m4 make mercurial nasm open-cobol oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ ; do - if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then + if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag else echo "$PACKAGE: SKP" >> $TMP/SeTnewtag diff --git a/slackware64/d/maketag.ez b/slackware64/d/maketag.ez index 3d476988..8d91a810 100644 --- a/slackware64/d/maketag.ez +++ b/slackware64/d/maketag.ez @@ -24,7 +24,7 @@ done." 22 72 12 \ "distcc" "gcc frontend to use networked machines" "on" \ "doxygen" "Source code documentation generator" "on" \ "flex" "Fast lexical analyzer generator" "on" \ -"gcc" "GNU gcc-4.7.1 C compiler" "on" \ +"gcc" "GNU C compiler" "on" \ "gcc-g++" "GNU C++ compiler for gcc" "on" \ "gcc-gfortran" "GNU Fortran 95/2003/2008 compiler for gcc" "on" \ "gcc-gnat" "GNU Ada83/95/2005/2012 compiler for gcc" "on" \ @@ -36,6 +36,7 @@ done." 22 72 12 \ "git" "A directory content manager" "on" \ "gperf" "Generates hash functions" "on" \ "guile" "GNU extension language library" "on" \ +"help2man" "Automatic man page generator" "on" \ "indent" "Change the indenting style of a C program" "on" \ "intltool" "Internationalization utilities" "on" \ "kernel-headers" "Linux kernel include files" "on" \ @@ -45,6 +46,7 @@ done." 22 72 12 \ "make" "GNU make" "on" \ "mercurial" "Distributed source management system" "on" \ "nasm" "NASM assembler" "on" \ +"open-cobol" "open source COBOL compiler" "on" \ "oprofile" "System profiling tool" "on" \ "p2c" "A Pascal to C translator" "on" \ "perl" "Larry Wall's systems language" "on" \ @@ -63,7 +65,7 @@ if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ -autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile indent intltool kernel-headers libtool llvm m4 make mercurial nasm oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ +autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile help2man indent intltool kernel-headers libtool llvm m4 make mercurial nasm open-cobol oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done @@ -71,9 +73,9 @@ autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxy fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ -autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile indent intltool kernel-headers libtool llvm m4 make mercurial nasm oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ +autoconf automake binutils bison ccache clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gfortran gcc-gnat gcc-go gcc-java gcc-objc gdb gettext-tools git gperf guile help2man indent intltool kernel-headers libtool llvm m4 make mercurial nasm open-cobol oprofile p2c perl pkg-config pmake python rcs ruby slacktrack strace subversion swig yasm \ ; do - if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then + if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag else echo "$PACKAGE: SKP" >> $TMP/SeTnewtag diff --git a/slackware64/d/tagfile b/slackware64/d/tagfile index 17e6daa6..f655fbd6 100644 --- a/slackware64/d/tagfile +++ b/slackware64/d/tagfile @@ -22,7 +22,8 @@ gdb:REC gettext-tools:REC git:REC gperf:REC -guile:OPT +guile:REC +help2man:REC indent:OPT intltool:REC kernel-headers:ADD @@ -32,6 +33,7 @@ m4:REC make:ADD mercurial:REC nasm:OPT +open-cobol:OPT oprofile:OPT p2c:OPT perl:REC |