# 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 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 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 X X+#include X #include 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 X #include 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 X X+#include X #include X #include // file primitives X #include X--- transtbl.cc X+++ transtbl.cc X@@ -16,6 +16,7 @@ X X #include X X+#include X #include X #include 1e84cd34f6a1578f15a989654d66ee4e exit