summaryrefslogtreecommitdiff
path: root/editors/psgml-emacs19
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-12-03 09:51:27 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-12-03 09:51:27 +0000
commit20d7bfd951a25610ff18e3e99d51b4d05676c8e1 (patch)
treea41255ecd911978617604576f42ab27eac59cf96 /editors/psgml-emacs19
parentUpdate to 0.1.63. (diff)
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
Notes
Notes: svn path=/head/; revision=50954
Diffstat (limited to 'editors/psgml-emacs19')
-rw-r--r--editors/psgml-emacs19/Makefile21
-rw-r--r--editors/psgml-emacs19/pkg-comment1
-rw-r--r--editors/psgml-emacs19/pkg-descr20
-rw-r--r--editors/psgml-emacs19/pkg-plist25
4 files changed, 67 insertions, 0 deletions
diff --git a/editors/psgml-emacs19/Makefile b/editors/psgml-emacs19/Makefile
new file mode 100644
index 000000000000..f2d7ec4d48f3
--- /dev/null
+++ b/editors/psgml-emacs19/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: psgml for emacs19
+# Date created: 23 January 1999
+# Whom: shige
+#
+# $FreeBSD$
+#
+
+MAINTAINER= shige@FreeBSD.org
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../psgml
+
+# emacs port setup
+EMACS_PORT_NAME= emacs19
+
+# pkg-* files in ${.CURDIR} are used
+PKGDIR= ${.CURDIR}
+
+.include <${MASTERDIR}/Makefile>
diff --git a/editors/psgml-emacs19/pkg-comment b/editors/psgml-emacs19/pkg-comment
new file mode 100644
index 000000000000..e797b65d0591
--- /dev/null
+++ b/editors/psgml-emacs19/pkg-comment
@@ -0,0 +1 @@
+A major mode for editing SGML and XML documents for emacs19
diff --git a/editors/psgml-emacs19/pkg-descr b/editors/psgml-emacs19/pkg-descr
new file mode 100644
index 000000000000..8ef9fdd25070
--- /dev/null
+++ b/editors/psgml-emacs19/pkg-descr
@@ -0,0 +1,20 @@
+PSGML: a major mode for editing SGML and XML documents for emacs19.
+
+--- 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>.
diff --git a/editors/psgml-emacs19/pkg-plist b/editors/psgml-emacs19/pkg-plist
new file mode 100644
index 000000000000..b0348f120b1f
--- /dev/null
+++ b/editors/psgml-emacs19/pkg-plist
@@ -0,0 +1,25 @@
+%%EMACS_LIBDIR%%/site-lisp/psgml/iso88591.map
+%%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-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
+%%EMACS_LIBDIR%%/site-lisp/%%PSGML_STARTUPEL%%
+@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 install-info %D/info/psgml.info %D/info/dir
+@exec install-info %D/info/psgml-api.info %D/info/dir