From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 9 08:10:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC1016A4CF for ; Wed, 9 Mar 2005 08:10:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D11643D68 for ; Wed, 9 Mar 2005 08:10:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j298A33W083331 for ; Wed, 9 Mar 2005 08:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j298A3c5083330; Wed, 9 Mar 2005 08:10:03 GMT (envelope-from gnats) Resent-Date: Wed, 9 Mar 2005 08:10:03 GMT Resent-Message-Id: <200503090810.j298A3c5083330@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E7D16A4CE for ; Wed, 9 Mar 2005 08:04:41 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id B821B43D39 for ; Wed, 9 Mar 2005 08:04:40 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 1B11FF8065C for ; Wed, 9 Mar 2005 08:04:34 +0000 (UTC) Received: from hotpop.com (unknown [221.0.237.233]) by smtp-3.hotpop.com (Postfix) with ESMTP id 9934914A25E3; Wed, 9 Mar 2005 08:04:22 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Wed, 9 Mar 2005 16:04:21 +0800 Message-Id: <20050309080422.9934914A25E3@smtp-3.hotpop.com> Date: Wed, 9 Mar 2005 16:04:21 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Dryice Liu Subject: ports/78610: [new port] devel/xml-parse.el: read/write XML data with Elisp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 08:10:04 -0000 >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 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 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: