aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-05-18 00:29:09 +0800
committerade <ade@FreeBSD.org>2000-05-18 00:29:09 +0800
commit2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb (patch)
treead166ddf6e158d949be6db2fb42c3146cb6d4d57
parentec661d2af264a8f5e85580433d2d42e95968c60d (diff)
downloadfreebsd-ports-gnome-2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb.tar.gz
freebsd-ports-gnome-2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb.tar.zst
freebsd-ports-gnome-2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb.zip
Update to 0.53
-rw-r--r--math/gnumeric/Makefile6
-rw-r--r--math/gnumeric/distinfo2
-rw-r--r--math/gnumeric/files/patch-aa37
-rw-r--r--math/gnumeric/files/patch-ba18
-rw-r--r--math/gnumeric/pkg-plist107
-rw-r--r--math/gnumeric2/Makefile6
-rw-r--r--math/gnumeric2/distinfo2
-rw-r--r--math/gnumeric2/files/patch-aa37
-rw-r--r--math/gnumeric2/files/patch-ba18
-rw-r--r--math/gnumeric2/pkg-plist107
10 files changed, 162 insertions, 178 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index baa5a5080a4e..51903614da69 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.52
+PORTVERSION= 0.53
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -17,7 +17,7 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
python:${PORTSDIR}/lang/python
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
python:${PORTSDIR}/lang/python
-LIB_DEPENDS= gnomeprint.7:${PORTSDIR}/print/gnomeprint \
+LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \
glade.3:${PORTSDIR}/devel/libglade
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
-PLIST_SUB= GNUMERIC_REV=${DISTNAME:S/gnumeric-//g}
+PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 047fa6c72e2e..b521d0765647 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.52.tar.gz) = 15012c28f9490b7d6f83cb4c68bc221b
+MD5 (gnumeric-0.53.tar.gz) = 775b2b8ad8c4192bf50b3bdc03292e85
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa
index 0b9b4982aec6..847f32305e73 100644
--- a/math/gnumeric/files/patch-aa
+++ b/math/gnumeric/files/patch-aa
@@ -1,38 +1,9 @@
---- configure.orig Wed Apr 12 20:43:02 2000
-+++ configure Mon Apr 17 17:54:44 2000
-@@ -2507,7 +2507,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- PTHREAD_LIB="-lc_r"
-+ PTHREAD_LIB=""
- else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
-@@ -5319,15 +5319,15 @@
- fi
-
-
-- USE_INCLUDED_LIBINTL=yes
-+# USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
- INSTOBJEXT=.mo
- DATADIRNAME=share
- INTLDEPS='$(top_builddir)/intl/libintl.a'
-- INTLLIBS=$INTLDEPS
-+ INTLLIBS='-lintl'
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-- nls_cv_header_intl=intl/libintl.h
-- nls_cv_header_libgt=intl/libgettext.h
-+# nls_cv_header_intl=intl/libintl.h
-+# nls_cv_header_libgt=intl/libgettext.h
- fi
-
- if test "$XGETTEXT" != ":"; then
-@@ -5876,8 +5876,8 @@
+--- configure.orig Tue May 9 20:50:13 2000
++++ configure Tue May 16 09:56:35 2000
+@@ -5951,8 +5951,8 @@
echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
- echo "configure:5879: checking for GTK >= 1.2.7" >&5
+ echo "configure:5954: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then
diff --git a/math/gnumeric/files/patch-ba b/math/gnumeric/files/patch-ba
index cd1807b2624a..bceb783e7ea2 100644
--- a/math/gnumeric/files/patch-ba
+++ b/math/gnumeric/files/patch-ba
@@ -1,15 +1,21 @@
---- Makefile.in.orig Sun Mar 26 22:20:39 2000
-+++ Makefile.in Mon Mar 27 12:04:17 2000
-@@ -146,7 +146,7 @@
+--- Makefile.in.orig Tue May 9 21:57:18 2000
++++ Makefile.in Tue May 16 12:16:37 2000
+@@ -152,12 +152,12 @@
perl_val = @perl_val@
python_val = @python_val@
--SUBDIRS = intl po macros idl plugins wizards src graph doc icons
-+SUBDIRS = intl po macros idl plugins wizards src graph icons
+-SUBDIRS = . intl po macros idl plugins wizards src graph doc icons
++SUBDIRS = . intl po macros idl plugins wizards src graph icons
change_logs = OOChangeLog OChangeLog ChangeLog
-@@ -158,7 +158,7 @@
+
+-confexecdir = $(libdir)
++confexecdir = $(sysconfdir)
+ confexec_DATA = gnumericConf.sh
+
+ CLEANFILES = gnumericConf.sh
+@@ -169,7 +169,7 @@
appicon_DATA = gnome-gnumeric.png gnome-application-x-gnumeric.png gnome-application-x-xls.png
diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist
index d27d5716dfc3..b11bbfed5442 100644
--- a/math/gnumeric/pkg-plist
+++ b/math/gnumeric/pkg-plist
@@ -1,53 +1,58 @@
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
etc/CORBA/servers/graph.gnorba
+etc/gnumericConf.sh
+lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_html.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_numtheory.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_oleo.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_text.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
share/gnome/apps/Applications/gnumeric.desktop
-share/gnome/gnumeric/glade/advanced-filter.glade
-share/gnome/gnumeric/glade/analysis-tools.glade
-share/gnome/gnumeric/glade/autocorrect-exceptions.glade
-share/gnome/gnumeric/glade/autocorrect.glade
-share/gnome/gnumeric/glade/autosave-prompt.glade
-share/gnome/gnumeric/glade/autosave.glade
-share/gnome/gnumeric/glade/cell-format.glade
-share/gnome/gnumeric/glade/cell-sort.glade
-share/gnome/gnumeric/glade/col-width.glade
-share/gnome/gnumeric/glade/delete-cells.glade
-share/gnome/gnumeric/glade/dialog-stf.glade
-share/gnome/gnumeric/glade/dialog-zoom.glade
-share/gnome/gnumeric/glade/font-sel.glade
-share/gnome/gnumeric/glade/function-select.glade
-share/gnome/gnumeric/glade/graphics.glade
-share/gnome/gnumeric/glade/hf-config.glade
-share/gnome/gnumeric/glade/import.glade
-share/gnome/gnumeric/glade/insert-cells.glade
-share/gnome/gnumeric/glade/names.glade
-share/gnome/gnumeric/glade/plugin-manager.glade
-share/gnome/gnumeric/glade/print.glade
-share/gnome/gnumeric/glade/row-height.glade
-share/gnome/gnumeric/glade/sheet-order.glade
-share/gnome/gnumeric/glade/sheet-rename.glade
-share/gnome/gnumeric/glade/solver-options.glade
-share/gnome/gnumeric/glade/solver.glade
-share/gnome/gnumeric/glade/summary.glade
-share/gnome/gnumeric/glade/workbook-attr.glade
-share/gnome/gnumeric/guile/functions.scm
-share/gnome/gnumeric/guile/gnumeric_startup.scm
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_csv.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_dif.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_guile.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_html.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_lotus.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_oleo.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_sc.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_sylk.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_text.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_xbase.so
-share/gnome/gnumeric/python/gnumeric_startup.py
+share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
+share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autocorrect-exceptions.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade
+share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade
+share/gnome/gnumeric/%%VERSION%%/glade/cell-sort.glade
+share/gnome/gnumeric/%%VERSION%%/glade/col-width.glade
+share/gnome/gnumeric/%%VERSION%%/glade/delete-cells.glade
+share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade
+share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade
+share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
+share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
+share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
+share/gnome/gnumeric/%%VERSION%%/glade/graphics.glade
+share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
+share/gnome/gnumeric/%%VERSION%%/glade/import.glade
+share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade
+share/gnome/gnumeric/%%VERSION%%/glade/names.glade
+share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade
+share/gnome/gnumeric/%%VERSION%%/glade/print.glade
+share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade
+share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade
+share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade
+share/gnome/gnumeric/%%VERSION%%/glade/solver-options.glade
+share/gnome/gnumeric/%%VERSION%%/glade/solver.glade
+share/gnome/gnumeric/%%VERSION%%/glade/summary.glade
+share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade
+share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
+share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
+share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
+share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
share/gnome/idl/Gnumeric.idl
share/gnome/idl/Graph.idl
share/gnome/mc/templates/gnumeric.desktop
share/gnome/mime-info/gnumeric.keys
share/gnome/mime-info/gnumeric.mime
+share/gnome/oaf/graph.oafinfo
share/gnome/pixmaps/gnome-application-x-gnumeric.png
share/gnome/pixmaps/gnome-application-x-xls.png
share/gnome/pixmaps/gnome-gnumeric.png
@@ -132,11 +137,17 @@ share/gnome/pixmaps/gnumeric/gp_25grey
share/gnome/pixmaps/gnumeric/gp_50grey
share/gnome/pixmaps/gnumeric/gp_625grey
share/gnome/pixmaps/gnumeric/gp_75grey
+share/gnome/pixmaps/gnumeric/gp_bricks
share/gnome/pixmaps/gnumeric/gp_diag
share/gnome/pixmaps/gnumeric/gp_diag_cross
+share/gnome/pixmaps/gnumeric/gp_foreground_solid
share/gnome/pixmaps/gnumeric/gp_horiz
+share/gnome/pixmaps/gnumeric/gp_large_circles
share/gnome/pixmaps/gnumeric/gp_rev_diag
+share/gnome/pixmaps/gnumeric/gp_semi_circle
+share/gnome/pixmaps/gnumeric/gp_small_circle
share/gnome/pixmaps/gnumeric/gp_solid
+share/gnome/pixmaps/gnumeric/gp_thatch
share/gnome/pixmaps/gnumeric/gp_thick_diag_cross
share/gnome/pixmaps/gnumeric/gp_thin_diag
share/gnome/pixmaps/gnumeric/gp_thin_diag_cross
@@ -169,6 +180,7 @@ share/gnome/pixmaps/gnumeric/outline_border
share/gnome/pixmaps/gnumeric/rev_diag_border
share/gnome/pixmaps/gnumeric/right-down.png
share/gnome/pixmaps/gnumeric/right_border
+share/gnome/pixmaps/gnumeric/stf-druid.png
share/gnome/pixmaps/gnumeric/top_border
share/locale/cs/LC_MESSAGES/gnumeric.mo
share/locale/da/LC_MESSAGES/gnumeric.mo
@@ -203,10 +215,13 @@ share/locale/sv/LC_MESSAGES/gnumeric.mo
share/locale/uk/LC_MESSAGES/gnumeric.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
-@dirrm share/gnome/gnumeric/guile
-@dirrm share/gnome/gnumeric/glade
-@dirrm share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/
-@dirrm share/gnome/gnumeric/plugins
-@dirrm share/gnome/gnumeric/python
+@dirrm share/gnome/gnumeric/%%VERSION%%/python
+@dirrm share/gnome/gnumeric/%%VERSION%%/guile
+@dirrm share/gnome/gnumeric/%%VERSION%%/glade
+@dirrm share/gnome/gnumeric/%%VERSION%%
@dirrm share/gnome/gnumeric
@dirrm share/gnome/pixmaps/gnumeric
+@dirrm share/gnome/oaf
+@dirrm lib/gnumeric/%%VERSION%%/plugins
+@dirrm lib/gnumeric/%%VERSION%%
+@dirrm lib/gnumeric
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index baa5a5080a4e..51903614da69 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.52
+PORTVERSION= 0.53
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -17,7 +17,7 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
python:${PORTSDIR}/lang/python
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
python:${PORTSDIR}/lang/python
-LIB_DEPENDS= gnomeprint.7:${PORTSDIR}/print/gnomeprint \
+LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \
glade.3:${PORTSDIR}/devel/libglade
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
-PLIST_SUB= GNUMERIC_REV=${DISTNAME:S/gnumeric-//g}
+PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>
diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo
index 047fa6c72e2e..b521d0765647 100644
--- a/math/gnumeric2/distinfo
+++ b/math/gnumeric2/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.52.tar.gz) = 15012c28f9490b7d6f83cb4c68bc221b
+MD5 (gnumeric-0.53.tar.gz) = 775b2b8ad8c4192bf50b3bdc03292e85
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
index 0b9b4982aec6..847f32305e73 100644
--- a/math/gnumeric2/files/patch-aa
+++ b/math/gnumeric2/files/patch-aa
@@ -1,38 +1,9 @@
---- configure.orig Wed Apr 12 20:43:02 2000
-+++ configure Mon Apr 17 17:54:44 2000
-@@ -2507,7 +2507,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- PTHREAD_LIB="-lc_r"
-+ PTHREAD_LIB=""
- else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
-@@ -5319,15 +5319,15 @@
- fi
-
-
-- USE_INCLUDED_LIBINTL=yes
-+# USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
- INSTOBJEXT=.mo
- DATADIRNAME=share
- INTLDEPS='$(top_builddir)/intl/libintl.a'
-- INTLLIBS=$INTLDEPS
-+ INTLLIBS='-lintl'
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-- nls_cv_header_intl=intl/libintl.h
-- nls_cv_header_libgt=intl/libgettext.h
-+# nls_cv_header_intl=intl/libintl.h
-+# nls_cv_header_libgt=intl/libgettext.h
- fi
-
- if test "$XGETTEXT" != ":"; then
-@@ -5876,8 +5876,8 @@
+--- configure.orig Tue May 9 20:50:13 2000
++++ configure Tue May 16 09:56:35 2000
+@@ -5951,8 +5951,8 @@
echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
- echo "configure:5879: checking for GTK >= 1.2.7" >&5
+ echo "configure:5954: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then
diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba
index cd1807b2624a..bceb783e7ea2 100644
--- a/math/gnumeric2/files/patch-ba
+++ b/math/gnumeric2/files/patch-ba
@@ -1,15 +1,21 @@
---- Makefile.in.orig Sun Mar 26 22:20:39 2000
-+++ Makefile.in Mon Mar 27 12:04:17 2000
-@@ -146,7 +146,7 @@
+--- Makefile.in.orig Tue May 9 21:57:18 2000
++++ Makefile.in Tue May 16 12:16:37 2000
+@@ -152,12 +152,12 @@
perl_val = @perl_val@
python_val = @python_val@
--SUBDIRS = intl po macros idl plugins wizards src graph doc icons
-+SUBDIRS = intl po macros idl plugins wizards src graph icons
+-SUBDIRS = . intl po macros idl plugins wizards src graph doc icons
++SUBDIRS = . intl po macros idl plugins wizards src graph icons
change_logs = OOChangeLog OChangeLog ChangeLog
-@@ -158,7 +158,7 @@
+
+-confexecdir = $(libdir)
++confexecdir = $(sysconfdir)
+ confexec_DATA = gnumericConf.sh
+
+ CLEANFILES = gnumericConf.sh
+@@ -169,7 +169,7 @@
appicon_DATA = gnome-gnumeric.png gnome-application-x-gnumeric.png gnome-application-x-xls.png
diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist
index d27d5716dfc3..b11bbfed5442 100644
--- a/math/gnumeric2/pkg-plist
+++ b/math/gnumeric2/pkg-plist
@@ -1,53 +1,58 @@
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
etc/CORBA/servers/graph.gnorba
+etc/gnumericConf.sh
+lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_html.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_numtheory.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_oleo.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_text.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
share/gnome/apps/Applications/gnumeric.desktop
-share/gnome/gnumeric/glade/advanced-filter.glade
-share/gnome/gnumeric/glade/analysis-tools.glade
-share/gnome/gnumeric/glade/autocorrect-exceptions.glade
-share/gnome/gnumeric/glade/autocorrect.glade
-share/gnome/gnumeric/glade/autosave-prompt.glade
-share/gnome/gnumeric/glade/autosave.glade
-share/gnome/gnumeric/glade/cell-format.glade
-share/gnome/gnumeric/glade/cell-sort.glade
-share/gnome/gnumeric/glade/col-width.glade
-share/gnome/gnumeric/glade/delete-cells.glade
-share/gnome/gnumeric/glade/dialog-stf.glade
-share/gnome/gnumeric/glade/dialog-zoom.glade
-share/gnome/gnumeric/glade/font-sel.glade
-share/gnome/gnumeric/glade/function-select.glade
-share/gnome/gnumeric/glade/graphics.glade
-share/gnome/gnumeric/glade/hf-config.glade
-share/gnome/gnumeric/glade/import.glade
-share/gnome/gnumeric/glade/insert-cells.glade
-share/gnome/gnumeric/glade/names.glade
-share/gnome/gnumeric/glade/plugin-manager.glade
-share/gnome/gnumeric/glade/print.glade
-share/gnome/gnumeric/glade/row-height.glade
-share/gnome/gnumeric/glade/sheet-order.glade
-share/gnome/gnumeric/glade/sheet-rename.glade
-share/gnome/gnumeric/glade/solver-options.glade
-share/gnome/gnumeric/glade/solver.glade
-share/gnome/gnumeric/glade/summary.glade
-share/gnome/gnumeric/glade/workbook-attr.glade
-share/gnome/gnumeric/guile/functions.scm
-share/gnome/gnumeric/guile/gnumeric_startup.scm
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_csv.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_dif.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_guile.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_html.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_lotus.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_oleo.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_sc.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_sylk.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_text.so
-share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_xbase.so
-share/gnome/gnumeric/python/gnumeric_startup.py
+share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
+share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autocorrect-exceptions.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade
+share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade
+share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade
+share/gnome/gnumeric/%%VERSION%%/glade/cell-sort.glade
+share/gnome/gnumeric/%%VERSION%%/glade/col-width.glade
+share/gnome/gnumeric/%%VERSION%%/glade/delete-cells.glade
+share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade
+share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade
+share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
+share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
+share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
+share/gnome/gnumeric/%%VERSION%%/glade/graphics.glade
+share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
+share/gnome/gnumeric/%%VERSION%%/glade/import.glade
+share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade
+share/gnome/gnumeric/%%VERSION%%/glade/names.glade
+share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade
+share/gnome/gnumeric/%%VERSION%%/glade/print.glade
+share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade
+share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade
+share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade
+share/gnome/gnumeric/%%VERSION%%/glade/solver-options.glade
+share/gnome/gnumeric/%%VERSION%%/glade/solver.glade
+share/gnome/gnumeric/%%VERSION%%/glade/summary.glade
+share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade
+share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
+share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
+share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
+share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
share/gnome/idl/Gnumeric.idl
share/gnome/idl/Graph.idl
share/gnome/mc/templates/gnumeric.desktop
share/gnome/mime-info/gnumeric.keys
share/gnome/mime-info/gnumeric.mime
+share/gnome/oaf/graph.oafinfo
share/gnome/pixmaps/gnome-application-x-gnumeric.png
share/gnome/pixmaps/gnome-application-x-xls.png
share/gnome/pixmaps/gnome-gnumeric.png
@@ -132,11 +137,17 @@ share/gnome/pixmaps/gnumeric/gp_25grey
share/gnome/pixmaps/gnumeric/gp_50grey
share/gnome/pixmaps/gnumeric/gp_625grey
share/gnome/pixmaps/gnumeric/gp_75grey
+share/gnome/pixmaps/gnumeric/gp_bricks
share/gnome/pixmaps/gnumeric/gp_diag
share/gnome/pixmaps/gnumeric/gp_diag_cross
+share/gnome/pixmaps/gnumeric/gp_foreground_solid
share/gnome/pixmaps/gnumeric/gp_horiz
+share/gnome/pixmaps/gnumeric/gp_large_circles
share/gnome/pixmaps/gnumeric/gp_rev_diag
+share/gnome/pixmaps/gnumeric/gp_semi_circle
+share/gnome/pixmaps/gnumeric/gp_small_circle
share/gnome/pixmaps/gnumeric/gp_solid
+share/gnome/pixmaps/gnumeric/gp_thatch
share/gnome/pixmaps/gnumeric/gp_thick_diag_cross
share/gnome/pixmaps/gnumeric/gp_thin_diag
share/gnome/pixmaps/gnumeric/gp_thin_diag_cross
@@ -169,6 +180,7 @@ share/gnome/pixmaps/gnumeric/outline_border
share/gnome/pixmaps/gnumeric/rev_diag_border
share/gnome/pixmaps/gnumeric/right-down.png
share/gnome/pixmaps/gnumeric/right_border
+share/gnome/pixmaps/gnumeric/stf-druid.png
share/gnome/pixmaps/gnumeric/top_border
share/locale/cs/LC_MESSAGES/gnumeric.mo
share/locale/da/LC_MESSAGES/gnumeric.mo
@@ -203,10 +215,13 @@ share/locale/sv/LC_MESSAGES/gnumeric.mo
share/locale/uk/LC_MESSAGES/gnumeric.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
-@dirrm share/gnome/gnumeric/guile
-@dirrm share/gnome/gnumeric/glade
-@dirrm share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/
-@dirrm share/gnome/gnumeric/plugins
-@dirrm share/gnome/gnumeric/python
+@dirrm share/gnome/gnumeric/%%VERSION%%/python
+@dirrm share/gnome/gnumeric/%%VERSION%%/guile
+@dirrm share/gnome/gnumeric/%%VERSION%%/glade
+@dirrm share/gnome/gnumeric/%%VERSION%%
@dirrm share/gnome/gnumeric
@dirrm share/gnome/pixmaps/gnumeric
+@dirrm share/gnome/oaf
+@dirrm lib/gnumeric/%%VERSION%%/plugins
+@dirrm lib/gnumeric/%%VERSION%%
+@dirrm lib/gnumeric
portuguese?h=gnome-3.24&id=c71290a76cfb07e4a854042a0bbd6d536fe3a837'>Add OpenOffice.org 1.1 for portuguese (Brazil) languagemaho2003-11-092-0/+23 * Forgot to change Makefile s..maho2003-11-081-1/+1 * rename openoffice* to openoffice-1.0* accodingly (repo copy).maho2003-11-082-2/+2 * rename openoffice to openoffice-1.0 after repocopymaho2003-11-082-23/+1 * Update maintainer's email address per his request.linimon2003-11-061-1/+1 * Correct CATEGORIES.lofi2003-10-274-4/+4 * Translation update: fix checksum.will2003-09-224-4/+4 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-186-10/+4 * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-299-4/+11 * Security fix: update to the latest versions: 7.1 for Americantrevor2003-07-038-595/+29 * new port of the Brazilian Portuguese edition of Netscape 7trevor2003-06-035-49/+42 * Remove PKGNAMEPREFIX since it is redundantlioux2003-05-202-2/+0 * Remove PKGNAMEPREFIX since it is redundantlioux2003-05-203-3/+0 * Update to KDE 3.1.2lioux2003-05-208-16/+16 * New port: localized messages and documentation for kofficelioux2003-05-2025-0/+517 * New port: localized messages and documentation for kofficelioux2003-05-201-0/+1 * Add hyphenation dictionaries to the slave ports.mbr2003-04-092-0/+2 * Rejoice, for the long awaited upgrade to kde 3.1.1 is here!alane2003-04-066-4/+8 * - make portlint happierdinoex2003-04-052-2/+8 * Clear moonlight beckons.ade2003-03-0710-5/+5 * Remove pkg-comment from remaining master/slave port sets.ade2003-03-078-4/+4 * Add LANG to Makefile.mbr2003-03-022-0/+12 * Fix COMMENT and de-pkg-comment. Formerly there was no COMMENTFILEknu2003-02-212-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * De-pkg-comment.knu2003-02-214-2/+2 * Finish repo copy move from misc category: link to buildlioux2003-01-291-0/+2 * Update to KDE 3.1 releaselioux2003-01-298-264/+2214 * Fix dependency: editors/openoffice-pt -> portuguese/openofficelioux2002-12-092-2/+2 * Finish repo copy move: remove from old category, link into new, addlioux2002-12-071-0/+1 * Finish repo copy move: remove from old category, link into new, addlioux2002-12-071-0/+4 * After repo copy to newly created portuguese category, update alllioux2002-12-066-11/+15 * BROKEN: Does not build on 5.0kris2002-12-021-1/+7 * Remove www as secondary category. It is redundant in the slave port since mas...lioux2002-11-272-2/+2 * o Make PKGNAMEPREFIX language variant specific (i.e., pt_BR)lioux2002-11-272-4/+4 * added webalizer slave-ports.dinoex2002-11-243-0/+34 * Move br-ispell to portuguese category as ispell-pt_BR after repolioux2002-11-221-0/+1 * Update with appropriate info for portuguese category after repolioux2002-11-221-2/+3 * Repo-move textproc/pt-aspell to portuguese/aspell.knu2002-11-223-5/+7 * Set the default value of PKGNAMEPREFIX to "pt-".knu2002-11-181-0/+4 * Add several new real categories.knu2002-11-181-0/+5 * Add several new real categories.knu2002-11-181-0/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-114-4/+2 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-074-2/+4 * The release notes say:trevor2002-10-151-0/+3 * I remove the linux-netscape6 ports from ports/french, ports/german,trevor2002-10-145-48/+52 * 1. Removed comments from pkg-plist files per will's request.alane2002-10-114-4/+4 * build aspell with dictionarydinoex2002-09-106-0/+46 * Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-258-16/+12 * Add OpenOffice.org spelling dictionary ports. They are based on MySpell,mbr2002-08-126-2/+38 * 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-034-8/+8 * Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-024-0/+4 * Chase shlib rev of devel/gettextade2002-08-024-4/+4 * Add support for spelling dictionaries. Remove the pkg-plist for thembr2002-07-162-0/+2 * Fix MASTER_SITE_SUBDIR.will2002-07-104-4/+4 * Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-0512-234/+22 * Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-1612-12/+78 * Add Portuguese OpenOffice slave portmbr2002-06-154-0/+32 * Remove some unused code.trevor2002-05-231-7/+1 * Update to 6.2.3. Belatedly, I confirmed that 6.2.2 supportstrevor2002-05-172-14/+15 * o New port StarOffice 5.2 for Portuguese languagelioux2002-05-076-0/+3271 * Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-2228-512/+1962 * Update Japanese, German, and French Netscape ports to version 6.2.2trevor2002-04-142-16/+15 * gettext upgrade uber-patch (stage 3)ade2002-04-134-4/+8 * Update English Netscape to 6.2.2, with unknown changes. The French,trevor2002-03-281-0/+2 * Stage 1 of gettext update.ade2002-03-164-4/+4 * Use the German home page rather than the English one.trevor2002-03-041-1/+1 * Remove this file, since it will now be generated entirely in thetrevor2002-03-041-3/+0 * Add new port of Netscape 6 (Linux binary) with German localization.trevor2002-03-0410-0/+686 * o New port frontpage-de version 5.0.2.2623: Microsoft Frontpagelioux2001-12-283-0/+23 * Add WWW.demon2001-12-284-0/+8 * Update to 2.2.2.demon2001-12-1312-36/+64 * Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-211-1/+1 * Upgrade to 2.2.1.demon2001-10-2724-104/+92 * Set DIST_SUBDIR=KDEdemon2001-09-118-4/+8 * MAINTAINER -> kde@FreeBSD.orgdemon2001-09-014-4/+4 * Fix installation in a slightly different way.demon2001-08-218-24/+32 * Remove two languages not presented in new version.demon2001-08-204-12/+4 * Forgot to remove debug comment.demon2001-08-164-4/+4 * Upgrade to 2.2.demon2001-08-1620-32/+124