diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 01:30:32 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 01:30:32 +0000 |
commit | 4b06bcba80c607e60b969dd3a700a17b7a6ac5f1 (patch) | |
tree | 6ebee620175b80bfda6468193c56da402f5851da | |
parent | e5aeb3cde69e3800185a27f5bc2a3c754687032f (diff) | |
download | FreeBSD-ports-4b06bcba80c607e60b969dd3a700a17b7a6ac5f1.zip FreeBSD-ports-4b06bcba80c607e60b969dd3a700a17b7a6ac5f1.tar.gz |
Update to 0.32
-rw-r--r-- | textproc/aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 39 |
3 files changed, 39 insertions, 6 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 4b0e4c1..e8ec3b81 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,11 +6,11 @@ # PORTNAME= aspell -PORTVERSION= 0.31.1 +PORTVERSION= 0.32 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-.31.1 +DISTNAME= ${PORTNAME}-.32 MAINTAINER= ade@FreeBSD.org diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index f900459..b83a862 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1 +1 @@ -MD5 (aspell-.31.1.tar.gz) = 5bd528bc94574f1325befe68ff7118bd +MD5 (aspell-.32.tar.gz) = cdb0b031aa88e7c3179a13d092352f7e diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 749e8db..f87cae2 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -1,6 +1,8 @@ bin/aspell bin/run-with-aspell +bin/word-list-compress include/aspell/amanager.hh +include/aspell/app_ostream.hh include/aspell/app_string.hh include/aspell/asuggest.hh include/aspell/bad_value.hh @@ -34,6 +36,7 @@ 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 @@ -59,6 +62,7 @@ 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 @@ -78,17 +82,37 @@ include/aspell/vector_hash.hh include/aspell/weights.hh lib/libaspell.a lib/libaspell.so -lib/libaspell.so.6 +lib/libaspell.so.7 lib/libpspell_aspell.a lib/libpspell_aspell.so lib/libpspell_aspell.so.1 share/aspell/ASCII.dat share/aspell/ASCII.map share/aspell/SGML.map -share/aspell/american -share/aspell/english +share/aspell/american-lrg-only +share/aspell/american-lrg.multi +share/aspell/american-med-only +share/aspell/american-med.multi +share/aspell/american.multi +share/aspell/british-lrg-only +share/aspell/british-lrg.multi +share/aspell/british-med-only +share/aspell/british-med.multi +share/aspell/british.multi +share/aspell/canadian-lrg-only +share/aspell/canadian-lrg.multi +share/aspell/canadian-med-only +share/aspell/canadian-med.multi +share/aspell/canadian.multi +share/aspell/cp1252.dat +share/aspell/cp437.dat +share/aspell/english-lrg-only +share/aspell/english-med-only share/aspell/english.dat +share/aspell/english.multi share/aspell/english_phonet.dat +share/aspell/francais.dat +share/aspell/francais_phonet.dat share/aspell/iso8859-1.dat share/aspell/iso8859-1.map share/aspell/iso8859-10.dat @@ -159,9 +183,18 @@ 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-lrg.pwli +share/pspell/en-american-aspell-med.pwli share/pspell/en-american-aspell.pwli share/pspell/en-aspell.pwli +share/pspell/en-british-aspell-lrg.pwli +share/pspell/en-british-aspell-med.pwli +share/pspell/en-british-aspell.pwli +share/pspell/en-canadian-aspell-lrg.pwli +share/pspell/en-canadian-aspell-med.pwli +share/pspell/en-canadian-aspell.pwli @dirrm include/aspell +@dirrm share/pspell @dirrm share/aspell @dirrm share/doc/aspell/man-html @dirrm share/doc/aspell/man-text |