From c6644e61cfbf9096ac5e2d29805cb1d8593fc252 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 14 Apr 2003 18:44:26 +0000 Subject: * Fix a problem importing text files [1] * Convert to new GNOME infrastructure Reported by: Kevin Oberman [1] Obtained from: Gnumeric CVS [1] --- math/gnumeric2/Makefile | 11 +- .../files/patch-src_dialogs_dialog-stf.glade | 132 +++++++++++++++++++++ 2 files changed, 135 insertions(+), 8 deletions(-) create mode 100644 math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade (limited to 'math/gnumeric2') diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index e260100b624c..915f6efda6ca 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnumeric2 PORTVERSION= 1.1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.1 @@ -17,17 +17,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet -LIB_DEPENDS= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ - gal-2.0.1:${PORTSDIR}/x11-toolkits/gal2 \ - gda-2.1:${PORTSDIR}/databases/libgda2 \ - gsf-1.8:${PORTSDIR}/devel/libgsf +LIB_DEPENDS= gsf-1.8:${PORTSDIR}/devel/libgsf USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier +USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui gal2 libgda2 USE_PYTHON= yes USE_REINPLACE= yes USE_LIBTOOL= yes @@ -35,7 +31,6 @@ CONFIGURE_ARGS= --without-guile --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ DEFS="-I${X11BASE}/include/gal-2.0" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION}-bonobo diff --git a/math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade b/math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade new file mode 100644 index 000000000000..82bc0c084190 --- /dev/null +++ b/math/gnumeric2/files/patch-src_dialogs_dialog-stf.glade @@ -0,0 +1,132 @@ +--- src/dialogs/dialog-stf.glade.orig Mon Apr 14 14:41:34 2003 ++++ src/dialogs/dialog-stf.glade Mon Apr 14 14:41:38 2003 +@@ -23,7 +23,7 @@ + + True + Data type and number of lines +- stf-druid.png ++ ../../../pixmaps/gnumeric/stf-druid.png + + + +@@ -123,7 +123,7 @@ + True + Trim leading and trailing spaces from each column, if you are unsure you should leave this at the default setting. + True +- -1 ++ 0 + + + +@@ -132,18 +132,24 @@ + + + True ++ Always (Both Sides) ++ True + + + + + + True ++ Never ++ True + + + + + + True ++ On left side only ++ True + + + +@@ -451,7 +457,7 @@ + + True + Separation customization +- stf-druid.png ++ ../../../pixmaps/gnumeric/stf-druid.png + + + +@@ -1107,7 +1113,7 @@ + + True + Fixed width customization +- stf-druid.png ++ ../../../pixmaps/gnumeric/stf-druid.png + + + +@@ -1169,7 +1175,7 @@ + + True + True +- 1 ++ 2 + 80 + GTK_SELECTION_SINGLE + True +@@ -1177,19 +1183,32 @@ + + + +- True + Column + False + False + GTK_JUSTIFY_LEFT + False + False +- 7.45058e-09 ++ 0 + 0.5 + 0 + 0 + + ++ ++ ++ End ++ False ++ False ++ GTK_JUSTIFY_LEFT ++ False ++ False ++ 0 ++ 0.5 ++ 0 ++ 0 ++ ++ + + + +@@ -1509,7 +1528,7 @@ + + True + Column formatting +- stf-druid.png ++ ../../../pixmaps/gnumeric/stf-druid.png + + + +@@ -1573,7 +1592,6 @@ + + + +- True + Column + False + False +@@ -1677,7 +1695,6 @@ + + + +- True + + False + False -- cgit