pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs-snapshot Update emacs-snapshot to 23.1.9...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f6d9bf0715
branches:  trunk
changeset: 569792:32f6d9bf0715
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jan 18 19:34:20 2010 +0000

description:
Update emacs-snapshot to 23.1.91.20100111.

Changes:
* .dir-locals.el (change-log-mode): Restore bug-reference-mode.
* info/dir: Add Semantic.
* info/dir: Add EDT entry.
* .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
* elisp package updates: edt, cedet, chart, eieio, files-x, font-setting,
  hfy-cmap, htmlfontify, mule-conf, ucs-normalize, mpc, imap, tramp,
  levents, lucid, sym-comp, org, js, and subword.

diffstat:

 editors/emacs-snapshot/Makefile         |   57 +----
 editors/emacs-snapshot/Makefile.common  |   66 +++++
 editors/emacs-snapshot/PLIST            |  411 ++++++++++++++++++++++++++++++-
 editors/emacs-snapshot/distinfo         |   10 +-
 editors/emacs-snapshot/options.mk       |    8 +-
 editors/emacs-snapshot/patches/patch-ac |   36 ++-
 editors/emacs-snapshot/version.mk       |    6 +-
 7 files changed, 505 insertions(+), 89 deletions(-)

diffs (truncated from 928 to 300 lines):

diff -r c93f308efed6 -r 32f6d9bf0715 editors/emacs-snapshot/Makefile
--- a/editors/emacs-snapshot/Makefile   Mon Jan 18 19:00:16 2010 +0000
+++ b/editors/emacs-snapshot/Makefile   Mon Jan 18 19:34:20 2010 +0000
@@ -1,62 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2009/08/26 19:58:43 sno Exp $
-
-DISTNAME=      emacs-snapshot_20090710.orig
-PKGNAME=       ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
-PKGREVISION=   1
-CATEGORIES=    editors
-MASTER_SITES=  http://emacs.orebokech.com/pool/main/e/emacs-snapshot/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
-COMMENT=       GNU editing macros (development version)
-LICENSE=       gnu-gpl-v3
-
-PKG_DESTDIR_SUPPORT=   user-destdir
+# $NetBSD: Makefile,v 1.7 2010/01/18 19:34:20 minskim Exp $
 
 CONFLICTS+=    emacs-nox11-[0-9]*
 
-GNU_CONFIGURE= yes
-INFO_FILES=    yes
-USE_TOOLS+=    gmake makeinfo gzip
-WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV:C/\.[0-9]*$//}
-
-CONFIGURE_ARGS+=       --srcdir=${WRKSRC}
-CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-CONFIGURE_ENV+=                GAMEOWN=${GAMEOWN}
-
-BUILD_DEFS+=           VARBASE
-BUILD_DEFS+=           GAMEDATAMODE
-PLIST_SRC+=            PLIST
-
-BUILD_TARGET=          bootstrap
-EMACS_VERSION=         23.0.96
-PLIST_SUBST+=          EMACS_VERSION=${EMACS_VERSION}
-
-REPLACE_PERL=          lib-src/grep-changelog
-CHECK_INTERPRETER_SKIP=        bin/grep-changelog
-
-MAKE_DIRS_PERMS+=      ${VARBASE}/games/emacs ${GAMEOWN} ${GAMEGRP} ${GAMEDIRMODE}
-CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/snake-scores \
-                       ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
-CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/tetris-scores \
-                       ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
-
-# build PATH in the dumped emacs is not a problem
-CHECK_WRKREF_SKIP+=    bin/emacs
-CHECK_WRKREF_SKIP+=    bin/emacs-${EMACS_VERSION}
+.include "../../editors/emacs-snapshot/Makefile.common"
 
 .include "options.mk"
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/oss.buildlink3.mk"
-
-.if (${OPSYS} == "DragonFly") && exists(/usr/lib/crtn.o)
-CPPFLAGS+=             -DDFLY_CRT_USRLIB
-.endif
-
-post-extract:
-       cp ${.CURDIR}/../../editors/emacs/files/site-init.el ${WRKSRC}/lisp
-       cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
-       ${CHMOD} -R go-w ${WRKSRC}
-
 .include "../../mk/bsd.pkg.mk"
