Commit graph

11 commits

Author SHA1 Message Date
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
jwise
516aa86e92 Back out workaround for broken emacs.mk. 2005-04-08 19:05:58 +00:00
jwise
fdc5810466 Work around the same old problem where packages without an explicit PKGNAME
won't build (and do horrible things, btw) when emacs is xemacs.
2005-04-08 19:00:15 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
seb
7162c9316b Remove info files entries from PLIST. 2004-03-07 20:09:06 +00:00
lha
2496db6757 Update to gnus 5.10.6, various bugfixes. Last gnus of the 5.10
releases.
2004-01-05 04:35:04 +00:00
lha
c06f64ad15 Update to gnus 5.10.3. Updates are too numerous to list. Most changes
seems to be better pgp support and spam handling.
2003-12-31 18:39:42 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
seb
a8f9321328 Install vanilla info files in a package specific directory
to avoid conflicting with Emacsen packages provided info files while
retaining consistent cross-references.
I.e a command like `$ INFOPATH=/usr/pkg/share/doc/gnus/info info' will
only give you access to the info files of_this_ version of GNUS.

Convert to USE_NEW_TEXINFO.

Bump PKGREVISION.
2003-07-08 09:58:53 +00:00
uebayasi
027aa97cd2 Initial import of Gnus 5.10.2.
This is a stand-alone version of Gnus mail / news reader package
running on GNU Emacs.  This package is supposed to catch up to newer
versions of Gnus than found in GNU Emacs distributions.

Provided by Love Hoernquist-Astrand <lha at netbsd dot org>.
2003-05-31 13:56:40 +00:00