summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-10 04:50:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-10 04:50:30 +0800
commit52fd943c8ef4cf3944e3d37320ab4898f826414b (patch)
tree60f4996b4fbdb41c140ed9308a5d0988d1b74bdf /textproc
parentff105ea4969c1d645617e75f5a4bff284d5cd906 (diff)
downloadmarcuscom-ports-52fd943c8ef4cf3944e3d37320ab4898f826414b.tar
marcuscom-ports-52fd943c8ef4cf3944e3d37320ab4898f826414b.tar.gz
marcuscom-ports-52fd943c8ef4cf3944e3d37320ab4898f826414b.tar.bz2
marcuscom-ports-52fd943c8ef4cf3944e3d37320ab4898f826414b.tar.lz
marcuscom-ports-52fd943c8ef4cf3944e3d37320ab4898f826414b.tar.xz
marcuscom-ports-52fd943c8ef4cf3944e3d37320ab4898f826414b.tar.zst
marcuscom-ports-52fd943c8ef4cf3944e3d37320ab4898f826414b.zip
Remove the deprecated flags to get this to build with gtk+-2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1430 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gnome-spell/Makefile32
-rw-r--r--textproc/gnome-spell/distinfo1
-rw-r--r--textproc/gnome-spell/files/patch-configure10
-rw-r--r--textproc/gnome-spell/files/patch-gnome-spell_Makefile.in10
-rw-r--r--textproc/gnome-spell/pkg-descr6
-rw-r--r--textproc/gnome-spell/pkg-plist43
-rw-r--r--textproc/gnomespell/Makefile32
-rw-r--r--textproc/gnomespell/distinfo1
-rw-r--r--textproc/gnomespell/files/patch-configure10
-rw-r--r--textproc/gnomespell/files/patch-gnome-spell_Makefile.in10
-rw-r--r--textproc/gnomespell/pkg-descr6
-rw-r--r--textproc/gnomespell/pkg-plist43
12 files changed, 204 insertions, 0 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile
new file mode 100644
index 000000000..8e1e90027
--- /dev/null
+++ b/textproc/gnome-spell/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnomespell
+# Date created: 29 December 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/textproc/gnomespell/Makefile,v 1.12 2003/08/01 22:13:04 marcus Exp $
+#
+
+PORTNAME= gnomespell
+PORTVERSION= 1.0.5
+PORTREVISION= 1
+CATEGORIES= textproc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-spell/1.0
+DISTNAME= gnome-spell-${PORTVERSION}
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME/Bonobo component for spell checking
+
+LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_PERL5= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_SUB= VERSION=${PORTVERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/gnome-spell/distinfo b/textproc/gnome-spell/distinfo
new file mode 100644
index 000000000..14f7e1274
--- /dev/null
+++ b/textproc/gnome-spell/distinfo
@@ -0,0 +1 @@
+MD5 (gnome/gnome-spell-1.0.5.tar.bz2) = ba4dd33cb150b670756e456066bd7434
diff --git a/textproc/gnome-spell/files/patch-configure b/textproc/gnome-spell/files/patch-configure
new file mode 100644
index 000000000..f195f07b4
--- /dev/null
+++ b/textproc/gnome-spell/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Dec 11 18:31:51 2002
++++ configure Thu Dec 12 12:07:17 2002
+@@ -7414,6 +7414,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in b/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in
new file mode 100644
index 000000000..8050486bc
--- /dev/null
+++ b/textproc/gnome-spell/files/patch-gnome-spell_Makefile.in
@@ -0,0 +1,10 @@
+--- gnome-spell/Makefile.in.orig Tue Dec 9 15:48:14 2003
++++ gnome-spell/Makefile.in Tue Dec 9 15:48:18 2003
+@@ -138,7 +138,6 @@
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -DGLADE_DATADIR=\"$(gladedir)\" \
+ -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \
+- -DGTK_DISABLE_DEPRECATED=1 \
+ -DASPELL_DICT=\""$(ASPELL_DICT)"\" \
+ $(GNOME_SPELL_CFLAGS) \
+ $(END)
diff --git a/textproc/gnome-spell/pkg-descr b/textproc/gnome-spell/pkg-descr
new file mode 100644
index 000000000..a5004d360
--- /dev/null
+++ b/textproc/gnome-spell/pkg-descr
@@ -0,0 +1,6 @@
+Gnome Spell is GNOME/Bonobo component for spell checking. In current version
+it contains GNOME::Spell::Dictionary object, which provides spell checking
+dictionary. It's based on pspell package, which is required to build
+gnome-spell.
+
+WWW: http://www.gnome.org/
diff --git a/textproc/gnome-spell/pkg-plist b/textproc/gnome-spell/pkg-plist
new file mode 100644
index 000000000..8eadb0ea1
--- /dev/null
+++ b/textproc/gnome-spell/pkg-plist
@@ -0,0 +1,43 @@
+lib/gnome-spell/libgnome-spell-component-0.3.so
+lib/gnome-spell/libgnome-spell-component.a
+lib/gnome-spell/libgnome-spell-component.so
+libdata/bonobo/servers/GNOME_Spell.server
+share/gnome/control-center-2.0/icons/spell-checker.png
+share/gnome/gnome-spell-%%VERSION%%/spell-checker.glade
+share/gnome/idl/Spell-%%VERSION%%.idl
+share/locale/am/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/az/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/be/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/da/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/de/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/el/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/fr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/he/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/ja/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/kn/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/lt/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/lv/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/no/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/pt/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/ru/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sk/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/ta/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/tr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/vi/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/wa/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+@dirrm share/gnome/gnome-spell-%%VERSION%%
+@dirrm lib/gnome-spell
diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile
new file mode 100644
index 000000000..8e1e90027
--- /dev/null
+++ b/textproc/gnomespell/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnomespell
+# Date created: 29 December 2001
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/textproc/gnomespell/Makefile,v 1.12 2003/08/01 22:13:04 marcus Exp $
+#
+
+PORTNAME= gnomespell
+PORTVERSION= 1.0.5
+PORTREVISION= 1
+CATEGORIES= textproc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-spell/1.0
+DISTNAME= gnome-spell-${PORTVERSION}
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME/Bonobo component for spell checking
+
+LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_PERL5= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomeui
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_SUB= VERSION=${PORTVERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/gnomespell/distinfo b/textproc/gnomespell/distinfo
new file mode 100644
index 000000000..14f7e1274
--- /dev/null
+++ b/textproc/gnomespell/distinfo
@@ -0,0 +1 @@
+MD5 (gnome/gnome-spell-1.0.5.tar.bz2) = ba4dd33cb150b670756e456066bd7434
diff --git a/textproc/gnomespell/files/patch-configure b/textproc/gnomespell/files/patch-configure
new file mode 100644
index 000000000..f195f07b4
--- /dev/null
+++ b/textproc/gnomespell/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Dec 11 18:31:51 2002
++++ configure Thu Dec 12 12:07:17 2002
+@@ -7414,6 +7414,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/textproc/gnomespell/files/patch-gnome-spell_Makefile.in b/textproc/gnomespell/files/patch-gnome-spell_Makefile.in
new file mode 100644
index 000000000..8050486bc
--- /dev/null
+++ b/textproc/gnomespell/files/patch-gnome-spell_Makefile.in
@@ -0,0 +1,10 @@
+--- gnome-spell/Makefile.in.orig Tue Dec 9 15:48:14 2003
++++ gnome-spell/Makefile.in Tue Dec 9 15:48:18 2003
+@@ -138,7 +138,6 @@
+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
+ -DGLADE_DATADIR=\"$(gladedir)\" \
+ -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" \
+- -DGTK_DISABLE_DEPRECATED=1 \
+ -DASPELL_DICT=\""$(ASPELL_DICT)"\" \
+ $(GNOME_SPELL_CFLAGS) \
+ $(END)
diff --git a/textproc/gnomespell/pkg-descr b/textproc/gnomespell/pkg-descr
new file mode 100644
index 000000000..a5004d360
--- /dev/null
+++ b/textproc/gnomespell/pkg-descr
@@ -0,0 +1,6 @@
+Gnome Spell is GNOME/Bonobo component for spell checking. In current version
+it contains GNOME::Spell::Dictionary object, which provides spell checking
+dictionary. It's based on pspell package, which is required to build
+gnome-spell.
+
+WWW: http://www.gnome.org/
diff --git a/textproc/gnomespell/pkg-plist b/textproc/gnomespell/pkg-plist
new file mode 100644
index 000000000..8eadb0ea1
--- /dev/null
+++ b/textproc/gnomespell/pkg-plist
@@ -0,0 +1,43 @@
+lib/gnome-spell/libgnome-spell-component-0.3.so
+lib/gnome-spell/libgnome-spell-component.a
+lib/gnome-spell/libgnome-spell-component.so
+libdata/bonobo/servers/GNOME_Spell.server
+share/gnome/control-center-2.0/icons/spell-checker.png
+share/gnome/gnome-spell-%%VERSION%%/spell-checker.glade
+share/gnome/idl/Spell-%%VERSION%%.idl
+share/locale/am/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/az/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/be/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/da/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/de/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/el/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/fr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/he/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/ja/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/kn/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/lt/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/lv/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/no/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/pt/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/ru/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sk/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/ta/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/tr/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/vi/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/wa/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-spell-%%VERSION%%.mo
+@dirrm share/gnome/gnome-spell-%%VERSION%%
+@dirrm lib/gnome-spell