2006-10-07 07:51:40 by Masao Uebayashi | Files touched by this commit (4) |
Log message:
Download and install all available add-on's. The sizes are small so don't
bother to select them.
Bump revision to 3.
|
2006-06-03 05:26:42 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Redo previous; depend on apel if GNU Emacs is used.
|
2006-06-02 19:09:03 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Remove .endif, makes the Makefile at least parseable.
|
2006-06-02 15:51:48 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
It turns out ElScreen needs apel. Depends on it.
Bump revision to 2.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-15 06:59:38 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update elscreen to 1.4.3.
Performance improvement and many feature additions including add-on
support. (Add-on packages are not yet pkgsrc'ized.)
Install README file as requested by Takanori Ishihara in pkg/32526.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-08-28 06:25:31 by Masao Uebayashi | Files touched by this commit (56) |
Log message:
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-02-24 12:02:59 by Alistair G. Crooks | Files touched by this commit (172) |
Log message:
Add RMD160 digests
|
2004-12-01 04:49:40 by Masao Uebayashi | Files touched by this commit (5) | |
Log message:
Initial import of ElScreen 1.3.2.
ElScreen is a window manager in Emacs. It's role is very similar to that
of GNU Screen in terminal emulators. This is useful if you use Emacs Lisp
applications which have multiple windows.
|