Add etox, it's an evas based text layout library
This commit is contained in:
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
|
@ -14,6 +14,7 @@
|
|||
SUBDIR += eel
|
||||
SUBDIR += efltk
|
||||
SUBDIR += erlgtk
|
||||
SUBDIR += etox
|
||||
SUBDIR += fl_editor
|
||||
SUBDIR += fltk
|
||||
SUBDIR += fltk-threads
|
||||
|
|
27
x11-toolkits/etox/Makefile
Normal file
27
x11-toolkits/etox/Makefile
Normal 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>
|
2
x11-toolkits/etox/distinfo
Normal file
2
x11-toolkits/etox/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (etox-0.9.0.003.tar.gz) = 2b3d97b557412e6b6eb55d51533ae711
|
||||
SIZE (etox-0.9.0.003.tar.gz) = 1046595
|
4
x11-toolkits/etox/pkg-descr
Normal file
4
x11-toolkits/etox/pkg-descr
Normal 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.
|
30
x11-toolkits/etox/pkg-plist
Normal file
30
x11-toolkits/etox/pkg-plist
Normal 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%%
|
Loading…
Reference in a new issue