summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-02-12 22:39:08 +0000
committerAde Lovett <ade@FreeBSD.org>2002-02-12 22:39:08 +0000
commitd2f0675271c0ad832e104afd157460c7c22515ff (patch)
treefcb427c76b981ad1e48644c40ec3b04b9c953623 /textproc
parentGive maintainership to znerd who already maintains jakarta-tomcat. (diff)
Update to 0.4.1
Notes
Notes: svn path=/head/; revision=54623
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gnome-spell/Makefile9
-rw-r--r--textproc/gnome-spell/distinfo2
-rw-r--r--textproc/gnome-spell/files/patch-po::POTFILES.in11
-rw-r--r--textproc/gnome-spell/pkg-plist3
-rw-r--r--textproc/gnomespell-devel/Makefile9
-rw-r--r--textproc/gnomespell-devel/distinfo2
-rw-r--r--textproc/gnomespell-devel/files/patch-po::POTFILES.in11
-rw-r--r--textproc/gnomespell-devel/pkg-plist3
-rw-r--r--textproc/gnomespell/Makefile9
-rw-r--r--textproc/gnomespell/distinfo2
-rw-r--r--textproc/gnomespell/files/patch-po::POTFILES.in11
-rw-r--r--textproc/gnomespell/pkg-plist3
12 files changed, 18 insertions, 57 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile
index d05493adbb3a..1b06467397a7 100644
--- a/textproc/gnome-spell/Makefile
+++ b/textproc/gnome-spell/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= gnomespell
-PORTVERSION= 0.4
+PORTVERSION= 0.4.1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-spell
DISTNAME= gnome-spell-${PORTVERSION}
+DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/xml-i18n-tools/xml-i18n-extract.in:${PORTSDIR}/textproc/xml-i18n-tools
LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell
USE_X_PREFIX= yes
@@ -26,11 +26,6 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-extract:
-.for file in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
- @${LN} -sf ${LOCALBASE}/share/xml-i18n-tools/${file} ${WRKSRC}/${file}
-.endfor
-
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
diff --git a/textproc/gnome-spell/distinfo b/textproc/gnome-spell/distinfo
index b770b9c46b59..6e635934725d 100644
--- a/textproc/gnome-spell/distinfo
+++ b/textproc/gnome-spell/distinfo
@@ -1 +1 @@
-MD5 (gnome-spell-0.4.tar.gz) = d5c4eb30c9d89cb9c8c823e5115a78c3
+MD5 (gnome/gnome-spell-0.4.1.tar.gz) = 3771305d194314709430f0fd5f5d1ac8
diff --git a/textproc/gnome-spell/files/patch-po::POTFILES.in b/textproc/gnome-spell/files/patch-po::POTFILES.in
deleted file mode 100644
index 128939f94466..000000000000
--- a/textproc/gnome-spell/files/patch-po::POTFILES.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-$FreeBSD$
-
---- po/POTFILES.in 2001/12/29 21:18:06 1.1
-+++ po/POTFILES.in 2001/12/29 21:18:42
-@@ -1,5 +1,4 @@
- gnome-spell/control.c
--gnome-spell/dictionary-factory.c
- gnome-spell/spell-factory.c
- gnome-spell/test-spell.c
- gnome-spell/spell-checker.glade
diff --git a/textproc/gnome-spell/pkg-plist b/textproc/gnome-spell/pkg-plist
index 6b20065bc375..4e673a02c1c6 100644
--- a/textproc/gnome-spell/pkg-plist
+++ b/textproc/gnome-spell/pkg-plist
@@ -8,7 +8,10 @@ share/locale/fr/LC_MESSAGES/gnome-spell.mo
share/locale/lt/LC_MESSAGES/gnome-spell.mo
share/locale/no/LC_MESSAGES/gnome-spell.mo
share/locale/pl/LC_MESSAGES/gnome-spell.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-spell.mo
+share/locale/ru/LC_MESSAGES/gnome-spell.mo
share/locale/sk/LC_MESSAGES/gnome-spell.mo
share/locale/sv/LC_MESSAGES/gnome-spell.mo
+share/locale/tr/LC_MESSAGES/gnome-spell.mo
share/locale/zh_TW/LC_MESSAGES/gnome-spell.mo
@dirrm share/gnome/gnome-spell
diff --git a/textproc/gnomespell-devel/Makefile b/textproc/gnomespell-devel/Makefile
index d05493adbb3a..1b06467397a7 100644
--- a/textproc/gnomespell-devel/Makefile
+++ b/textproc/gnomespell-devel/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= gnomespell
-PORTVERSION= 0.4
+PORTVERSION= 0.4.1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-spell
DISTNAME= gnome-spell-${PORTVERSION}
+DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/xml-i18n-tools/xml-i18n-extract.in:${PORTSDIR}/textproc/xml-i18n-tools
LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell
USE_X_PREFIX= yes
@@ -26,11 +26,6 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-extract:
-.for file in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
- @${LN} -sf ${LOCALBASE}/share/xml-i18n-tools/${file} ${WRKSRC}/${file}
-.endfor
-
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
diff --git a/textproc/gnomespell-devel/distinfo b/textproc/gnomespell-devel/distinfo
index b770b9c46b59..6e635934725d 100644
--- a/textproc/gnomespell-devel/distinfo
+++ b/textproc/gnomespell-devel/distinfo
@@ -1 +1 @@
-MD5 (gnome-spell-0.4.tar.gz) = d5c4eb30c9d89cb9c8c823e5115a78c3
+MD5 (gnome/gnome-spell-0.4.1.tar.gz) = 3771305d194314709430f0fd5f5d1ac8
diff --git a/textproc/gnomespell-devel/files/patch-po::POTFILES.in b/textproc/gnomespell-devel/files/patch-po::POTFILES.in
deleted file mode 100644
index 128939f94466..000000000000
--- a/textproc/gnomespell-devel/files/patch-po::POTFILES.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-$FreeBSD$
-
---- po/POTFILES.in 2001/12/29 21:18:06 1.1
-+++ po/POTFILES.in 2001/12/29 21:18:42
-@@ -1,5 +1,4 @@
- gnome-spell/control.c
--gnome-spell/dictionary-factory.c
- gnome-spell/spell-factory.c
- gnome-spell/test-spell.c
- gnome-spell/spell-checker.glade
diff --git a/textproc/gnomespell-devel/pkg-plist b/textproc/gnomespell-devel/pkg-plist
index 6b20065bc375..4e673a02c1c6 100644
--- a/textproc/gnomespell-devel/pkg-plist
+++ b/textproc/gnomespell-devel/pkg-plist
@@ -8,7 +8,10 @@ share/locale/fr/LC_MESSAGES/gnome-spell.mo
share/locale/lt/LC_MESSAGES/gnome-spell.mo
share/locale/no/LC_MESSAGES/gnome-spell.mo
share/locale/pl/LC_MESSAGES/gnome-spell.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-spell.mo
+share/locale/ru/LC_MESSAGES/gnome-spell.mo
share/locale/sk/LC_MESSAGES/gnome-spell.mo
share/locale/sv/LC_MESSAGES/gnome-spell.mo
+share/locale/tr/LC_MESSAGES/gnome-spell.mo
share/locale/zh_TW/LC_MESSAGES/gnome-spell.mo
@dirrm share/gnome/gnome-spell
diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile
index d05493adbb3a..1b06467397a7 100644
--- a/textproc/gnomespell/Makefile
+++ b/textproc/gnomespell/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= gnomespell
-PORTVERSION= 0.4
+PORTVERSION= 0.4.1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-spell
DISTNAME= gnome-spell-${PORTVERSION}
+DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/xml-i18n-tools/xml-i18n-extract.in:${PORTSDIR}/textproc/xml-i18n-tools
LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell
USE_X_PREFIX= yes
@@ -26,11 +26,6 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-extract:
-.for file in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
- @${LN} -sf ${LOCALBASE}/share/xml-i18n-tools/${file} ${WRKSRC}/${file}
-.endfor
-
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
diff --git a/textproc/gnomespell/distinfo b/textproc/gnomespell/distinfo
index b770b9c46b59..6e635934725d 100644
--- a/textproc/gnomespell/distinfo
+++ b/textproc/gnomespell/distinfo
@@ -1 +1 @@
-MD5 (gnome-spell-0.4.tar.gz) = d5c4eb30c9d89cb9c8c823e5115a78c3
+MD5 (gnome/gnome-spell-0.4.1.tar.gz) = 3771305d194314709430f0fd5f5d1ac8
diff --git a/textproc/gnomespell/files/patch-po::POTFILES.in b/textproc/gnomespell/files/patch-po::POTFILES.in
deleted file mode 100644
index 128939f94466..000000000000
--- a/textproc/gnomespell/files/patch-po::POTFILES.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-$FreeBSD$
-
---- po/POTFILES.in 2001/12/29 21:18:06 1.1
-+++ po/POTFILES.in 2001/12/29 21:18:42
-@@ -1,5 +1,4 @@
- gnome-spell/control.c
--gnome-spell/dictionary-factory.c
- gnome-spell/spell-factory.c
- gnome-spell/test-spell.c
- gnome-spell/spell-checker.glade
diff --git a/textproc/gnomespell/pkg-plist b/textproc/gnomespell/pkg-plist
index 6b20065bc375..4e673a02c1c6 100644
--- a/textproc/gnomespell/pkg-plist
+++ b/textproc/gnomespell/pkg-plist
@@ -8,7 +8,10 @@ share/locale/fr/LC_MESSAGES/gnome-spell.mo
share/locale/lt/LC_MESSAGES/gnome-spell.mo
share/locale/no/LC_MESSAGES/gnome-spell.mo
share/locale/pl/LC_MESSAGES/gnome-spell.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-spell.mo
+share/locale/ru/LC_MESSAGES/gnome-spell.mo
share/locale/sk/LC_MESSAGES/gnome-spell.mo
share/locale/sv/LC_MESSAGES/gnome-spell.mo
+share/locale/tr/LC_MESSAGES/gnome-spell.mo
share/locale/zh_TW/LC_MESSAGES/gnome-spell.mo
@dirrm share/gnome/gnome-spell