Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2009 04:55:39 GMT
From:      Eitan Adler <EitanAdlerList@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130087: [new port] geresh
Message-ID:  <200901010455.n014tdmb055841@www.freebsd.org>
Resent-Message-ID: <200901010500.n01509MS014403@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         130087
>Category:       ports
>Synopsis:       [new port] geresh
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 01 05:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
Shar file attached
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	Makefile
#	distinfo
#	files
#	pkg-descr
#	files/patch-cxx.patch
#
echo x - Makefile
sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965'
X# New ports collection makefile for:      geresh
X# Date created:                     30 December 2008
X# Whom:                       Eitan Adler <EitanAdlerList@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	geresh
XPORTVERSION=	0.6.3
XCATEGORIES=	editors
XMASTER_SITES=	http://www.typo.co.il/~mooffie/geresh/download/
X
XMAINTAINER=	EitanAdlerList@gmail.com
XCOMMENT=	A hebrew console based text edtior
X
XRUN_DEPENDS= ${LOCALBASE}/bin/fribidi:${PORTSDIR}/converters/fribidi
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
b67911656ef5d18c4ae36cb6741b7965
echo x - distinfo
sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f'
XMD5 (geresh-0.6.3.tar.gz) = 60a1fd8801ef23edc481ad6474abfd0e
XSHA256 (geresh-0.6.3.tar.gz) = cb44f68adad3e2e59ab4635f14de3f11bb2882506b2e47266757410cdbacf63a
XSIZE (geresh-0.6.3.tar.gz) = 202272
57677d168a5ec21bdf22c9501f075a8f
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - pkg-descr
sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979'
X Geresh is just a text editor, multi - lingual, the console text. 
7f9555c3c1089940396b503dd37f3979
echo x - files/patch-cxx.patch
sed 's/^X//' >files/patch-cxx.patch << '1e84cd34f6a1578f15a989654d66ee4e'
X--- dialogline.cc
X+++ dialogline.cc
X@@ -16,6 +16,7 @@
X 
X #include <config.h>
X 
X+#include <cstdlib>
X #include <stdarg.h>
X 
X #include "dialogline.h"
X--- editbox2.cc
X+++ editbox2.cc
X@@ -14,6 +14,7 @@
X // along with this program; if not, write to the Free Software
X // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
X 
X+#include <cstdlib>
X #include <config.h>
X 
X #include "editbox.h"
X--- editbox.h
X+++ editbox.h
X@@ -768,7 +768,7 @@
X 			    int para_num
X 			);
X 
X-    void EditBox::redraw_unwrapped_paragraph(
X+    void redraw_unwrapped_paragraph(
X 			    Paragraph &p,
X 			    int window_start_line,
X 			    bool only_cursor,
X@@ -780,7 +780,7 @@
X 			    bool eop_is_selected
X 			);
X 
X-    void EditBox::redraw_wrapped_paragraph(
X+    void redraw_wrapped_paragraph(
X 			    Paragraph &p,
X 			    int window_start_line,
X 			    bool only_cursor,
X--- io.cc
X+++ io.cc
X@@ -16,6 +16,7 @@
X 
X #include <config.h>
X 
X+#include <cstdlib>
X #include <stdarg.h>
X #include <fcntl.h>  // file primitives
X #include <unistd.h>
X--- transtbl.cc
X+++ transtbl.cc
X@@ -16,6 +16,7 @@
X 
X #include <config.h>
X 
X+#include <cstdlib>
X #include <stdio.h>
X #include <errno.h>
1e84cd34f6a1578f15a989654d66ee4e
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901010455.n014tdmb055841>