From ssedov@mbsd.msk.ru Tue Aug 15 11:05:30 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 638CD16A4DA for ; Tue, 15 Aug 2006 11:05:28 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B265343D5E for ; Tue, 15 Aug 2006 11:05:24 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [212.57.150.10] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GCwja-0002st-72 for FreeBSD-gnats-submit@freebsd.org; Tue, 15 Aug 2006 15:05:23 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id A66A412EE0; Tue, 15 Aug 2006 14:34:31 +0600 (YEKST) Message-Id: <20060815083431.A66A412EE0@fonon.realnet> Date: Tue, 15 Aug 2006 14:34:31 +0600 (YEKST) From: Stanislav Sedov To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [NEW PORT] x11/enterminus: An EFL based terminal X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 102077 >Category: ports >Synopsis: [NEW PORT] x11/enterminus: An EFL based terminal >Confidential: no >Severity: non-critical >Priority: low >Responsible: stas >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 15 11:10:12 GMT 2006 >Closed-Date: Sun Oct 08 14:54:03 GMT 2006 >Last-Modified: Sun Oct 08 14:54:03 GMT 2006 >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: An EFL Based Terminal. Author: codewarrior (Hisham Mardam Bey) WWW: http://www.enlightenment.org/ Note: this depends on x11-toolkits/etk PR >How-To-Repeat: >Fix: --- enterminus-20060807.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # enterminus # enterminus/pkg-descr # enterminus/Makefile # enterminus/pkg-plist # enterminus/distinfo # enterminus/files # enterminus/files/patch-src_bin_pty.c # echo c - enterminus mkdir -p enterminus > /dev/null 2>&1 echo x - enterminus/pkg-descr sed 's/^X//' >enterminus/pkg-descr << 'END-of-enterminus/pkg-descr' XAn EFL Based Terminal. X XAuthor: codewarrior (Hisham Mardam Bey) XWWW: http://www.enlightenment.org/ END-of-enterminus/pkg-descr echo x - enterminus/Makefile sed 's/^X//' >enterminus/Makefile << 'END-of-enterminus/Makefile' X# New ports collection makefile for: enterminus X# Date created: 2006-08-14 X# Whom: Stanislav Sedov X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= enterminus XPORTVERSION= 20060807 XCATEGORIES= x11 XMASTER_SITES= http://mbsd.msk.ru/dist/ X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= An EFL based terminal X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_GNOME= gnomehack pkgconfig gnometarget XUSE_EFL= evas ecore XGNU_CONFIGURE= yes X X.include X.include "${PORTSDIR}/x11-toolkits/etk/bsd.efl.mk" X.include END-of-enterminus/Makefile echo x - enterminus/pkg-plist sed 's/^X//' >enterminus/pkg-plist << 'END-of-enterminus/pkg-plist' Xbin/enterminus Xbin/enterminus-config X%%DATADIR%%/VeraMono.ttf X%%DATADIR%%/black.png X%%DATADIR%%/checkered_bg.png X%%DATADIR%%/grey.png X%%DATADIR%%/white.png X@dirrm %%DATADIR%% END-of-enterminus/pkg-plist echo x - enterminus/distinfo sed 's/^X//' >enterminus/distinfo << 'END-of-enterminus/distinfo' XMD5 (enterminus-20060807.tar.bz2) = c81139eb9b507856b0d1505b9d179fa4 XSHA256 (enterminus-20060807.tar.bz2) = 9b8dcb24444032a89b138107e86d3ac3b33a719f955a44833a0da1b8ce466b24 XSIZE (enterminus-20060807.tar.bz2) = 270536 END-of-enterminus/distinfo echo c - enterminus/files mkdir -p enterminus/files > /dev/null 2>&1 echo x - enterminus/files/patch-src_bin_pty.c sed 's/^X//' >enterminus/files/patch-src_bin_pty.c << 'END-of-enterminus/files/patch-src_bin_pty.c' X--- src/bin/pty.c.orig Mon Aug 14 18:25:18 2006 X+++ src/bin/pty.c Mon Aug 14 18:25:51 2006 X@@ -19,7 +19,7 @@ X int fd; X char *ptydev; X X- if((fd = getpt()) >= 0) X+ if((fd = posix_openpt(O_RDWR)) >= 0) X { X if(grantpt(fd) == 0 && unlockpt(fd) == 0) X { END-of-enterminus/files/patch-src_bin_pty.c exit --- enterminus-20060807.shar ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Tue Aug 15 12:58:50 UTC 2006 Responsible-Changed-Why: I will handle this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=102077 Responsible-Changed-From-To: vanilla->stas Responsible-Changed-By: vanilla Responsible-Changed-When: Tue Sep 19 09:01:59 UTC 2006 Responsible-Changed-Why: Submitter is committer now. http://www.freebsd.org/cgi/query-pr.cgi?pr=102077 State-Changed-From-To: open->closed State-Changed-By: stas State-Changed-When: Sun Oct 8 14:54:02 UTC 2006 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=102077 >Unformatted: