head	1.27;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	old_RELEASE_8_1_0:1.13
	old_RELEASE_7_3_0:1.13
	old_RELEASE_8_0_0:1.11
	old_RELEASE_7_2_0:1.8
	old_RELEASE_7_1_0:1.3
	old_RELEASE_6_4_0:1.3;
locks; strict;
comment	@# @;


1.27
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.10.05.16.30.22;	author bapt;	state Exp;
branches;
next	1.25;

1.25
date	2012.02.12.03.36.24;	author sunpoet;	state Exp;
branches;
next	1.24;

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

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

1.22
date	2012.02.07.00.54.24;	author pgollucci;	state Exp;
branches;
next	1.21;

1.21
date	2012.02.07.00.06.52;	author pgollucci;	state Exp;
branches;
next	1.20;

1.20
date	2012.02.06.23.29.44;	author pgollucci;	state Exp;
branches;
next	1.19;

1.19
date	2011.03.09.08.06.40;	author linimon;	state dead;
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.27
log
@Switch exporter over
@
text
@# Created by: Henrik Brix Andersen <brix@@FreeBSD.org>
# $FreeBSD: head/www/xapian-omega10/Makefile 305307 2012-10-05 16:30:22Z bapt $

PORTNAME=	xapian-omega10
PORTVERSION=	1.0.23
CATEGORIES=	www
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
DISTNAME=	${PORTNAME:S/10$//}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	CGI search application built on Xapian

LICENSE=	GPLv2

LIB_DEPENDS=	xapian:${PORTSDIR}/databases/xapian-core10

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_PERL5_RUN=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

MAN1=		omindex.1 scriptindex.1

DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/10$//}
WWWDIR=		${PREFIX}/www/${PORTNAME:S/10$//}

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

OPTIONS_DEFINE=	ICONV DOCS EXAMPLES
OPTIONS_DEFAULT=	ICONV

PORTSCOUT=	limit:^1\.0\.

.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 's|^\(dist_sysconf_DATA\ =\ omega\.conf\)|#\1|' \
		-e "s|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|" \
		 ${WRKSRC}/Makefile.in
.if empty(PORT_OPTIONS:MDOCS)
	@@${REINPLACE_CMD} \
		-e 's|^\(SUBDIRS\ =\ \.\) docs|\1|' \
		 ${WRKSRC}/Makefile.in
.endif

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

.include <bsd.port.mk>
@


1.26
log
@SVN rev 305307 on 2012-10-05 16:30:22Z by bapt

Convert to new options framework
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.25
log
@- Update to 1.0.23
- Pet portlint

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.0.23
@
text
@d1 1
a1 4
# New ports collection makefile for:	xapian-omega10
# Date created:		05 Jul 2008
# Whom:			Henrik Brix Andersen <brix@@FreeBSD.org>
#
a2 1
#
d15 1
a15 1
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core10
d35 2
a36 1
OPTIONS=	ICONV "Enable iconv character set conversion support" On
d40 1
a40 1
.include <bsd.port.pre.mk>
d42 1
a42 1
.if defined(WITH_ICONV)
d54 1
a54 1
.if defined(NOPORTDOCS)
d61 1
a61 1
.if !defined(NOPORTDOCS)
d65 1
a65 1
.if !defined(NOPORTEXAMPLES)
d70 1
a70 1
.include <bsd.port.post.mk>
@


1.24
log
@- drop maintainer now that update is complete

PR:     ports/164460
@
text
@d6 1
d9 1
a9 1
PORTVERSION=	1.0.22
d12 1
a12 1
DISTNAME=      ${PORTNAME:S/10$//}-${PORTVERSION}
d17 2
a20 1
LICENSE=	GPLv2
@


1.23
log
@- Reapply the previous path renames and fix builds

PR:     ports/164460
@
text
@d13 1
a13 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.22
log
@- Resync *10 ports to the originals, there was drift in the interim mess

PR:     ports/164460
@
text
@d1 1
a1 1
# New ports collection makefile for:	xapian-omega
d7 1
a7 1
PORTNAME=	xapian-omega
d10 2
a11 3
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brix
d16 1
a16 1
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
d28 3
@


1.21
log
@- Update paths for repo copy for old API version

PR:             ports/164460
@
text
@d1 1
a1 1
# New ports collection makefile for:	xapian-omega10
d7 2
a8 3
PORTNAME=	xapian-omega10
PORTVERSION=	1.0.21
PORTREVISION=	3
d14 1
a14 1
MAINTAINER=	brix@@FreeBSD.org
d17 1
a17 1
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core10
d24 2
a25 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.20
log
@- Forced commit to note resurrection of *10 xapian related ports

PR:         ports/164460
@
text
@d1 1
a1 1
# New ports collection makefile for:	xapian-omega
d7 1
a7 1
PORTNAME=	xapian-omega
d18 1
a18 1
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
@


1.19
log
@Remove repocopy abandoned in the wake of ports/151093.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/xapian-omega10/Makefile,v 1.18 2010/09/29 23:57:17 pgollucci Exp $
@


1.18
log
@- Chase the revert of databases/xapian-core (shlib)
@
text
@d5 1
a5 1
# $FreeBSD$
@


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
@

