diff options
author | stas <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /devel/ecore-job | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | FreeBSD-ports-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip FreeBSD-ports-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Diffstat (limited to 'devel/ecore-job')
-rw-r--r-- | devel/ecore-job/Makefile | 53 | ||||
-rw-r--r-- | devel/ecore-job/distinfo | 3 | ||||
-rw-r--r-- | devel/ecore-job/pkg-descr | 5 | ||||
-rw-r--r-- | devel/ecore-job/pkg-plist | 6 |
4 files changed, 67 insertions, 0 deletions
diff --git a/devel/ecore-job/Makefile b/devel/ecore-job/Makefile new file mode 100644 index 0000000..411ad40 --- /dev/null +++ b/devel/ecore-job/Makefile @@ -0,0 +1,53 @@ +# New ports collection makefile for: ecore-job +# Date created: 22 September 2007 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= job +PORTVERSION= 0.9.9.042 +PORTREVISION= 0 +CATEGORIES= converters +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ +PKGNAMEPREFIX= ecore- +DISTNAME= ecore-${PORTVERSION} + +MAINTAINER= stas@FreeBSD.org +COMMENT= Enlightenment core abstraction library (job module) + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= gnomehack pkgconfig gnometarget +USE_LDCONFIG= yes +USE_GETOPT_LONG=yes +USE_EFL= ecore +BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_job +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +CONFIGURE_ARGS= --disable-ecore-con \ + --disable-ecore-config \ + --disable-ecore-desktop \ + --disable-ecore-directfb \ + --disable-ecore-evas \ + --disable-ecore-file \ + --disable-ecore-ipc \ + --enable-ecore-job \ + --disable-ecore-sdl \ + --disable-ecore-txt \ + --disable-ecore-x \ + --disable-ecore-imf \ + --disable-ecore-imf_evas + +post-patch: + @${REINPLACE_CMD} -E -e \ + 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\ + -e 's,\$$\(top_builddir\)/src/lib/ecore/libecore\.la,-lecore,'\ + ${BUILD_WRKSRC}/Makefile.in + +post-install: + ${INSTALL_DATA} ${WRKSRC}/ecore-job.pc \ + ${PREFIX}/libdata/pkgconfig/ + +.include <bsd.port.mk> diff --git a/devel/ecore-job/distinfo b/devel/ecore-job/distinfo new file mode 100644 index 0000000..4672f6a --- /dev/null +++ b/devel/ecore-job/distinfo @@ -0,0 +1,3 @@ +MD5 (ecore-0.9.9.042.tar.bz2) = a66df2b5f0b1a6abc47bb50bf2b26846 +SHA256 (ecore-0.9.9.042.tar.bz2) = 26486fd2c80e4000b673f81ce637aa50c17c767e4c2af8f56de5d110e387d136 +SIZE (ecore-0.9.9.042.tar.bz2) = 5285732 diff --git a/devel/ecore-job/pkg-descr b/devel/ecore-job/pkg-descr new file mode 100644 index 0000000..2559668 --- /dev/null +++ b/devel/ecore-job/pkg-descr @@ -0,0 +1,5 @@ +A core event abstracter layer and X abstraction layer that makes doing +selections, Xdnd, general X stuff, and event loops, timeouts and idle handlers +fast, optimised, and convenient. + +WWW: http://enlightenment.sourceforge.net/Libraries/Ecore/ diff --git a/devel/ecore-job/pkg-plist b/devel/ecore-job/pkg-plist new file mode 100644 index 0000000..cd3bec0 --- /dev/null +++ b/devel/ecore-job/pkg-plist @@ -0,0 +1,6 @@ +include/Ecore_Job.h +lib/libecore_job.a +lib/libecore_job.la +lib/libecore_job.so +lib/libecore_job.so.9 +libdata/pkgconfig/ecore-job.pc |