maintenance update to 21.4.19 .
tested by matthieu@
This commit is contained in:
parent
65f67be728
commit
37c68405c6
@ -1,11 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2006/02/11 08:53:26 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2006/07/01 17:52:45 aanriot Exp $
|
||||
|
||||
COMMENT= "heavily customizable and extensible editor"
|
||||
|
||||
VERSION= 21.4.17
|
||||
VERSION= 21.4.19
|
||||
DISTNAME= xemacs-${VERSION}
|
||||
# see below as well
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.xemacs.org/
|
||||
@ -82,7 +80,6 @@ CONFIGURE_ARGS+=--with-xim=xlib
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mmule}
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
MODULES= devel/gettext
|
||||
CONFIGURE_ARGS+=--with-mule
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (xemacs-21.4.17.tar.gz) = 835d539709fbbe8e30cd5de8b3541aa1
|
||||
RMD160 (xemacs-21.4.17.tar.gz) = d42ca370ba916f0147b368bd7db2cc6c523646ae
|
||||
SHA1 (xemacs-21.4.17.tar.gz) = 274812bee5f8010ca3d56b517026270d94415f33
|
||||
SIZE (xemacs-21.4.17.tar.gz) = 10626826
|
||||
MD5 (xemacs-21.4.19.tar.gz) = 3f753e2cc22a428c7d775339f29c7e46
|
||||
RMD160 (xemacs-21.4.19.tar.gz) = 5e2fdd5073934efa6c42fd44cb6d9f6588754314
|
||||
SHA1 (xemacs-21.4.19.tar.gz) = 638a58db6794d3424e13ad65932697ad1343ab69
|
||||
SIZE (xemacs-21.4.19.tar.gz) = 11122888
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2006/01/22 21:20:48 aanriot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2006/07/01 17:52:45 aanriot Exp $
|
||||
%%mule%%
|
||||
bin/ellcc
|
||||
bin/gnuattach
|
||||
@ -15,6 +15,7 @@ bin/xemacs-rcs-checkin
|
||||
info/xemacs-${VERSION}/
|
||||
@info info/xemacs-${VERSION}/cl.info
|
||||
@info info/xemacs-${VERSION}/custom.info
|
||||
@comment info/xemacs-${VERSION}/dir
|
||||
@info info/xemacs-${VERSION}/emodules.info
|
||||
@comment info/xemacs-${VERSION}/emodules.info.orig
|
||||
@info info/xemacs-${VERSION}/external-widget.info
|
||||
@ -29,8 +30,6 @@ info/xemacs-${VERSION}/
|
||||
@info info/xemacs-${VERSION}/widget.info
|
||||
@info info/xemacs-${VERSION}/xemacs-faq.info
|
||||
@info info/xemacs-${VERSION}/xemacs.info
|
||||
@comment no checksum
|
||||
info/xemacs-${VERSION}/dir
|
||||
lib/xemacs/
|
||||
lib/xemacs-${VERSION}/
|
||||
lib/xemacs-${VERSION}/etc/
|
||||
@ -66,6 +65,7 @@ lib/xemacs-${VERSION}/etc/README.OO-BROWSER
|
||||
lib/xemacs-${VERSION}/etc/SERVICE
|
||||
lib/xemacs-${VERSION}/etc/TERMS
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.cs
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.de
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.fr
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.hr
|
||||
@ -76,6 +76,7 @@ lib/xemacs-${VERSION}/etc/TUTORIAL.pl
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.ro
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.ru
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.se
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.sl
|
||||
lib/xemacs-${VERSION}/etc/TUTORIAL.th
|
||||
lib/xemacs-${VERSION}/etc/XKeysymDB
|
||||
lib/xemacs-${VERSION}/etc/aliases.ksh
|
||||
@ -1059,6 +1060,8 @@ lib/xemacs-${VERSION}/lisp/msw-mouse.el
|
||||
lib/xemacs-${VERSION}/lisp/msw-mouse.elc
|
||||
lib/xemacs-${VERSION}/lisp/msw-select.el
|
||||
lib/xemacs-${VERSION}/lisp/msw-select.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/canna-leim.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/custom-load.elc
|
||||
lib/xemacs-${VERSION}/lisp/multicast.el
|
||||
lib/xemacs-${VERSION}/lisp/multicast.elc
|
||||
lib/xemacs-${VERSION}/lisp/mwheel.el
|
||||
@ -1221,3 +1224,4 @@ lib/xemacs/site-modules/
|
||||
@man man/man1/xemacs-ctags.1
|
||||
@man man/man1/xemacs-etags.1
|
||||
@man man/man1/xemacs.1
|
||||
@extra info/xemacs-${VERSION}/dir
|
||||
|
Loading…
Reference in New Issue
Block a user