summaryrefslogtreecommitdiff
path: root/editors/psgml-mule
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-02-26 19:14:49 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-02-26 19:14:49 +0000
commitf060cfaac23440762bce42030cf6ca0a15787b97 (patch)
treeeb0e3234071a7bdcb2bd9790544e9481fc045a14 /editors/psgml-mule
parentFix a problem of checking emacs in the configure phase. (diff)
A major mode for editing SGML and XML documents for mule.
PR: ports/9636 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=16908
Diffstat (limited to 'editors/psgml-mule')
-rw-r--r--editors/psgml-mule/Makefile28
-rw-r--r--editors/psgml-mule/pkg-comment1
-rw-r--r--editors/psgml-mule/pkg-descr20
-rw-r--r--editors/psgml-mule/pkg-plist25
4 files changed, 74 insertions, 0 deletions
diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile
new file mode 100644
index 000000000000..09085ae982e4
--- /dev/null
+++ b/editors/psgml-mule/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: psgml for mule
+# 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}/../../editors/psgml-emacs
+
+# emacs port setup
+EMACS_NAME= mule
+EMACS_PORT= mule
+EMACS_VER= 19.34
+EMACS_LIBDIR= share/${EMACS_NAME}
+
+HAVE_COMMON_PORT= YES
+REQUIRE_SETUPEL= YES
+
+# pkg/* files are used in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>
diff --git a/editors/psgml-mule/pkg-comment b/editors/psgml-mule/pkg-comment
new file mode 100644
index 000000000000..00bc24f41528
--- /dev/null
+++ b/editors/psgml-mule/pkg-comment
@@ -0,0 +1 @@
+PSGML: a major mode for editing SGML and XML documents for mule.
diff --git a/editors/psgml-mule/pkg-descr b/editors/psgml-mule/pkg-descr
new file mode 100644
index 000000000000..5cf476bb38b7
--- /dev/null
+++ b/editors/psgml-mule/pkg-descr
@@ -0,0 +1,20 @@
+PSGML: a major mode for editing SGML and XML documents.
+
+--- 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/mule/site-lisp/psgml/
+
+To use psgml, put the following setup into your ~/.emacs:
+
+ (require 'psml-setup)
+
+--- Porting by shige <shige@kuis.kyoto-u.ac.jp>
diff --git a/editors/psgml-mule/pkg-plist b/editors/psgml-mule/pkg-plist
new file mode 100644
index 000000000000..5b35bd905856
--- /dev/null
+++ b/editors/psgml-mule/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