[Midnightbsd-cvs] mports [24663] trunk/textproc: add enchant 2 and gspell.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 22 10:44:35 EST 2018
Revision: 24663
http://svnweb.midnightbsd.org/mports/?rev=24663
Author: laffer1
Date: 2018-11-22 10:44:35 -0500 (Thu, 22 Nov 2018)
Log Message:
-----------
add enchant 2 and gspell. modify enchant to not conflict
Modified Paths:
--------------
trunk/textproc/Makefile
trunk/textproc/enchant/Makefile
trunk/textproc/enchant/files/patch-configure
trunk/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp
trunk/textproc/enchant/pkg-plist
Added Paths:
-----------
trunk/textproc/enchant/files/patch-src_enchant.c
trunk/textproc/enchant2/
trunk/textproc/enchant2/Makefile
trunk/textproc/enchant2/distinfo
trunk/textproc/enchant2/files/
trunk/textproc/enchant2/files/patch-configure
trunk/textproc/enchant2/pkg-descr
trunk/textproc/enchant2/pkg-plist
trunk/textproc/gspell/
trunk/textproc/gspell/Makefile
trunk/textproc/gspell/distinfo
trunk/textproc/gspell/pkg-descr
trunk/textproc/gspell/pkg-plist
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2018-11-22 15:40:14 UTC (rev 24662)
+++ trunk/textproc/Makefile 2018-11-22 15:44:35 UTC (rev 24663)
@@ -28,6 +28,7 @@
SUBDIR += elasticsearch
SUBDIR += elasticsearch2
SUBDIR += enchant
+SUBDIR += enchant2
SUBDIR += exempi
SUBDIR += expat2
SUBDIR += fixrtf
@@ -39,6 +40,7 @@
SUBDIR += gnugrep
SUBDIR += groff
SUBDIR += gsed
+SUBDIR += gspell
SUBDIR += gtk-doc
SUBDIR += gtkspell
SUBDIR += gtkspell3
Modified: trunk/textproc/enchant/Makefile
===================================================================
--- trunk/textproc/enchant/Makefile 2018-11-22 15:40:14 UTC (rev 24662)
+++ trunk/textproc/enchant/Makefile 2018-11-22 15:44:35 UTC (rev 24663)
@@ -2,7 +2,7 @@
PORTNAME= enchant
PORTVERSION= 1.6.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= textproc gnome
MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
DIST_SUBDIR= gnome2
@@ -14,7 +14,7 @@
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= gmake libtool:keepla pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig
USE_GNOME= glib20
CONFIGURE_ARGS= --disable-uspell \
--disable-voikko
@@ -48,7 +48,8 @@
ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell
ISPELL_CONFIGURE_ENABLE= ispell
-ZEMBEREK_LIb_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
+ZEMBEREK_LIB_DEPENDS= libdbus-1.so:devel/dbus \
+ libdbus-glib-1.so:devel/dbus-glib
ZEMBEREK_CONFIGURE_ENABLE= zemberek
post-patch:
@@ -55,4 +56,8 @@
@${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \
${WRKSRC}/install-sh
+post-install:
+ @cd ${STAGEDIR}${PREFIX}/share/enchant/ && \
+ ${MV} enchant.ordering enchant1.ordering
+
.include <bsd.port.mk>
Modified: trunk/textproc/enchant/files/patch-configure
===================================================================
--- trunk/textproc/enchant/files/patch-configure 2018-11-22 15:40:14 UTC (rev 24662)
+++ trunk/textproc/enchant/files/patch-configure 2018-11-22 15:44:35 UTC (rev 24663)
@@ -1,6 +1,6 @@
---- configure.orig 2013-08-16 18:30:56.000000000 +0200
-+++ configure 2013-08-16 18:31:33.000000000 +0200
-@@ -18213,7 +18213,7 @@
+--- configure.orig 2010-04-01 20:56:39 UTC
++++ configure
+@@ -18213,7 +18213,7 @@ if test "x$ac_cv_lib_aspell_get_aspell_dict_info_list"
fi
Added: trunk/textproc/enchant/files/patch-src_enchant.c
===================================================================
--- trunk/textproc/enchant/files/patch-src_enchant.c (rev 0)
+++ trunk/textproc/enchant/files/patch-src_enchant.c 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,11 @@
+--- src/enchant.c.orig 2018-04-01 15:42:47 UTC
++++ src/enchant.c
+@@ -1558,7 +1558,7 @@ enchant_load_provider_ordering (EnchantBroker * broker
+ for (iter = conf_dirs; iter; iter = iter->next)
+ {
+ char *ordering_file;
+- ordering_file = g_build_filename (iter->data, "enchant.ordering", NULL);
++ ordering_file = g_build_filename (iter->data, "enchant1.ordering", NULL);
+ enchant_load_ordering_from_file (broker, ordering_file);
+ g_free (ordering_file);
+ }
Property changes on: trunk/textproc/enchant/files/patch-src_enchant.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp
===================================================================
--- trunk/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp 2018-11-22 15:40:14 UTC (rev 24662)
+++ trunk/textproc/enchant/files/patch-src_myspell_myspell__checker.cpp 2018-11-22 15:44:35 UTC (rev 24663)
@@ -1,6 +1,6 @@
--- src/myspell/myspell_checker.cpp.orig 2010-04-01 20:53:37 UTC
+++ src/myspell/myspell_checker.cpp
-@@ -427,7 +427,7 @@ MySpellChecker::requestDictionary(const
+@@ -427,7 +427,7 @@ MySpellChecker::requestDictionary(const char *szLang)
if(myspell == NULL){
return false;
}
Modified: trunk/textproc/enchant/pkg-plist
===================================================================
--- trunk/textproc/enchant/pkg-plist 2018-11-22 15:40:14 UTC (rev 24662)
+++ trunk/textproc/enchant/pkg-plist 2018-11-22 15:44:35 UTC (rev 24663)
@@ -19,4 +19,4 @@
lib/libenchant.so.1.6.0
libdata/pkgconfig/enchant.pc
man/man1/enchant.1.gz
-%%DATADIR%%/enchant.ordering
+%%DATADIR%%/enchant1.ordering
Added: trunk/textproc/enchant2/Makefile
===================================================================
--- trunk/textproc/enchant2/Makefile (rev 0)
+++ trunk/textproc/enchant2/Makefile 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,52 @@
+# $MidnightBSD$
+
+PORTNAME= enchant
+PORTVERSION= 2.2.3
+CATEGORIES= textproc gnome
+MASTER_SITES= https://github.com/AbiWord/enchant/releases/download/v${PORTVERSION}/
+PKGNAMESUFFIX= 2
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Dictionary/spellchecking framework
+
+LICENSE= lgpl2.1
+LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+
+USES= compiler:c++11-lib gmake libtool localbase pathfix pkgconfig
+USE_GNOME= glib20
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --without-applespell \
+ --without-voikko
+
+INSTALL_TARGET= install-strip
+
+OPTIONS_MULTI= SPELL
+OPTIONS_MULTI_SPELL=ASPELL HSPELL HUNSPELL ZEMBEREK
+OPTIONS_DEFAULT=HUNSPELL
+OPTIONS_SUB= yes
+HSPELL_DESC= Spell checking via Hspell
+HUNSPELL_DESC= Spell checking via Hunspell
+ZEMBEREK_DESC= Spell checking via Zemberek
+
+ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell
+ASPELL_CONFIGURE_WITH= aspell
+ASPELL_CONFIGURE_ON= --with-aspell-dir=${LOCALBASE}/share/aspell
+
+HSPELL_LIB_DEPENDS= libhspell.so.0:hebrew/hspell
+HSPELL_CONFIGURE_WITH= hspell
+HSPELL_CONFIGURE_ON= --with-hspell-dir=${LOCALBASE}/share/hspell
+
+HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
+HUNSPELL_CONFIGURE_WITH= hunspell
+HUNSPELL_CONFIGURE_ON= --with-hunspell-dir=${LOCALBASE}/share/hunspell
+
+ZEMBEREK_LIB_DEPENDS= libdbus-1.so:devel/dbus \
+ libdbus-glib-1.so:devel/dbus-glib
+ZEMBEREK_CONFIGURE_WITH= zemberek
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \
+ ${WRKSRC}/install-sh
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/enchant2/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/enchant2/distinfo
===================================================================
--- trunk/textproc/enchant2/distinfo (rev 0)
+++ trunk/textproc/enchant2/distinfo 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522593522
+SHA256 (enchant-2.2.3.tar.gz) = abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d
+SIZE (enchant-2.2.3.tar.gz) = 957451
Property changes on: trunk/textproc/enchant2/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/enchant2/files/patch-configure
===================================================================
--- trunk/textproc/enchant2/files/patch-configure (rev 0)
+++ trunk/textproc/enchant2/files/patch-configure 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,10 @@
+--- configure.orig 2018-04-01 16:42:52.206302000 +0200
++++ configure 2018-04-01 16:45:42.802072000 +0200
+@@ -23534,7 +23534,6 @@
+
+
+
+- p
+ # When compiling with GCC, prefer -isystem to -I when including system
+ # include files, to avoid generating useless diagnostics for the files.
+ ISYSTEM='-isystem '
Property changes on: trunk/textproc/enchant2/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/enchant2/pkg-descr
===================================================================
--- trunk/textproc/enchant2/pkg-descr (rev 0)
+++ trunk/textproc/enchant2/pkg-descr 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,10 @@
+Enchant aims to provide a simple but comprehensive abstraction for dealing
+with different spell checking libraries in a consistent way. A client, such
+as a text editor or word processor, need not know anything about a specific
+spell-checker, and since all back-ends are plugins, new spell-checkers can
+be added without needing any change to the program using Enchant.
+
+Enchant can be configured by the user, who can even add spell-checker
+plugins if desired.
+
+WWW: https://abiword.github.io/enchant/
Property changes on: trunk/textproc/enchant2/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/enchant2/pkg-plist
===================================================================
--- trunk/textproc/enchant2/pkg-plist (rev 0)
+++ trunk/textproc/enchant2/pkg-plist 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,21 @@
+bin/enchant-2
+bin/enchant-lsmod-2
+include/enchant-2/enchant++.h
+include/enchant-2/enchant-provider.h
+include/enchant-2/enchant.h
+%%ASPELL%%lib/enchant-2/enchant_aspell.a
+%%ASPELL%%lib/enchant-2/enchant_aspell.so
+%%HSPELL%%lib/enchant-2/enchant_hspell.a
+%%HSPELL%%lib/enchant-2/enchant_hspell.so
+%%HUNSPELL%%lib/enchant-2/enchant_hunspell.a
+%%HUNSPELL%%lib/enchant-2/enchant_hunspell.so
+%%ZEMBEREK%%lib/enchant-2/enchant_zemberek.a
+%%ZEMBEREK%%lib/enchant-2/enchant_zemberek.so
+lib/libenchant-2.a
+lib/libenchant-2.so
+lib/libenchant-2.so.2
+lib/libenchant-2.so.2.2.3
+libdata/pkgconfig/enchant-2.pc
+man/man1/enchant-2.1.gz
+man/man1/enchant-lsmod-2.1.gz
+%%DATADIR%%/enchant.ordering
Property changes on: trunk/textproc/enchant2/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/gspell/Makefile
===================================================================
--- trunk/textproc/gspell/Makefile (rev 0)
+++ trunk/textproc/gspell/Makefile 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,36 @@
+# $MidnightBSD$
+
+PORTNAME= gspell
+PORTVERSION= 1.8.1
+CATEGORIES= textproc
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Spell checking for GTK+
+
+LICENSE= lgpl2.1
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= valac:lang/vala \
+ iso-codes>=3.57:misc/iso-codes
+LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
+ libfribidi.so:converters/fribidi
+
+PORTSCOUT= limitw:even
+
+USES= gmake iconv libtool pathfix pkgconfig tar:xz
+USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection:build \
+ libxml2 pango
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+
+CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
+
+OPTIONS_DEFINE= NLS
+NLS_USES= gettext-tools
+NLS_CONFIGURE_ENABLE= nls
+OPTIONS_SUB= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/gspell/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/gspell/distinfo
===================================================================
--- trunk/textproc/gspell/distinfo (rev 0)
+++ trunk/textproc/gspell/distinfo 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529611128
+SHA256 (gnome3/gspell-1.8.1.tar.xz) = 819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5
+SIZE (gnome3/gspell-1.8.1.tar.xz) = 419268
Property changes on: trunk/textproc/gspell/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/gspell/pkg-descr
===================================================================
--- trunk/textproc/gspell/pkg-descr (rev 0)
+++ trunk/textproc/gspell/pkg-descr 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,4 @@
+gspell provides a flexible API to implement the spell checking in a GTK+
+application.
+
+WWW: https://wiki.gnome.org/Projects/gspell
Property changes on: trunk/textproc/gspell/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/gspell/pkg-plist
===================================================================
--- trunk/textproc/gspell/pkg-plist (rev 0)
+++ trunk/textproc/gspell/pkg-plist 2018-11-22 15:44:35 UTC (rev 24663)
@@ -0,0 +1,104 @@
+bin/gspell-app1
+include/gspell-1/gspell/gspell-checker-dialog.h
+include/gspell-1/gspell/gspell-checker.h
+include/gspell-1/gspell/gspell-entry-buffer.h
+include/gspell-1/gspell/gspell-entry.h
+include/gspell-1/gspell/gspell-enum-types.h
+include/gspell-1/gspell/gspell-language-chooser-button.h
+include/gspell-1/gspell/gspell-language-chooser-dialog.h
+include/gspell-1/gspell/gspell-language-chooser.h
+include/gspell-1/gspell/gspell-language.h
+include/gspell-1/gspell/gspell-navigator-text-view.h
+include/gspell-1/gspell/gspell-navigator.h
+include/gspell-1/gspell/gspell-text-buffer.h
+include/gspell-1/gspell/gspell-text-view.h
+include/gspell-1/gspell/gspell-version.h
+include/gspell-1/gspell/gspell.h
+lib/girepository-1.0/Gspell-1.typelib
+lib/libgspell-1.so
+lib/libgspell-1.so.2
+lib/libgspell-1.so.2.3.0
+libdata/pkgconfig/gspell-1.pc
+share/gir-1.0/Gspell-1.gir
+share/gtk-doc/html/gspell-1.0/GspellChecker.html
+share/gtk-doc/html/gspell-1.0/GspellCheckerDialog.html
+share/gtk-doc/html/gspell-1.0/GspellEntry.html
+share/gtk-doc/html/gspell-1.0/GspellEntryBuffer.html
+share/gtk-doc/html/gspell-1.0/GspellLanguage.html
+share/gtk-doc/html/gspell-1.0/GspellLanguageChooser.html
+share/gtk-doc/html/gspell-1.0/GspellLanguageChooserButton.html
+share/gtk-doc/html/gspell-1.0/GspellLanguageChooserDialog.html
+share/gtk-doc/html/gspell-1.0/GspellNavigator.html
+share/gtk-doc/html/gspell-1.0/GspellNavigatorTextView.html
+share/gtk-doc/html/gspell-1.0/GspellTextBuffer.html
+share/gtk-doc/html/gspell-1.0/GspellTextView.html
+share/gtk-doc/html/gspell-1.0/GtkEntry-support.html
+share/gtk-doc/html/gspell-1.0/GtkTextView-support.html
+share/gtk-doc/html/gspell-1.0/annexes.html
+share/gtk-doc/html/gspell-1.0/annotation-glossary.html
+share/gtk-doc/html/gspell-1.0/api-index-1-2.html
+share/gtk-doc/html/gspell-1.0/api-index-1-4.html
+share/gtk-doc/html/gspell-1.0/api-index-1-6.html
+share/gtk-doc/html/gspell-1.0/api-index-full.html
+share/gtk-doc/html/gspell-1.0/api-reference.html
+share/gtk-doc/html/gspell-1.0/core-classes.html
+share/gtk-doc/html/gspell-1.0/gspell-1.0.devhelp2
+share/gtk-doc/html/gspell-1.0/home.png
+share/gtk-doc/html/gspell-1.0/index.html
+share/gtk-doc/html/gspell-1.0/intro.html
+share/gtk-doc/html/gspell-1.0/language-choosers.html
+share/gtk-doc/html/gspell-1.0/left-insensitive.png
+share/gtk-doc/html/gspell-1.0/left.png
+share/gtk-doc/html/gspell-1.0/object-tree.html
+share/gtk-doc/html/gspell-1.0/right-insensitive.png
+share/gtk-doc/html/gspell-1.0/right.png
+share/gtk-doc/html/gspell-1.0/spell-checker-dialog.html
+share/gtk-doc/html/gspell-1.0/style.css
+share/gtk-doc/html/gspell-1.0/up-insensitive.png
+share/gtk-doc/html/gspell-1.0/up.png
+%%NLS%%share/locale/ar/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ca at valencia/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/da/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/de/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/el/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/es/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/fur/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/he/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/id/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/it/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ml/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ne/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/gspell-1.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/gspell-1.mo
+share/vala/vapi/gspell-1.deps
+share/vala/vapi/gspell-1.vapi
Property changes on: trunk/textproc/gspell/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list