From owner-freebsd-ports Thu Dec 13 23:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DAB937B417 for ; Thu, 13 Dec 2001 23:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBE7K1u69869; Thu, 13 Dec 2001 23:20:01 -0800 (PST) (envelope-from gnats) Received: from t-mta8.odn.ne.jp (mfep8.odn.ne.jp [143.90.131.186]) by hub.freebsd.org (Postfix) with ESMTP id 8F48237B417 for ; Thu, 13 Dec 2001 23:17:10 -0800 (PST) Received: from localhost ([61.201.64.62]) by t-mta8.odn.ne.jp with ESMTP id <20011214071709999.ZONW.1471.t-mta8.odn.ne.jp@mta8.odn.ne.jp>; Fri, 14 Dec 2001 16:17:10 +0900 Message-Id: <20011214071709999.ZONW.1471.t-mta8.odn.ne.jp@mta8.odn.ne.jp> Date: Fri, 14 Dec 2001 16:17:08 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32826: New port: eieio - Enhanced Integration of Emacs Interpreted Objects Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32826 >Category: ports >Synopsis: New port: eieio - Enhanced Integration of Emacs Interpreted Objects >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 13 23:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD ns.test 4.4-STABLE FreeBSD 4.4-STABLE #2: Tue Dec 4 16:17:57 JST 2001 root@ns.test:/sack/obj/usr/src/sys/NS i386 >Description: EIEIO is an Emacs lisp program which implements a controlled object-oriented programming methodology following the CLOS standard. EIEIO also has object browsing functions, and custom widget types. WWW: http://cedet.sourceforge.net/eieio.shtml >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # eieio # eieio/files # eieio/files/patch-aa # eieio/distinfo # eieio/pkg-plist # eieio/Makefile # eieio/pkg-comment # eieio/pkg-descr # echo c - eieio mkdir -p eieio > /dev/null 2>&1 echo c - eieio/files mkdir -p eieio/files > /dev/null 2>&1 echo x - eieio/files/patch-aa sed 's/^X//' >eieio/files/patch-aa << 'END-of-eieio/files/patch-aa' X--- eieio.texi.orig Sun Dec 9 19:00:01 2001 X+++ eieio.texi Sun Dec 9 19:26:09 2001 X@@ -7,9 +7,10 @@ X X @ifinfo X @format X-START-INFO-DIR-ENTRY X+@dircategory The Emacs editor and associated tools X+@direntry X * eieio: (eieio). Objects for Emacs X-END-INFO-DIR-ENTRY X+@end direntry X @end format X @end ifinfo X END-of-eieio/files/patch-aa echo x - eieio/distinfo sed 's/^X//' >eieio/distinfo << 'END-of-eieio/distinfo' XMD5 (eieio-0.16.tar.gz) = cd72c0adb2768898a255bb2cf95a83dc END-of-eieio/distinfo echo x - eieio/pkg-plist sed 's/^X//' >eieio/pkg-plist << 'END-of-eieio/pkg-plist' X@unexec install-info --delete %D/info/eieio.info %D/info/dir Xinfo/eieio.info X@exec install-info %D/info/eieio.info %D/info/dir X%%EMACS_SITE_LISPDIR%%/eieio/call-tree.el X%%EMACS_SITE_LISPDIR%%/eieio/call-tree.elc X%%EMACS_SITE_LISPDIR%%/eieio/chart.el X%%EMACS_SITE_LISPDIR%%/eieio/chart.elc X%%EMACS_SITE_LISPDIR%%/eieio/compare-strings.el X%%EMACS_SITE_LISPDIR%%/eieio/compare-strings.elc X%%EMACS_SITE_LISPDIR%%/eieio/eieio-base.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio-base.elc X%%EMACS_SITE_LISPDIR%%/eieio/eieio-comp.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio-comp.elc X%%EMACS_SITE_LISPDIR%%/eieio/eieio-custom.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio-custom.elc X%%EMACS_SITE_LISPDIR%%/eieio/eieio-doc.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio-doc.elc X%%EMACS_SITE_LISPDIR%%/eieio/eieio-opt.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio-opt.elc X%%EMACS_SITE_LISPDIR%%/eieio/eieio-speedbar.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio-speedbar.elc X%%EMACS_SITE_LISPDIR%%/eieio/eieio-tests.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio.el X%%EMACS_SITE_LISPDIR%%/eieio/eieio.elc X%%EMACS_SITE_LISPDIR%%/eieio/tree.el X%%EMACS_SITE_LISPDIR%%/eieio/tree.elc X@dirrm %%EMACS_SITE_LISPDIR%%/eieio END-of-eieio/pkg-plist echo x - eieio/Makefile sed 's/^X//' >eieio/Makefile << 'END-of-eieio/Makefile' X# New ports collection makefile for: eieio X# Date created: 10 December 2001 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= eieio XPORTVERSION= 0.16 XCATEGORIES= devel elisp XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= cedet XPKGNAMESUFFIX= -${EMACS_PORT_NAME} X XMAINTAINER= fuyuki@mj.0038.net X XEMACS_PORT_NAME?= emacs21 X XUSE_GMAKE= yes X XLISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}/eieio X Xdo-install: X ${MKDIR} ${LISPDIR} X.for i in *.el *.elc X ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR} X.endfor X ${INSTALL_DATA} ${WRKSRC}/eieio.info ${PREFIX}/info X install-info ${PREFIX}/info/eieio.info ${PREFIX}/info/dir X X.include END-of-eieio/Makefile echo x - eieio/pkg-comment sed 's/^X//' >eieio/pkg-comment << 'END-of-eieio/pkg-comment' XEnhanced Integration of Emacs Interpreted Objects END-of-eieio/pkg-comment echo x - eieio/pkg-descr sed 's/^X//' >eieio/pkg-descr << 'END-of-eieio/pkg-descr' XEIEIO is an Emacs lisp program which implements a controlled Xobject-oriented programming methodology following the CLOS Xstandard. EIEIO also has object browsing functions, and custom widget Xtypes. X XWWW: http://cedet.sourceforge.net/eieio.shtml X X- Kimura Fuyuki Xfuyuki@mj.0038.net END-of-eieio/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message