diff options
author | hrs <hrs@FreeBSD.org> | 2005-05-13 04:27:09 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-05-13 04:27:09 +0800 |
commit | df84c226b00a1ecfd59444c0143bf02f3eec46cc (patch) | |
tree | 909c03751a6e9827c22c9c6b8c3d9f6fd84fb20f /editors/psgml-xemacs21-mule | |
parent | 268cf8defcc71a10646fc92f722dbcb6bb759c17 (diff) | |
download | freebsd-ports-gnome-df84c226b00a1ecfd59444c0143bf02f3eec46cc.tar.gz freebsd-ports-gnome-df84c226b00a1ecfd59444c0143bf02f3eec46cc.tar.zst freebsd-ports-gnome-df84c226b00a1ecfd59444c0143bf02f3eec46cc.zip |
- Change the install directory to Emacs version specific ones[1].
Bump PORTREVISION.
- Clean up the slave ports[1].
- Mark as BROKEN for ia64[2].
PR[1]: ports/80644
Based on work by[1]: KIMURA Yasuhiro
Reported from[2]: pointyhat
Diffstat (limited to 'editors/psgml-xemacs21-mule')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 5 | ||||
-rw-r--r-- | editors/psgml-xemacs21-mule/pkg-descr | 20 | ||||
-rw-r--r-- | editors/psgml-xemacs21-mule/pkg-plist | 24 |
3 files changed, 0 insertions, 49 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index c1660a8f44dd..7c61095994b2 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -9,14 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A major mode for editing SGML and XML documents for XEmacs with Mule # This is a slave port. -PORTCLASS= slave - MASTERDIR= ${.CURDIR}/../psgml # emacs port setup EMACS_PORT_NAME= xemacs21-mule -# pkg-* files in ${.CURDIR} are used -PKGDIR= ${.CURDIR} - .include "${MASTERDIR}/Makefile" diff --git a/editors/psgml-xemacs21-mule/pkg-descr b/editors/psgml-xemacs21-mule/pkg-descr deleted file mode 100644 index 4b93370bbbfc..000000000000 --- a/editors/psgml-xemacs21-mule/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -PSGML: a major mode for editing SGML and XML documents for XEmacs with Mule. - ---- 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: - ${LOCALBASE}/lib/xemacs/site-lisp/psgml/ - -To use psgml, put the following setup into your ~/.emacs: - - (require 'psgml-startup) - ---- Porting by shige <shige@FreeBSD.ORG> and kuriyama@FreeBSD.ORG diff --git a/editors/psgml-xemacs21-mule/pkg-plist b/editors/psgml-xemacs21-mule/pkg-plist deleted file mode 100644 index 46f02306507b..000000000000 --- a/editors/psgml-xemacs21-mule/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -@comment $FreeBSD$ -%%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-ids.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-ids.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-lucid.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.elc -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-sysdep.el -%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-sysdep.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 |