Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2001 21:12:48 -0500 (CDT)
From:      Jeremy Norris <ishmael27@home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31118: Update port graphics/evas
Message-ID:  <200110080212.f982CmC12632@babylon.merseine.nu>

next in thread | raw e-mail | index | archive | help

>Number:         31118
>Category:       ports
>Synopsis:       Update port graphics/evas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 07 19:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.4-RC i386
>Organization:
none
>Environment:
System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386

>Description:
Update port graphics/evas to latest version, 0.6.0

>How-To-Repeat:
Don't forget to cvs add files/patch-doc::Makefile.in
Also, shared lib revision needs to be bumped to evas.6 in
x11-toolkits/gevas/Makefile.

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/evas/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	2001/04/30 15:52:03	1.8
+++ Makefile	2001/10/08 00:55:42
@@ -6,9 +6,10 @@
 #
 
 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
@@ -16,14 +17,10 @@
 LIB_DEPENDS=	Imlib2.1:${PORTSDIR}/graphics/imlib2
 
 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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/evas/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	2001/04/30 15:52:03	1.5
+++ distinfo	2001/10/07 23:01:09
@@ -1 +1 @@
-MD5 (evas-0.5.0.tar.gz) = 81c5ef1318d4fb8166d3cec867a27cbb
+MD5 (evas-0.6.0.tar.gz) = f1dd593b350799ab55f451ba0ea275bd
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/graphics/evas/pkg-comment,v
retrieving revision 1.1
diff -u -r1.1 pkg-comment
--- pkg-comment	2000/11/03 12:24:18	1.1
+++ pkg-comment	2001/10/08 01:18:53
@@ -1 +1 @@
-A highly optimized canvas library
+A hardware-accelerated canvas API for X-Windows
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/graphics/evas/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2000/11/03 12:24:18	1.1
+++ pkg-descr	2001/10/08 01:18:11
@@ -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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/evas/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	2001/04/30 15:52:03	1.3
+++ pkg-plist	2001/10/07 23:31:29
@@ -4,8 +4,10 @@
 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/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
Index: files/patch-doc::Makefile.in
===================================================================
RCS file: patch-doc::Makefile.in
diff -N patch-doc::Makefile.in
--- /dev/null	Sun Oct  7 20:25:52 2001
+++ patch-doc::Makefile.in	Sun Oct  7 18:30:12 2001
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110080212.f982CmC12632>