From 283fd270f3249758f9f1cbdff8dec6926ecbec09 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sat, 11 Jan 2003 08:56:33 +0000 Subject: Update semantic to 1.4.2. Approximate set of changes: * Added namespaces support to the C/C++ grammar. * New Non-recursive parser by David Ponce * Variables no longer contain an explicit constant flag. * Modifiers field for variable, function, and types is now an association list. * Analyzizes via type information the local context * Provides smart completion information * Speedbar mode for using analysis information. * Generates objects representing a browsable class structure which links parents and subclasses and externally defined methods into an easilly navigated (programatically) structure. * Speedbar interface to browser structure (simple) * semantic-load.el simplifies installation. * Added partial reparseing of buffers where only token contents have changed. * Added `semantic-show-dirty-mode'. * Added `semantic-show-unmatched-syntax-mode' * Added `semantic-auto-reparse-mode' * Added new tool, `semanticdb'. Semanticdb caches token lists between sessions with a specific file. And more. Use emacs.mk. --- devel/semantic/PLIST | 98 +++++++++++++++++++++++++++++----------------------- 1 file changed, 55 insertions(+), 43 deletions(-) (limited to 'devel/semantic/PLIST') diff --git a/devel/semantic/PLIST b/devel/semantic/PLIST index 34e8c67dd16..053cf89811f 100644 --- a/devel/semantic/PLIST +++ b/devel/semantic/PLIST @@ -1,48 +1,60 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:15 seb Exp $ -${LISPDIR}/semantic.el -${LISPDIR}/semantic.elc -${LISPDIR}/semantic-util.el -${LISPDIR}/semantic-util.elc -${LISPDIR}/semantic-bnf.el -${LISPDIR}/semantic-bnf.elc -${LISPDIR}/semantic-ctxt.el -${LISPDIR}/semantic-ctxt.elc -${LISPDIR}/semantic-c.el -${LISPDIR}/semantic-c.elc -${LISPDIR}/semantic-el.el -${LISPDIR}/semantic-el.elc -${LISPDIR}/semantic-java.el -${LISPDIR}/semantic-java.elc -${LISPDIR}/semantic-make.el -${LISPDIR}/semantic-make.elc -${LISPDIR}/semantic-scm.el -${LISPDIR}/semantic-scm.elc -${LISPDIR}/semantic-texi.el -${LISPDIR}/semantic-texi.elc -${LISPDIR}/semantic-imenu.el -${LISPDIR}/semantic-imenu.elc -${LISPDIR}/semantic-sb.el -${LISPDIR}/semantic-sb.elc -${LISPDIR}/working.el -${LISPDIR}/working.elc -${LISPDIR}/semanticdb.el -${LISPDIR}/semanticdb.elc -${LISPDIR}/document.el -${LISPDIR}/document.elc -${LISPDIR}/document-vars.el -${LISPDIR}/document-vars.elc -${LISPDIR}/sformat.el -${LISPDIR}/sformat.elc -${LISPDIR}/senator.el -${LISPDIR}/senator.elc -${LISPDIR}/c.bnf -${LISPDIR}/make.bnf -${LISPDIR}/java.bnf -${LISPDIR}/scheme.bnf -${LISPDIR}/semantic-load.el +@comment $NetBSD: PLIST,v 1.3 2003/01/11 08:56:33 uebayasi Exp $ @unexec ${INSTALL_INFO} --delete %D/info/semantic.info %D/info/dir info/semantic.info info/semantic.info-1 info/semantic.info-2 @exec ${INSTALL_INFO} %D/info/semantic.info %D/info/dir -@dirrm ${LISPDIR} +${EMACS_LISPPREFIX}/semantic/document-vars.el +${EMACS_LISPPREFIX}/semantic/document-vars.elc +${EMACS_LISPPREFIX}/semantic/document.el +${EMACS_LISPPREFIX}/semantic/document.elc +${EMACS_LISPPREFIX}/semantic/semantic-analyze.el +${EMACS_LISPPREFIX}/semantic/semantic-analyze.elc +${EMACS_LISPPREFIX}/semantic/semantic-bnf.el +${EMACS_LISPPREFIX}/semantic/semantic-bnf.elc +${EMACS_LISPPREFIX}/semantic/semantic-c.el +${EMACS_LISPPREFIX}/semantic/semantic-c.elc +${EMACS_LISPPREFIX}/semantic/semantic-cb.el +${EMACS_LISPPREFIX}/semantic/semantic-cb.elc +${EMACS_LISPPREFIX}/semantic/semantic-chart.el +${EMACS_LISPPREFIX}/semantic/semantic-chart.elc +${EMACS_LISPPREFIX}/semantic/semantic-ctxt.el +${EMACS_LISPPREFIX}/semantic/semantic-ctxt.elc +${EMACS_LISPPREFIX}/semantic/semantic-el.el +${EMACS_LISPPREFIX}/semantic/semantic-el.elc +${EMACS_LISPPREFIX}/semantic/semantic-ia-sb.el +${EMACS_LISPPREFIX}/semantic/semantic-ia-sb.elc +${EMACS_LISPPREFIX}/semantic/semantic-ia.el +${EMACS_LISPPREFIX}/semantic/semantic-ia.elc +${EMACS_LISPPREFIX}/semantic/semantic-imenu.el +${EMACS_LISPPREFIX}/semantic/semantic-imenu.elc +${EMACS_LISPPREFIX}/semantic/semantic-java.el +${EMACS_LISPPREFIX}/semantic/semantic-java.elc +${EMACS_LISPPREFIX}/semantic/semantic-make.el +${EMACS_LISPPREFIX}/semantic/semantic-make.elc +${EMACS_LISPPREFIX}/semantic/semantic-sb.el +${EMACS_LISPPREFIX}/semantic/semantic-sb.elc +${EMACS_LISPPREFIX}/semantic/semantic-scm.el +${EMACS_LISPPREFIX}/semantic/semantic-scm.elc +${EMACS_LISPPREFIX}/semantic/semantic-texi.el +${EMACS_LISPPREFIX}/semantic/semantic-texi.elc +${EMACS_LISPPREFIX}/semantic/semantic-util-modes.el +${EMACS_LISPPREFIX}/semantic/semantic-util-modes.elc +${EMACS_LISPPREFIX}/semantic/semantic-util.el +${EMACS_LISPPREFIX}/semantic/semantic-util.elc +${EMACS_LISPPREFIX}/semantic/semantic.el +${EMACS_LISPPREFIX}/semantic/semantic.elc +${EMACS_LISPPREFIX}/semantic/semanticdb.el +${EMACS_LISPPREFIX}/semantic/semanticdb.elc +${EMACS_LISPPREFIX}/semantic/senator.el +${EMACS_LISPPREFIX}/semantic/senator.elc +${EMACS_LISPPREFIX}/semantic/sformat.el +${EMACS_LISPPREFIX}/semantic/sformat.elc +${EMACS_LISPPREFIX}/semantic/working.el +${EMACS_LISPPREFIX}/semantic/working.elc +${EMACS_LISPPREFIX}/semantic/c.bnf +${EMACS_LISPPREFIX}/semantic/make.bnf +${EMACS_LISPPREFIX}/semantic/java.bnf +${EMACS_LISPPREFIX}/semantic/scheme.bnf +${EMACS_LISPPREFIX}/semantic/semantic-load.el +@dirrm ${EMACS_LISPPREFIX}/semantic -- cgit v1.2.3