initial import of aspell 0.33.6:
-- Aspell is an Open Source spell checker designed to eventually replace Ispell. Its main feature is that it does a much better job of coming up with possible suggestions than Ispell does. In fact recent tests shows that it even does better than Microsoft Word 97's spell checker or just about any other spell checker I have seen. It also has support for checking (La)TeX and Html files, and run time support for other non English languages. Aspell also is a library however the recommend way to use aspell is through the Pspell library as the actual interface to the aspell library is constantly changing. WWW: http://aspell.sourceforge.net/
This commit is contained in:
parent
e7a12de079
commit
261cceb3bb
101
textproc/aspell/Makefile
Normal file
101
textproc/aspell/Makefile
Normal file
@ -0,0 +1,101 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
|
||||
COMMENT= "spell checker designed to eventually replace Ispell"
|
||||
COMMENT-danish= "aspell dictionary fro Danish"
|
||||
COMMENT-dutch= "aspell dictionary fro Dutch"
|
||||
COMMENT-french= "aspell dictionary for French"
|
||||
COMMENT-swedish= "aspell dictionary for Swedish"
|
||||
|
||||
V= 0
|
||||
SV= .33.6
|
||||
PKGNAME= aspell-${V}${SV}
|
||||
DISTNAME= aspell-${SV}
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.402
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= David Lebel <lebel@openbsd.org>
|
||||
|
||||
HOMEPAGE= http://aspell.sourceforge.net/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= aspell
|
||||
|
||||
LIB_DEPENDS= pspell-modules.1::textproc/pspell \
|
||||
ltdl.1::devel/libtool
|
||||
|
||||
# francais dictionary
|
||||
FRENCH_DIST= aspell-dict-francais-0.05
|
||||
MASTER_SITES0= http://dept-info.labri.u-bordeaux.fr/~vanicat/aspell/
|
||||
DISTFILES+= ${FRENCH_DIST}.tar.gz:0
|
||||
|
||||
# swedish dictionary
|
||||
SWEDISH_DIST= aspell-swedish-0.2
|
||||
MASTER_SITES1= http://www.dtek.chalmers.se/~d95mback/aspell/
|
||||
DISTFILES+= ${SWEDISH_DIST}.tar.gz:1
|
||||
|
||||
# dutch dictionary
|
||||
DUTCH_DIST= nl-aspell-0.1
|
||||
MASTER_SITES2=http://tinf2.vub.ac.be/~dvermeir/software/dv/nl-aspell/download/
|
||||
DISTFILES+= ${DUTCH_DIST}.tar.gz:2
|
||||
|
||||
# danish dictionary
|
||||
DANISH_DIST= aspell-da-1.4.14
|
||||
MASTER_SITES3= http://da.speling.org/filer/
|
||||
DISTFILES+= ${DANISH_DIST}.tar.gz:3
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--enable-doc-dir=${PREFIX}/share/doc/aspell
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MULTI_PACKAGES= -french -swedish -dutch -danish
|
||||
.for i in ${MULTI_PACKAGES}
|
||||
PKGNAME$i= aspell$i-${V}${SV}
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
@patch -s -d ${WRKDIR}/${FRENCH_DIST} \
|
||||
< ${FILESDIR}/patch-francais-Makefile
|
||||
|
||||
post-build:
|
||||
# francais
|
||||
@echo "==> French dictionary"
|
||||
@(cd ${WRKDIR}/${FRENCH_DIST}; ${MAKE_PROGRAM} WRKSRC=$(WRKSRC))
|
||||
# swedish
|
||||
@echo "==> Swedish dictionary"
|
||||
@cp ${FILESDIR}/swedish-Makefile ${WRKDIR}/${SWEDISH_DIST}/Makefile
|
||||
@(cd ${WRKDIR}/${SWEDISH_DIST}; ${MAKE_PROGRAM} WRKSRC=$(WRKSRC))
|
||||
# dutch
|
||||
@echo "==> Dutch dictionary"
|
||||
@cp ${FILESDIR}/dutch-Makefile \
|
||||
${WRKDIR}/${DUTCH_DIST}/nl-aspell/Makefile
|
||||
@(cd ${WRKDIR}/${DUTCH_DIST}/nl-aspell; \
|
||||
${MAKE_PROGRAM} WRKSRC=$(WRKSRC))
|
||||
# danish
|
||||
@echo "==> Danish dictionary"
|
||||
@cp ${FILESDIR}/danish-Makefile ${WRKDIR}/${DANISH_DIST}/Makefile
|
||||
@(cd ${WRKDIR}/${DANISH_DIST}; ${MAKE_PROGRAM} WRKSRC=$(WRKSRC))
|
||||
|
||||
post-install:
|
||||
# francais
|
||||
@(cd ${WRKDIR}/${FRENCH_DIST}; \
|
||||
${MAKE_PROGRAM} WRKSRC=$(WRKSRC) install)
|
||||
# swedish
|
||||
@(cd ${WRKDIR}/${SWEDISH_DIST}; \
|
||||
${MAKE_PROGRAM} WRKSRC=$(WRKSRC) install)
|
||||
# dutch
|
||||
@(cd ${WRKDIR}/${DUTCH_DIST}/nl-aspell; \
|
||||
${MAKE_PROGRAM} WRKSRC=$(WRKSRC) install)
|
||||
# danish
|
||||
@(cd ${WRKDIR}/${DANISH_DIST}; \
|
||||
${MAKE_PROGRAM} WRKSRC=$(WRKSRC) install)
|
||||
|
||||
.include <bsd.port.mk>
|
30
textproc/aspell/files/danish-Makefile
Normal file
30
textproc/aspell/files/danish-Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: danish-Makefile,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
|
||||
CONFIG=dansk.dat
|
||||
PHONET=dansk_phonet.dat
|
||||
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
|
||||
pkgdatadir = `$(WRKSRC)/src/aspell dump config | grep "data-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
pkglibdir = `$(WRKSRC)/src/aspell dump config | grep "dict-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
pspell_pkgdatadir=`pspell-config pkgdatadir`
|
||||
|
||||
all: build da-aspell.pwli
|
||||
|
||||
build:
|
||||
@(for i in $(WRKSRC)/data/*.dat; do ln -sf $$i; done)
|
||||
./unsq < words-da.sq | $(WRKSRC)/src/aspell --data-dir=. --lang=dansk \
|
||||
create master ./dansk
|
||||
|
||||
da-aspell.pwli:
|
||||
@echo $(pkglibdir)/dansk > da-aspell.pwli
|
||||
|
||||
install: dansk
|
||||
${INSTALL} -d $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pspell_pkgdatadir)
|
||||
${INSTALL_DATA} $(CONFIG) $(DESTDIR)$(pkgdatadir)
|
||||
${INSTALL_DATA} $(PHONET) $(DESTDIR)$(pkgdatadir)
|
||||
${INSTALL_DATA} ./dansk $(DESTDIR)$(pkglibdir)
|
||||
ln -sf dansk $(DESTDIR)$(pkglibdir)/danish
|
||||
${INSTALL_DATA} da-aspell.pwli $(DESTDIR)$(pspell_pkgdatadir)
|
||||
|
||||
# vim:sw=8:tw=72:ts=8:ft=make
|
27
textproc/aspell/files/dutch-Makefile
Normal file
27
textproc/aspell/files/dutch-Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: dutch-Makefile,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
|
||||
CONFIG=dutch.dat
|
||||
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
|
||||
pkgdatadir = `$(WRKSRC)/src/aspell dump config | grep "data-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
pkglibdir = `$(WRKSRC)/src/aspell dump config | grep "dict-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
pspell_pkgdatadir=`pspell-config pkgdatadir`
|
||||
|
||||
all: build nl-aspell.pwli
|
||||
|
||||
build:
|
||||
@(for i in $(WRKSRC)/data/*.dat; do ln -sf $$i; done)
|
||||
$(WRKSRC)/src/aspell --data-dir=. --lang=dutch \
|
||||
create master ./dutch < dutch.words
|
||||
|
||||
nl-aspell.pwli:
|
||||
@echo $(pkglibdir)/dutch > nl-aspell.pwli
|
||||
|
||||
install: dutch
|
||||
${INSTALL} -d $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pspell_pkgdatadir)
|
||||
${INSTALL_DATA} $(CONFIG) $(DESTDIR)$(pkgdatadir)
|
||||
${INSTALL_DATA} ./dutch $(DESTDIR)$(pkglibdir)
|
||||
${INSTALL_DATA} nl-aspell.pwli $(DESTDIR)$(pspell_pkgdatadir)
|
||||
|
||||
# vim:sw=8:tw=72:ts=8:ft=make
|
15
textproc/aspell/files/md5
Normal file
15
textproc/aspell/files/md5
Normal file
@ -0,0 +1,15 @@
|
||||
MD5 (aspell-.33.6.tar.gz) = 46afd29e689c8df98a94ce9da75f6a3d
|
||||
MD5 (aspell-da-1.4.14.tar.gz) = 4f97052f798cfab1657c218aa4e5db4f
|
||||
MD5 (aspell-dict-francais-0.05.tar.gz) = f784b50d4f89fd675e574045a9c13c32
|
||||
MD5 (aspell-swedish-0.2.tar.gz) = 1123ec3a9d0de616a8da255025c2ab3b
|
||||
MD5 (nl-aspell-0.1.tar.gz) = 0e2544a569cb9cb5e8580cf377742dad
|
||||
RMD160 (aspell-.33.6.tar.gz) = bd52a64a48601b13049ccbda0b94eb1343a278dc
|
||||
RMD160 (aspell-da-1.4.14.tar.gz) = bf7e2da0b2a84ddce76aec09a900b4b99c706eec
|
||||
RMD160 (aspell-dict-francais-0.05.tar.gz) = 723da24ea5c40a25da62cd09b0858c50ffe5f614
|
||||
RMD160 (aspell-swedish-0.2.tar.gz) = d8858971b5a5cfd8de76fc740ca9cdcfaa59986e
|
||||
RMD160 (nl-aspell-0.1.tar.gz) = 29818512be7631145f8a8ea32ef7d2bea7718e31
|
||||
SHA1 (aspell-.33.6.tar.gz) = e44baf380204cb93c68871fe58ef3ad3eca9f9fd
|
||||
SHA1 (aspell-da-1.4.14.tar.gz) = bb8fe664043bc453a754cce2684b3f7fcbc4e140
|
||||
SHA1 (aspell-dict-francais-0.05.tar.gz) = 15e7e90bb32e47ec689b502c36813f4823e4efab
|
||||
SHA1 (aspell-swedish-0.2.tar.gz) = 3aaf682a76f4e5812a6c94537e865a4739cd7355
|
||||
SHA1 (nl-aspell-0.1.tar.gz) = e1d2b31264867b293b2ef79445376906bd1d4ece
|
24
textproc/aspell/files/patch-francais-Makefile
Normal file
24
textproc/aspell/files/patch-francais-Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
$OpenBSD: patch-francais-Makefile,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
--- Makefile Mon May 21 12:44:06 2001
|
||||
+++ Makefile.t Mon May 21 12:44:46 2001
|
||||
@@ -6,8 +6,8 @@
|
||||
CONFIG = francais.dat
|
||||
PHONET = francais_phonet.dat
|
||||
|
||||
-pkgdatadir = `aspell dump config | grep "data-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
-pkglibdir = `aspell dump config | grep "dict-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
+pkgdatadir = `$(WRKSRC)/src/aspell dump config | grep "data-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
+pkglibdir = `$(WRKSRC)/src/aspell dump config | grep "dict-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
pspell_pkgdatadir = `pspell-config pkgdatadir`
|
||||
|
||||
INSTALL = /usr/bin/install -c
|
||||
@@ -16,7 +16,8 @@
|
||||
all: francais fr-aspell.pwli
|
||||
|
||||
francais: $(DICT) $(PHONET) $(CONFIG)
|
||||
- word-list-compress d < $(DICT) | aspell --local-data-dir=. --lang=francais create master ./francais
|
||||
+ @(for i in $(WRKSRC)/data/*.dat; do ln -sf $$i; done)
|
||||
+ $(WRKSRC)/src/word-list-compress d < $(DICT) | $(WRKSRC)/src/aspell --local-data-dir=. --lang=francais create master ./francais
|
||||
|
||||
fr-aspell.pwli:
|
||||
echo $(pkglibdir)/francais > fr-aspell.pwli
|
30
textproc/aspell/files/swedish-Makefile
Normal file
30
textproc/aspell/files/swedish-Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: swedish-Makefile,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
|
||||
PHONET=swedish_phonet.dat
|
||||
CONFIG=swedish.dat
|
||||
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
|
||||
pkgdatadir = `$(WRKSRC)/src/aspell dump config | grep "data-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
pkglibdir = `$(WRKSRC)/src/aspell dump config | grep "dict-dir current" | grep -v "local-data-dir current" | sed 's/^.*: \(.*\)$$/\1/'`
|
||||
pspell_pkgdatadir=`pspell-config pkgdatadir`
|
||||
|
||||
all: build se-aspell.pwli
|
||||
|
||||
build:
|
||||
@(for i in $(WRKSRC)/data/*.dat; do ln -sf $$i; done)
|
||||
$(WRKSRC)/src/aspell --data-dir=. --lang=swedish \
|
||||
create master ./swedish < svenska.ordlista
|
||||
|
||||
se-aspell.pwli:
|
||||
@echo $(pkglibdir)/svenska > se-aspell.pwli
|
||||
|
||||
install: swedish
|
||||
${INSTALL} -d $(DESTDIR)$(pkgdatadir) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pspell_pkgdatadir)
|
||||
${INSTALL_DATA} $(PHONET) $(DESTDIR)$(pkgdatadir)
|
||||
${INSTALL_DATA} $(CONFIG) $(DESTDIR)$(pkgdatadir)
|
||||
${INSTALL_DATA} ./swedish $(DESTDIR)$(pkglibdir)
|
||||
ln -fs swedish $(DESTDIR)$(pkglibdir)/svenska
|
||||
${INSTALL_DATA} se-aspell.pwli $(DESTDIR)$(pspell_pkgdatadir)
|
||||
|
||||
# vim:sw=8:tw=72:ts=8:ft=make
|
11
textproc/aspell/pkg/DESCR
Normal file
11
textproc/aspell/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
Aspell is an Open Source spell checker designed to eventually replace
|
||||
Ispell. Its main feature is that it does a much better job of
|
||||
coming up with possible suggestions than Ispell does. In fact recent
|
||||
tests shows that it even does better than Microsoft Word 97's spell
|
||||
checker or just about any other spell checker I have seen. It also
|
||||
has support for checking (La)TeX and Html files, and run time support
|
||||
for other non English languages. Aspell also is a library however
|
||||
the recommend way to use aspell is through the Pspell library as
|
||||
the actual interface to the aspell library is constantly changing.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
13
textproc/aspell/pkg/DESCR-danish
Normal file
13
textproc/aspell/pkg/DESCR-danish
Normal file
@ -0,0 +1,13 @@
|
||||
Aspell is an Open Source spell checker designed to eventually replace
|
||||
Ispell. Its main feature is that it does a much better job of
|
||||
coming up with possible suggestions than Ispell does. In fact recent
|
||||
tests shows that it even does better than Microsoft Word 97's spell
|
||||
checker or just about any other spell checker I have seen. It also
|
||||
has support for checking (La)TeX and Html files, and run time support
|
||||
for other non English languages. Aspell also is a library however
|
||||
the recommend way to use aspell is through the Pspell library as
|
||||
the actual interface to the aspell library is constantly changing.
|
||||
|
||||
This package add a Danish dictionary that can be used by aspell.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
13
textproc/aspell/pkg/DESCR-dutch
Normal file
13
textproc/aspell/pkg/DESCR-dutch
Normal file
@ -0,0 +1,13 @@
|
||||
Aspell is an Open Source spell checker designed to eventually replace
|
||||
Ispell. Its main feature is that it does a much better job of
|
||||
coming up with possible suggestions than Ispell does. In fact recent
|
||||
tests shows that it even does better than Microsoft Word 97's spell
|
||||
checker or just about any other spell checker I have seen. It also
|
||||
has support for checking (La)TeX and Html files, and run time support
|
||||
for other non English languages. Aspell also is a library however
|
||||
the recommend way to use aspell is through the Pspell library as
|
||||
the actual interface to the aspell library is constantly changing.
|
||||
|
||||
This package add a Dutch dictionary that can be used by aspell.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
13
textproc/aspell/pkg/DESCR-french
Normal file
13
textproc/aspell/pkg/DESCR-french
Normal file
@ -0,0 +1,13 @@
|
||||
Aspell is an Open Source spell checker designed to eventually replace
|
||||
Ispell. Its main feature is that it does a much better job of
|
||||
coming up with possible suggestions than Ispell does. In fact recent
|
||||
tests shows that it even does better than Microsoft Word 97's spell
|
||||
checker or just about any other spell checker I have seen. It also
|
||||
has support for checking (La)TeX and Html files, and run time support
|
||||
for other non English languages. Aspell also is a library however
|
||||
the recommend way to use aspell is through the Pspell library as
|
||||
the actual interface to the aspell library is constantly changing.
|
||||
|
||||
This package add a French dictionary that can be used by aspell.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
13
textproc/aspell/pkg/DESCR-swedish
Normal file
13
textproc/aspell/pkg/DESCR-swedish
Normal file
@ -0,0 +1,13 @@
|
||||
Aspell is an Open Source spell checker designed to eventually replace
|
||||
Ispell. Its main feature is that it does a much better job of
|
||||
coming up with possible suggestions than Ispell does. In fact recent
|
||||
tests shows that it even does better than Microsoft Word 97's spell
|
||||
checker or just about any other spell checker I have seen. It also
|
||||
has support for checking (La)TeX and Html files, and run time support
|
||||
for other non English languages. Aspell also is a library however
|
||||
the recommend way to use aspell is through the Pspell library as
|
||||
the actual interface to the aspell library is constantly changing.
|
||||
|
||||
This package add a Swedish dictionary that can be used by aspell.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
203
textproc/aspell/pkg/PLIST
Normal file
203
textproc/aspell/pkg/PLIST
Normal file
@ -0,0 +1,203 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
bin/aspell
|
||||
bin/run-with-aspell
|
||||
bin/word-list-compress
|
||||
include/aspell/amanager.hh
|
||||
include/aspell/app_string.hh
|
||||
include/aspell/as_config.h
|
||||
include/aspell/asuggest.hh
|
||||
include/aspell/bad_value.hh
|
||||
include/aspell/basic_list.hh
|
||||
include/aspell/block_slist-t.hh
|
||||
include/aspell/block_slist.hh
|
||||
include/aspell/block_vector.hh
|
||||
include/aspell/bskip-t.hh
|
||||
include/aspell/bskip.hh
|
||||
include/aspell/check.hh
|
||||
include/aspell/clone_ptr-t.hh
|
||||
include/aspell/clone_ptr.hh
|
||||
include/aspell/config.hh
|
||||
include/aspell/config_data.hh
|
||||
include/aspell/const_string.hh
|
||||
include/aspell/copy_ptr-t.hh
|
||||
include/aspell/copy_ptr.hh
|
||||
include/aspell/data.hh
|
||||
include/aspell/editdist.hh
|
||||
include/aspell/editdist2.hh
|
||||
include/aspell/email-t.hh
|
||||
include/aspell/email.hh
|
||||
include/aspell/emulation.hh
|
||||
include/aspell/exception.hh
|
||||
include/aspell/file_exceps.hh
|
||||
include/aspell/file_util.hh
|
||||
include/aspell/filter.hh
|
||||
include/aspell/generic_copy_ptr-t.hh
|
||||
include/aspell/generic_copy_ptr.hh
|
||||
include/aspell/hash-t.hh
|
||||
include/aspell/hash.hh
|
||||
include/aspell/hash_const_string.hh
|
||||
include/aspell/hash_repl-p.hh
|
||||
include/aspell/hash_repl-t.hh
|
||||
include/aspell/hash_repl.hh
|
||||
include/aspell/hash_simple_string.hh
|
||||
include/aspell/hash_string.hh
|
||||
include/aspell/hash_string_s.hh
|
||||
include/aspell/invalid_flag.hh
|
||||
include/aspell/invalid_word.hh
|
||||
include/aspell/itr_equal.hh
|
||||
include/aspell/language.hh
|
||||
include/aspell/language_exceps.hh
|
||||
include/aspell/leditdist.hh
|
||||
include/aspell/manager.hh
|
||||
include/aspell/map_repl.hh
|
||||
include/aspell/map_repl_read.hh
|
||||
include/aspell/matrix.hh
|
||||
include/aspell/object.hh
|
||||
include/aspell/phonet.hh
|
||||
include/aspell/phonetic.hh
|
||||
include/aspell/primes.hh
|
||||
include/aspell/refcount.hh
|
||||
include/aspell/repl-t.hh
|
||||
include/aspell/repl.hh
|
||||
include/aspell/repl_func.hh
|
||||
include/aspell/repl_util.hh
|
||||
include/aspell/sgml-t.hh
|
||||
include/aspell/sgml.hh
|
||||
include/aspell/simple_fstream.hh
|
||||
include/aspell/simple_string.hh
|
||||
include/aspell/single_repl.hh
|
||||
include/aspell/skip-t.hh
|
||||
include/aspell/skip.hh
|
||||
include/aspell/split.hh
|
||||
include/aspell/str_repl.hh
|
||||
include/aspell/string_buffer.hh
|
||||
include/aspell/string_map.hh
|
||||
include/aspell/substr_repl-t.hh
|
||||
include/aspell/substr_repl.hh
|
||||
include/aspell/suggest.hh
|
||||
include/aspell/tex-t.hh
|
||||
include/aspell/tex.hh
|
||||
include/aspell/tl_string_map.hh
|
||||
include/aspell/token.hh
|
||||
include/aspell/trim_space.hh
|
||||
include/aspell/try_hard.hh
|
||||
include/aspell/typo_editdist.hh
|
||||
include/aspell/urlskip-t.hh
|
||||
include/aspell/urlskip.hh
|
||||
include/aspell/utf8-t.hh
|
||||
include/aspell/utf8.hh
|
||||
include/aspell/vector_hash-t.hh
|
||||
include/aspell/vector_hash.hh
|
||||
include/aspell/weights.hh
|
||||
lib/aspell/american-med-only
|
||||
lib/aspell/american-med.multi
|
||||
lib/aspell/american.multi
|
||||
lib/aspell/british-med-only
|
||||
lib/aspell/british-med.multi
|
||||
lib/aspell/british.multi
|
||||
lib/aspell/canadian-med-only
|
||||
lib/aspell/canadian-med.multi
|
||||
lib/aspell/canadian.multi
|
||||
lib/aspell/english-med-only
|
||||
lib/aspell/english-variant-0
|
||||
lib/aspell/english-variant-1
|
||||
lib/aspell/english-variant-2
|
||||
lib/aspell/english.multi
|
||||
lib/libaspell.a
|
||||
lib/libaspell.la
|
||||
lib/libpspell_aspell.a
|
||||
lib/libpspell_aspell.la
|
||||
share/aspell/ASCII.dat
|
||||
share/aspell/ASCII.map
|
||||
share/aspell/SGML.map
|
||||
share/aspell/english.dat
|
||||
share/aspell/english_phonet.dat
|
||||
share/aspell/iso8859-1.dat
|
||||
share/aspell/iso8859-1.map
|
||||
share/aspell/iso8859-10.dat
|
||||
share/aspell/iso8859-10.map
|
||||
share/aspell/iso8859-2.dat
|
||||
share/aspell/iso8859-2.map
|
||||
share/aspell/iso8859-3.dat
|
||||
share/aspell/iso8859-3.map
|
||||
share/aspell/iso8859-4.dat
|
||||
share/aspell/iso8859-4.map
|
||||
share/aspell/iso8859-5.dat
|
||||
share/aspell/iso8859-5.map
|
||||
share/aspell/iso8859-6.dat
|
||||
share/aspell/iso8859-6.map
|
||||
share/aspell/iso8859-7.dat
|
||||
share/aspell/iso8859-7.map
|
||||
share/aspell/iso8859-8.dat
|
||||
share/aspell/iso8859-8.map
|
||||
share/aspell/iso8859-9.dat
|
||||
share/aspell/iso8859-9.map
|
||||
share/aspell/ispell
|
||||
share/aspell/koi8-f.dat
|
||||
share/aspell/koi8-r.dat
|
||||
share/aspell/spell
|
||||
share/aspell/standard.kbd
|
||||
share/aspell/unicode.dat
|
||||
share/aspell/viscii.dat
|
||||
share/aspell/viscii.map
|
||||
share/doc/aspell/man-html/1_Introduction.html
|
||||
share/doc/aspell/man-html/2_Getting.html
|
||||
share/doc/aspell/man-html/3_Basic.html
|
||||
share/doc/aspell/man-html/4_Managing.html
|
||||
share/doc/aspell/man-html/5_Customizing.html
|
||||
share/doc/aspell/man-html/6_Writing.html
|
||||
share/doc/aspell/man-html/7_International.html
|
||||
share/doc/aspell/man-html/8_How.html
|
||||
share/doc/aspell/man-html/A_Changelog.html
|
||||
share/doc/aspell/man-html/About_this.html
|
||||
share/doc/aspell/man-html/B_Do.html
|
||||
share/doc/aspell/man-html/C_Support.html
|
||||
share/doc/aspell/man-html/Contents.html
|
||||
share/doc/aspell/man-html/D_Credits.html
|
||||
share/doc/aspell/man-html/E_Glossary.html
|
||||
share/doc/aspell/man-html/F_Copyright.html
|
||||
share/doc/aspell/man-html/contents.png
|
||||
share/doc/aspell/man-html/index.html
|
||||
share/doc/aspell/man-html/manual.css
|
||||
share/doc/aspell/man-html/manual.html
|
||||
share/doc/aspell/man-html/next.png
|
||||
share/doc/aspell/man-html/next_g.png
|
||||
share/doc/aspell/man-html/prev.png
|
||||
share/doc/aspell/man-html/prev_g.png
|
||||
share/doc/aspell/man-html/up.png
|
||||
share/doc/aspell/man-html/up_g.png
|
||||
share/doc/aspell/man-text/1_Introduction.txt
|
||||
share/doc/aspell/man-text/2_Getting.txt
|
||||
share/doc/aspell/man-text/3_Basic.txt
|
||||
share/doc/aspell/man-text/4_Managing.txt
|
||||
share/doc/aspell/man-text/5_Customizing.txt
|
||||
share/doc/aspell/man-text/6_Writing.txt
|
||||
share/doc/aspell/man-text/7_International.txt
|
||||
share/doc/aspell/man-text/8_How.txt
|
||||
share/doc/aspell/man-text/A_Changelog.txt
|
||||
share/doc/aspell/man-text/About_this.txt
|
||||
share/doc/aspell/man-text/B_Do.txt
|
||||
share/doc/aspell/man-text/C_Support.txt
|
||||
share/doc/aspell/man-text/Contents.txt
|
||||
share/doc/aspell/man-text/D_Credits.txt
|
||||
share/doc/aspell/man-text/E_Glossary.txt
|
||||
share/doc/aspell/man-text/F_Copyright.txt
|
||||
share/doc/aspell/man-text/index.txt
|
||||
share/doc/aspell/man-text/manual.txt
|
||||
share/doc/aspell/manual.aux
|
||||
share/doc/aspell/manual.dvi
|
||||
share/doc/aspell/manual.tex
|
||||
share/doc/aspell/manual2.lyx
|
||||
share/pspell/en-american-aspell.pwli
|
||||
share/pspell/en-american-med-aspell.pwli
|
||||
share/pspell/en-aspell.pwli
|
||||
share/pspell/en-british-aspell.pwli
|
||||
share/pspell/en-british-med-aspell.pwli
|
||||
share/pspell/en-canadian-aspell.pwli
|
||||
share/pspell/en-canadian-med-aspell.pwli
|
||||
@dirrm share/doc/aspell/man-text
|
||||
@dirrm share/doc/aspell/man-html
|
||||
@dirrm share/doc/aspell
|
||||
@dirrm share/aspell
|
||||
@dirrm lib/aspell
|
||||
@dirrm include/aspell
|
7
textproc/aspell/pkg/PLIST-danish
Normal file
7
textproc/aspell/pkg/PLIST-danish
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-danish,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
@pkgdep aspell-*
|
||||
lib/aspell/dansk
|
||||
lib/aspell/danish
|
||||
share/aspell/dansk.dat
|
||||
share/aspell/dansk_phonet.dat
|
||||
share/pspell/da-aspell.pwli
|
5
textproc/aspell/pkg/PLIST-dutch
Normal file
5
textproc/aspell/pkg/PLIST-dutch
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-dutch,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
@pkgdep aspell-*
|
||||
lib/aspell/dutch
|
||||
share/aspell/dutch.dat
|
||||
share/pspell/nl-aspell.pwli
|
7
textproc/aspell/pkg/PLIST-french
Normal file
7
textproc/aspell/pkg/PLIST-french
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-french,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
@pkgdep aspell-*
|
||||
lib/aspell/francais
|
||||
lib/aspell/french
|
||||
share/aspell/francais.dat
|
||||
share/aspell/francais_phonet.dat
|
||||
share/pspell/fr-aspell.pwli
|
7
textproc/aspell/pkg/PLIST-swedish
Normal file
7
textproc/aspell/pkg/PLIST-swedish
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST-swedish,v 1.1.1.1 2001/05/23 21:25:43 lebel Exp $
|
||||
@pkgdep aspell-*
|
||||
lib/aspell/svenska
|
||||
lib/aspell/swedish
|
||||
share/aspell/swedish.dat
|
||||
share/aspell/swedish_phonet.dat
|
||||
share/pspell/se-aspell.pwli
|
Loading…
Reference in New Issue
Block a user