ports/103129: update from Amaya 9.21 to 9.51 due to securtity issues

Federico Galvez-Durand Besnard federicogalvezdurand at yahoo.com
Mon Sep 11 09:50:19 UTC 2006


>Number:         103129
>Category:       ports
>Synopsis:       update from Amaya 9.21 to 9.51 due to securtity issues
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 11 09:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Federico Galvez-Durand Besnard
>Release:        6.1-STABLE
>Organization:
DEL/UFRJ
>Environment:
FreeBSD camelot.local 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul  1 22:10:27 CEST 2006     root at camelot.gdBesnard.org:/usr/obj/usr/src/sys/CAMELOT  i386
>Description:
Amaya 9.21 port is marked forbidden due to security issues.

Mantainer can look into the jumbo patch submitted here. 
I could not solve it adding only patch-configure.in, so I used a hammer adding patch-configure. Sorry about that. Mantainer knows best and can easily fix it, I suppose. 
I have created a package from this port build and installed in machine-A and then installing and testing in machine-B. So far, it works for me. But I am not an Amaya's heavy user.
This port allows you to select 3 options, I have only tested this patch with the 3 options OFF.

>How-To-Repeat:

>Fix:
--- Makefile.orig	Tue Sep  5 13:08:52 2006
+++ Makefile	Tue Sep  5 20:44:49 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	amaya
-PORTVERSION=	9.2.1
+PORTVERSION=	9.51
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.w3.org/Amaya/Distribution/ \
@@ -29,10 +29,6 @@
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png
 
-FORBIDDEN=	http://www.vuxml.org/freebsd/dc930435-d59f-11da-8098-00123ffe8333.html
-DEPRECATED=	${FORBIDDEN}
-EXPIRATION_DATE=2006-12-01
-
 WRKSRC=		${WRKDIR}/Amaya/obj
 
 USE_GMAKE=	yes
@@ -42,12 +38,13 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	../configure
 CONFIGURE_ARGS=		--with-gtk
+CONFIGURE_ARGS+=	--prefix=/tmp/local
 
 OPTIONS=	BOOKMARKS "Enable bookmark support (experimental)" off \
 		OPENGL "Enable OpenGL support" off \
 		TEMPLATES "Enable template support (experimental)" off
 
-REALVERSION=	8.8.1
+REALVERSION=	8.8.51
 DATADIR=	${PREFIX}/Amaya-${REALVERSION}
 PLIST_SUB=	REALVERSION="${REALVERSION}"
 
