diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /math/gnumeric2 | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.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 | 28 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 26 | ||||
-rw-r--r-- | math/gnumeric2/pkg-comment | 1 | ||||
-rw-r--r-- | math/gnumeric2/pkg-descr | 1 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 255 |
7 files changed, 0 insertions, 355 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile deleted file mode 100644 index 47cf8f0a1873..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.54 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnumeric - -MAINTAINER= ade@FreeBSD.org - -BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - python:${PORTSDIR}/lang/python -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - python:${PORTSDIR}/lang/python -LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ - glade.3:${PORTSDIR}/devel/libglade \ - guile.6:${PORTSDIR}/lang/guile - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_PERL5= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libole2/configure -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} --with-guile -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo deleted file mode 100644 index 7fb73a96fd5b..000000000000 --- a/math/gnumeric2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnumeric-0.54.tar.gz) = 3a323d6d301d0e0acb908798e9875a17 diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 4611b7d38dbc..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Sun May 21 01:24:08 2000 -+++ configure Mon May 22 10:35:06 2000 -@@ -5934,8 +5934,8 @@ - - echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6 - echo "configure:5937: 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 - echo "$ac_t""found" 1>&6 - else -@@ -6748,10 +6748,10 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- 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 - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 911608c661a9..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.in.orig Sun May 21 01:25:10 2000 -+++ Makefile.in Mon May 22 10:10:34 2000 -@@ -152,12 +152,12 @@ - perl_val = @perl_val@ - python_val = @python_val@ - --SUBDIRS = . intl po macros libole2 idl plugins wizards src graph doc icons -+SUBDIRS = . intl po macros libole2 idl plugins wizards src graph icons - - change_logs = OOChangeLog OChangeLog ChangeLog - - --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 - - --Applicationsdir = $(datadir)/gnome/apps/Applications -+Applicationsdir = $(datadir)/apps/Applications - Applications_DATA = gnumeric.desktop - - Mimedir = $(datadir)/mime-info 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 fa827857468e..000000000000 --- a/math/gnumeric2/pkg-plist +++ /dev/null @@ -1,255 +0,0 @@ -bin/gnumeric -bin/libole2-config -etc/CORBA/servers/gnumeric.gnorba -etc/CORBA/servers/graph.gnorba -etc/gnumericConf.sh -etc/libole2Conf.sh -include/libole2/libole2.h -include/libole2/ms-ole-summary.h -include/libole2/ms-ole-vba.h -include/libole2/ms-ole.h -lib/libole2.a -lib/libole2.so -lib/libole2.so.0 -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/aclocal/gnome-libole2.m4 -share/aclocal/libole2.m4 -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/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/libole2/html/libole2-decl.txt -share/gnome/libole2/html/libole2-sections.txt -share/gnome/libole2/html/libole2.html -share/gnome/libole2/html/libole2/index.html -share/gnome/libole2/html/libole2/libole2-common.html -share/gnome/libole2/html/libole2/libole2-miscellaneous.html -share/gnome/libole2/html/libole2/libole2-msole.html -share/gnome/libole2/html/libole2/libole2-msolestream.html -share/gnome/libole2/html/libole2/libole2-msolesummary.html -share/gnome/libole2/html/libole2/r14.html -share/gnome/libole2/html/libole2/r19.html -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/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 -share/gnome/pixmaps/gnumeric/bottom_border -share/gnome/pixmaps/gnumeric/chart_area_1_1.png -share/gnome/pixmaps/gnumeric/chart_area_1_2.png -share/gnome/pixmaps/gnumeric/chart_area_1_3.png -share/gnome/pixmaps/gnumeric/chart_area_2_1.png -share/gnome/pixmaps/gnumeric/chart_area_2_2.png -share/gnome/pixmaps/gnumeric/chart_area_2_3.png -share/gnome/pixmaps/gnumeric/chart_bar_1_1.png -share/gnome/pixmaps/gnumeric/chart_bar_1_2.png -share/gnome/pixmaps/gnumeric/chart_bar_1_3.png -share/gnome/pixmaps/gnumeric/chart_bar_2_1_.png -share/gnome/pixmaps/gnumeric/chart_bar_2_2_.png -share/gnome/pixmaps/gnumeric/chart_bar_2_3_.png -share/gnome/pixmaps/gnumeric/chart_bubble_1_1.png -share/gnome/pixmaps/gnumeric/chart_bubble_1_2.png -share/gnome/pixmaps/gnumeric/chart_column_1_1.png -share/gnome/pixmaps/gnumeric/chart_column_1_2.png -share/gnome/pixmaps/gnumeric/chart_column_1_3.png -share/gnome/pixmaps/gnumeric/chart_column_2_1.png -share/gnome/pixmaps/gnumeric/chart_column_2_2.png -share/gnome/pixmaps/gnumeric/chart_column_2_3.png -share/gnome/pixmaps/gnumeric/chart_column_3_1.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_1.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_2.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_3.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_1.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_2.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_3.png -share/gnome/pixmaps/gnumeric/chart_cone.xpm_3_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_2.png -share/gnome/pixmaps/gnumeric/chart_cylinder_1_3.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_1.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_2.png -share/gnome/pixmaps/gnumeric/chart_cylinder_2_3.png -share/gnome/pixmaps/gnumeric/chart_cylinder_3_1.png -share/gnome/pixmaps/gnumeric/chart_doghnut_1_1.png -share/gnome/pixmaps/gnumeric/chart_doghnut_2_1.png -share/gnome/pixmaps/gnumeric/chart_line_1_1.png -share/gnome/pixmaps/gnumeric/chart_line_1_2.png -share/gnome/pixmaps/gnumeric/chart_line_1_3.png -share/gnome/pixmaps/gnumeric/chart_line_2_1.png -share/gnome/pixmaps/gnumeric/chart_line_2_2.png -share/gnome/pixmaps/gnumeric/chart_line_2_3.png -share/gnome/pixmaps/gnumeric/chart_line_3_1.png -share/gnome/pixmaps/gnumeric/chart_pie_1_1.png -share/gnome/pixmaps/gnumeric/chart_pie_1_2.png -share/gnome/pixmaps/gnumeric/chart_pie_1_3.png -share/gnome/pixmaps/gnumeric/chart_pie_2_1.png -share/gnome/pixmaps/gnumeric/chart_pie_2_2.png -share/gnome/pixmaps/gnumeric/chart_pie_2_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_1.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_2.png -share/gnome/pixmaps/gnumeric/chart_pyramid_1_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_1.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_2.png -share/gnome/pixmaps/gnumeric/chart_pyramid_2_3.png -share/gnome/pixmaps/gnumeric/chart_pyramid_3_1.png -share/gnome/pixmaps/gnumeric/chart_radar_1_1.png -share/gnome/pixmaps/gnumeric/chart_radar_1_2.png -share/gnome/pixmaps/gnumeric/chart_radar_1_3.png -share/gnome/pixmaps/gnumeric/chart_scatter_1_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_2_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_2_2.png -share/gnome/pixmaps/gnumeric/chart_scatter_3_1.png -share/gnome/pixmaps/gnumeric/chart_scatter_3_2.png -share/gnome/pixmaps/gnumeric/chart_stock_1_1.png -share/gnome/pixmaps/gnumeric/chart_stock_1_2.png -share/gnome/pixmaps/gnumeric/chart_stock_2_1.png -share/gnome/pixmaps/gnumeric/chart_stock_2_2.png -share/gnome/pixmaps/gnumeric/chart_surface_1_1.png -share/gnome/pixmaps/gnumeric/chart_surface_1_2.png -share/gnome/pixmaps/gnumeric/chart_surface_2_1.png -share/gnome/pixmaps/gnumeric/chart_surface_2_2.png -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/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/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/libole2/html/libole2 -@dirrm share/gnome/libole2/html -@dirrm share/gnome/libole2 -@dirrm share/gnome/oaf -@dirrm share/gnome/pixmaps/gnumeric -@dirrm lib/gnumeric/%%VERSION%%/plugins -@dirrm lib/gnumeric/%%VERSION%% -@dirrm lib/gnumeric -@dirrm include/libole2 |