Index: head/www/xapian-omega/Makefile =================================================================== --- head/www/xapian-omega/Makefile (revision 437724) +++ head/www/xapian-omega/Makefile (revision 437725) @@ -1,54 +1,59 @@ # Created by: Henrik Brix Andersen # $FreeBSD$ PORTNAME= xapian-omega -PORTVERSION= 1.2.24 +PORTVERSION= 1.4.3 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= CGI search application built on Xapian LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libpcre.so:devel/pcre \ libxapian.so:databases/xapian-core +CONFLICTS_INSTALL= xapian-omega12- + OPTIONS_DEFINE= DOCS EXAMPLES ICONV OPTIONS_DEFAULT=ICONV ICONV_DESC= Enable iconv character set conversion support PORTSCOUT= limitw:1,even CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} CONFIGURE_ENV= PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \ XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool localbase perl5 shebangfix tar:xz MORE_PORTDOCS= AUTHORS ChangeLog NEWS README TODO PORTDATA= * PORTDOCS= * PORTEXAMPLES= omega.conf SHEBANG_FILES= dbi2omega htdig2omega mbox2omega ICONV_CONFIGURE_ON= ac_cv_search_iconv=${ICONV_LIB} ICONV_CONFIGURE_WITH= iconv ICONV_USES= iconv post-patch: @${REINPLACE_CMD} \ -e '/^dist_sysconf_DATA = /d' \ -e '/^pkglibbindir = / s| = .*$$| = ${WWWDIR}/cgi-bin|' \ ${WRKSRC}/Makefile.in -post-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ +post-install-DOCS-on: cd ${WRKSRC}/ && ${INSTALL_DATA} ${MORE_PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + +post-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/www/xapian-omega/distinfo =================================================================== --- head/www/xapian-omega/distinfo (revision 437724) +++ head/www/xapian-omega/distinfo (revision 437725) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475135073 -SHA256 (xapian-omega-1.2.24.tar.xz) = 45fca431b812ddacbd592b522389474317af386b3ab554908edd36fc5918da53 -SIZE (xapian-omega-1.2.24.tar.xz) = 438104 +TIMESTAMP = 1485562544 +SHA256 (xapian-omega-1.4.3.tar.xz) = 2eea0344a0703ba379d845b86d08a9c2e9faf0deb21834d9ea6939b712c6216e +SIZE (xapian-omega-1.4.3.tar.xz) = 498856 Index: head/www/xapian-omega/files/patch-htmlparse.h =================================================================== --- head/www/xapian-omega/files/patch-htmlparse.h (nonexistent) +++ head/www/xapian-omega/files/patch-htmlparse.h (revision 437725) @@ -0,0 +1,10 @@ +--- htmlparse.h.orig 2016-10-21 04:54:32 UTC ++++ htmlparse.h +@@ -24,6 +24,7 @@ + + #include + #include ++#include + + using std::string; + using std::map; Property changes on: head/www/xapian-omega/files/patch-htmlparse.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/xapian-omega/pkg-descr =================================================================== --- head/www/xapian-omega/pkg-descr (revision 437724) +++ head/www/xapian-omega/pkg-descr (revision 437725) @@ -1,5 +1,5 @@ This package contains two index building utilities (omindex and scriptindex) and a CGI search application (omega). These use the Xapian search library to provide a search over a collection of documents. -WWW: http://xapian.org/ +WWW: https://xapian.org/ Index: head/www/xapian-omega/pkg-plist =================================================================== --- head/www/xapian-omega/pkg-plist (revision 437724) +++ head/www/xapian-omega/pkg-plist (revision 437725) @@ -1,9 +1,14 @@ bin/dbi2omega bin/htdig2omega bin/mbox2omega bin/omindex +bin/omindex-list bin/scriptindex +man/man1/omindex-list.1.gz man/man1/omindex.1.gz man/man1/scriptindex.1.gz +%%WWWDIR%%/cgi-bin/mhtml2html %%WWWDIR%%/cgi-bin/omega %%WWWDIR%%/cgi-bin/outlookmsg2html +%%WWWDIR%%/cgi-bin/rfc822tohtml +%%WWWDIR%%/cgi-bin/vcard2text