Update to 0.50.1
Give maintainership to originator PR: 42051 Submitted by: thierry@pompo.net
This commit is contained in:
parent
b9ba896609
commit
007c3bebf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65432
7 changed files with 57 additions and 191 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (aspell-.33.7.1.tar.gz) = 5a975196883a139e6759701633021955
|
||||
MD5 (aspell-0.50.1.tar.gz) = 16b3fa4965e03847b4bb629ec83ed3d9
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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'
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue