diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 01:19:52 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-02 01:19:52 +0800 |
commit | c16c8640d37f00a9918b31954aacc681cb032cbc (patch) | |
tree | f12a388b64bb8f1fcce940e1ca2d81d8944c4f49 /textproc | |
parent | 2e80543037bf837c954d3adef3e9f27fa1d1023d (diff) | |
download | freebsd-ports-gnome-c16c8640d37f00a9918b31954aacc681cb032cbc.tar.gz freebsd-ports-gnome-c16c8640d37f00a9918b31954aacc681cb032cbc.tar.zst freebsd-ports-gnome-c16c8640d37f00a9918b31954aacc681cb032cbc.zip |
Update to 0.50.1
Give maintainership to originator
PR: 42051
Submitted by: thierry@pompo.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 18 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/aspell/files/patch-aj | 11 | ||||
-rw-r--r-- | textproc/aspell/files/patch-ak | 15 | ||||
-rw-r--r-- | textproc/aspell/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/aspell/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 189 |
7 files changed, 57 insertions, 191 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 2c9504299859..52eeb53bc7d1 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -6,22 +6,28 @@ # PORTNAME= aspell -PORTVERSION= 0.33.7.1 -PORTREVISION= 1 +PORTVERSION= 0.50.1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://savannah.gnu.org/download/${PORTNAME}/rel/ \ + ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thierry@pompo.net -LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-doc-dir=${DOCSDIR} USE_GMAKE= yes +USE_REINPLACE= yes + MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes +PLIST_SUB= PORTVERSION=${PORTVERSION} + +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index c11e211d8282..2eda1f28f5dc 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1 +1 @@ -MD5 (aspell-.33.7.1.tar.gz) = 5a975196883a139e6759701633021955 +MD5 (aspell-0.50.1.tar.gz) = 16b3fa4965e03847b4bb629ec83ed3d9 diff --git a/textproc/aspell/files/patch-aj b/textproc/aspell/files/patch-aj deleted file mode 100644 index a53d6777aef5..000000000000 --- a/textproc/aspell/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- data/Makefile.in.orig Sat Jun 10 23:53:37 2000 -+++ data/Makefile.in Tue Jun 13 14:13:47 2000 -@@ -82,7 +82,7 @@ - pkgdata_DATA = *.dat *.map - - --pspelldatadir = `${bindir}/pspell-config pkgdatadir` -+pspelldatadir = ${datadir}/pspell - - pspelldata_DATA = en-american-aspell.pwli en-aspell.pwli - diff --git a/textproc/aspell/files/patch-ak b/textproc/aspell/files/patch-ak deleted file mode 100644 index 28c00c58c95f..000000000000 --- a/textproc/aspell/files/patch-ak +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig Mon Jan 29 10:13:57 2001 -+++ Makefile.in Fri Feb 16 19:58:25 2001 -@@ -84,7 +84,11 @@ - - AUTOMAKE_OPTIONS = foreign - --SUBDIRS = util filter lib src data scripts manual pspell-module -+ifndef NOPORTDOCS -+MANUALSUBDIR = manual -+endif -+ -+SUBDIRS = util filter lib src data scripts $(MANUALSUBDIR) pspell-module - - EXTRA_DIST = TODO misc/* README-bin mkbindist.sh long_name_test.hh ltcf-c.sh ltcf-cxx.sh - diff --git a/textproc/aspell/files/patch-configure b/textproc/aspell/files/patch-configure deleted file mode 100644 index 4873484420c4..000000000000 --- a/textproc/aspell/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Jul 3 19:22:07 2002 -+++ configure Wed Jul 3 19:22:16 2002 -@@ -12335,6 +12335,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/textproc/aspell/pkg-descr b/textproc/aspell/pkg-descr index 3f8553a8c0bd..7e3ff185e588 100644 --- a/textproc/aspell/pkg-descr +++ b/textproc/aspell/pkg-descr @@ -6,6 +6,3 @@ also includes a powerful C++ library with C and Perl interfaces in the works. WWW: http://aspell.sourceforge.net/ - --- -Josh Gilliam <josh@quick.net> diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index e9a956ded8bd..1dfa84916936 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -1,162 +1,67 @@ bin/aspell +bin/aspell-import +bin/pspell-config 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/libaspell.a +include/aspell.h +include/pspell/pspell.h +lib/libaspell-common-%%PORTVERSION%%.so +lib/libaspell-common.la +lib/libaspell-common.so +lib/libaspell.la lib/libaspell.so -lib/libaspell.so.11 -lib/libpspell_aspell.a -lib/libpspell_aspell.so -lib/libpspell_aspell.so.2 +lib/libaspell.so.15 +lib/libpspell.la +lib/libpspell.so +lib/libpspell.so.15 share/aspell/ASCII.dat -share/aspell/ASCII.map -share/aspell/SGML.map -share/aspell/american-med-only -share/aspell/american-med.multi -share/aspell/american.multi -share/aspell/british-med-only -share/aspell/british-med.multi -share/aspell/british.multi -share/aspell/canadian-med-only -share/aspell/canadian-med.multi -share/aspell/canadian.multi -share/aspell/english-med-only -share/aspell/english-variant-0 -share/aspell/english-variant-1 -share/aspell/english-variant-2 -share/aspell/english.dat -share/aspell/english.multi -share/aspell/english_phonet.dat +share/aspell/dvorak.kbd share/aspell/iso8859-1.dat -share/aspell/iso8859-1.map share/aspell/iso8859-10.dat -share/aspell/iso8859-10.map +share/aspell/iso8859-13.dat +share/aspell/iso8859-14.dat +share/aspell/iso8859-15.dat 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 +%%PORTDOCS%%share/doc/aspell/dev-html/devel.css +%%PORTDOCS%%share/doc/aspell/dev-html/devel.html +%%PORTDOCS%%share/doc/aspell/dev-html/index.html +%%PORTDOCS%%share/doc/aspell/dev-html/nx_grp_g.png +%%PORTDOCS%%share/doc/aspell/dev-html/prev_g.png +%%PORTDOCS%%share/doc/aspell/dev-html/up_g.png +%%PORTDOCS%%share/doc/aspell/dev-text/devel.txt +%%PORTDOCS%%share/doc/aspell/dev-text/index.txt +%%PORTDOCS%%share/doc/aspell/devel.aux +%%PORTDOCS%%share/doc/aspell/devel.dvi +%%PORTDOCS%%share/doc/aspell/devel.tex +%%PORTDOCS%%share/doc/aspell/devel2.lyx %%PORTDOCS%%share/doc/aspell/man-html/1_Introduction.html %%PORTDOCS%%share/doc/aspell/man-html/2_Getting.html %%PORTDOCS%%share/doc/aspell/man-html/3_Basic.html -%%PORTDOCS%%share/doc/aspell/man-html/4_Managing.html -%%PORTDOCS%%share/doc/aspell/man-html/5_Customizing.html +%%PORTDOCS%%share/doc/aspell/man-html/4_Customizing.html +%%PORTDOCS%%share/doc/aspell/man-html/5_Working.html %%PORTDOCS%%share/doc/aspell/man-html/6_Writing.html %%PORTDOCS%%share/doc/aspell/man-html/7_Adding.html %%PORTDOCS%%share/doc/aspell/man-html/8_How.html %%PORTDOCS%%share/doc/aspell/man-html/A_Changelog.html %%PORTDOCS%%share/doc/aspell/man-html/About_this.html %%PORTDOCS%%share/doc/aspell/man-html/B_Do.html -%%PORTDOCS%%share/doc/aspell/man-html/C_Support.html +%%PORTDOCS%%share/doc/aspell/man-html/C_Credits.html %%PORTDOCS%%share/doc/aspell/man-html/Contents.html -%%PORTDOCS%%share/doc/aspell/man-html/D_Credits.html -%%PORTDOCS%%share/doc/aspell/man-html/E_Glossary.html -%%PORTDOCS%%share/doc/aspell/man-html/F_Copyright.html +%%PORTDOCS%%share/doc/aspell/man-html/D_Glossary.html +%%PORTDOCS%%share/doc/aspell/man-html/E_Copyright.html %%PORTDOCS%%share/doc/aspell/man-html/contents.png %%PORTDOCS%%share/doc/aspell/man-html/crossref.png %%PORTDOCS%%share/doc/aspell/man-html/index.html @@ -171,34 +76,28 @@ share/aspell/viscii.map %%PORTDOCS%%share/doc/aspell/man-text/1_Introduction.txt %%PORTDOCS%%share/doc/aspell/man-text/2_Getting.txt %%PORTDOCS%%share/doc/aspell/man-text/3_Basic.txt -%%PORTDOCS%%share/doc/aspell/man-text/4_Managing.txt -%%PORTDOCS%%share/doc/aspell/man-text/5_Customizing.txt +%%PORTDOCS%%share/doc/aspell/man-text/4_Customizing.txt +%%PORTDOCS%%share/doc/aspell/man-text/5_Working.txt %%PORTDOCS%%share/doc/aspell/man-text/6_Writing.txt %%PORTDOCS%%share/doc/aspell/man-text/7_Adding.txt %%PORTDOCS%%share/doc/aspell/man-text/8_How.txt %%PORTDOCS%%share/doc/aspell/man-text/A_Changelog.txt %%PORTDOCS%%share/doc/aspell/man-text/About_this.txt %%PORTDOCS%%share/doc/aspell/man-text/B_Do.txt -%%PORTDOCS%%share/doc/aspell/man-text/C_Support.txt +%%PORTDOCS%%share/doc/aspell/man-text/C_Credits.txt %%PORTDOCS%%share/doc/aspell/man-text/Contents.txt -%%PORTDOCS%%share/doc/aspell/man-text/D_Credits.txt -%%PORTDOCS%%share/doc/aspell/man-text/E_Glossary.txt -%%PORTDOCS%%share/doc/aspell/man-text/F_Copyright.txt +%%PORTDOCS%%share/doc/aspell/man-text/D_Glossary.txt +%%PORTDOCS%%share/doc/aspell/man-text/E_Copyright.txt %%PORTDOCS%%share/doc/aspell/man-text/index.txt %%PORTDOCS%%share/doc/aspell/man-text/manual.txt %%PORTDOCS%%share/doc/aspell/manual.aux %%PORTDOCS%%share/doc/aspell/manual.dvi %%PORTDOCS%%share/doc/aspell/manual.tex %%PORTDOCS%%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 -%%PORTDOCS%%@dirrm share/doc/aspell/man-text -%%PORTDOCS%%@dirrm share/doc/aspell/man-html -%%PORTDOCS%%@dirrm share/doc/aspell +@dirrm include/pspell @dirrm share/aspell -@dirrm include/aspell +@dirrm %%PORTDOCS%%share/doc/aspell/dev-html +@dirrm %%PORTDOCS%%share/doc/aspell/dev-text +@dirrm %%PORTDOCS%%share/doc/aspell/man-html +@dirrm %%PORTDOCS%%share/doc/aspell/man-text +@dirrm %%PORTDOCS%%share/doc/aspell |