diff options
author | magick <magick@pkgsrc.org> | 2004-04-04 16:12:01 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2004-04-04 16:12:01 +0000 |
commit | ee56b10d209336ac8fcc061f3ecbca2581001919 (patch) | |
tree | eb1de299b6d9e3ed25b3ebcbcbc8941965af1803 | |
parent | 5aeba2f0e72473a8670a2b485517ee91a4fe462c (diff) | |
download | pkgsrc-ee56b10d209336ac8fcc061f3ecbca2581001919.tar.gz |
Update xemacs to 21.5.17:
* XEmacs 21.5.17 "chayote" is released.
"chayote" is the eighteenth in the OXYMORON series.
The main purpose of the "chayote" release is to provide a checkpoint
before upcoming major changes. Bignum (infinite precision integer)
support and Xft (including antialiasing) support are expected to be
added in the near future.
Relative to XEmacs 21.5.16 "celeriac", "chayote" has many improvements
in module support from Jerry James, and improved package management
from Steve Youngs. Steve Youngs also ported the "lazy" widget support
from GNU Emacs 21.3, and Jerry James synched frame and window support.
A number of annoying crashes in GTK, in X11 dialogs, and in the
bytecode interpreter were fixed, but several crashes remain.
-rw-r--r-- | editors/xemacs-current/Makefile | 11 | ||||
-rw-r--r-- | editors/xemacs-current/PLIST | 5 | ||||
-rw-r--r-- | editors/xemacs-current/distinfo | 6 |
3 files changed, 10 insertions, 12 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index d280dc762c0..fe5480e23e1 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.36 2004/02/09 07:16:13 minskim Exp $ +# $NetBSD: Makefile,v 1.37 2004/04/04 16:12:01 magick Exp $ -DISTNAME= xemacs-21.5.16 -PKGREVISION= 1 +DISTNAME= xemacs-21.5.17 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/} MAINTAINER= magick@NetBSD.org HOMEPAGE= http://www.xemacs.org/ -COMMENT= *BETA* XEmacs text editor version 21.5.16 +COMMENT= *BETA* XEmacs text editor version 21.5.17 USE_BUILDLINK2= YES USE_X11= YES BUILD_DEFS+= XEMACS_WIDGETS XEMACS_ESD USE_LDAP USE_XFACE XEMACS_USE_CANNA -PLIST_SUBST+= EMACSVER=xemacs-21.5-b16 -MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b16 +PLIST_SUBST+= EMACSVER=xemacs-21.5-b17 +MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b17 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" GCC_REQD+= 2.95.3 diff --git a/editors/xemacs-current/PLIST b/editors/xemacs-current/PLIST index 3a0983681a5..a15a0f894b7 100644 --- a/editors/xemacs-current/PLIST +++ b/editors/xemacs-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2003/12/03 00:50:34 magick Exp $ +@comment $NetBSD: PLIST,v 1.14 2004/04/04 16:12:01 magick Exp $ bin/${EMACSVER} bin/ellcc bin/gnuattach @@ -46,6 +46,7 @@ lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/chartab.h lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/cm.h lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/coding-system-slots.h lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/commands.h +lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/compiler.h lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/config.h lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/conslots.h lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/include/console-gtk-impl.h @@ -602,8 +603,6 @@ lib/${EMACSVER}/etc/photos/vladimir.png lib/${EMACSVER}/etc/photos/vladimirm.png lib/${EMACSVER}/etc/photos/wmperry.png lib/${EMACSVER}/etc/photos/wmperrym.png -lib/${EMACSVER}/etc/photos/youngs.png -lib/${EMACSVER}/etc/photos/youngsm.png lib/${EMACSVER}/etc/recycle.xpm lib/${EMACSVER}/etc/recycle2.xpm lib/${EMACSVER}/etc/refcard.ps.gz diff --git a/editors/xemacs-current/distinfo b/editors/xemacs-current/distinfo index e9a8d570f1e..465b4bd7d08 100644 --- a/editors/xemacs-current/distinfo +++ b/editors/xemacs-current/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2003/12/03 00:50:34 magick Exp $ +$NetBSD: distinfo,v 1.12 2004/04/04 16:12:01 magick Exp $ -SHA1 (xemacs-21.5.16.tar.gz) = f971a4650631db9c620c0b742bc30ede5dbbaf0e -Size (xemacs-21.5.16.tar.gz) = 12915530 bytes +SHA1 (xemacs-21.5.17.tar.gz) = 0952c508636276f4b08a43019c9a034913a8784f +Size (xemacs-21.5.17.tar.gz) = 13818839 bytes SHA1 (patch-aa) = 48f0b47ff872338587b3118075e10413febf2639 SHA1 (patch-ab) = 62a968f19d1b2b9efc5f8c3cf3e612f6a1dc7df2 SHA1 (patch-ac) = 1ffaa2c5c425de6abd8f76d262762d21d8c7d0af |