From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 11 08:30:16 2005 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 0F6E516A420 for ; Tue, 11 Oct 2005 08:30:16 +0000 (GMT) (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 0262843D49 for ; Tue, 11 Oct 2005 08:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9B8UEZr056278 for ; Tue, 11 Oct 2005 08:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9B8UEZi056269; Tue, 11 Oct 2005 08:30:14 GMT (envelope-from gnats) Resent-Date: Tue, 11 Oct 2005 08:30:14 GMT Resent-Message-Id: <200510110830.j9B8UEZi056269@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, Dario Freni Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D892516A41F for ; Tue, 11 Oct 2005 08:27:25 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: from jail1-fbsd4.consiagnet.it (jail1-fbsd4.consiagnet.it [83.149.128.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4626B43D45 for ; Tue, 11 Oct 2005 08:27:24 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: by jail1-fbsd4.consiagnet.it (Postfix, from userid 1000) id E2B3F5814; Tue, 11 Oct 2005 10:30:41 +0200 (CEST) Message-Id: <20051011083041.E2B3F5814@jail1-fbsd4.consiagnet.it> Date: Tue, 11 Oct 2005 10:30:41 +0200 (CEST) From: Dario Freni To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87243: New port: lang/python-mode.el emacs lisp module for the Python language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dario Freni List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 08:30:16 -0000 >Number: 87243 >Category: ports >Synopsis: New port: lang/python-mode.el emacs lisp module for the Python language >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: Tue Oct 11 08:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dario Freni >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD cvs.freesbie.org 4.10-STABLE FreeBSD 4.10-STABLE #9: Wed Oct 20 06:25:06 CEST 2004 gmarco@host0-bsd.consiagnet.it:/usr/obj/usr/src/sys/FREEBSD i386 >Description: Elisp modules for the Python language. This port is structurally quite similar to lang/php-mode.el >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: # # python-mode.el # python-mode.el/Makefile # python-mode.el/distinfo # python-mode.el/pkg-descr # python-mode.el/pkg-message # python-mode.el/pkg-plist # echo c - python-mode.el mkdir -p python-mode.el > /dev/null 2>&1 echo x - python-mode.el/Makefile sed 's/^X//' >python-mode.el/Makefile << 'END-of-python-mode.el/Makefile' X# New ports collection makefile for: python-mode.el X# Date created: 11 October 2005 X# Whom: Dario Freni END-of-python-mode.el/Makefile echo x - python-mode.el/distinfo sed 's/^X//' >python-mode.el/distinfo << 'END-of-python-mode.el/distinfo' XMD5 (python-mode-1.0alpha.tar.gz) = 41adbb7bc4079d9aac3323e962c1e542 XSIZE (python-mode-1.0alpha.tar.gz) = 53666 END-of-python-mode.el/distinfo echo x - python-mode.el/pkg-descr sed 's/^X//' >python-mode.el/pkg-descr << 'END-of-python-mode.el/pkg-descr' XEmacs lisp modules for the Python language. X XWWW: http://python-mode.sourceforge.net/ END-of-python-mode.el/pkg-descr echo x - python-mode.el/pkg-message sed 's/^X//' >python-mode.el/pkg-message << 'END-of-python-mode.el/pkg-message' XTo use python-mode in Emacs/XEmacs, add the following lines to your ~/.emacs: X X(autoload 'python-mode "python-mode" "Mode for editing Python source files") X(add-to-list 'auto-mode-alist '("\\.py" . python-mode)) END-of-python-mode.el/pkg-message echo x - python-mode.el/pkg-plist sed 's/^X//' >python-mode.el/pkg-plist << 'END-of-python-mode.el/pkg-plist' Xshare/emacs/site-lisp/python-mode.el Xshare/emacs/site-lisp/pycomplete.el X@exec mkdir -p %D/lib/xemacs/site-lisp X@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/python-mode.el X@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/pycomplete.el X@unexec rm %D/lib/xemacs/site-lisp/python-mode.el 2>/dev/null || true X@unexec rm %D/lib/xemacs/site-lisp/pycomplete.el 2>/dev/null || true X@unexec rmdir %D/lib/xemacs/site-lisp 2>/dev/null || true X@unexec rmdir %D/lib/xemacs 2>/dev/null || true END-of-python-mode.el/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: