diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /devel/ecore-ipc | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) | |
download | ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip |
Notes
Diffstat (limited to 'devel/ecore-ipc')
-rw-r--r-- | devel/ecore-ipc/Makefile | 66 | ||||
-rw-r--r-- | devel/ecore-ipc/distinfo | 3 | ||||
-rw-r--r-- | devel/ecore-ipc/files/patch-configure | 94 | ||||
-rw-r--r-- | devel/ecore-ipc/pkg-descr | 5 | ||||
-rw-r--r-- | devel/ecore-ipc/pkg-plist | 6 |
5 files changed, 174 insertions, 0 deletions
diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile new file mode 100644 index 000000000000..6a7b38940724 --- /dev/null +++ b/devel/ecore-ipc/Makefile @@ -0,0 +1,66 @@ +# New ports collection makefile for: ecore-ipc +# Date created: 17 September 2007 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ipc +PORTVERSION= 0.9.9.042 +PORTREVISION= 0 +CATEGORIES= devel +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 (ipc module) + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= gnomehack pkgconfig gnometarget +USE_LDCONFIG= yes +USE_GETOPT_LONG=yes +USE_EFL= ecore +USE_EFL_ECORE= con +BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_ipc +INSTALL_WRKSRC= ${BUILD_WRKSRC} + +CONFIGURE_ARGS= --enable-ecore-con \ + --disable-ecore-config \ + --disable-ecore-desktop \ + --disable-ecore-directfb \ + --disable-ecore-evas \ + --disable-ecore-file \ + --enable-ecore-ipc \ + --disable-ecore-job \ + --disable-ecore-sdl \ + --disable-ecore-txt \ + --disable-ecore-x \ + --disable-ecore-imf \ + --disable-ecore-imf_evas + +OPTIONS= SSL "Enable SSL support" on + +.include <bsd.port.pre.mk> + +.if !defined(WITHOUT_SSL) +CONFIGURE_ARGS+= --enable-openssl +.else +CONFIGURE_ARGS+= --disable-openssl +.endif + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\ + -e 's,\$$\(top_builddir\)/src/lib/ecore_con/\.libs,${LOCALBASE}/lib,'\ + -e 's,\$$\(top_builddir\)/src/lib/ecore/libecore\.la,-lecore,'\ + -e 's,\$$\(top_builddir\)/src/lib/ecore_con/libecore_con\.la,-lecore_con,'\ + ${BUILD_WRKSRC}/Makefile.in + +post-install: + ${INSTALL_DATA} ${WRKSRC}/ecore-ipc.pc \ + ${PREFIX}/libdata/pkgconfig/ + +.include <bsd.port.post.mk> diff --git a/devel/ecore-ipc/distinfo b/devel/ecore-ipc/distinfo new file mode 100644 index 000000000000..4672f6a1c167 --- /dev/null +++ b/devel/ecore-ipc/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-ipc/files/patch-configure b/devel/ecore-ipc/files/patch-configure new file mode 100644 index 000000000000..aa36db02c97f --- /dev/null +++ b/devel/ecore-ipc/files/patch-configure @@ -0,0 +1,94 @@ +--- configure.orig 2008-02-23 19:32:59.000000000 +0300 ++++ configure 2008-02-23 19:33:33.000000000 +0300 +@@ -20543,83 +20543,6 @@ + if test "${enable_openssl+set}" = set; then + enableval=$enable_openssl; want_openssl=$enableval + +-fi +- +- +-if test "x$want_openssl" = "xyes"; then +- +-pkg_failed=no +-{ echo "$as_me:$LINENO: checking for SSL" >&5 +-echo $ECHO_N "checking for SSL... $ECHO_C" >&6; } +- +-if test -n "$PKG_CONFIG"; then +- if test -n "$SSL_CFLAGS"; then +- pkg_cv_SSL_CFLAGS="$SSL_CFLAGS" +- else +- if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"openssl\"") >&5 +- ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- pkg_cv_SSL_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null` +-else +- pkg_failed=yes +-fi +- fi +-else +- pkg_failed=untried +-fi +-if test -n "$PKG_CONFIG"; then +- if test -n "$SSL_LIBS"; then +- pkg_cv_SSL_LIBS="$SSL_LIBS" +- else +- if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"openssl\"") >&5 +- ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- pkg_cv_SSL_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null` +-else +- pkg_failed=yes +-fi +- fi +-else +- pkg_failed=untried +-fi +- +- +- +-if test $pkg_failed = yes; then +- +-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then +- _pkg_short_errors_supported=yes +-else +- _pkg_short_errors_supported=no +-fi +- if test $_pkg_short_errors_supported = yes; then +- SSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "openssl"` +- else +- SSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl"` +- fi +- # Put the nasty error message in config.log where it belongs +- echo "$SSL_PKG_ERRORS" >&5 +- +- { echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6; } +- have_openssl="no" +- +-elif test $pkg_failed = untried; then +- have_openssl="no" +- +-else +- SSL_CFLAGS=$pkg_cv_SSL_CFLAGS +- SSL_LIBS=$pkg_cv_SSL_LIBS +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +- +- + cat >>confdefs.h <<\_ACEOF + #define USE_OPENSSL 1 + _ACEOF +@@ -20630,7 +20553,6 @@ + have_openssl="yes" + + fi +-fi + + want_curl="yes" + have_curl="no" diff --git a/devel/ecore-ipc/pkg-descr b/devel/ecore-ipc/pkg-descr new file mode 100644 index 000000000000..2559668d0e57 --- /dev/null +++ b/devel/ecore-ipc/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-ipc/pkg-plist b/devel/ecore-ipc/pkg-plist new file mode 100644 index 000000000000..3607cfe8c6b6 --- /dev/null +++ b/devel/ecore-ipc/pkg-plist @@ -0,0 +1,6 @@ +include/Ecore_Ipc.h +lib/libecore_ipc.a +lib/libecore_ipc.la +lib/libecore_ipc.so +lib/libecore_ipc.so.9 +libdata/pkgconfig/ecore-ipc.pc |