aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /math/gnumeric2
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes: svn path=/head/; revision=23787 svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile36
-rw-r--r--math/gnumeric2/distinfo1
-rw-r--r--math/gnumeric2/files/patch-aa76
-rw-r--r--math/gnumeric2/files/patch-ba20
-rw-r--r--math/gnumeric2/pkg-comment1
-rw-r--r--math/gnumeric2/pkg-descr1
-rw-r--r--math/gnumeric2/pkg-plist187
7 files changed, 0 insertions, 322 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
deleted file mode 100644
index 8d483b37db3e..000000000000
--- a/math/gnumeric2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: gnumeric
-# Version required: 0.44
-# Date created: 08 October 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gnumeric-0.44
-CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnumeric
-
-MAINTAINER= nakai@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.2:${PORTSDIR}/print/gnomeprint \
- glade.2:${PORTSDIR}/devel/libglade
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-gnome=${PREFIX} --with-guile
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo
deleted file mode 100644
index 7f432238dc32..000000000000
--- a/math/gnumeric2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnumeric-0.44.tar.gz) = 403492503ca0f9be56d676cc0a728514
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index 5fa40f195778..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,76 +0,0 @@
---- configure.orig Fri Nov 19 15:59:10 1999
-+++ configure Sat Nov 27 14:06:34 1999
-@@ -2790,7 +2790,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
-@@ -3335,7 +3335,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS"
-+LIBS="`xml-config --libs` $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 3341 "configure"
- #include "confdefs.h"
-@@ -3365,7 +3365,7 @@
- echo "$ac_t""yes" 1>&6
-
-
-- GNOME_XML_LIB=`$GNOME_CONFIG --libs xml`
-+ GNOME_XML_LIB=`xml-config --libs`
-
- else
- echo "$ac_t""no" 1>&6
-@@ -5602,15 +5602,15 @@
- fi
-
-
-- USE_INCLUDED_LIBINTL=yes
-+# USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.gmo
- INSTOBJEXT=.mo
- DATADIRNAME=share
-- INTLDEPS='$(top_builddir)/intl/libintl.a'
-+ INTLDEPS='-lintl'
- INTLLIBS=$INTLDEPS
- 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
-@@ -6110,7 +6110,7 @@
- echo "configure:6111: checking for GnomePrint libraries" >&5
- if gnome-config --libs print > /dev/null 2>&1; then
- echo "$ac_t""found" 1>&6
-- . `gnome-config --libdir`/printConf.sh
-+ . `gnome-config --sysconfdir`/printConf.sh
- echo $ac_n "checking for GnomePrint >= 0.8""... $ac_c" 1>&6
- echo "configure:6116: checking for GnomePrint >= 0.8" >&5
- case x$MODULE_VERSION in
-@@ -6125,14 +6125,14 @@
-
- echo $ac_n "checking for Glade libraries""... $ac_c" 1>&6
- echo "configure:6128: checking for Glade libraries" >&5
--if gnome-config --libs libglade > /dev/null 2>&1; then
-+if libglade-config --libs > /dev/null 2>&1; then
- echo "$ac_t""found" 1>&6
- else
- { echo "configure: error: Did not find libGlade installed" 1>&2; exit 1; }
- fi
-
--EXTRA_GNOME_LIBS=`gnome-config --libs gnomeui print libglade $bonobo $gb`
--EXTRA_GNOME_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo $gb`
-+EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui print $bonobo $gb` `libglade-config --libs gnome`"
-+EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui print $bonobo $gb` `libglade-config --cflags gnome`"
-
-
-
diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba
deleted file mode 100644
index 1cfa4d498f84..000000000000
--- a/math/gnumeric2/files/patch-ba
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.in.orig Fri Jul 9 22:17:31 1999
-+++ Makefile.in Mon Jul 12 16:51:07 1999
-@@ -140,7 +140,7 @@
- perl_val = @perl_val@
- python_val = @python_val@
-
--SUBDIRS = intl po macros plugins src doc icons
-+SUBDIRS = intl po macros plugins src icons
-
- EXTRA_DIST = gnumeric.desktop README HACKING gnumeric.spec.in gnumeric.keys.in gnumeric.mime $(appicon_DATA) gnumeric.gnorba
-
-@@ -148,7 +148,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 --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 668abc136d27..000000000000
--- a/math/gnumeric2/pkg-plist
+++ /dev/null
@@ -1,187 +0,0 @@
-bin/gnumeric
-etc/CORBA/servers/gnumeric.gnorba
-share/gnome/apps/Applications/gnumeric.desktop
-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-zoom.glade
-share/gnome/gnumeric/glade/font-sel.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/print.glade
-share/gnome/gnumeric/glade/row-height.glade
-share/gnome/gnumeric/glade/sheet-rename.glade
-share/gnome/gnumeric/glade/summary.glade
-share/gnome/gnumeric/plugins/libcsv.so
-share/gnome/gnumeric/plugins/libhtml.so
-share/gnome/gnumeric/plugins/liblotus.so
-share/gnome/gnumeric/plugins/liboleo.so
-share/gnome/gnumeric/plugins/libpython.so
-share/gnome/gnumeric/plugins/libstat.so
-share/gnome/gnumeric/plugins/libsylk.so
-share/gnome/gnumeric/plugins/libtext.so
-share/gnome/gnumeric/plugins/libxbase.so
-share/gnome/gnumeric/python/gnumeric_startup.py
-share/gnome/idl/Gnumeric.idl
-share/gnome/idl/Gnumeric-value.idl
-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/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_diag
-share/gnome/pixmaps/gnumeric/gp_diag_cross
-share/gnome/pixmaps/gnumeric/gp_horiz
-share/gnome/pixmaps/gnumeric/gp_rev_diag
-share/gnome/pixmaps/gnumeric/gp_solid
-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/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/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/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/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
-@dirrm share/gnome/gnumeric/glade
-@dirrm share/gnome/gnumeric/plugins
-@dirrm share/gnome/gnumeric/python
-@dirrm share/gnome/gnumeric
-@dirrm share/gnome/pixmaps/gnumeric