From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 10 06:50:39 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 DE61A16A4E2 for ; Mon, 10 Jul 2006 06:50:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3770A43D4C for ; Mon, 10 Jul 2006 06:50:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6A6oXq0038946 for ; Mon, 10 Jul 2006 06:50:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6A6oXcE038945; Mon, 10 Jul 2006 06:50:33 GMT (envelope-from gnats) Resent-Date: Mon, 10 Jul 2006 06:50:33 GMT Resent-Message-Id: <200607100650.k6A6oXcE038945@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, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA25116A4DE for ; Mon, 10 Jul 2006 06:47:07 +0000 (UTC) (envelope-from stas@310.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1E143D4C for ; Mon, 10 Jul 2006 06:47:06 +0000 (GMT) (envelope-from stas@310.ru) Received: from [212.57.150.10] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1FzpfT-0001mW-LN for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Jul 2006 10:54:56 +0400 Received: from fonon.realnet (localhost [127.0.0.1]) by fonon.realnet (8.13.6/8.13.6) with ESMTP id k6A6krr6008058 for ; Mon, 10 Jul 2006 10:46:54 +0400 (MSD) (envelope-from stas@fonon.realnet) Received: (from stas@localhost) by fonon.realnet (8.13.6/8.13.6/Submit) id k6A6krrW008057; Mon, 10 Jul 2006 10:46:53 +0400 (MSD) (envelope-from stas) Message-Id: <200607100646.k6A6krrW008057@fonon.realnet> Date: Mon, 10 Jul 2006 10:46:53 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100002: [NEW PORT] textproc/exml: EXML is an abstracted, generalized interface to libxml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 06:50:40 -0000 >Number: 100002 >Category: ports >Synopsis: [NEW PORT] textproc/exml: EXML is an abstracted, generalized interface to libxml >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: Mon Jul 10 06:50:33 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: EXML is an abstracted, generalized interface to an xml parser/writer, using ecore data structures and making things generally easy to get around in. The functions detailed in EXML.h are fairly self explanatory, and the io interfaces are also generalized and independent (open from a socket, write to in memory xml image). WWW: http://www.enlightenment.org/ >How-To-Repeat: >Fix: --- exml-20060707.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: # # exml # exml/Makefile # exml/distinfo # exml/pkg-descr # exml/pkg-plist # echo c - exml mkdir -p exml > /dev/null 2>&1 echo x - exml/Makefile sed 's/^X//' >exml/Makefile << 'END-of-exml/Makefile' X# New ports collection makefile for: exml X# Date created: 09 July 2006 X# Whom: Stanislav Sedov X# X# $FreeBSD$ X# X XPORTNAME= exml XPORTVERSION= 20060707 XCATEGORIES= textproc XMASTER_SITES= http://mbsd.msk.ru/dist/ X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= EXML is an abstracted, generalized interface to libxml X XGNU_CONFIGURE= yes XUSE_BZIP2= yes XUSE_GCC= 3.4 XUSE_GNOME= libxml2 gnomehack gnometarget XINSTALLS_SHLIB= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X X.include END-of-exml/Makefile echo x - exml/distinfo sed 's/^X//' >exml/distinfo << 'END-of-exml/distinfo' XMD5 (exml-20060707.tar.bz2) = 82a4426fb88a6e82d4c4d0d0caf35eb1 XSHA256 (exml-20060707.tar.bz2) = c04a8ead6809730c1b6ccb91b256b143c259f138821cf13c905df1a2b34c2e0c XSIZE (exml-20060707.tar.bz2) = 210135 END-of-exml/distinfo echo x - exml/pkg-descr sed 's/^X//' >exml/pkg-descr << 'END-of-exml/pkg-descr' XEXML is an abstracted, generalized interface to an xml parser/writer, using Xecore data structures and making things generally easy to get around in. X XThe functions detailed in EXML.h are fairly self explanatory, and the io Xinterfaces are also generalized and independent (open from a socket, write Xto in memory xml image). X XWWW: http://www.enlightenment.org/ END-of-exml/pkg-descr echo x - exml/pkg-plist sed 's/^X//' >exml/pkg-plist << 'END-of-exml/pkg-plist' Xbin/exml-config Xinclude/EXML.h Xlib/libexml.a Xlib/libexml.la Xlib/libexml.so Xlib/libexml.so.1 Xlibdata/pkgconfig/exml.pc END-of-exml/pkg-plist exit --- exml-20060707.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: