Remove old layout gunk.
This commit is contained in:
parent
be444d29d0
commit
c63d68dab5
@ -1,95 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2003/11/19 16:42:33 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2003/11/21 05:11:04 jolan Exp $
|
||||
|
||||
COMMENT= "spell checker designed to eventually replace Ispell"
|
||||
COMMENT-br= "aspell dictionary for Breton"
|
||||
COMMENT-ca= "aspell dictionary for Catalan"
|
||||
COMMENT-cs= "aspell dictionary for Czech"
|
||||
COMMENT-cy= "aspell dictionary for Welsh"
|
||||
COMMENT-da= "aspell dictionary for Danish"
|
||||
COMMENT-de= "aspell dictionary for German"
|
||||
COMMENT-el= "aspell dictionary for Greek"
|
||||
COMMENT-eo= "aspell dictionary for Esperanto"
|
||||
COMMENT-es= "aspell dictionary for Spanish"
|
||||
COMMENT-fo= "aspell dictionary for Faroese"
|
||||
COMMENT-fr= "aspell dictionary for French"
|
||||
COMMENT-it= "aspell dictionary for Italian"
|
||||
COMMENT-nl= "aspell dictionary for Dutch"
|
||||
COMMENT-no= "aspell dictionary for Norwegian"
|
||||
COMMENT-pl= "aspell dictionary for Polish"
|
||||
COMMENT-pt= "aspell dictionary for Portuguese"
|
||||
COMMENT-ro= "aspell dictionary for Romanian"
|
||||
COMMENT-ru= "aspell dictionary for Russian"
|
||||
COMMENT-sk= "aspell dictionary for Slovak"
|
||||
COMMENT-sv= "aspell dictionary for Swedish"
|
||||
COMMENT-uk= "aspell dictionary for Ukrainian"
|
||||
SUBDIR+= core
|
||||
SUBDIR+= dicts
|
||||
|
||||
VERSION= 0.50.3
|
||||
DISTNAME= aspell-${VERSION}
|
||||
DIST_SUBDIR= aspell
|
||||
CATEGORIES= textproc
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
HOMEPAGE= http://aspell.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= gcc3
|
||||
MODGCC3_ARCHES= sparc64
|
||||
MODGCC3_LANGS= C++
|
||||
|
||||
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=${CONFIGURE_SHARED} --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
DICTS= br-0.50-2 ca-0.50-2 cs-0.50-2 cy-0.50-3 da-0.50-2 de-0.50-2 \
|
||||
el-0.50-3 en-0.51-0 eo-0.50-2 es-0.50-2 fo-0.50-2 fr-0.50-2 \
|
||||
fr-0.50-3 it-0.50-2 nl-0.50-2 no-0.50-2 pl-0.50-2 pt-0.50-2 \
|
||||
ro-0.50-2 ru-0.50-2 sk-0.50-2 sv-0.50-2 uk-0.50-3
|
||||
|
||||
.for i in ${DICTS}
|
||||
DISTFILES+= aspell-$i.tar.bz2
|
||||
.endfor
|
||||
|
||||
MULTI_PACKAGES= -br -ca -cs -cy -da -de -el -eo -es -fo -fr \
|
||||
-it -nl -no -pl -pt -ro -ru -sk -sv -uk
|
||||
|
||||
.for i in ${MULTI_PACKAGES}
|
||||
PKGNAME$i= aspell$i-${VERSION}
|
||||
.endfor
|
||||
|
||||
SUBPACKAGE?=
|
||||
|
||||
.if defined(PACKAGING) && !empty(SUBPACKAGE)
|
||||
RUN_DEPENDS= ::textproc/aspell
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
.for i in ${DICTS}
|
||||
${ECHO_MSG} "===> Building for aspell-$i"; \
|
||||
cd ${WRKDIR}/aspell-$i; \
|
||||
ASPELL=${WRKSRC}/prog/aspell \
|
||||
WORD_LIST_COMPRESS=${WRKSRC}/prog/word-list-compress \
|
||||
./configure; \
|
||||
for i in ${WRKSRC}/data/*.dat; do ln -sf $$i; done; \
|
||||
ASPELL=${WRKSRC}/src/aspell \
|
||||
WORD_LIST_COMPRESS=${WRKSRC}/src/word-list-compress \
|
||||
${MAKE} ${MAKE_FLAGS}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
.for i in ${DICTS}
|
||||
${ECHO_MSG} "===> Faking installation for aspell-$i"; \
|
||||
cd ${WRKDIR}/aspell-$i; \
|
||||
ASPELL=${WRKSRC}/prog/aspell \
|
||||
WORD_LIST_COMPRESS=${WRKSRC}/prog/word-list-compress \
|
||||
${MAKE} ${FAKE_FLAGS} install
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
@ -1,72 +0,0 @@
|
||||
MD5 (aspell/aspell-0.50.3.tar.gz) = a3bf0d46303ffb0beab8121bbc3311a3
|
||||
MD5 (aspell/aspell-br-0.50-2.tar.bz2) = 800c7a28e09bd7734d1501cb7a91ad8f
|
||||
MD5 (aspell/aspell-ca-0.50-2.tar.bz2) = c593ae266d3e48e4d482ff9b9a52acdd
|
||||
MD5 (aspell/aspell-cs-0.50-2.tar.bz2) = ac4ea210149e6b312b63a862c27df5b4
|
||||
MD5 (aspell/aspell-cy-0.50-3.tar.bz2) = d59fee193dba87973b38ac2862a090bb
|
||||
MD5 (aspell/aspell-da-0.50-2.tar.bz2) = c023f246ef448128e6a3b93388ed57e7
|
||||
MD5 (aspell/aspell-de-0.50-2.tar.bz2) = 204a9737ff0110fb8c7d284bd7200f7d
|
||||
MD5 (aspell/aspell-el-0.50-3.tar.bz2) = 0ea2c42ceb9b91f7f5de2c017234ad37
|
||||
MD5 (aspell/aspell-en-0.51-0.tar.bz2) = 8f1eab27d02e44b15c833d5a7b24f9cd
|
||||
MD5 (aspell/aspell-eo-0.50-2.tar.bz2) = f84147f5909e1a5f7adb86f27c71eb8c
|
||||
MD5 (aspell/aspell-es-0.50-2.tar.bz2) = 4a8583e9ef9f4aed03f5a7fe09d40060
|
||||
MD5 (aspell/aspell-fo-0.50-2.tar.bz2) = 9a1031062c72ffce7dac284ed0006a02
|
||||
MD5 (aspell/aspell-fr-0.50-2.tar.bz2) = 10da01938ec743b16e1dbf0d9abaffbf
|
||||
MD5 (aspell/aspell-fr-0.50-3.tar.bz2) = 53a2d05c4e8f7fabd3cefe24db977be7
|
||||
MD5 (aspell/aspell-it-0.50-2.tar.bz2) = efa602e47fc49db2cc670f7e5c1628e1
|
||||
MD5 (aspell/aspell-nl-0.50-2.tar.bz2) = c3ef9fd7dc4c47d816eee9ef5149c76a
|
||||
MD5 (aspell/aspell-no-0.50-2.tar.bz2) = b24b20ad02ce2a569f71f949b48823cc
|
||||
MD5 (aspell/aspell-pl-0.50-2.tar.bz2) = a56f6f7e0ad8eb2dce9e8724b2c7496e
|
||||
MD5 (aspell/aspell-pt-0.50-2.tar.bz2) = e4e15179f90b76ec0336b687d1293edd
|
||||
MD5 (aspell/aspell-ro-0.50-2.tar.bz2) = 96d97a79a0a0e04c580e0d0671d650c9
|
||||
MD5 (aspell/aspell-ru-0.50-2.tar.bz2) = d7add85adeef2ea36457ea811d52c295
|
||||
MD5 (aspell/aspell-sk-0.50-2.tar.bz2) = 8f4db7bf8ffe8c49cd16621620a43240
|
||||
MD5 (aspell/aspell-sv-0.50-2.tar.bz2) = 8d50ddf72f750d187b0ffc440328db84
|
||||
MD5 (aspell/aspell-uk-0.50-3.tar.bz2) = 0b37b59539424a6980814ce5392725a8
|
||||
RMD160 (aspell/aspell-0.50.3.tar.gz) = e51e0b4255887068e86160f9d2076b772c52c181
|
||||
RMD160 (aspell/aspell-br-0.50-2.tar.bz2) = 6ba96ddb2b9f56decbc06e821844d849b90bc57b
|
||||
RMD160 (aspell/aspell-ca-0.50-2.tar.bz2) = 3c17ae5a7ec08033049e2afd9e68ab54f63535a8
|
||||
RMD160 (aspell/aspell-cs-0.50-2.tar.bz2) = 25e7a1658cb3bf62e54bbe2dd3f6d7589107571c
|
||||
RMD160 (aspell/aspell-cy-0.50-3.tar.bz2) = 981fc9aef481cea7aedd36415fc00d525ac01873
|
||||
RMD160 (aspell/aspell-da-0.50-2.tar.bz2) = 245c91d02a0fbcad338dd4ba5d88eda0d2dbc90c
|
||||
RMD160 (aspell/aspell-de-0.50-2.tar.bz2) = 15dc48b26251d5f5344bd48a31339673f6e5f8cb
|
||||
RMD160 (aspell/aspell-el-0.50-3.tar.bz2) = df6b86825ad3b3b448287c07cf4eaee986aa1320
|
||||
RMD160 (aspell/aspell-en-0.51-0.tar.bz2) = a704aa47ee8e972f94d22c778415cdcd7af153b8
|
||||
RMD160 (aspell/aspell-eo-0.50-2.tar.bz2) = 9f392cb057a7774b4605a0498ebd6a34208b437c
|
||||
RMD160 (aspell/aspell-es-0.50-2.tar.bz2) = ecf779e48c469994265484a36ec8449a0d704949
|
||||
RMD160 (aspell/aspell-fo-0.50-2.tar.bz2) = c31f1640059e990297902c524c54b1b91e97d70a
|
||||
RMD160 (aspell/aspell-fr-0.50-2.tar.bz2) = 63d29555452949771ed62906171d706cdcad6a1a
|
||||
RMD160 (aspell/aspell-fr-0.50-3.tar.bz2) = 4072f990bc56871e6aaa842f7636969a4cd60960
|
||||
RMD160 (aspell/aspell-it-0.50-2.tar.bz2) = e3bf41ac466e3c817f2ccd45a48021b353f446d7
|
||||
RMD160 (aspell/aspell-nl-0.50-2.tar.bz2) = b01cc46fe6afff822c4b393ac2f0cb9d97d8eab3
|
||||
RMD160 (aspell/aspell-no-0.50-2.tar.bz2) = fed894b44139c562945b17c1a6b3a0c7cccd51a5
|
||||
RMD160 (aspell/aspell-pl-0.50-2.tar.bz2) = 4ee3f031e0cebc7b390d2d7f79c5a7da8ae83c50
|
||||
RMD160 (aspell/aspell-pt-0.50-2.tar.bz2) = 54d48cd99f49ec084cc9d39d4b6ea0c3c26b91cf
|
||||
RMD160 (aspell/aspell-ro-0.50-2.tar.bz2) = 4a0562231ed8d164197a2dd604461b0abd920348
|
||||
RMD160 (aspell/aspell-ru-0.50-2.tar.bz2) = 1ba8d9042de8a93bef41b307ae2ddda94889071d
|
||||
RMD160 (aspell/aspell-sk-0.50-2.tar.bz2) = 041ae0a6bfc7217e1e37934ef948dfaf4e742853
|
||||
RMD160 (aspell/aspell-sv-0.50-2.tar.bz2) = ce1dfc36ff724d6a1bf298844d81117711296814
|
||||
RMD160 (aspell/aspell-uk-0.50-3.tar.bz2) = 56ce75b3a0396020e7d621fca78732355d30692d
|
||||
SHA1 (aspell/aspell-0.50.3.tar.gz) = aea3c1e47c10bf2f189dbff91c3c137170af6a72
|
||||
SHA1 (aspell/aspell-br-0.50-2.tar.bz2) = e6cbb638d7704e88c6d59b794829267b41a7e536
|
||||
SHA1 (aspell/aspell-ca-0.50-2.tar.bz2) = 2c7499f5b4a8a751b6454bf58f3cedc37907dc37
|
||||
SHA1 (aspell/aspell-cs-0.50-2.tar.bz2) = f4e68c04a1981effac3e941f43cf525876566267
|
||||
SHA1 (aspell/aspell-cy-0.50-3.tar.bz2) = 8a62c649cf99cd239449961a0d5f8942b1c02116
|
||||
SHA1 (aspell/aspell-da-0.50-2.tar.bz2) = 113cace81cf6d739306d79072dc7c8c450608898
|
||||
SHA1 (aspell/aspell-de-0.50-2.tar.bz2) = 55afaf03bda70220e6a939096fc9e27fdd43c919
|
||||
SHA1 (aspell/aspell-el-0.50-3.tar.bz2) = f0242d02e45956f8fe5d8321d737ee4dc5d18931
|
||||
SHA1 (aspell/aspell-en-0.51-0.tar.bz2) = a1420be50b8d6e4d619e40a58c34fa94ce60d83e
|
||||
SHA1 (aspell/aspell-eo-0.50-2.tar.bz2) = 51d73239d0c2253b962e7caa1563ee7abcbc443d
|
||||
SHA1 (aspell/aspell-es-0.50-2.tar.bz2) = 46f301460588dc59a51df2c2f39377ef3977bd03
|
||||
SHA1 (aspell/aspell-fo-0.50-2.tar.bz2) = 3e46bcda037f40783da0f1ae85c00fe7c1b9b070
|
||||
SHA1 (aspell/aspell-fr-0.50-2.tar.bz2) = ab2ebbf27de707e21690a2eb90184b54537f4aae
|
||||
SHA1 (aspell/aspell-fr-0.50-3.tar.bz2) = 4712f81069eb20763aaf855f73b2819f4805f132
|
||||
SHA1 (aspell/aspell-it-0.50-2.tar.bz2) = 4aa2f3a778b9b829b2af2f84ceb4c30a4124dd38
|
||||
SHA1 (aspell/aspell-nl-0.50-2.tar.bz2) = 651ac98c63ce342b19dd9c1a74a961500234bc0a
|
||||
SHA1 (aspell/aspell-no-0.50-2.tar.bz2) = a52aa76421c2ff04bcbee7189a34ae220aaedda4
|
||||
SHA1 (aspell/aspell-pl-0.50-2.tar.bz2) = 57cdad1ca110638e8f1028059230233e8a68ca88
|
||||
SHA1 (aspell/aspell-pt-0.50-2.tar.bz2) = deea92b701d084a00428b70e86cce149c95aea1c
|
||||
SHA1 (aspell/aspell-ro-0.50-2.tar.bz2) = 9da727de7e6bc5c1f85ed9d9c56c46e7bc033975
|
||||
SHA1 (aspell/aspell-ru-0.50-2.tar.bz2) = 4269a62b5d76e3d998e47ec446a230f343e214f3
|
||||
SHA1 (aspell/aspell-sk-0.50-2.tar.bz2) = de5135790222dd5d09aaf123d76c6aa4f48008c9
|
||||
SHA1 (aspell/aspell-sv-0.50-2.tar.bz2) = 0b07fbc43de1deea85069710d1e72a7b64c680a5
|
||||
SHA1 (aspell/aspell-uk-0.50-3.tar.bz2) = 1031054bd906094019c426825d73b14375914019
|
@ -1,93 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1 2003/08/12 04:39:27 jolan Exp $
|
||||
--- ltmain.sh.orig 2002-10-21 18:24:20.000000000 -0700
|
||||
+++ ltmain.sh 2003-08-07 20:31:34.000000000 -0700
|
||||
@@ -1223,6 +1223,17 @@ EOF
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1833,6 +1844,19 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ case $linkmode in
|
||||
+ lib)
|
||||
+ deplibs="$deplib $deplibs"
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ ;;
|
||||
+ prog)
|
||||
+ compile_deplibs="$deplib $compile_deplibs"
|
||||
+ finalize_deplibs="$deplib $finalize_deplibs"
|
||||
+ ;;
|
||||
+ esac
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -2078,10 +2102,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
# This is a shared library
|
||||
if test "$linkmode" = lib &&
|
||||
test "$hardcode_into_libs" = yes; then
|
||||
@@ -5029,40 +5049,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,9 +0,0 @@
|
||||
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.
|
@ -1 +0,0 @@
|
||||
This package adds a Breton dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Catalan dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Czech dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Welsh dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Danish dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a German dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Greek dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds an Esperanto dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Spanish dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Faroese dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a French dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds an Italian dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Dutch dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Norwegian dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Polish dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Portuguese dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Romanian dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Russian dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Slovak dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Swedish dictionary that can be used by aspell.
|
@ -1 +0,0 @@
|
||||
This package adds a Ukrainian dictionary that can be used by aspell.
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/libaspell.so.15.2
|
||||
lib/libpspell.so.15.2
|
||||
DYNLIBDIR(%D/lib)
|
@ -1,124 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/12 04:39:27 jolan Exp $
|
||||
bin/aspell
|
||||
bin/aspell-import
|
||||
bin/pspell-config
|
||||
bin/run-with-aspell
|
||||
bin/word-list-compress
|
||||
include/aspell.h
|
||||
include/pspell/pspell.h
|
||||
lib/aspell/american-w-accents.alias
|
||||
lib/aspell/american.alias
|
||||
lib/aspell/british-w-accents.alias
|
||||
lib/aspell/british.alias
|
||||
lib/aspell/canadian-w-accents.alias
|
||||
lib/aspell/canadian.alias
|
||||
lib/aspell/en-only.rws
|
||||
lib/aspell/en.multi
|
||||
lib/aspell/en_CA-only.rws
|
||||
lib/aspell/en_CA-w-accents.multi
|
||||
lib/aspell/en_CA.multi
|
||||
lib/aspell/en_GB-only.rws
|
||||
lib/aspell/en_GB-w-accents.multi
|
||||
lib/aspell/en_GB.multi
|
||||
lib/aspell/en_US-only.rws
|
||||
lib/aspell/en_US-w-accents.multi
|
||||
lib/aspell/en_US.multi
|
||||
lib/aspell/english.alias
|
||||
lib/libaspell.a
|
||||
lib/libaspell.la
|
||||
lib/libpspell.a
|
||||
lib/libpspell.la
|
||||
share/aspell/ASCII.dat
|
||||
share/aspell/dvorak.kbd
|
||||
share/aspell/en.dat
|
||||
share/aspell/en_phonet.dat
|
||||
share/aspell/iso8859-1.dat
|
||||
share/aspell/iso8859-10.dat
|
||||
share/aspell/iso8859-13.dat
|
||||
share/aspell/iso8859-14.dat
|
||||
share/aspell/iso8859-15.dat
|
||||
share/aspell/iso8859-2.dat
|
||||
share/aspell/iso8859-3.dat
|
||||
share/aspell/iso8859-4.dat
|
||||
share/aspell/iso8859-5.dat
|
||||
share/aspell/iso8859-6.dat
|
||||
share/aspell/iso8859-7.dat
|
||||
share/aspell/iso8859-8.dat
|
||||
share/aspell/iso8859-9.dat
|
||||
share/aspell/ispell
|
||||
share/aspell/koi8-f.dat
|
||||
share/aspell/koi8-r.dat
|
||||
share/aspell/koi8-u.dat
|
||||
share/aspell/spell
|
||||
share/aspell/standard.kbd
|
||||
share/aspell/viscii.dat
|
||||
share/doc/aspell/dev-html/devel.css
|
||||
share/doc/aspell/dev-html/devel.html
|
||||
share/doc/aspell/dev-html/img1.png
|
||||
share/doc/aspell/dev-html/img2.png
|
||||
share/doc/aspell/dev-html/index.html
|
||||
share/doc/aspell/dev-html/nx_grp_g.png
|
||||
share/doc/aspell/dev-html/prev_g.png
|
||||
share/doc/aspell/dev-html/up_g.png
|
||||
share/doc/aspell/dev-text/devel.txt
|
||||
share/doc/aspell/dev-text/index.txt
|
||||
share/doc/aspell/devel.aux
|
||||
share/doc/aspell/devel.dvi
|
||||
share/doc/aspell/devel.tex
|
||||
share/doc/aspell/devel2.lyx
|
||||
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_Customizing.html
|
||||
share/doc/aspell/man-html/5_Working.html
|
||||
share/doc/aspell/man-html/6_Writing.html
|
||||
share/doc/aspell/man-html/7_Adding.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_Credits.html
|
||||
share/doc/aspell/man-html/Contents.html
|
||||
share/doc/aspell/man-html/D_Glossary.html
|
||||
share/doc/aspell/man-html/E_Copyright.html
|
||||
share/doc/aspell/man-html/contents.png
|
||||
share/doc/aspell/man-html/crossref.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_Customizing.txt
|
||||
share/doc/aspell/man-text/5_Working.txt
|
||||
share/doc/aspell/man-text/6_Writing.txt
|
||||
share/doc/aspell/man-text/7_Adding.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_Credits.txt
|
||||
share/doc/aspell/man-text/Contents.txt
|
||||
share/doc/aspell/man-text/D_Glossary.txt
|
||||
share/doc/aspell/man-text/E_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
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/aspell/man-text
|
||||
@dirrm share/doc/aspell/man-html
|
||||
@dirrm share/doc/aspell/dev-text
|
||||
@dirrm share/doc/aspell/dev-html
|
||||
@dirrm share/doc/aspell
|
||||
@dirrm share/aspell
|
||||
@dirrm lib/aspell
|
||||
@dirrm include/pspell
|
@ -1,7 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-br,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/br.multi
|
||||
lib/aspell/br.rws
|
||||
lib/aspell/breton.alias
|
||||
lib/aspell/brezhoneg.alias
|
||||
share/aspell/br.dat
|
||||
share/aspell/br_phonet.dat
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-ca,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/ca.multi
|
||||
lib/aspell/ca.rws
|
||||
lib/aspell/catalan.alias
|
||||
share/aspell/ca.dat
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-cs,v 1.1 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/cs.multi
|
||||
lib/aspell/cs.rws
|
||||
lib/aspell/czech.alias
|
||||
share/aspell/cs.dat
|
||||
share/aspell/cy.dat
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-cy,v 1.1 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/cy.multi
|
||||
lib/aspell/cy.rws
|
||||
lib/aspell/welsh.alias
|
@ -1,8 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-da,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/da.multi
|
||||
lib/aspell/da.rws
|
||||
lib/aspell/danish.alias
|
||||
lib/aspell/dansk.alias
|
||||
lib/aspell/dutch.alias
|
||||
share/aspell/da.dat
|
||||
share/aspell/da_phonet.dat
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-de,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/de-only.rws
|
||||
lib/aspell/de.multi
|
||||
lib/aspell/de_CH-only.rws
|
||||
lib/aspell/de_CH.multi
|
||||
lib/aspell/de_DE-only.rws
|
||||
lib/aspell/de_DE.multi
|
||||
lib/aspell/deutsch.alias
|
||||
lib/aspell/german.alias
|
||||
lib/aspell/swiss.alias
|
||||
share/aspell/de.dat
|
||||
share/aspell/de_phonet.dat
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-el,v 1.1 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/el.multi
|
||||
lib/aspell/el.rws
|
||||
lib/aspell/greek.alias
|
||||
share/aspell/el.dat
|
||||
share/aspell/el_phonet.dat
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-eo,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/eo.multi
|
||||
lib/aspell/eo.rws
|
||||
lib/aspell/esperanto.alias
|
||||
share/aspell/eo.dat
|
@ -1,7 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-es,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/es.multi
|
||||
lib/aspell/es.rws
|
||||
lib/aspell/español.alias
|
||||
lib/aspell/esponol.alias
|
||||
lib/aspell/spanish.alias
|
||||
share/aspell/es.dat
|
@ -1,7 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-fo,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/faroese.alias
|
||||
lib/aspell/fo.multi
|
||||
lib/aspell/fo.rws
|
||||
lib/aspell/føroyskt.alias
|
||||
share/aspell/fo.dat
|
||||
share/aspell/fo_phonet.dat
|
@ -1,52 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-fr,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/fr-40-only.rws
|
||||
lib/aspell/fr-40.multi
|
||||
lib/aspell/fr-60-only.rws
|
||||
lib/aspell/fr-60.multi
|
||||
lib/aspell/fr-80-only.rws
|
||||
lib/aspell/fr-80.multi
|
||||
lib/aspell/fr-lrg.alias
|
||||
lib/aspell/fr-med.alias
|
||||
lib/aspell/fr-sml.alias
|
||||
lib/aspell/fr.alias
|
||||
lib/aspell/fr.multi
|
||||
lib/aspell/fr_CH-40.multi
|
||||
lib/aspell/fr_CH-60.multi
|
||||
lib/aspell/fr_CH-80.multi
|
||||
lib/aspell/fr_CH-lrg.alias
|
||||
lib/aspell/fr_CH-med.alias
|
||||
lib/aspell/fr_CH-only.rws
|
||||
lib/aspell/fr_CH-sml.alias
|
||||
lib/aspell/fr_CH.alias
|
||||
lib/aspell/fr_CH.multi
|
||||
lib/aspell/fr_FR-40.multi
|
||||
lib/aspell/fr_FR-60.multi
|
||||
lib/aspell/fr_FR-80.multi
|
||||
lib/aspell/fr_FR-lrg.alias
|
||||
lib/aspell/fr_FR-med.alias
|
||||
lib/aspell/fr_FR-sml.alias
|
||||
lib/aspell/fr_FR.alias
|
||||
lib/aspell/fr_FR.multi
|
||||
lib/aspell/francais-40.alias
|
||||
lib/aspell/francais-60.alias
|
||||
lib/aspell/francais-80.alias
|
||||
lib/aspell/francais-lrg.alias
|
||||
lib/aspell/francais-med.alias
|
||||
lib/aspell/francais-sml.alias
|
||||
lib/aspell/francais.alias
|
||||
lib/aspell/french-40.alias
|
||||
lib/aspell/french-60.alias
|
||||
lib/aspell/french-80.alias
|
||||
lib/aspell/french-lrg.alias
|
||||
lib/aspell/french-med.alias
|
||||
lib/aspell/french-sml.alias
|
||||
lib/aspell/french.alias
|
||||
lib/aspell/suisse-40.alias
|
||||
lib/aspell/suisse-60.alias
|
||||
lib/aspell/suisse-80.alias
|
||||
lib/aspell/suisse-lrg.alias
|
||||
lib/aspell/suisse-med.alias
|
||||
lib/aspell/suisse-sml.alias
|
||||
lib/aspell/suisse.alias
|
||||
share/aspell/fr.dat
|
||||
share/aspell/fr_phonet.dat
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-it,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/it.multi
|
||||
lib/aspell/it.rws
|
||||
lib/aspell/italian.alias
|
||||
share/aspell/it.dat
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-nl,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/nl.multi
|
||||
lib/aspell/nl.rws
|
||||
share/aspell/nl.dat
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-no,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/no.multi
|
||||
lib/aspell/no.rws
|
||||
lib/aspell/norsk.alias
|
||||
lib/aspell/norwegian.alias
|
||||
share/aspell/no.dat
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-pl,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/pl.multi
|
||||
lib/aspell/pl.rws
|
||||
lib/aspell/polish.alias
|
||||
share/aspell/pl.dat
|
@ -1,11 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-pt,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/brazilian.alias
|
||||
lib/aspell/portuguese.alias
|
||||
lib/aspell/português.alias
|
||||
lib/aspell/pt-only.rws
|
||||
lib/aspell/pt.multi
|
||||
lib/aspell/pt_BR-only.rws
|
||||
lib/aspell/pt_BR.multi
|
||||
lib/aspell/pt_PT-only.rws
|
||||
lib/aspell/pt_PT.multi
|
||||
share/aspell/pt.dat
|
@ -1,7 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-ro,v 1.1 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/ro.multi
|
||||
lib/aspell/ro.rws
|
||||
lib/aspell/romaneste.alias
|
||||
lib/aspell/romanian.alias
|
||||
lib/aspell/româneºte.alias
|
||||
share/aspell/ro.dat
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-ru,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/ru.multi
|
||||
lib/aspell/ru.rws
|
||||
lib/aspell/russian.alias
|
||||
share/aspell/ru.dat
|
||||
share/aspell/ru_phonet.dat
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-sk,v 1.1 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/sk.multi
|
||||
lib/aspell/sk.rws
|
||||
lib/aspell/slovak.alias
|
||||
share/aspell/sk.dat
|
@ -1,7 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-sv,v 1.2 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/sv.multi
|
||||
lib/aspell/sv.rws
|
||||
lib/aspell/svenska.alias
|
||||
lib/aspell/swedish.alias
|
||||
share/aspell/sv.dat
|
||||
share/aspell/sv_phonet.dat
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-uk,v 1.1 2003/08/12 04:39:27 jolan Exp $
|
||||
lib/aspell/uk.multi
|
||||
lib/aspell/uk.rws
|
||||
lib/aspell/ukrainian.alias
|
||||
share/aspell/uk.dat
|
Loading…
Reference in New Issue
Block a user