From e7a6c5549aaee984608d1054cc83cecd3644bfba Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 4 Nov 2001 10:03:05 +0000 Subject: Upgrade to 0.6.0 PR: ports/31118 Submitted by: maintainer --- graphics/evas/Makefile | 12 +++++------- graphics/evas/distinfo | 2 +- graphics/evas/files/patch-doc::Makefile.in | 11 +++++++++++ graphics/evas/pkg-comment | 2 +- graphics/evas/pkg-descr | 10 ++++++---- graphics/evas/pkg-plist | 5 ++++- 6 files changed, 28 insertions(+), 14 deletions(-) create mode 100644 graphics/evas/files/patch-doc::Makefile.in (limited to 'graphics/evas') diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 3af8223..3f27fe9 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -6,24 +6,22 @@ # PORTNAME= evas -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://www.ny.us.rasterman.com/files/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment MAINTAINER= ishmael27@home.com LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 +USE_BZIP2= yes USE_X_PREFIX= yes -USE_FREETYPE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --disable-gl - -post-install: - @strip ${PREFIX}/lib/libevas.so.5 +INSTALLS_SHLIB= yes .include diff --git a/graphics/evas/distinfo b/graphics/evas/distinfo index 6a2319a..899adf1 100644 --- a/graphics/evas/distinfo +++ b/graphics/evas/distinfo @@ -1 +1 @@ -MD5 (evas-0.5.0.tar.gz) = 81c5ef1318d4fb8166d3cec867a27cbb +MD5 (evas-0.6.0.tar.bz2) = f38d95e7d34e4d7329396a8f3988913a diff --git a/graphics/evas/files/patch-doc::Makefile.in b/graphics/evas/files/patch-doc::Makefile.in new file mode 100644 index 0000000..021c256 --- /dev/null +++ b/graphics/evas/files/patch-doc::Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Fri Sep 21 12:31:16 2001 ++++ doc/Makefile.in Sun Oct 7 18:29:54 2001 +@@ -84,7 +84,7 @@ + + EXTRA_DIST = evas.sdw evas.pdf + +-evasdir = $(datadir)/evas/doc ++evasdir = $(datadir)/doc/evas + evas_DATA = evas.sdw evas.pdf + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/graphics/evas/pkg-comment b/graphics/evas/pkg-comment index 1517666..a06aa4c 100644 --- a/graphics/evas/pkg-comment +++ b/graphics/evas/pkg-comment @@ -1 +1 @@ -A highly optimized canvas library +A hardware-accelerated canvas API for X-Windows diff --git a/graphics/evas/pkg-descr b/graphics/evas/pkg-descr index 65af5ea..f9d14e8 100644 --- a/graphics/evas/pkg-descr +++ b/graphics/evas/pkg-descr @@ -1,4 +1,6 @@ -This is the ``E Canvas'' - a rip off of some of the other canvas's floating -about - Tk and gnome too. It's at the Xlib level. It's intended to be -accelerated by hardware or highly optimised software where possible. It is -intended to be simple and allow for the building of interfaces ontop of it. +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://www.enlightenment.org/pages/evas.html diff --git a/graphics/evas/pkg-plist b/graphics/evas/pkg-plist index e17aef2..ec9259c 100644 --- a/graphics/evas/pkg-plist +++ b/graphics/evas/pkg-plist @@ -4,8 +4,10 @@ bin/evas_test_old include/Evas.h lib/libevas.a lib/libevas.so -lib/libevas.so.5 +lib/libevas.so.6 share/aclocal/evas.m4 +share/doc/evas/evas.pdf +share/doc/evas/evas.sdw share/evas/fnt/andover.ttf share/evas/fnt/cinema.ttf share/evas/fnt/grunge.ttf @@ -65,6 +67,7 @@ share/evas/img/sky001.png share/evas/img/spider.png share/evas/img/term.png share/evas/img/worlds.png +@dirrm share/doc/evas @dirrm share/evas/fnt @dirrm share/evas/img @dirrm share/evas -- cgit v1.1