mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Remove hebrew/geresh; no longer maintained upstream
Submitted by: maintainer via freebsd-ports@
This commit is contained in:
parent
7ca5105d81
commit
d69c9fbd1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242579
1
MOVED
1
MOVED
@ -4184,3 +4184,4 @@ devel/p5-Cwd|devel/p5-PathTools|2009-09-30|Please use devel/p5-PathTools
|
||||
x11/electricsheep||2009-10-02|No source tarball, Unix code unmaintained
|
||||
sysutils/fusefs-gphotofs||2009-10-05|Removed
|
||||
x11/kxgenerator||2009-10-07|Has expired: Project abandoned, master site disappeared
|
||||
hebrew/geresh||2009-10-08|No longer maintained upstream
|
||||
|
@ -6,7 +6,6 @@
|
||||
SUBDIR += aspell
|
||||
SUBDIR += culmus
|
||||
SUBDIR += elmar-fonts
|
||||
SUBDIR += geresh
|
||||
SUBDIR += he2
|
||||
SUBDIR += hspell
|
||||
SUBDIR += kde3-i18n
|
||||
|
@ -1,23 +0,0 @@
|
||||
# New ports collection makefile for: geresh
|
||||
# Date created: 30 December 2008
|
||||
# Whom: Eitan Adler <EitanAdlerList@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= geresh
|
||||
PORTVERSION= 0.6.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= hebrew editors
|
||||
MASTER_SITES= http://www.typo.co.il/~mooffie/geresh/download/
|
||||
|
||||
MAINTAINER= EitanAdlerList@gmail.com
|
||||
COMMENT= A Hebrew console based text edtior
|
||||
|
||||
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
BROKEN= needs update for the new fribidi paragraph API
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (geresh-0.6.3.tar.gz) = 60a1fd8801ef23edc481ad6474abfd0e
|
||||
SHA256 (geresh-0.6.3.tar.gz) = cb44f68adad3e2e59ab4635f14de3f11bb2882506b2e47266757410cdbacf63a
|
||||
SIZE (geresh-0.6.3.tar.gz) = 202272
|
@ -1,59 +0,0 @@
|
||||
--- dialogline.cc
|
||||
+++ dialogline.cc
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
+#include <cstdlib>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "dialogline.h"
|
||||
--- editbox2.cc
|
||||
+++ editbox2.cc
|
||||
@@ -14,6 +14,7 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
|
||||
|
||||
+#include <cstdlib>
|
||||
#include <config.h>
|
||||
|
||||
#include "editbox.h"
|
||||
--- editbox.h
|
||||
+++ editbox.h
|
||||
@@ -768,7 +768,7 @@
|
||||
int para_num
|
||||
);
|
||||
|
||||
- void EditBox::redraw_unwrapped_paragraph(
|
||||
+ void redraw_unwrapped_paragraph(
|
||||
Paragraph &p,
|
||||
int window_start_line,
|
||||
bool only_cursor,
|
||||
@@ -780,7 +780,7 @@
|
||||
bool eop_is_selected
|
||||
);
|
||||
|
||||
- void EditBox::redraw_wrapped_paragraph(
|
||||
+ void redraw_wrapped_paragraph(
|
||||
Paragraph &p,
|
||||
int window_start_line,
|
||||
bool only_cursor,
|
||||
--- io.cc
|
||||
+++ io.cc
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
+#include <cstdlib>
|
||||
#include <stdarg.h>
|
||||
#include <fcntl.h> // file primitives
|
||||
#include <unistd.h>
|
||||
--- transtbl.cc
|
||||
+++ transtbl.cc
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
+#include <cstdlib>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
@ -1,6 +0,0 @@
|
||||
Geresh is a multi lingual text editor, but there are a few features
|
||||
for the benefit of users of Hebrew and Arabic, such as: the ability
|
||||
to display the signs point the Hebrew / Arabic (dash Hebrew) as an
|
||||
alternative, convenient editing of characters in the format of the
|
||||
BiDi (such as RLM, LRM), an alternative algorithm Greek paragraphs
|
||||
to set the emulation of the Hebrew keyboard.
|
@ -1,16 +0,0 @@
|
||||
bin/geresh
|
||||
bin/pgeresh
|
||||
%%DATADIR%%/MANUAL.he
|
||||
%%DATADIR%%/kbdtab
|
||||
%%DATADIR%%/reprtab
|
||||
%%DATADIR%%/transtab
|
||||
%%DATADIR%%/themes/default.thm
|
||||
%%DATADIR%%/themes/default_bw.thm
|
||||
%%DATADIR%%/themes/mc.thm
|
||||
%%DATADIR%%/themes/green.thm
|
||||
%%DATADIR%%/themes/borland.thm
|
||||
%%DATADIR%%/themes/occult.thm
|
||||
%%DATADIR%%/themes/arnold.thm
|
||||
%%DATADIR%%/themes/README.themes
|
||||
@dirrm %%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user