diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile index 7cc4e081bd57..9b9bf82a2345 100644 --- a/www/mnogosearch/Makefile +++ b/www/mnogosearch/Makefile @@ -1,98 +1,99 @@ PORTNAME= mnogosearch PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www databases MASTER_SITES= http://www.mnogosearch.org/Download/ MAINTAINER= crees@FreeBSD.org COMMENT= Full featured SQL-based hypertext search engine WWW= http://www.mnogosearch.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= sphinxsearch udmsearch mguesser 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 DATABASE_DESC= Database backends SYSLOG_DESC= Send logs to syslog SQLITE2_DESC= Use SQLite 2.x SQLITE3_DESC= Use SQLite 3.x GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share 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} SQLITE2_USES= sqlite:2 SQLITE3_USES= sqlite SQLITE2_CONFIGURE_ON= --with-sqlite=${LOCALBASE} SQLITE3_CONFIGURE_ON= --with-sqlite3=${LOCALBASE} .include .if ${PORT_OPTIONS:MSSL} USES+= ssl .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} USES+= mysql CONFIGURE_ARGS+= --with-mysql=${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 diff --git a/www/mnogosearch/pkg-plist b/www/mnogosearch/pkg-plist index 74a2ce994ea5..7f7870c508e8 100644 --- a/www/mnogosearch/pkg-plist +++ b/www/mnogosearch/pkg-plist @@ -1,86 +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 +share/man/man1/indexer.1.gz +share/man/man5/indexer.conf.5.gz @dir /var/mnogosearch