--- distinfo.orig	Tue Sep  5 13:10:26 2006
+++ distinfo	Tue Sep  5 13:29:22 2006
@@ -1,3 +1,3 @@
-MD5 (amaya-fullsrc-9.2.1.tgz) = 7941bbbae65619f16b41f431210b7e39
-SHA256 (amaya-fullsrc-9.2.1.tgz) = b65a06f5b0ae091e991da1f0295821db3e5d5b884e95ec8398f86eb22852fc71
-SIZE (amaya-fullsrc-9.2.1.tgz) = 23112083
+MD5 (amaya-fullsrc-9.51.tgz) = 0dc50e7cd3135ae1843da4785ec4d050
+SHA256 (amaya-fullsrc-9.51.tgz) = 17b1a9c108f861bb8bfb8108b0d11eb012e26728905e54dded83f8b2cab428ab
+SIZE (amaya-fullsrc-9.51.tgz) = 25110772
--- files/patch-configure.orig	Mon Sep 11 10:47:14 2006
+++ files/patch-configure	Tue Sep  5 16:19:38 2006
@@ -0,0 +1,48 @@
+--- ../configure.orig	Tue Sep  5 16:18:02 2006
++++ ../configure	Tue Sep  5 16:18:10 2006
+@@ -13347,15 +13347,15 @@
+   aix*)       AMAYAOS="LINUX" ;;
+   cygwin*)    AMAYAOS="WINDOWS" ;;
+   darwin*)    AMAYAOS="MACOSX" ;;
+-  freebsd2*)  AMAYAOS="LINUX" ;;
+-  freebsd*)   AMAYAOS="LINUX" ;;
++  freebsd2*)  AMAYAOS="BSD" ;;
++  freebsd*)   AMAYAOS="BSD" ;;
+   hpux*)      AMAYAOS="LINUX" ;;
+   irix*)      AMAYAOS="LINUX" ;;
+   linuxaout*) AMAYAOS="LINUX" ;;
+   linux*)     AMAYAOS="LINUX" ;;
+   mingw32*)   AMAYAOS="WINDOWS" ;;
+-  netbsd*)    AMAYAOS="LINUX" ;;
+-  openbsd*)   AMAYAOS="LINUX" ;;
++  netbsd*)    AMAYAOS="BSD" ;;
++  openbsd*)   AMAYAOS="BSD" ;;
+   osf12*)   AMAYAOS="LINUX" ;;
+   osf*)       AMAYAOS="LINUX" ;;
+   solaris2*)  AMAYAOS="LINUX" ;;
+@@ -13375,6 +13375,7 @@
+   LINUX)       OS_OPTIONS="-D_UNIX" ;;
+   WINDOWS)     OS_OPTIONS="-D_WINDOWS" ;; # not tested (cygwin or mingw)
+   MACOSX)      OS_OPTIONS="-D_UNIX -D_MACOS" ;;
++  BSD)         OS_OPTIONS="-D_UNIX -D_BSD" ;;
+ esac
+ 
+ 
+@@ -13706,7 +13707,7 @@
+   #   --disable-backtrace # to avoid the buggy popup when an assert occurs
+   WXCONFIGURE_TUNNING_OPTION="--disable-printarch --disable-htmlhelp --disable-html --disable-docview --disable-mdi --disable-mdidoc --disable-sound --disable-backtrace"
+ 
+-  if test "$AMAYAOS" = "LINUX" ; then
++  if test "$AMAYAOS" = "LINUX" -o "$AMAYAOS" = "BSD" ; then
+     # LINUX
+     #   --enable-gtk2           use GTK+ 2.0 if available (EXPERIMENTAL)
+     #   --disable-shared        create only static library (.a)
+@@ -13990,7 +13991,7 @@
+ 
+   # if with_gl is on then test system opengl library (GL & GLU)
+   if test "$with_gl" = "yes" ; then
+-    if test "$AMAYAOS" = "LINUX" ; then
++    if test "$AMAYAOS" = "LINUX" -o "$AMAYAOS" = "BSD" ; then
+ 	# setup a list of standard paths int LDFLAGS
+ 	# for AC_CHECK_LIB library existance checks
+ 	LIBS_OLD=$LIBS
--- files/patch-configure.in.orig	Mon Sep 11 10:50:14 2006
+++ files/patch-configure.in	Tue Sep  5 15:28:50 2006
@@ -0,0 +1,48 @@
+--- ../configure.in.orig	Tue Sep  5 15:14:03 2006
++++ ../configure.in	Tue Sep  5 15:15:40 2006
+@@ -172,15 +172,15 @@
+   aix*)       AMAYAOS="LINUX" ;;
+   cygwin*)    AMAYAOS="WINDOWS" ;;
+   darwin*)    AMAYAOS="MACOSX" ;;
+-  freebsd2*)  AMAYAOS="LINUX" ;;
+-  freebsd*)   AMAYAOS="LINUX" ;;
++  freebsd2*)  AMAYAOS="BSD" ;;
++  freebsd*)   AMAYAOS="BSD" ;;
+   hpux*)      AMAYAOS="LINUX" ;;
+   irix*)      AMAYAOS="LINUX" ;;
+   linuxaout*) AMAYAOS="LINUX" ;;
+   linux*)     AMAYAOS="LINUX" ;;
+   mingw32*)   AMAYAOS="WINDOWS" ;;
+-  netbsd*)    AMAYAOS="LINUX" ;;
+-  openbsd*)   AMAYAOS="LINUX" ;;
++  netbsd*)    AMAYAOS="BSD" ;;
++  openbsd*)   AMAYAOS="BSD" ;;
+   osf[12]*)   AMAYAOS="LINUX" ;;
+   osf*)       AMAYAOS="LINUX" ;;
+   solaris2*)  AMAYAOS="LINUX" ;;
+@@ -198,6 +198,7 @@
+   LINUX)       OS_OPTIONS="-D_UNIX" ;;
+   WINDOWS)     OS_OPTIONS="-D_WINDOWS" ;; # not tested (cygwin or mingw)
+   MACOSX)      OS_OPTIONS="-D_UNIX -D_MACOS" ;;
++  BSD)         OS_OPTIONS="-D_UNIX -D_BSD" ;;
+ esac
+ 
+ AC_ARG_WITH(GL,              [  --with-gl               enable Opengl canvas (experimental) ])
+@@ -465,7 +466,7 @@
+   #   --disable-backtrace # to avoid the buggy popup when an assert occurs
+   WXCONFIGURE_TUNNING_OPTION="--disable-printarch --disable-htmlhelp --disable-html --disable-docview --disable-mdi --disable-mdidoc --disable-sound --disable-backtrace"
+   
+-  if test "$AMAYAOS" = "LINUX" ; then
++  if test "$AMAYAOS" = "LINUX" -o "$AMAYAOS" = "BSD" ; then
+     # LINUX
+     #   --enable-gtk2           use GTK+ 2.0 if available (EXPERIMENTAL)
+     #   --disable-shared        create only static library (.a)
+@@ -729,7 +730,7 @@
+ 
+   # if with_gl is on then test system opengl library (GL & GLU)
+   if test "$with_gl" = "yes" ; then
+-    if test "$AMAYAOS" = "LINUX" ; then
++    if test "$AMAYAOS" = "LINUX" -o "$AMAYAOS" = "BSD" ; then
+ 	# setup a list of standard paths int LDFLAGS
+ 	# for AC_CHECK_LIB library existance checks
+ 	LIBS_OLD=$LIBS
--- files/patch-thotlib-include-thot_sys.h.orig	Mon Sep 11 10:50:26 2006
+++ files/patch-thotlib-include-thot_sys.h	Tue Sep  5 15:18:31 2006
@@ -0,0 +1,14 @@
+--- ../thotlib/include/thot_sys.h.orig	Wed Mar 22 10:50:05 2006
++++ ../thotlib/include/thot_sys.h	Tue Sep  5 15:17:44 2006
+@@ -252,9 +252,11 @@
+ #define MAX_BYTES 6
+ 
+ /* we encourage using "long" to store pointer values, never use "int" ! */
++#ifndef _BSD
+ #ifndef __intptr_t_defined
+ #define __intptr_t_defined
+ typedef           long   intptr_t;
++#endif
+ #endif
+ 
+ #endif /* THOT_SYS_H */
--- pkg-plist.orig	Sun Jan 22 03:57:24 2006
+++ pkg-plist	Mon Sep 11 10:57:34 2006
@@ -1,4 +1,3 @@
-bin/amaya
 bin/amaya-%%GUI%%
 %%DATADIR%%/amaya/Amaya.svg
 %%DATADIR%%/amaya/AmayaPage.html
