[Midnightbsd-cvs] mports [19806] trunk/graphics: add port for enlightenment

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 18 21:13:42 EDT 2015


Revision: 19806
          http://svnweb.midnightbsd.org/mports/?rev=19806
Author:   laffer1
Date:     2015-08-18 21:13:41 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
add port for enlightenment

Modified Paths:
--------------
    trunk/graphics/Makefile

Added Paths:
-----------
    trunk/graphics/evas_generic_loaders-svg/
    trunk/graphics/evas_generic_loaders-svg/Makefile
    trunk/graphics/evas_generic_loaders-svg/distinfo
    trunk/graphics/evas_generic_loaders-svg/pkg-descr
    trunk/graphics/evas_generic_loaders-svg/pkg-plist

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2015-08-19 01:11:39 UTC (rev 19805)
+++ trunk/graphics/Makefile	2015-08-19 01:13:41 UTC (rev 19806)
@@ -18,6 +18,7 @@
 SUBDIR += dri
 SUBDIR += eog
 SUBDIR += etoile-distributedview
+SUBDIR += evas_generic_loaders-svg
 SUBDIR += evince
 SUBDIR += evince-lite
 SUBDIR += exif

Added: trunk/graphics/evas_generic_loaders-svg/Makefile
===================================================================
--- trunk/graphics/evas_generic_loaders-svg/Makefile	                        (rev 0)
+++ trunk/graphics/evas_generic_loaders-svg/Makefile	2015-08-19 01:13:41 UTC (rev 19806)
@@ -0,0 +1,33 @@
+# Created by: Grzegorz Blach <gblach at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/graphics/evas_generic_loaders-svg/Makefile 384128 2015-04-16 21:55:10Z bapt $
+
+PORTNAME=	svg
+PORTVERSION=	1.13.2
+CATEGORIES=	graphics
+MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/
+PKGNAMEPREFIX=	evas_generic_loaders-
+DISTNAME=	${PKGNAMEPREFIX}${DISTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Additional loader for Evas (svg)
+
+LICENSE=	gpl2
+
+LIB_DEPENDS=	libefl.so:${PORTSDIR}/devel/efl
+
+DIST_SUBDIR=	enlightenment
+GNU_CONFIGURE=	yes
+USES=		pkgconfig tar:xz
+USE_GNOME=	librsvg2
+USE_LDCONFIG=	yes
+
+BINSRC=		${WRKSRC}/src/bin/${PORTNAME}
+
+do-build:
+	${MAKE} ${MAKE_ARGS} -C ${BINSRC}
+
+do-install:
+	${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/evas_generic_loaders-svg/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/evas_generic_loaders-svg/distinfo
===================================================================
--- trunk/graphics/evas_generic_loaders-svg/distinfo	                        (rev 0)
+++ trunk/graphics/evas_generic_loaders-svg/distinfo	2015-08-19 01:13:41 UTC (rev 19806)
@@ -0,0 +1,2 @@
+SHA256 (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = c928375961b855b50532ce8361f30bbbadc703f5b7862286c65bdfa19792bbfc
+SIZE (enlightenment/evas_generic_loaders-1.13.2.tar.xz) = 186672


Property changes on: trunk/graphics/evas_generic_loaders-svg/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/evas_generic_loaders-svg/pkg-descr
===================================================================
--- trunk/graphics/evas_generic_loaders-svg/pkg-descr	                        (rev 0)
+++ trunk/graphics/evas_generic_loaders-svg/pkg-descr	2015-08-19 01:13:41 UTC (rev 19806)
@@ -0,0 +1,9 @@
+These are additional "generic" loaders for Evas that are stand-alone
+executables that evas may run from its generic loader module. This
+means that if they crash, the application loading the image does not
+crash also. In addition the licensing of these binaries will not
+affect the license of any application that uses Evas as this uses a
+completely generic execution system that allows anything to be plugged
+in as a loader.
+
+WWW: http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders


Property changes on: trunk/graphics/evas_generic_loaders-svg/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/evas_generic_loaders-svg/pkg-plist
===================================================================
--- trunk/graphics/evas_generic_loaders-svg/pkg-plist	                        (rev 0)
+++ trunk/graphics/evas_generic_loaders-svg/pkg-plist	2015-08-19 01:13:41 UTC (rev 19806)
@@ -0,0 +1,3 @@
+lib/evas/utils/evas_image_loader.svg
+lib/evas/utils/evas_image_loader.svg.gz
+lib/evas/utils/evas_image_loader.svgz


Property changes on: trunk/graphics/evas_generic_loaders-svg/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list