pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc math/gnumeric*: remove two obsolete versions of gnumeric.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e9209923b7b
branches:  trunk
changeset: 384029:9e9209923b7b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 16 09:22:58 2018 +0000

description:
math/gnumeric*: remove two obsolete versions of gnumeric.

Use math/gnumeric112 instead.

diffstat:

 doc/CHANGES-2018                          |    4 +-
 math/Makefile                             |    4 +-
 math/gnumeric/DESCR                       |   10 -
 math/gnumeric/Makefile                    |   49 -
 math/gnumeric/PLIST                       |  824 -------------------------
 math/gnumeric/distinfo                    |   13 -
 math/gnumeric/options.mk                  |   12 -
 math/gnumeric/patches/patch-aa            |   18 -
 math/gnumeric/patches/patch-ab            |   13 -
 math/gnumeric/patches/patch-ac            |   12 -
 math/gnumeric/patches/patch-ad            |   12 -
 math/gnumeric/patches/patch-ae            |   12 -
 math/gnumeric/patches/patch-src_complex.h |   13 -
 math/gnumeric/patches/patch-src_print_c   |   15 -
 math/gnumeric110/DESCR                    |   10 -
 math/gnumeric110/Makefile                 |   58 -
 math/gnumeric110/PLIST                    |  957 ------------------------------
 math/gnumeric110/distinfo                 |    9 -
 math/gnumeric110/options.mk               |   12 -
 math/gnumeric110/patches/patch-aa         |   16 -
 math/gnumeric110/patches/patch-ab         |   22 -
 math/gnumeric110/patches/patch-af         |   13 -
 22 files changed, 4 insertions(+), 2104 deletions(-)

diffs (truncated from 2213 to 300 lines):

diff -r 0ab68c3834d5 -r 9e9209923b7b doc/CHANGES-2018
--- a/doc/CHANGES-2018  Thu Aug 16 09:18:09 2018 +0000
+++ b/doc/CHANGES-2018  Thu Aug 16 09:22:58 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.3601 2018/08/16 09:18:09 wiz Exp $
+$NetBSD: CHANGES-2018,v 1.3602 2018/08/16 09:22:59 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2018:
 
@@ -5124,3 +5124,5 @@
        Updated sysutils/dbus to 1.12.10 [wiz 2018-08-16]
        Updated net/filezilla to 3.35.1 [wiz 2018-08-16]
        Updated misc/goffice0.10 to 0.10.42 [wiz 2018-08-16]
+       Removed math/gnumeric successor math/gnumeric112 [wiz 2018-08-16]
+       Removed math/gnumeric110 successor math/gnumeric112 [wiz 2018-08-16]
diff -r 0ab68c3834d5 -r 9e9209923b7b math/Makefile
--- a/math/Makefile     Thu Aug 16 09:18:09 2018 +0000
+++ b/math/Makefile     Thu Aug 16 09:22:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.397 2018/08/15 14:03:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.398 2018/08/16 09:22:58 wiz Exp $
 
 COMMENT=       Mathematics
 
@@ -139,8 +139,6 @@
 SUBDIR+=       genius
 SUBDIR+=       glpk
 SUBDIR+=       gnome-calculator
-SUBDIR+=       gnumeric
-SUBDIR+=       gnumeric110
 SUBDIR+=       gnumeric112
 SUBDIR+=       go-stats
 SUBDIR+=       go-units
diff -r 0ab68c3834d5 -r 9e9209923b7b math/gnumeric/DESCR
--- a/math/gnumeric/DESCR       Thu Aug 16 09:18:09 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Gnumeric is a powerful and easy to use spreadsheet program from
-the GNOME project.  The goal for this spreadsheet is to compete
-with the commercial offerings.  Users of Excel should be already
-familiar with Gnumeric advanced features.  A plugin system lets
-you extend Gnumeric with GPL extensions, and an optional
-Python and Perl plugins let you define complex functions in those
-popular languages.
-
-This is an old version, the latest update was in January 2009.
-Newer versions are in gnumeric110 and gnumeric112.
diff -r 0ab68c3834d5 -r 9e9209923b7b math/gnumeric/Makefile
--- a/math/gnumeric/Makefile    Thu Aug 16 09:18:09 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.191 2018/07/03 05:03:23 adam Exp $
-
-DISTNAME=              gnumeric-1.8.4
-PKGREVISION=           47
-CATEGORIES=            math gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnumeric/1.8/}
-EXTRACT_SUFX=          .tar.bz2
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://gnumeric.org/
-COMMENT=               Spreadsheet program from the GNOME project (development version)
-LICENSE=               gnu-gpl-v2
-
-USE_PKGLOCALEDIR=      YES
-USE_TOOLS+=            gmake intltool msgfmt perl:run pkg-config
-USE_LIBTOOL=           YES
-
-GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --without-gnome
-PKGCONFIG_OVERRIDE=    libspreadsheet.pc.in
-
-REPLACE_PERL+=         plugins/perl-func/perl_func.pl
-
-.include "options.mk"
-
-CONFIGURE_ARGS+=       --with-python
-CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # not yet ported as of 1.8.4
-.include "../../lang/python/application.mk"
-.include "../../devel/py-gobject/buildlink3.mk"
-
-# XXX: that version's not in pkgsrc yet
-#BUILDLINK_API_DEPENDS.libgda+=        libgda>=3.1.1
-#.include "../../databases/libgda/buildlink3.mk"
-#.include "../../databases/libgnomedb/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.6
-.include "../../devel/libgsf/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/perl5/buildlink3.mk"
-.include "../../misc/goffice0.6/buildlink3.mk"
-.include "../../net/ORBit2/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.10.0
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 0ab68c3834d5 -r 9e9209923b7b math/gnumeric/PLIST
--- a/math/gnumeric/PLIST       Thu Aug 16 09:18:09 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,824 +0,0 @@
-@comment $NetBSD: PLIST,v 1.34 2012/01/18 18:31:10 drochner Exp $
-bin/gnumeric
-bin/${PKGNAME}
-bin/ssconvert
-bin/ssindex
-include/libspreadsheet-1.8/spreadsheet/application.h
-include/libspreadsheet-1.8/spreadsheet/auto-format.h
-include/libspreadsheet-1.8/spreadsheet/cell-draw.h
-include/libspreadsheet-1.8/spreadsheet/cell.h
-include/libspreadsheet-1.8/spreadsheet/cellspan.h
-include/libspreadsheet-1.8/spreadsheet/clipboard.h
-include/libspreadsheet-1.8/spreadsheet/cmd-edit.h
-include/libspreadsheet-1.8/spreadsheet/collect.h
-include/libspreadsheet-1.8/spreadsheet/colrow.h
-include/libspreadsheet-1.8/spreadsheet/command-context-stderr.h
-include/libspreadsheet-1.8/spreadsheet/command-context.h
-include/libspreadsheet-1.8/spreadsheet/commands.h
-include/libspreadsheet-1.8/spreadsheet/complete-sheet.h
-include/libspreadsheet-1.8/spreadsheet/complete.h
-include/libspreadsheet-1.8/spreadsheet/complex.h
-include/libspreadsheet-1.8/spreadsheet/consolidate.h
-include/libspreadsheet-1.8/spreadsheet/dependent.h
-include/libspreadsheet-1.8/spreadsheet/expr-impl.h
-include/libspreadsheet-1.8/spreadsheet/expr-name.h
-include/libspreadsheet-1.8/spreadsheet/expr.h
-include/libspreadsheet-1.8/spreadsheet/file-autoft.h
-include/libspreadsheet-1.8/spreadsheet/format-template.h
-include/libspreadsheet-1.8/spreadsheet/func-builtin.h
-include/libspreadsheet-1.8/spreadsheet/func.h
-include/libspreadsheet-1.8/spreadsheet/gnm-datetime.h
-include/libspreadsheet-1.8/spreadsheet/gnm-format.h
-include/libspreadsheet-1.8/spreadsheet/gnm-graph-window.h
-include/libspreadsheet-1.8/spreadsheet/gnm-pane.h
-include/libspreadsheet-1.8/spreadsheet/gnm-plugin.h
-include/libspreadsheet-1.8/spreadsheet/gnm-so-filled.h
-include/libspreadsheet-1.8/spreadsheet/gnm-so-line.h
-include/libspreadsheet-1.8/spreadsheet/gnm-so-polygon.h
-include/libspreadsheet-1.8/spreadsheet/gnm-style-impl.h
-include/libspreadsheet-1.8/spreadsheet/gnumeric-gconf.h
-include/libspreadsheet-1.8/spreadsheet/gnumeric-simple-canvas.h
-include/libspreadsheet-1.8/spreadsheet/gnumeric.h
-include/libspreadsheet-1.8/spreadsheet/graph.h
-include/libspreadsheet-1.8/spreadsheet/gui-clipboard.h
-include/libspreadsheet-1.8/spreadsheet/gui-file.h
-include/libspreadsheet-1.8/spreadsheet/gui-gnumeric.h
-include/libspreadsheet-1.8/spreadsheet/gui-util.h
-include/libspreadsheet-1.8/spreadsheet/gutils.h
-include/libspreadsheet-1.8/spreadsheet/history.h
-include/libspreadsheet-1.8/spreadsheet/hlink-impl.h
-include/libspreadsheet-1.8/spreadsheet/hlink.h
-include/libspreadsheet-1.8/spreadsheet/input-msg.h
-include/libspreadsheet-1.8/spreadsheet/item-acetate.h
-include/libspreadsheet-1.8/spreadsheet/item-bar.h
-include/libspreadsheet-1.8/spreadsheet/item-cursor.h
-include/libspreadsheet-1.8/spreadsheet/item-debug.h
-include/libspreadsheet-1.8/spreadsheet/item-edit.h
-include/libspreadsheet-1.8/spreadsheet/item-grid.h
-include/libspreadsheet-1.8/spreadsheet/libgnumeric.h
-include/libspreadsheet-1.8/spreadsheet/mathfunc.h
-include/libspreadsheet-1.8/spreadsheet/mstyle.h
-include/libspreadsheet-1.8/spreadsheet/number-match.h
-include/libspreadsheet-1.8/spreadsheet/numbers.h
-include/libspreadsheet-1.8/spreadsheet/parse-util.h
-include/libspreadsheet-1.8/spreadsheet/pattern.h
-include/libspreadsheet-1.8/spreadsheet/position.h
-include/libspreadsheet-1.8/spreadsheet/preview-grid.h
-include/libspreadsheet-1.8/spreadsheet/print-cell.h
-include/libspreadsheet-1.8/spreadsheet/print-info.h
-include/libspreadsheet-1.8/spreadsheet/print.h
-include/libspreadsheet-1.8/spreadsheet/rangefunc-strings.h
-include/libspreadsheet-1.8/spreadsheet/rangefunc.h
-include/libspreadsheet-1.8/spreadsheet/ranges.h
-include/libspreadsheet-1.8/spreadsheet/regression.h
-include/libspreadsheet-1.8/spreadsheet/rendered-value.h
-include/libspreadsheet-1.8/spreadsheet/search.h
-include/libspreadsheet-1.8/spreadsheet/selection.h
-include/libspreadsheet-1.8/spreadsheet/session.h
-include/libspreadsheet-1.8/spreadsheet/sheet-autofill.h
-include/libspreadsheet-1.8/spreadsheet/sheet-control-gui-priv.h
-include/libspreadsheet-1.8/spreadsheet/sheet-control-gui.h
-include/libspreadsheet-1.8/spreadsheet/sheet-control-priv.h
-include/libspreadsheet-1.8/spreadsheet/sheet-control.h
-include/libspreadsheet-1.8/spreadsheet/sheet-filter-combo.h
-include/libspreadsheet-1.8/spreadsheet/sheet-filter.h
-include/libspreadsheet-1.8/spreadsheet/sheet-merge.h
-include/libspreadsheet-1.8/spreadsheet/sheet-object-cell-comment.h
-include/libspreadsheet-1.8/spreadsheet/sheet-object-graph.h
-include/libspreadsheet-1.8/spreadsheet/sheet-object-image.h
-include/libspreadsheet-1.8/spreadsheet/sheet-object-impl.h
-include/libspreadsheet-1.8/spreadsheet/sheet-object-widget.h
-include/libspreadsheet-1.8/spreadsheet/sheet-object.h
-include/libspreadsheet-1.8/spreadsheet/sheet-private.h
-include/libspreadsheet-1.8/spreadsheet/sheet-style.h
-include/libspreadsheet-1.8/spreadsheet/sheet-view.h
-include/libspreadsheet-1.8/spreadsheet/sheet.h
-include/libspreadsheet-1.8/spreadsheet/solver.h
-include/libspreadsheet-1.8/spreadsheet/sort.h
-include/libspreadsheet-1.8/spreadsheet/stf-export.h
-include/libspreadsheet-1.8/spreadsheet/stf-parse.h
-include/libspreadsheet-1.8/spreadsheet/stf.h
-include/libspreadsheet-1.8/spreadsheet/str.h
-include/libspreadsheet-1.8/spreadsheet/style-border.h
-include/libspreadsheet-1.8/spreadsheet/style-color.h
-include/libspreadsheet-1.8/spreadsheet/style-conditions.h
-include/libspreadsheet-1.8/spreadsheet/style-font.h
-include/libspreadsheet-1.8/spreadsheet/style.h
-include/libspreadsheet-1.8/spreadsheet/symbol.h
-include/libspreadsheet-1.8/spreadsheet/validation-combo.h
-include/libspreadsheet-1.8/spreadsheet/validation.h
-include/libspreadsheet-1.8/spreadsheet/value.h
-include/libspreadsheet-1.8/spreadsheet/wbc-gtk-impl.h
-include/libspreadsheet-1.8/spreadsheet/wbc-gtk.h
-include/libspreadsheet-1.8/spreadsheet/workbook-cmd-format.h
-include/libspreadsheet-1.8/spreadsheet/workbook-control-priv.h
-include/libspreadsheet-1.8/spreadsheet/workbook-control.h
-include/libspreadsheet-1.8/spreadsheet/workbook-priv.h
-include/libspreadsheet-1.8/spreadsheet/workbook-view.h
-include/libspreadsheet-1.8/spreadsheet/workbook.h
-include/libspreadsheet-1.8/spreadsheet/xml-io-version.h
-include/libspreadsheet-1.8/spreadsheet/xml-io.h
-include/libspreadsheet-1.8/spreadsheet/xml-sax.h
-lib/gnumeric/${PKGVERSION}/include/gnumeric-features.h
-lib/gnumeric/${PKGVERSION}/plugins/applix/applix.la
-lib/gnumeric/${PKGVERSION}/plugins/applix/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/derivatives/derivatives.la
-lib/gnumeric/${PKGVERSION}/plugins/derivatives/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/dif/dif.la
-lib/gnumeric/${PKGVERSION}/plugins/dif/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/excel/excel.la
-lib/gnumeric/${PKGVERSION}/plugins/excel/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/erlang.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-r/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-r/rstat.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.la
-lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/glossary-po-header
-lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/gnome_glossary.py
-lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/html/html.la
-lib/gnumeric/${PKGVERSION}/plugins/html/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/lotus/lotus.la
-lib/gnumeric/${PKGVERSION}/plugins/lotus/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/mps/mps.la
-lib/gnumeric/${PKGVERSION}/plugins/mps/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/numtheory/numtheory.la
-lib/gnumeric/${PKGVERSION}/plugins/numtheory/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/oleo/oleo.la
-lib/gnumeric/${PKGVERSION}/plugins/oleo/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/openoffice/openoffice.la
-lib/gnumeric/${PKGVERSION}/plugins/openoffice/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/perl-func/perl_func.pl
-lib/gnumeric/${PKGVERSION}/plugins/perl-func/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/perl-loader/perl_loader.la
-lib/gnumeric/${PKGVERSION}/plugins/perl-loader/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plan_perfect.la
-lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/py-func/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/py-func/py_func.py
-lib/gnumeric/${PKGVERSION}/plugins/python-loader/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/python-loader/python_loader.la
-lib/gnumeric/${PKGVERSION}/plugins/python-loader/ui-console-menu.xml
-lib/gnumeric/${PKGVERSION}/plugins/qpro/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/qpro/qpro.la
-lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/sample_datasource.la
-lib/gnumeric/${PKGVERSION}/plugins/sc/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/sc/sc.la
-lib/gnumeric/${PKGVERSION}/plugins/sylk/plugin.xml
-lib/gnumeric/${PKGVERSION}/plugins/sylk/sylk.la
-lib/gnumeric/${PKGVERSION}/plugins/uihello/hello.xml
-lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la



Home | Main Index | Thread Index | Old Index