@@ -47,6 +46,7 @@
 %%DATADIR%%/amaya/SVGP.PRS
 %%DATADIR%%/amaya/SVGT.TRA
 %%DATADIR%%/amaya/SVGTX.TRA
+%%DATADIR%%/amaya/Template.en
 %%DATADIR%%/amaya/TextFile.STR
 %%DATADIR%%/amaya/TextFile.conf
 %%DATADIR%%/amaya/TextFile.en
@@ -119,6 +119,7 @@
 %%DATADIR%%/config/XKeysymDB
 %%DATADIR%%/config/amaya.emacs
 %%DATADIR%%/config/amaya.kb
+%%DATADIR%%/config/amaya.kb-mac
 %%DATADIR%%/config/amaya.keyboard
 %%DATADIR%%/config/amaya.profiles
 %%DATADIR%%/config/annot.schemas
@@ -138,14 +139,15 @@
 %%DATADIR%%/config/fi-libdialogue
 %%DATADIR%%/config/fonts.gl
 %%DATADIR%%/config/fonts.gl.deb
+%%DATADIR%%/config/fonts.gl.deb1
 %%DATADIR%%/config/fonts.gl.mac
-%%DATADIR%%/config/fonts.gl.mac.def
 %%DATADIR%%/config/fonts.gl.rd
 %%DATADIR%%/config/fonts.gl.win
 %%DATADIR%%/config/fonts.gl.win.nt
 %%DATADIR%%/config/fonts.tmpl
 %%DATADIR%%/config/fonts.unix
 %%DATADIR%%/config/fonts.unix.deb
+%%DATADIR%%/config/fonts.unix.rd
 %%DATADIR%%/config/fonts.win
 %%DATADIR%%/config/fr-amayadialogue
 %%DATADIR%%/config/fr-amayamsg
@@ -157,6 +159,9 @@
 %%DATADIR%%/config/it-amayadialogue
 %%DATADIR%%/config/it-amayamsg
 %%DATADIR%%/config/it-libdialogue
+%%DATADIR%%/config/ka-amayadialogue
+%%DATADIR%%/config/ka-amayamsg
+%%DATADIR%%/config/ka-libdialogue
 %%DATADIR%%/config/libconfig/Forward.png
 %%DATADIR%%/config/libconfig/Forward.svg
 %%DATADIR%%/config/libconfig/arrow1.png
@@ -293,6 +298,12 @@
 %%DATADIR%%/doc/WX/Searching.html.fr
 %%DATADIR%%/doc/WX/Selecting.html
 %%DATADIR%%/doc/WX/Selecting.html.fr
+%%DATADIR%%/doc/WX/ShortCuts-Linux.html
+%%DATADIR%%/doc/WX/ShortCuts-Linux.html.fr
+%%DATADIR%%/doc/WX/ShortCuts-MacOSX.html
+%%DATADIR%%/doc/WX/ShortCuts-MacOSX.html.fr
+%%DATADIR%%/doc/WX/ShortCuts-Windows.html
+%%DATADIR%%/doc/WX/ShortCuts-Windows.html.fr
 %%DATADIR%%/doc/WX/ShortCuts.html
 %%DATADIR%%/doc/WX/ShortCuts.html.fr
 %%DATADIR%%/doc/WX/SpellChecking.html
@@ -373,6 +384,7 @@
 %%DATADIR%%/doc/html/HTML-elements/headings.html.de
 %%DATADIR%%/doc/html/HTML-elements/headings.html.es
 %%DATADIR%%/doc/html/HTML-elements/headings.html.fr
+%%DATADIR%%/doc/html/HTML-elements/headings.html.old
 %%DATADIR%%/doc/html/HTML-elements/headings.html.ru
 %%DATADIR%%/doc/html/HTML-elements/infoTypes.html
 %%DATADIR%%/doc/html/HTML-elements/infoTypes.html.de
@@ -972,21 +984,11 @@
 %%DATADIR%%/doc/html/viewing/working_with_document_views.html.ru
 %%DATADIR%%/doc/images/Back.gif
 %%DATADIR%%/doc/images/Browser.gif
-%%DATADIR%%/doc/images/BrowsingMenu-fr.gif
-%%DATADIR%%/doc/images/CacheMenu-fr.gif
-%%DATADIR%%/doc/images/CacheMenu.gif
-%%DATADIR%%/doc/images/ColorMenu-de.gif
-%%DATADIR%%/doc/images/ColorMenu-fr.gif
-%%DATADIR%%/doc/images/ColorMenu.gif
 %%DATADIR%%/doc/images/CooperationMenu.gif
 %%DATADIR%%/doc/images/CooperationPreferences.gif
 %%DATADIR%%/doc/images/DL.gif
-%%DATADIR%%/doc/images/Editor.gif
 %%DATADIR%%/doc/images/Em.gif
 %%DATADIR%%/doc/images/Forward.gif
-%%DATADIR%%/doc/images/GeneralMenu-fr.gif
-%%DATADIR%%/doc/images/GeomMenu-fr.gif
-%%DATADIR%%/doc/images/GeomMenu.gif
 %%DATADIR%%/doc/images/Graph.gif
 %%DATADIR%%/doc/images/H1.gif
 %%DATADIR%%/doc/images/H2.gif
@@ -994,8 +996,6 @@
 %%DATADIR%%/doc/images/IDMenu.png
 %%DATADIR%%/doc/images/Image.gif
 %%DATADIR%%/doc/images/Langue.png
-%%DATADIR%%/doc/images/LangueNegotiation-fr.gif
-%%DATADIR%%/doc/images/LangueNegotiation.gif
 %%DATADIR%%/doc/images/LibraryDocDefaultStyle.gif
 %%DATADIR%%/doc/images/Link.gif
 %%DATADIR%%/doc/images/Math.gif
@@ -1004,17 +1004,9 @@
 %%DATADIR%%/doc/images/NumList.gif
 %%DATADIR%%/doc/images/OList.gif
 %%DATADIR%%/doc/images/Print.gif
-%%DATADIR%%/doc/images/ProfilesMenu-fr.gif
-%%DATADIR%%/doc/images/ProfilesMenu.gif
-%%DATADIR%%/doc/images/ProxyMenu-fr.gif
-%%DATADIR%%/doc/images/ProxyMenu.gif
-%%DATADIR%%/doc/images/PublishMenu-fr.gif
-%%DATADIR%%/doc/images/PublishMenu.gif
 %%DATADIR%%/doc/images/Reload.gif
 %%DATADIR%%/doc/images/Reload.png
 %%DATADIR%%/doc/images/SVGLibrary.gif
-%%DATADIR%%/doc/images/SaveAs-fr.gif
-%%DATADIR%%/doc/images/SaveAs.gif
 %%DATADIR%%/doc/images/Strong.gif
 %%DATADIR%%/doc/images/align-de.png
 %%DATADIR%%/doc/images/alternateview-de.jpg
@@ -1046,14 +1038,10 @@
 %%DATADIR%%/doc/images/configuration_for_annotations-de.png
 %%DATADIR%%/doc/images/configuration_for_annotations-es.png
 %%DATADIR%%/doc/images/configuration_for_annotations.png
-%%DATADIR%%/doc/images/configurebox-fr.png
-%%DATADIR%%/doc/images/configurebox.png
 %%DATADIR%%/doc/images/createRule-de.png
 %%DATADIR%%/doc/images/create_image-fr.png
 %%DATADIR%%/doc/images/create_link-fr.png
 %%DATADIR%%/doc/images/create_table-fr.png
-%%DATADIR%%/doc/images/css-fr.gif
-%%DATADIR%%/doc/images/css.gif
 %%DATADIR%%/doc/images/dialog_save_as-de.png
 %%DATADIR%%/doc/images/doc48x.gif
 %%DATADIR%%/doc/images/enrichissement_lib.png
@@ -1136,8 +1124,8 @@
 %%DATADIR%%/fonts/icones.pcf
 %%DATADIR%%/fonts/icones1.fb
 %%DATADIR%%/fonts/icones11.fb
