Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 07:44:50 -0600 (CST)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25918: New port: gevas-0.0.0
Message-ID:  <200103191344.f2JDion62108@babylon.merseine.nu>

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

>Number:         25918
>Category:       ports
>Synopsis:       New port: gevas-0.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 19 05:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:
System: FreeBSD babylon.merseine.nu 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 6 20:09:07 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386


	
>Description:
New port: gevas-0.0.0
Gevas are GTK+ bindings to evas canvas library, modeled after GnomeCanvas
library.
	
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gevas
#	gevas/distinfo
#	gevas/pkg-plist
#	gevas/pkg-comment
#	gevas/Makefile
#	gevas/pkg-descr
#	gevas/files
#	gevas/files/patch-demo::Makefile.am
#
echo c - gevas
mkdir -p gevas > /dev/null 2>&1
echo x - gevas/distinfo
sed 's/^X//' >gevas/distinfo << 'END-of-gevas/distinfo'
XMD5 (gevas_alpha.tar.gz) = 2b112b16594139f8ce2286a31b63b0c8
END-of-gevas/distinfo
echo x - gevas/pkg-plist
sed 's/^X//' >gevas/pkg-plist << 'END-of-gevas/pkg-plist'
Xbin/testgevas
Xinclude/gevas.h
Xinclude/gevasev_handler.h
Xinclude/gevasevh_alpha.h
Xinclude/gevasevh_clicks.h
Xinclude/gevasevh_drag.h
Xinclude/gevasevh_emouse_over.h
Xinclude/gevasevh_group_selector.h
Xinclude/gevasevh_obj_changer.h
Xinclude/gevasevh_popup.h
Xinclude/gevasevh_selectable.h
Xinclude/gevasevh_to_gtk_signals.h
Xinclude/gevasgrad.h
Xinclude/gevasimage.h
Xinclude/gevasobj.h
Xinclude/gevastext.h
Xinclude/gevastwin.h
Xlib/libgevas.a
Xlib/libgevas.so
Xlib/libgevas.so.0
Xshare/gevas/andover.ttf
Xshare/gevas/bg.png
Xshare/gevas/cd.png
Xshare/gevas/checks.png
Xshare/gevas/delete.png
Xshare/gevas/drawer_closed.png
Xshare/gevas/drawer_open.png
Xshare/gevas/drawer_open_socks.png
Xshare/gevas/raptor.png
Xshare/gevas/raptor2.jpg
X@dirrm share/gevas
END-of-gevas/pkg-plist
echo x - gevas/pkg-comment
sed 's/^X//' >gevas/pkg-comment << 'END-of-gevas/pkg-comment'
XGTK+ bindings for Evas canvas library
END-of-gevas/pkg-comment
echo x - gevas/Makefile
sed 's/^X//' >gevas/Makefile << 'END-of-gevas/Makefile'
X# ports collection makefile for:	gevas
X# Date created:				19 March 2001
X# Whom:					Jeremy Norris <ishmael27@home.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gevas
XPORTVERSION=	0.0.0
XCATEGORIES=	graphics x11-toolkits
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	enlightenment
XDISTNAME=	${PORTNAME}_alpha
X
XMAINTAINER=	ishmael27@home.com
X
XLIB_DEPENDS=	evas.0:${PORTSDIR}/graphics/evas
X
XUSE_GTK=	yes
XUSE_AUTOMAKE=	yes
XUSE_LIBTOOL=	yes
XUSE_GMAKE=	yes
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
Xpost-extract:
X.for a in install-sh missing mkinstalldirs
X	@${LN} -sf ${LOCALBASE}/share/automake/${a} ${WRKSRC}
X.endfor
X
Xpost-install:
X	@strip ${PREFIX}/lib/libgevas.so.0
X
X.include <bsd.port.mk>
END-of-gevas/Makefile
echo x - gevas/pkg-descr
sed 's/^X//' >gevas/pkg-descr << 'END-of-gevas/pkg-descr'
XGTK+ bindings for Evas canvas library, modeled after GnomeCanvas library.
END-of-gevas/pkg-descr
echo c - gevas/files
mkdir -p gevas/files > /dev/null 2>&1
echo x - gevas/files/patch-demo::Makefile.am
sed 's/^X//' >gevas/files/patch-demo::Makefile.am << 'END-of-gevas/files/patch-demo::Makefile.am'
X--- demo/Makefile.am.orig	Thu Feb  8 09:30:50 2001
X+++ demo/Makefile.am	Mon Mar 19 07:32:14 2001
X@@ -28,7 +28,7 @@
X testgevas_SOURCES = \
X 	testgevas.c
X 
X-INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @gtk_cflags@
X+INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @GTK_CFLAGS@ @evas_cflags@
X 
X testgevas_LDADD = @evas_libs@ @edb_libs@  ../src/libgevas.la -lm @GTK_LIBS@ 
X 
END-of-gevas/files/patch-demo::Makefile.am
exit

	
>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?200103191344.f2JDion62108>