mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
3ed0939eed
file. PR: ports/100573 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
9 lines
409 B
Plaintext
9 lines
409 B
Plaintext
Engrave is a library for editing the contents of an edje .eet file.
|
|
- parses Edje's .edc format (or the .edc embedded in an edje .eet file)
|
|
- returns a structural representation of the .edc
|
|
- provides an API for modifying this representation
|
|
- writes the modified data back out to an .edc (or an .eet)
|
|
|
|
Author: Rephorm <rephorm@rephorm.com> & dj2 <zero@everburning.com>
|
|
WWW: http://www.enlightenment.org/
|