From owner-freebsd-ports-bugs Fri Jan 31 18:50:26 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE6D37B401 for ; Fri, 31 Jan 2003 18:50:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31D943F3F for ; Fri, 31 Jan 2003 18:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h112oKNS064221 for ; Fri, 31 Jan 2003 18:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h112oKcS064220; Fri, 31 Jan 2003 18:50:20 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 594A637B401 for ; Fri, 31 Jan 2003 18:49:16 -0800 (PST) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC4C43F79 for ; Fri, 31 Jan 2003 18:49:15 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.218.122.239]) by t-mta1.odn.ne.jp with ESMTP id <20030201024913885.ZWLG.4459.t-mta1.odn.ne.jp@mta1.odn.ne.jp>; Sat, 1 Feb 2003 11:49:13 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 29D6754B7; Sat, 1 Feb 2003 11:49:13 +0900 (JST) Message-Id: <20030201024913.29D6754B7@hadaly.dyndns.org> Date: Sat, 1 Feb 2003 11:49:13 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47777: Update port: devel/ecb to 1.90 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47777 >Category: ports >Synopsis: Update port: devel/ecb to 1.90 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 31 18:50:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: - Update to 1.90 - Drop maintainership >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ecb/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 14 Aug 2002 06:45:07 -0000 1.3 +++ Makefile 1 Feb 2003 02:46:56 -0000 @@ -6,13 +6,13 @@ # PORTNAME= ecb -PORTVERSION= 1.80 +PORTVERSION= 1.90 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ecb PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org EMACS_PORT_NAME?= emacs21 @@ -28,19 +28,21 @@ USE_REINPLACE= yes USE_GMAKE= yes +ALL_TARGET= ecb +PLIST_SUB= INFOSECTION="${INFOSECTION}" +INFOSECTION= The Emacs editor and associated tools post-patch: - ${REINPLACE_CMD} -e 's/.$$//' \ - -e 's/GNU Emacs Lisp/The Emacs editor and associated tools/' \ - ${WRKSRC}/ecb.texi + ${REINPLACE_CMD} "s|\./info-help|${PREFIX}/info|" ${WRKSRC}/ecb-help.el do-install: ${MKDIR} ${LISPDIR} .for i in *.el *.elc ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR} .endfor - ${INSTALL_DATA} ${WRKSRC}/ecb.info ${PREFIX}/info - install-info ${PREFIX}/info/ecb.info ${PREFIX}/info/dir + ${INSTALL_DATA} ${WRKSRC}/info-help/* ${PREFIX}/info + install-info --section="${INFOSECTION}" ${PREFIX}/info/ecb.info \ + ${PREFIX}/info/dir post-install: .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/ecb/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 14 Aug 2002 06:45:07 -0000 1.3 +++ distinfo 1 Feb 2003 02:46:56 -0000 @@ -1 +1 @@ -MD5 (ecb-1.80.tar.gz) = 034623542065620a3ecf969e088f5a60 +MD5 (ecb-1.90.tar.gz) = 7c0e8f5afe0bf7ab9c0cbda43de55e9f Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/ecb/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 14 Aug 2002 06:45:07 -0000 1.2 +++ pkg-descr 1 Feb 2003 02:46:56 -0000 @@ -1,9 +1,6 @@ -ECB is source code browser for Emacs. It is a global minor-mode which -displays a couple of windows that can be used to browse directories, -files and methods. It supports method parsing for Java, C, C++, Elisp -etc. +ECB is a source code browser for Emacs. It is a global minor-mode +which displays a couple of windows that can be used to browse +directories, files and file-contents like methods and variables. It +supports source-code parsing for Java, C, C++, Elisp, Scheme etc. -WWW: http://home.swipnet.se/mayhem/ecb.html - -- Kimura Fuyuki -fuyuki@hadaly.org +WWW: http://ecb.sourceforge.net/ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/ecb/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 14 Aug 2002 06:45:07 -0000 1.3 +++ pkg-plist 1 Feb 2003 02:46:56 -0000 @@ -1,18 +1,28 @@ -@unexec install-info --delete %D/info/ecb.info %D/info/dir +@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/ecb.info %D/info/dir info/ecb.info -@exec install-info %D/info/ecb.info %D/info/dir -%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-buffertab.el -%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-buffertab.elc +info/ecb.info-1 +info/ecb.info-2 +info/ecb.info-3 +info/ecb.info-4 +info/ecb.info-5 +info/ecb.info-6 +@exec install-info --section="%%INFOSECTION%%" %D/info/ecb.info %D/info/dir %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compilation.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-compilation.elc +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-create-layout.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-create-layout.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-cycle.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-cycle.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-eshell.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-eshell.elc +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-examples.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-examples.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-face.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-face.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-help.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-help.elc +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-layout-defs.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-layout-defs.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-layout.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-layout.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-mode-line.el @@ -21,16 +31,20 @@ %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-navigate.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-speedbar.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-speedbar.elc +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-tod.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-tod.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-upgrade.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-upgrade.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-util.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb-util.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/ecb.elc +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/silentcomp.el +%%EMACS_VERSION_SITE_LISPDIR%%/ecb/silentcomp.elc %%EMACS_VERSION_SITE_LISPDIR%%/ecb/tree-buffer.el %%EMACS_VERSION_SITE_LISPDIR%%/ecb/tree-buffer.elc @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/ecb -%%PORTDOCS%%share/doc/ecb/HISTORY -%%PORTDOCS%%share/doc/ecb/README -%%PORTDOCS%%share/doc/ecb/RELEASE_NOTES -%%PORTDOCS%%@dirrm share/doc/ecb +%%PORTDOCS%%%%DOCSDIR%%/HISTORY +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message