diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-02-12 15:44:04 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-02-12 15:44:04 +0000 |
commit | 147b26d0dd15e4e2d52f7adaaba8f553517fdea5 (patch) | |
tree | bfa06c3e89ff46961be89bf0e28d05f14187515f /editors/psgml-emacs20 | |
parent | c2580f17e273c705576ce7b20ac6b28a70b383a3 (diff) | |
download | FreeBSD-ports-147b26d0dd15e4e2d52f7adaaba8f553517fdea5.zip FreeBSD-ports-147b26d0dd15e4e2d52f7adaaba8f553517fdea5.tar.gz |
A major mode for editing SGML and XML documents for emacs20.
PR: ports/9637
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Diffstat (limited to 'editors/psgml-emacs20')
-rw-r--r-- | editors/psgml-emacs20/Makefile | 25 | ||||
-rw-r--r-- | editors/psgml-emacs20/pkg-comment | 1 | ||||
-rw-r--r-- | editors/psgml-emacs20/pkg-descr | 16 | ||||
-rw-r--r-- | editors/psgml-emacs20/pkg-plist | 25 |
4 files changed, 67 insertions, 0 deletions
diff --git a/editors/psgml-emacs20/Makefile b/editors/psgml-emacs20/Makefile new file mode 100644 index 0000000..66e29cd --- /dev/null +++ b/editors/psgml-emacs20/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: psgml for emacs20 +# Version required: 1.1.6 +# Date created: 23 January 1999 +# Whom: shige +# +# $Id$ +# + +MAINTAINER= shige@kuis.kyoto-u.ac.jp + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../psgml-emacs + +# emacs port setup +EMACS_NAME= emacs +EMACS_PORT= emacs20 +EMACS_VER= 20.3 +EMACS_LIBDIR= share/${EMACS_NAME} + +# pkg/* files are used in ${.CURDIR} +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> diff --git a/editors/psgml-emacs20/pkg-comment b/editors/psgml-emacs20/pkg-comment new file mode 100644 index 0000000..c1fc047 --- /dev/null +++ b/editors/psgml-emacs20/pkg-comment @@ -0,0 +1 @@ +A major mode for editing SGML and XML documents for emacs20. diff --git a/editors/psgml-emacs20/pkg-descr b/editors/psgml-emacs20/pkg-descr new file mode 100644 index 0000000..f9660cf6 --- /dev/null +++ b/editors/psgml-emacs20/pkg-descr @@ -0,0 +1,16 @@ +PSGML: a major mode for editing SGML and XML documents for emacs20. + +--- 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/ + +--- Porting by shige <shige@kuis.kyoto-u.ac.jp> diff --git a/editors/psgml-emacs20/pkg-plist b/editors/psgml-emacs20/pkg-plist new file mode 100644 index 0000000..5b35bd9 --- /dev/null +++ b/editors/psgml-emacs20/pkg-plist @@ -0,0 +1,25 @@ +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.elc +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-charent.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-charent.elc +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-dtd.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-dtd.elc +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-edit.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-edit.elc +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.elc +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-lucid.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.elc +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.elc +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml.el +%%EMACS_LIBDIR%%/site-lisp/psgml/psgml.elc +@dirrm %%EMACS_LIBDIR%%/site-lisp/psgml +@unexec install-info --delete %D/info/psgml.info %D/info/dir +@unexec install-info --delete %D/info/psgml-api.info %D/info/dir +info/psgml.info +info/psgml-api.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/psgml.info %D/info/dir +@exec install-info %D/info/psgml-api.info %D/info/dir |