summaryrefslogtreecommitdiff
path: root/math/gnumeric2
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile34
-rw-r--r--math/gnumeric2/distinfo1
-rw-r--r--math/gnumeric2/files/patch-aa67
-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-plist57
7 files changed, 0 insertions, 181 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
deleted file mode 100644
index ce8d84dc0dc5..000000000000
--- a/math/gnumeric2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gnumeric
-# Version required: 0.31
-# Date created: 08 October 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gnumeric-0.31
-CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnumeric
-
-MAINTAINER= nacai@iname.com
-
-BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
- python:${PORTSDIR}/lang/python
-RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
- python:${PORTSDIR}/lang/python
-LIB_DEPENDS= glade.1:${PORTSDIR}/devel/libglade
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_PERL5= 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 e11972da3623..000000000000
--- a/math/gnumeric2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnumeric-0.31.tar.gz) = 66940913e2d318028a406f577402e028
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index c454c52d5284..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,67 +0,0 @@
---- configure.orig Fri Jul 9 22:12:23 1999
-+++ configure Mon Jul 12 16:48:09 1999
-@@ -2786,7 +2786,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
-@@ -3356,7 +3356,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 3362 "configure"
- #include "confdefs.h"
-@@ -3387,7 +3387,7 @@
-
-
-
-- GNOME_XML_LIB=`gnome-config --libs xml`
-+ GNOME_XML_LIB=`xml-config --libs`
-
- else
- echo "$ac_t""no" 1>&6
-@@ -5616,15 +5616,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
-@@ -6053,14 +6053,14 @@
-
- echo $ac_n "checking For Glade libraries""... $ac_c" 1>&6
- echo "configure:6056: 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`
--EXTRA_GNOME_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo`
-+EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui print` `libglade-config --libs gnome` $bonobo"
-+EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui print` `libglade-config --cflags gnome` $bonobo"
-
-
-
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 6e1c727c4616..000000000000
--- a/math/gnumeric2/pkg-plist
+++ /dev/null
@@ -1,57 +0,0 @@
-bin/gnumeric
-etc/CORBA/servers/gnumeric.gnorba
-share/gnome/apps/Applications/gnumeric.desktop
-share/gnome/gnumeric/glade/font-sel.glade
-share/gnome/gnumeric/glade/hf-config.glade
-share/gnome/gnumeric/glade/import.glade
-share/gnome/gnumeric/glade/print.glade
-share/gnome/gnumeric/guile/gnumeric_startup.scm
-share/gnome/gnumeric/plugins/libcsv.so
-share/gnome/gnumeric/plugins/libgnumguile.so
-share/gnome/gnumeric/plugins/libhtml.so
-share/gnome/gnumeric/plugins/libpython.so
-share/gnome/gnumeric/plugins/libstat.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/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/down-right.png
-share/gnome/pixmaps/gnumeric/orient-horizontal.png
-share/gnome/pixmaps/gnumeric/orient-vertical.png
-share/gnome/pixmaps/gnumeric/right-down.png
-share/locale/cs/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/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/no/LC_MESSAGES/gnumeric.mo
-share/locale/pl/LC_MESSAGES/gnumeric.mo
-share/locale/pt/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/pixmaps/gnumeric
-@dirrm share/gnome/gnumeric/python
-@dirrm share/gnome/gnumeric/plugins
-@dirrm share/gnome/gnumeric/guile
-@dirrm share/gnome/gnumeric/glade
-@dirrm share/gnome/gnumeric