Add etox, it's an evas based text layout library

This commit is contained in:
Vanilla I. Shu 2005-06-16 10:07:32 +00:00
parent 556d757388
commit 9be14bbb0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137539
5 changed files with 64 additions and 0 deletions

View file

@ -14,6 +14,7 @@
SUBDIR += eel
SUBDIR += efltk
SUBDIR += erlgtk
SUBDIR += etox
SUBDIR += fl_editor
SUBDIR += fltk
SUBDIR += fltk-threads

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: etox
# Date created: 05/09/2005
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= etox
PORTVERSION= 0.9.0.003
CATEGORIES= x11-toolkits
MASTER_SITES= http://enlightenment.freedesktop.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= An evas based text layout library
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas \
ecore.1:${PORTSDIR}/x11/ecore \
edb.1:${PORTSDIR}/databases/edb
USE_X_PREFIX= yes
USE_LIBTOOL_VER= 15
USE_GNOME= gnomehack pkgconfig gnometarget
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (etox-0.9.0.003.tar.gz) = 2b3d97b557412e6b6eb55d51533ae711
SIZE (etox-0.9.0.003.tar.gz) = 1046595

View file

@ -0,0 +1,4 @@
Etox - An evas based text layout library
Etox provides facilities for multi-line text layout, as well as obstacle
wrapping and text stylization.

View file

@ -0,0 +1,30 @@
bin/etox-config
include/Etox.h
lib/libetox.a
lib/libetox.so
lib/libetox.so.0
libdata/pkgconfig/etox.pc
share/aclocal/etox.m4
%%DATADIR%%/colors.db
%%DATADIR%%/fonts/Vera.ttf
%%DATADIR%%/fonts/andover.ttf
%%DATADIR%%/fonts/cinema.ttf
%%DATADIR%%/fonts/grunge.ttf
%%DATADIR%%/fonts/morpheus.ttf
%%DATADIR%%/fonts/nationff.ttf
%%DATADIR%%/fonts/notepad.ttf
%%DATADIR%%/fonts/sinon.ttf
%%DATADIR%%/images/bg.png
%%DATADIR%%/images/panel.png
%%DATADIR%%/images/panel_button1.png
%%DATADIR%%/images/panel_button2.png
%%DATADIR%%/styles/bold.style.db
%%DATADIR%%/styles/outline.style.db
%%DATADIR%%/styles/plain.style.db
%%DATADIR%%/styles/raised.style.db
%%DATADIR%%/styles/shadow.style.db
%%DATADIR%%/styles/soft_shadow.style.db
@dirrm %%DATADIR%%/styles
@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/fonts
@dirrm %%DATADIR%%