]> code.delx.au - gnu-emacs-elpa/blob - externals-list
Merge commit '9add6554f8e9e3108bdc470e9960ca2b5db7e58b'
[gnu-emacs-elpa] / externals-list
1 ;; -*- emacs-lisp -*-
2
3 ;; List of packages that are maintained externally.
4 ;; The list is made of elements of the form (NAME KIND URL OPTS...).
5 ;;
6 ;; Where NAME is the name of the package;
7 ;;
8 ;; KIND can be one of:
9 ;; :subtree = a "git subtree" in the `master' branch.
10 ;; :external = kept in a separate `externals/<name>' branch.
11 ;; :core = part of GNU Emacs repository.
12 ;;
13
14 ;; For KIND :external URL is the URL of the remote git repository that we want
15 ;; to track, while in the case of :subtree URL is useless. For packages of KIND
16 ;; :core URL must be a list of:
17 ;; STRING = A file-name to copy from Emacs repo.
18 ;; (STRING STRING) = A file-name to copy renamed from Emacs repo.
19
20 ;; For packages consisting of a single file, a plain string is also allowed.
21 ;; All file-names must be relative to the Emacs repository root and the package
22 ;; directory. When a file-name points to a directory all its files are copied
23 ;; recursively into the package root or specified destination. A special
24 ;; :excludes key can be provided to especify files to exclude when copying
25 ;; directories, wildcards are supported, "*.elc" and "*~" are always excluded.
26 ;; Exclude matches must be against the full file-name, substring matches don't
27 ;; work unless wildcards are used (e.g. use "etc/*" instead of "etc/").
28
29 ;; The FIXMEs indicate that the branch can't be merged as is because it needs
30 ;; some manual intervention (typically, because the two branches have
31 ;; diverged).
32
33 (("ack" :subtree "https://github.com/leoliu/ack-el")
34 ("auctex" :external "git://git.sv.gnu.org/auctex.git")
35 ;;FIXME:("cedet" :external "??")
36 ("chess" :external nil) ;; Was https://github.com/jwiegley/emacs-chess.git
37 ("coffee-mode" :subtree "https://github.com/defunkt/coffee-mode")
38 ("company" :subtree "https://github.com/company-mode/company-mode.git")
39 ("company-math" :subtree "https://github.com/vspinu/company-math.git")
40 ("context-coloring" :subtree "https://github.com/jacksonrayhamilton/context-coloring.git")
41 ("darkroom" :subtree "https://github.com/capitaomorte/darkroom.git")
42 ("dbus-codegen" :subtree "https://github.com/ueno/dbus-codegen-el.git")
43 ("diff-hl" :subtree "https://github.com/dgutov/diff-hl.git")
44 ("dismal" :external nil)
45 ("dts-mode" :subtree "https://github.com/bgamari/dts-mode.git")
46 ("easy-kill" :subtree "https://github.com/leoliu/easy-kill")
47 ("eldoc-eval" :subtree "https://github.com/thierryvolpiatto/eldoc-eval.git")
48 ("enwc" :subtree "bzr::bzr://bzr.savannah.nongnu.org/enwc/trunk")
49 ("ergoemacs-mode" :external "https://github.com/ergoemacs/ergoemacs-mode.git")
50 ("exwm" :external "https://github.com/ch11ng/exwm.git")
51 ("f90-interface-browser" :subtree "https://github.com/wence-/f90-iface")
52 ("ggtags" :subtree "https://github.com/leoliu/ggtags")
53 ("gnorb" :subtree "https://github.com/girzel/gnorb")
54 ("ioccur" :subtree "https://github.com/thierryvolpiatto/ioccur.git")
55 ("js2-mode" :subtree "https://github.com/mooz/js2-mode.git")
56 ("math-symbol-lists" :subtree "https://github.com/vspinu/math-symbol-lists.git")
57 ("omn-mode" :external nil)
58 ("pabbrev" :external "https://github.com/phillord/pabbrev.git")
59 ("pinentry" :subtree "https://github.com/ueno/pinentry-el.git")
60 ;;FIXME:("org" :external ??) ;; Need to introduce snapshots!!
61 ("rudel" :external nil) ;; Was bzr::bzr://rudel.bzr.sourceforge.net/bzrroot/rudel/trunk
62 ("temp-buffer-browse" :subtree "https://github.com/leoliu/temp-buffer-browse")
63 ("test-simple" :subtree "https://github.com/rocky/emacs-test-simple")
64 ;;FIXME:("vlf" :subtree ??)
65 ("w3" :external nil)
66 ("wcheck-mode" :subtree "https://github.com/tlikonen/wcheck-mode.git")
67 ("web-server" :subtree "https://github.com/eschulte/emacs-web-server.git")
68 ("websocket" :subtree "https://github.com/ahyatt/emacs-websocket.git")
69 ("xelb" :external "https://github.com/ch11ng/xelb.git")
70 ("yasnippet" :subtree "https://github.com/capitaomorte/yasnippet.git")
71 )