diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-02-15 08:59:14 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-02-15 08:59:14 +0000 |
commit | dea85b58736bd03135a4fb8c74a1afae28a0666a (patch) | |
tree | 1800ac7a9503b42154f0e3f2162c3ca3a2128bca /www/dpsearch | |
parent | b621bcd7e2378b91061be79b1cd17913906222c1 (diff) | |
download | ports-dea85b58736bd03135a4fb8c74a1afae28a0666a.tar.gz ports-dea85b58736bd03135a4fb8c74a1afae28a0666a.zip |
- Update to 4.49
Changelog:
* String tokenization has been improved. For example, "c--" and "c#"
are now cosidered as words.
* A subdocument indexing technique has been implemented.
* LongestTextItems command has been added. Use it to specify the number
of longest text items to index.
* The support has been added for georgian-academy and georgian-ps
charsets.
* URL data preloading has been fixed for multi-DBAddr configurations.
* HTML parser is now skiping indexing within tags with visibility set to
"none" or "hidden" in "style" attribute.
* Subnet command has been fixed.
* $*(x) type of template meta-variable has been added. Use it to
HTML-escape value without search words highlighting.
* $(np) and $(p) have been fixed in "resbot" and "bottom" sections of
search template.
* PagesInGroup command has been added. Use it to specify the number of
additional pages from the same site when google-like groupping
is enabled.
* ServerWeight command has been fixed.
PR: ports/120677
Submitted by: Maxim Zakharov <maxime@maxime.net.ru>
Notes
Notes:
svn path=/head/; revision=207234
Diffstat (limited to 'www/dpsearch')
-rw-r--r-- | www/dpsearch/Makefile | 14 | ||||
-rw-r--r-- | www/dpsearch/distinfo | 6 | ||||
-rw-r--r-- | www/dpsearch/pkg-plist | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile index 9397fadee956..beffa52e5b58 100644 --- a/www/dpsearch/Makefile +++ b/www/dpsearch/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: dpsearch # Date created: 14.06.2004 -# Whom: Maxim Zakharov <maxime@sochi.net.ru> +# Whom: Maxim Zakharov <maxime@maxime.net.ru> # # $FreeBSD$ # PORTNAME= dpsearch -PORTVERSION= 4.48 +PORTVERSION= 4.49 CATEGORIES= www MASTER_SITES= http://www.dataparksearch.org/ \ http://dataparksearch.newsa.ru/ @@ -14,8 +14,6 @@ MASTER_SITES= http://www.dataparksearch.org/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Open source search engine for Internet and Intranet sites -#RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} - USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -136,11 +134,13 @@ post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure pre-install: - @${MKDIR} ${DATADIR} + @${INSTALL} -d ${DATADIR} post-install: - ${CHMOD} 700 /var/dpsearch/cache - ${CHOWN} -R www:www /var/dpsearch/ + @${CHMOD} 700 /var/dpsearch/cache + @${ECHO_CMD} '@exec ${CHMOD} 700 /var/dpsearch/cache' >> ${TMPPLIST} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} /var/dpsearch/ + @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} /var/dpsearch/' >> ${TMPPLIST} @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/www/dpsearch/distinfo b/www/dpsearch/distinfo index c1a96c5347db..c483c33d4fdf 100644 --- a/www/dpsearch/distinfo +++ b/www/dpsearch/distinfo @@ -1,3 +1,3 @@ -MD5 (dpsearch-4.48.tar.gz) = abab3927e9c17e24683b82b13ae08fac -SHA256 (dpsearch-4.48.tar.gz) = 8bfb3a68c84468ef66c4dfa773ab1632f383061a0877363b4d69e99fbff5bd1d -SIZE (dpsearch-4.48.tar.gz) = 2481691 +MD5 (dpsearch-4.49.tar.gz) = dbb8fbaf03369cfdce5219e2a138e219 +SHA256 (dpsearch-4.49.tar.gz) = cb0a69778965ee188c2c9632168c8831031c370b6adc926ab984183b74547e62 +SIZE (dpsearch-4.49.tar.gz) = 2493884 diff --git a/www/dpsearch/pkg-plist b/www/dpsearch/pkg-plist index 6f972afb4e99..735f2123e7fb 100644 --- a/www/dpsearch/pkg-plist +++ b/www/dpsearch/pkg-plist @@ -126,6 +126,8 @@ etc/dpsearch/langmap/ja.sjis.lm etc/dpsearch/langmap/ja.utf-8.lit.lm etc/dpsearch/langmap/ja.utf-8.lm etc/dpsearch/langmap/jv.utf-8.lm +etc/dpsearch/langmap/ka.georgian-academy.lm +etc/dpsearch/langmap/ka.georgian-ps.lm etc/dpsearch/langmap/ka.geostd8.lm etc/dpsearch/langmap/ka.utf-8.lm etc/dpsearch/langmap/kk.utf-8.lm |