Date: Wed, 9 Mar 2005 16:04:21 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Dryice Liu <dryice@liu.com.cn> Subject: ports/78610: [new port] devel/xml-parse.el: read/write XML data with Elisp Message-ID: <20050309080422.9934914A25E3@smtp-3.hotpop.com> Resent-Message-ID: <200503090810.j298A3c5083330@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78610 >Category: ports >Synopsis: [new port] devel/xml-parse.el: read/write XML data with Elisp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 08:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dryice Liu >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD dryice.3322.org 5.3-STABLE FreeBSD 5.3-STABLE #1: Tue Feb 1 21:29:03 CST 2005 >Description: Attached is the shar file for xml-parse.el, which is used to read and writhe XML data with Elisp. It will be used (RUN_DEPENDS) by the coming textproc/emacs-wiki >How-To-Repeat: N/A >Fix: --- xml-parse.el.shar begins here --- # 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: # # /usr/ports/devel/xml-parse.el # /usr/ports/devel/xml-parse.el/distinfo # /usr/ports/devel/xml-parse.el/Makefile # /usr/ports/devel/xml-parse.el/pkg-descr # /usr/ports/devel/xml-parse.el/pkg-plist # echo c - /usr/ports/devel/xml-parse.el mkdir -p /usr/ports/devel/xml-parse.el > /dev/null 2>&1 echo x - /usr/ports/devel/xml-parse.el/distinfo sed 's/^X//' >/usr/ports/devel/xml-parse.el/distinfo << 'END-of-/usr/ports/devel/xml-parse.el/distinfo' XMD5 (xml-parse.el) = da71a4e2c2642df4735f9a4685c7cb4d XSIZE (xml-parse.el) = 11442 END-of-/usr/ports/devel/xml-parse.el/distinfo echo x - /usr/ports/devel/xml-parse.el/Makefile sed 's/^X//' >/usr/ports/devel/xml-parse.el/Makefile << 'END-of-/usr/ports/devel/xml-parse.el/Makefile' X# New ports collection makefile for: xml-parse.el X# Date created: March 09 2005 X# Whom: Dryice Liu <dryice@liu.com.cn> X# X# $FreeBSD$ X# X XPORTNAME= xml-parse.el XPORTVERSION= 1.5 XCATEGORIES= devel elisp XMASTER_SITES= http://www.newartisans.com/johnw/Emacs/ \ X http://bsdchat.com/dist/dryice/ XPKGNAMESUFFIX= -${EMACS_PORT_NAME} XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= XEXTRACT_ONLY= X XMAINTAINER= dryice@liu.com.cn XCOMMENT= Code to efficiently read/write XML data with Elisp X XEMACS_PORT_NAME?= emacs21 X X.if ${EMACS_PORT_NAME} != "emacs21" XPORTNAMESUFFIX= ${PKGNAMESUFFIX} X.endif X XNO_BUILD= yes X Xdo-install: X ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR} X X.include <bsd.port.mk> END-of-/usr/ports/devel/xml-parse.el/Makefile echo x - /usr/ports/devel/xml-parse.el/pkg-descr sed 's/^X//' >/usr/ports/devel/xml-parse.el/pkg-descr << 'END-of-/usr/ports/devel/xml-parse.el/pkg-descr' XThe approach taken by xml-parse.el is to read XML data into Lisp Xstructures, and allow those same Lisp structures to be written out as XXML. It should facilitate the manipulation and use of XML by Elisp Xprograms. X X XAuthor: John Wiegley XWWW: http://www.newartisans.com/johnw/emacs.html END-of-/usr/ports/devel/xml-parse.el/pkg-descr echo x - /usr/ports/devel/xml-parse.el/pkg-plist sed 's/^X//' >/usr/ports/devel/xml-parse.el/pkg-plist << 'END-of-/usr/ports/devel/xml-parse.el/pkg-plist' X%%EMACS_SITE_LISPDIR%%/xml-parse.el END-of-/usr/ports/devel/xml-parse.el/pkg-plist exit --- xml-parse.el.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050309080422.9934914A25E3>