head	1.35;
access;
symbols
	RELEASE_8_3_0:1.28
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3;
locks; strict;
comment	@# @;


1.35
date	2013.03.19.10.56.03;	author svnexp;	state Exp;
branches;
next	1.34;

1.34
date	2013.02.20.22.01.43;	author svnexp;	state Exp;
branches;
next	1.33;

1.33
date	2012.12.10.19.24.06;	author svnexp;	state Exp;
branches;
next	1.32;

1.32
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.31;

1.31
date	2012.07.07.06.54.50;	author sunpoet;	state Exp;
branches;
next	1.30;

1.30
date	2012.06.27.08.32.38;	author sunpoet;	state Exp;
branches;
next	1.29;

1.29
date	2012.05.14.18.46.00;	author sunpoet;	state Exp;
branches;
next	1.28;

1.28
date	2012.03.13.17.09.02;	author sunpoet;	state Exp;
branches;
next	1.27;

1.27
date	2012.02.14.12.45.35;	author mm;	state Exp;
branches;
next	1.26;

1.26
date	2012.02.12.03.36.18;	author sunpoet;	state Exp;
branches;
next	1.25;

1.25
date	2012.02.07.01.35.04;	author pgollucci;	state Exp;
branches;
next	1.24;

1.24
date	2012.02.07.01.28.01;	author pgollucci;	state Exp;
branches;
next	1.23;

1.23
date	2012.01.24.19.16.47;	author pgollucci;	state Exp;
branches;
next	1.22;

1.22
date	2012.01.24.09.05.53;	author sunpoet;	state Exp;
branches;
next	1.21;

1.21
date	2011.09.23.22.26.07;	author amdmi3;	state Exp;
branches;
next	1.20;

1.20
date	2011.05.22.14.09.37;	author brix;	state Exp;
branches;
next	1.19;

1.19
date	2010.10.29.16.30.40;	author brix;	state Exp;
branches;
next	1.18;

1.18
date	2010.09.29.23.57.17;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2010.09.24.20.25.49;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2010.09.23.17.20.30;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2010.07.12.15.33.48;	author brix;	state Exp;
branches;
next	1.14;

1.14
date	2010.07.12.15.06.47;	author brix;	state Exp;
branches;
next	1.13;

1.13
date	2010.02.22.19.23.54;	author brix;	state Exp;
branches;
next	1.12;

1.12
date	2009.12.13.15.46.12;	author brix;	state Exp;
branches;
next	1.11;

1.11
date	2009.09.13.11.16.19;	author brix;	state Exp;
branches;
next	1.10;

1.10
date	2009.07.25.09.49.47;	author brix;	state Exp;
branches;
next	1.9;

1.9
date	2009.05.21.18.13.07;	author brix;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.25.18.33.33;	author brix;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.16.18.55.00;	author brix;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.14.15.07.16;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2008.11.02.13.19.31;	author brix;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.27.11.09.00;	author brix;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.29.20.52.54;	author brix;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.27.03.09.13;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.05.09.24.34;	author brix;	state Exp;
branches;
next	;


desc
@@


1.35
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314574
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Henrik Brix Andersen <brix@@FreeBSD.org>
# $FreeBSD: head/www/xapian-omega/Makefile 314574 2013-03-18 14:46:13Z sunpoet $

PORTNAME=	xapian-omega
PORTVERSION=	1.2.14
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

LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre \
		xapian:${PORTSDIR}/databases/xapian-core

OPTIONS_DEFINE=	DOCS EXAMPLES ICONV
OPTIONS_DEFAULT=ICONV
ICONV_DESC=	Enable iconv character set conversion support

PORTSCOUT=	limitw:1,even

CONFIGURE_ENV=	PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \
		XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
CPPFLAGS+=	-I${LOCALBASE}/include
GNU_CONFIGURE=	yes
LDFLAGS+=	-L${LOCALBASE}/lib
USE_LDCONFIG=	yes
USE_PERL5=	yes

MAN1=		omindex.1 scriptindex.1
MORE_PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
PORTDOCS=	cgiparams.html index.html omegascript.html overview.html \
		quickstart.html scriptindex.html termprefixes.html \
		${MORE_PORTDOCS}
PORTEXAMPLES=	omega.conf

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MICONV}
USE_ICONV=	yes
CONFIGURE_ARGS+=--with-iconv
.else
CONFIGURE_ARGS+=--without-iconv
.endif

