summaryrefslogtreecommitdiffstats
path: root/arabic/katoob
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /arabic/katoob
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'arabic/katoob')
-rw-r--r--arabic/katoob/Makefile44
-rw-r--r--arabic/katoob/distinfo3
-rw-r--r--arabic/katoob/files/patch-src-conf.c10
-rw-r--r--arabic/katoob/files/patch-src-init.c21
-rw-r--r--arabic/katoob/files/patch-src-katoob.h14
-rw-r--r--arabic/katoob/files/patch-src-search.c14
-rw-r--r--arabic/katoob/pkg-descr8
-rw-r--r--arabic/katoob/pkg-plist17
8 files changed, 0 insertions, 131 deletions
diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile
deleted file mode 100644
index 724daa77c..000000000
--- a/arabic/katoob/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: katoob
-# Date created: 13th September 2003
-# Whom: Pav Lucistnik <pav@oook.cz>
-#
-# $FreeBSD$
-#
-
-PORTNAME= katoob
-PORTVERSION= 0.3.5
-PORTREVISION= 10
-CATEGORIES= arabic
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= arabeyes
-
-MAINTAINER= sbahra@gwu.edu
-COMMENT= Light-weight, bidirectional editor for arabic texts
-
-MAN1= katoob.1
-
-USE_GMAKE= yes
-USE_XLIB= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-WANT_GNOME= yes
-USE_AUTOTOOLS= libtool:15
-USE_GETOPT_LONG=yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Broken with gcc 4.2
-.endif
-
-.if ${HAVE_GNOME:Mgtksourceview}!="" || defined(WITH_HIGHLIGHTING)
-CONFIGURE_ARGS+= "--enable-highlight"
-USE_GNOME+= gtksourceview
-.endif
-
-.if defined(WITH_SPELLCHECKER) || exists(${LOCALBASE}/lib/libaspell.so.16)
-CONFIGURE_ARGS+= "--enable-spell"
-LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/arabic/katoob/distinfo b/arabic/katoob/distinfo
deleted file mode 100644
index 3f2eef931..000000000
--- a/arabic/katoob/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (katoob-0.3.5.tar.gz) = a05723c7aee914c51226270aa3d61ff9
-SHA256 (katoob-0.3.5.tar.gz) = 213dde01195dbb10ff1710aff7c3948e3c20c7a0c227ca05e0665922b7bb2c64
-SIZE (katoob-0.3.5.tar.gz) = 427297
diff --git a/arabic/katoob/files/patch-src-conf.c b/arabic/katoob/files/patch-src-conf.c
deleted file mode 100644
index 26604b1e6..000000000
--- a/arabic/katoob/files/patch-src-conf.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/conf.c Tue Aug 26 07:54:35 2003
-+++ src/conf.c.patch Mon May 24 16:57:43 2004
-@@ -798,6 +798,7 @@
- if (!fp)
- {
- g_warning ("Can't open the printing configuration file.");
-+ return;
- }
-
- fprintf (fp, "font_family = %s\n", encode_font (PConf->font_family));
diff --git a/arabic/katoob/files/patch-src-init.c b/arabic/katoob/files/patch-src-init.c
deleted file mode 100644
index 7bff8d026..000000000
--- a/arabic/katoob/files/patch-src-init.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/init.c Tue Aug 26 07:54:35 2003
-+++ /home/samy/development/katoob/src/init.c Thu Aug 28 00:36:48 2003
-@@ -101,7 +101,18 @@
- katoob->xkb_grps[i] =
- XGetAtomName (GDK_DISPLAY (), kbinfo->names->groups[i]);
- }
-+ else
-+ {
-+ katoob->xkb_grps[i] = NULL;
-+ }
- }
-+ }
-+
-+/* Let's NULL all the remaining array. */
-+ while (grpnum < XkbNumKbdGroups)
-+ {
-+ katoob->xkb_grps[grpnum] = NULL;
-+ ++grpnum;
- }
-
- XkbGetControls (GDK_DISPLAY (), XkbAllControlsMask, kbinfo);
diff --git a/arabic/katoob/files/patch-src-katoob.h b/arabic/katoob/files/patch-src-katoob.h
deleted file mode 100644
index 71fe915e9..000000000
--- a/arabic/katoob/files/patch-src-katoob.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/katoob.h.orig Thu May 20 12:44:35 2004
-+++ src/katoob.h Thu May 20 12:44:48 2004
-@@ -25,11 +25,6 @@
- #ifndef __KATOOB_H__
- #define __KATOOB_H__
-
--#define G_DISABLE_DEPRECATED 1
--#define GDK_DISABLE_DEPRECATED 1
--#define GDK_PIXBUF_DISABLE_DEPRECATED 1
--#define GTK_DISABLE_DEPRECATED 1
--
- #include <gtk/gtk.h>
- #include "encodings.h"
- #ifdef ENABLE_HIGHLIGHT
diff --git a/arabic/katoob/files/patch-src-search.c b/arabic/katoob/files/patch-src-search.c
deleted file mode 100644
index b9f3b63c7..000000000
--- a/arabic/katoob/files/patch-src-search.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/search.c Tue Aug 26 07:54:37 2003
-+++ src/search.c.patch Mon May 24 17:07:16 2004
-@@ -266,9 +266,8 @@
- tmp = katoob_document_get_last_replaced (doc);
- if ((tmp) && (replace))
- {
-- gtk_entry_set_text (GTK_ENTRY (entry2), g_strdup (tmp));
-- g_free (tmp);
-- tmp = NULL;
-+ gtk_entry_set_text (GTK_ENTRY (entry2), tmp);
-+ tmp = NULL;
- }
- }
-
diff --git a/arabic/katoob/pkg-descr b/arabic/katoob/pkg-descr
deleted file mode 100644
index e1ae573cb..000000000
--- a/arabic/katoob/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Katoob is a light weight, multi lingual,
-BIDI-aware text editor based on the Gtk+ 2
-library. It supports opening and saving files
-in multiple encodings. The main support was
-for Arabic language but more languages are
-currently supported.
-
-WWW: http://www.arabeyes.org/project.php?proj=Katoob
diff --git a/arabic/katoob/pkg-plist b/arabic/katoob/pkg-plist
deleted file mode 100644
index be2536529..000000000
--- a/arabic/katoob/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/katoob
-share/applications/katoob.desktop
-share/katoob/close.png
-share/katoob/emulator/arabic
-share/katoob/green.png
-share/katoob/katoob.png
-share/katoob/katoob-small.png
-share/katoob/landscape.png
-share/katoob/portrait.png
-share/katoob/red.png
-share/pixmaps/katoob-icon.png
-share/locale/ar/LC_MESSAGES/katoob.mo
-share/locale/pl/LC_MESSAGES/katoob.mo
-share/locale/sv/LC_MESSAGES/katoob.mo
-@dirrm share/katoob/emulator
-@dirrm share/katoob
-@dirrmtry share/applications