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/

PR:		ports/102323
Submitted by:	Denis Shaposhnikov <dsh at vlink.ru>
This commit is contained in:
Andrey Slusar 2006-08-20 21:16:16 +00:00
parent afcf0e87da
commit 4fa4da4cab
6 changed files with 68 additions and 0 deletions

View file

@ -430,6 +430,7 @@
SUBDIR += susv2
SUBDIR += susv3
SUBDIR += sword
SUBDIR += table.el
SUBDIR += talkfilters
SUBDIR += tcb
SUBDIR += team

38
misc/table.el/Makefile Normal file
View file

@ -0,0 +1,38 @@
# New ports collection makefile for: table.el
# Date created: Sun Aug 20 14:17:25 MSD 2006
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
#
# $FreeBSD$
#
PORTNAME= table.el
PORTVERSION= 1.5.54
CATEGORIES= misc elisp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= table
DISTNAME= table-${PORTVERSION}.el.gz
EXTRACT_SUFX= # empty
MAINTAINER= dsh@vlink.ru
COMMENT= Create and edit WYSIWYG text based embedded tables in Emacs
NO_BUILD= yes
NO_WRKSUBDIR= yes
EMACSLISPDIR= ${TARGETDIR}/share/emacs/site-lisp
XEMACSLISPDIR= ${TARGETDIR}/lib/xemacs/site-lisp
do-extract:
${MKDIR} ${WRKDIR}
${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${PORTNAME}
do-install:
${MKDIR} ${EMACSLISPDIR}
${MKDIR} ${XEMACSLISPDIR}
${INSTALL_DATA} ${WRKDIR}/${PORTNAME} ${EMACSLISPDIR}
${LN} -sf ${EMACSLISPDIR}/${PORTNAME} ${XEMACSLISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

3
misc/table.el/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (table-1.5.54.el.gz) = bf610808fa37ec0c6393e841d99defd9
SHA256 (table-1.5.54.el.gz) = af7f3337e1dc517bcb9f5683103d5e32a34dcf311f1187a02660fc3642089cba
SIZE (table-1.5.54.el.gz) = 58136

15
misc/table.el/pkg-descr Normal file
View file

@ -0,0 +1,15 @@
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/

View file

@ -0,0 +1,7 @@
To use table.el in Emacs/XEmacs, add the:
(require 'table)
to your ~/.emacs or init.el

4
misc/table.el/pkg-plist Normal file
View file

@ -0,0 +1,4 @@
share/emacs/site-lisp/table.el
lib/xemacs/site-lisp/table.el
@dirrmtry lib/xemacs/site-lisp
@dirrmtry lib/xemacs