From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 20 12:00:36 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 362EF16A4E8 for ; Sun, 20 Aug 2006 12:00:36 +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 80FB543D5F for ; Sun, 20 Aug 2006 12:00:30 +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 k7KC0UEn081835 for ; Sun, 20 Aug 2006 12:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7KC0UNJ081834; Sun, 20 Aug 2006 12:00:30 GMT (envelope-from gnats) Resent-Date: Sun, 20 Aug 2006 12:00:30 GMT Resent-Message-Id: <200608201200.k7KC0UNJ081834@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, Denis Shaposhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2233416A4DD for ; Sun, 20 Aug 2006 11:57:46 +0000 (UTC) (envelope-from dsh@vlink.ru) Received: from vlink.ru (rigel.internal.vlink.ru [85.172.168.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C6C43D45 for ; Sun, 20 Aug 2006 11:57:45 +0000 (GMT) (envelope-from dsh@vlink.ru) Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1]) by deliver.smtp.vlink.ru (Postfix) with ESMTP id 14069FECF1E; Sun, 20 Aug 2006 15:57:43 +0400 (MSD) Received: from localhost.my.domain (wizard.vlink.ru [85.172.168.67]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id C1DF410098DB; Sun, 20 Aug 2006 15:57:42 +0400 (MSD) Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.13.6/8.13.6) with ESMTP id k7KBva6C018363; Sun, 20 Aug 2006 15:57:41 +0400 (MSD) (envelope-from dsh@localhost.my.domain) Received: (from dsh@localhost) by localhost.my.domain (8.13.6/8.13.6/Submit) id k7KBvPC0018360; Sun, 20 Aug 2006 15:57:25 +0400 (MSD) (envelope-from dsh) Message-Id: <200608201157.k7KBvPC0018360@localhost.my.domain> Date: Sun, 20 Aug 2006 15:57:25 +0400 (MSD) From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: dsh@vlink.ru Subject: ports/102323: New port: misc/table.el (Create and edit WYSIWYG text based embedded tables in Emacs) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Shaposhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 12:00:36 -0000 >Number: 102323 >Category: ports >Synopsis: New port: misc/table.el (Create and edit WYSIWYG text based embedded tables in Emacs) >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: Sun Aug 20 12:00:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD localhost.my.domain 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Sun Jun 25 16:45:10 MSD 2006 dsh@localhost.my.domain:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386 >Description: Table.el is an Emacs lisp package that extends Emacs and provides text based table creation and editing feature. With this package Emacs is capable of editing tables that are embedded inside a document, the feature similar to the ones seen in modern WYSIWYG word processors. A table is a rectangular text area consisting from a surrounding frame and content inside the frame. The content is usually subdivided into multiple rectangular cells, see the actual tables used below in this document. Once a table is recognized, editing operation inside a table cell is confined into that specific cell's rectangular area. This means that typing and deleting characters inside a cell do not affect any outside text but introduces appropriate formatting only to the cell contents. If necessary for accommodating added text in the cell, the cell automatically grows vertically and/or horizontally. WWW: http://table.sourceforge.net/ >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: # # table.el # table.el/Makefile # table.el/distinfo # table.el/pkg-descr # table.el/pkg-message # echo c - table.el mkdir -p table.el > /dev/null 2>&1 echo x - table.el/Makefile sed 's/^X//' >table.el/Makefile << 'END-of-table.el/Makefile' X# New ports collection makefile for: table.el X# Date created: Sun Aug 20 14:17:25 MSD 2006 X# Whom: Denis Shaposhnikov X# X# $FreeBSD$ X# X XPORTNAME= table.el XPORTVERSION= 1.5.54 XCATEGORIES= misc elisp XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= table XPKGNAMESUFFIX= -${EMACS_NAME} XDISTNAME= table-${PORTVERSION}.el.gz XEXTRACT_SUFX= # empty X XMAINTAINER= dsh@vlink.ru XCOMMENT= Create and edit WYSIWYG text based embedded tables in Emacs X XNO_BUILD= yes XNO_WRKSUBDIR= yes XUSE_EMACS= yes X XEMACS_NO_BUILD_DEPENDS= yes XEMACS_PORT_NAME?= xemacs21-mule X XPLIST_FILES= ${EMACS_SITE_LISPDIR}/${PORTNAME} X Xdo-extract: X ${MKDIR} ${WRKDIR} X ${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR} X ${GUNZIP_CMD} ${WRKDIR}/${DISTNAME} X Xdo-install: X ${MKDIR} ${TARGETDIR}/${EMACS_SITE_LISPDIR} X ${INSTALL_DATA} ${WRKDIR}/${DISTNAME:R} ${TARGETDIR}/${EMACS_SITE_LISPDIR}/${PORTNAME} X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-table.el/Makefile echo x - table.el/distinfo sed 's/^X//' >table.el/distinfo << 'END-of-table.el/distinfo' XMD5 (table-1.5.54.el.gz) = bf610808fa37ec0c6393e841d99defd9 XSHA256 (table-1.5.54.el.gz) = af7f3337e1dc517bcb9f5683103d5e32a34dcf311f1187a02660fc3642089cba XSIZE (table-1.5.54.el.gz) = 58136 END-of-table.el/distinfo echo x - table.el/pkg-descr sed 's/^X//' >table.el/pkg-descr << 'END-of-table.el/pkg-descr' XTable.el is an Emacs lisp package that extends Emacs and provides text Xbased table creation and editing feature. With this package Emacs is Xcapable of editing tables that are embedded inside a document, the Xfeature similar to the ones seen in modern WYSIWYG word processors. A Xtable is a rectangular text area consisting from a surrounding frame Xand content inside the frame. The content is usually subdivided into Xmultiple rectangular cells, see the actual tables used below in this Xdocument. Once a table is recognized, editing operation inside a table Xcell is confined into that specific cell's rectangular area. This Xmeans that typing and deleting characters inside a cell do not affect Xany outside text but introduces appropriate formatting only to the Xcell contents. If necessary for accommodating added text in the cell, Xthe cell automatically grows vertically and/or horizontally. X XWWW: http://table.sourceforge.net/ END-of-table.el/pkg-descr echo x - table.el/pkg-message sed 's/^X//' >table.el/pkg-message << 'END-of-table.el/pkg-message' X XTo use table.el in Emacs/XEmacs, add the:: X X (require 'table) X Xto your ~/.emacs or init.el X END-of-table.el/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: