summaryrefslogtreecommitdiff
path: root/x11/enterminus
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-10-08 13:48:37 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-10-08 13:48:37 +0000
commitee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442 (patch)
tree1bf12eadb5a7920766bf7a613174c0475b810d0d /x11/enterminus
parent- Update to 1.5.2 (diff)
- Move to LOCALBASE
- Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
Notes
Notes: svn path=/head/; revision=174934
Diffstat (limited to 'x11/enterminus')
-rw-r--r--x11/enterminus/Makefile25
-rw-r--r--x11/enterminus/distinfo3
-rw-r--r--x11/enterminus/files/patch-src_bin_pty.c11
-rw-r--r--x11/enterminus/pkg-descr4
-rw-r--r--x11/enterminus/pkg-plist8
5 files changed, 51 insertions, 0 deletions
diff --git a/x11/enterminus/Makefile b/x11/enterminus/Makefile
new file mode 100644
index 000000000000..3e5a63869cfd
--- /dev/null
+++ b/x11/enterminus/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: enterminus
+# Date created: 2006-08-14
+# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
+#
+# $MBSDlabs$
+# $FreeBSD$
+#
+
+PORTNAME= enterminus
+PORTVERSION= 20060926
+CATEGORIES= x11
+MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+
+MAINTAINER= stas@FreeBSD.org
+COMMENT= An EFL based terminal
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack pkgconfig gnometarget
+USE_EFL= evas ecore
+GNU_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
+.include <bsd.port.post.mk>
diff --git a/x11/enterminus/distinfo b/x11/enterminus/distinfo
new file mode 100644
index 000000000000..d58480ff505d
--- /dev/null
+++ b/x11/enterminus/distinfo
@@ -0,0 +1,3 @@
+MD5 (enterminus-20060926.tar.bz2) = b0a96dc2f34cea46966515549450aedf
+SHA256 (enterminus-20060926.tar.bz2) = 195205d1687b3100c6f8a0441e8dea108893e5077519e12396f5fd24140d47ee
+SIZE (enterminus-20060926.tar.bz2) = 270790
diff --git a/x11/enterminus/files/patch-src_bin_pty.c b/x11/enterminus/files/patch-src_bin_pty.c
new file mode 100644
index 000000000000..263137f1b925
--- /dev/null
+++ b/x11/enterminus/files/patch-src_bin_pty.c
@@ -0,0 +1,11 @@
+--- src/bin/pty.c.orig Mon Aug 14 18:25:18 2006
++++ src/bin/pty.c Mon Aug 14 18:25:51 2006
+@@ -19,7 +19,7 @@
+ int fd;
+ char *ptydev;
+
+- if((fd = getpt()) >= 0)
++ if((fd = posix_openpt(O_RDWR)) >= 0)
+ {
+ if(grantpt(fd) == 0 && unlockpt(fd) == 0)
+ {
diff --git a/x11/enterminus/pkg-descr b/x11/enterminus/pkg-descr
new file mode 100644
index 000000000000..14d5aee37605
--- /dev/null
+++ b/x11/enterminus/pkg-descr
@@ -0,0 +1,4 @@
+An EFL Based Terminal.
+
+Author: codewarrior (Hisham Mardam Bey) <codewarrior@users.sourceforge.net>
+WWW: http://www.enlightenment.org/
diff --git a/x11/enterminus/pkg-plist b/x11/enterminus/pkg-plist
new file mode 100644
index 000000000000..96359a904dcb
--- /dev/null
+++ b/x11/enterminus/pkg-plist
@@ -0,0 +1,8 @@
+bin/enterminus
+bin/enterminus-config
+%%DATADIR%%/VeraMono.ttf
+%%DATADIR%%/black.png
+%%DATADIR%%/checkered_bg.png
+%%DATADIR%%/grey.png
+%%DATADIR%%/white.png
+@dirrm %%DATADIR%%