View | Details | Raw Unified | Return to bug 165656
Collapse All | Expand All

(-)udmsearch/Makefile 2012-03-03 18:54:00.743200373 +0600 (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=      udmsearch
8
PORTNAME=      udmsearch
9
PORTVERSION=   3.1.5
9
PORTVERSION=   3.1.7
10
PORTREVISION=  1
10
PORTREVISION=  1
11
CATEGORIES=    www databases
11
CATEGORIES=    www databases
12
MASTER_SITES=  http://www.mnogosearch.org/Download/ \
12
MASTER_SITES=  http://www.mnogosearch.org/Download/ \
13
               http://udmsearch.real-time.com/Download/
13
               http://udmsearch.real-time.com/Download/
14
14
15
MAINTAINER=    ports@FreeBSD.org
15
MAINTAINER=    5u623l20@gmail.com
16
COMMENT=       Full featured SQL-based hypertext search engine
16
COMMENT=       Full featured SQL-based hypertext search engine
17
17
18
OPTIONS=       MSQL "MSQL support" off \
18
OPTIONS=       MSQL "MSQL support" off \
(-)udmsearch/distinfo 2012-03-03 18:53:25.174573424 +0600 (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (udmsearch-3.1.5.tar.gz) = 75eae3042d6c1b96f71d0fad58957340dbc3d91d5ab261c95377cd5aef3167d6
1
SHA256 (udmsearch-3.1.7.tar.gz) = c6163c463461b4c986139753af52a49eccb896fdaa5298c55a7396037814eec2
2
SIZE (udmsearch-3.1.5.tar.gz) = 350832
2
SIZE (udmsearch-3.1.7.tar.gz) = 360524
(-)udmsearch/pkg-plist 2012-03-03 19:15:10.438837178 +0600 (+7 lines)
Lines 12-17 Link Here
12
%%DATADIR%%/create/mysql/ispell.txt
12
%%DATADIR%%/create/mysql/ispell.txt
13
%%DATADIR%%/create/mysql/multi.txt
13
%%DATADIR%%/create/mysql/multi.txt
14
%%DATADIR%%/create/mysql/track.txt
14
%%DATADIR%%/create/mysql/track.txt
15
%%DATADIR%%/create/mysql/servers.txt
15
%%DATADIR%%/create/oracle/categories.sql
16
%%DATADIR%%/create/oracle/categories.sql
16
%%DATADIR%%/create/oracle/crc-multi.sql
17
%%DATADIR%%/create/oracle/crc-multi.sql
17
%%DATADIR%%/create/oracle/crc.sql
18
%%DATADIR%%/create/oracle/crc.sql
Lines 55-60 Link Here
55
%%DOCSDIR%%/NEWS.html
56
%%DOCSDIR%%/NEWS.html
56
%%DOCSDIR%%/UdmSearch-Oracle8.html
57
%%DOCSDIR%%/UdmSearch-Oracle8.html
57
%%DOCSDIR%%/bugs.txt
58
%%DOCSDIR%%/bugs.txt
59
%%DOCSDIR%%/cache.txt
58
%%DOCSDIR%%/cachemode.txt
60
%%DOCSDIR%%/cachemode.txt
59
%%DOCSDIR%%/categories.txt
61
%%DOCSDIR%%/categories.txt
60
%%DOCSDIR%%/charset.txt
62
%%DOCSDIR%%/charset.txt
Lines 64-72 Link Here
64
%%DOCSDIR%%/ispell.txt
66
%%DOCSDIR%%/ispell.txt
65
%%DOCSDIR%%/lib.txt
67
%%DOCSDIR%%/lib.txt
66
%%DOCSDIR%%/mp3.txt
68
%%DOCSDIR%%/mp3.txt
69
%%DOCSDIR%%/negotiation.txt
67
%%DOCSDIR%%/parsers.txt
70
%%DOCSDIR%%/parsers.txt
68
%%DOCSDIR%%/performance.txt
71
%%DOCSDIR%%/performance.txt
69
%%DOCSDIR%%/search.txt
72
%%DOCSDIR%%/search.txt
73
%%DOCSDIR%%/srv_table.txt
70
%%DOCSDIR%%/storage.txt
74
%%DOCSDIR%%/storage.txt
71
%%DOCSDIR%%/syslog.txt
75
%%DOCSDIR%%/syslog.txt
72
%%DOCSDIR%%/tags.txt
76
%%DOCSDIR%%/tags.txt
Lines 77-82 Link Here
77
bin/udm-config
81
bin/udm-config
78
etc/udmsearch/indexer.conf-dist
82
etc/udmsearch/indexer.conf-dist
79
etc/udmsearch/search.htm-dist
83
etc/udmsearch/search.htm-dist
84
include/udm_alias.h
80
include/udm_boolean.h
85
include/udm_boolean.h
81
include/udm_cache.h
86
include/udm_cache.h
82
include/udm_charset.h
87
include/udm_charset.h
Lines 85-90 Link Here
85
include/udm_config.h
90
include/udm_config.h
86
include/udm_crc32.h
91
include/udm_crc32.h
87
include/udm_db.h
92
include/udm_db.h
93
include/udm_filter.h
88
include/udm_ftp.h
94
include/udm_ftp.h
89
include/udm_host.h
95
include/udm_host.h
90
include/udm_hrefs.h
96
include/udm_hrefs.h
Lines 97-102 Link Here
97
include/udm_parseurl.h
103
include/udm_parseurl.h
98
include/udm_search_tl.h
104
include/udm_search_tl.h
99
include/udm_searchtool.h
105
include/udm_searchtool.h
106
include/udm_server.h
100
include/udm_socket.h
107
include/udm_socket.h
101
include/udm_spell.h
108
include/udm_spell.h
102
include/udm_utils.h
109
include/udm_utils.h

Return to bug 165656