Date: Sat, 6 Mar 1999 23:22:18 +0200 (SAT) From: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10439: Port update: math/gnumeric Message-ID: <199903062122.XAA99668@shale.csir.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 10439 >Category: ports >Synopsis: Port update: math/gnumeric >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 6 13:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports Collection. >Description: Upgrade to gnumeric-0.15. Adds support for python plugin and fixes dependancies. >How-To-Repeat: Requires updated bsd.port.mk. >Fix: diff -urN -x CVS /usr/ports.ref/math/gnumeric/Makefile ./Makefile --- /usr/ports.ref/math/gnumeric/Makefile Wed Jan 27 10:31:51 1999 +++ ./Makefile Sat Mar 6 23:09:14 1999 @@ -1,32 +1,35 @@ # New ports collection makefile for: gnumeric -# Version required: 0.6 +# Version required: 0.15 # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $Id: Makefile,v 1.7 1999/01/27 08:31:51 fenner Exp $ # -DISTNAME= gnumeric-0.6 -CATEGORIES= math +DISTNAME= gnumeric-0.15 +CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnumeric +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= nacai@iname.com -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml \ - gnome.1:${PORTSDIR}/x11/gnomelibs \ - guile.4:${PORTSDIR}/lang/guile +BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ + python:${PORTSDIR}/lang/python +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ + python:${PORTSDIR}/lang/python +LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml + +# implicit dependencies: +# gettext, xpm, gtk12, guile, gnomelibs USE_X_PREFIX= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --with-gnome=${X11BASE} -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ + --with-gnome=${X11BASE} --with-guile +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: diff -urN -x CVS /usr/ports.ref/math/gnumeric/files/md5 ./files/md5 --- /usr/ports.ref/math/gnumeric/files/md5 Thu Jan 14 22:58:41 1999 +++ ./files/md5 Wed Feb 24 18:44:20 1999 @@ -1 +1 @@ -MD5 (gnumeric-0.6.tar.gz) = 269b2cf9d07c7ff53ef2cd789c05184f +MD5 (gnumeric-0.15.tar.gz) = e9f51ca42004b5ce0a91cca16b5ab7ee diff -urN -x CVS /usr/ports.ref/math/gnumeric/patches/patch-aa ./patches/patch-aa --- /usr/ports.ref/math/gnumeric/patches/patch-aa Thu Jan 14 22:58:41 1999 +++ ./patches/patch-aa Sat Mar 6 23:04:43 1999 @@ -1,34 +1,15 @@ ---- configure.orig Tue Jan 5 08:57:49 1999 -+++ configure Fri Jan 15 04:19:33 1999 -@@ -1085,13 +1085,13 @@ - fi - - if test "$no_gnome_config" = "yes"; then -- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 --echo "configure:1090: checking for gnomeConf.sh file in $gnome_prefix" >&5 -- if test -f $gnome_prefix/gnomeConf.sh; then -+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 -+echo "configure:1090: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 -+ if test -f $prefix/share/gnome/gnomeConf.sh; then - echo "$ac_t""found" 1>&6 - echo "loading gnome configuration from" \ -- "$gnome_prefix/gnomeConf.sh" -- . $gnome_prefix/gnomeConf.sh -+ "$prefix/share/gnome/gnomeConf.sh" -+ . $prefix/share/gnome/gnomeConf.sh - - else - echo "$ac_t""not found" 1>&6 -@@ -2583,7 +2583,7 @@ +--- configure.orig Wed Feb 24 03:49:18 1999 ++++ configure Wed Feb 24 18:46:00 1999 +@@ -3309,7 +3309,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lxml `gnome-config --libs xml` $LIBS" -+LIBS="-lxml -lz $LIBS" ++LIBS="`xml-config --libs` $LIBS" cat > conftest.$ac_ext <<EOF - #line 2589 "configure" + #line 3315 "configure" #include "confdefs.h" -@@ -2614,7 +2614,7 @@ +@@ -3340,7 +3340,7 @@ @@ -37,3 +18,25 @@ else echo "$ac_t""no" 1>&6 +@@ -5557,15 +5557,15 @@ + fi + + +- USE_INCLUDED_LIBINTL=yes ++# USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo + DATADIRNAME=share +- INTLDEPS='$(top_builddir)/intl/libintl.a' +- INTLLIBS=$INTLDEPS +- LIBS=`echo $LIBS | sed -e 's/-lintl//'` +- nls_cv_header_intl=intl/libintl.h +- nls_cv_header_libgt=intl/libgettext.h ++# INTLDEPS='$(top_builddir)/intl/libintl.a' ++# INTLLIBS=$INTLDEPS ++# LIBS=`echo $LIBS | sed -e 's/-lintl//'` ++# nls_cv_header_intl=intl/libintl.h ++# nls_cv_header_libgt=intl/libgettext.h + fi + + if test "$XGETTEXT" != ":"; then diff -urN -x CVS /usr/ports.ref/math/gnumeric/patches/patch-ab ./patches/patch-ab --- /usr/ports.ref/math/gnumeric/patches/patch-ab Thu Jan 28 23:31:41 1999 +++ ./patches/patch-ab Tue Feb 2 18:04:12 1999 @@ -1,44 +1,20 @@ ---- ltmain.sh.orig Tue Jan 5 08:59:23 1999 -+++ ltmain.sh Fri Jan 15 04:21:59 1999 -@@ -967,6 +967,16 @@ - versuffix="$current.$revision" - ;; +--- ltconfig.orig Tue Feb 2 18:03:42 1999 ++++ ltconfig Tue Feb 2 18:04:01 1999 +@@ -1201,7 +1201,7 @@ + ;; -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix="$current" -+ else -+ versuffix="$current.$revision" -+ fi -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 ---- ltconfig.orig Tue Jan 5 08:57:41 1999 -+++ ltconfig Fri Jan 15 04:23:00 1999 -@@ -1123,10 +1123,21 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' + # FreeBSD 3, at last, uses gcc -shared to do shared libraries. +- freebsd3*) ++ freebsd*) + archive_cmds='$CC -shared -o $lib$libobjs$deplibs' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes +@@ -1606,7 +1606,7 @@ + shlibpath_var=PATH ;; -freebsd2* | freebsd3*) -+freebsd2*) - version_type=sunos - library_names_spec='${libname}${release}.so.$versuffix $libname.so' - finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd3* | freebsd4*) -+ version_type=freebsd -+ library_names_spec='${libname}${release}.so.$versuffix $libname.so' -+ if [ $PORTOBJFORMAT = elf ]; then -+ finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$PORTOBJFORMAT" ldconfig -m $libdir' -+ else -+ finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ fi - shlibpath_var=LD_LIBRARY_PATH - ;; - ++freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + library_names_spec='${libname}${release}.so$versuffix $libname.so' diff -urN -x CVS /usr/ports.ref/math/gnumeric/patches/patch-ad ./patches/patch-ad --- /usr/ports.ref/math/gnumeric/patches/patch-ad Tue Jan 5 10:00:36 1999 +++ ./patches/patch-ad Wed Feb 24 19:07:18 1999 @@ -1,11 +1,31 @@ ---- src/Makefile.in.orig Thu Dec 31 03:06:49 1998 -+++ src/Makefile.in Fri Jan 1 18:38:32 1999 -@@ -140,7 +140,7 @@ +--- src/Makefile.in.orig Thu Jan 28 23:53:20 1999 ++++ src/Makefile.in Fri Jan 29 02:25:26 1999 +@@ -141,7 +141,7 @@ + #noinst_PROGRAMS = number-match - INCLUDES = \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -DGNUMERIC_VERSION=\""$(VERSION)"\" \ - -I$(includedir) \ - $(GNOME_INCLUDEDIR) \ +-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(GUILE_INCS) ++INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(GUILE_INCS) + + + GNUMERIC_BASE_SOURCES = about.c cell.h cell.c cellspan.c clipboard.c clipboard.h color.c color.h cursors.c cursors.h dates.c dates.h dialog-cell-comment.c dialog-cell-format.c dialog-goto-cell.c dialog-insert-cells.c dialog-define-names.c dialog-delete-cells.c dialog-paste-special.c dialog-zoom.c dialogs.h dump.c dump.h eval.h eval.c expr.c expr.h file.c file.h formats.h formats.c func.c func.h fn-date.c fn-math.c fn-misc.c fn-sheet.c fn-string.c format.c format.h gnumeric-sheet.c gnumeric-sheet.h gnumeric-util.c gnumeric-util.h gnumeric.h item-bar.c item-bar.h item-cursor.c item-cursor.h item-debug.c item-debug.h item-edit.c item-edit.h item-grid.c item-grid.h main.h number-match.c number-match.h numbers.h parser.y pattern-selector.c pattern-selector.h pixmaps.h plugin.c plu! gin.h plugin-manager.c render-ascii.c render-ascii.h sheet.c sheet.h sheet-autofill.c sheet-autofill.h sheet-object.c sheet-object.h sheet-view.c sheet-view.h str.c str.h style.c style.h symbol.h symbol.c utils.c utils.h widget-editable-label.c widget-editable-label.h workbook.c xml-io.c xml-io.h +--- Makefile.in.orig Wed Feb 24 03:49:45 1999 ++++ Makefile.in Wed Feb 24 19:06:37 1999 +@@ -137,7 +137,7 @@ + perl_val = @perl_val@ + python_val = @python_val@ + +-SUBDIRS = intl po macros plugins src doc ++SUBDIRS = intl po macros plugins src + + EXTRA_DIST = gnumeric.desktop README HACKING gnumeric.spec.in gnumeric.keys.in gnumeric.mime $(appicon_DATA) + +@@ -145,7 +145,7 @@ + appicondir = $(datadir)/pixmaps + appicon_DATA = gnome-gnumeric.png gnome-gnumeric-xl.png + +-Applicationsdir = $(datadir)/gnome/apps/Applications ++Applicationsdir = $(datadir)/apps/Applications + Applications_DATA = gnumeric.desktop + + Mimedir = $(datadir)/mime-info diff -urN -x CVS /usr/ports.ref/math/gnumeric/patches/patch-ae ./patches/patch-ae --- /usr/ports.ref/math/gnumeric/patches/patch-ae Tue Jan 5 10:00:36 1999 +++ ./patches/patch-ae Fri Jan 29 02:34:40 1999 @@ -1,17 +1,17 @@ ---- plugins/excel/Makefile.in.orig Thu Dec 31 03:06:43 1998 -+++ plugins/excel/Makefile.in Fri Jan 1 18:41:44 1999 -@@ -132,7 +132,7 @@ +--- plugins/excel/Makefile.in.orig Thu Jan 28 23:53:10 1999 ++++ plugins/excel/Makefile.in Fri Jan 29 02:29:59 1999 +@@ -133,7 +133,7 @@ + perl_val = @perl_val@ python_val = @python_val@ - INCLUDES = \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -DGNUMERIC_VERSION=\""$(VERSION)"\" \ - -I$(includedir) \ - -I$(top_srcdir)/src \ ---- plugins/guile/Makefile.in.orig Thu Dec 31 03:06:45 1998 -+++ plugins/guile/Makefile.in Fri Jan 1 18:42:40 1999 -@@ -142,7 +142,7 @@ +-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR) ++INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR) + + + noinst_LIBRARIES = libexcel.a +--- plugins/guile/Makefile.in.orig Thu Jan 28 23:53:12 1999 ++++ plugins/guile/Makefile.in Fri Jan 29 02:31:43 1999 +@@ -144,7 +144,7 @@ # # Where to install the plugin # @@ -22,16 +22,16 @@ # -Wshadow -Wpointer-arith \ @@ -154,7 +154,7 @@ - INCLUDES = \ - -I$(GNUMERIC_SRC_DIR) \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -I$(includedir) \ - $(GUILE_INCS) \ - $(GNOME_INCLUDEDIR) ---- plugins/python/Makefile.in.orig Thu Dec 31 03:06:44 1998 -+++ plugins/python/Makefile.in Fri Jan 1 18:43:06 1999 -@@ -141,7 +141,7 @@ + libgnumguile_la_SOURCES = plugin.c + +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) + + + #libguile_la_LDFLAGS = $(PYTHON_LIB_LOC) +--- plugins/python/Makefile.in.orig Thu Jan 28 23:53:11 1999 ++++ plugins/python/Makefile.in Fri Jan 29 02:30:52 1999 +@@ -144,7 +144,7 @@ # # Where to install the plugin # @@ -42,16 +42,16 @@ # -Wshadow -Wpointer-arith \ @@ -154,7 +154,7 @@ - INCLUDES = \ - -I$(GNUMERIC_SRC_DIR) \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -I$(includedir) \ - $(PY_CFLAGS) \ - $(GNOME_INCLUDEDIR) ---- plugins/sample/Makefile.in.orig Thu Dec 31 03:06:40 1998 -+++ plugins/sample/Makefile.in Fri Jan 1 18:43:25 1999 -@@ -142,7 +142,7 @@ + libpython_la_SOURCES = python.c + +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(PY_CFLAGS) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/sharelocale"\" -I$(includedir) $(PY_CFLAGS) $(GNOME_INCLUDEDIR) + + + libpython_la_LDFLAGS = $(PY_LIB_LOC) +--- plugins/sample/Makefile.in.orig Thu Jan 28 23:53:07 1999 ++++ plugins/sample/Makefile.in Fri Jan 29 02:27:58 1999 +@@ -144,7 +144,7 @@ # # Where to install the plugin # @@ -62,36 +62,36 @@ # -Wshadow -Wpointer-arith \ @@ -154,7 +154,7 @@ - INCLUDES = \ - -I$(GNUMERIC_SRC_DIR) \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -I$(includedir) \ - $(GNOME_INCLUDEDIR) + libsample_la_SOURCES = plugin-sample.c + +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ---- plugins/stat/Makefile.in.orig Thu Dec 31 03:06:42 1998 -+++ plugins/stat/Makefile.in Fri Jan 1 18:43:48 1999 -@@ -142,7 +142,7 @@ + CONFIG_HEADER = ../../config.h +--- plugins/stat/Makefile.in.orig Thu Jan 28 23:53:08 1999 ++++ plugins/stat/Makefile.in Fri Jan 29 02:29:02 1999 +@@ -143,7 +143,7 @@ # # Where to install the plugin # -plugindir = $(libdir)/gnumeric/plugins +plugindir = $(datadir)/gnumeric/plugins - plugin_LTLIBRARIES = libstat.la + CFLAGS = @CFLAGS@ -g -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations + +@@ -152,7 +152,7 @@ -@@ -150,7 +150,7 @@ + libstat_la_SOURCES = stat.c stat.h + +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) - INCLUDES = \ - -I$(GNUMERIC_SRC_DIR) \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -I$(includedir) \ - $(GNOME_INCLUDEDIR) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../config.h --- plugins/Makefile.in.orig Thu Dec 31 03:06:39 1998 +++ plugins/Makefile.in Fri Jan 1 18:40:06 1999 -@@ -140,7 +140,7 @@ +@@ -142,7 +142,7 @@ @GUILE_TRUE@GUILE_DIR = guile @GUILE_FALSE@GUILE_DIR = diff -urN -x CVS /usr/ports.ref/math/gnumeric/pkg/PLIST ./pkg/PLIST --- /usr/ports.ref/math/gnumeric/pkg/PLIST Tue Jan 5 10:00:37 1999 +++ ./pkg/PLIST Wed Mar 3 13:48:09 1999 @@ -2,16 +2,24 @@ bin/gnumeric-corba share/gnome/apps/Applications/gnumeric.desktop share/gnome/gnumeric/guile/gnumeric_startup.scm +share/gnome/gnumeric/perl/startup.pl share/gnome/gnumeric/plugins/libgnumguile.a share/gnome/gnumeric/plugins/libgnumguile.la share/gnome/gnumeric/plugins/libgnumguile.so share/gnome/gnumeric/plugins/libgnumguile.so.0 +share/gnome/gnumeric/plugins/libpython.a +share/gnome/gnumeric/plugins/libpython.la +share/gnome/gnumeric/plugins/libpython.so +share/gnome/gnumeric/plugins/libpython.so.0 share/gnome/gnumeric/plugins/libstat.a share/gnome/gnumeric/plugins/libstat.la share/gnome/gnumeric/plugins/libstat.so share/gnome/gnumeric/plugins/libstat.so.0 +share/gnome/gnumeric/python/gnumeric_startup.py +share/gnome/mc/templates/gnumeric.desktop share/gnome/mime-info/gnumeric.keys share/gnome/mime-info/gnumeric.mime +share/gnome/pixmaps/gnome-gnumeric-xl.png share/gnome/pixmaps/gnome-gnumeric.png share/locale/cs/LC_MESSAGES/gnumeric.mo share/locale/de/LC_MESSAGES/gnumeric.mo @@ -29,8 +37,11 @@ share/locale/ja/LC_MESSAGES/gnumeric.mo share/locale/ko/LC_MESSAGES/gnumeric.mo share/locale/no/LC_MESSAGES/gnumeric.mo -share/locale/no_NO/LC_MESSAGES/gnumeric.mo +share/locale/pl/LC_MESSAGES/gnumeric.mo share/locale/pt/LC_MESSAGES/gnumeric.mo -@dirrm share/gnome/gnumeric/guile +share/locale/ru/LC_MESSAGES/gnumeric.mo +@dirrm share/gnome/gnumeric/python @dirrm share/gnome/gnumeric/plugins +@dirrm share/gnome/gnumeric/perl +@dirrm share/gnome/gnumeric/guile @dirrm share/gnome/gnumeric >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903062122.XAA99668>