Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2002 12:39:37 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35067: New port: textproc/xml-lite.el - a simple XML-editing for GNU Emacs
Message-ID:  <200202180339.g1I3db804431@ns.test>

next in thread | raw e-mail | index | archive | help

>Number:         35067
>Category:       ports
>Synopsis:       New port: textproc/xml-lite.el - a simple XML-editing for GNU Emacs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 17 19:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ns.test 4.5-RELEASE FreeBSD 4.5-RELEASE #5: Thu Jan 31 09:35:44 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386



>Description:
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/

>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:
#
#	xml-lite.el
#	xml-lite.el/Makefile
#	xml-lite.el/distinfo
#	xml-lite.el/pkg-comment
#	xml-lite.el/pkg-descr
#	xml-lite.el/pkg-message
#	xml-lite.el/pkg-plist
#
echo c - xml-lite.el
mkdir -p xml-lite.el > /dev/null 2>&1
echo x - xml-lite.el/Makefile
sed 's/^X//' >xml-lite.el/Makefile << 'END-of-xml-lite.el/Makefile'
X# New ports collection makefile for:   xml-lite.el
X# Date created:                18 February 2002
X# Whom:                        Kimura Fuyuki <fuyuki@mj.0038.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xml-lite.el
XPORTVERSION=	1.24
XCATEGORIES=	textproc elisp
XMASTER_SITES=	http://members.ozemail.com.au/~mdub/software/
XDISTNAME=	${PORTNAME}
XEXTRACT_SUFX=	# empty
XEXTRACT_ONLY=	# empty
X
XMAINTAINER=	fuyuki@mj.0038.net
X
XEMACS_PORT_NAME?=	emacs21
XEMACS_NO_BUILD_DEPENDS=	YES
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
X
XLISPDIR=	${EMACS_VERSION_SITE_LISPDIR}
X
Xdo-install:
X	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${LISPDIR}
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-xml-lite.el/Makefile
echo x - xml-lite.el/distinfo
sed 's/^X//' >xml-lite.el/distinfo << 'END-of-xml-lite.el/distinfo'
XMD5 (xml-lite.el) = e27039158cd4ab27c99f7f0b9cf1b347
END-of-xml-lite.el/distinfo
echo x - xml-lite.el/pkg-comment
sed 's/^X//' >xml-lite.el/pkg-comment << 'END-of-xml-lite.el/pkg-comment'
XA simple XML-editing for GNU Emacs
END-of-xml-lite.el/pkg-comment
echo x - xml-lite.el/pkg-descr
sed 's/^X//' >xml-lite.el/pkg-descr << 'END-of-xml-lite.el/pkg-descr'
XThis package provides a simple indentation engine for XML.  It is
Xintended for use in situations where the full power of the popular
XPSGML package (DTD parsing, syntax checking) is not required.
X
XWWW: http://www.bigfoot.com/~mdub/
X
X- Kimura Fuyuki
Xfuyuki@mj.0038.net
END-of-xml-lite.el/pkg-descr
echo x - xml-lite.el/pkg-message
sed 's/^X//' >xml-lite.el/pkg-message << 'END-of-xml-lite.el/pkg-message'
XTo use xml-lite-mode, add to your ~/.emacs the following lines:
X
X(autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t)
X(add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode))
END-of-xml-lite.el/pkg-message
echo x - xml-lite.el/pkg-plist
sed 's/^X//' >xml-lite.el/pkg-plist << 'END-of-xml-lite.el/pkg-plist'
X%%EMACS_VERSION_SITE_LISPDIR%%/xml-lite.el
END-of-xml-lite.el/pkg-plist
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?200202180339.g1I3db804431>