NOTICE: This package has been removed from pkgsrc

./wip/emacs-snapshot, GNU editing macros (development version)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 11nb1, Package name: emacs-27.0.50_2019-11-11nb1, Maintainer: pkgsrc-users

GNU Emacs is a self-documenting, customizable, extensible real-time
display editor.

Users new to Emacs will be able to use basic features fairly rapidly
by studying the tutorial and using the self-documentation features.
Emacs also has an extensive interactive manual browser. It is easily
extensible since its editing commands are written in Lisp.

GNU Emacs's many special packages handle mail reading (RMail) and
sending (Mail), outline editing (Outline), compiling (Compile),
running subshells within Emacs windows (Shell), running a Lisp
read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
(Doctor :-) and many more.


Required to run:
[sysutils/desktop-file-utils] [sysutils/dbus] [textproc/libxml2] [graphics/hicolor-icon-theme] [graphics/tiff] [graphics/freetype2] [graphics/png] [fonts/fontconfig] [fonts/Xft2] [security/gnutls] [devel/gconfmm] [x11/Xrender] [x11/libXpm] [graphics/libotf] [devel/m17n-lib] [graphics/giflib] [x11/gtk3] [security/p11-kit] [fonts/harfbuzz] [x11/libXaw3d] [graphics/libimagequant]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [lang/gcc49] [pkgtools/cwrappers] [x11/xorgproto]

Package options: dbus, gconf, gnutls, gtk3, x11, xaw3d, xft2, xml

Master sites:

RMD160: e9b89e149c0e5a3e4f05a1a841d9cf9ae95d4eb9
Filesize: 62903.306 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-14 13:24:43 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add files/site-init.el on commit message candidate

   2015-06-14 04:41:27 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add commit message candidate

   2015-05-10 10:53:04 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Correction to PLIST

   2015-04-24 03:17:09 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(pkgsrc)
 - Sort Makefile.common to resemble wip/emacs-current/Makefile
(upstream)
 - Update to 20150415 (22) 
-----------------------
2015-04-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        Merge from gnulib
        * lib/stddef.in.h: Update from gnulib, incorporating:
        2015-04-02 stddef: port to pre-C11 GCC on x86
 
2015-04-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        Port 'configure' to clang 3.5
        * configure.ac: Add -Wno-unknown-attributes if clang;
        otherwise clang 3.5.0 (Fedora 21 x86-64) complains
        "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute
        '__alloc_size__' ignored".  Use -Werror when checking for -nopie;
        otherwise clang warns about -nopie instead of failing, and then
        later it warns everytime the build uses -nopie.
 
2015-04-03  Ulrich Mueller  <ulm@gentoo.org>
 
        * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it
        is supported, in order to avoid segfaults in temacs.  (Bug#18784)jjjkkk:w
   2015-04-14 10:31:57 by Makoto Fujiwara | Files touched by this commit (16) | Package updated
Log message:
(candidate to update editors/emacs-snapshot)
Import emacs25-25.0.50.2015033123 as wip/emacs-snapshot.

GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains a recent development snapshot of Emacs.