- Update to 4.33
- Add aspell support (off by default) PR: ports/86205 Submitted by: Maxime Zakharov <maxime@sochi.net.ru>
This commit is contained in:
parent
4eac9f1b18
commit
d2f2ed95b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142916
3 changed files with 13 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dpsearch
|
||||
PORTVERSION= 4.32
|
||||
PORTVERSION= 4.33
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://dataparksearch.newsa.ru/ \
|
||||
http://www.dataparksearch.org/
|
||||
|
@ -38,6 +38,7 @@ OPTIONS= DPSEARCH_THREADS "Enable pthreads" on \
|
|||
DPSEARCH_CHASEN "Enable ChaSen japanese analyzer" off \
|
||||
DPSEARCH_APACHE "Enable mod_dpsearch for Apache" off \
|
||||
DPSEARCH_IDN "Enable Internationalized Domain Names" off \
|
||||
DPSEARCH_ASPELL "Enable aspell support" off \
|
||||
DPSEARCH_PGSQL "Use PostgreSQL (mutually exclusive)" off \
|
||||
DPSEARCH_MYSQL "Use MySQL (mutually exclusive)" on \
|
||||
DPSEARCH_SQLITE "Use SQLite (mutually exclusive)" off
|
||||
|
@ -54,6 +55,12 @@ CONFIGURE_ENV+= LIBS="${PTHREAD_LIBS}"
|
|||
CONFIGURE_ARGS+=--disable-pthreads
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_DPSEARCH_ASPELL)
|
||||
LIB_DEPEND+= aspell.16:${PORTSDIR}/textproc/aspell
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aspell
|
||||
.endif
|
||||
|
||||
.if !defined(NO_OPENSSL) && !defined(WITHOUT_DPSEARCH_SSL)
|
||||
WITH_OPENSSL= yes
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (dpsearch-4.32.tar.gz) = 5262eb60e06a5ee3ca7822fa0461daa2
|
||||
SIZE (dpsearch-4.32.tar.gz) = 1978990
|
||||
MD5 (dpsearch-4.33.tar.gz) = acfa26ece45e6f9f566fc3db7e1a8b07
|
||||
SIZE (dpsearch-4.33.tar.gz) = 1999274
|
||||
|
|
|
@ -110,6 +110,7 @@ etc/dpsearch/langmap/pt-pt.latin1.lm
|
|||
etc/dpsearch/langmap/ro.ascii.lm
|
||||
etc/dpsearch/langmap/ro.cp1250.lm
|
||||
etc/dpsearch/langmap/ro.latin2.lm
|
||||
etc/dpsearch/langmap/ro.utf-8.lm
|
||||
etc/dpsearch/langmap/ru.cp1251.lm
|
||||
etc/dpsearch/langmap/ru.cp866.lm
|
||||
etc/dpsearch/langmap/ru.cyrillic.lm
|
||||
|
@ -150,6 +151,8 @@ etc/dpsearch/langmap/vi.viscii.lm
|
|||
etc/dpsearch/langmap/zh.big5.lm
|
||||
etc/dpsearch/langmap/zh.gb2312.lm
|
||||
etc/dpsearch/langmap/zh.utf8.lm
|
||||
etc/dpsearch/opensearch.htm-dist
|
||||
etc/dpsearch/rss.htm-dist
|
||||
etc/dpsearch/search.htm-dist
|
||||
etc/dpsearch/searchd.conf-dist
|
||||
etc/dpsearch/sections.conf-dist
|
||||
|
|
Loading…
Reference in a new issue