Index: head/www/mnogosearch/Makefile =================================================================== --- head/www/mnogosearch/Makefile (revision 403938) +++ head/www/mnogosearch/Makefile (revision 403939) @@ -1,105 +1,104 @@ # Created by: ache # $FreeBSD$ PORTNAME= mnogosearch -PORTVERSION= 3.4.0 -PORTREVISION= 4 +PORTVERSION= 3.4.1 CATEGORIES= www databases MASTER_SITES= http://www.mnogosearch.org/Download/ \ http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= Full featured SQL-based hypertext search engine LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= dpsearch-[0-9]* udmsearch-[0-9]* mguesser-[0-9]* OPTIONS_DEFINE= DOCS EXAMPLES THREADS SSL ASIAN SYSLOG OPTIONS_MULTI= database OPTIONS_MULTI_database= PGSQL MYSQL SQLITE2 SQLITE3 OPTIONS_DEFAULT= THREADS SSL SYSLOG SQLITE3 ASIAN_DESC= Enable asian charsets SYSLOG_DESC= Send logs to syslog SQLITE2_DESC= Use SQLite 2.x SQLITE3_DESC= Use SQLite 3.x GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= cpe gmake libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \ --localstatedir=/var/mnogosearch \ --datadir=${DATADIR} SUB_FILES+= pkg-message PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql=${LOCALBASE} .include .if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes .endif .if ${PORT_OPTIONS:MTHREADS} CONFIGURE_ARGS+= --enable-pthreads .else CONFIGURE_ARGS+= --disable-pthreads .endif .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif .if ${PORT_OPTIONS:MASIAN} CONFIGURE_ARGS+= --with-extra-charsets=all .endif .if ! ${PORT_OPTIONS:MSYSLOG} CONFIGURE_ARGS+= --disable-syslog .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .endif .if ${PORT_OPTIONS:MSQLITE2} USE_SQLITE= 2 CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} .endif .if ${PORT_OPTIONS:MSQLITE3} USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} .endif PORTDATA= * PORTDOCS= ChangeLog INSTALL README.html PORTEXAMPLES= README *.conf post-patch: .if ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's#$$(DESTDIR)$$(prefix)/doc#${DOCSDIR}#' \ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in .else @${REINPLACE_CMD} -e \ 's#^SUBDIRS = include src doc#SUBDIRS = include src#' \ ${WRKSRC}/Makefile.in .endif post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS:NREADME.html} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/samples/* ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/www/mnogosearch/distinfo =================================================================== --- head/www/mnogosearch/distinfo (revision 403938) +++ head/www/mnogosearch/distinfo (revision 403939) @@ -1,2 +1,2 @@ -SHA256 (mnogosearch-3.4.0.tar.gz) = 615946b2b22ddda03f9c9793a062ea5ed9f1255a36f46b1cdc41debea66df64f -SIZE (mnogosearch-3.4.0.tar.gz) = 4241797 +SHA256 (mnogosearch-3.4.1.tar.gz) = 7938fdcbc68b9cb8d66319b73906c99d4fc167eb7f783499d46845f4f33519db +SIZE (mnogosearch-3.4.1.tar.gz) = 4290790 Index: head/www/mnogosearch/pkg-plist =================================================================== --- head/www/mnogosearch/pkg-plist (revision 403938) +++ head/www/mnogosearch/pkg-plist (revision 403939) @@ -1,81 +1,86 @@ bin/indexer bin/mconv bin/mguesser bin/search.cgi bin/udm-config %%ETCDIR%%/indexer.conf-dist %%ETCDIR%%/langmap.conf-dist %%ETCDIR%%/node.xml-dist %%ETCDIR%%/search.htm-dist %%ETCDIR%%/stopwords.conf-dist include/udm_agent.h include/udm_alias.h include/udm_autoconf.h include/udm_boolean.h include/udm_chinese.h include/udm_common.h include/udm_conf.h include/udm_config.h include/udm_contentencoding.h +include/udm_coords.h include/udm_crc32.h +include/udm_ctype.h include/udm_db.h include/udm_db_int.h include/udm_dirent.h include/udm_doc.h include/udm_env.h include/udm_execget.h include/udm_ftp.h include/udm_getopt.h include/udm_guesser.h include/udm_hash.h include/udm_host.h include/udm_hrefs.h include/udm_http.h include/udm_id3.h include/udm_indexcache.h include/udm_indexer.h +include/udm_lex.h include/udm_log.h include/udm_match.h include/udm_mutex.h include/udm_parsedate.h include/udm_parsehtml.h include/udm_parser.h include/udm_parsexml.h +include/udm_prog.h include/udm_proto.h +include/udm_query.h include/udm_regex.h include/udm_result.h include/udm_robots.h include/udm_sdp.h include/udm_search_tl.h include/udm_searchtool.h include/udm_server.h include/udm_services.h include/udm_sgml.h include/udm_signals.h include/udm_socket.h include/udm_spell.h include/udm_sqldbms.h include/udm_stopwords.h include/udm_store.h include/udm_synonym.h include/udm_template.h include/udm_textlist.h include/udm_unicode.h include/udm_uniconv.h include/udm_unidata.h include/udm_url.h include/udm_utils.h include/udm_vars.h include/udm_wild.h include/udm_word.h include/udm_xmalloc.h include/udmsearch.h lib/libmnogocharset-3.4.so lib/libmnogocharset.a lib/libmnogocharset.so lib/libmnogosearch-3.4.so lib/libmnogosearch.a lib/libmnogosearch.so man/man1/indexer.1.gz man/man5/indexer.conf.5.gz @dir /var/mnogosearch