Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2006 10:46:53 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100002: [NEW PORT] textproc/exml: EXML is an abstracted, generalized interface to libxml
Message-ID:  <200607100646.k6A6krrW008057@fonon.realnet>
Resent-Message-ID: <200607100650.k6A6oXcE038945@freefall.freebsd.org>

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

>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 <ssedov@mbsd.msk.ru>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607100646.k6A6krrW008057>