Tea updated to latest version (17.6.0), some patches has been included
upstream.
The port has been tested @i386.
Cheers
Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/tea/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 23 Jan 2008 17:02:30 -0000 1.1.1.1
+++ Makefile 21 Mar 2008 15:38:31 -0000
@@ -2,7 +2,7 @@
COMMENT= powerful and simple GTK editor
-DISTNAME= tea-17.5.4
+DISTNAME= tea-17.6.0
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/}
EXTRACT_SUFX= .tar.bz2
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/tea/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 23 Jan 2008 17:02:30 -0000 1.1.1.1
+++ distinfo 21 Mar 2008 15:38:31 -0000
@@ -1,5 +1,5 @@
-MD5 (tea-17.5.4.tar.bz2) = w97Wq9De1Yfdi0LY8fFkOg==
-RMD160 (tea-17.5.4.tar.bz2) = otaJJH8JoUS3CVS3caUh3m+VLRs=
-SHA1 (tea-17.5.4.tar.bz2) = dXMV24+U38tJiUN9mjfPI/Y6ZXw=
-SHA256 (tea-17.5.4.tar.bz2) = mf3T627R3S909JEmL1hVZa5g0uuONPr+f8EKxCKLYYU=
-SIZE (tea-17.5.4.tar.bz2) = 454905
+MD5 (tea-17.6.0.tar.bz2) = y+5k5Veb5a5cQuT2bjQ3UA==
+RMD160 (tea-17.6.0.tar.bz2) = oKCst2IKRQOngiUodkdrDRYAQ6U=
+SHA1 (tea-17.6.0.tar.bz2) = PMpLLXj/c95y1VaPeekQMOQNfvo=
+SHA256 (tea-17.6.0.tar.bz2) = zVsG/bknQ4DmtFXKR5tZfgicq+BOq+fzfA0ocb//egE=
+SIZE (tea-17.6.0.tar.bz2) = 456737
Index: patches/patch-src_rox_strings_c
===================================================================
RCS file: patches/patch-src_rox_strings_c
diff -N patches/patch-src_rox_strings_c
--- patches/patch-src_rox_strings_c 23 Jan 2008 17:02:30 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-src_rox_strings_c,v 1.1.1.1 2008/01/23 17:02:30 okan Exp $
---- src/rox_strings.c.orig Wed Jan 23 08:17:33 2008
-+++ src/rox_strings.c Wed Jan 23 08:19:39 2008
-@@ -2320,7 +2320,7 @@ gchar* text_load_msdoc (const gchar *filename)
- if (! filename)
- return NULL;
-
-- gchar *cm = g_strconcat ("antiword -m UTF-8.txt ", filename, " > ",
confile.tmp_file, NULL);
-+ gchar *cm = g_strconcat ("antiword -m UTF-8.txt \"", filename, "\" > ",
confile.tmp_file, NULL);
- system (cm);
- g_free (cm);
- return get_tmp_file_string ();
-@@ -3113,4 +3113,4 @@ gint count_of_char (const gchar *s, gchar c)
- g_print ("%d", i);
- return count;
- }
--*/
-\ No newline at end of file
-+*/
Index: patches/patch-src_tea_config_c
===================================================================
RCS file: /cvs/ports/editors/tea/patches/patch-src_tea_config_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_tea_config_c
--- patches/patch-src_tea_config_c 23 Jan 2008 17:02:30 -0000 1.1.1.1
+++ patches/patch-src_tea_config_c 21 Mar 2008 15:38:31 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-src_tea_config_c,v 1.1.1.1 2008/01/23 17:02:30 okan Exp $
---- src/tea_config.c.orig Wed Jan 23 14:26:06 2008
-+++ src/tea_config.c Wed Jan 23 14:26:49 2008
-@@ -1108,9 +1108,9 @@ void confile_reload (void)
+--- src/tea_config.c.orig Mon Feb 25 14:32:31 2008
++++ src/tea_config.c Fri Mar 21 16:29:49 2008
+@@ -1111,9 +1111,9 @@ void confile_reload (void)
confile.autoclose_tags = ht_get_int_value ("autoclose_tags", 0);
confile.rtf_enc = ht_get_char_value ("rtf_enc", "CP1251");
@@ -13,7 +13,7 @@ $OpenBSD: patch-src_tea_config_c,v 1.1.1
confile.main_wnd_show_full_path = ht_get_int_value
("main_wnd_show_full_path", 1);
confile.do_backup = ht_get_int_value ("do_backup", 0);
-@@ -1348,4 +1348,4 @@ GList* get_color_scheme_ids (void)
+@@ -1351,4 +1351,4 @@ GList* get_color_scheme_ids (void)
return NULL;
#endif
Index: patches/patch-src_tea_defs_h
===================================================================
RCS file: patches/patch-src_tea_defs_h
diff -N patches/patch-src_tea_defs_h
--- patches/patch-src_tea_defs_h 23 Jan 2008 17:02:30 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_tea_defs_h,v 1.1.1.1 2008/01/23 17:02:30 okan Exp $
---- src/tea_defs.h.orig Fri Dec 7 22:02:59 2007
-+++ src/tea_defs.h Mon Dec 31 17:18:17 2007
-@@ -116,7 +116,7 @@
-
- #else
-
--#if defined(DARWIN)
-+#if defined(DARWIN) || defined(OpenBSD)
-
- #define TEA_DOC_DIR PACKAGE_DATA_DIR"/doc/tea/"
-
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/tea/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST 23 Jan 2008 17:02:30 -0000 1.1.1.1
+++ pkg/PLIST 21 Mar 2008 15:38:31 -0000
@@ -10,7 +10,7 @@ share/doc/tea/TODO
share/doc/tea/cs/
share/doc/tea/cs/index.html
share/doc/tea/en/
-share/doc/tea/en/a1028.html
+share/doc/tea/en/a1030.html
share/doc/tea/en/c102.html
share/doc/tea/en/c113.html
share/doc/tea/en/c14.html
@@ -18,49 +18,49 @@ share/doc/tea/en/c226.html
share/doc/tea/en/c243.html
share/doc/tea/en/c30.html
share/doc/tea/en/c319.html
-share/doc/tea/en/c385.html
+share/doc/tea/en/c387.html
share/doc/tea/en/c68.html
-share/doc/tea/en/c799.html
-share/doc/tea/en/c805.html
-share/doc/tea/en/c841.html
-share/doc/tea/en/c872.html
-share/doc/tea/en/c956.html
-share/doc/tea/en/c981.html
-share/doc/tea/en/c991.html
+share/doc/tea/en/c801.html
+share/doc/tea/en/c807.html
+share/doc/tea/en/c843.html
+share/doc/tea/en/c874.html
+share/doc/tea/en/c958.html
+share/doc/tea/en/c983.html
+share/doc/tea/en/c993.html
share/doc/tea/en/index.html
share/doc/tea/en/x286.html
share/doc/tea/en/x329.html
-share/doc/tea/en/x348.html
-share/doc/tea/en/x365.html
-share/doc/tea/en/x398.html
-share/doc/tea/en/x424.html
-share/doc/tea/en/x458.html
-share/doc/tea/en/x469.html
-share/doc/tea/en/x486.html
-share/doc/tea/en/x496.html
-share/doc/tea/en/x503.html
-share/doc/tea/en/x518.html
-share/doc/tea/en/x539.html
-share/doc/tea/en/x550.html
-share/doc/tea/en/x561.html
-share/doc/tea/en/x573.html
+share/doc/tea/en/x350.html
+share/doc/tea/en/x367.html
+share/doc/tea/en/x400.html
+share/doc/tea/en/x426.html
+share/doc/tea/en/x460.html
+share/doc/tea/en/x471.html
+share/doc/tea/en/x488.html
+share/doc/tea/en/x498.html
+share/doc/tea/en/x505.html
+share/doc/tea/en/x520.html
+share/doc/tea/en/x541.html
+share/doc/tea/en/x552.html
+share/doc/tea/en/x563.html
+share/doc/tea/en/x575.html
share/doc/tea/en/x59.html
share/doc/tea/en/x62.html
-share/doc/tea/en/x672.html
-share/doc/tea/en/x678.html
-share/doc/tea/en/x696.html
-share/doc/tea/en/x749.html
-share/doc/tea/en/x758.html
-share/doc/tea/en/x789.html
-share/doc/tea/en/x885.html
-share/doc/tea/en/x911.html
-share/doc/tea/en/x915.html
-share/doc/tea/en/x922.html
-share/doc/tea/en/x930.html
-share/doc/tea/en/x939.html
-share/doc/tea/en/x945.html
-share/doc/tea/en/x952.html
-share/doc/tea/en/x973.html
+share/doc/tea/en/x674.html
+share/doc/tea/en/x680.html
+share/doc/tea/en/x698.html
+share/doc/tea/en/x751.html
+share/doc/tea/en/x760.html
+share/doc/tea/en/x791.html
+share/doc/tea/en/x887.html
+share/doc/tea/en/x913.html
+share/doc/tea/en/x917.html
+share/doc/tea/en/x924.html
+share/doc/tea/en/x932.html
+share/doc/tea/en/x941.html
+share/doc/tea/en/x947.html
+share/doc/tea/en/x954.html
+share/doc/tea/en/x975.html
share/doc/tea/es/
share/doc/tea/es/a799.html
share/doc/tea/es/c105.html
@@ -129,55 +129,55 @@ share/doc/tea/es/x733.html
share/doc/tea/es/x738.html
share/doc/tea/es/x763.html
share/doc/tea/ru/
-share/doc/tea/ru/a805.html
+share/doc/tea/ru/a807.html
share/doc/tea/ru/c13.html
share/doc/tea/ru/c190.html
share/doc/tea/ru/c207.html
share/doc/tea/ru/c254.html
share/doc/tea/ru/c31.html
-share/doc/tea/ru/c318.html
-share/doc/tea/ru/c647.html
-share/doc/tea/ru/c654.html
-share/doc/tea/ru/c686.html
+share/doc/tea/ru/c320.html
+share/doc/tea/ru/c649.html
+share/doc/tea/ru/c656.html
+share/doc/tea/ru/c688.html
share/doc/tea/ru/c70.html
-share/doc/tea/ru/c713.html
-share/doc/tea/ru/c767.html
-share/doc/tea/ru/c789.html
-share/doc/tea/ru/c799.html
+share/doc/tea/ru/c715.html
+share/doc/tea/ru/c769.html
+share/doc/tea/ru/c791.html
+share/doc/tea/ru/c801.html
share/doc/tea/ru/c91.html
share/doc/tea/ru/c99.html
share/doc/tea/ru/index.html
share/doc/tea/ru/x237.html
share/doc/tea/ru/x264.html
-share/doc/tea/ru/x283.html
-share/doc/tea/ru/x298.html
-share/doc/tea/ru/x327.html
-share/doc/tea/ru/x334.html
-share/doc/tea/ru/x356.html
-share/doc/tea/ru/x369.html
-share/doc/tea/ru/x394.html
-share/doc/tea/ru/x400.html
-share/doc/tea/ru/x420.html
-share/doc/tea/ru/x431.html
-share/doc/tea/ru/x443.html
-share/doc/tea/ru/x456.html
-share/doc/tea/ru/x466.html
-share/doc/tea/ru/x539.html
-share/doc/tea/ru/x543.html
-share/doc/tea/ru/x560.html
+share/doc/tea/ru/x285.html
+share/doc/tea/ru/x300.html
+share/doc/tea/ru/x329.html
+share/doc/tea/ru/x336.html
+share/doc/tea/ru/x358.html
+share/doc/tea/ru/x371.html
+share/doc/tea/ru/x396.html
+share/doc/tea/ru/x402.html
+share/doc/tea/ru/x422.html
+share/doc/tea/ru/x433.html
+share/doc/tea/ru/x445.html
+share/doc/tea/ru/x458.html
+share/doc/tea/ru/x468.html
+share/doc/tea/ru/x541.html
+share/doc/tea/ru/x545.html
+share/doc/tea/ru/x562.html
share/doc/tea/ru/x59.html
-share/doc/tea/ru/x599.html
-share/doc/tea/ru/x608.html
-share/doc/tea/ru/x637.html
+share/doc/tea/ru/x601.html
+share/doc/tea/ru/x610.html
+share/doc/tea/ru/x639.html
share/doc/tea/ru/x64.html
-share/doc/tea/ru/x708.html
-share/doc/tea/ru/x724.html
-share/doc/tea/ru/x734.html
-share/doc/tea/ru/x741.html
-share/doc/tea/ru/x745.html
-share/doc/tea/ru/x748.html
-share/doc/tea/ru/x764.html
-share/doc/tea/ru/x785.html
+share/doc/tea/ru/x710.html
+share/doc/tea/ru/x726.html
+share/doc/tea/ru/x736.html
+share/doc/tea/ru/x743.html
+share/doc/tea/ru/x747.html
+share/doc/tea/ru/x750.html
+share/doc/tea/ru/x766.html
+share/doc/tea/ru/x787.html
share/doc/tea/tea_doc.css
share/locale/cs/LC_MESSAGES/tea.mo
share/locale/de/LC_MESSAGES/tea.mo