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/
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
Patch to replace deprecated variable: ------------------------------------------------------------------------------- --- Makefile.orig Mon Jul 10 19:45:52 2006 +++ Makefile Mon Jul 10 19:46:03 2006 @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_GCC= 3.4 USE_GNOME= libxml2 gnomehack gnometarget -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -------------------------------------------------------------------------------
State Changed From-To: open->feedback 1. Is USE_GCC=3.4 raelly necesary (it build on 5,6,7 w/o and it doesn't build on 4.x anyway because eet fails). 2. Can you provide a more specific WWW ?
On Mon, 10 Jul 2006 19:38:49 GMT Ion-Mihai Tetcu <itetcu@FreeBSD.org> mentioned: > Synopsis: [NEW PORT] textproc/exml: EXML is an abstracted, > generalized interface to libxml >=20 > State-Changed-From-To: open->feedback > State-Changed-By: itetcu > State-Changed-When: Mon Jul 10 19:38:49 UTC 2006 > State-Changed-Why:=20 > 1. Is USE_GCC=3D3.4 raelly necesary (it build on 5,6,7 w/o and it > doesn't build on 4.x anyway because eet fails). 2. Can you provide a > more specific WWW ? >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D100002 >=20 >=20 1) NO, I think it can be omitted - it was intended for freebsd 4. I have forgotten about ecore dependencies. 2) There is no exml-specific web page currently. Thus www.enlightenment.org is only relevant. --=20 Stanislav Sedov MBSD labs, Inc. <ssedov@mbsd.msk.ru> =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581
State Changed From-To: feedback->closed New port added, with fixes. Thanks!