From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 23 09:20:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 457BC16A95E for ; Sat, 23 Sep 2006 09:20:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAC2D43D62 for ; Sat, 23 Sep 2006 09:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8N9KL05002962 for ; Sat, 23 Sep 2006 09:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8N9KLPR002961; Sat, 23 Sep 2006 09:20:21 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 09:20:21 GMT Resent-Message-Id: <200609230920.k8N9KLPR002961@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gürkan Sengün Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BDE16A407 for ; Sat, 23 Sep 2006 09:10:54 +0000 (UTC) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (florida.ethz.ch [195.176.48.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFCC43D53 for ; Sat, 23 Sep 2006 09:10:54 +0000 (GMT) (envelope-from tar@florida.ethz.ch) Received: from florida.ethz.ch (localhost [127.0.0.1]) by florida.ethz.ch (8.13.6/8.13.6) with ESMTP id k8N98LS2036558 for ; Sat, 23 Sep 2006 11:08:21 +0200 (CEST) (envelope-from tar@florida.ethz.ch) Received: (from root@localhost) by florida.ethz.ch (8.13.6/8.13.6/Submit) id k8N98KrT036557; Sat, 23 Sep 2006 11:08:20 +0200 (CEST) (envelope-from tar) Message-Id: <200609230908.k8N98KrT036557@florida.ethz.ch> Date: Sat, 23 Sep 2006 11:08:20 +0200 (CEST) From: Gürkan Sengün To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103510: new port: editors/emacs.app - The GNU Emacs editor on GNUstep X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gürkan Sengün List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2006 09:20:23 -0000 >Number: 103510 >Category: ports >Synopsis: new port: editors/emacs.app - The GNU Emacs editor on GNUstep >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 09:20:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gürkan Sengün >Release: FreeBSD 6.1-RELEASE sparc64 >Organization: http://www.linuks.mine.nu >Environment: System: FreeBSD florida.ethz.ch 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 15:56:53 UTC 2006 root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: This is GNU Emacs ported to OS X and GNUstep, based on the earlier Rhapsody, OPENSTEP, and NeXTSTEP versions. This port offers superior platform support for MacOS X and GNUstep, including full desktop integration (dock, drag/drop, etc.), standard keybindings, use of standard Font, Color, and File open/save panels, and support for Services. Via GNUstep, it provides anti-aliased font rendering on Linux and other Unix systems. This port is based on GNU Emacs 23 from CVS. >How-To-Repeat: >Fix: --- emacs.app.shar begins here --- # 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: # # emacs.app # emacs.app/Makefile # emacs.app/distinfo # emacs.app/pkg-descr # emacs.app/pkg-plist # echo c - emacs.app mkdir -p emacs.app > /dev/null 2>&1 echo x - emacs.app/Makefile sed 's/^X//' >emacs.app/Makefile << 'END-of-emacs.app/Makefile' X# New ports collection makefile for: emacs.app X# Date created: 4 Sep 2006 X# Whom: gurkan@linuks.mine.nu X# X# $FreeBSD$ X# X XPORTNAME= emacs.app XPORTVERSION= 9.0 XCATEGORIES= editors XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= emacs-23.0.0_NS-${PORTVERSION}pre3b X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= The GNU Emacs editor on GNUstep X XWRKSRC= ${WRKDIR}/${DISTNAME} XUSE_GMAKE= yes XUSE_GNUSTEP= yes XBASEDIR=${WRKSRC}/build/Emacs.app XBINDIR=${BASEDIR} XCFLAGS+=-I${PREFIX}/System/Library/Headers/ XUSE_GNUSTEP_PREFIX= yes XUSE_GNUSTEP_BACK= yes XUSE_GNUSTEP_BUILD= yes XUSE_GNUSTEP_INSTALL= yes XMAKEFILE= GNUmakefile XSRCFILE= ${PREFIX}/System/Library/Makefiles/GNUstep.sh X Xpost-configure: X @${REINPLACE_CMD} -e 's|#define config_machfile "m/.h"|#define config_machfile "m/sparc.h"|g' ${WRKSRC}/src/config.h X @${REINPLACE_CMD} -e's|source /etc/GNUstep/GNUstep.conf|. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh|g' ${WRKSRC}/nextstep/compile X Xdo-build: X (. ${SRCFILE}; cd ${WRKSRC}/nextstep; ${MAKE_ENV} ./compile) X Xdo-install: X cp -r ${WRKSRC}/nextstep/build/Emacs.app /usr/local/GNUstep/System/Applications/ X X.include END-of-emacs.app/Makefile echo x - emacs.app/distinfo sed 's/^X//' >emacs.app/distinfo << 'END-of-emacs.app/distinfo' XMD5 (emacs-23.0.0_NS-9.0pre3b.tar.gz) = c53b731a8fcde7b2f50bc257a2b93b33 XSHA256 (emacs-23.0.0_NS-9.0pre3b.tar.gz) = 7dd267f526a0a4944cf0c8d89d5ea9280a37b0c52cb34170033e6217cbe684d0 XSIZE (emacs-23.0.0_NS-9.0pre3b.tar.gz) = 38470421 END-of-emacs.app/distinfo echo x - emacs.app/pkg-descr sed 's/^X//' >emacs.app/pkg-descr << 'END-of-emacs.app/pkg-descr' XThis is GNU Emacs ported to OS X and GNUstep, based on the earlier XRhapsody, OPENSTEP, and NeXTSTEP versions. XThis port offers superior platform support for MacOS X and GNUstep, Xincluding full desktop integration (dock, drag/drop, etc.), standard Xkeybindings, use of standard Font, Color, and File open/save panels, Xand support for Services. Via GNUstep, it provides anti-aliased font Xrendering on Linux and other Unix systems. XThis port is based on GNU Emacs 23 from CVS. X XWWW: http://emacs-app.sourceforge.net/ END-of-emacs.app/pkg-descr echo x - emacs.app/pkg-plist sed 's/^X//' >emacs.app/pkg-plist << 'END-of-emacs.app/pkg-plist' XLocal/Applications/Gridlock.app XLocal/Applications/Gridlock.app/Gridlock XLocal/Applications/Gridlock.app/Resources XLocal/Applications/Gridlock.app/Resources/Info-gnustep.plist XLocal/Applications/Gridlock.app/Resources/README.GNUstep XLocal/Applications/Gridlock.app/Resources/readme.html XLocal/Applications/Gridlock.app/stamp.make XLocal/Applications/VolumeControl.app/stamp.make X@dirrm Local/Applications/Gridlock.app/Resources/PrefsWindow.gorm X@dirrm Local/Applications/Gridlock.app/Resources/GameWindow.gorm X@dirrm Local/Applications/Gridlock.app/Resources/VolumeControl.gorm X@dirrm Local/Applications/Gridlock.app/Resources X@dirrm Local/Applications/Gridlock.app END-of-emacs.app/pkg-plist exit --- emacs.app.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: