./editors/emacs, GNU editing macros (editor)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q3, Version: 23.2nb2, Package name: emacs-23.2nb2, Maintainer: minskim

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.


Required to run:
[graphics/jpeg] [graphics/libotf] [graphics/libungif] [graphics/png] [graphics/tiff] [graphics/freetype2] [graphics/librsvg] [graphics/hicolor-icon-theme] [x11/libXpm] [x11/gtk2] [fonts/fontconfig] [fonts/Xft2] [sysutils/desktop-file-utils] [sysutils/dbus] [devel/m17n-lib]

Required to build:
[x11/xcb-proto] [x11/randrproto] [x11/renderproto] [x11/xproto] [x11/xextproto] [x11/fixesproto] [x11/inputproto] [pkgtools/x11-links] [devel/pkg-config] [devel/gmake]

Package options: dbus, svg, x11, xft2, gtk

Master sites: (Expand)

SHA1: 2f99c7111c232cf04410607698d2db842e305c82
RMD160: 6d25f8d12cfa23e413ea353933ed871a3d3aa08e
Filesize: 45734.079 KB

Version history: (Expand)


CVS history: (Expand)


   2010-10-22 12:38:16 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #3250 - requested by obache
editors/emacs: build fix

Revisions pulled up:
- editors/emacs/Makefile			1.132
- editors/emacs/distinfo			1.47
- editors/emacs/patches/patch-bf		1.8
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Thu Oct 21 12:05:49 UTC 2010

Modified Files:
	pkgsrc/editors/emacs: Makefile distinfo
Added Files:
	pkgsrc/editors/emacs/patches: patch-bf

Log message:
Fixes build on NetBSD with X11_TYPE=native.
* honor PREFIX
* reorder rpath so that additional libraries will be prefered than builtin X.