aboutsummaryrefslogtreecommitdiff
path: root/textproc/exml
Commit message (Collapse)AuthorAgeFilesLines
* - Update enlightenment-devel and EFL libraries to the latest snapshotStanislav Sedov2008-03-113-6/+5
| | | | | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az Notes: svn path=/head/; revision=208836
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - bsd.efl.mk is now in ports/MkPav Lucistnik2007-03-241-3/+1
| | | | | | | | PR: ports/100497 Submitted by: stass Notes: svn path=/head/; revision=188172
* - Update e17 ports to 20070223 snapshotStanislav Sedov2007-03-112-5/+5
| | | | | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2] Notes: svn path=/head/; revision=187097
* - Move to LOCALBASEStanislav Sedov2006-10-082-13/+12
| | | | | | | | | | | | | | - Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor) Notes: svn path=/head/; revision=174934
* EXML is an abstracted, generalized interface to an xml parser/writer, usingIon-Mihai Tetcu2006-07-124-0/+43
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/ PR: ports/100002 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=167603