diff -r c93f308efed6 -r 32f6d9bf0715 editors/emacs-snapshot/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs-snapshot/Makefile.common    Mon Jan 18 19:34:20 2010 +0000
@@ -0,0 +1,66 @@
+# $NetBSD: Makefile.common,v 1.1 2010/01/18 19:34:20 minskim Exp $
+
+DISTNAME=      emacs-snapshot_20100111.orig
+PKGNAME=       ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
+CATEGORIES=    editors
+MASTER_SITES=  http://emacs.orebokech.com/pool/main/e/emacs-snapshot/
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
+COMMENT=       GNU editing macros (development version)
+LICENSE=       gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+CONFLICTS+=    emacs-nox11-[0-9]*
+
+GNU_CONFIGURE= yes
+INFO_FILES=    yes
+USE_TOOLS+=    gmake makeinfo gzip
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV:C/\.[0-9]*$//}
+
+CONFIGURE_ARGS+=       --srcdir=${WRKSRC}
+CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
+CONFIGURE_ENV+=                GAMEOWN=${GAMEOWN}
+
+BUILD_DEFS+=           VARBASE
+BUILD_DEFS+=           GAMEDATAMODE
+PLIST_SRC+=            ../../editors/emacs-snapshot/PLIST
+
+.include "../../editors/emacs-snapshot/version.mk"
+
+BUILD_TARGET=          bootstrap
+EMACS_VERSION=         ${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}.${_EMACS_VERSION_MICRO}
+PLIST_SUBST+=          EMACS_VERSION=${EMACS_VERSION}
+
+REPLACE_PERL=          lib-src/grep-changelog
+CHECK_INTERPRETER_SKIP=        bin/grep-changelog
+
+MAKE_DIRS_PERMS+=      ${VARBASE}/games/emacs ${GAMEOWN} ${GAMEGRP} ${GAMEDIRMODE}
+CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/snake-scores \
+                       ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
+CONF_FILES_PERMS+=     /dev/null ${VARBASE}/games/emacs/tetris-scores \
+                       ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE}
+
+# build PATH in the dumped emacs is not a problem
+CHECK_WRKREF_SKIP+=    bin/emacs
+CHECK_WRKREF_SKIP+=    bin/emacs-${EMACS_VERSION}
+
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == "DragonFly") && exists(/usr/lib/crtn.o)
+CPPFLAGS+=             -DDFLY_CRT_USRLIB
+.endif
+
+.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.include "../../mk/curses.buildlink3.mk"
+.else
+.include "../../mk/termcap.buildlink3.mk"
+.endif
+
+.include "../../mk/oss.buildlink3.mk"
+
+post-extract:
+       cp ${.CURDIR}/../../editors/emacs/files/site-init.el ${WRKSRC}/lisp
+       cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s
+       ${CHMOD} -R go-w ${WRKSRC}
diff -r c93f308efed6 -r 32f6d9bf0715 editors/emacs-snapshot/PLIST
--- a/editors/emacs-snapshot/PLIST      Mon Jan 18 19:00:16 2010 +0000
+++ b/editors/emacs-snapshot/PLIST      Mon Jan 18 19:34:20 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:50:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/01/18 19:34:20 minskim Exp $
 bin/b2m
 bin/ctags
 bin/ebrowse
@@ -17,8 +17,11 @@
 info/dbus
 info/dired-x
 info/ebrowse
+info/ede
 info/ediff
+info/edt
 info/efaq
+info/eieio
 info/eintr
 info/elisp
 info/emacs
@@ -31,7 +34,6 @@
 info/forms
 info/gnus
 info/idlwave
-info/info
 info/mairix-el
 info/message
 info/mh-e
@@ -45,6 +47,7 @@
 info/remember
 info/sasl
 info/sc
+info/semantic
 info/ses
 info/sieve
 info/smtpmail
@@ -55,7 +58,6 @@
 info/viper
 info/widget
 info/woman
-libexec/emacs/${EMACS_VERSION}/${MACHINE_GNU_PLATFORM}/cvtmail
 libexec/emacs/${EMACS_VERSION}/${MACHINE_GNU_PLATFORM}/digest-doc
 libexec/emacs/${EMACS_VERSION}/${MACHINE_GNU_PLATFORM}/fakemail
 libexec/emacs/${EMACS_VERSION}/${MACHINE_GNU_PLATFORM}/hexl
