aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2012-12-23 04:54:59 +0800
committergblach <gblach@FreeBSD.org>2012-12-23 04:54:59 +0800
commitfb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b (patch)
tree9c4bc08591050b7b536082be6db8392c913f8089 /x11
parent35e83ae5ca4ef2876eccf0e512467ede97187fb9 (diff)
downloadfreebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.gz
freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.tar.zst
freebsd-ports-gnome-fb6528c60e3ea4f5ff74de6f21724d7ad28c0f7b.zip
- Update Enlightenment to 0.17.0
- Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor)
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/ecore-imf/Makefile11
-rw-r--r--x11/ecore-imf/distinfo4
-rw-r--r--x11/ecore-imf/pkg-plist2
-rw-r--r--x11/ecore-imf_evas/Makefile11
-rw-r--r--x11/ecore-imf_evas/distinfo4
-rw-r--r--x11/ecore-imf_evas/pkg-plist2
-rw-r--r--x11/ecore-input/Makefile10
-rw-r--r--x11/ecore-input/distinfo4
-rw-r--r--x11/ecore-input/pkg-plist2
-rw-r--r--x11/ecore-input_evas/Makefile10
-rw-r--r--x11/ecore-input_evas/distinfo4
-rw-r--r--x11/ecore-input_evas/pkg-plist2
-rw-r--r--x11/ecore-x11/Makefile55
-rw-r--r--x11/ecore-x11/distinfo4
-rw-r--r--x11/ecore-x11/pkg-plist2
-rw-r--r--x11/efreet/Makefile6
-rw-r--r--x11/efreet/distinfo4
-rw-r--r--x11/efreet/pkg-plist6
-rw-r--r--x11/emprint/Makefile8
-rw-r--r--x11/emprint/distinfo4
-rw-r--r--x11/terminology/Makefile22
-rw-r--r--x11/terminology/distinfo2
-rw-r--r--x11/terminology/pkg-descr3
-rw-r--r--x11/terminology/pkg-plist34
25 files changed, 134 insertions, 83 deletions
diff --git a/x11/Makefile b/x11/Makefile
index a3ebeabdbb69..95e1b047bcfe 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -277,6 +277,7 @@
SUBDIR += temperature.app
SUBDIR += terminal.app
SUBDIR += terminator
+ SUBDIR += terminology
SUBDIR += thinglaunch
SUBDIR += thingylaunch
SUBDIR += tilda
diff --git a/x11/ecore-imf/Makefile b/x11/ecore-imf/Makefile
index 4afd48ca381d..810f78d8454e 100644
--- a/x11/ecore-imf/Makefile
+++ b/x11/ecore-imf/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= imf
-DISTVERSION= 1.1.0
+PORTVERSION= 1.7.4
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
- http://files.roorback.net/e17/2011-12-02/base/
+ LOCAL/gblach/e17/
PKGNAMEPREFIX= ecore-
-DISTNAME= ecore-${DISTVERSION}
+DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment core abstraction library (IMF module)
@@ -26,11 +26,8 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include "../../devel/ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-con \
- --enable-ecore-config \
--enable-ecore-imf
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -E \
-e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\
@@ -43,4 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-imf.pc \
${PREFIX}/libdata/pkgconfig/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/ecore-imf/distinfo b/x11/ecore-imf/distinfo
index 30f1faeb45b9..e4794250dd2e 100644
--- a/x11/ecore-imf/distinfo
+++ b/x11/ecore-imf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc
-SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298
+SHA256 (e17/ecore-1.7.4.tar.bz2) = 4fa52dece3cfeeb61c89038391c5c25ff31911a6dd187229f8ddb0a1bd61a03d
+SIZE (e17/ecore-1.7.4.tar.bz2) = 3421866
diff --git a/x11/ecore-imf/pkg-plist b/x11/ecore-imf/pkg-plist
index 3bfc4861fd16..69e6dd392291 100644
--- a/x11/ecore-imf/pkg-plist
+++ b/x11/ecore-imf/pkg-plist
@@ -1,5 +1,5 @@
include/ecore-1/Ecore_IMF.h
lib/libecore_imf.so
-lib/libecore_imf.so.2
+lib/libecore_imf.so.8
libdata/pkgconfig/ecore-imf.pc
@dirrmtry include/ecore-1
diff --git a/x11/ecore-imf_evas/Makefile b/x11/ecore-imf_evas/Makefile
index 1d70cca81482..3e112f2f36e2 100644
--- a/x11/ecore-imf_evas/Makefile
+++ b/x11/ecore-imf_evas/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= imf_evas
-DISTVERSION= 1.1.0
+PORTVERSION= 1.7.4
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
- http://files.roorback.net/e17/2011-12-02/base/
+ LOCAL/gblach/e17/
PKGNAMEPREFIX= ecore-
-DISTNAME= ecore-${DISTVERSION}
+DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment core abstraction library (IMF-Evas module)
@@ -27,13 +27,10 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include "../../devel/ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-con \
- --enable-ecore-config \
--enable-ecore-ipc \
--enable-ecore-imf \
--enable-ecore-imf_evas
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -E \
-e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\
@@ -46,4 +43,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-imf-evas.pc \
${PREFIX}/libdata/pkgconfig/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/ecore-imf_evas/distinfo b/x11/ecore-imf_evas/distinfo
index 30f1faeb45b9..e4794250dd2e 100644
--- a/x11/ecore-imf_evas/distinfo
+++ b/x11/ecore-imf_evas/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc
-SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298
+SHA256 (e17/ecore-1.7.4.tar.bz2) = 4fa52dece3cfeeb61c89038391c5c25ff31911a6dd187229f8ddb0a1bd61a03d
+SIZE (e17/ecore-1.7.4.tar.bz2) = 3421866
diff --git a/x11/ecore-imf_evas/pkg-plist b/x11/ecore-imf_evas/pkg-plist
index 1495c15d4913..ed383b86ab61 100644
--- a/x11/ecore-imf_evas/pkg-plist
+++ b/x11/ecore-imf_evas/pkg-plist
@@ -1,5 +1,5 @@
include/ecore-1/Ecore_IMF_Evas.h
lib/libecore_imf_evas.so
-lib/libecore_imf_evas.so.2
+lib/libecore_imf_evas.so.8
libdata/pkgconfig/ecore-imf-evas.pc
@dirrmtry include/ecore-1
diff --git a/x11/ecore-input/Makefile b/x11/ecore-input/Makefile
index 7020d3e9ba71..0bcf2f69b8d7 100644
--- a/x11/ecore-input/Makefile
+++ b/x11/ecore-input/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= input
-DISTVERSION= 1.1.0
+PORTVERSION= 1.7.4
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
- http://files.roorback.net/e17/2011-12-02/base/
+ LOCAL/gblach/e17/
PKGNAMEPREFIX= ecore-
-DISTNAME= ecore-${DISTVERSION}
+DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment core abstraction library (input module)
@@ -27,8 +27,6 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
CONFIGURE_ARGS+= --enable-ecore-input
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -E \
-e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\
@@ -39,4 +37,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-input.pc \
${PREFIX}/libdata/pkgconfig/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/ecore-input/distinfo b/x11/ecore-input/distinfo
index 30f1faeb45b9..e4794250dd2e 100644
--- a/x11/ecore-input/distinfo
+++ b/x11/ecore-input/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc
-SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298
+SHA256 (e17/ecore-1.7.4.tar.bz2) = 4fa52dece3cfeeb61c89038391c5c25ff31911a6dd187229f8ddb0a1bd61a03d
+SIZE (e17/ecore-1.7.4.tar.bz2) = 3421866
diff --git a/x11/ecore-input/pkg-plist b/x11/ecore-input/pkg-plist
index 4cefe08b334d..807f9dec0bdf 100644
--- a/x11/ecore-input/pkg-plist
+++ b/x11/ecore-input/pkg-plist
@@ -1,5 +1,5 @@
include/ecore-1/Ecore_Input.h
lib/libecore_input.so
-lib/libecore_input.so.2
+lib/libecore_input.so.8
libdata/pkgconfig/ecore-input.pc
@dirrmtry include/ecore-1
diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile
index 4fcdda2eb686..811692d6172a 100644
--- a/x11/ecore-input_evas/Makefile
+++ b/x11/ecore-input_evas/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= input_evas
-DISTVERSION= 1.1.0
+PORTVERSION= 1.7.4
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
- http://files.roorback.net/e17/2011-12-02/base/
+ LOCAL/gblach/e17/
PKGNAMEPREFIX= ecore-
-DISTNAME= ecore-${DISTVERSION}
+DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment core abstraction library (evas input module)
@@ -29,8 +29,6 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
CONFIGURE_ARGS+= --enable-ecore-input \
--enable-ecore-input_evas
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -E \
-e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\
@@ -43,4 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-input-evas.pc \
${PREFIX}/libdata/pkgconfig/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/ecore-input_evas/distinfo b/x11/ecore-input_evas/distinfo
index 30f1faeb45b9..e4794250dd2e 100644
--- a/x11/ecore-input_evas/distinfo
+++ b/x11/ecore-input_evas/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc
-SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298
+SHA256 (e17/ecore-1.7.4.tar.bz2) = 4fa52dece3cfeeb61c89038391c5c25ff31911a6dd187229f8ddb0a1bd61a03d
+SIZE (e17/ecore-1.7.4.tar.bz2) = 3421866
diff --git a/x11/ecore-input_evas/pkg-plist b/x11/ecore-input_evas/pkg-plist
index 41d05420b98f..0fe9f2944dd0 100644
--- a/x11/ecore-input_evas/pkg-plist
+++ b/x11/ecore-input_evas/pkg-plist
@@ -1,5 +1,5 @@
include/ecore-1/Ecore_Input_Evas.h
lib/libecore_input_evas.so
-lib/libecore_input_evas.so.2
+lib/libecore_input_evas.so.8
libdata/pkgconfig/ecore-input-evas.pc
@dirrmtry include/ecore-1
diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile
index a0f47353042c..d99c940d8f3c 100644
--- a/x11/ecore-x11/Makefile
+++ b/x11/ecore-x11/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= x11
-DISTVERSION= 1.1.0
+PORTVERSION= 1.7.4
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
- http://files.roorback.net/e17/2011-12-02/base/
+ LOCAL/gblach/e17/
PKGNAMEPREFIX= ecore-
-DISTNAME= ecore-${DISTVERSION}
+DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment core abstraction library (x11 module)
@@ -30,64 +30,63 @@ XEXTDIR= ${LOCALBASE}/include/X11/extensions
CONFIGURE_ARGS+= --enable-ecore-x \
--enable-ecore-input
-OPTIONS= XDAMAGE "Enable Xdamage support (requires X11)" on \
- XDPMS "Enable Xdpms support (requires X11)" on \
- XFIXES "Enable Xfixes support (requires X11)" on \
- XINERAMA "Enable Xinerama support (requires X11)" on \
- XPRINT "Enable Xprint support (requires X11)" on \
- XRANDR "Enable Xrandr support (requires X11)" on \
- XRENDER "Enable Xrender support (requires X11)" on \
- XSS "Enable Xscrnsaver support (requires X11)" on \
- XCURSOR "Enable Xcursor support (requires X11)" on
+OPTIONS_DEFINE= XCURSOR XDAMAGE XDPMS XFIXES XINERAMA XPRINT XRANDR XRENDER XSS
+OPTIONS_DEFAULT=XCURSOR XDAMAGE XDPMS XFIXES XINERAMA XPRINT XRANDR XRENDER XSS
+XDAMAGE_DESC= X11 Xdamage extension support
+XDPMS_DESC= X11 Xdpms extension support
+XFIXES_DESC= X11 Xfixes extension support
+XPRINT_DESC= X11 Xprint extension support
+XRENDER_DESC= X11 Xrender extension support
+XSS_DESC= X11 Xscrnsaver extension support
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if !defined(WITHOUT_XDAMAGE) || exists(${XEXTDIR}/Xdamage.h)
+.if ${PORT_OPTIONS:MXCURSOR} \
+ || exists(${LOCALBASE}/include/X11/Xcursor/Xcursor.h)
+USE_XORG+= xcursor
+WITH_X11= yes
+.endif
+
+.if ${PORT_OPTIONS:MXDAMAGE} || exists(${XEXTDIR}/Xdamage.h)
USE_XORG+= xdamage
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XDPMS) || exists(${XEXTDIR}/dpms.h)
+.if ${PORT_OPTIONS:MXDPMS} || exists(${XEXTDIR}/dpms.h)
USE_XORG+= xextproto
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XFIXES) || exists(${XEXTDIR}/Xfixes.h)
+.if ${PORT_OPTIONS:MXFIXES} || exists(${XEXTDIR}/Xfixes.h)
USE_XORG+= xfixes
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XINERAMA) || exists(${XEXTDIR}/Xinerama.h)
+.if ${PORT_OPTIONS:MXINERAMA} || exists(${XEXTDIR}/Xinerama.h)
USE_XORG+= xineramaproto
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XPRINT) || exists(${XEXTDIR}/Print.h)
+.if ${PORT_OPTIONS:MXPRINT} || exists(${XEXTDIR}/Print.h)
USE_XORG+= printproto
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XRANDR) || exists(${XEXTDIR}/Xrandr.h)
+.if ${PORT_OPTIONS:MXRANDR} || exists(${XEXTDIR}/Xrandr.h)
USE_XORG+= xrandr
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XRENDER) || exists(${XEXTDIR}/Xrender.h)
+.if ${PORT_OPTIONS:MXRENDER} || exists(${XEXTDIR}/Xrender.h)
USE_XORG+= xrender
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XSS) || exists(${XEXTDIR}/scrnsaver.h)
+.if ${PORT_OPTIONS:MXSS} || exists(${XEXTDIR}/scrnsaver.h)
USE_XORG+= xscrnsaver
WITH_X11= yes
.endif
-.if !defined(WITHOUT_XCURSOR) \
- || exists(${LOCALBASE}/include/X11/Xcursor/Xcursor.h)
-USE_XORG+= xcursor
-WITH_X11= yes
-.endif
-
post-patch:
@${REINPLACE_CMD} -E \
-e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\
@@ -102,4 +101,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/ecore-x.pc \
${PREFIX}/libdata/pkgconfig/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/ecore-x11/distinfo b/x11/ecore-x11/distinfo
index 30f1faeb45b9..e4794250dd2e 100644
--- a/x11/ecore-x11/distinfo
+++ b/x11/ecore-x11/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/ecore-1.1.0.tar.bz2) = c701a31941e178babad577ede886a98cf472352e5a73ee4717c0ffdc980152cc
-SIZE (e17/ecore-1.1.0.tar.bz2) = 3217298
+SHA256 (e17/ecore-1.7.4.tar.bz2) = 4fa52dece3cfeeb61c89038391c5c25ff31911a6dd187229f8ddb0a1bd61a03d
+SIZE (e17/ecore-1.7.4.tar.bz2) = 3421866
diff --git a/x11/ecore-x11/pkg-plist b/x11/ecore-x11/pkg-plist
index 2f05dc1bb614..d1aaa3d7386c 100644
--- a/x11/ecore-x11/pkg-plist
+++ b/x11/ecore-x11/pkg-plist
@@ -2,6 +2,6 @@ include/ecore-1/Ecore_X.h
include/ecore-1/Ecore_X_Atoms.h
include/ecore-1/Ecore_X_Cursor.h
lib/libecore_x.so
-lib/libecore_x.so.2
+lib/libecore_x.so.8
libdata/pkgconfig/ecore-x.pc
@dirrmtry include/ecore-1
diff --git a/x11/efreet/Makefile b/x11/efreet/Makefile
index 43b3f6c6b189..bb6e117d1a80 100644
--- a/x11/efreet/Makefile
+++ b/x11/efreet/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= efreet
-DISTVERSION= 1.1.0
+PORTVERSION= 1.7.4
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
- http://files.roorback.net/e17/2011-12-02/base/
+ LOCAL/gblach/e17/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Freedesktop.org EFL compatibility layer
@@ -20,4 +20,6 @@ USE_EFL_ECORE= file
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
+CONFIGURE_ARGS= --disable-nls
+
.include <bsd.port.mk>
diff --git a/x11/efreet/distinfo b/x11/efreet/distinfo
index 0200244e9518..7012c18ce687 100644
--- a/x11/efreet/distinfo
+++ b/x11/efreet/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/efreet-1.1.0.tar.bz2) = 8ea03762b746253a7f43fe77d1b2e80ec021316cc7c38c1e12d93b985593d4cd
-SIZE (e17/efreet-1.1.0.tar.bz2) = 388933
+SHA256 (e17/efreet-1.7.4.tar.bz2) = 2253863223aa5b628cb47f0a7674df97d7893bc490e4b1ba88f2d1ea421dbb2e
+SIZE (e17/efreet-1.7.4.tar.bz2) = 448678
diff --git a/x11/efreet/pkg-plist b/x11/efreet/pkg-plist
index cda64ed2206e..99be34f1f9a2 100644
--- a/x11/efreet/pkg-plist
+++ b/x11/efreet/pkg-plist
@@ -15,11 +15,11 @@ include/efreet-1/efreet_menu.h
include/efreet-1/efreet_uri.h
include/efreet-1/efreet_utils.h
lib/libefreet.so
-lib/libefreet.so.2
+lib/libefreet.so.8
lib/libefreet_mime.so
-lib/libefreet_mime.so.2
+lib/libefreet_mime.so.8
lib/libefreet_trash.so
-lib/libefreet_trash.so.2
+lib/libefreet_trash.so.8
lib/efreet/efreet_desktop_cache_create
lib/efreet/efreet_icon_cache_create
libdata/pkgconfig/efreet-mime.pc
diff --git a/x11/emprint/Makefile b/x11/emprint/Makefile
index 43d077eba2bc..c2c45af16ad5 100644
--- a/x11/emprint/Makefile
+++ b/x11/emprint/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= emprint
-PORTVERSION= 20111128
+PORTVERSION= 20120918
CATEGORIES= x11 enlightenment
MASTER_SITES= http://files.roorback.net/e17/extra/
@@ -10,12 +10,10 @@ MAINTAINER= gblach@FreeBSD.org
COMMENT= Utility for taking screenshots for E17
DIST_SUBDIR= e17
-
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_EFL= ecore evas edje imlib2
-USE_EFL_ECORE= file x11 evas
+USE_EFL= eina evas ecore
+USE_EFL_ECORE= evas file input x11
USE_GNOME= gnomehack pkgconfig
-USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/x11/emprint/distinfo b/x11/emprint/distinfo
index f471bbbd8500..c01d55c2481d 100644
--- a/x11/emprint/distinfo
+++ b/x11/emprint/distinfo
@@ -1,2 +1,2 @@
-SHA256 (e17/emprint-20111128.tar.bz2) = f2b90fbdb4fad39c4e9a02513f69a829aae2d64c81f921978708b58c1cf93ce2
-SIZE (e17/emprint-20111128.tar.bz2) = 373261
+SHA256 (e17/emprint-20120918.tar.bz2) = e6b451eb759269c199af9405668ce06461883abde0fb62fd7eb213776f0a1ed0
+SIZE (e17/emprint-20120918.tar.bz2) = 455288
diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile
new file mode 100644
index 000000000000..4e15bae969df
--- /dev/null
+++ b/x11/terminology/Makefile
@@ -0,0 +1,22 @@
+# Created by: Grzegorz Blach <gblach@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= terminology
+PORTVERSION= 0.2.0
+CATEGORIES= x11 enlightenment
+MASTER_SITES= http://download.enlightenment.org/releases/ \
+ LOCAL/gblach/e17/
+
+MAINTAINER= gblach@FreeBSD.org
+COMMENT= EFL Terminal Emulator
+
+LICENSE= BSD
+
+DIST_SUBDIR= e17
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_EFL= eina eet evas ecore edje emotion elementary
+USE_EFL_ECORE= imf imf_evas input
+USE_GNOME= gnomehack pkgconfig
+
+.include <bsd.port.mk>
diff --git a/x11/terminology/distinfo b/x11/terminology/distinfo
new file mode 100644
index 000000000000..dc5a5887de89
--- /dev/null
+++ b/x11/terminology/distinfo
@@ -0,0 +1,2 @@
+SHA256 (e17/terminology-0.2.0.tar.bz2) = abe270a92f7e8734696d9e36bc276c790b3447c6962e9febfb861dbc4059784d
+SIZE (e17/terminology-0.2.0.tar.bz2) = 509135
diff --git a/x11/terminology/pkg-descr b/x11/terminology/pkg-descr
new file mode 100644
index 000000000000..8eb54aeb154d
--- /dev/null
+++ b/x11/terminology/pkg-descr
@@ -0,0 +1,3 @@
+Terminology is an EFL terminal emulator with some extra bells and whistles.
+
+WWW: http://www.enlightenment.org/
diff --git a/x11/terminology/pkg-plist b/x11/terminology/pkg-plist
new file mode 100644
index 000000000000..7a69c4d8b64a
--- /dev/null
+++ b/x11/terminology/pkg-plist
@@ -0,0 +1,34 @@
+bin/terminology
+share/applications/terminology.desktop
+share/icons/terminology.png
+%%DATADIR%%/fonts/10x20.pcf
+%%DATADIR%%/fonts/4x6.pcf
+%%DATADIR%%/fonts/5x7.pcf
+%%DATADIR%%/fonts/5x8.pcf
+%%DATADIR%%/fonts/6x10.pcf
+%%DATADIR%%/fonts/6x12.pcf
+%%DATADIR%%/fonts/6x13.pcf
+%%DATADIR%%/fonts/6x9.pcf
+%%DATADIR%%/fonts/7x13.pcf
+%%DATADIR%%/fonts/7x14.pcf
+%%DATADIR%%/fonts/8x13.pcf
+%%DATADIR%%/fonts/9x15.pcf
+%%DATADIR%%/fonts/9x18.pcf
+%%DATADIR%%/fonts/nexus.pcf
+%%DATADIR%%/fonts/terminus-12.pcf
+%%DATADIR%%/fonts/terminus-14-bold.pcf
+%%DATADIR%%/fonts/terminus-14.pcf
+%%DATADIR%%/fonts/terminus-16-bold.pcf
+%%DATADIR%%/fonts/terminus-16.pcf
+%%DATADIR%%/fonts/terminus-18-bold.pcf
+%%DATADIR%%/fonts/terminus-18.pcf
+%%DATADIR%%/fonts/terminus-20-bold.pcf
+%%DATADIR%%/fonts/terminus-20.pcf
+%%DATADIR%%/images/terminology.png
+%%DATADIR%%/themes/default.edj
+%%DATADIR%%/themes/mild.edj
+%%DATADIR%%/themes/black.edj
+@dirrm %%DATADIR%%/themes
+@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%/fonts
+@dirrm %%DATADIR%%