1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Add engrave 20060719, a library for editing the contents of an edje .eet

file.

PR:		ports/100573
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
Vanilla I. Shu 2006-07-24 17:48:41 +00:00
parent 22b5a587fe
commit 3ed0939eed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168656
5 changed files with 62 additions and 0 deletions

View File

@ -255,6 +255,7 @@
SUBDIR += elib
SUBDIR += elib-emacs19
SUBDIR += elib-emacs20
SUBDIR += engrave
SUBDIR += entity
SUBDIR += epm
SUBDIR += epydoc

26
devel/engrave/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: engrave
# Date created: 2006-07-16
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= engrave
PORTVERSION= 20060719
CATEGORIES= devel
MASTER_SITES= http://mbsd.msk.ru/dist/
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= A library for editing the contents of an edje .eet file
LIB_DEPENDS= ecore.1:${PORTSDIR}/x11/ecore \
evas.1:${PORTSDIR}/graphics/evas
USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
.include <bsd.port.mk>

3
devel/engrave/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (engrave-20060719.tar.bz2) = 8368beac427626356578c32898273c62
SHA256 (engrave-20060719.tar.bz2) = 6c39c262be9a5eb14a1fd6e2c3aae5e0124628d9e5e5370c4f63449810170430
SIZE (engrave-20060719.tar.bz2) = 241026

8
devel/engrave/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
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/

24
devel/engrave/pkg-plist Normal file
View File

@ -0,0 +1,24 @@
bin/engrave-config
bin/engrave_canvas_test
bin/engrave_test
include/engrave/Engrave.h
include/engrave/engrave_canvas.h
include/engrave/engrave_data.h
include/engrave/engrave_enums.h
include/engrave/engrave_file.h
include/engrave/engrave_font.h
include/engrave/engrave_group.h
include/engrave/engrave_image.h
include/engrave/engrave_load.h
include/engrave/engrave_macros.h
include/engrave/engrave_out.h
include/engrave/engrave_parse.h
include/engrave/engrave_part.h
include/engrave/engrave_part_state.h
include/engrave/engrave_program.h
include/engrave/engrave_style.h
lib/libengrave.a
lib/libengrave.la
lib/libengrave.so
lib/libengrave.so.1
@dirrm include/engrave