@@ -255,7 +257,7 @@
 share/emacs/${EMACS_VERSION}/etc/e/eterm-color
 share/emacs/${EMACS_VERSION}/etc/e/eterm-color.ti
 share/emacs/${EMACS_VERSION}/etc/echo.msg
-share/emacs/${EMACS_VERSION}/etc/edt-user.doc
+share/emacs/${EMACS_VERSION}/etc/edt-user.el
 share/emacs/${EMACS_VERSION}/etc/emacs-buffer.gdb
 share/emacs/${EMACS_VERSION}/etc/emacs.bash
 share/emacs/${EMACS_VERSION}/etc/emacs.csh
@@ -396,6 +398,7 @@
 share/emacs/${EMACS_VERSION}/etc/images/gnus/uu-post.pbm
 share/emacs/${EMACS_VERSION}/etc/images/gnus/uu-post.xpm
 share/emacs/${EMACS_VERSION}/etc/images/gud/README
+share/emacs/${EMACS_VERSION}/etc/images/gud/all.xpm
 share/emacs/${EMACS_VERSION}/etc/images/gud/break.pbm
 share/emacs/${EMACS_VERSION}/etc/images/gud/break.xpm
 share/emacs/${EMACS_VERSION}/etc/images/gud/cont.pbm
@@ -426,6 +429,7 @@
 share/emacs/${EMACS_VERSION}/etc/images/gud/stepi.xpm
 share/emacs/${EMACS_VERSION}/etc/images/gud/stop.pbm
 share/emacs/${EMACS_VERSION}/etc/images/gud/stop.xpm
+share/emacs/${EMACS_VERSION}/etc/images/gud/thread.xpm
 share/emacs/${EMACS_VERSION}/etc/images/gud/until.pbm
 share/emacs/${EMACS_VERSION}/etc/images/gud/until.xpm
 share/emacs/${EMACS_VERSION}/etc/images/gud/up.pbm
@@ -516,6 +520,15 @@
 share/emacs/${EMACS_VERSION}/etc/images/mail/send.xpm
 share/emacs/${EMACS_VERSION}/etc/images/mail/spam.xpm
 share/emacs/${EMACS_VERSION}/etc/images/mh-logo.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/README
+share/emacs/${EMACS_VERSION}/etc/images/mpc/add.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/ffwd.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/next.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/pause.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/play.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/prev.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/rewind.xpm
+share/emacs/${EMACS_VERSION}/etc/images/mpc/stop.xpm
 share/emacs/${EMACS_VERSION}/etc/images/new.pbm
 share/emacs/${EMACS_VERSION}/etc/images/new.xpm
 share/emacs/${EMACS_VERSION}/etc/images/next-node.pbm
@@ -1179,6 +1192,295 @@
 share/emacs/${EMACS_VERSION}/lisp/case-table.elc
 share/emacs/${EMACS_VERSION}/lisp/cdl.el.gz
 share/emacs/${EMACS_VERSION}/lisp/cdl.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-cscope.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-cscope.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-files.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-files.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-global.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-global.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-idutils.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet-idutils.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/cedet.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/data-debug.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/data-debug.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/autoconf-edit.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/autoconf-edit.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/cpp-root.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/cpp-root.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/dired.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/dired.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/emacs.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/emacs.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/files.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/files.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/linux.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/linux.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/loaddefs.el
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/locate.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/locate.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/make.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/make.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/makefile-edit.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/makefile-edit.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/pconf.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/pconf.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/pmake.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/pmake.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-archive.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-archive.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-aux.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-aux.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-comp.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-comp.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-elisp.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-elisp.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-info.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-info.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-misc.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-misc.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-obj.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-obj.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-prog.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-prog.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-scheme.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-scheme.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-shared.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj-shared.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/proj.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/project-am.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/project-am.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/shell.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/shell.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/simple.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/simple.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/source.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/source.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/speedbar.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/speedbar.elc
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/srecode.el.gz
+share/emacs/${EMACS_VERSION}/lisp/cedet/ede/srecode.elc



Home | Main Index | Thread Index | Old Index