File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/packages.tar
Back
compat/dictionaries-common 0000644 00000000002 15027445773 0011723 0 ustar 00 0 compat/emacsen-common 0000644 00000000002 15027445773 0010661 0 ustar 00 0 remove/dictionaries-common 0000755 00000001332 15027445773 0011747 0 ustar 00 #!/bin/sh # # emacsen remove script for the Debian GNU/Linux # dictionaries-common package # # Written by Rafael Laboissiere <rafael@debian.org> and # Agustin Martin <agmartin@debian.org> based on # Dirk Eddelbuettel <edd@debian.org> script for the octave package. # ----------------------------------------------------------------- set -e # Canadian spelling ;-) flavour=$1 package=dictionaries-common destination=/usr/share/${flavour}/site-lisp/${package} if [ -d $destination ]; then echo remove/${package}: Purging byte-compiled files for flavour ${flavour} rm -f ${destination}/*.elc ${destination}/*.el ${destination}/done ${destination}/.nosearch rmdir --ignore-fail-on-non-empty ${destination} fi exit 0; remove/emacsen-common 0000755 00000000326 15027445773 0010707 0 ustar 00 #!/bin/sh set -e flavor="$1" echo "emacsen-common: Handling removal of emacsen flavor $flavor" rm -f \ "/usr/share/$flavor/site-lisp/debian-startup.el" \ "/usr/share/$flavor/site-lisp/debian-startup.elc" install/dictionaries-common 0000755 00000003700 15027445773 0012121 0 ustar 00 #!/bin/sh # # emacsen install script for the Debian GNU/Linux # dictionaries-common package # # Written by Rafael Laboissiere <rafael@debian.org> and # Agustin Martin <agmartin@debian.org> # # Some things taken from Dirk Eddelbuettel script for the octave package. # lpath.el trick is stolen from Davide Salvetti's auctex package # -------------------------------------------------------------- set -e # Canadian spelling ;-) flavour=$1 package=dictionaries-common files_base="debian-ispell.el" files="$files_base ispell.el flyspell.el" source=/usr/share/dictionaries-common/site-elisp destination=/usr/share/${flavour}/site-lisp/${package} case "$flavour" in xemacs*) flags="-no-site-file" ;; emacs19|emacs20|emacs21|emacs22|emacs-snapshot*) # Do not byte-compile anything for above emacsen flavours echo "install/${package}: Skipping byte-compilation for $flavour" exit 0 ;; emacs*) flags="--no-site-file" emacs_version=$($flavour -no-site-file --version | head -n 1 | sed 's/^.* Emacs //' ) if dpkg --compare-versions ${emacs_version} ge "24.5"; then files=${files_base} fi ;; *) echo install/${package}: Ignoring emacsen flavour [${flavour}] exit 0 ;; esac if [ -e "${destination}/done" ]; then echo "install/${package}: Already byte-compiled for ${flavour}. Skipping ..." else echo install/${package}: Byte-compiling for emacsen flavour ${flavour} # Make sure destination directory is available install -m 0755 -d ${destination} # Make sure current dir is in the load path cat << EOF > ${destination}/path.el (setq load-path (cons "." load-path) byte-compile-warnings nil) EOF flags="${flags} -q -batch -l path.el -f batch-byte-compile" ( # Go to the .elc dir, set sources symlinks, byte compile files and remove temp .el files from the .elc dir cd ${destination} touch .nosearch for i in $files; do ln -sf $source/$i done ${flavour} ${flags} ${files} rm path.el touch done ) fi exit 0; install/emacsen-common 0000755 00000000771 15027445773 0011064 0 ustar 00 #!/bin/sh set -e flavor="$1" echo "emacsen-common: Handling install of emacsen flavor $flavor" rm -f \ "/usr/share/$flavor/site-lisp/debian-startup.el" \ "/usr/share/$flavor/site-lisp/debian-startup.elc" # Create symlinks to the .el files (see section 5E in debian-emacs polcy). (cd "/usr/share/$flavor/site-lisp" ln -s ../../emacsen-common/debian-startup.el .) "$flavor" --no-init-file --no-site-file -batch -f batch-byte-compile \ "/usr/share/$flavor/site-lisp/debian-startup.el"
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings