diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /math/gnumeric2 | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 43 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 1 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-aa | 20 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 12 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ce | 16 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-cg | 14 | ||||
-rw-r--r-- | math/gnumeric2/pkg-comment | 1 | ||||
-rw-r--r-- | math/gnumeric2/pkg-descr | 1 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 190 |
9 files changed, 0 insertions, 298 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile deleted file mode 100644 index 75fc6f882c33..000000000000 --- a/math/gnumeric2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnumeric -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gnumeric -PORTVERSION= 0.58 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnumeric - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - glade.4:${PORTSDIR}/devel/libglade \ - guile.9:${PORTSDIR}/lang/guile \ - gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gb.0:${PORTSDIR}/lang/gnomebasic \ - gal.1:${PORTSDIR}/x11-toolkits/gal - -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= yes -USE_PYTHON= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -PLIST_SUB= VERSION=${PORTVERSION} - -pre-patch: - @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo deleted file mode 100644 index 9c8ab1011ead..000000000000 --- a/math/gnumeric2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnumeric-0.58.tar.gz) = a689e51761dc1c1efb14a3d2dbf2f7d7 diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 1547adccfc28..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Oct 10 10:27:58 2000 -+++ configure Wed Oct 11 12:15:15 2000 -@@ -6136,4 +6136,4 @@ - echo "configure:6137: 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 -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then -@@ -6677,6 +6677,6 @@ - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 724d05645e8a..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig Mon Nov 13 19:56:19 2000 -+++ Makefile.in Tue Nov 14 15:34:05 2000 -@@ -159,3 +159,3 @@ - --SUBDIRS = . intl po macros idl plugins src doc icons templates -+SUBDIRS = . intl po macros idl plugins src icons templates - -@@ -164,3 +164,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnumericConf.sh diff --git a/math/gnumeric2/files/patch-ce b/math/gnumeric2/files/patch-ce deleted file mode 100644 index 4695a5e53ac1..000000000000 --- a/math/gnumeric2/files/patch-ce +++ /dev/null @@ -1,16 +0,0 @@ ---- src/format.c.orig Fri Sep 22 09:45:19 2000 -+++ src/format.c Wed Oct 11 12:36:59 2000 -@@ -28,3 +28,5 @@ - #include <math.h> -+#ifdef __linux__ - #include <langinfo.h> -+#endif - #include <limits.h> -@@ -108,2 +110,3 @@ - -+#ifdef __linux__ - if (!date_order_cached) { -@@ -123,2 +126,3 @@ - } -+#endif - diff --git a/math/gnumeric2/files/patch-cg b/math/gnumeric2/files/patch-cg deleted file mode 100644 index 392fbded3930..000000000000 --- a/math/gnumeric2/files/patch-cg +++ /dev/null @@ -1,14 +0,0 @@ ---- plugins/gb/excel-gb-interior.c.orig Thu Nov 2 00:03:34 2000 -+++ plugins/gb/excel-gb-interior.c Tue Nov 14 15:13:54 2000 -@@ -16,3 +16,3 @@ - #include "parse-util.h" --#include "command-context-corba.h" -+/*#include "command-context-corba.h"*/ - #include "selection.h" ---- plugins/gb/excel-gb-range.c.orig Thu Nov 2 00:03:34 2000 -+++ plugins/gb/excel-gb-range.c Tue Nov 14 15:22:41 2000 -@@ -17,3 +17,3 @@ - #include "commands.h" --#include "command-context-corba.h" -+/*#include "command-context-corba.h"*/ - #include "selection.h" diff --git a/math/gnumeric2/pkg-comment b/math/gnumeric2/pkg-comment deleted file mode 100644 index d8c5dca69649..000000000000 --- a/math/gnumeric2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The GNOME spreadsheet diff --git a/math/gnumeric2/pkg-descr b/math/gnumeric2/pkg-descr deleted file mode 100644 index d8c5dca69649..000000000000 --- a/math/gnumeric2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -The GNOME spreadsheet diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist deleted file mode 100644 index cd1ca6e2017b..000000000000 --- a/math/gnumeric2/pkg-plist +++ /dev/null @@ -1,190 +0,0 @@ -bin/gnumeric -etc/CORBA/servers/gnumeric.gnorba -etc/gnumericConf.sh -lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so -lib/gnumeric/%%VERSION%%/plugins/gnum_gb.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_xbase.so -lib/gnumeric/%%VERSION%%/plugins/gnum_applix.so -lib/gnumeric/%%VERSION%%/plugins/gnum_xml2.so -share/gnome/apps/Applications/gnumeric.desktop -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/formula-guru.glade -share/gnome/gnumeric/%%VERSION%%/glade/function-select.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/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.button.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.list.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.cool.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.simple.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.trendy.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.banana.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.black.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.blue.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.orange.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.vanilla.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.basic.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.desert.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.ice.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.modern.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.purple.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.advanced.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.basic.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.empty.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.table.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.basic.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.green.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.lila.xml -share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.simple.xml -share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade -share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade -share/gnome/gnumeric/%%VERSION%%/idl/Gnumeric.idl -share/gnome/gnumeric/%%VERSION%%/idl/gnumeric-graphs.idl -share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric -share/gnome/gnumeric/%%VERSION%%/templates/loan.gnumeric -share/gnome/gnumeric/%%VERSION%%/templates/mileage.gnumeric -share/gnome/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric -share/gnome/mc/templates/gnumeric.desktop -share/gnome/mime-info/gnumeric.keys -share/gnome/mime-info/gnumeric.mime -share/gnome/oaf/gnumeric.oafinfo -share/gnome/pixmaps/gnome-application-x-gnumeric.png -share/gnome/pixmaps/gnome-application-x-xls.png -share/gnome/pixmaps/gnome-gnumeric.png -share/gnome/pixmaps/gnumeric/bottom_border -share/gnome/pixmaps/gnumeric/diag_border -share/gnome/pixmaps/gnumeric/down-right.png -share/gnome/pixmaps/gnumeric/gp_125grey -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 -share/gnome/pixmaps/gnumeric/gp_thin_horiz -share/gnome/pixmaps/gnumeric/gp_thin_horiz_cross -share/gnome/pixmaps/gnumeric/gp_thin_rev_diag -share/gnome/pixmaps/gnumeric/gp_thin_vert -share/gnome/pixmaps/gnumeric/gp_vert -share/gnome/pixmaps/gnumeric/inside_border -share/gnome/pixmaps/gnumeric/inside_horiz_border -share/gnome/pixmaps/gnumeric/inside_vert_border -share/gnome/pixmaps/gnumeric/left_border -share/gnome/pixmaps/gnumeric/line_pattern_dash_dot -share/gnome/pixmaps/gnumeric/line_pattern_dash_dot_dot -share/gnome/pixmaps/gnumeric/line_pattern_dashed -share/gnome/pixmaps/gnumeric/line_pattern_dotted -share/gnome/pixmaps/gnumeric/line_pattern_double -share/gnome/pixmaps/gnumeric/line_pattern_hair -share/gnome/pixmaps/gnumeric/line_pattern_medium -share/gnome/pixmaps/gnumeric/line_pattern_medium_dash -share/gnome/pixmaps/gnumeric/line_pattern_medium_dash_dot -share/gnome/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot -share/gnome/pixmaps/gnumeric/line_pattern_slant -share/gnome/pixmaps/gnumeric/line_pattern_thick -share/gnome/pixmaps/gnumeric/line_pattern_thin -share/gnome/pixmaps/gnumeric/no_border -share/gnome/pixmaps/gnumeric/orient-horizontal.png -share/gnome/pixmaps/gnumeric/orient-vertical.png -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/gnome/ui/gnumeric.xml -share/locale/ca/LC_MESSAGES/gnumeric.mo -share/locale/cs/LC_MESSAGES/gnumeric.mo -share/locale/da/LC_MESSAGES/gnumeric.mo -share/locale/de/LC_MESSAGES/gnumeric.mo -share/locale/el/LC_MESSAGES/gnumeric.mo -share/locale/en_GB/LC_MESSAGES/gnumeric.mo -share/locale/es/LC_MESSAGES/gnumeric.mo -share/locale/es_DO/LC_MESSAGES/gnumeric.mo -share/locale/es_GT/LC_MESSAGES/gnumeric.mo -share/locale/es_HN/LC_MESSAGES/gnumeric.mo -share/locale/es_MX/LC_MESSAGES/gnumeric.mo -share/locale/es_PA/LC_MESSAGES/gnumeric.mo -share/locale/es_PE/LC_MESSAGES/gnumeric.mo -share/locale/es_SV/LC_MESSAGES/gnumeric.mo -share/locale/et/LC_MESSAGES/gnumeric.mo -share/locale/fi/LC_MESSAGES/gnumeric.mo -share/locale/fr/LC_MESSAGES/gnumeric.mo -share/locale/ga/LC_MESSAGES/gnumeric.mo -share/locale/gl/LC_MESSAGES/gnumeric.mo -share/locale/hr/LC_MESSAGES/gnumeric.mo -share/locale/hu/LC_MESSAGES/gnumeric.mo -share/locale/it/LC_MESSAGES/gnumeric.mo -share/locale/ja/LC_MESSAGES/gnumeric.mo -share/locale/ko/LC_MESSAGES/gnumeric.mo -share/locale/nl/LC_MESSAGES/gnumeric.mo -share/locale/no/LC_MESSAGES/gnumeric.mo -share/locale/pl/LC_MESSAGES/gnumeric.mo -share/locale/pt/LC_MESSAGES/gnumeric.mo -share/locale/pt_BR/LC_MESSAGES/gnumeric.mo -share/locale/ru/LC_MESSAGES/gnumeric.mo -share/locale/sk/LC_MESSAGES/gnumeric.mo -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/ui -@dirrm share/gnome/gnumeric/%%VERSION%%/templates -@dirrm share/gnome/gnumeric/%%VERSION%%/python -@dirrm share/gnome/gnumeric/%%VERSION%%/idl -@dirrm share/gnome/gnumeric/%%VERSION%%/guile -@dirrm share/gnome/gnumeric/%%VERSION%%/glade -@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates -@dirrm share/gnome/gnumeric/%%VERSION%% -@dirrm share/gnome/gnumeric -@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true -@dirrm share/gnome/pixmaps/gnumeric -@dirrm lib/gnumeric/%%VERSION%%/plugins -@dirrm lib/gnumeric/%%VERSION%% -@dirrm lib/gnumeric |