post-patch:
	@@${REINPLACE_CMD} \
		-e '/^dist_sysconf_DATA = /d' \
		-e '/^pkglibbindir = / s| = .*$$| = ${WWWDIR}/cgi-bin|' \
			${WRKSRC}/Makefile.in
.if empty(PORT_OPTIONS:MDOCS)
	@@${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in
.endif

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}/
	cd ${WRKSRC}/ && ${INSTALL_DATA} ${MORE_PORTDOCS} ${DOCSDIR}/
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
	${MKDIR} ${EXAMPLESDIR}/
	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/
.endif

.include <bsd.port.mk>
@


1.34
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312672
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/xapian-omega/Makefile 312672 2013-02-20 20:37:09Z sunpoet $
d5 1
a5 2
PORTVERSION=	1.2.13
PORTREVISION=	1
@


1.33
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308630
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308630 | mm | 2012-12-10 19:11:11 +0000 (Mon, 10 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update PCRE to 8.32
## SVN ## Introduces the UTF-32 library pcre32
## SVN ## Bump PORTREVISION in dependent ports
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	xapian-omega
# Date created:		05 Jul 2008
# Whom:			Henrik Brix Andersen <brix@@FreeBSD.org>
#
# $FreeBSD: head/www/xapian-omega/Makefile 308630 2012-12-10 19:11:11Z mm $
#
d5 1
a5 1
PORTVERSION=	1.2.12
@


1.32
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/xapian-omega/Makefile 300897 2012-07-14 14:29:18Z beat $
d10 1
@


1.31
log
@- Update to 1.2.12

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.12
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.30
log
@- Update to 1.2.11
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Convert to new options framework

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.11
@
text
@d9 1
a9 1
PORTVERSION=	1.2.11
@


1.29
log
@- Update to 1.2.10.0
- Add PORTSCOUT knob to skip development versions

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
@
text
@d9 1
a9 1
PORTVERSION=	1.2.10
d19 2
a20 2
LIB_DEPENDS=	pcre.1:${PORTSDIR}/devel/pcre \
		xapian.26:${PORTSDIR}/databases/xapian-core
d22 3
a24 1
OPTIONS=	ICONV	"Enable iconv character set conversion support" on
d45 1
a45 1
.if defined(WITH_ICONV)
d57 1
a57 1
.if defined(NOPORTDOCS)
d62 1
a62 1
.if !defined(NOPORTDOCS)
d66 1
a66 1
.if !defined(NOPORTEXAMPLES)
@


1.28
log
@- Update to 1.2.9

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.9
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.2.9
d24 2
@


1.27
log
@Bump pcre library dependency due to 8.30 update
@
text
@d9 1
a9 2
PORTVERSION=	1.2.8
PORTREVISION=	1
@


1.26
log
@- Update to 1.2.8
- Add my LOCAL to MASTER_SITES
- Pet portlint
- Take maintainership

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.8
@
text
@d10 1
d20 1
a20 1
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
@


1.25
log
@- drop maintainer now that update is complete

PR:     ports/164460
@
text
@d6 1
d9 1
a9 1
PORTVERSION=	1.2.7
d12 1
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 2
d20 1
a20 3
	xapian.26:${PORTSDIR}/databases/xapian-core

LICENSE=	GPLv2
d22 1
a22 1
OPTIONS=	ICONV   "Enable iconv character set conversion support" on
d25 1
a25 2
	XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config

a32 1

d34 2
a35 7
PORTDOCS=	cgiparams.html \
		index.html \
		omegascript.html \
		overview.html \
		quickstart.html \
		scriptindex.html \
		termprefixes.html \
d43 1
a43 1
CONFIGURE_ARGS+=	--with-iconv
d45 1
a45 1
CONFIGURE_ARGS+=	--without-iconv
d50 3
a52 3
		-e 's|^\(dist_sysconf_DATA\ =\ omega\.conf\)|#\1|' \
		-e 's|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|' \
		 ${WRKSRC}/Makefile.in
@


1.24
log
@- Update xapian to 1.2.7.0

PR:             ports/164460
@
text
@d12 1
a12 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.23
log
@- Lock these under my maintainership temporarily while the repo copy and upgrade shuffle
  happens
@
text
@d8 1
a8 1
PORTVERSION=	1.0.22
a10 2
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brix
d15 2
a16 1
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
d19 5
a23 3
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_PERL5_RUN=	yes
d26 1
d28 2
d34 7
a40 2
PORTDOCS=	cgiparams.html omegascript.html overview.html \
		quickstart.html scriptindex.html termprefixes.html \
d44 1
a44 5
OPTIONS=	ICONV "Enable iconv character set conversion support" On

PORTSCOUT=	limit:^1\.0\.

.include <bsd.port.pre.mk>
d56 1
a56 1
		-e "s|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|" \
d59 1
a59 3
	@@${REINPLACE_CMD} \
		-e 's|^\(SUBDIRS\ =\ \.\) docs|\1|' \
		 ${WRKSRC}/Makefile.in
d64 2
a65 2
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${MORE_PORTDOCS:S@@^@@${WRKSRC}/@@} ${DOCSDIR}
d68 2
a69 2
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${PORTEXAMPLES:S@@^@@${WRKSRC}/@@} ${EXAMPLESDIR}
d72 1
a72 1
.include <bsd.port.post.mk>
@


1.22
log
@- Reset MAINTAINER

PR:		ports/164438
Submitted by:	Jean-Francois Dockes <jf@@dockes.org> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.21
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d14 1
a14 1
MAINTAINER=	jf@@dockes.org
@


1.20
log
@- Pass maintainership to Jean-Francois Dockes <jf@@dockes.org>
@
text
@d24 2
a25 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.19
log
@- Update to v1.0.22
@
text
@d14 1
a14 1
MAINTAINER=	brix@@FreeBSD.org
@


1.18
log
@- Chase the revert of databases/xapian-core (shlib)
@
text
@d8 1
a8 2
PORTVERSION=	1.0.21
PORTREVISION=	3
@


1.17
log
@- Chase xapian-core shlib bump

Reported by:    pav via pointyhat
@
text
@d9 1
a9 1
PORTREVISION=	2
d18 1
a18 1
LIB_DEPENDS=	xapian.23:${PORTSDIR}/databases/xapian-core
@


1.16
log
@- Chase databases/xapian-core sh lib bump

Reported by:    erwin via pointyhat
@
text
@d18 1
a18 1
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
@


1.15
log
@- Add License information
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.14
log
@- Update to v1.0.21
- Limit Portscout to v1.0.x
@
text
@d9 1
d20 1
@


1.13
log
@- Update to v1.0.18

Feature safe:	yes
@
text
@d8 1
a8 1
PORTVERSION=	1.0.18
d36 2
@


1.12
log
@- Update to v1.0.17
@
text
@d8 1
a8 1
PORTVERSION=	1.0.17
@


1.11
log
@- Update to v1.0.16 (security update)

Security:	http://www.vuxml.org/freebsd/b46f3a1e-a052-11de-a649-000c2955660f.html
@
text
@d8 1
a8 1
PORTVERSION=	1.0.16
@


1.10
log
@- Update to v1.0.14
@
text
@d8 1
a8 1
PORTVERSION=	1.0.14
@


1.9
log
@- Update to v1.0.12
@
text
@d8 1
a8 1
PORTVERSION=	1.0.12
@


1.8
log
@- Update to v1.0.11
@
text
@d8 1
a8 1
PORTVERSION=	1.0.11
@


1.7
log
@- Update to v1.0.10
@
text
@d8 1
a8 2
PORTVERSION=	1.0.10
PORTREVISION=	1
@


1.6
log
@- Bump portrevision after databases/xapian-core shlib bump

Notified by:	erwin (via pointyhat)
@
text
@d8 1
a8 1
PORTVERSION=	1.0.9
@


1.5
log
@- Update to v1.0.9
@
text
@d9 1
d18 1
a18 1
LIB_DEPENDS=	xapian.20:${PORTSDIR}/databases/xapian-core
@


1.4
log
@- Update to v1.0.8.
@
text
@d8 1
a8 1
PORTVERSION=	1.0.8
@


1.3
log
@Update to version 1.0.7.

Approved by:    erwin (mentor, implicit)
@
text
@d8 1
a8 1
PORTVERSION=	1.0.7
@


1.2
log
@- Chase databases/xapian-core update

PR:		ports/125954 (deskutils/recoll)
Submitted by:	maintainer of xapian-core
@
text
@d8 1
a8 2
PORTVERSION=	1.0.6
PORTREVISION=	1
@


1.1
log
@CGI search application built on Xapian

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.

Approved by:	erwin (mentor)
@
text
@d9 1
d18 1
a18 1
LIB_DEPENDS=	xapian.19:${PORTSDIR}/databases/xapian-core
@