-%%DATADIR%%/%%GUI%%/bin/amaya
-%%DATADIR%%/%%GUI%%/bin/print
+%%DATADIR%%/gtk/bin/amaya
+%%DATADIR%%/gtk/bin/print
 %%DATADIR%%/resources/icons/16x16/BG_norepeat.png
 %%DATADIR%%/resources/icons/16x16/BG_repeat.png
 %%DATADIR%%/resources/icons/16x16/BG_repeat_x.png
@@ -1155,6 +1143,7 @@
 %%DATADIR%%/resources/icons/16x16/MATHML_frac.png
 %%DATADIR%%/resources/icons/16x16/MATHML_greek.png
 %%DATADIR%%/resources/icons/16x16/MATHML_insert.png
+%%DATADIR%%/resources/icons/16x16/MATHML_int.png
 %%DATADIR%%/resources/icons/16x16/MATHML_matrix.png
 %%DATADIR%%/resources/icons/16x16/MATHML_mscript.png
 %%DATADIR%%/resources/icons/16x16/MATHML_over.png
@@ -1163,6 +1152,7 @@
 %%DATADIR%%/resources/icons/16x16/MATHML_sqrt.png
 %%DATADIR%%/resources/icons/16x16/MATHML_sub.png
 %%DATADIR%%/resources/icons/16x16/MATHML_subsup.png
+%%DATADIR%%/resources/icons/16x16/MATHML_sum.png
 %%DATADIR%%/resources/icons/16x16/MATHML_sup.png
 %%DATADIR%%/resources/icons/16x16/MATHML_under.png
 %%DATADIR%%/resources/icons/16x16/XHTML_B.png
@@ -1170,6 +1160,7 @@
 %%DATADIR%%/resources/icons/16x16/XHTML_Comment.png
 %%DATADIR%%/resources/icons/16x16/XHTML_DL.png
 %%DATADIR%%/resources/icons/16x16/XHTML_DelTarget.png
+%%DATADIR%%/resources/icons/16x16/XHTML_Div.png
 %%DATADIR%%/resources/icons/16x16/XHTML_H1.png
 %%DATADIR%%/resources/icons/16x16/XHTML_H2.png
 %%DATADIR%%/resources/icons/16x16/XHTML_H3.png
@@ -1181,51 +1172,41 @@
 %%DATADIR%%/resources/icons/16x16/XHTML_Table.png
 %%DATADIR%%/resources/icons/16x16/XHTML_Target.png
 %%DATADIR%%/resources/icons/16x16/XHTML_br.png
+%%DATADIR%%/resources/icons/16x16/XHTML_date.png
 %%DATADIR%%/resources/icons/16x16/XHTML_hr.png
 %%DATADIR%%/resources/icons/16x16/XHTML_quote.png
 %%DATADIR%%/resources/icons/16x16/about.png
 %%DATADIR%%/resources/icons/16x16/append.png
 %%DATADIR%%/resources/icons/16x16/back.png
+%%DATADIR%%/resources/icons/16x16/border.png
 %%DATADIR%%/resources/icons/16x16/border_bottom.png
 %%DATADIR%%/resources/icons/16x16/border_left.png
 %%DATADIR%%/resources/icons/16x16/border_right.png
 %%DATADIR%%/resources/icons/16x16/border_top.png
+%%DATADIR%%/resources/icons/16x16/c1.png
 %%DATADIR%%/resources/icons/16x16/cancel.png
 %%DATADIR%%/resources/icons/16x16/char.png
 %%DATADIR%%/resources/icons/16x16/circle.png
 %%DATADIR%%/resources/icons/16x16/close_tab.png
 %%DATADIR%%/resources/icons/16x16/colorize.png
 %%DATADIR%%/resources/icons/16x16/copy.png
+%%DATADIR%%/resources/icons/16x16/css.png
 %%DATADIR%%/resources/icons/16x16/cut.png
 %%DATADIR%%/resources/icons/16x16/default.png
-%%DATADIR%%/resources/icons/16x16/document_annot.gif
 %%DATADIR%%/resources/icons/16x16/document_annot.png
-%%DATADIR%%/resources/icons/16x16/document_bookmark.gif
 %%DATADIR%%/resources/icons/16x16/document_bookmark.png
-%%DATADIR%%/resources/icons/16x16/document_css.gif
 %%DATADIR%%/resources/icons/16x16/document_css.png
-%%DATADIR%%/resources/icons/16x16/document_default.gif
 %%DATADIR%%/resources/icons/16x16/document_default.png
-%%DATADIR%%/resources/icons/16x16/document_html.gif
 %%DATADIR%%/resources/icons/16x16/document_html.png
-%%DATADIR%%/resources/icons/16x16/document_image.gif
 %%DATADIR%%/resources/icons/16x16/document_image.png
 %%DATADIR%%/resources/icons/16x16/document_info.png
-%%DATADIR%%/resources/icons/16x16/document_library.gif
 %%DATADIR%%/resources/icons/16x16/document_library.png
