mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to version 3.0.20
PR: 20215 Submitted by: MAINTAINER
This commit is contained in:
parent
244f7b92bc
commit
599bffd169
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31067
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= udmsearch
|
||||
PORTVERSION= 3.0.19
|
||||
PORTVERSION= 3.0.20
|
||||
CATEGORIES= www databases
|
||||
MASTER_SITES= http://mysearch.udm.net/Download/ \
|
||||
ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \
|
||||
@ -20,11 +20,8 @@ MAN5= indexer.conf.5
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-charset-guesser \
|
||||
--localstatedir=/var/udmsearch \
|
||||
--sysconfdir=${PREFIX}/etc/udmsearch \
|
||||
--bindir=${PREFIX}/libexec/udmsearch \
|
||||
--sbindir=${PREFIX}/libexec/udmsearch \
|
||||
--sysconfdir=${PREFIX}/etc/udmsearch
|
||||
--localstatedir=/var/udmsearch
|
||||
|
||||
.if defined(WITH_POSTGRESQL)
|
||||
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
|
||||
@ -54,13 +51,13 @@ pre-fetch:
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${PREFIX}/bin/udmsearch
|
||||
${MKDIR} ${PREFIX}/etc/udmsearch
|
||||
@${MKDIR} ${PREFIX}/share/udmsearch
|
||||
|
||||
post-install:
|
||||
@cp -R ${WRKSRC}/create ${PREFIX}/etc/udmsearch
|
||||
@strip ${PREFIX}/libexec/udmsearch/indexer
|
||||
@strip ${PREFIX}/libexec/udmsearch/search.cgi
|
||||
@cp -R ${WRKSRC}/create ${PREFIX}/share/udmsearch
|
||||
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/udmsearch
|
||||
@strip ${PREFIX}/sbin/indexer
|
||||
@strip ${PREFIX}/share/udmsearch/search.cgi
|
||||
@${ECHO}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (udmsearch-3.0.19.tar.gz) = 0983067f3065d1852443bf293f748bd4
|
||||
MD5 (udmsearch-3.0.20.tar.gz) = 964330e29b7fed2ca556287f31dd5c26
|
||||
|
11
www/udmsearch/files/patch-ab
Normal file
11
www/udmsearch/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Makefile.in.orig Tue Jul 25 18:21:07 2000
|
||||
+++ src/Makefile.in Thu Jul 27 15:42:08 2000
|
||||
@@ -225,7 +225,7 @@
|
||||
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
||||
- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
+ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/udmsearch/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
@ -4,10 +4,7 @@ engines such as cooking recipies or searching newspaper articles.
|
||||
|
||||
Provides pre-built web search frontends in C (via CGI) and PHP.
|
||||
|
||||
Currently, supports using mySQL, msql, or postgresql database backends, with
|
||||
mySQL being the default and best supported.
|
||||
|
||||
WWW: http://mysearch.udm.net/
|
||||
WWW: http://search.mnoGo.ru/
|
||||
|
||||
-Kelly
|
||||
kbyanc@posi.net
|
||||
|
@ -1,27 +1,6 @@
|
||||
udmsearch is successfully installed.
|
||||
Udmsearch is successfully installed.
|
||||
Now, to use udmsearch you need to create the appropriate mysql database
|
||||
manually:
|
||||
|
||||
Create mysql database 'udmsearch'.
|
||||
You can also use existing MySQL database, skip this step in this case.
|
||||
|
||||
$ mysqladmin create udmsearch
|
||||
|
||||
|
||||
Create tables.
|
||||
If you are installing UdmSearch for the first time:
|
||||
|
||||
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/create.txt
|
||||
|
||||
IMPORTANT: If you already use UdmSearch and want to upgrade from
|
||||
UdmSearch 2.0 or earlier while keep existing data, please do not use
|
||||
create.txt. Instead, to upgrade from UdmSearch 2.0, run
|
||||
|
||||
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt
|
||||
|
||||
or, to upgrade from UdmSearch 1.x, run
|
||||
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter19-20.txt
|
||||
$ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt
|
||||
manually: Please read INSTALL file located in ${PREFIX}/share/doc/udmsearch.
|
||||
|
||||
For more information on how to use udmsearch, please refer to their
|
||||
web site at http://mysearch.udm.net/
|
||||
web site at http://search.mnoGo.ru/
|
||||
|
@ -1,42 +1,45 @@
|
||||
etc/udmsearch/indexer.conf-dist
|
||||
etc/udmsearch/search.htm-dist
|
||||
etc/udmsearch/create/oracle/create.sql
|
||||
etc/udmsearch/create/oracle/multi.sql
|
||||
etc/udmsearch/create/sybase/create.sql
|
||||
etc/udmsearch/create/sybase/README
|
||||
etc/udmsearch/create/stopwords/stop.en.1.txt
|
||||
etc/udmsearch/create/stopwords/stop.ru.txt
|
||||
etc/udmsearch/create/stopwords/stop.pt.txt
|
||||
etc/udmsearch/create/stopwords/stop.no.txt
|
||||
etc/udmsearch/create/stopwords/stop.nl.txt
|
||||
etc/udmsearch/create/stopwords/stop.fr.txt
|
||||
etc/udmsearch/create/stopwords/stop.es.txt
|
||||
etc/udmsearch/create/stopwords/stop.en.txt
|
||||
etc/udmsearch/create/stopwords/stop.de.txt
|
||||
etc/udmsearch/create/stopwords/stop.it.txt
|
||||
etc/udmsearch/create/stopwords/stop.ua.txt
|
||||
etc/udmsearch/create/stopwords/stop.cz.txt
|
||||
etc/udmsearch/create/solid/create.txt
|
||||
etc/udmsearch/create/solid/README
|
||||
etc/udmsearch/create/solid/multi.txt
|
||||
etc/udmsearch/create/pgsql/create.txt
|
||||
etc/udmsearch/create/pgsql/crc.txt
|
||||
etc/udmsearch/create/pgsql/multi.txt
|
||||
etc/udmsearch/create/pgsql/crc-multi.txt
|
||||
etc/udmsearch/create/virtuoso/create.txt
|
||||
etc/udmsearch/create/virtuoso/multi.txt
|
||||
etc/udmsearch/create/virtuoso/crc.txt
|
||||
etc/udmsearch/create/mysql/create.txt
|
||||
etc/udmsearch/create/mysql/crc.txt
|
||||
etc/udmsearch/create/mysql/multi.txt
|
||||
etc/udmsearch/create/mysql/crc-multi.txt
|
||||
etc/udmsearch/create/mysql/ispell.txt
|
||||
etc/udmsearch/create/mssql/create.sql
|
||||
etc/udmsearch/create/msql/multi.txt
|
||||
etc/udmsearch/create/msql/create.txt
|
||||
etc/udmsearch/create/msql/crc.txt
|
||||
etc/udmsearch/create/msql/crc-multi.txt
|
||||
etc/udmsearch/create/ibase/create.sql
|
||||
share/udmsearch/search.cgi
|
||||
share/udmsearch/create/oracle/crc-multi.sql
|
||||
share/udmsearch/create/oracle/create.sql
|
||||
share/udmsearch/create/oracle/multi.sql
|
||||
share/udmsearch/create/sybase/create.sql
|
||||
share/udmsearch/create/sybase/README
|
||||
share/udmsearch/create/stopwords/stop.en.1.txt
|
||||
share/udmsearch/create/stopwords/stop.ru.txt
|
||||
share/udmsearch/create/stopwords/stop.pt.txt
|
||||
share/udmsearch/create/stopwords/stop.no.txt
|
||||
share/udmsearch/create/stopwords/stop.nl.txt
|
||||
share/udmsearch/create/stopwords/stop.fr.txt
|
||||
share/udmsearch/create/stopwords/stop.es.txt
|
||||
share/udmsearch/create/stopwords/stop.pl.txt
|
||||
share/udmsearch/create/stopwords/stop.en.txt
|
||||
share/udmsearch/create/stopwords/stop.de.txt
|
||||
share/udmsearch/create/stopwords/stop.it.txt
|
||||
share/udmsearch/create/stopwords/stop.ua.txt
|
||||
share/udmsearch/create/stopwords/stop.cz.txt
|
||||
share/udmsearch/create/solid/create.txt
|
||||
share/udmsearch/create/solid/README
|
||||
share/udmsearch/create/solid/multi.txt
|
||||
share/udmsearch/create/pgsql/create.txt
|
||||
share/udmsearch/create/pgsql/crc.txt
|
||||
share/udmsearch/create/pgsql/multi.txt
|
||||
share/udmsearch/create/pgsql/crc-multi.txt
|
||||
share/udmsearch/create/virtuoso/create.txt
|
||||
share/udmsearch/create/virtuoso/multi.txt
|
||||
share/udmsearch/create/virtuoso/crc.txt
|
||||
share/udmsearch/create/mysql/create.txt
|
||||
share/udmsearch/create/mysql/crc.txt
|
||||
share/udmsearch/create/mysql/multi.txt
|
||||
share/udmsearch/create/mysql/crc-multi.txt
|
||||
share/udmsearch/create/mysql/ispell.txt
|
||||
share/udmsearch/create/mssql/create.sql
|
||||
share/udmsearch/create/msql/multi.txt
|
||||
share/udmsearch/create/msql/create.txt
|
||||
share/udmsearch/create/msql/crc.txt
|
||||
share/udmsearch/create/msql/crc-multi.txt
|
||||
share/udmsearch/create/ibase/create.sql
|
||||
include/udm_charset.h
|
||||
include/udm_common.h
|
||||
include/udm_conf.h
|
||||
@ -52,9 +55,9 @@ include/udm_spell.h
|
||||
include/udm_utils.h
|
||||
include/udmsearch.h
|
||||
lib/libudmsearch.a
|
||||
libexec/udmsearch/search.cgi
|
||||
libexec/udmsearch/indexer
|
||||
libexec/udmsearch/udm-config
|
||||
sbin/indexer
|
||||
bin/udm-config
|
||||
share/doc/udmsearch/INSTALL
|
||||
share/doc/udmsearch/parsers.txt
|
||||
share/doc/udmsearch/syslog.txt
|
||||
share/doc/udmsearch/templates.txt
|
||||
@ -72,17 +75,16 @@ share/doc/udmsearch/lib.txt
|
||||
share/doc/udmsearch/html.txt
|
||||
share/doc/udmsearch/charset.txt
|
||||
@dirrm share/doc/udmsearch
|
||||
@dirrm libexec/udmsearch
|
||||
@dirrm etc/udmsearch/create/ibase
|
||||
@dirrm etc/udmsearch/create/msql
|
||||
@dirrm etc/udmsearch/create/mssql
|
||||
@dirrm etc/udmsearch/create/mysql
|
||||
@dirrm etc/udmsearch/create/oracle
|
||||
@dirrm etc/udmsearch/create/pgsql
|
||||
@dirrm etc/udmsearch/create/solid
|
||||
@dirrm etc/udmsearch/create/stopwords
|
||||
@dirrm etc/udmsearch/create/sybase
|
||||
@dirrm etc/udmsearch/create/virtuoso
|
||||
@dirrm etc/udmsearch/create
|
||||
@dirrm share/udmsearch/create/ibase
|
||||
@dirrm share/udmsearch/create/msql
|
||||
@dirrm share/udmsearch/create/mssql
|
||||
@dirrm share/udmsearch/create/mysql
|
||||
@dirrm share/udmsearch/create/oracle
|
||||
@dirrm share/udmsearch/create/pgsql
|
||||
@dirrm share/udmsearch/create/solid
|
||||
@dirrm share/udmsearch/create/stopwords
|
||||
@dirrm share/udmsearch/create/sybase
|
||||
@dirrm share/udmsearch/create/virtuoso
|
||||
@dirrm share/udmsearch/create
|
||||
@dirrm share/udmsearch
|
||||
@dirrm etc/udmsearch
|
||||
@dirrm bin/udmsearch
|
||||
|
Loading…
Reference in New Issue
Block a user