1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add xml-lite.el, provides a simple indentation engine for XML.

PR:		ports/35067
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
This commit is contained in:
Yoichi NAKAYAMA 2002-02-18 08:42:36 +00:00
parent 99e246da94
commit cfcba05110
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54853
7 changed files with 48 additions and 0 deletions

View File

@ -290,6 +290,7 @@
SUBDIR += xlhtml
SUBDIR += xls2xml
SUBDIR += xml-i18n-tools
SUBDIR += xml-lite.el
SUBDIR += xml4j
SUBDIR += xmlcharent
SUBDIR += xmlpp

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: xml-lite.el
# Date created: 18 February 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= xml-lite.el
PORTVERSION= 1.24
CATEGORIES= textproc elisp
MASTER_SITES= http://members.ozemail.com.au/~mdub/software/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= fuyuki@mj.0038.net
EMACS_PORT_NAME?= emacs21
EMACS_NO_BUILD_DEPENDS= YES
NO_BUILD= yes
NO_WRKSUBDIR= yes
LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}
do-install:
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${LISPDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xml-lite.el) = e27039158cd4ab27c99f7f0b9cf1b347

View File

@ -0,0 +1 @@
A simple XML-editing for GNU Emacs

View File

@ -0,0 +1,8 @@
This package provides a simple indentation engine for XML. It is
intended for use in situations where the full power of the popular
PSGML package (DTD parsing, syntax checking) is not required.
WWW: http://www.bigfoot.com/~mdub/
- Kimura Fuyuki
fuyuki@mj.0038.net

View File

@ -0,0 +1,4 @@
To use xml-lite-mode, add to your ~/.emacs the following lines:
(autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t)
(add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode))

View File

@ -0,0 +1 @@
%%EMACS_VERSION_SITE_LISPDIR%%/xml-lite.el