-%%DATADIR%%/resources/icons/16x16/document_log.gif
 %%DATADIR%%/resources/icons/16x16/document_log.png
-%%DATADIR%%/resources/icons/16x16/document_math.gif
 %%DATADIR%%/resources/icons/16x16/document_math.png
-%%DATADIR%%/resources/icons/16x16/document_source.gif
 %%DATADIR%%/resources/icons/16x16/document_source.png
-%%DATADIR%%/resources/icons/16x16/document_svg.gif
 %%DATADIR%%/resources/icons/16x16/document_svg.png
-%%DATADIR%%/resources/icons/16x16/document_text.gif
 %%DATADIR%%/resources/icons/16x16/document_text.png
-%%DATADIR%%/resources/icons/16x16/document_xml.gif
 %%DATADIR%%/resources/icons/16x16/document_xml.png
-%%DATADIR%%/resources/icons/16x16/dummy.gif
 %%DATADIR%%/resources/icons/16x16/dummy.ico
 %%DATADIR%%/resources/icons/16x16/dummy.png
 %%DATADIR%%/resources/icons/16x16/editdelete.png
@@ -1238,6 +1219,7 @@
 %%DATADIR%%/resources/icons/16x16/format_right.png
 %%DATADIR%%/resources/icons/16x16/forward.png
 %%DATADIR%%/resources/icons/16x16/fullscreen.png
+%%DATADIR%%/resources/icons/16x16/green.png
 %%DATADIR%%/resources/icons/16x16/home.png
 %%DATADIR%%/resources/icons/16x16/insert.png
 %%DATADIR%%/resources/icons/16x16/insert_table_col_after.png
@@ -1254,6 +1236,7 @@
 %%DATADIR%%/resources/icons/16x16/preferences.png
 %%DATADIR%%/resources/icons/16x16/print.png
 %%DATADIR%%/resources/icons/16x16/rectangle.png
+%%DATADIR%%/resources/icons/16x16/red.png
 %%DATADIR%%/resources/icons/16x16/redo.png
 %%DATADIR%%/resources/icons/16x16/refresh.png
 %%DATADIR%%/resources/icons/16x16/reload.png
@@ -1271,108 +1254,15 @@
 %%DATADIR%%/resources/icons/16x16/undo.png
 %%DATADIR%%/resources/icons/16x16/zoom_minus.png
 %%DATADIR%%/resources/icons/16x16/zoom_plus.png
-%%DATADIR%%/resources/icons/22x22/BG_norepeat.png
-%%DATADIR%%/resources/icons/22x22/BG_repeat.png
-%%DATADIR%%/resources/icons/22x22/BG_repeat_x.png
-%%DATADIR%%/resources/icons/22x22/BG_repeat_y.png
-%%DATADIR%%/resources/icons/22x22/MATHML_Bmath.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_divers.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_fleches.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_greek.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_greek_maj.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_maths.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_operateurs.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_relations_binaires.png
-%%DATADIR%%/resources/icons/22x22/MATHML_F_relations_negation.png
-%%DATADIR%%/resources/icons/22x22/MATHML_fence.png
-%%DATADIR%%/resources/icons/22x22/MATHML_frac.png
-%%DATADIR%%/resources/icons/22x22/MATHML_greek.png
-%%DATADIR%%/resources/icons/22x22/MATHML_insert.png
-%%DATADIR%%/resources/icons/22x22/MATHML_matrix.png
-%%DATADIR%%/resources/icons/22x22/MATHML_mscript.png
-%%DATADIR%%/resources/icons/22x22/MATHML_over.png
-%%DATADIR%%/resources/icons/22x22/MATHML_overunder.png
-%%DATADIR%%/resources/icons/22x22/MATHML_root.png
-%%DATADIR%%/resources/icons/22x22/MATHML_sqrt.png
-%%DATADIR%%/resources/icons/22x22/MATHML_sub.png
-%%DATADIR%%/resources/icons/22x22/MATHML_subsup.png
-%%DATADIR%%/resources/icons/22x22/MATHML_sup.png
-%%DATADIR%%/resources/icons/22x22/MATHML_under.png
-%%DATADIR%%/resources/icons/22x22/XHTML_B.png
-%%DATADIR%%/resources/icons/22x22/XHTML_Bullet.png
-%%DATADIR%%/resources/icons/22x22/XHTML_Comment.png
-%%DATADIR%%/resources/icons/22x22/XHTML_DL.png
-%%DATADIR%%/resources/icons/22x22/XHTML_DelTarget.png
-%%DATADIR%%/resources/icons/22x22/XHTML_H1.png
-%%DATADIR%%/resources/icons/22x22/XHTML_H2.png
-%%DATADIR%%/resources/icons/22x22/XHTML_H3.png
-%%DATADIR%%/resources/icons/22x22/XHTML_I.png
-%%DATADIR%%/resources/icons/22x22/XHTML_Image.png
-%%DATADIR%%/resources/icons/22x22/XHTML_Link.png
-%%DATADIR%%/resources/icons/22x22/XHTML_Num.png
-%%DATADIR%%/resources/icons/22x22/XHTML_T.png
-%%DATADIR%%/resources/icons/22x22/XHTML_Table.png
-%%DATADIR%%/resources/icons/22x22/XHTML_Target.png
-%%DATADIR%%/resources/icons/22x22/XHTML_br.png
-%%DATADIR%%/resources/icons/22x22/XHTML_hr.png
-%%DATADIR%%/resources/icons/22x22/XHTML_quote.png
-%%DATADIR%%/resources/icons/22x22/about.png
 %%DATADIR%%/resources/icons/22x22/back.png
