Index: Makefile
===================================================================
--- Makefile (nonexistent)
+++ Makefile (revision 5)
@@ -0,0 +1,279 @@
+
+COMPONENT_TARGETS = $(HARDWARE_INTEL_PC32)
+COMPONENT_TARGETS += $(HARDWARE_INTEL_PC64)
+COMPONENT_TARGETS += $(HARDWARE_EBOX_3350DX2)
+COMPONENT_TARGETS += $(HARDWARE_CB1X)
+COMPONENT_TARGETS += $(HARDWARE_CB2X)
+COMPONENT_TARGETS += $(HARDWARE_CB3X)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP2E)
+COMPONENT_TARGETS += $(HARDWARE_NANOPI_NEO)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PL2)
+COMPONENT_TARGETS += $(HARDWARE_WECHIP_TX6)
+COMPONENT_TARGETS += $(HARDWARE_FFRK3288)
+COMPONENT_TARGETS += $(HARDWARE_POIN2)
+COMPONENT_TARGETS += $(HARDWARE_RK3328_CC)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_EDGE)
+COMPONENT_TARGETS += $(HARDWARE_LEEZ_P710)
+COMPONENT_TARGETS += $(HARDWARE_M201)
+COMPONENT_TARGETS += $(HARDWARE_MXV)
+COMPONENT_TARGETS += $(HARDWARE_P201)
+COMPONENT_TARGETS += $(HARDWARE_NEXBOX_A95X)
+COMPONENT_TARGETS += $(HARDWARE_ODROID_C2)
+COMPONENT_TARGETS += $(HARDWARE_P212)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_VIM)
+COMPONENT_TARGETS += $(HARDWARE_Q201)
+COMPONENT_TARGETS += $(HARDWARE_ENYBOX_X2)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_VIM2)
+COMPONENT_TARGETS += $(HARDWARE_NIT6Q)
+COMPONENT_TARGETS += $(HARDWARE_OKMX6DL_C)
+COMPONENT_TARGETS += $(HARDWARE_OKMX6Q_C)
+COMPONENT_TARGETS += $(HARDWARE_BONE_BLACK)
+COMPONENT_TARGETS += $(HARDWARE_OMAP5UEVM)
+COMPONENT_TARGETS += $(HARDWARE_DRA7XXEVM)
+COMPONENT_TARGETS += $(HARDWARE_CI20)
+COMPONENT_TARGETS += $(HARDWARE_BAIKAL_T1)
+COMPONENT_TARGETS += $(HARDWARE_BAIKAL_M1)
+COMPONENT_TARGETS += $(HARDWARE_S824L)
+COMPONENT_TARGETS += $(HARDWARE_VESNIN)
+COMPONENT_TARGETS += $(HARDWARE_S824L_LSB)
+COMPONENT_TARGETS += $(HARDWARE_VESNIN_LSB)
+COMPONENT_TARGETS += $(HARDWARE_TL2WK2)
+COMPONENT_TARGETS += $(HARDWARE_TL2SV2)
+COMPONENT_TARGETS += $(HARDWARE_TL2WK2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_TL2SV2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_SIFIVE_U740)
+
+
+NEED_ABS_PATH = true
+COMPONENT_IS_3PP = true
+
+
+include ../../../../build-system/constants.mk
+
+
+SOURCE_REQUIRES = sources/dict/scowl
+
+REQUIRES = base/radix-system
+
+# ======= __END_OF_REQUIRES__ =======
+
+
+version = 2020.12.07
+tar_gz_archive = $(SRC_PACKAGE_PATH)/dict/scowl/scowl-$(version).tar.gz
+SRC_ARCHIVE = $(tar_gz_archive)
+SRC_DIR = $(TARGET_BUILD_DIR)/scowl-$(version)
+doc_dir_name = words-en_GB-insane-$(version)
+src_done = $(TARGET_BUILD_DIR)/.source_done
+
+readme_file_in = $(CURDIR)/doc/README.in
+
+PATCHES = PATCHES
+
+build_target = $(TARGET_BUILD_DIR)/.build_done
+install_target = $(TARGET_BUILD_DIR)/.install_done
+
+
+####### Targets
+
+PKG_GROUP = dict
+
+#
+# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
+#
+WORDS_PKG_NAME = words-en_GB-insane
+WORDS_PKG_VERSION = 2020.12.07
+WORDS_PKG_ARCH = $(PKGARCH)
+WORDS_PKG_DISTRO_NAME = $(DISTRO_NAME)
+WORDS_PKG_DISTRO_VERSION = $(DISTRO_VERSION)
+WORDS_PKG_GROUP = $(PKG_GROUP)
+### |---handy-ruler-------------------------------|
+WORDS_PKG_SHORT_DESCRIPTION = British English insane wordlist
+WORDS_PKG_URL = $(BUG_URL)
+WORDS_PKG_LICENSE = public
+WORDS_PKG_DESCRIPTION_FILE = $(TARGET_BUILD_DIR)/$(WORDS_PKG_NAME)-pkg-description
+WORDS_PKG_DESCRIPTION_FILE_IN = $(WORDS_PKG_NAME)-pkg-description.in
+WORDS_PKG_INSTALL_SCRIPT = $(TARGET_BUILD_DIR)/$(WORDS_PKG_NAME)-pkg-install.sh
+WORDS_PKG_INSTALL_SCRIPT_IN = $(WORDS_PKG_NAME)-pkg-install.sh.in
+
+WORDS_PKG = $(CURDIR)/$(TARGET_BUILD_DIR)/$(WORDS_PKG_NAME)-package
+
+pkg_basename = $(WORDS_PKG_NAME)-$(WORDS_PKG_VERSION)-$(WORDS_PKG_ARCH)-$(WORDS_PKG_DISTRO_NAME)-$(WORDS_PKG_DISTRO_VERSION)
+
+pkg_archive = $(TARGET_BUILD_DIR)/$(PKG_GROUP)/$(pkg_basename).$(pkg_arch_suffix)
+pkg_certificate = $(call cert-name,$(pkg_archive))
+pkg_signature = $(call sign-name,$(pkg_archive))
+pkg_description = $(call desc-name,$(pkg_archive))
+products = $(call pkg-files,$(pkg_archive))
+
+BUILD_TARGETS = $(build_target)
+BUILD_TARGETS += $(install_target)
+
+PRODUCT_TARGETS = $(products)
+
+ROOTFS_TARGETS = $(pkg_archive)
+
+
+include ../../../../build-system/core.mk
+
+#
+# Values of 'wordlist', 'country' variables should be set by hand
+# according to configuration variables 'sizes', 'spellings' defined
+# below.
+#
+wordlist = british-english-insane
+country = British
+
+man_page_template = $(CURDIR)/man/wordlist.5.in
+
+#
+# available package sizes: small "" large huge insane
+#
+sizes = insane
+
+# scowl file extensions:
+size_exts_small := 10 20 35
+size_exts := $(size_exts_small) 40 50
+size_exts_large := $(size_exts) 55 60 70
+size_exts_huge := $(size_exts_large) 80
+size_exts_insane := $(size_exts_huge) 95
+
+export size_exts_small
+export size_exts
+export size_exts_large
+export size_exts_huge
+export size_exts_insane
+
+#
+# available scowl languages: american british canadian
+#
+spellings := british
+
+# scowl word list classes:
+classes := words proper-names upper contractions
+variants := 0 1
+
+
+####### Dependencies
+
+$(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
+ $(UNPACK_SRC_ARCHIVE)
+ $(APPLY_PATCHES)
+ @touch $@
+
+$(build_target): $(src_done)
+ @( cd $(SRC_DIR) ; \
+ set -e ; \
+ for spelling in $(spellings) ; do \
+ suffix= ; \
+ if [ "$$spelling" == "american" ] ; then suffix="en_US" ; \
+ elif [ "$$spelling" == "british" ] ; then suffix="en_GB" ; \
+ elif [ "$$spelling" == "canadian" ] ; then suffix="en_CA" ; \
+ else suffix= ; \
+ fi ; \
+ for size in $(sizes) ; do \
+ if [ -n "$$size" ] ; then sizename="_$$size" ; size="-$$size" ; else sizename="" ; size="" ; fi ; \
+ echo "" > words-$$suffix$$size.scowl-wordlists ; \
+ echo "The following SCOWL word lists were concatenated and" >> words-$$suffix$$size.scowl-wordlists ; \
+ echo "sorted (with duplicates removed) to create this word" >> words-$$suffix$$size.scowl-wordlists ; \
+ echo "list:" >> words-$$suffix$$size.scowl-wordlists ; \
+ echo "" >> words-$$suffix$$size.scowl-wordlists ; \
+ for class in $(classes) ; do \
+ for ext in $$(eval echo "\$$""size_exts$$sizename") ; do \
+ if [ "$$sizename" != "" ] ; then \
+ echo "####### collecting: class=$$class ext=$$ext size=`echo $$sizename | sed -e 's/^_//'` ..." ; \
+ else \
+ echo "####### collecting: class=$$class ext=$$ext ..." ; \
+ fi ; \
+ if [ -f final/english-$$class.$$ext ] ; then \
+ cat final/english-$$class.$$ext >> $$spelling-english$$size.unsorted ; \
+ echo " english-$$class.$$ext" >> words-$$suffix$$size.scowl-wordlists ; \
+ fi ; \
+ for variant in $(variants) ; do \
+ if [ -f final/variant_$$variant-$$class.$$ext ] ; then \
+ cat final/variant_$$variant-$$class.$$ext >> $$spelling-english$$size.unsorted ; \
+ echo " variant_$$variant-$$class.$$ext" >> words-$$suffix$$size.scowl-wordlists ; \
+ fi ; \
+ done ; \
+ if [ "$$size" = "insane" ] ; then \
+ for special in special_hacker.50 ; do \
+ cat final/final/$$special >> $$spelling-english$$size.unsorted ; \
+ echo " final/$$special" >> words-$$suffix$$size.scowl-wordlists ; \
+ done ; \
+ fi ; \
+ if [ -f final/$$spelling-$$class.$$ext ] ; then \
+ cat final/$$spelling-$$class.$$ext >> $$spelling-english$$size.unsorted ; \
+ echo " $$spelling-$$class.$$ext" >> words-$$suffix$$size.scowl-wordlists ; \
+ fi ; \
+ done ; \
+ done ; \
+ echo "####### dictionary: $$spelling-english$$size - done" ; \
+ cat $$spelling-english$$size.unsorted | sort -u | iconv -f 'iso8859-1' -t 'utf-8' > $$spelling-english$$size ; rm $$spelling-english$$size.unsorted ; \
+ cat $(man_page_template) | sed -e "s/@WORDLIST@/$$spelling-english$$size/g" > $$spelling-english$$size.5 ; \
+ done ; \
+ done \
+ )
+ @touch $@
+
+$(install_target): $(build_target)
+ @mkdir -p $(WORDS_PKG)/usr/share/dict
+ # ======= install wordlists =======
+ @( cd $(SRC_DIR) ; \
+ cp $(wordlist) $(WORDS_PKG)/usr/share/dict ; \
+ chmod 0644 $(WORDS_PKG)/usr/share/dict/* \
+ )
+ # ======= man pages =======
+ @mkdir -p $(WORDS_PKG)/usr/share/man/man5
+ @( cd $(SRC_DIR) ; \
+ cat $(wordlist).5 | gzip -9c > $(WORDS_PKG)/usr/share/man/man5/$(wordlist).5.gz ; \
+ )
+ # ======= SCOWL documentation =======
+ @mkdir -p $(WORDS_PKG)/usr/doc/words/$(doc_dir_name)
+ @cp -a $(SRC_DIR)/Copyright $(WORDS_PKG)/usr/doc/words/$(doc_dir_name)
+ @mkdir -p $(WORDS_PKG)/usr/share/doc/words/$(doc_dir_name)/scowl
+ @( cd $(SRC_DIR) ; \
+ cp -a Copyright README VERSION \
+ $(WORDS_PKG)/usr/share/doc/words/$(doc_dir_name)/scowl ; \
+ )
+ # ======= documentation =======
+ @( cd $(SRC_DIR) ; \
+ cp -a $(WORDS_PKG_NAME).scowl-wordlists \
+ $(WORDS_PKG)/usr/share/doc/words/$(doc_dir_name) ; \
+ )
+ @cat $(readme_file_in) | \
+ $(SED) -e "s/@VERSION@/$(version)/g" | \
+ $(SED) -e "s/@PACKAGE@/$(WORDS_PKG_NAME)/g" > \
+ $(WORDS_PKG)/usr/share/doc/words/$(doc_dir_name)/README
+ # ======= Install the same to $(TARGET_DEST_DIR) =======
+ $(call install-into-devenv, $(WORDS_PKG))
+ @touch $@
+
+$(WORDS_PKG_DESCRIPTION_FILE): $(WORDS_PKG_DESCRIPTION_FILE_IN)
+ @cat $< | $(SED) -e "s/@VERSION@/$(version)/g" | \
+ $(SED) -e "s/@WORDLIST@/$(wordlist)/g" | \
+ $(SED) -e "s/@COUNTRY@/$(country)/g" > $@
+
+$(WORDS_PKG_INSTALL_SCRIPT): $(WORDS_PKG_INSTALL_SCRIPT_IN)
+ @cat $< | $(SED) -e "s/@WORDLIST@/$(wordlist)/g" > $@
+
+$(pkg_certificate) : $(pkg_archive) ;
+$(pkg_signature) : $(pkg_archive) ;
+$(pkg_description) : $(pkg_archive) ;
+
+$(pkg_archive): $(install_target) $(WORDS_PKG_DESCRIPTION_FILE) $(WORDS_PKG_INSTALL_SCRIPT)
+ @cp $(WORDS_PKG_DESCRIPTION_FILE) $(WORDS_PKG)/.DESCRIPTION
+ @cp $(WORDS_PKG_INSTALL_SCRIPT) $(WORDS_PKG)/.INSTALL
+ @chmod a+x $(WORDS_PKG)/.INSTALL
+ @$(BUILD_PKG_REQUIRES) $(WORDS_PKG)/.REQUIRES
+ @echo "pkgname=$(WORDS_PKG_NAME)" > $(WORDS_PKG)/.PKGINFO ; \
+ echo "pkgver=$(WORDS_PKG_VERSION)" >> $(WORDS_PKG)/.PKGINFO ; \
+ echo "arch=$(WORDS_PKG_ARCH)" >> $(WORDS_PKG)/.PKGINFO ; \
+ echo "distroname=$(WORDS_PKG_DISTRO_NAME)" >> $(WORDS_PKG)/.PKGINFO ; \
+ echo "distrover=$(WORDS_PKG_DISTRO_VERSION)" >> $(WORDS_PKG)/.PKGINFO ; \
+ echo "group=$(WORDS_PKG_GROUP)" >> $(WORDS_PKG)/.PKGINFO ; \
+ echo "short_description=\"$(WORDS_PKG_SHORT_DESCRIPTION)\"" >> $(WORDS_PKG)/.PKGINFO ; \
+ echo "url=$(WORDS_PKG_URL)" >> $(WORDS_PKG)/.PKGINFO ; \
+ echo "license=$(WORDS_PKG_LICENSE)" >> $(WORDS_PKG)/.PKGINFO
+ @$(PSEUDO) sh -c "cd $(WORDS_PKG) && \
+ chown -R root:root . && \
+ $(MAKE_PACKAGE) -J --linkadd=yes $(GNUPG_OPTIONS) -m -d .. ."
Index: PATCHES
===================================================================
--- PATCHES (nonexistent)
+++ PATCHES (revision 5)
@@ -0,0 +1,2 @@
+
+../../../../sources/dict/scowl/patches/scowl-2020.12.07-words.patch -p0
Index: doc/README.in
===================================================================
--- doc/README.in (nonexistent)
+++ doc/README.in (revision 5)
@@ -0,0 +1,17 @@
+
+The English word lists (words-en_US*, words-en_GB*, words-en_CA*) and
+the 'scowl' package are all built from the upstream SCOWL word lists.
+See the SCOWL package's copyright file 'scowl/Copiright' here for more
+details about SCOWL.
+
+The 'scowl' package installs the raw SCOWL 'scowl-@VERSION@/final/'
+word lists into '/usr/share/dict/scowl' directory.
+See '/usr/share/doc/scowl-@VERSION@/README' or 'scowl/README' here
+for documentation about those individual word list files.
+
+For the English word lists, we use an appropriate collection of SCOWL
+word lists for each specific language/spelling and complexity. The file
+'/usr/share/doc/words/@PACKAGE@-@VERSION@/@PACKAGE@.scowl-wordlists'
+lists the specific scowl files that were used to create the
+'@PACKAGE@-@VERSION@' word list.
+
Index: doc
===================================================================
--- doc (nonexistent)
+++ doc (revision 5)
Property changes on: doc
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: man/wordlist.5.in
===================================================================
--- man/wordlist.5.in (nonexistent)
+++ man/wordlist.5.in (revision 5)
@@ -0,0 +1,46 @@
+.TH @WORDLIST@ 5 "10 July 2014" "Andrey V.Kosteltsev" "Users' Manual"
+.SH NAME
+.B @WORDLIST@
+\- a list of English words
+.SH DESCRIPTION
+.B /usr/share/dict/@WORDLIST@
+is an ASCII file which contains an alphabetic list of words, one per
+line.
+.SH FILES
+The directory
+.I /usr/share/dict
+can contain word lists for many languages.
+.I /usr/share/dict/words
+is a symbolic link to the currently-chosen
+.I /usr/share/dict/<language>
+file.
+.PP
+Word lists for other languages may be added using the English name for
+that language, e.g.,
+.IR /usr/share/dict/french ,
+.IR /usr/share/dict/danish ,
+etc.
+These should, if possible, use an ISO 8859 character set which is appropriate
+for the language in question; if possible the Latin1 (ISO 8859-1) character set
+should be used (this is often not possible).
+.SH "SEE ALSO"
+.BR ispell (1),
+.BR look (1),
+and the
+.I Filesystem Hierarchy
+.IB Standard .
+.SH HISTORY
+The words lists are not specific, and may be generated from any number
+of sources.
+.PP
+The system word list used to be
+.IR /usr/dict/words .
+For compatibility, software should check that location if
+.I /usr/share/dict/words
+does not exist.
+.SH AUTHOR
+Word lists are collected and maintained by various authors.
+.PP
+This English word lists are built from the SCOWL (Spell\-Checker
+Oriented Word Lists) package, whose upstream editor is
+Kevin Atkinson <kevina@users.sourceforge.net>.
Index: man
===================================================================
--- man (nonexistent)
+++ man (revision 5)
Property changes on: man
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: words-en_GB-insane-pkg-description.in
===================================================================
--- words-en_GB-insane-pkg-description.in (nonexistent)
+++ words-en_GB-insane-pkg-description.in (revision 5)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+words-en_GB-insane: words-en_GB-insane @VERSION@ (@WORDLIST@ wordlist)
+words-en_GB-insane:
+words-en_GB-insane: This package provides the /usr/share/dict/@WORDLIST@
+words-en_GB-insane: file containing a list of English words with @COUNTRY@ spellings.
+words-en_GB-insane: This list can be used by spelling checkers, and by programs such
+words-en_GB-insane: as look(1).
+words-en_GB-insane:
+words-en_GB-insane: There are also normal size, 'small', 'large', and 'huge' versions
+words-en_GB-insane: of this word list, and there are words-en_US* and words-en_CA*
+words-en_GB-insane: packages as well.
+words-en_GB-insane:
Index: words-en_GB-insane-pkg-install.sh.in
===================================================================
--- words-en_GB-insane-pkg-install.sh.in (nonexistent)
+++ words-en_GB-insane-pkg-install.sh.in (revision 5)
@@ -0,0 +1,63 @@
+#!/bin/sh
+
+# Preserve new files
+install_file() {
+ NEW="$1"
+ OLD="`dirname $NEW`/`basename $NEW .new`"
+ # If there's no file by that name, mv it over:
+ if [ ! -r $OLD ]; then
+ mv $NEW $OLD
+ elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy
+ rm $NEW
+ fi
+ # Otherwise, we leave the .new copy for the admin to consider...
+}
+
+
+# arg 1: the new package version
+pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
+ slink=`echo @WORDLIST@ | cut -f 1 -d '-'`
+ ( cd usr/share/dict
+ if [ ! -L "$slink" -o ! -f "`readlink $slink`" ] ; then
+ ln -sf @WORDLIST@ $slink
+ fi
+ )
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+pre_update() {
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_update() {
+ post_install
+}
+
+# arg 1: the old package version
+pre_remove() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ slink=`echo @WORDLIST@ | cut -f 1 -d '-'`
+ ( cd usr/share/dict
+ if [ -L "$slink" -a ! -f "`readlink $slink`" ] ; then
+ rm -f $slink
+ fi
+ )
+}
+
+
+operation=$1
+shift
+
+$operation $*
Property changes on: words-en_GB-insane-pkg-install.sh.in
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: .
===================================================================
--- . (nonexistent)
+++ . (revision 5)
Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~