freebsd-ports/editors/psgml/pkg-descr
Jun Kuriyama 20d7bfd951 Add master port of psgml-* variant as editors/psgml (default is emacs21).
Add editors/psgml-emacs19 stub for emacs19.
Modify to use new location of master port on each variants.

Approved by:	maintainer
Repocopied by:	joe
2001-12-03 09:51:27 +00:00

21 lines
782 B
Plaintext

PSGML: a major mode for editing SGML and XML documents for emacs21.
--- Emacs Library Porting
PSGML is a major mode for editing SGML and XML documents. It works
with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later.
PSGML contains a simple SGML parser and can work with any DTD.
Functions provided includes menus and commands for inserting tags with
only the contextually valid tags, identification of structural errors,
editing of attribute values in a separate window with information about
types and defaults, and structure based editing.
PSGML is installed the following directory tree:
${PREFIX}/share/emacs/site-lisp/psgml/
To use psgml, put the following setup into your ~/.emacs:
(require 'psgml-startup)
--- Porting by shige <shige@FreeBSD.ORG>.