-%%DATADIR%%/resources/icons/22x22/border_bottom.png
-%%DATADIR%%/resources/icons/22x22/border_left.png
-%%DATADIR%%/resources/icons/22x22/border_right.png
-%%DATADIR%%/resources/icons/22x22/border_top.png
-%%DATADIR%%/resources/icons/22x22/cancel.png
-%%DATADIR%%/resources/icons/22x22/circle.png
-%%DATADIR%%/resources/icons/22x22/close_tab.png
-%%DATADIR%%/resources/icons/22x22/colorize.png
-%%DATADIR%%/resources/icons/22x22/copy.png
-%%DATADIR%%/resources/icons/22x22/cut.png
-%%DATADIR%%/resources/icons/22x22/document_info.png
-%%DATADIR%%/resources/icons/22x22/dummy.gif
-%%DATADIR%%/resources/icons/22x22/dummy.ico
-%%DATADIR%%/resources/icons/22x22/dummy.png
-%%DATADIR%%/resources/icons/22x22/editdelete.png
-%%DATADIR%%/resources/icons/22x22/exit.png
 %%DATADIR%%/resources/icons/22x22/find.png
-%%DATADIR%%/resources/icons/22x22/format_center.png
-%%DATADIR%%/resources/icons/22x22/format_justify.png
-%%DATADIR%%/resources/icons/22x22/format_left.png
-%%DATADIR%%/resources/icons/22x22/format_right.png
 %%DATADIR%%/resources/icons/22x22/forward.png
-%%DATADIR%%/resources/icons/22x22/fullscreen.png
 %%DATADIR%%/resources/icons/22x22/home.png
-%%DATADIR%%/resources/icons/22x22/insert.png
-%%DATADIR%%/resources/icons/22x22/insert_table_col_after.png
-%%DATADIR%%/resources/icons/22x22/insert_table_col_before.png
-%%DATADIR%%/resources/icons/22x22/insert_table_row_after.png
-%%DATADIR%%/resources/icons/22x22/insert_table_row_before.png
-%%DATADIR%%/resources/icons/22x22/ledgreen.png
-%%DATADIR%%/resources/icons/22x22/ledred.png
 %%DATADIR%%/resources/icons/22x22/logo.png
-%%DATADIR%%/resources/icons/22x22/ok.png
-%%DATADIR%%/resources/icons/22x22/open.png
-%%DATADIR%%/resources/icons/22x22/paste.png
-%%DATADIR%%/resources/icons/22x22/polygon.png
-%%DATADIR%%/resources/icons/22x22/preferences.png
 %%DATADIR%%/resources/icons/22x22/print.png
-%%DATADIR%%/resources/icons/22x22/rectangle.png
-%%DATADIR%%/resources/icons/22x22/redo.png
 %%DATADIR%%/resources/icons/22x22/reload.png
 %%DATADIR%%/resources/icons/22x22/save.png
-%%DATADIR%%/resources/icons/22x22/saveas.png
-%%DATADIR%%/resources/icons/22x22/setup_and_print.png
-%%DATADIR%%/resources/icons/22x22/spellcheck.png
-%%DATADIR%%/resources/icons/22x22/split_horizontaly.png
-%%DATADIR%%/resources/icons/22x22/split_verticaly.png
 %%DATADIR%%/resources/icons/22x22/stop.png
-%%DATADIR%%/resources/icons/22x22/sub.png
-%%DATADIR%%/resources/icons/22x22/super.png
-%%DATADIR%%/resources/icons/22x22/synchronize.png
-%%DATADIR%%/resources/icons/22x22/trash.png
-%%DATADIR%%/resources/icons/22x22/undo.png
-%%DATADIR%%/resources/icons/22x22/zoom_minus.png
-%%DATADIR%%/resources/icons/22x22/zoom_plus.png
 %%DATADIR%%/resources/icons/misc/black_white.png
 %%DATADIR%%/resources/icons/misc/detach.png
 %%DATADIR%%/resources/icons/misc/detach_floating.png
