aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-09-30 15:42:48 +0800
committermiwi <miwi@FreeBSD.org>2006-09-30 15:42:48 +0800
commit0236e2d71a3d995fd96cba6cfb3be14574cc72bf (patch)
tree6deada83471ea6fba504899ffbd7466d70743698
parenta019c028ae498fd77644e69ba21eea8f42242f0c (diff)
downloadfreebsd-ports-gnome-0236e2d71a3d995fd96cba6cfb3be14574cc72bf.tar.gz
freebsd-ports-gnome-0236e2d71a3d995fd96cba6cfb3be14574cc72bf.tar.zst
freebsd-ports-gnome-0236e2d71a3d995fd96cba6cfb3be14574cc72bf.zip
- Update to 20060928
CHANGES: - Added spellchecker plugin to TinyMCE configuration - Fixed HTML/Plain toggle labels - Partial client re-write with a common list class - Re-enabled multi select of contacts (Bug #1484017) - Enable contact editing right after creation (Bug #1459641) - Updated Hungarian, Estonian and Traditional Chinese localization PR: ports/103738 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
-rw-r--r--mail/roundcube/Makefile2
-rw-r--r--mail/roundcube/distinfo6
-rw-r--r--mail/roundcube/pkg-plist19
3 files changed, 23 insertions, 4 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 577bb5511d7a..d2ffb32667ff 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:S/.${SNAPSHOT}//}-${SNAPSHOT}${EXTRACT_SUFX
MAINTAINER= babak@farrokhi.net
COMMENT= Fully skinnable XHTML/CSS webmail written in PHP
-SNAPSHOT= 20060922
+SNAPSHOT= 20060928
WRKSRC= ${WRKDIR}/${PORTNAME}mail
NO_BUILD= yes
diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo
index 69c9f88b25ef..2d4fd14b7775 100644
--- a/mail/roundcube/distinfo
+++ b/mail/roundcube/distinfo
@@ -1,3 +1,3 @@
-MD5 (roundcube-0.1-20060922.tar.bz2) = bae7d39490f2294e9b4f83ba316a8468
-SHA256 (roundcube-0.1-20060922.tar.bz2) = 6fa7d74cdaa1e44ab4dcef9dbc6768c1e5474b44b8b4541d83f4120e58bb24f0
-SIZE (roundcube-0.1-20060922.tar.bz2) = 678533
+MD5 (roundcube-0.1-20060928.tar.bz2) = 5a9370802533ccf018e9ef44b4add5e5
+SHA256 (roundcube-0.1-20060928.tar.bz2) = 3d56ced1807b2a60fd997f367b36eeb3ead387d69af2d87fa35412e155cdfe5e
+SIZE (roundcube-0.1-20060928.tar.bz2) = 695469
diff --git a/mail/roundcube/pkg-plist b/mail/roundcube/pkg-plist
index 5fe2d6401d72..a0be435757e3 100644
--- a/mail/roundcube/pkg-plist
+++ b/mail/roundcube/pkg-plist
@@ -29,6 +29,7 @@
%%RCUBEDIR%%/program/js/common.js
%%RCUBEDIR%%/program/js/editor.js
%%RCUBEDIR%%/program/js/googiespell.js
+%%RCUBEDIR%%/program/js/list.js
%%RCUBEDIR%%/program/js/tiny_mce/blank.htm
%%RCUBEDIR%%/program/js/tiny_mce/langs/en.js
%%RCUBEDIR%%/program/js/tiny_mce/langs/readme.txt
@@ -71,6 +72,19 @@
%%RCUBEDIR%%/program/js/tiny_mce/plugins/searchreplace/readme.txt
%%RCUBEDIR%%/program/js/tiny_mce/plugins/searchreplace/replace.htm
%%RCUBEDIR%%/program/js/tiny_mce/plugins/searchreplace/search.htm
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/changelog
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/classes/TinyGoogleSpell.class.php
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/classes/TinyPspell.class.php
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/classes/TinyPspellShell.class.php
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/config.php
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/css/content.css
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/css/spellchecker.css
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/editor_plugin.js
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/editor_plugin_src.js
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/images/spellchecker.gif
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/images/wline.gif
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/langs/en.js
+%%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/tinyspell.php
%%RCUBEDIR%%/program/js/tiny_mce/plugins/table/cell.htm
%%RCUBEDIR%%/program/js/tiny_mce/plugins/table/css/cell.css
%%RCUBEDIR%%/program/js/tiny_mce/plugins/table/css/row.css
@@ -598,6 +612,11 @@
@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/table/images
@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/table/css
@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/table
+@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/langs
+@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/images
+@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/css
+@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker/classes
+@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/spellchecker
@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/searchreplace/langs
@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/searchreplace/jscripts
@dirrm %%RCUBEDIR%%/program/js/tiny_mce/plugins/searchreplace/images