aboutsummaryrefslogtreecommitdiff
path: root/graphics/evas
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-11-04 10:03:05 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-11-04 10:03:05 +0000
commitc52de03879406205f831e60b19963012954acf0f (patch)
tree412b3f05faf14a7ad9e00faa13c4215a07259e8e /graphics/evas
parenta5dfe74fa5de187649c7f5167c5acdfb31ad2266 (diff)
downloadports-c52de03879406205f831e60b19963012954acf0f.tar.gz
ports-c52de03879406205f831e60b19963012954acf0f.zip
Upgrade to 0.6.0
PR: ports/31118 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=49556
Diffstat (limited to 'graphics/evas')
-rw-r--r--graphics/evas/Makefile12
-rw-r--r--graphics/evas/distinfo2
-rw-r--r--graphics/evas/files/patch-doc::Makefile.in11
-rw-r--r--graphics/evas/pkg-comment2
-rw-r--r--graphics/evas/pkg-descr10
-rw-r--r--graphics/evas/pkg-plist5
6 files changed, 28 insertions, 14 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile
index 3af82234e324..3f27fe92a5e1 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 <bsd.port.mk>
diff --git a/graphics/evas/distinfo b/graphics/evas/distinfo
index 6a2319a367f6..899adf15a39e 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 000000000000..021c256ef99b
--- /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 15176665220d..a06aa4c45720 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 65af5eabb274..f9d14e83e961 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 e17aef256717..ec9259c77792 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