@@ -1386,9 +1276,9 @@
 %%DATADIR%%/resources/icons/misc/logo.ico
 %%DATADIR%%/resources/icons/misc/right.png
 %%DATADIR%%/resources/icons/misc/switch_colors.png
+%%DATADIR%%/resources/icons/misc/toc.png
 %%DATADIR%%/resources/icons/misc/up.png
 %%DATADIR%%/resources/xrc/AuthentDlgWX.xrc
-%%DATADIR%%/resources/xrc/BgImageDlgWX.xrc
 %%DATADIR%%/resources/xrc/CheckedListDlgWX.xrc
 %%DATADIR%%/resources/xrc/ConfirmCloseTab.xrc
 %%DATADIR%%/resources/xrc/CreateTableDlgWX.xrc
@@ -1399,6 +1289,7 @@
 %%DATADIR%%/resources/xrc/InitConfirmDlgWX.xrc
 %%DATADIR%%/resources/xrc/ListDlgWX.xrc
 %%DATADIR%%/resources/xrc/ListEditDlgWX.xrc
+%%DATADIR%%/resources/xrc/MakeIdDlgWX.xrc
 %%DATADIR%%/resources/xrc/NewTemplateDocDlgWX.xrc
 %%DATADIR%%/resources/xrc/NumDlgWX.xrc
 %%DATADIR%%/resources/xrc/ObjectDlgWX.xrc
@@ -1423,18 +1314,35 @@
 %%DATADIR%%/resources/xrc/TitleDlgWX.xrc
 %%DATADIR%%/resources/xrc/Toolbar.xrc
 %%DATADIR%%/resources/xrc/WinPrintDlgWX.xrc
-share/applications/amaya-8.8.1.desktop
-share/pixmaps/amaya-8.8.1.png
- at dirrmtry share/applications
- at dirrmtry share/pixmaps
+%%DATADIR%%/templates/en/cv.css
+%%DATADIR%%/templates/en/cv.html
+%%DATADIR%%/templates/en/cv2.css
+%%DATADIR%%/templates/en/cv2.html
+%%DATADIR%%/templates/en/page-template.html
+%%DATADIR%%/templates/en/right.png
+%%DATADIR%%/templates/en/style.css
+%%DATADIR%%/templates/fr/cv.css
+%%DATADIR%%/templates/fr/cv.html
+%%DATADIR%%/templates/fr/cv2.css
+%%DATADIR%%/templates/fr/cv2.html
+%%DATADIR%%/templates/fr/fax_template.html
+%%DATADIR%%/templates/fr/page-template.html
+%%DATADIR%%/templates/fr/reunion.html
+%%DATADIR%%/templates/fr/right.png
+%%DATADIR%%/templates/fr/style.css
+ at dirrm share/nls/en_US.US-ASCII
+ at dirrm share/nls/POSIX
+ at dirrm %%DATADIR%%/templates/fr
+ at dirrm %%DATADIR%%/templates/en
+ at dirrm %%DATADIR%%/templates
 @dirrm %%DATADIR%%/resources/xrc
 @dirrm %%DATADIR%%/resources/icons/misc
 @dirrm %%DATADIR%%/resources/icons/22x22
 @dirrm %%DATADIR%%/resources/icons/16x16
 @dirrm %%DATADIR%%/resources/icons
 @dirrm %%DATADIR%%/resources
- at dirrm %%DATADIR%%/%%GUI%%/bin
- at dirrm %%DATADIR%%/%%GUI%%
+ at dirrm %%DATADIR%%/gtk/bin
+ at dirrm %%DATADIR%%/gtk
 @dirrm %%DATADIR%%/fonts
 @dirrm %%DATADIR%%/doc/images
 @dirrm %%DATADIR%%/doc/html/viewing
--- files/patch-amaya_gtk.spec.orig	Mon Sep 11 11:12:34 2006
+++ files/patch-amaya_gtk.spec	Tue Sep  5 20:46:05 2006
@@ -0,0 +1,20 @@
+--- ../amaya_gtk.spec.orig	Tue Sep  5 20:15:53 2006
++++ ../amaya_gtk.spec	Tue Sep  5 20:17:09 2006
+@@ -8,7 +8,7 @@
+ 
+ # neededforbuild  autoconf automake mmcore mmbase mmslib xpm libz libpng libjpeg
+ 
+-%define version 8.8.5
++%define version 8.8.51
+ 
+ Vendor:       W3C World Wide Web Consortium
+ Distribution: W3C
+@@ -24,7 +24,7 @@
+ 
+ Summary:      Web Browser/Editor from the World Wide Web Consortium
+ Version:      %{version}
+-Source: ftp://ftp.w3.org/pub/amaya/amaya-fullsrc-9.5.tgz
++Source: ftp://ftp.w3.org/pub/amaya/amaya-fullsrc-9.51.tgz
+ # Patch: amaya-src-%{version}.diff
+ %description
+ 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list