PSARC 2015/228 GNU aspell
authorRich Burridge <rich.burridge@oracle.com>
Mon, 05 Oct 2015 14:26:30 -0700
changeset 4919 d8b2584438d0
parent 4918 f8b5f8d82eec
child 4920 fb5cd3cc0073
PSARC 2015/228 GNU aspell 21036957 We should add aspell to Userland
components/aspell/Makefile
components/aspell/aspell-en.p5m
components/aspell/aspell.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/aspell/Makefile	Mon Oct 05 14:26:30 2015 -0700
@@ -0,0 +1,103 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		aspell
+COMPONENT_VERSION=	0.60.6.1
+COMPONENT_PROJECT_URL=	http://aspell.net/
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1
+COMPONENT_ARCHIVE_URL=	ftp://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
+
+COMPONENT_NAME_1=	aspell6-en
+COMPONENT_VERSION_1=	7.1-0
+COMPONENT_SRC_1=	$(COMPONENT_NAME_1)-$(COMPONENT_VERSION_1)
+COMPONENT_ARCHIVE_1=	$(COMPONENT_SRC_1).tar.bz2
+COMPONENT_ARCHIVE_HASH_1= \
+    sha256:ff9df3c2e8c5bb19c6a66078b36a0ef4c4dfb0fcb969e29f7b5345e26d748d0a
+COMPONENT_ARCHIVE_URL_1= ftp://ftp.gnu.org/gnu/$(COMPONENT_NAME)/dict/en/$(COMPONENT_ARCHIVE_1)
+SOURCE_DIR_1=		$(COMPONENT_DIR)/$(COMPONENT_SRC_1)
+
+COMPONENT_BUGDB=	utility/aspell
+
+TPNO=			23575
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
+include $(WS_MAKE_RULES)/ips.mk
+
+COMPILER =		gcc
+GCC_ROOT =		/usr/gcc/4.8
+
+ASPELL_BIN_DIR.32 =	$(PROTOUSRBINDIR)
+ASPELL_BIN_DIR.64 =	$(PROTOUSRBINDIR64)
+ASPELL_BIN_DIR =	$(ASPELL_BIN_DIR.$(BITS))
+
+ASPELL_LIB_DIR.32 =	$(PROTOUSRLIBDIR)
+ASPELL_LIB_DIR.64 =	$(PROTOUSRLIBDIR64)
+ASPELL_LIB_DIR =	$(ASPELL_LIB_DIR.$(BITS))
+
+# Needed to successfully find .../gen/mk-dirs_h.pl
+COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
+
+# Needed to configure, build and install the aspell English dictionary.
+COMPONENT_POST_INSTALL_ACTION += \
+	(cd $(SOURCE_DIR_1) ; \
+		PATH="$(ASPELL_BIN_DIR):$(PATH)" \
+		./configure --vars \
+		    ASPELL_FLAGS=--data-dir=$(ASPELL_LIB_DIR)/aspell-0.60 \
+		    DESTDIR=$(PROTO_DIR));
+COMPONENT_POST_INSTALL_ACTION += \
+	(cd $(SOURCE_DIR_1) ; \
+		export LD_LIBRARY_PATH=$(ASPELL_LIB_DIR); \
+		PATH="$(ASPELL_BIN_DIR):$(PATH)" \
+		$(GMAKE) install);
+
+CXX +=			$(CC_BITS)
+CC +=			$(CC_BITS)
+
+LD_OPTIONS +=		-lm
+CONFIGURE_ENV +=	LD_OPTIONS="$(LD_OPTIONS)"
+
+CLEAN_PATHS +=		$(SOURCE_DIR_1)
+PKG_PROTO_DIRS +=	$(SOURCE_DIR_1)
+
+ASLR_MODE = $(ASLR_ENABLE)
+
+configure:	$(CONFIGURE_32_and_64)
+
+build:		$(BUILD_32_and_64)
+
+install:	$(INSTALL_32_and_64)
+
+test:		$(NO_TESTS)
+
+REQUIRED_PACKAGES += library/ncurses
+REQUIRED_PACKAGES += runtime/perl-512
+REQUIRED_PACKAGES += shell/ksh93
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/math
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/aspell/aspell-en.p5m	Mon Oct 05 14:26:30 2015 -0700
@@ -0,0 +1,113 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr/lib/$(MACH64)/aspell-0.60/(.+)$ -> set action.hash %<\1> >
+set name=pkg.fmri \
+    value=pkg:/text/aspell/dictionary/en@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU Aspell English dictionary"
+set name=com.oracle.info.description value="the GNU Aspell English dictionary"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:System/Text Tools"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/228
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=usr/lib/$(MACH64)/aspell-0.60/american-variant_0.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/american-variant_1.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/american-w_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/american-wo_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/american.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-ise-w_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-ise-wo_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-ise.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-ize-w_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-ize-wo_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-ize.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-variant_0.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-variant_1.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-w_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british-wo_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/british.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/canadian-variant_0.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/canadian-variant_1.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/canadian-w_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/canadian-wo_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/canadian.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/en-common.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en-variant_0.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en-variant_0.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en-variant_1.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en-variant_1.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en-variant_2.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en-variant_2.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en-w_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en-w_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en-wo_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en-wo_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en.dat
+file path=usr/lib/$(MACH64)/aspell-0.60/en.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-variant_0.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-variant_0.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-variant_1.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-variant_1.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-w_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-w_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-wo_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA-wo_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_CA.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ise-w_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ise-w_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ise-wo_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ise-wo_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ise.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ize-w_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ize-w_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ize-wo_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ize-wo_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-ize.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-variant_0.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-variant_0.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-variant_1.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-variant_1.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-w_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB-wo_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_GB.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_US-variant_0.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_US-variant_1.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_US-w_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_US-w_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_US-wo_accents-only.rws
+file path=usr/lib/$(MACH64)/aspell-0.60/en_US-wo_accents.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_US.multi
+file path=usr/lib/$(MACH64)/aspell-0.60/en_affix.dat
+file path=usr/lib/$(MACH64)/aspell-0.60/en_phonet.dat
+file path=usr/lib/$(MACH64)/aspell-0.60/english-variant_0.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/english-variant_1.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/english-variant_2.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/english-w_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/english-wo_accents.alias
+file path=usr/lib/$(MACH64)/aspell-0.60/english.alias
+license Copyright license="GNU Aspell English dictionary license"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/aspell/aspell.p5m	Mon Oct 05 14:26:30 2015 -0700
@@ -0,0 +1,168 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+set name=pkg.fmri \
+    value=pkg:/text/aspell@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU Aspell spell checker"
+set name=com.oracle.info.description value="the GNU Aspell spell checker"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:System/Text Tools"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/228
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file usr/bin/$(MACH64)/aspell path=usr/bin/aspell
+file usr/bin/$(MACH64)/aspell-import path=usr/bin/aspell-import
+file usr/bin/$(MACH64)/run-with-aspell path=usr/bin/run-with-aspell
+file usr/bin/$(MACH64)/word-list-compress path=usr/bin/word-list-compress
+file path=usr/include/aspell.h
+file path=usr/include/pspell/pspell.h
+file path=usr/lib/$(MACH64)/aspell-0.60/ccpp.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/comment.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/context-filter.info
+file path=usr/lib/$(MACH64)/aspell-0.60/context-filter.so
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1250.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1250.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1251.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1251.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1252.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1252.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1253.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1253.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1254.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1254.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1255.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1255.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1256.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1256.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1257.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1257.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1258.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/cp1258.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/dvorak.kbd
+file path=usr/lib/$(MACH64)/aspell-0.60/email-filter.info
+file path=usr/lib/$(MACH64)/aspell-0.60/email-filter.so
+file path=usr/lib/$(MACH64)/aspell-0.60/email.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/html-filter.info
+file path=usr/lib/$(MACH64)/aspell-0.60/html.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-1.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-1.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-10.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-10.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-11.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-11.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-13.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-13.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-14.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-14.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-15.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-15.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-16.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-16.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-2.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-2.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-3.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-3.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-4.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-4.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-5.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-5.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-6.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-6.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-7.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-7.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-8.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-8.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-9.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/iso-8859-9.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/ispell
+file path=usr/lib/$(MACH64)/aspell-0.60/koi8-r.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/koi8-r.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/koi8-u.cmap
+file path=usr/lib/$(MACH64)/aspell-0.60/koi8-u.cset
+file path=usr/lib/$(MACH64)/aspell-0.60/none.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/nroff-filter.info
+file path=usr/lib/$(MACH64)/aspell-0.60/nroff-filter.so
+file path=usr/lib/$(MACH64)/aspell-0.60/nroff.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/perl.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/sgml-filter.info
+file path=usr/lib/$(MACH64)/aspell-0.60/sgml-filter.so
+file path=usr/lib/$(MACH64)/aspell-0.60/sgml.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/spell
+file path=usr/lib/$(MACH64)/aspell-0.60/split.kbd
+file path=usr/lib/$(MACH64)/aspell-0.60/standard.kbd
+file path=usr/lib/$(MACH64)/aspell-0.60/tex-filter.info
+file path=usr/lib/$(MACH64)/aspell-0.60/tex-filter.so
+file path=usr/lib/$(MACH64)/aspell-0.60/tex.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/texinfo-filter.info
+file path=usr/lib/$(MACH64)/aspell-0.60/texinfo-filter.so
+file path=usr/lib/$(MACH64)/aspell-0.60/texinfo.amf
+file path=usr/lib/$(MACH64)/aspell-0.60/url.amf
+link path=usr/lib/$(MACH64)/libaspell.so target=libaspell.so.15.1.5
+link path=usr/lib/$(MACH64)/libaspell.so.15 target=libaspell.so.15.1.5
+file path=usr/lib/$(MACH64)/libaspell.so.15.1.5
+link path=usr/lib/libaspell.so target=libaspell.so.15.1.5
+link path=usr/lib/libaspell.so.15 target=libaspell.so.15.1.5
+file path=usr/lib/libaspell.so.15.1.5
+file path=usr/share/info/aspell-dev.info
+file path=usr/share/info/aspell.info
+file path=usr/share/locale/ast/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/be/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/ca/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/cs/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/da/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/de/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/es/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/fi/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/fr/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/ga/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/id/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/it/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/ja/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/mn/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/ms/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/nl/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/ro/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/ru/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/rw/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/sk/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/sl/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/sr/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/sv/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/tg/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/uk/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/vi/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/wa/LC_MESSAGES/aspell.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/aspell.mo
+file path=usr/share/man/man1/aspell-import.1
+file path=usr/share/man/man1/aspell.1
+file path=usr/share/man/man1/run-with-aspell.1
+file path=usr/share/man/man1/word-list-compress.1
+license COPYING license=LGPLv2.1
+depend type=require fmri=text/aspell-en