Date: Sat, 23 Jan 1999 21:43:38 +0900 (JST) From: shige@kuis.kyoto-u.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: shige@kuis.kyoto-u.ac.jp Subject: ports/9637: New port: textproc/psgml-emacs20 Message-ID: <19990123214338B.shige@kuis.kyoto-u.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 9637 >Category: ports >Synopsis: New port: textproc/psgml-emacs20 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 23 04:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Shigeyuki FUKUSHIMA >Release: FreeBSD 3.0-CURRENT i386 >Organization: Dept. of Information Science, Kyoto Univ., JAPAN >Environment: FreeBSD 2.2.8-RELEASE i386 FreeBSD 3.0-RELEASE i386 FreeBSD 3.0-CURRENT i386 >Description: New port: textproc/psgml-emacs20 This is slave port for textproc/psgml-emacs(master port). Thank you. ---shige >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # psgml-emacs20 # psgml-emacs20/pkg # psgml-emacs20/pkg/COMMENT # psgml-emacs20/pkg/DESCR # psgml-emacs20/pkg/PLIST # psgml-emacs20/Makefile # echo c - psgml-emacs20 mkdir -p psgml-emacs20 > /dev/null 2>&1 echo c - psgml-emacs20/pkg mkdir -p psgml-emacs20/pkg > /dev/null 2>&1 echo x - psgml-emacs20/pkg/COMMENT sed 's/^X//' >psgml-emacs20/pkg/COMMENT << 'END-of-psgml-emacs20/pkg/COMMENT' XPSGML: a major mode for editing SGML and XML documents for emacs20. END-of-psgml-emacs20/pkg/COMMENT echo x - psgml-emacs20/pkg/DESCR sed 's/^X//' >psgml-emacs20/pkg/DESCR << 'END-of-psgml-emacs20/pkg/DESCR' XPSGML: a major mode for editing SGML and XML documents for emacs20. X X--- Emacs Library Porting X X PSGML is a major mode for editing SGML and XML documents. It works Xwith GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later. XPSGML contains a simple SGML parser and can work with any DTD. XFunctions provided includes menus and commands for inserting tags with Xonly the contextually valid tags, identification of structural errors, Xediting of attribute values in a separate window with information about Xtypes and defaults, and structure based editing. X X PSGML is installed the following directory tree: X ${PREFIX}/share/emacs/site-lisp/psgml/ X X--- Porting by shige <shige@kuis.kyoto-u.ac.jp> END-of-psgml-emacs20/pkg/DESCR echo x - psgml-emacs20/pkg/PLIST sed 's/^X//' >psgml-emacs20/pkg/PLIST << 'END-of-psgml-emacs20/pkg/PLIST' X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-api.elc X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-charent.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-charent.elc X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-dtd.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-dtd.elc X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-edit.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-edit.elc X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-info.elc X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-lucid.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-other.elc X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml-parse.elc X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml.el X%%EMACS_LIBDIR%%/site-lisp/psgml/psgml.elc X@dirrm %%EMACS_LIBDIR%%/site-lisp/psgml X@unexec install-info --delete %D/info/psgml.info %D/info/dir X@unexec install-info --delete %D/info/psgml-api.info %D/info/dir Xinfo/psgml.info Xinfo/psgml-api.info X@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir X@exec install-info %D/info/psgml.info %D/info/dir X@exec install-info %D/info/psgml-api.info %D/info/dir END-of-psgml-emacs20/pkg/PLIST echo x - psgml-emacs20/Makefile sed 's/^X//' >psgml-emacs20/Makefile << 'END-of-psgml-emacs20/Makefile' X# New ports collection makefile for: psgml for emacs20 X# Version required: 1.1.6 X# Date created: 23 January 1999 X# Whom: shige X# X# $Id$ X# X XMAINTAINER= shige@kuis.kyoto-u.ac.jp X X# This is a slave port. XPORTCLASS= slave X XMASTERDIR= ${.CURDIR}/../../textproc/psgml-emacs X X# emacs port setup XEMACS_NAME= emacs XEMACS_PORT= emacs20 XEMACS_VER= 20.3 XEMACS_LIBDIR= share/${EMACS_NAME} X X# pkg/* files are used in ${.CURDIR} XPKGDIR= ${.CURDIR}/pkg X X.include <${MASTERDIR}/Makefile> END-of-psgml-emacs20/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990123214338B.shige>