Mercurial > hg > xemacs-beta
view lisp/package-get.el @ 872:79c6ff3eef26
[xemacs-hg @ 2002-06-20 21:18:01 by ben]
font changes etc.; some 21.4 changes
mule/mule-msw-init-late.el: Specify charset->windows-registry conversion.
mule/mule-x-init.el: Delete extra mule font additions here. Put them in faces.c.
cl-macs.el: Document better.
font-lock.el: Move Lisp function regexp to lisp-mode.el.
lisp-mode.el: Various indentation fixes:
Handle flet functions better.
Handle argument lists in defuns and flets.
Handle quoted lists, e.g. property lists -- don't indent like
function calls. Distinguish between lambdas and other lists.
lisp-mode.el: Handle this form.
faces.el, font-menu.el, font.el, gtk-faces.el, msw-faces.el, msw-font-menu.el, x-faces.el, x-init.el: Major overhaul of face-handling code:
-- Fix lots of bogus code in msw-faces.el, msw-font-menu.el,
font-menu.el that was "truenaming" font specs -- i.e. in the
process of frobbing a particular field in a general user-specified
font spec with wildcarded fields, sticking in particular values
for all the remaining wildcarded fields. This bug was rampant
everywhere except in x-faces.el (the oldest and only correctly
written code). This also means that we need to work with font
names at all times and not font instances, because a font instance
is essentially a truenamed font.
-- Total rewrite of extremely junky code in msw-faces.el. Work
with names as well as font instances, and return names; stop
truenaming when canonicalizing and frobbing; fix handling of the
combined style field, i.e. weight/slant (also fixed in font.el).
-- Totally rewrite the frobbing functions in faces.el. This time,
we frob all the instantiators rather than just computing a single
instance value and working backwards. That way, e.g., `bold' will
work for all charsets that have bold available, rather than only
for whatever charset was part of the computed font instance
(another example of the truename virus). Also fix up code to look
at the fallbacks (all of them) when no global value present, so we
don't need to put something in the global value. Intelligently
handle a request to frob a buffer locale, rather than signalling
an error. When frobbing instantiators, try hard to figure out
what device type is associated with them, and frob each according
to its own proper device type. Correctly handle inheritance
vectors given as instantiators. Preserve existing tags when
putting back frobbed instantiators. Extract out general
specifier-frobbing code into specifier.el. Document everything
cleanly. Do lots of other things better, etc.
-- Don't duplicatively set a global specification for the default
font -- it's already in the fallback and we no longer need a
default global specification present. Delete various code in
x-faces.el and msw-faces.el that duplicated the lists of fonts in
faces.c.
-- init-global-faces was not being called at all under MS Windows!
Major bogosity. That caused device-specific values to get stuck
into all the fonts, making it very hard to change them -- setting
global specs caused nothing to happen.
-- Correct weight names in font.el.
-- Lots more font fixups in objects*.c.
Printer.el: Warning fix.
specifier.el: Add more args to map-specifier.
Add various "heuristic" specifier functions to aid in creation of
specifier-munging code such as in faces.el.
subr.el: New functions.
lwlib.c: Fix warning.
config.inc.samp: Clean up, add args to control fastcall (not yet supported! the
changes needed are in another ws of mine), profile support, vc6
support, union-type.
xemacs.dsp, xemacs.mak: Semi-major overhaul.
Fix bug where dump-id was always getting recomputed, forcing a
redump even when nothing changed.
Add support for fastcall. Support edit-and-continue (on by
default) with vc6. Use incremental linking when doing a debug
compilation. Add support for profiling.
Consolidate the various debug flags.
Partial support for "batch-compiling" -- compiling many files on a
single invocation of the compiler. Doesn't seem to help that much
for me, so it's not finished or enabled by default.
Remove HAVE_MSW_C_DIRED, we always do.
Correct some sloppy use of directories.
s/cygwin32.h: Allow pdump to work under Cygwin (mmap is broken, so need to undefine
HAVE_MMAP).
s/win32-common.h, s/windowsnt.h: Support for fastcall. Add WIN32_ANY for identifying all Win32
variants (Cygwin, native, MinGW). Both of these are properly used
in another ws.
alloc.c, balloon-x.c, buffer.c, bytecode.c, callint.c, cm.c, cmdloop.c, cmds.c, console-gtk.c, console-gtk.h, console-msw.c, console-msw.h, console-stream.c, console-stream.h, console-tty.c, console-tty.h, console-x.c, console-x.h, console.c, console.h, device-gtk.c, device-msw.c, device-tty.c, device-x.c, device.c, device.h, devslots.h, dialog-gtk.c, dialog-msw.c, dialog-x.c, dialog.c, dired-msw.c, editfns.c, emacs.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, event-unixoid.c, events.c, extents.c, extents.h, faces.c, fileio.c, fns.c, frame-gtk.c, frame-msw.c, frame-tty.c, frame-x.c, frame.c, frame.h, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gui-gtk.c, gui-msw.c, gui-x.c, gui.c, gutter.c, input-method-xlib.c, intl-encap-win32.c, intl-win32.c, keymap.c, lisp.h, macros.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, menubar.h, minibuf.c, mule-charset.c, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-msw.h, objects-tty.c, objects-tty.h, objects-x.c, objects-x.h, objects.c, objects.h, postgresql.c, print.c, process.h, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, redisplay.h, scrollbar-gtk.c, scrollbar-msw.c, scrollbar-x.c, scrollbar.c, select-gtk.c, select-msw.c, select-x.c, select.c, signal.c, sound.c, specifier.c, symbols.c, syntax.c, sysdep.c, syssignal.h, syswindows.h, toolbar-common.c, toolbar-gtk.c, toolbar-msw.c, toolbar-x.c, toolbar.c, unicode.c, window.c, window.h: The following are the major changes made:
(1) Separation of various header files into an external and an
internal version, similar to the existing separation of process.h
and procimpl.h. Eventually this should be done for all Lisp
objects. The external version has the same name as currently; the
internal adds -impl. The external file has XFOO() macros for
objects, but the structure is opaque and defined only in the
internal file. It's now reasonable to move all prototypes in
lisp.h into the appropriate external file, and this should be
done. Currently, separation has been done on extents.h,
objects*.h, console.h, device.h, frame.h, and window.h.
For c/d/f/w, the most basic properties are available in the
external header file, with the macros resolving to functions. In
the internal header file, the macros are redefined to directly
access the structure. Also, the global MARK_FOO_CHANGED macros
have been made into functions so that they can be accessed without
needing to include lots of -impl headers -- they are used in
almost exclusively in non-time-critical functions, and take up
enough time that the function overhead will be negligible.
Similarly, the function overhead from making the basic properties
mentioned above into functions is negligible, and code that does
heavy accessing of c/d/f/w structures inevitably ends up needing
the internal header files, anyway.
(2) More face changes.
-- Major rewrite of objects-msw.c. Now handles wildcard specs
properly, rather than "truenaming" (or even worse, signalling an
error, which previously happened with some of the fallbacks if you
tried to use them in make-font-instance!).
-- Split charset matching of fonts into two stages -- one to find
a font specifically designed for a particular charset (by
examining its registry), the second to find a Unicode font that
can support the charset. This needs to proceed as two complete,
separate instantiations in order to work properly (otherwise many
of the fonts in the HELLO page look wrong). This should also make
it easy to support iso10646 (Unicode) fonts under X.
-- All default values for fonts are now completely specified in
the fallbacks. Stuff from mule-x-init.el has all been moved here,
merged with the existing specs, and totally rethought so you get
sensible results. (HELLO now looks much better!).
-- Generalize the "default X/GTK device" stuff into a
per-device-type "default device".
-- Add mswindows-{set-}charset-registry. In time,
charset<->code-page conversion functions will be removed.
-- Wrap protective code around calls to compute device specifier tags,
and do this computation before calling the face initialization code
because the latter may need these tags to be correctly updated.
(3) Other changes.
EmacsFrame.c, glyphs-msw.c, eval.c, gui-x.c, intl-encap-win32.c, search.c, signal.c, toolbar-msw.c, unicode.c: Warning fixes.
config.h.in: #undefs meant to be frobbed by configure *MUST* go inside of
#ifndef WIN32_NO_CONFIGURE, and everything else *MUST* go outside!
eval.c: Let detailed backtraces be detailed.
specifier.c: Don't override user's print-string-length/print-length settings.
glyphs.c: New function image-instance-instantiator.
config.h.in, sysdep.c: Changes for fastcall.
sysdep.c, nt.c: Fix up a previous botched patch that tried to add support for both
EEXIST and EACCES. IF THE BOTCHED PATCH WENT INTO 21.4, THIS FIXUP
NEEDS TO GO IN, TOO.
search.c: Fix *evil* crash due to incorrect synching of syntax-cache code
with 21.1. THIS SHOULD GO INTO 21.4.
author | ben |
---|---|
date | Thu, 20 Jun 2002 21:19:10 +0000 |
parents | eb3bc15a6e0f |
children | e40f8d860d5f |
line wrap: on
line source
;;; package-get.el --- Retrieve XEmacs package ;; Copyright (C) 1998 by Pete Ware ;; Copyright (C) 2002 Ben Wing. ;; Author: Pete Ware <ware@cis.ohio-state.edu> ;; Heavy-Modifications: Greg Klanderman <greg@alphatech.com> ;; Jan Vroonhof <vroonhof@math.ethz.ch> ;; Keywords: internal ;; This file is part of XEmacs. ;; XEmacs is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; XEmacs is distributed in the hope that it will be useful, but ;; WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with XEmacs; see the file COPYING. If not, write to the Free ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ;; 02111-1307, USA. ;;; Synched up with: Not in FSF ;;; Commentary: ;; package-get - ;; Retrieve a package and any other required packages from an archive ;; ;; ;; Note (JV): Most of this no longer applies! ;; ;; The idea: ;; A new XEmacs lisp-only release is generated with the following steps: ;; 1. The maintainer runs some yet to be written program that ;; generates all the dependency information. This should ;; determine all the require and provide statements and associate ;; them with a package. ;; 2. All the packages are then bundled into their own tar balls ;; (or whatever format) ;; 3. Maintainer automatically generates a new `package-get-base' ;; data structure which contains information such as the ;; package name, the file to be retrieved, an md5 checksum, ;; etc (see `package-get-base'). ;; 4. The maintainer posts an announcement with the new version ;; of `package-get-base'. ;; 5. A user/system manager saves this posting and runs ;; `package-get-update' which uses the previously saved list ;; of packages, `package-get-here' that the user/site ;; wants to determine what new versions to download and ;; install. ;; ;; A user/site manager can generate a new `package-get-here' structure ;; by using `package-get-setup' which generates a customize like ;; interface to the list of packages. The buffer looks something ;; like: ;; ;; gnus - a mail and news reader ;; [] Always install ;; [] Needs updating ;; [] Required by other [packages] ;; version: 2.0 ;; ;; vm - a mail reader ;; [] Always install ;; [] Needs updating ;; [] Required by other [packages] ;; ;; Where `[]' indicates a toggle box ;; ;; - Clicking on "Always install" puts this into ;; `package-get-here' list. "Needs updating" indicates a new ;; version is available. Anything already in ;; `package-get-here' has this enabled. ;; - "Required by other" means some other packages are going to force ;; this to be installed. Clicking on [packages] gives a list ;; of packages that require this. ;; ;; The `package-get-base' should be installed in a file in ;; `data-directory'. The `package-get-here' should be installed in ;; site-lisp. Both are then read at run time. ;; ;; TODO: ;; - Implement `package-get-setup' ;; - Actually put `package-get-base' and `package-get-here' into ;; files that are read. ;; - Allow users to have their own packages that they want installed ;; in ~/.xemacs/. ;; - SOMEONE needs to write the programs that generate the ;; provides/requires database and makes it into a lisp data ;; structure suitable for `package-get-base' ;; - Handle errors such as no package providing a required symbol. ;; - Tie this into the `require' function to download packages ;; transparently. ;;; Change Log ;;; Code: (require 'package-admin) ;; (require 'package-get-base) (defgroup package-tools nil "Tools to manipulate packages." :group 'emacs) (defgroup package-get nil "Automatic Package Fetcher and Installer." :prefix "package-get" :group 'package-tools) ;;;###autoload (defvar package-get-base nil "List of packages that are installed at this site. For each element in the alist, car is the package name and the cdr is a plist containing information about the package. Typical fields kept in the plist are: version - version of this package provides - list of symbols provided requires - list of symbols that are required. These in turn are provided by other packages. filename - name of the file. size - size of the file (aka the bundled package) md5sum - computed md5 checksum description - What this package is for. type - Whether this is a 'binary (default) or 'single file package More fields may be added as needed. An example: '( (name (version \"<version 2>\" file \"filename\" description \"what this package is about.\" provides (<list>) requires (<list>) size <integer-bytes> md5sum \"<checksum\" type single ) (version \"<version 1>\" file \"filename\" description \"what this package is about.\" provides (<list>) requires (<list>) size <integer-bytes> md5sum \"<checksum\" type single ) ... )) For version information, it is assumed things are listed in most recent to least recent -- in other words, the version names don't have to be lexically ordered. It is debatable if it makes sense to have more than one version of a package available.") (defcustom package-get-dir (temp-directory) "*Where to store temporary files for staging." :tag "Temporary directory" :type 'directory :group 'package-get) (define-widget 'host-name 'string "A Host name." :tag "Host") (defcustom package-get-remote nil "*List of remote sites to contact for downloading packages. List format is '(site-name directory-on-site). Each site is tried in order until the package is found. As a special case, `site-name' can be `nil', in which case `directory-on-site' is treated as a local directory." :tag "Package repository" :type '(repeat (choice (list :tag "Local" (const :tag "Local" nil) directory ) (list :tag "Remote" host-name directory) )) :group 'package-get) ;;;###autoload (defcustom package-get-download-sites '( ;; North America ("Pre-Releases" "ftp.xemacs.org" "pub/xemacs/beta/experimental/packages") ("xemacs.org" "ftp.xemacs.org" "pub/xemacs/packages") ("crc.ca (Canada)" "ftp.crc.ca" "pub/packages/editors/xemacs/packages") ("ualberta.ca (Canada)" "sunsite.ualberta.ca" "pub/Mirror/xemacs/packages") ("uiuc.edu (United States)" "uiarchive.uiuc.edu" "pub/packages/xemacs/packages") ("unc.edu (United States)" "metalab.unc.edu" "pub/packages/editors/xemacs/packages") ("utk.edu (United States)" "ftp.sunsite.utk.edu" "pub/xemacs/packages") ;; South America ("unicamp.br (Brazil)" "ftp.unicamp.br" "pub/xemacs/packages") ;; Europe ("tuwien.ac.at (Austria)" "gd.tuwien.ac.at" "editors/xemacs/packages") ("auc.dk (Denmark)" "sunsite.auc.dk" "pub/emacs/xemacs/packages") ("doc.ic.ac.uk (England)" "sunsite.doc.ic.ac.uk" "packages/xemacs/packages") ("funet.fi (Finland)" "ftp.funet.fi" "pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/packages") ("cenatls.cena.dgac.fr (France)" "ftp.cenatls.cena.dgac.fr" "Emacs/xemacs/packages") ("pasteur.fr (France)" "ftp.pasteur.fr" "pub/computing/xemacs/packages") ("tu-darmstadt.de (Germany)" "ftp.tu-darmstadt.de" "pub/editors/xemacs/packages") ("kfki.hu (Hungary)" "ftp.kfki.hu" "pub/packages/xemacs/packages") ("eunet.ie (Ireland)" "ftp.eunet.ie" "mirrors/ftp.xemacs.org/pub/xemacs/packages") ("uniroma2.it (Italy)" "ftp.uniroma2.it" "unix/misc/dist/XEMACS/packages") ("uio.no (Norway)" "sunsite.uio.no" "pub/xemacs/packages") ("icm.edu.pl (Poland)" "ftp.icm.edu.pl" "pub/unix/editors/xemacs/packages") ("srcc.msu.su (Russia)" "ftp.srcc.msu.su" "mirror/ftp.xemacs.org/packages") ("sunet.se (Sweden)" "ftp.sunet.se" "pub/gnu/xemacs/packages") ("cnlab-switch.ch (Switzerland)" "sunsite.cnlab-switch.ch" "mirror/xemacs/packages") ;; Asia ("aist.go.jp (Japan)" "ring.aist.go.jp" "pub/text/xemacs/packages") ("asahi-net.or.jp (Japan)" "ring.asahi-net.or.jp" "pub/text/xemacs/packages") ("dti.ad.jp (Japan)" "ftp.dti.ad.jp" "pub/unix/editor/xemacs/packages") ("jaist.ac.jp (Japan)" "ftp.jaist.ac.jp" "pub/GNU/xemacs/packages") ("nucba.ac.jp (Japan)" "mirror.nucba.ac.jp" "mirror/xemacs/packages") ("sut.ac.jp (Japan)" "sunsite.sut.ac.jp" "pub/archives/packages/xemacs/packages") ("tsukuba.ac.jp (Japan)" "ftp.netlab.is.tsukuba.ac.jp" "pub/GNU/xemacs/packages") ("kreonet.re.kr (Korea)" "ftp.kreonet.re.kr" "pub/tools/emacs/xemacs/packages") ("nctu.edu.tw (Taiwan)" "coda.nctu.edu.tw" "Editors/xemacs/packages") ;; Africa ("sun.ac.za (South Africa)" "ftp.sun.ac.za" "xemacs/packages") ;; Middle East ("isu.net.sa (Saudi Arabia)" "ftp.isu.net.sa" "pub/mirrors/ftp.xemacs.org/packages") ;; Australia ("aarnet.edu.au (Australia)" "mirror.aarnet.edu.au" "pub/xemacs/packages") ) "*List of remote sites available for downloading packages. List format is '(site-description site-name directory-on-site). SITE-DESCRIPTION is a textual description of the site. SITE-NAME is the internet address of the download site. DIRECTORY-ON-SITE is the directory on the site in which packages may be found. This variable is used to initialize `package-get-remote', the variable actually used to specify package download sites." :tag "Package download sites" :type '(repeat (list (string :tag "Name") host-name directory)) :group 'package-get) (defcustom package-get-remove-copy t "*After copying and installing a package, if this is t, then remove the copy. Otherwise, keep it around." :type 'boolean :group 'package-get) ;; #### it may make sense for this to be a list of names. ;; #### also, should we rename "*base*" to "*index*" or "*db*"? ;; "base" is a pretty poor name. (defcustom package-get-base-filename "package-index.LATEST.gpg" "*Name of the default package-get database file. This may either be a relative path, in which case it is interpreted with respect to `package-get-remote', or an absolute path." :type 'file :group 'package-get) (defvar package-get-user-index-filename (paths-construct-path (list user-init-directory package-get-base-filename)) "Name for the user-specific location of the package-get database file.") (defcustom package-get-always-update nil "*If Non-nil always make sure we are using the latest package index (base). Otherwise respect the `force-current' argument of `package-get-require-base'." :type 'boolean :group 'package-get) (defcustom package-get-require-signed-base-updates nil "*If set to a non-nil value, require explicit user confirmation for updates to the package-get database which cannot have their signature verified via PGP. When nil, no PGP verification will be done." :type 'boolean :group 'package-get) (defvar package-entries-are-signed nil "Non-nil when the package index file has been PGP signed.") (defvar package-get-continue-update-base nil "Non-nil update the index even if it hasn't been signed.") (defvar package-get-was-current nil "Non-nil we did our best to fetch a current database.") ;Shouldn't this be in package-ui? ;;;###autoload (defun package-get-download-menu () "Build the `Add Download Site' menu." (mapcar (lambda (site) (vector (car site) `(if (member (quote ,(cdr site)) package-get-remote) (setq package-get-remote (delete (quote ,(cdr site)) package-get-remote)) (package-ui-add-site (quote ,(cdr site)))) :style 'toggle :selected `(member (quote ,(cdr site)) package-get-remote))) package-get-download-sites)) ;;;###autoload (defun package-get-require-base (&optional force-current) "Require that a package-get database has been loaded. If the optional FORCE-CURRENT argument or the value of `package-get-always-update' is Non-nil, try to update the database from a location in `package-get-remote'. Otherwise a local copy is used if available and remote access is never done. Please use FORCE-CURRENT only when the user is explictly dealing with packages and remote access is likely in the near future." (setq force-current (or force-current package-get-always-update)) (unless (and (boundp 'package-get-base) package-get-base (or (not force-current) package-get-was-current)) (package-get-update-base nil force-current)) (if (or (not (boundp 'package-get-base)) (not package-get-base)) (error "Package-get database not loaded") (setq package-get-was-current force-current))) (defconst package-get-pgp-signed-begin-line "^-----BEGIN PGP SIGNED MESSAGE-----" "Text for start of PGP signed messages.") (defconst package-get-pgp-signature-begin-line "^-----BEGIN PGP SIGNATURE-----" "Text for beginning of PGP signature.") (defconst package-get-pgp-signature-end-line "^-----END PGP SIGNATURE-----" "Text for end of PGP signature.") ;;;###autoload (defun package-get-update-base-entry (entry) "Update an entry in `package-get-base'." (let ((existing (assq (car entry) package-get-base))) (if existing (setcdr existing (cdr entry)) (setq package-get-base (cons entry package-get-base))))) (defun package-get-locate-file (file &optional nil-if-not-found no-remote) "Locate an existing FILE with respect to `package-get-remote'. If FILE is an absolute path or is not found, simply return FILE. If optional argument NIL-IF-NOT-FOUND is non-nil, return nil if FILE can not be located. If NO-REMOTE is non-nil never search remote locations." (if (file-name-absolute-p file) file (let ((entries package-get-remote) (expanded nil)) (while entries (unless (and no-remote (caar entries)) (let ((expn (package-get-remote-filename (car entries) file))) (if (and expn (file-exists-p expn)) (setq entries nil expanded expn)))) (setq entries (cdr entries))) (or expanded (and (not nil-if-not-found) file))))) (defun package-get-locate-index-file (no-remote) "Locate the package-get index file. Do not return remote paths if NO-REMOTE is non-nil." (or (package-get-locate-file package-get-base-filename t no-remote) (if (file-exists-p package-get-user-index-filename) package-get-user-index-filename) (locate-data-file package-get-base-filename) (error "Can't locate a package index file."))) (defun package-get-maybe-save-index (filename) "Offer to save the current buffer as the local package index file, if different." (let ((location (package-get-locate-index-file t))) (unless (and filename (equal filename location)) (unless (and location (equal (md5 (current-buffer)) (with-temp-buffer (insert-file-contents-literally location) (md5 (current-buffer))))) (unless (and location (file-writable-p location)) (setq location package-get-user-index-filename)) (when (y-or-n-p (concat "Update package index in " location "? ")) (let ((coding-system-for-write 'binary)) (write-file location))))))) ;;;###autoload (defun package-get-update-base (&optional db-file force-current) "Update the package-get database file with entries from DB-FILE. Unless FORCE-CURRENT is non-nil never try to update the database." (interactive (let ((dflt (package-get-locate-index-file nil))) (list (read-file-name "Load package-get database: " (file-name-directory dflt) dflt t (file-name-nondirectory dflt))))) (setq db-file (expand-file-name (or db-file (package-get-locate-index-file (not force-current))))) (if (not (file-exists-p db-file)) (error "Package-get database file `%s' does not exist" db-file)) (if (not (file-readable-p db-file)) (error "Package-get database file `%s' not readable" db-file)) (let ((buf (get-buffer-create "*package database*"))) (unwind-protect (save-excursion (set-buffer buf) (erase-buffer buf) (insert-file-contents-literally db-file) (package-get-update-base-from-buffer buf) (if (file-remote-p db-file) (package-get-maybe-save-index db-file))) (kill-buffer buf)))) ;;;###autoload (defun package-get-update-base-from-buffer (&optional buf) "Update the package-get database with entries from BUFFER. BUFFER defaults to the current buffer. This command can be used interactively, for example from a mail or news buffer." (interactive) (setq buf (or buf (current-buffer))) (let (content-beg content-end ;beg end ) (save-excursion (set-buffer buf) (goto-char (point-min)) (setq content-beg (point)) (setq content-end (save-excursion (goto-char (point-max)) (point))) (when (re-search-forward package-get-pgp-signed-begin-line nil t) ;(setq beg (match-beginning 0)) (setq content-beg (match-end 0))) (when (re-search-forward package-get-pgp-signature-begin-line nil t) (setq content-end (match-beginning 0)) (setq package-entries-are-signed t)) (when (re-search-forward package-get-pgp-signature-end-line nil t) ;(setq end (point)) ) (setq package-get-continue-update-base t) (if package-get-require-signed-base-updates (if package-entries-are-signed (progn (setq package-get-continue-update-base nil) (autoload 'mc-setversion "mc-setversion") (with-fboundp 'mc-setversion (if-boundp 'exec-suffix-list (or (cond ((locate-file "gpg" exec-path exec-suffix-list) (mc-setversion "gpg")) ((locate-file "pgpe" exec-path exec-suffix-list) (mc-setversion "5.0")) ((locate-file "pgp" exec-path exec-suffix-list) (mc-setversion "2.6"))) (error "Can't find a suitable pgp executable")) (error 'unimplemented "`apel' package unavailable"))) (autoload 'mc-verify "mc-toplev") (declare-fboundp (mc-verify)) (setq package-get-continue-update-base t)) (if (yes-or-no-p "Package Index is not PGP signed. Continue anyway? ") (setq package-get-continue-update-base t) (error "Package database not updated") (setq package-get-continue-update-base nil)))) ;; ToDo: We should call package-get-maybe-save-index on the region (if package-get-continue-update-base (progn (package-get-update-base-entries content-beg content-end) (message "Updated package-get database")))))) (defun package-get-update-base-entries (start end) "Update the package-get database with the entries found between START and END in the current buffer." (save-excursion (goto-char start) (if (not (re-search-forward "^(package-get-update-base-entry" nil t)) (error "Buffer does not contain package-get database entries")) (beginning-of-line) (let ((count 0)) (while (and (< (point) end) (re-search-forward "^(package-get-update-base-entry" nil t)) (beginning-of-line) (let ((entry (read (current-buffer)))) (if (or (not (consp entry)) (not (eq (car entry) 'package-get-update-base-entry))) (error "Invalid package-get database entry found")) (package-get-update-base-entry (car (cdr (car (cdr entry))))) (setq count (1+ count)))) (message "Got %d package-get database entries" count)))) ;;;###autoload (defun package-get-save-base (file) "Write the package-get database to FILE. Note: This database will be unsigned of course." (interactive "FSave package-get database to: ") (package-get-require-base t) (let ((buf (get-buffer-create "*package database*"))) (unwind-protect (save-excursion (set-buffer buf) (erase-buffer buf) (goto-char (point-min)) (let ((entries package-get-base) entry plist) (insert ";; Package Index file -- Do not edit manually.\n") (insert ";;;@@@\n") (while entries (setq entry (car entries)) (setq plist (car (cdr entry))) (insert "(package-get-update-base-entry (quote\n") (insert (format "(%s\n" (symbol-name (car entry)))) (while plist (insert (format " %s%s %S\n" (if (eq plist (car (cdr entry))) "(" " ") (symbol-name (car plist)) (car (cdr plist)))) (setq plist (cdr (cdr plist)))) (insert "))\n))\n;;;@@@\n") (setq entries (cdr entries)))) (insert ";; Package Index file ends here\n") (write-region (point-min) (point-max) file)) (kill-buffer buf)))) (defun package-get-interactive-package-query (get-version package-symbol) "Perform interactive querying for package and optional version. Query for a version if GET-VERSION is non-nil. Return package name as a symbol instead of a string if PACKAGE-SYMBOL is non-nil. The return value is suitable for direct passing to `interactive'." (package-get-require-base t) (let ((table (mapcar #'(lambda (item) (let ((name (symbol-name (car item)))) (cons name name))) package-get-base)) package package-symbol default-version version) (save-window-excursion (setq package (completing-read "Package: " table nil t)) (setq package-symbol (intern package)) (if get-version (progn (setq default-version (package-get-info-prop (package-get-info-version (package-get-info-find-package package-get-base package-symbol) nil) 'version)) (while (string= (setq version (read-string "Version: " default-version)) "") ) (if package-symbol (list package-symbol version) (list package version)) ) (if package-symbol (list package-symbol) (list package)))))) ;;;###autoload (defun package-get-delete-package (package &optional pkg-topdir) "Delete an installation of PACKAGE below directory PKG-TOPDIR. PACKAGE is a symbol, not a string. This is just an interactive wrapper for `package-admin-delete-binary-package'." (interactive (package-get-interactive-package-query nil t)) (package-admin-delete-binary-package package pkg-topdir)) ;;;###autoload (defun package-get-update-all () "Fetch and install the latest versions of all currently installed packages." (interactive) (package-get-require-base t) ;; Load a fresh copy (catch 'exit (mapcar (lambda (pkg) (if (not (package-get (car pkg) nil 'never)) (throw 'exit nil) ;; Bail out if error detected )) packages-package-list)) (package-net-update-installed-db)) ;;;###autoload (defun package-get-all (package version &optional fetched-packages install-dir) "Fetch PACKAGE with VERSION and all other required packages. Uses `package-get-base' to determine just what is required and what package provides that functionality. If VERSION is nil, retrieves latest version. Optional argument FETCHED-PACKAGES is used to keep track of packages already fetched. Optional argument INSTALL-DIR, if non-nil, specifies the package directory where fetched packages should be installed. Returns nil upon error." (interactive (package-get-interactive-package-query t nil)) (let* ((the-package (package-get-info-find-package package-get-base package)) (this-package (package-get-info-version the-package version)) (this-requires (package-get-info-prop this-package 'requires)) ) (catch 'exit (setq version (package-get-info-prop this-package 'version)) (unless (package-get-installedp package version) (if (not (package-get package version nil install-dir)) (progn (setq fetched-packages nil) (throw 'exit nil)))) (setq fetched-packages (append (list package) (package-get-info-prop this-package 'provides) fetched-packages)) ;; grab everything that this package requires plus recursively ;; grab everything that the requires require. Keep track ;; in `fetched-packages' the list of things provided -- this ;; keeps us from going into a loop (while this-requires (if (not (member (car this-requires) fetched-packages)) (let* ((reqd-package (package-get-package-provider (car this-requires) t)) (reqd-version (cadr reqd-package)) (reqd-name (car reqd-package))) (if (null reqd-name) (error "Unable to find a provider for %s" (car this-requires))) (if (not (setq fetched-packages (package-get-all reqd-name reqd-version fetched-packages install-dir))) (throw 'exit nil))) ) (setq this-requires (cdr this-requires))) ) fetched-packages )) ;;;###autoload (defun package-get-dependencies (packages) "Compute dependencies for PACKAGES. Uses `package-get-base' to determine just what is required and what package provides that functionality. Returns the list of packages required by PACKAGES." (package-get-require-base t) (let ((orig-packages packages) dependencies provided) (while packages (let* ((package (car packages)) (the-package (package-get-info-find-package package-get-base package)) (this-package (package-get-info-version the-package nil)) (this-requires (package-get-info-prop this-package 'requires)) (new-depends (set-difference (mapcar #'(lambda (reqd) (let* ((reqd-package (package-get-package-provider reqd)) (reqd-name (car reqd-package))) (if (null reqd-name) (error "Unable to find a provider for %s" reqd)) reqd-name)) this-requires) dependencies)) (this-provides (package-get-info-prop this-package 'provides))) (setq dependencies (union dependencies new-depends)) (setq provided (union provided (union (list package) this-provides))) (setq packages (union new-depends (cdr packages))))) (set-difference dependencies orig-packages))) (defun package-get-load-package-file (lispdir file) (let (pathname) (setq pathname (expand-file-name file lispdir)) (with-trapping-errors :operation (format "loading package file \"%s\"" pathname) :error-form nil (load pathname t) t))) (defun package-get-init-package (lispdir) "Initialize the package. This really assumes that the package has never been loaded. Updating a newer package can cause problems, due to old, obsolete functions in the old package. Return `t' upon complete success, `nil' if any errors occurred." (progn (if (and lispdir (file-accessible-directory-p lispdir)) (progn ;; Add lispdir to load-path if it doesn't already exist. ;; NOTE: this does not take symlinks, etc., into account. (if (let ( (dirs load-path) ) (catch 'done (while dirs (if (string-equal (car dirs) lispdir) (throw 'done nil)) (setq dirs (cdr dirs)) ) t)) (setq load-path (cons lispdir load-path))) (if (not (package-get-load-package-file lispdir "auto-autoloads")) (package-get-load-package-file lispdir "_pkg")) t) nil) )) ;;;###autoload (defun package-get (package &optional version conflict install-dir) "Fetch PACKAGE from remote site. Optional arguments VERSION indicates which version to retrieve, nil means most recent version. CONFLICT indicates what happens if the package is already installed. Valid values for CONFLICT are: 'always always retrieve the package even if it is already installed 'never do not retrieve the package if it is installed. INSTALL-DIR, if non-nil, specifies the package directory where fetched packages should be installed. The value of `package-get-base' is used to determine what files should be retrieved. The value of `package-get-remote' is used to determine where a package should be retrieved from. The sites are tried in order so one is better off listing easily reached sites first. Once the package is retrieved, its md5 checksum is computed. If that sum does not match that stored in `package-get-base' for this version of the package, an error is signalled. Returns `t' upon success, the symbol `error' if the package was successfully installed but errors occurred during initialization, or `nil' upon error." (interactive (package-get-interactive-package-query nil t)) (catch 'skip-update (let* ((this-package (package-get-info-version (package-get-info-find-package package-get-base package) version)) (latest (package-get-info-prop this-package 'version)) (installed (package-get-key package :version)) (this-requires (package-get-info-prop this-package 'requires)) (found nil) (search-dirs package-get-remote) (base-filename (package-get-info-prop this-package 'filename)) (package-status t) filenames full-package-filename) (if (null this-package) (if package-get-remote (error "Couldn't find package %s with version %s" package version) (error "No download sites or local package locations specified."))) (if (null base-filename) (error "No filename associated with package %s, version %s" package version)) (setq install-dir (package-admin-get-install-dir package install-dir (or (eq package 'mule-base) (memq 'mule-base this-requires)))) ;; If they asked for the latest using version=nil, don't get an older ;; version than we already have. (if installed (if (> (if (stringp installed) (string-to-number installed) installed) (if (stringp latest) (string-to-number latest) latest)) (if (not (null version)) (warn "Installing %s package version %s, you had a newer version %s" package latest installed) (warn "Skipping %s package, you have a newer version %s" package installed) (throw 'skip-update t)))) ;; Contrive a list of possible package filenames. ;; Ugly. Is there a better way to do this? (setq filenames (cons base-filename nil)) (if (string-match "^\\(..*\\)\.tar\.gz$" base-filename) (setq filenames (append filenames (list (concat (match-string 1 base-filename) ".tgz"))))) (setq version latest) (unless (and (eq conflict 'never) (package-get-installedp package version)) ;; Find the package from the search list in package-get-remote ;; and copy it into the staging directory. Then validate ;; the checksum. Finally, install the package. (catch 'done (let (search-filenames current-dir-entry host dir current-filename dest-filename) ;; In each search directory ... (while search-dirs (setq current-dir-entry (car search-dirs) host (car current-dir-entry) dir (car (cdr current-dir-entry)) search-filenames filenames ) ;; Look for one of the possible package filenames ... (while search-filenames (setq current-filename (car search-filenames) dest-filename (package-get-staging-dir current-filename)) (cond ;; No host means look on the current system. ( (null host) (setq full-package-filename (substitute-in-file-name (expand-file-name current-filename (file-name-as-directory dir)))) ) ;; If it's already on the disk locally, and the size is ;; greater than zero ... ( (and (file-exists-p dest-filename) (let (attrs) ;; file-attributes could return -1 for LARGE files, ;; but, hopefully, packages won't be that large. (and (setq attrs (file-attributes dest-filename)) (> (nth 7 attrs) 0)))) (setq full-package-filename dest-filename) ) ;; If the file exists on the remote system ... ( (file-exists-p (package-get-remote-filename current-dir-entry current-filename)) ;; Get it (setq full-package-filename dest-filename) (message "Retrieving package `%s' ..." current-filename) (sit-for 0) (copy-file (package-get-remote-filename current-dir-entry current-filename) full-package-filename t) ) ) ;; If we found it, we're done. (if (and full-package-filename (file-exists-p full-package-filename)) (throw 'done nil)) ;; Didn't find it. Try the next possible filename. (setq search-filenames (cdr search-filenames)) ) ;; Try looking in the next possible directory ... (setq search-dirs (cdr search-dirs)) ) )) (if (or (not full-package-filename) (not (file-exists-p full-package-filename))) (if package-get-remote (error "Unable to find file %s" base-filename) (error "No download sites or local package locations specified."))) ;; Validate the md5 checksum ;; Doing it with XEmacs removes the need for an external md5 program (message "Validating checksum for `%s'..." package) (sit-for 0) (with-temp-buffer (insert-file-contents-literally full-package-filename) (if (not (string= (md5 (current-buffer)) (package-get-info-prop this-package 'md5sum))) (error "Package %s does not match md5 checksum" base-filename))) (package-admin-delete-binary-package package install-dir) (message "Installing package `%s' ..." package) (sit-for 0) (let ((status (package-admin-add-binary-package full-package-filename install-dir))) (if (= status 0) (progn ;; clear messages so that only messages from ;; package-get-init-package are seen, below. (clear-message) (if (package-get-init-package (package-admin-get-lispdir install-dir package)) (progn (run-hook-with-args 'package-install-hook package install-dir) (message "Added package `%s'" package) (sit-for 0) ) (progn ;; display message only if there isn't already one. (if (not (current-message)) (progn (message "Added package `%s' (errors occurred)" package) (sit-for 0) )) (if package-status (setq package-status 'errors)) )) ) (message "Installation of package %s failed." base-filename) (sit-for 0) (switch-to-buffer package-admin-temp-buffer) (setq package-status nil) )) (setq found t)) (if (and found package-get-remove-copy) (delete-file full-package-filename)) package-status ))) (defun package-get-info-find-package (which name) "Look in WHICH for the package called NAME and return all the info associated with it. See `package-get-base' for info on the format returned. To access fields returned from this, use `package-get-info-version' to return information about particular a version. Use `package-get-info-find-prop' to find particular property from a version returned by `package-get-info-version'." (interactive "xPackage list: \nsPackage Name: ") (if which (if (eq (caar which) name) (cdar which) (if (cdr which) (package-get-info-find-package (cdr which) name))))) (defun package-get-info-version (package version) "In PACKAGE, return the plist associated with a particular VERSION of the package. PACKAGE is typically as returned by `package-get-info-find-package'. If VERSION is nil, then return the first (aka most recent) version. Use `package-get-info-find-prop' to retrieve a particular property from the value returned by this." (interactive (package-get-interactive-package-query t t)) (while (and version package (not (string= (plist-get (car package) 'version) version))) (setq package (cdr package))) (if package (car package))) (defun package-get-info-prop (package-version property) "In PACKAGE-VERSION, return the value associated with PROPERTY. PACKAGE-VERSION is typically returned by `package-get-info-version' and PROPERTY is typically (although not limited to) one of the following: version - version of this package provides - list of symbols provided requires - list of symbols that are required. These in turn are provided by other packages. size - size of the bundled package md5sum - computed md5 checksum" (interactive "xPackage Version: \nSProperty") (plist-get package-version property)) (defun package-get-info-version-prop (package-list package version property) "In PACKAGE-LIST, search for PACKAGE with this VERSION and return PROPERTY value." (package-get-info-prop (package-get-info-version (package-get-info-find-package package-list package) version) property)) (defun package-get-set-version-prop (package-list package version property value) "A utility to make it easier to add a VALUE for a specific PROPERTY in this VERSION of a specific PACKAGE kept in the PACKAGE-LIST. Returns the modified PACKAGE-LIST. Any missing fields are created." ) (defun package-get-staging-dir (filename) "Return a good place to stash FILENAME when it is retrieved. Use `package-get-dir' for directory to store stuff. Creates `package-get-dir' if it doesn't exist." (interactive "FPackage filename: ") (if (not (file-exists-p package-get-dir)) (make-directory package-get-dir)) (expand-file-name (file-name-nondirectory (or (and-fboundp 'efs-ftp-path (nth 2 (efs-ftp-path filename))) filename)) (file-name-as-directory package-get-dir))) (defun package-get-remote-filename (search filename) "Return FILENAME as a remote filename. It first checks if FILENAME already is a remote filename. If it is not, then it uses the (car search) as the remote site-name and the (cadr search) as the remote-directory and concatenates filename. In other words site-name:remote-directory/filename. If (car search) is nil, (cadr search is interpreted as a local directory). " (if (file-remote-p filename) filename (let ((dir (cadr search))) (concat (when (car search) (concat (if (string-match "@" (car search)) "/" "/anonymous@") (car search) ":")) (if (string-match "/$" dir) dir (concat dir "/")) filename)))) (defun package-get-installedp (package version) "Determine if PACKAGE with VERSION has already been installed. I'm not sure if I want to do this by searching directories or checking some built in variables. For now, use packages-package-list." ;; Use packages-package-list which contains name and version (equal (plist-get (package-get-info-find-package packages-package-list package) ':version) (if (floatp version) version (string-to-number version)))) ;;;###autoload (defun package-get-package-provider (sym &optional force-current) "Search for a package that provides SYM and return the name and version. Searches in `package-get-base' for SYM. If SYM is a consp, then it must match a corresponding (provide (SYM VERSION)) from the package. If FORCE-CURRENT is non-nil make sure the database is up to date. This might lead to Emacs accessing remote sites." (interactive "SSymbol: ") (package-get-require-base force-current) (let ((packages package-get-base) (done nil) (found nil)) (while (and (not done) packages) (let* ((this-name (caar packages)) (this-package (cdr (car packages)))) ;strip off package name (while (and (not done) this-package) (if (or (eq this-name sym) (eq (cons this-name (package-get-info-prop (car this-package) 'version)) sym) (member sym (package-get-info-prop (car this-package) 'provides))) (progn (setq done t) (setq found (list (caar packages) (package-get-info-prop (car this-package) 'version)))) (setq this-package (cdr this-package))))) (setq packages (cdr packages))) (when (interactive-p) (if found (message "%S" found) (message "No appropriate package found"))) found)) (defun package-get-ever-installed-p (pkg &optional notused) (string-match "-package$" (symbol-name pkg)) (custom-initialize-set pkg (if (package-get-info-find-package packages-package-list (intern (substring (symbol-name pkg) 0 (match-beginning 0)))) t))) (provide 'package-get) ;;; package-get.el ends here