View | Details | Raw Unified | Return to bug 164460
Collapse All | Expand All

(-)b/databases/p5-Search-Xapian/Makefile (+47 lines)
Added Link Here
1
# New ports collection makefile for:	databases/p5-Search-Xapian
2
# Date created:				Feb 22 2006
3
# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
4
#
5
# $FreeBSD: ports/databases/p5-Search-Xapian/Makefile,v 1.34 2012/01/24 11:33:55 culot Exp $
6
#
7
8
PORTNAME=	Search-Xapian
9
PORTVERSION=	1.0.22.0
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/1.0.22/
12
PKGNAMEPREFIX=	p5-
13
14
MAINTAINER=	perl@FreeBSD.org
15
COMMENT=	Perl XS frontend to the Xapian C++ search library
16
17
LICENSE=	ART10 GPLv1
18
LICENSE_COMB=	dual
19
20
BUILD_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
23
PERL_CONFIGURE=	yes
24
CC=		${CXX}
25
26
MAN3=	Search::Xapian.3 \
27
	Search::Xapian::BM25Weight.3 \
28
	Search::Xapian::BoolWeight.3 \
29
	Search::Xapian::Database.3 \
30
	Search::Xapian::Document.3 \
31
	Search::Xapian::Enquire.3 \
32
	Search::Xapian::MultiValueSorter.3 \
33
	Search::Xapian::PositionIterator.3 \
34
	Search::Xapian::PostingIterator.3 \
35
	Search::Xapian::QueryParser.3 \
36
	Search::Xapian::Stem.3 \
37
	Search::Xapian::TermGenerator.3 \
38
	Search::Xapian::TermIterator.3 \
39
	Search::Xapian::TradWeight.3 \
40
	Search::Xapian::ValueIterator.3 \
41
	Search::Xapian::Weight.3 \
42
	Search::Xapian::WritableDatabase.3
43
44
post-patch:
45
	@${REINPLACE_CMD} -e 's/^if (defined $$builddir/if (0/' ${WRKSRC}/Makefile.PL
46
47
.include <bsd.port.mk>
(-)b/databases/p5-Search-Xapian/distinfo (+2 lines)
Added Link Here
1
SHA256 (Search-Xapian-1.0.22.0.tar.gz) = a74da17bce03e294d9046857cd8b6beade805f2ebc5310305e5b8a17537e21a5
2
SIZE (Search-Xapian-1.0.22.0.tar.gz) = 52663
(-)b/databases/p5-Search-Xapian/pkg-descr (+20 lines)
Added Link Here
1
This module wraps most methods of most Xapian classes. The missing classes
2
and methods should be added in the future. It also provides a simplified,
3
more 'perlish' interface - as demonstrated above.
4
5
The Xapian library is evolving very quickly at the time of writing,
6
hence any documentation placed here would be likely to become out of
7
date quite rapidly, and I do not have the patience to write some which
8
could rapidly become redundant.
9
10
Apologies to those of you considering using this module. For the time
11
being, I would suggest garnering what you can from the tests and
12
examples provided, or reading through the Xapian documentation on
13
http://www.xapian.org/, notably the API documentation at
14
http://www.xapian.org/docs/apidoc/html/annotated.html
15
16
If you encounter problems, email either me or preferably the
17
Xapian-discuss mailing list (which I am on - subscription details can
18
be found on the Xapian web site).
19
20
WWW: http://search.cpan.org/dist/Search-Xapian/
(-)b/databases/p5-Search-Xapian/pkg-plist (+35 lines)
Added Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so
4
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm
5
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm
6
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm
7
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm
8
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm
9
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm
10
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm
11
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm
12
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm
13
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm
14
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm
15
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MultiValueSorter.pm
16
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PerlStopper.pm
17
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm
18
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm
19
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm
20
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm
21
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm
22
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/SimpleStopper.pm
23
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pm
24
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm
25
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermGenerator.pm
26
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm
27
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TradWeight.pm
28
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm
29
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm
30
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm
31
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian
32
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search
33
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet
34
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian
35
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search
(-)b/databases/xapian-bindings/Makefile (+63 lines)
Added Link Here
1
# New ports collection makefile for:	xapian-bindings
2
# Date created:		2007-05-26
3
# Whom:			Gea-Suan Lin <gslin@gslin.org>
4
#
5
# $FreeBSD: ports/databases/xapian-bindings/Makefile,v 1.12 2012/01/24 09:04:45 sunpoet Exp $
6
#
7
8
PORTNAME=	xapian-bindings
9
PORTVERSION=	1.0.22
10
CATEGORIES=	databases
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
12
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Bindings allowing Xapian to be used from various programming languages
15
16
RUN_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
17
BUILD_DEPENDS:=	${RUN_DEPENDS}
18
19
LICENSE=	GPLv2
20
CONFIGURE_ARGS+=	--datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \
21
		--without-csharp --without-java --without-tcl
22
GNU_CONFIGURE=	yes
23
24
.ifdef(WITHOUT_PHP)
25
CONFIGURE_ARGS+=	--without-php
26
PLIST_SUB+=	BINDING_PHP="@comment "
27
.else
28
CONFIGURE_ARGS+=	--with-php
29
CONFIGURE_ENV+=	PHP_CONFIG="${LOCALBASE}/bin/php-config"
30
PLIST_SUB+=	BINDING_PHP=""
31
USE_PHP=	yes
32
USE_PHP_BUILD=	yes
33
.endif
34
35
.ifdef(WITHOUT_PYTHON)
36
CONFIGURE_ARGS+=	--without-python
37
PLIST_SUB+=	BINDING_PYTHON="@comment "
38
.else
39
CONFIGURE_ARGS+=	--with-python
40
CONFIGURE_ENV+=	PYTHON_LIB="${PYTHON_SITELIBDIR}"
41
PLIST_SUB+=	BINDING_PYTHON=""
42
USE_PYTHON=	yes
43
.endif
44
45
.ifdef(WITHOUT_RUBY)
46
CONFIGURE_ARGS+=	--without-ruby
47
PLIST_SUB+=	BINDING_RUBY="@comment "
48
.else
49
CONFIGURE_ARGS+=	--with-ruby
50
USE_RUBY_RDOCS=	no
51
PLIST_SUB+=	BINDING_RUBY=""
52
USE_RUBY=	yes
53
.endif
54
55
post-install:
56
.ifdef(NOPORTDOCS)
57
	${RM} -fr ${DOCSDIR}
58
.endif
59
.ifndef(WITHOUT_RUBY)
60
	${RM} -fr ${DOCSDIR}/ruby/rdocs
61
.endif
62
63
.include <bsd.port.mk>
(-)b/databases/xapian-bindings/distinfo (+2 lines)
Added Link Here
1
SHA256 (xapian-bindings-1.0.22.tar.gz) = 9790f6df53e952e95f0b343fb297540ea1785e08d06125e32975ec35919b42a2
2
SIZE (xapian-bindings-1.0.22.tar.gz) = 1071588
(-)b/databases/xapian-bindings/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2010-10-28 16:54:25.000000000 +0000
2
+++ configure	2010-10-28 16:54:39.000000000 +0000
3
@@ -15156,7 +15156,7 @@ $as_echo_n "checking for python librarie
4
 	mingw* | pw32*)
5
 	  PYTHON_LIBS=`$PYTHON -c 'import os,sys;print("-L"+os.path.join(sys.prefix,"libs").replace(os.sep,"/")+" -lpython"+sys.version[:3].replace(".",""))'` ;;
6
 	cygwin*)
7
-	  PYTHON_LIBS=`$PYTHON -c 'import os,sys;print("-L"+os.path.join(sys.path[3],"config")+" -lpython"+sys.version[:3]')` ;;
8
+	  PYTHON_LIBS=`$PYTHON -c 'import os,sys;print("-L"+os.path.join(sys.path[3],"config")+" -lpython"+sys.version[:3])'` ;;
9
 	*)
10
 	  PYTHON_LIBS= ;;
11
 	esac
(-)b/databases/xapian-bindings/pkg-descr (+4 lines)
Added Link Here
1
SWIG and JNI bindings allowing Xapian to be used from various other
2
programming languages.
3
4
WWW:	http://www.xapian.org/
(-)b/databases/xapian-bindings/pkg-plist (+39 lines)
Added Link Here
1
@comment $FreeBSD: ports/databases/xapian-bindings/pkg-plist,v 1.4 2009/09/19 11:58:20 miwi Exp $
2
%%BINDING_PHP%%%%DATADIR%%/php5/xapian.php
3
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php4
4
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php5
5
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php4
6
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php5
7
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php4
8
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php5
9
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/index.html
10
%%BINDING_PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so
11
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleexpand.py
12
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleindex.py
13
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplematchdecider.py
14
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplesearch.py
15
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/index.html
16
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/_xapian.so
17
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.py
18
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyc
19
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyo
20
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleexpand.rb
21
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleindex.rb
22
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplematchdecider.rb
23
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplesearch.rb
24
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/index.html
25
%%BINDING_RUBY%%%%RUBY_SITELIBDIR%%/xapian.rb
26
%%BINDING_RUBY%%%%RUBY_SITEARCHLIBDIR%%/_xapian.so
27
%%BINDING_RUBY%%@dirrmtry %%RUBY_SITELIBDIR%%
28
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby/examples
29
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby
30
%%BINDING_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%
31
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python/examples
32
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python
33
%%BINDING_PHP%%@dirrmtry lib/php/%%PHP_EXT_DIR%%
34
%%BINDING_PHP%%@dirrmtry lib/php
35
%%BINDING_PHP%%@dirrmtry %%DATADIR%%/php5
36
%%BINDING_PHP%%@dirrmtry %%DATADIR%%
37
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php/examples
38
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php
39
%%PORTDOCS%%@dirrm %%DOCSDIR%%
(-)b/databases/xapian-core/Makefile (+39 lines)
Added Link Here
1
# New ports collection makefile for:	xapian-core
2
# Date created:				5 November 2005
3
# Whom:					J.F. Dockes
4
#
5
# $FreeBSD: ports/databases/xapian-core/Makefile,v 1.33 2012/01/24 09:05:26 sunpoet Exp $
6
#
7
8
PORTNAME=	xapian-core
9
PORTVERSION=	1.0.22
10
PORTEPOCH=	1
11
CATEGORIES=	databases
12
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
13
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A probabilistic text search database engine
16
17
LICENSE=	GPLv2
18
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
20
21
OPTIONS=	SSE2 "Use SSE2 for floating point" Off
22
23
MAN1=		quartzcheck.1 quartzcompact.1 quartzdump.1 \
24
		xapian-check.1 xapian-compact.1 xapian-config.1 \
25
		xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1
26
27
.if defined(WITHOUT_SSE2)
28
CONFIGURE_ARGS+=	--disable-sse
29
.endif
30
31
post-install:
32
.for file in delve quest copydatabase
33
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
34
.endfor
35
.ifdef(NOPORTDOCS)
36
	${RM} -rf ${DOCSDIR}
37
.endif
38
39
.include <bsd.port.mk>
(-)b/databases/xapian-core/distinfo (+2 lines)
Added Link Here
1
SHA256 (xapian-core-1.0.22.tar.gz) = 39fc7ec7a233c2a5b3cea4954dd35c1f891841274d35bf746d23b1feac6fe511
2
SIZE (xapian-core-1.0.22.tar.gz) = 3342736
(-)b/databases/xapian-core/files/patch-Makefile.in (+32 lines)
Added Link Here
1
--- Makefile.in.orig	Fri May 18 00:58:07 2007
2
+++ Makefile.in	Fri May 18 13:10:33 2007
3
@@ -49,7 +49,8 @@
4
 @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
5
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/languages -Ilanguages \
6
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/queryparser
7
-bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
8
+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) 
9
+noinst_PROGRAMS = \
10
 	examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
11
 	examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
12
 	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT)
13
@@ -464,7 +465,7 @@
14
 @BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
15
 @BUILD_BACKEND_REMOTE_TRUE@	bin/xapian-tcpsrv$(EXEEXT)
16
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
17
-PROGRAMS = $(bin_PROGRAMS)
18
+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
19
 am_bin_quartzcheck_OBJECTS =  \
20
 	bin/bin_quartzcheck-quartzcheck.$(OBJEXT)
21
 bin_quartzcheck_OBJECTS = $(am_bin_quartzcheck_OBJECTS)
22
@@ -909,9 +910,7 @@
23
 libxapian_la_LDFLAGS = $(XAPIAN_LDFLAGS) -no-undefined -version-info $(LIBRARY_VERSION_INFO)
24
 @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
25
 @MAINTAINER_NO_DOCS_FALSE@	$(am__append_3) $(am__append_5) \
26
-@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7) \
27
-@MAINTAINER_NO_DOCS_FALSE@	examples/copydatabase.1 \
28
-@MAINTAINER_NO_DOCS_FALSE@	examples/delve.1 examples/quest.1
29
+@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7)
30
 bin_quartzcheck_CPPFLAGS = -I$(top_srcdir)/backends/quartz
31
 bin_quartzcheck_SOURCES = bin/quartzcheck.cc
32
 bin_quartzcheck_LDADD = $(ldflags) libquartzcheck.la libxapian.la
(-)b/databases/xapian-core/pkg-descr (+19 lines)
Added Link Here
1
Xapian is an Open Source Probabilistic Information Retrieval library,
2
released under the GPL. It's written in C++, with bindings to allow use
3
from other languages.
4
5
Xapian is designed to be a highly adaptable toolkit to allow developers to
6
easily add advanced indexing and search facilities to their own
7
applications.
8
9
Xapian features include:
10
 - Ranked probabilistic search - word importance weighting
11
 - Relevance feedback
12
 - Phrase and proximity searching
13
 - Full range of structured boolean search operators
14
 - Term stemming
15
 - Database files > 2GB
16
 - Platform independent data formats
17
 - Allows simultaneous update and searching.
18
19
WWW: http://www.xapian.org
(-)b/databases/xapian-core/pkg-plist (+365 lines)
Added Link Here
1
@comment $FreeBSD: ports/databases/xapian-core/pkg-plist,v 1.20 2010/10/29 16:23:53 brix Exp $
2
bin/quartzcheck
3
bin/quartzcompact
4
bin/quartzdump
5
bin/xapian-check
6
bin/xapian-compact
7
bin/xapian-config
8
bin/xapian-copydatabase
9
bin/xapian-delve
10
bin/xapian-inspect
11
bin/xapian-progsrv
12
bin/xapian-quest
13
bin/xapian-tcpsrv
14
include/xapian/base.h
15
include/xapian/database.h
16
include/xapian/dbfactory.h
17
include/xapian/deprecated.h
18
include/xapian/document.h
19
include/xapian/enquire.h
20
include/xapian/error.h
21
include/xapian/errorhandler.h
22
include/xapian/expanddecider.h
23
include/xapian/positioniterator.h
24
include/xapian/postingiterator.h
25
include/xapian/query.h
26
include/xapian/queryparser.h
27
include/xapian/sorter.h
28
include/xapian/stem.h
29
include/xapian/termgenerator.h
30
include/xapian/termiterator.h
31
include/xapian/types.h
32
include/xapian/unicode.h
33
include/xapian/valueiterator.h
34
include/xapian/version.h
35
include/xapian/visibility.h
36
include/xapian.h
37
lib/libxapian.a
38
lib/libxapian.la
39
lib/libxapian.so
40
lib/libxapian.so.21
41
lib/cmake/xapian/xapian-config.cmake
42
lib/cmake/xapian/xapian-config-version.cmake
43
share/aclocal/xapian.m4
44
%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
45
%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
46
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/annotated.html
47
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError-members.html
48
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError.html
49
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError__inherit__graph.png
50
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight-members.html
51
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight.html
52
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png
53
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html
54
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html
55
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
56
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html
57
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html
58
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html
59
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError.html
60
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError__inherit__graph.png
61
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError-members.html
62
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError.html
63
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError__inherit__graph.png
64
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError-members.html
65
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError.html
66
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError__inherit__graph.png
67
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError-members.html
68
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError.html
69
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError__inherit__graph.png
70
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError-members.html
71
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError.html
72
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError__inherit__graph.png
73
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError-members.html
74
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError.html
75
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError__inherit__graph.png
76
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError-members.html
77
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError.html
78
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError__inherit__graph.png
79
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.png
80
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
81
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
82
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
83
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError-members.html
84
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError.html
85
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
86
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document-members.html
87
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document.html
88
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet-members.html
89
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet.html
90
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator-members.html
91
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator.html
92
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire-members.html
93
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire.html
94
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error-members.html
95
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error.html
96
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler-members.html
97
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler.html
98
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error__inherit__graph.png
99
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider-members.html
100
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider.html
101
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd-members.html
102
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd.html
103
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png
104
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html
105
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html
106
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png
107
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png
108
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
109
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError.html
110
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
111
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError-members.html
112
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError.html
113
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
114
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError-members.html
115
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError.html
116
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError__inherit__graph.png
117
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError-members.html
118
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError.html
119
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
120
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError-members.html
121
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError.html
122
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
123
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet-members.html
124
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet.html
125
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator-members.html
126
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator.html
127
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html
128
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html
129
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter-members.html
130
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter.html
131
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
132
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError-members.html
133
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError.html
134
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError__inherit__graph.png
135
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError-members.html
136
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError.html
137
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError__inherit__graph.png
138
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor-members.html
139
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor.html
140
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor__inherit__graph.png
141
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator-members.html
142
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html
143
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html
144
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html
145
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html
146
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html
147
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html
148
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser.html
149
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError-members.html
150
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError.html
151
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError__inherit__graph.png
152
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet-members.html
153
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet.html
154
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError-members.html
155
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError.html
156
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
157
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError-members.html
158
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError.html
159
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
160
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html
161
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html
162
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
163
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter-members.html
164
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter.html
165
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter__inherit__graph.png
166
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem-members.html
167
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem.html
168
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper-members.html
169
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper.html
170
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.png
171
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor-members.html
172
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor.html
173
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor__inherit__graph.png
174
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator-members.html
175
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator.html
176
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator-members.html
177
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator.html
178
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight-members.html
179
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight.html
180
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png
181
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError-members.html
182
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError.html
183
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png
184
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator-members.html
185
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator.html
186
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html
187
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html
188
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html
189
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html
190
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png
191
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase-members.html
192
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html
193
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
194
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html
195
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html
196
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html
197
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html
198
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h.html
199
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.css
200
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.png
201
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h.html
202
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h.html
203
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html
204
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html
205
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html
206
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_0.png
207
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_1.png
208
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_10.png
209
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_11.png
210
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_2.png
211
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_3.png
212
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_4.png
213
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_5.png
214
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_6.png
215
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_7.png
216
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_8.png
217
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_9.png
218
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html
219
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x62.html
220
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x63.html
221
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x64.html
222
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x65.html
223
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x66.html
224
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x67.html
225
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x68.html
226
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x69.html
227
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6b.html
228
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6c.html
229
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6d.html
230
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6e.html
231
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6f.html
232
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x70.html
233
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x71.html
234
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x72.html
235
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x73.html
236
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x74.html
237
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x75.html
238
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html
239
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html
240
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
241
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
242
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
243
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
244
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x63.html
245
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x64.html
246
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x65.html
247
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x66.html
248
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x67.html
249
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x68.html
250
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x69.html
251
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6b.html
252
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6c.html
253
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6d.html
254
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6e.html
255
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6f.html
256
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x70.html
257
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x71.html
258
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x72.html
259
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x73.html
260
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x74.html
261
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x75.html
262
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html
263
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html
264
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
265
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html
266
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
267
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
268
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html
269
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html
270
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html
271
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
272
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
273
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
274
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/index.html
275
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__0.png
276
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__1.png
277
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__10.png
278
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__11.png
279
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__12.png
280
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__13.png
281
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__14.png
282
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__15.png
283
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__16.png
284
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__17.png
285
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__18.png
286
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__19.png
287
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__2.png
288
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__20.png
289
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.png
290
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
291
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
292
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png
293
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png
294
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png
295
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png
296
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__6.png
297
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__7.png
298
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png
299
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png
300
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html
301
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html
302
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html
303
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Flint.html
304
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1InMemory.html
305
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Quartz.html
306
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html
307
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html
308
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html
309
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html
310
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html
311
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html
312
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html
313
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
314
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
315
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html
316
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html
317
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html
318
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/sorter_8h.html
319
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html
320
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
321
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor.html
322
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
323
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_b.gif
324
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_l.gif
325
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_r.gif
326
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tabs.css
327
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h.html
328
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h.html
329
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html
330
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html
331
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html
332
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html
333
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html
334
%%PORTDOCS%%%%DOCSDIR%%/bm25.html
335
%%PORTDOCS%%%%DOCSDIR%%/code_structure.html
336
%%PORTDOCS%%%%DOCSDIR%%/deprecation.html
337
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
338
%%PORTDOCS%%%%DOCSDIR%%/index.html
339
%%PORTDOCS%%%%DOCSDIR%%/install.html
340
%%PORTDOCS%%%%DOCSDIR%%/internals.html
341
%%PORTDOCS%%%%DOCSDIR%%/intro_ir.html
342
%%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html
343
%%PORTDOCS%%%%DOCSDIR%%/overview.html
344
%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html
345
%%PORTDOCS%%%%DOCSDIR%%/queryparser.html
346
%%PORTDOCS%%%%DOCSDIR%%/quickstart.html
347
%%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html
348
%%PORTDOCS%%%%DOCSDIR%%/quickstartindex.cc.html
349
%%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html
350
%%PORTDOCS%%%%DOCSDIR%%/remote.html
351
%%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html
352
%%PORTDOCS%%%%DOCSDIR%%/scalability.html
353
%%PORTDOCS%%%%DOCSDIR%%/sorting.html
354
%%PORTDOCS%%%%DOCSDIR%%/spelling.html
355
%%PORTDOCS%%%%DOCSDIR%%/stemming.html
356
%%PORTDOCS%%%%DOCSDIR%%/synonyms.html
357
%%PORTDOCS%%%%DOCSDIR%%/termgenerator.html
358
%%PORTDOCS%%%%DOCSDIR%%/tests.html
359
%%PORTDOCS%%%%DOCSDIR%%/valueranges.html
360
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html
361
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc
362
%%PORTDOCS%%@dirrm %%DOCSDIR%%
363
@dirrm include/xapian
364
@dirrmtry lib/cmake/xapian
365
@dirrmtry lib/cmake
(-)b/deskutils/pinot/Makefile (+125 lines)
Added Link Here
1
# New ports collection makefile for:	pinot
2
# Date created:		2006-11-19
3
# Whom:			Thierry Thomas <thierry@pompo.net>
4
#
5
# $FreeBSD: ports/deskutils/pinot/Makefile,v 1.71 2011/11/13 20:29:48 thierry Exp $
6
#
7
8
PORTNAME=	pinot
9
PORTVERSION=	0.98
10
CATEGORIES=	deskutils
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
#MASTER_SITES=	http://colinf.chez.com/pinot/
13
#		http://amra.dyndns.org/
14
15
MAINTAINER=	thierry@FreeBSD.org
16
COMMENT=	Personal search and metasearch for the Free Desktop
17
18
LICENSE=	GPLv2
19
20
BUILD_DEPENDS=	update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
21
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core	\
22
		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24	\
23
		textcat.0:${PORTSDIR}/textproc/libtextcat	\
24
		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib	\
25
		xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26	\
26
		boost_thread.4:${PORTSDIR}/devel/boost-libs	\
27
		execinfo.1:${PORTSDIR}/devel/libexecinfo	\
28
		exif.12:${PORTSDIR}/graphics/libexif		\
29
		exiv2.10:${PORTSDIR}/graphics/exiv2		\
30
		gmime-2.4:${PORTSDIR}/mail/gmime24		\
31
		tag.1:${PORTSDIR}/audio/taglib			\
32
		curl.6:${PORTSDIR}/ftp/curl
33
RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info	\
34
		antiword:${PORTSDIR}/textproc/antiword			\
35
		xdg-open:${PORTSDIR}/devel/xdg-utils			\
36
		pdftotext:${PORTSDIR}/graphics/xpdf			\
37
		catppt:${PORTSDIR}/textproc/catdoc			\
38
		unzip:${PORTSDIR}/archivers/unzip			\
39
		unrtf:${PORTSDIR}/textproc/unrtf			\
40
		catdvi:${PORTSDIR}/print/catdvi
41
42
PROJECTHOST=	${PORTNAME}-search
43
44
LDFLAGS+=	-L${LOCALBASE}/lib
45
GNU_CONFIGURE=	yes
46
CONFIGURE_ARGS=	--with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive
47
CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
48
CPPFLAGS+=	-I${LOCALBASE}/include
49
50
USE_XORG=	pixman
51
USE_GETTEXT=	yes
52
USE_SQLITE=	3
53
USE_PYTHON=	yes
54
USE_OPENSSL=	yes
55
USE_LDCONFIG=	${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters
56
57
.if defined(WITH_DEBUG)
58
CONFIGURE_ARGS+=	--enable-debug=yes
59
.endif
60
61
.if defined(WITH_CHMLIB)
62
CONFIGURE_ARGS+=	--enable-chmlib=yes
63
PLIST_SUB+=	CHMLIB=""
64
.else
65
PLIST_SUB+=	CHMLIB="@comment "
66
.endif
67
68
INSTALLS_ICONS=	yes
69
70
PLIST_SUB+=	DESKBAR_MOD="${LDESKBAR_MOD}"
71
72
MAN1=		pinot-dbus-daemon.1 pinot-index.1 pinot-label.1 pinot-search.1 pinot.1
73
74
PORTDOCS=	AUTHORS ChangeLog ChangeLog-dijon INSTALL NEWS README TODO
75
76
LM2FIX=		textcat_conf.txt textcat3_conf.txt textcat31_conf.txt
77
SHR2FIX=	Core/pinot-search.1 README
78
UL2FIX=		Utils/xdgmime/xdgmime.c
79
80
LDESKBAR_MOD=	libexec/deskbar-applet/modules-2.20-compatible
81
DESKBAR_MOD=	${PREFIX}/${LDESKBAR_MOD}
82
83
.include <bsd.port.pre.mk>
84
85
.if ${OSVERSION} < 700041
86
SUB_FILES=	pkg-message
87
PKGMESSAGE=	${WRKDIR}/pkg-message
88
.endif
89
90
post-extract:
91
# remove pre-generated messages catalogs
92
	${FIND} ${WRKSRC}/po -name "*.gmo" -delete
93
94
pre-configure:
95
	${REINPLACE_CMD} -e 's|-lthr|${PTHREAD_LIBS}|' ${WRKSRC}/configure
96
	${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|'	\
97
		${LM2FIX:S|^|${WRKSRC}/|}
98
	${REINPLACE_CMD} -e 's|libtextcat/|libtextcat/LM/|'	\
99
		${WRKSRC}/textcat_conf.txt
100
	${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|'	\
101
		${UL2FIX:S|^|${WRKSRC}/|}
102
	${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|'	\
103
		${SHR2FIX:S|^|${WRKSRC}/|}
104
	${REINPLACE_CMD} -e 's|Icon=pinot.png|Icon=pinot|g' \
105
		${WRKSRC}/*.desktop
106
107
post-install:
108
	${TOUCH} ${DATADIR}/stopwords/.empty_file
109
	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DESKBAR_MOD}
110
	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DESKBAR_MOD}
111
	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py		\
112
		${PREFIX}/lib/deskbar-applet/handlers
113
	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py	\
114
		${PREFIX}/lib/deskbar-applet/handlers
115
.if !defined(NOPORTDOCS)
116
	${MKDIR} ${DOCSDIR}
117
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
118
.endif
119
.if ${OSVERSION} < 700041
120
	@${ECHO_MSG}
121
	@${CAT} ${PKGMESSAGE}
122
	@${ECHO_MSG}
123
.endif
124
125
.include <bsd.port.post.mk>
(-)b/deskutils/pinot/distinfo (+2 lines)
Added Link Here
1
SHA256 (pinot-0.98.tar.gz) = 8a89a73a48344074aa8f4534ce68fd18e3d84553645cef864c137ab21d8d341c
2
SIZE (pinot-0.98.tar.gz) = 1100996
(-)b/deskutils/pinot/files/pkg-message.in (+13 lines)
Added Link Here
1
=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-
2
Threading issues may cause the daemon to crash unexpectedly.
3
A fix is to add the following lines to /etc/libmap.conf (which may not exist):
4
5
[%%PREFIX%%/bin/pinot]
6
libpthread.so.2         libc_r.so.6
7
libpthread.so           libc_r.so
8
[%%PREFIX%%/bin/pinot-dbus-daemon]
9
libpthread.so.2         libc_r.so.6
10
libpthread.so           libc_r.so
11
12
Refer to the libmap.conf(5) man page for details.
13
=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-
(-)b/deskutils/pinot/pkg-descr (+23 lines)
Added Link Here
1
Pinot is a D-Bus service that crawls, indexes your documents and monitors them
2
for changes, with a GTK-based user interface that enables to query the index
3
built by the service or your favourite Web engine, and display and analyze the
4
results.
5
6
Features:
7
- advanced queries (probabilistic search, boolean filters, date ranges).
8
- language detection.
9
- listing of indexed documents.
10
- editing of metadata.
11
- automatic results labeling.
12
- stored queries.
13
- results ranking history.
14
- dynamic document summaries.
15
- only crawl and index the directories you choose.
16
- D-Bus interface for easy integration with other applications, eg Deskbar
17
  Applet.
18
- no dependency on GNOME or KDE.
19
- support for common file types.
20
- search your desktop and the Web.
21
- query remote indexes.
22
23
WWW: http://code.google.com/p/pinot-search/
(-)b/deskutils/pinot/pkg-plist (+83 lines)
Added Link Here
1
bin/pinot
2
bin/pinot-dbus-daemon
3
bin/pinot-index
4
bin/pinot-label
5
bin/pinot-prefs
6
bin/pinot-search
7
etc/pinot/external-filters.xml
8
etc/pinot/globalconfig.xml
9
etc/pinot/textcat3_conf.txt
10
etc/pinot/textcat31_conf.txt
11
etc/pinot/textcat_conf.txt
12
etc/xdg/autostart/pinot-dbus-daemon.desktop
13
%%DESKBAR_MOD%%/pinot-module.py
14
%%DESKBAR_MOD%%/pinot-module.pyc
15
%%DESKBAR_MOD%%/pinot-module.pyo
16
lib/deskbar-applet/handlers/pinot-live.py
17
lib/deskbar-applet/handlers/pinot-live.pyc
18
lib/deskbar-applet/handlers/pinot-live.pyo
19
lib/pinot/backends/libxapianbackend.so
20
lib/pinot/filters/libarchivefilter.so
21
%%CHMLIB%%lib/pinot/filters/libchmfilter.so
22
lib/pinot/filters/libexiv2imagefilter.so
23
lib/pinot/filters/libexternalfilter.so
24
lib/pinot/filters/libmboxfilter.so
25
lib/pinot/filters/libtaglibfilter.so
26
share/applications/pinot.desktop
27
share/applications/pinot-prefs.desktop
28
share/dbus-1/services/de.berlios.Pinot.service
29
share/icons/hicolor/16x16/apps/pinot.png
30
share/icons/hicolor/22x22/apps/pinot.png
31
share/icons/hicolor/24x24/apps/pinot.png
32
share/icons/hicolor/32x32/apps/pinot.png
33
share/icons/hicolor/48x48/apps/pinot.png
34
share/locale/de/LC_MESSAGES/pinot.mo
35
share/locale/es/LC_MESSAGES/pinot.mo
36
share/locale/fr/LC_MESSAGES/pinot.mo
37
share/locale/he/LC_MESSAGES/pinot.mo
38
share/locale/it/LC_MESSAGES/pinot.mo
39
share/locale/ja/LC_MESSAGES/pinot.mo
40
share/locale/nl/LC_MESSAGES/pinot.mo
41
share/locale/pt/LC_MESSAGES/pinot.mo
42
share/locale/pt_BR/LC_MESSAGES/pinot.mo
43
share/locale/ru/LC_MESSAGES/pinot.mo
44
share/locale/sv/LC_MESSAGES/pinot.mo
45
share/locale/zh_CN/LC_MESSAGES/pinot.mo
46
share/locale/zh_TW/LC_MESSAGES/pinot.mo
47
%%DATADIR%%/engines/AmazonAPI.src
48
%%DATADIR%%/engines/Bing.src
49
%%DATADIR%%/engines/Clusty.src
50
%%DATADIR%%/engines/DuckDuckGo.xml
51
%%DATADIR%%/engines/Freshmeat.src
52
%%DATADIR%%/engines/Google.src
53
%%DATADIR%%/engines/KodersDescription.xml
54
%%DATADIR%%/engines/OmegaDescription.xml
55
%%DATADIR%%/engines/Topix.src
56
%%DATADIR%%/engines/UNData.src
57
%%DATADIR%%/engines/Wikipedia.src
58
%%DATADIR%%/metase-gtk2.glade
59
%%DATADIR%%/metase-gtk2.gladep
60
%%DATADIR%%/pinot-cd.sh
61
%%DATADIR%%/pinot-check-file.sh
62
%%DATADIR%%/pinot-dbus-daemon.xml
63
%%DATADIR%%/pinot-enum-index.sh
64
%%DATADIR%%/stopwords/.empty_file
65
%%DATADIR%%/xapian-powered.png
66
@dirrm %%DATADIR%%/stopwords
67
@dirrm %%DATADIR%%/engines
68
@dirrm %%DATADIR%%
69
@dirrmtry share/icons/hicolor/48x48/apps
70
@dirrmtry share/icons/hicolor/48x48
71
@dirrmtry share/icons/hicolor
72
@dirrmtry share/icons
73
@dirrmtry share/applications
74
@dirrm lib/pinot/filters
75
@dirrm lib/pinot/backends
76
@dirrm lib/pinot
77
@dirrmtry libexec/deskbar-applet/modules-2.20-compatible
78
@dirrmtry libexec/deskbar-applet
79
@dirrmtry lib/deskbar-applet/handlers
80
@dirrmtry lib/deskbar-applet
81
@dirrmtry etc/xdg/autostart
82
@dirrmtry etc/xdg
83
@dirrm etc/pinot
(-)b/deskutils/recoll/Makefile (+33 lines)
Added Link Here
1
# New ports collection makefile for:   recoll
2
# Date created:        5 December 2005
3
# Whom:                J.F. Dockes <jean-francois.dockes@wanadoo.fr>
4
#
5
# $FreeBSD: ports/deskutils/recoll/Makefile,v 1.46 2012/01/24 09:03:43 sunpoet Exp $
6
#
7
8
PORTNAME=	recoll
9
PORTVERSION=	1.15.5
10
CATEGORIES=	deskutils
11
MASTER_SITES=	http://www.lesbonscomptes.com/recoll/
12
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	A personal full text search package, based on QT and Xapian
15
16
LIB_DEPENDS=	xapian.[1-2][0-9]:${PORTSDIR}/databases/xapian-core
17
18
USE_QT_VER=	4
19
QT_COMPONENTS=	gui qmake_build uic_build moc_build rcc_build \
20
		qt3support uic3_build porting
21
GNU_CONFIGURE=	yes
22
USE_GMAKE=	yes
23
USE_ICONV=	yes
24
INSTALLS_ICONS=	yes
25
26
MAN1=		recoll.1 recollindex.1
27
MAN5=		recoll.conf.5
28
29
post-patch:
30
	${REINPLACE_CMD} -e 's/^CXXFLAGS =/CXXFLAGS ?=/' \
31
		${WRKSRC}/mk/localdefs.in
32
33
.include <bsd.port.mk>
(-)b/deskutils/recoll/distinfo (+2 lines)
Added Link Here
1
SHA256 (recoll-1.15.5.tar.gz) = dec55fadd7475addcf2a005c78260f0fcb6450ef0f12ece96e3cda3e6ad06891
2
SIZE (recoll-1.15.5.tar.gz) = 1319396
(-)b/deskutils/recoll/pkg-descr (+24 lines)
Added Link Here
1
Recoll is a personal full text search package with a QT graphical
2
interface. It is based on a very strong backend (Xapian), for which it
3
provides an easy to use and feature-rich interface.
4
5
Features:
6
    * Free, GPL license.
7
    * QT-based GUI.
8
    * Supports the following document types (and their compressed versions): 
9
      - Natively: text, html, OpenOffice files, maildir and mailbox 
10
        (Mozilla and Thunderbird mail ok) with attachments, gaim log files.
11
      - With external helpers:  pdf (pdftotext), postscript (ghostscript),
12
        msword (antiword), excel, ppt (catdoc), rtf (unrtf), 
13
    * Powerful query facilities, with boolean searches, phrases, filter on
14
      file types and directory tree. 
15
    * Support for multiple charsets. Internal processing and storage uses
16
      Unicode UTF-8. 
17
    * Stemming performed at query time (can switch stemming language after
18
      indexing) 
19
    * Easy installation. No database daemon, web server or exotic language
20
      necessary. 
21
    * An indexer which runs either as a thread inside the GUI or as an
22
      external, cron'able program. 
23
24
WWW: http://www.lesbonscomptes.com/recoll/
(-)b/deskutils/recoll/pkg-plist (+96 lines)
Added Link Here
1
bin/recoll
2
bin/recollindex
3
share/applications/recoll-searchgui.desktop
4
share/icons/hicolor/48x48/apps/recoll.png
5
share/pixmaps/recoll.png
6
%%DATADIR%%/doc/docbook.css
7
%%DATADIR%%/doc/usermanual.html
8
%%DATADIR%%/examples/fields
9
%%DATADIR%%/examples/mimeconf
10
%%DATADIR%%/examples/mimemap
11
%%DATADIR%%/examples/mimeview
12
%%DATADIR%%/examples/rclmon.sh
13
%%DATADIR%%/examples/recoll.conf
14
%%DATADIR%%/filters/hotrecoll.py
15
%%DATADIR%%/filters/rclabw
16
%%DATADIR%%/filters/rclaptosidman
17
%%DATADIR%%/filters/rclaudio
18
%%DATADIR%%/filters/rclchm
19
%%DATADIR%%/filters/rcldjvu
20
%%DATADIR%%/filters/rcldoc
21
%%DATADIR%%/filters/rcldvi
22
%%DATADIR%%/filters/rclexecm.py
23
%%DATADIR%%/filters/rclfb2
24
%%DATADIR%%/filters/rclflac
25
%%DATADIR%%/filters/rclgaim
26
%%DATADIR%%/filters/rclics
27
%%DATADIR%%/filters/rclid3
28
%%DATADIR%%/filters/rclimg
29
%%DATADIR%%/filters/rclinfo
30
%%DATADIR%%/filters/rclkar
31
%%DATADIR%%/filters/rclkwd
32
%%DATADIR%%/filters/rcllatinclass.py
33
%%DATADIR%%/filters/rcllatinstops.zip
34
%%DATADIR%%/filters/rcllyx
35
%%DATADIR%%/filters/rclman
36
%%DATADIR%%/filters/rclnull
37
%%DATADIR%%/filters/rclogg
38
%%DATADIR%%/filters/rclopxml
39
%%DATADIR%%/filters/rclpdf
40
%%DATADIR%%/filters/rclpurple
41
%%DATADIR%%/filters/rclpython
42
%%DATADIR%%/filters/rclppt
43
%%DATADIR%%/filters/rclps
44
%%DATADIR%%/filters/rclrtf
45
%%DATADIR%%/filters/rclscribus
46
%%DATADIR%%/filters/rclshowinfo
47
%%DATADIR%%/filters/rclsiduxman
48
%%DATADIR%%/filters/rclsoff
49
%%DATADIR%%/filters/rclsvg
50
%%DATADIR%%/filters/rcltex
51
%%DATADIR%%/filters/rcltext
52
%%DATADIR%%/filters/rcluncomp
53
%%DATADIR%%/filters/rclwpd
54
%%DATADIR%%/filters/rclxls
55
%%DATADIR%%/filters/rclzip
56
%%DATADIR%%/filters/xdg-open
57
%%DATADIR%%/images/aptosid-book.png
58
%%DATADIR%%/images/aptosid-manual.png
59
%%DATADIR%%/images/document.png
60
%%DATADIR%%/images/drawing.png
61
%%DATADIR%%/images/folder.png
62
%%DATADIR%%/images/html.png
63
%%DATADIR%%/images/image.png
64
%%DATADIR%%/images/message.png
65
%%DATADIR%%/images/mozilla_doc.png
66
%%DATADIR%%/images/pdf.png
67
%%DATADIR%%/images/pidgin.png
68
%%DATADIR%%/images/postscript.png
69
%%DATADIR%%/images/presentation.png
70
%%DATADIR%%/images/sidux-book.png
71
%%DATADIR%%/images/source.png
72
%%DATADIR%%/images/sownd.png
73
%%DATADIR%%/images/soffice.png
74
%%DATADIR%%/images/spreadsheet.png
75
%%DATADIR%%/images/text-x-python.png
76
%%DATADIR%%/images/txt.png
77
%%DATADIR%%/images/wordprocessing.png
78
%%DATADIR%%/translations/recoll_fr.qm
79
%%DATADIR%%/translations/recoll_it.qm
80
%%DATADIR%%/translations/recoll_lt.qm
81
%%DATADIR%%/translations/recoll_de.qm
82
%%DATADIR%%/translations/recoll_uk.qm
83
%%DATADIR%%/translations/recoll_ru.qm
84
%%DATADIR%%/translations/recoll_tr.qm
85
%%DATADIR%%/translations/recoll_xx.qm
86
@dirrm %%DATADIR%%/doc
87
@dirrm %%DATADIR%%/examples
88
@dirrm %%DATADIR%%/filters
89
@dirrm %%DATADIR%%/images
90
@dirrm %%DATADIR%%/translations
91
@dirrm %%DATADIR%%
92
@dirrmtry share/applications
93
@dirrmtry share/icons/hicolor/48x48/apps
94
@dirrmtry share/icons/hicolor/48x48
95
@dirrmtry share/icons/hicolor
96
@dirrmtry share/icons
(-)b/www/ikiwiki/Makefile (+140 lines)
Added Link Here
1
# New ports collection makefile for:	ikiwiki
2
# Date created:		21 Apr 2007
3
# Whom:			Henrik Brix Andersen <henrik@brixandersen.dk>
4
#
5
# $FreeBSD: ports/www/ikiwiki/Makefile,v 1.67 2012/01/21 17:37:09 eadler Exp $
6
7
PORTNAME=	ikiwiki
8
PORTVERSION=	3.20110608
9
CATEGORIES=	www
10
MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL} \
11
		http://kitenet.net/~joey/debian/unstable/
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
13
14
MAINTAINER=	brix@FreeBSD.org
15
COMMENT=	A wiki compiler
16
17
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
18
		${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext \
19
		${SITE_PERL}/CGI/FormBuilder.pm:${PORTSDIR}/www/p5-CGI-FormBuilder \
20
		${SITE_PERL}/CGI/Session.pm:${PORTSDIR}/www/p5-CGI-Session \
21
		${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
22
		${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \
23
		${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
24
		${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
25
		${SITE_PERL}/Text/Markdown.pm:${PORTSDIR}/textproc/p5-Text-Markdown \
26
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
27
		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
28
		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
29
RUN_DEPENDS:=	${BUILD_DEPENDS} \
30
		${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
31
		${SITE_PERL}/RPC/XML.pm:${PORTSDIR}/net/p5-RPC-XML \
32
		${SITE_PERL}/XML/Feed.pm:${PORTSDIR}/textproc/p5-XML-Feed \
33
		${SITE_PERL}/Authen/Passphrase.pm:${PORTSDIR}/security/p5-Authen-Passphrase
34
35
WRKSRC=		${WRKDIR}/${PORTNAME}
36
37
LICENSE=	GPLv2
38
PERL_CONFIGURE=	yes
39
USE_GMAKE=	yes
40
USE_GETTEXT=	yes
41
42
OPTIONS=	PO4A "Install translated underlays" On \
43
		SEARCH "Install search backend" On \
44
		W3M "Install w3m CGI wrapper" Off
45
46
MAN1=		ikiwiki.1 ikiwiki-calendar.1 ikiwiki-makerepo.1 ikiwiki-transition.1 ikiwiki-update-wikilist.1
47
MAN8=		ikiwiki-mass-rebuild.8
48
PORTDOCS=	CHANGELOG NEWS README
49
PORTEXAMPLES=	*
50
51
.include <bsd.port.pre.mk>
52
53
.if defined(WITH_PO4A)
54
PLIST_SUB+=	PO4A=""
55
RUN_DEPENDS+=	po4a>=0.39:${PORTSDIR}/textproc/po4a
56
BUILD_DEPENDS+=	po4a>=0.39:${PORTSDIR}/textproc/po4a
57
.else
58
PLIST_SUB+=	PO4A="@comment "
59
.endif
60
61
.if defined(WITH_SEARCH)
62
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
63
		${SITE_PERL}/${PERL_ARCH}/Search/Xapian.pm:${PORTSDIR}/databases/p5-Search-Xapian \
64
		${LOCALBASE}/www/xapian-omega/cgi-bin/omega:${PORTSDIR}/www/xapian-omega
65
.endif
66
67
.if defined(WITH_W3M)
68
MAKE_ENV+=	W3M_CGI_BIN=${PREFIX}/libexec/w3m/cgi-bin
69
PLIST_SUB+=	W3M=""
70
.else
71
PLIST_SUB+=	W3M="@comment "
72
.endif
73
74
post-patch:
75
	@${GREP} -rl '^#!/usr/bin/perl' ${WRKSRC} | \
76
		${XARGS} ${REINPLACE_CMD} -i '' \
77
		-e "s|#!/usr/bin/perl|#!${PERL}|"
78
	@${REINPLACE_CMD} -i '' \
79
		-e "s|/usr/bin/markdown|${LOCALBASE}/bin/markdown|" \
80
		${WRKSRC}/IkiWiki/Plugin/mdwn.pm
81
	@${REINPLACE_CMD} -i '' \
82
		-e "s|/etc/ikiwiki/wikilist|${PREFIX}/etc/ikiwiki/wikilist|" \
83
		${WRKSRC}/ikiwiki-mass-rebuild \
84
		${WRKSRC}/doc/ikiwiki-mass-rebuild.mdwn \
85
		${WRKSRC}/ikiwiki-update-wikilist \
86
		${WRKSRC}/doc/ikiwiki-update-wikilist.mdwn
87
	@${REINPLACE_CMD} -i '' \
88
		-e 's|$$(PREFIX)/share/man|$$(PREFIX)/man|' \
89
		-e 's|-wholename|-path|' \
90
		-e 's|\(-install -d $$(DESTDIR)/etc/ikiwiki\)|#\1|' \
91
		-e 's|\(-install -m 0644 wikilist\)|#\1|' \
92
		-e 's|\(-install -m 0644 auto.setup\)|#\1|' \
93
		-e 's|\(-install -m 0644 auto-blog.setup\)|#\1|' \
94
		-e 's|$$(DESTDIR)$$(PREFIX)/share/ikiwiki/examples|${EXAMPLESDIR}|' \
95
		${WRKSRC}/Makefile.PL
96
	@${REINPLACE_CMD} -i '' \
97
		-e "s|share/ikiwiki/examples|share/examples/ikiwiki|" \
98
		${WRKSRC}/IkiWiki/Setup/Automator.pm
99
	@${REINPLACE_CMD} -i '' \
100
		-e "s|/usr/lib/cgi-bin/omega/omega|${LOCALBASE}/www/xapian-omega/cgi-bin/omega|g" \
101
		${WRKSRC}/IkiWiki/Plugin/search.pm
102
	@${REINPLACE_CMD} -i '' \
103
		-e "s|/etc/highlight|${LOCALBASE}/etc/highlight|" \
104
		-e "s|/usr/share/highlight|${LOCALBASE}/share/highlight|" \
105
		${WRKSRC}/IkiWiki/Plugin/highlight.pm
106
.ifndef(WITH_PO4A)
107
	@${REINPLACE_CMD} -i '' \
108
		-e 's|^\(TRANSLATED_UNDERLAYS=\).*|\1|' \
109
		${WRKSRC}/po/Makefile
110
.endif
111
.ifndef(WITH_W3M)
112
	@${REINPLACE_CMD} -i '' \
113
		-e '/w3m/d' \
114
		-e '/W3M/d' \
115
		 ${WRKSRC}/Makefile.PL
116
.endif
117
.if defined(NOPORTEXAMPLES)
118
	@${REINPLACE_CMD} -i '' \
119
		-e 's|\(install -d ${EXAMPLESDIR}\)|#\1|' \
120
		-e 's|\(cp -aL doc/examples\)|#\1|' \
121
		-e 's|\(install -m 644 doc/examples\)|#\1|' \
122
		${WRKSRC}/Makefile.PL
123
.endif
124
125
post-install:
126
	${MKDIR} ${PREFIX}/etc/ikiwiki
127
	${INSTALL_DATA} ${WRKSRC}/auto.setup ${PREFIX}/etc/ikiwiki
128
	${INSTALL_DATA} ${WRKSRC}/auto-blog.setup ${PREFIX}/etc/ikiwiki
129
.if !defined(NOPORTDOCS)
130
	${MKDIR} ${DOCSDIR}
131
	${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR}
132
.endif
133
.if !defined(NOPORTEXAMPLES)
134
	${MKDIR} ${EXAMPLESDIR}
135
	${INSTALL_DATA} ${WRKSRC}/ikiwiki.setup ${EXAMPLESDIR}
136
	${INSTALL_DATA} ${WRKSRC}/wikilist ${EXAMPLESDIR}
137
.endif
138
	@${CAT} ${PKGMESSAGE}
139
140
.include <bsd.port.post.mk>
(-)b/www/ikiwiki/distinfo (+2 lines)
Added Link Here
1
SHA256 (ikiwiki_3.20110608.tar.gz) = b2e0d05be85135a8e44ffcbbbcaa29a17c45b4373899ab10c6096c4298791ecc
2
SIZE (ikiwiki_3.20110608.tar.gz) = 2377663
(-)b/www/ikiwiki/pkg-descr (+10 lines)
Added Link Here
1
ikiwiki is a wiki compiler. It converts wiki pages into html pages
2
suitable for publishing on a website. Unlike many wikis, ikiwiki does
3
not have its own ad-hoc means of storing page history, and instead
4
uses a revision control system (currently supported is bzr, git,
5
mercurial, monotone, subversion and tla).
6
7
There are many other features, including support for blogging, as well
8
as a large array of plugins.
9
10
WWW: http://ikiwiki.info/
(-)b/www/ikiwiki/pkg-message (+8 lines)
Added Link Here
1
===============================================================================
2
Some of the non-default ikiwiki plug-ins may require additional perl
3
modules. Please see the following URL for more information:
4
5
http://ikiwiki.info/plugins/
6
7
NOTE: Remember to regenerate any ikiwiki wrappers after upgrading.
8
===============================================================================
(-)b/www/ikiwiki/pkg-plist (+842 lines)
Added Link Here
1
%%DATADIR%%/basewiki/favicon.ico
2
%%DATADIR%%/basewiki/ikiwiki.mdwn
3
%%DATADIR%%/basewiki/ikiwiki/directive.mdwn
4
%%DATADIR%%/basewiki/ikiwiki/formatting.mdwn
5
%%DATADIR%%/basewiki/ikiwiki/markdown.mdwn
6
%%DATADIR%%/basewiki/ikiwiki/openid.mdwn
7
%%DATADIR%%/basewiki/ikiwiki/pagespec.mdwn
8
%%DATADIR%%/basewiki/ikiwiki/pagespec/attachment.mdwn
9
%%DATADIR%%/basewiki/ikiwiki/pagespec/po.mdwn
10
%%DATADIR%%/basewiki/ikiwiki/pagespec/sorting.mdwn
11
%%DATADIR%%/basewiki/ikiwiki/searching.mdwn
12
%%DATADIR%%/basewiki/ikiwiki/subpage.mdwn
13
%%DATADIR%%/basewiki/ikiwiki/subpage/linkingrules.mdwn
14
%%DATADIR%%/basewiki/ikiwiki/wikilink.mdwn
15
%%DATADIR%%/basewiki/index.mdwn
16
%%DATADIR%%/basewiki/local.css
17
%%DATADIR%%/basewiki/recentchanges.mdwn
18
%%DATADIR%%/basewiki/sandbox.mdwn
19
%%DATADIR%%/basewiki/shortcuts.mdwn
20
%%DATADIR%%/basewiki/style.css
21
%%DATADIR%%/basewiki/templates.mdwn
22
%%DATADIR%%/basewiki/templates/note.mdwn
23
%%DATADIR%%/basewiki/templates/popup.mdwn
24
%%DATADIR%%/basewiki/wikiicons/diff.png
25
%%DATADIR%%/basewiki/wikiicons/openidlogin-bg.gif
26
%%DATADIR%%/basewiki/wikiicons/revert.png
27
%%DATADIR%%/basewiki/wikiicons/search-bg.gif
28
%%DATADIR%%/directives/ikiwiki/directive/aggregate.mdwn
29
%%DATADIR%%/directives/ikiwiki/directive/brokenlinks.mdwn
30
%%DATADIR%%/directives/ikiwiki/directive/calendar.mdwn
31
%%DATADIR%%/directives/ikiwiki/directive/color.mdwn
32
%%DATADIR%%/directives/ikiwiki/directive/comment.mdwn
33
%%DATADIR%%/directives/ikiwiki/directive/commentmoderation.mdwn
34
%%DATADIR%%/directives/ikiwiki/directive/copy.mdwn
35
%%DATADIR%%/directives/ikiwiki/directive/cut.mdwn
36
%%DATADIR%%/directives/ikiwiki/directive/cutpaste.mdwn
37
%%DATADIR%%/directives/ikiwiki/directive/date.mdwn
38
%%DATADIR%%/directives/ikiwiki/directive/edittemplate.mdwn
39
%%DATADIR%%/directives/ikiwiki/directive/flattr.mdwn
40
%%DATADIR%%/directives/ikiwiki/directive/format.mdwn
41
%%DATADIR%%/directives/ikiwiki/directive/fortune.mdwn
42
%%DATADIR%%/directives/ikiwiki/directive/graph.mdwn
43
%%DATADIR%%/directives/ikiwiki/directive/haiku.mdwn
44
%%DATADIR%%/directives/ikiwiki/directive/if.mdwn
45
%%DATADIR%%/directives/ikiwiki/directive/img.mdwn
46
%%DATADIR%%/directives/ikiwiki/directive/inline.mdwn
47
%%DATADIR%%/directives/ikiwiki/directive/linkmap.mdwn
48
%%DATADIR%%/directives/ikiwiki/directive/listdirectives.mdwn
49
%%DATADIR%%/directives/ikiwiki/directive/map.mdwn
50
%%DATADIR%%/directives/ikiwiki/directive/meta.mdwn
51
%%DATADIR%%/directives/ikiwiki/directive/more.mdwn
52
%%DATADIR%%/directives/ikiwiki/directive/orphans.mdwn
53
%%DATADIR%%/directives/ikiwiki/directive/pagecount.mdwn
54
%%DATADIR%%/directives/ikiwiki/directive/pagestats.mdwn
55
%%DATADIR%%/directives/ikiwiki/directive/pagetemplate.mdwn
56
%%DATADIR%%/directives/ikiwiki/directive/paste.mdwn
57
%%DATADIR%%/directives/ikiwiki/directive/ping.mdwn
58
%%DATADIR%%/directives/ikiwiki/directive/poll.mdwn
59
%%DATADIR%%/directives/ikiwiki/directive/polygen.mdwn
60
%%DATADIR%%/directives/ikiwiki/directive/postsparkline.mdwn
61
%%DATADIR%%/directives/ikiwiki/directive/progress.mdwn
62
%%DATADIR%%/directives/ikiwiki/directive/shortcut.mdwn
63
%%DATADIR%%/directives/ikiwiki/directive/sidebar.mdwn
64
%%DATADIR%%/directives/ikiwiki/directive/sparkline.mdwn
65
%%DATADIR%%/directives/ikiwiki/directive/table.mdwn
66
%%DATADIR%%/directives/ikiwiki/directive/tag.mdwn
67
%%DATADIR%%/directives/ikiwiki/directive/taglink.mdwn
68
%%DATADIR%%/directives/ikiwiki/directive/template.mdwn
69
%%DATADIR%%/directives/ikiwiki/directive/testpagespec.mdwn
70
%%DATADIR%%/directives/ikiwiki/directive/teximg.mdwn
71
%%DATADIR%%/directives/ikiwiki/directive/toc.mdwn
72
%%DATADIR%%/directives/ikiwiki/directive/toggle.mdwn
73
%%DATADIR%%/directives/ikiwiki/directive/toggleable.mdwn
74
%%DATADIR%%/directives/ikiwiki/directive/version.mdwn
75
%%DATADIR%%/javascript/ikiwiki/ikiwiki.js
76
%%DATADIR%%/javascript/ikiwiki/relativedate.js
77
%%DATADIR%%/javascript/ikiwiki/toggle.js
78
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki.mdwn
79
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/directive.mdwn
80
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/formatting.mdwn
81
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/markdown.mdwn
82
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/openid.mdwn
83
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/pagespec.mdwn
84
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/pagespec/attachment.mdwn
85
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/pagespec/po.mdwn
86
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/searching.mdwn
87
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/subpage.mdwn
88
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/subpage/linkingrules.mdwn
89
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/ikiwiki/wikilink.mdwn
90
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/index.mdwn
91
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/recentchanges.mdwn
92
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/sandbox.mdwn
93
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/shortcuts.mdwn
94
%%PO4A%%%%DATADIR%%/locale/cs/basewiki/templates.mdwn
95
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki.mdwn
96
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/directive.mdwn
97
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/formatting.mdwn
98
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/markdown.mdwn
99
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/openid.mdwn
100
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/pagespec.mdwn
101
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/pagespec/attachment.mdwn
102
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/pagespec/po.mdwn
103
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/searching.mdwn
104
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/subpage.mdwn
105
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/subpage/linkingrules.mdwn
106
%%PO4A%%%%DATADIR%%/locale/da/basewiki/ikiwiki/wikilink.mdwn
107
%%PO4A%%%%DATADIR%%/locale/da/basewiki/index.mdwn
108
%%PO4A%%%%DATADIR%%/locale/da/basewiki/recentchanges.mdwn
109
%%PO4A%%%%DATADIR%%/locale/da/basewiki/sandbox.mdwn
110
%%PO4A%%%%DATADIR%%/locale/da/basewiki/shortcuts.mdwn
111
%%PO4A%%%%DATADIR%%/locale/da/basewiki/templates.mdwn
112
%%PO4A%%%%DATADIR%%/locale/da/basewiki/templates/note.mdwn
113
%%PO4A%%%%DATADIR%%/locale/da/basewiki/templates/popup.mdwn
114
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/aggregate.mdwn
115
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/brokenlinks.mdwn
116
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/calendar.mdwn
117
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/color.mdwn
118
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/comment.mdwn
119
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/cutpaste.mdwn
120
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/edittemplate.mdwn
121
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/format.mdwn
122
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/fortune.mdwn
123
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/graph.mdwn
124
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/haiku.mdwn
125
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/if.mdwn
126
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/img.mdwn
127
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/inline.mdwn
128
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/linkmap.mdwn
129
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/listdirectives.mdwn
130
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/map.mdwn
131
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/meta.mdwn
132
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/more.mdwn
133
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/orphans.mdwn
134
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/pagecount.mdwn
135
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/pagestats.mdwn
136
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/pagetemplate.mdwn
137
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/ping.mdwn
138
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/poll.mdwn
139
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/polygen.mdwn
140
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/postsparkline.mdwn
141
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/progress.mdwn
142
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/shortcut.mdwn
143
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/sparkline.mdwn
144
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/table.mdwn
145
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/tag.mdwn
146
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/template.mdwn
147
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/testpagespec.mdwn
148
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/teximg.mdwn
149
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/toc.mdwn
150
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/toggle.mdwn
151
%%PO4A%%%%DATADIR%%/locale/da/directives/ikiwiki/directive/version.mdwn
152
%%PO4A%%%%DATADIR%%/locale/da/smiley/smileys.mdwn
153
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki.mdwn
154
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/directive.mdwn
155
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/formatting.mdwn
156
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/markdown.mdwn
157
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/openid.mdwn
158
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/pagespec.mdwn
159
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/pagespec/attachment.mdwn
160
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/pagespec/po.mdwn
161
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/pagespec/sorting.mdwn
162
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/searching.mdwn
163
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/subpage.mdwn
164
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/subpage/linkingrules.mdwn
165
%%PO4A%%%%DATADIR%%/locale/de/basewiki/ikiwiki/wikilink.mdwn
166
%%PO4A%%%%DATADIR%%/locale/de/basewiki/index.mdwn
167
%%PO4A%%%%DATADIR%%/locale/de/basewiki/recentchanges.mdwn
168
%%PO4A%%%%DATADIR%%/locale/de/basewiki/sandbox.mdwn
169
%%PO4A%%%%DATADIR%%/locale/de/basewiki/shortcuts.mdwn
170
%%PO4A%%%%DATADIR%%/locale/de/basewiki/templates.mdwn
171
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/aggregate.mdwn
172
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/brokenlinks.mdwn
173
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/calendar.mdwn
174
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/color.mdwn
175
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/comment.mdwn
176
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/cutpaste.mdwn
177
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/date.mdwn
178
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/edittemplate.mdwn
179
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/format.mdwn
180
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/fortune.mdwn
181
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/graph.mdwn
182
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/haiku.mdwn
183
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/if.mdwn
184
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/img.mdwn
185
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/inline.mdwn
186
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/linkmap.mdwn
187
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/listdirectives.mdwn
188
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/map.mdwn
189
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/meta.mdwn
190
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/more.mdwn
191
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/orphans.mdwn
192
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/pagecount.mdwn
193
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/pagestats.mdwn
194
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/pagetemplate.mdwn
195
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/ping.mdwn
196
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/poll.mdwn
197
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/polygen.mdwn
198
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/postsparkline.mdwn
199
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/progress.mdwn
200
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/shortcut.mdwn
201
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/sparkline.mdwn
202
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/table.mdwn
203
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/tag.mdwn
204
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/template.mdwn
205
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/testpagespec.mdwn
206
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/teximg.mdwn
207
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/toc.mdwn
208
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/toggle.mdwn
209
%%PO4A%%%%DATADIR%%/locale/de/directives/ikiwiki/directive/version.mdwn
210
%%PO4A%%%%DATADIR%%/locale/de/smiley/smileys.mdwn
211
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki.mdwn
212
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/directive.mdwn
213
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/formatting.mdwn
214
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/markdown.mdwn
215
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/openid.mdwn
216
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/pagespec.mdwn
217
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/pagespec/attachment.mdwn
218
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/pagespec/po.mdwn
219
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/searching.mdwn
220
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/subpage.mdwn
221
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/subpage/linkingrules.mdwn
222
%%PO4A%%%%DATADIR%%/locale/es/basewiki/ikiwiki/wikilink.mdwn
223
%%PO4A%%%%DATADIR%%/locale/es/basewiki/index.mdwn
224
%%PO4A%%%%DATADIR%%/locale/es/basewiki/recentchanges.mdwn
225
%%PO4A%%%%DATADIR%%/locale/es/basewiki/sandbox.mdwn
226
%%PO4A%%%%DATADIR%%/locale/es/basewiki/shortcuts.mdwn
227
%%PO4A%%%%DATADIR%%/locale/es/basewiki/templates.mdwn
228
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki.mdwn
229
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/directive.mdwn
230
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/formatting.mdwn
231
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/markdown.mdwn
232
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/openid.mdwn
233
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/pagespec.mdwn
234
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/pagespec/attachment.mdwn
235
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/pagespec/po.mdwn
236
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/searching.mdwn
237
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/subpage.mdwn
238
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/subpage/linkingrules.mdwn
239
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/ikiwiki/wikilink.mdwn
240
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/index.mdwn
241
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/recentchanges.mdwn
242
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/sandbox.mdwn
243
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/shortcuts.mdwn
244
%%PO4A%%%%DATADIR%%/locale/fr/basewiki/templates.mdwn
245
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/aggregate.mdwn
246
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/brokenlinks.mdwn
247
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/calendar.mdwn
248
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/color.mdwn
249
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/comment.mdwn
250
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/cutpaste.mdwn
251
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/edittemplate.mdwn
252
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/format.mdwn
253
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/fortune.mdwn
254
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/graph.mdwn
255
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/haiku.mdwn
256
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/if.mdwn
257
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/img.mdwn
258
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/inline.mdwn
259
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/linkmap.mdwn
260
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/listdirectives.mdwn
261
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/map.mdwn
262
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/meta.mdwn
263
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/more.mdwn
264
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/orphans.mdwn
265
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/pagecount.mdwn
266
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/pagestats.mdwn
267
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/pagetemplate.mdwn
268
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/ping.mdwn
269
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/poll.mdwn
270
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/polygen.mdwn
271
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/postsparkline.mdwn
272
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/progress.mdwn
273
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/shortcut.mdwn
274
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/sparkline.mdwn
275
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/table.mdwn
276
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/tag.mdwn
277
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/template.mdwn
278
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/testpagespec.mdwn
279
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/teximg.mdwn
280
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/toc.mdwn
281
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/toggle.mdwn
282
%%PO4A%%%%DATADIR%%/locale/fr/directives/ikiwiki/directive/version.mdwn
283
%%PO4A%%%%DATADIR%%/locale/fr/smiley/smileys.mdwn
284
%%DATADIR%%/openid-selector/ikiwiki/openid/jquery.js
285
%%DATADIR%%/openid-selector/ikiwiki/openid/openid-jquery.js
286
%%DATADIR%%/po/cs/basewiki/ikiwiki.cs.po
287
%%DATADIR%%/po/cs/basewiki/ikiwiki/directive.cs.po
288
%%DATADIR%%/po/cs/basewiki/ikiwiki/formatting.cs.po
289
%%DATADIR%%/po/cs/basewiki/ikiwiki/markdown.cs.po
290
%%DATADIR%%/po/cs/basewiki/ikiwiki/openid.cs.po
291
%%DATADIR%%/po/cs/basewiki/ikiwiki/pagespec.cs.po
292
%%DATADIR%%/po/cs/basewiki/ikiwiki/pagespec/attachment.cs.po
293
%%DATADIR%%/po/cs/basewiki/ikiwiki/pagespec/po.cs.po
294
%%DATADIR%%/po/cs/basewiki/ikiwiki/searching.cs.po
295
%%DATADIR%%/po/cs/basewiki/ikiwiki/subpage.cs.po
296
%%DATADIR%%/po/cs/basewiki/ikiwiki/subpage/linkingrules.cs.po
297
%%DATADIR%%/po/cs/basewiki/ikiwiki/wikilink.cs.po
298
%%DATADIR%%/po/cs/basewiki/index.cs.po
299
%%DATADIR%%/po/cs/basewiki/recentchanges.cs.po
300
%%DATADIR%%/po/cs/basewiki/sandbox.cs.po
301
%%DATADIR%%/po/cs/basewiki/shortcuts.cs.po
302
%%DATADIR%%/po/cs/basewiki/templates.cs.po
303
%%DATADIR%%/po/cs/basewiki/templates/note.cs.po
304
%%DATADIR%%/po/cs/basewiki/templates/popup.cs.po
305
%%DATADIR%%/po/da/basewiki/ikiwiki.da.po
306
%%DATADIR%%/po/da/basewiki/ikiwiki/directive.da.po
307
%%DATADIR%%/po/da/basewiki/ikiwiki/formatting.da.po
308
%%DATADIR%%/po/da/basewiki/ikiwiki/markdown.da.po
309
%%DATADIR%%/po/da/basewiki/ikiwiki/openid.da.po
310
%%DATADIR%%/po/da/basewiki/ikiwiki/pagespec.da.po
311
%%DATADIR%%/po/da/basewiki/ikiwiki/pagespec/attachment.da.po
312
%%DATADIR%%/po/da/basewiki/ikiwiki/pagespec/po.da.po
313
%%DATADIR%%/po/da/basewiki/ikiwiki/searching.da.po
314
%%DATADIR%%/po/da/basewiki/ikiwiki/subpage.da.po
315
%%DATADIR%%/po/da/basewiki/ikiwiki/subpage/linkingrules.da.po
316
%%DATADIR%%/po/da/basewiki/ikiwiki/wikilink.da.po
317
%%DATADIR%%/po/da/basewiki/index.da.po
318
%%DATADIR%%/po/da/basewiki/recentchanges.da.po
319
%%DATADIR%%/po/da/basewiki/sandbox.da.po
320
%%DATADIR%%/po/da/basewiki/shortcuts.da.po
321
%%DATADIR%%/po/da/basewiki/templates.da.po
322
%%DATADIR%%/po/da/basewiki/templates/note.da.po
323
%%DATADIR%%/po/da/basewiki/templates/popup.da.po
324
%%DATADIR%%/po/da/directives/ikiwiki/directive/aggregate.da.po
325
%%DATADIR%%/po/da/directives/ikiwiki/directive/brokenlinks.da.po
326
%%DATADIR%%/po/da/directives/ikiwiki/directive/calendar.da.po
327
%%DATADIR%%/po/da/directives/ikiwiki/directive/color.da.po
328
%%DATADIR%%/po/da/directives/ikiwiki/directive/comment.da.po
329
%%DATADIR%%/po/da/directives/ikiwiki/directive/copy.da.po
330
%%DATADIR%%/po/da/directives/ikiwiki/directive/cut.da.po
331
%%DATADIR%%/po/da/directives/ikiwiki/directive/cutpaste.da.po
332
%%DATADIR%%/po/da/directives/ikiwiki/directive/edittemplate.da.po
333
%%DATADIR%%/po/da/directives/ikiwiki/directive/format.da.po
334
%%DATADIR%%/po/da/directives/ikiwiki/directive/fortune.da.po
335
%%DATADIR%%/po/da/directives/ikiwiki/directive/graph.da.po
336
%%DATADIR%%/po/da/directives/ikiwiki/directive/haiku.da.po
337
%%DATADIR%%/po/da/directives/ikiwiki/directive/if.da.po
338
%%DATADIR%%/po/da/directives/ikiwiki/directive/img.da.po
339
%%DATADIR%%/po/da/directives/ikiwiki/directive/inline.da.po
340
%%DATADIR%%/po/da/directives/ikiwiki/directive/linkmap.da.po
341
%%DATADIR%%/po/da/directives/ikiwiki/directive/listdirectives.da.po
342
%%DATADIR%%/po/da/directives/ikiwiki/directive/map.da.po
343
%%DATADIR%%/po/da/directives/ikiwiki/directive/meta.da.po
344
%%DATADIR%%/po/da/directives/ikiwiki/directive/more.da.po
345
%%DATADIR%%/po/da/directives/ikiwiki/directive/orphans.da.po
346
%%DATADIR%%/po/da/directives/ikiwiki/directive/pagecount.da.po
347
%%DATADIR%%/po/da/directives/ikiwiki/directive/pagestats.da.po
348
%%DATADIR%%/po/da/directives/ikiwiki/directive/pagetemplate.da.po
349
%%DATADIR%%/po/da/directives/ikiwiki/directive/paste.da.po
350
%%DATADIR%%/po/da/directives/ikiwiki/directive/ping.da.po
351
%%DATADIR%%/po/da/directives/ikiwiki/directive/poll.da.po
352
%%DATADIR%%/po/da/directives/ikiwiki/directive/polygen.da.po
353
%%DATADIR%%/po/da/directives/ikiwiki/directive/postsparkline.da.po
354
%%DATADIR%%/po/da/directives/ikiwiki/directive/progress.da.po
355
%%DATADIR%%/po/da/directives/ikiwiki/directive/shortcut.da.po
356
%%DATADIR%%/po/da/directives/ikiwiki/directive/sparkline.da.po
357
%%DATADIR%%/po/da/directives/ikiwiki/directive/table.da.po
358
%%DATADIR%%/po/da/directives/ikiwiki/directive/tag.da.po
359
%%DATADIR%%/po/da/directives/ikiwiki/directive/taglink.da.po
360
%%DATADIR%%/po/da/directives/ikiwiki/directive/template.da.po
361
%%DATADIR%%/po/da/directives/ikiwiki/directive/testpagespec.da.po
362
%%DATADIR%%/po/da/directives/ikiwiki/directive/teximg.da.po
363
%%DATADIR%%/po/da/directives/ikiwiki/directive/toc.da.po
364
%%DATADIR%%/po/da/directives/ikiwiki/directive/toggle.da.po
365
%%DATADIR%%/po/da/directives/ikiwiki/directive/toggleable.da.po
366
%%DATADIR%%/po/da/directives/ikiwiki/directive/version.da.po
367
%%DATADIR%%/po/da/smiley/smileys.da.po
368
%%DATADIR%%/po/de/basewiki/ikiwiki.de.po
369
%%DATADIR%%/po/de/basewiki/ikiwiki/directive.de.po
370
%%DATADIR%%/po/de/basewiki/ikiwiki/formatting.de.po
371
%%DATADIR%%/po/de/basewiki/ikiwiki/markdown.de.po
372
%%DATADIR%%/po/de/basewiki/ikiwiki/openid.de.po
373
%%DATADIR%%/po/de/basewiki/ikiwiki/pagespec.de.po
374
%%DATADIR%%/po/de/basewiki/ikiwiki/pagespec/attachment.de.po
375
%%DATADIR%%/po/de/basewiki/ikiwiki/pagespec/po.de.po
376
%%DATADIR%%/po/de/basewiki/ikiwiki/pagespec/sorting.de.po
377
%%DATADIR%%/po/de/basewiki/ikiwiki/searching.de.po
378
%%DATADIR%%/po/de/basewiki/ikiwiki/subpage.de.po
379
%%DATADIR%%/po/de/basewiki/ikiwiki/subpage/linkingrules.de.po
380
%%DATADIR%%/po/de/basewiki/ikiwiki/wikilink.de.po
381
%%DATADIR%%/po/de/basewiki/index.de.po
382
%%DATADIR%%/po/de/basewiki/recentchanges.de.po
383
%%DATADIR%%/po/de/basewiki/sandbox.de.po
384
%%DATADIR%%/po/de/basewiki/shortcuts.de.po
385
%%DATADIR%%/po/de/basewiki/templates.de.po
386
%%DATADIR%%/po/de/basewiki/templates/note.de.po
387
%%DATADIR%%/po/de/basewiki/templates/popup.de.po
388
%%DATADIR%%/po/de/directives/ikiwiki/directive/aggregate.de.po
389
%%DATADIR%%/po/de/directives/ikiwiki/directive/brokenlinks.de.po
390
%%DATADIR%%/po/de/directives/ikiwiki/directive/calendar.de.po
391
%%DATADIR%%/po/de/directives/ikiwiki/directive/color.de.po
392
%%DATADIR%%/po/de/directives/ikiwiki/directive/comment.de.po
393
%%DATADIR%%/po/de/directives/ikiwiki/directive/copy.de.po
394
%%DATADIR%%/po/de/directives/ikiwiki/directive/cut.de.po
395
%%DATADIR%%/po/de/directives/ikiwiki/directive/cutpaste.de.po
396
%%DATADIR%%/po/de/directives/ikiwiki/directive/date.de.po
397
%%DATADIR%%/po/de/directives/ikiwiki/directive/edittemplate.de.po
398
%%DATADIR%%/po/de/directives/ikiwiki/directive/format.de.po
399
%%DATADIR%%/po/de/directives/ikiwiki/directive/fortune.de.po
400
%%DATADIR%%/po/de/directives/ikiwiki/directive/graph.de.po
401
%%DATADIR%%/po/de/directives/ikiwiki/directive/haiku.de.po
402
%%DATADIR%%/po/de/directives/ikiwiki/directive/if.de.po
403
%%DATADIR%%/po/de/directives/ikiwiki/directive/img.de.po
404
%%DATADIR%%/po/de/directives/ikiwiki/directive/inline.de.po
405
%%DATADIR%%/po/de/directives/ikiwiki/directive/linkmap.de.po
406
%%DATADIR%%/po/de/directives/ikiwiki/directive/listdirectives.de.po
407
%%DATADIR%%/po/de/directives/ikiwiki/directive/map.de.po
408
%%DATADIR%%/po/de/directives/ikiwiki/directive/meta.de.po
409
%%DATADIR%%/po/de/directives/ikiwiki/directive/more.de.po
410
%%DATADIR%%/po/de/directives/ikiwiki/directive/orphans.de.po
411
%%DATADIR%%/po/de/directives/ikiwiki/directive/pagecount.de.po
412
%%DATADIR%%/po/de/directives/ikiwiki/directive/pagestats.de.po
413
%%DATADIR%%/po/de/directives/ikiwiki/directive/pagetemplate.de.po
414
%%DATADIR%%/po/de/directives/ikiwiki/directive/paste.de.po
415
%%DATADIR%%/po/de/directives/ikiwiki/directive/ping.de.po
416
%%DATADIR%%/po/de/directives/ikiwiki/directive/poll.de.po
417
%%DATADIR%%/po/de/directives/ikiwiki/directive/polygen.de.po
418
%%DATADIR%%/po/de/directives/ikiwiki/directive/postsparkline.de.po
419
%%DATADIR%%/po/de/directives/ikiwiki/directive/progress.de.po
420
%%DATADIR%%/po/de/directives/ikiwiki/directive/shortcut.de.po
421
%%DATADIR%%/po/de/directives/ikiwiki/directive/sparkline.de.po
422
%%DATADIR%%/po/de/directives/ikiwiki/directive/table.de.po
423
%%DATADIR%%/po/de/directives/ikiwiki/directive/tag.de.po
424
%%DATADIR%%/po/de/directives/ikiwiki/directive/taglink.de.po
425
%%DATADIR%%/po/de/directives/ikiwiki/directive/template.de.po
426
%%DATADIR%%/po/de/directives/ikiwiki/directive/testpagespec.de.po
427
%%DATADIR%%/po/de/directives/ikiwiki/directive/teximg.de.po
428
%%DATADIR%%/po/de/directives/ikiwiki/directive/toc.de.po
429
%%DATADIR%%/po/de/directives/ikiwiki/directive/toggle.de.po
430
%%DATADIR%%/po/de/directives/ikiwiki/directive/toggleable.de.po
431
%%DATADIR%%/po/de/directives/ikiwiki/directive/version.de.po
432
%%DATADIR%%/po/de/smiley/smileys.de.po
433
%%DATADIR%%/po/es/basewiki/ikiwiki.es.po
434
%%DATADIR%%/po/es/basewiki/ikiwiki/directive.es.po
435
%%DATADIR%%/po/es/basewiki/ikiwiki/formatting.es.po
436
%%DATADIR%%/po/es/basewiki/ikiwiki/markdown.es.po
437
%%DATADIR%%/po/es/basewiki/ikiwiki/openid.es.po
438
%%DATADIR%%/po/es/basewiki/ikiwiki/pagespec.es.po
439
%%DATADIR%%/po/es/basewiki/ikiwiki/pagespec/attachment.es.po
440
%%DATADIR%%/po/es/basewiki/ikiwiki/pagespec/po.es.po
441
%%DATADIR%%/po/es/basewiki/ikiwiki/searching.es.po
442
%%DATADIR%%/po/es/basewiki/ikiwiki/subpage.es.po
443
%%DATADIR%%/po/es/basewiki/ikiwiki/subpage/linkingrules.es.po
444
%%DATADIR%%/po/es/basewiki/ikiwiki/wikilink.es.po
445
%%DATADIR%%/po/es/basewiki/index.es.po
446
%%DATADIR%%/po/es/basewiki/recentchanges.es.po
447
%%DATADIR%%/po/es/basewiki/sandbox.es.po
448
%%DATADIR%%/po/es/basewiki/shortcuts.es.po
449
%%DATADIR%%/po/es/basewiki/templates.es.po
450
%%DATADIR%%/po/es/basewiki/templates/note.es.po
451
%%DATADIR%%/po/es/basewiki/templates/popup.es.po
452
%%DATADIR%%/po/fr/basewiki/ikiwiki.fr.po
453
%%DATADIR%%/po/fr/basewiki/ikiwiki/directive.fr.po
454
%%DATADIR%%/po/fr/basewiki/ikiwiki/formatting.fr.po
455
%%DATADIR%%/po/fr/basewiki/ikiwiki/markdown.fr.po
456
%%DATADIR%%/po/fr/basewiki/ikiwiki/openid.fr.po
457
%%DATADIR%%/po/fr/basewiki/ikiwiki/pagespec.fr.po
458
%%DATADIR%%/po/fr/basewiki/ikiwiki/pagespec/attachment.fr.po
459
%%DATADIR%%/po/fr/basewiki/ikiwiki/pagespec/po.fr.po
460
%%DATADIR%%/po/fr/basewiki/ikiwiki/searching.fr.po
461
%%DATADIR%%/po/fr/basewiki/ikiwiki/subpage.fr.po
462
%%DATADIR%%/po/fr/basewiki/ikiwiki/subpage/linkingrules.fr.po
463
%%DATADIR%%/po/fr/basewiki/ikiwiki/wikilink.fr.po
464
%%DATADIR%%/po/fr/basewiki/index.fr.po
465
%%DATADIR%%/po/fr/basewiki/recentchanges.fr.po
466
%%DATADIR%%/po/fr/basewiki/sandbox.fr.po
467
%%DATADIR%%/po/fr/basewiki/shortcuts.fr.po
468
%%DATADIR%%/po/fr/basewiki/templates.fr.po
469
%%DATADIR%%/po/fr/basewiki/templates/note.fr.po
470
%%DATADIR%%/po/fr/basewiki/templates/popup.fr.po
471
%%DATADIR%%/po/fr/directives/ikiwiki/directive/aggregate.fr.po
472
%%DATADIR%%/po/fr/directives/ikiwiki/directive/brokenlinks.fr.po
473
%%DATADIR%%/po/fr/directives/ikiwiki/directive/calendar.fr.po
474
%%DATADIR%%/po/fr/directives/ikiwiki/directive/color.fr.po
475
%%DATADIR%%/po/fr/directives/ikiwiki/directive/comment.fr.po
476
%%DATADIR%%/po/fr/directives/ikiwiki/directive/copy.fr.po
477
%%DATADIR%%/po/fr/directives/ikiwiki/directive/cut.fr.po
478
%%DATADIR%%/po/fr/directives/ikiwiki/directive/cutpaste.fr.po
479
%%DATADIR%%/po/fr/directives/ikiwiki/directive/edittemplate.fr.po
480
%%DATADIR%%/po/fr/directives/ikiwiki/directive/format.fr.po
481
%%DATADIR%%/po/fr/directives/ikiwiki/directive/fortune.fr.po
482
%%DATADIR%%/po/fr/directives/ikiwiki/directive/graph.fr.po
483
%%DATADIR%%/po/fr/directives/ikiwiki/directive/haiku.fr.po
484
%%DATADIR%%/po/fr/directives/ikiwiki/directive/if.fr.po
485
%%DATADIR%%/po/fr/directives/ikiwiki/directive/img.fr.po
486
%%DATADIR%%/po/fr/directives/ikiwiki/directive/inline.fr.po
487
%%DATADIR%%/po/fr/directives/ikiwiki/directive/linkmap.fr.po
488
%%DATADIR%%/po/fr/directives/ikiwiki/directive/listdirectives.fr.po
489
%%DATADIR%%/po/fr/directives/ikiwiki/directive/map.fr.po
490
%%DATADIR%%/po/fr/directives/ikiwiki/directive/meta.fr.po
491
%%DATADIR%%/po/fr/directives/ikiwiki/directive/more.fr.po
492
%%DATADIR%%/po/fr/directives/ikiwiki/directive/orphans.fr.po
493
%%DATADIR%%/po/fr/directives/ikiwiki/directive/pagecount.fr.po
494
%%DATADIR%%/po/fr/directives/ikiwiki/directive/pagestats.fr.po
495
%%DATADIR%%/po/fr/directives/ikiwiki/directive/pagetemplate.fr.po
496
%%DATADIR%%/po/fr/directives/ikiwiki/directive/paste.fr.po
497
%%DATADIR%%/po/fr/directives/ikiwiki/directive/ping.fr.po
498
%%DATADIR%%/po/fr/directives/ikiwiki/directive/poll.fr.po
499
%%DATADIR%%/po/fr/directives/ikiwiki/directive/polygen.fr.po
500
%%DATADIR%%/po/fr/directives/ikiwiki/directive/postsparkline.fr.po
501
%%DATADIR%%/po/fr/directives/ikiwiki/directive/progress.fr.po
502
%%DATADIR%%/po/fr/directives/ikiwiki/directive/shortcut.fr.po
503
%%DATADIR%%/po/fr/directives/ikiwiki/directive/sparkline.fr.po
504
%%DATADIR%%/po/fr/directives/ikiwiki/directive/table.fr.po
505
%%DATADIR%%/po/fr/directives/ikiwiki/directive/tag.fr.po
506
%%DATADIR%%/po/fr/directives/ikiwiki/directive/taglink.fr.po
507
%%DATADIR%%/po/fr/directives/ikiwiki/directive/template.fr.po
508
%%DATADIR%%/po/fr/directives/ikiwiki/directive/testpagespec.fr.po
509
%%DATADIR%%/po/fr/directives/ikiwiki/directive/teximg.fr.po
510
%%DATADIR%%/po/fr/directives/ikiwiki/directive/toc.fr.po
511
%%DATADIR%%/po/fr/directives/ikiwiki/directive/toggle.fr.po
512
%%DATADIR%%/po/fr/directives/ikiwiki/directive/toggleable.fr.po
513
%%DATADIR%%/po/fr/directives/ikiwiki/directive/version.fr.po
514
%%DATADIR%%/po/fr/smiley/smileys.fr.po
515
%%DATADIR%%/smiley/smileys.mdwn
516
%%DATADIR%%/smiley/smileys/alert.png
517
%%DATADIR%%/smiley/smileys/angry.png
518
%%DATADIR%%/smiley/smileys/attention.png
519
%%DATADIR%%/smiley/smileys/biggrin.png
520
%%DATADIR%%/smiley/smileys/checkmark.png
521
%%DATADIR%%/smiley/smileys/devil.png
522
%%DATADIR%%/smiley/smileys/frown.png
523
%%DATADIR%%/smiley/smileys/icon-error.png
524
%%DATADIR%%/smiley/smileys/icon-info.png
525
%%DATADIR%%/smiley/smileys/idea.png
526
%%DATADIR%%/smiley/smileys/neutral.png
527
%%DATADIR%%/smiley/smileys/ohwell.png
528
%%DATADIR%%/smiley/smileys/prio1.png
529
%%DATADIR%%/smiley/smileys/prio2.png
530
%%DATADIR%%/smiley/smileys/prio3.png
531
%%DATADIR%%/smiley/smileys/question.png
532
%%DATADIR%%/smiley/smileys/redface.png
533
%%DATADIR%%/smiley/smileys/sad.png
534
%%DATADIR%%/smiley/smileys/smile.png
535
%%DATADIR%%/smiley/smileys/smile2.png
536
%%DATADIR%%/smiley/smileys/smile3.png
537
%%DATADIR%%/smiley/smileys/smile4.png
538
%%DATADIR%%/smiley/smileys/star_off.png
539
%%DATADIR%%/smiley/smileys/star_on.png
540
%%DATADIR%%/smiley/smileys/thumbs-up.png
541
%%DATADIR%%/smiley/smileys/tired.png
542
%%DATADIR%%/smiley/smileys/tongue.png
543
%%DATADIR%%/templates/aggregatepost.tmpl
544
%%DATADIR%%/templates/archivepage.tmpl
545
%%DATADIR%%/templates/atomitem.tmpl
546
%%DATADIR%%/templates/atompage.tmpl
547
%%DATADIR%%/templates/autoindex.tmpl
548
%%DATADIR%%/templates/autotag.tmpl
549
%%DATADIR%%/templates/blogpost.tmpl
550
%%DATADIR%%/templates/calendarmonth.tmpl
551
%%DATADIR%%/templates/calendaryear.tmpl
552
%%DATADIR%%/templates/change.tmpl
553
%%DATADIR%%/templates/comment.tmpl
554
%%DATADIR%%/templates/commentmoderation.tmpl
555
%%DATADIR%%/templates/editcomment.tmpl
556
%%DATADIR%%/templates/editconflict.tmpl
557
%%DATADIR%%/templates/editcreationconflict.tmpl
558
%%DATADIR%%/templates/editfailedsave.tmpl
559
%%DATADIR%%/templates/editpage.tmpl
560
%%DATADIR%%/templates/editpagegone.tmpl
561
%%DATADIR%%/templates/feedlink.tmpl
562
%%DATADIR%%/templates/googleform.tmpl
563
%%DATADIR%%/templates/inlinepage.tmpl
564
%%DATADIR%%/templates/microblog.tmpl
565
%%DATADIR%%/templates/openid-selector.tmpl
566
%%DATADIR%%/templates/page.tmpl
567
%%DATADIR%%/templates/passwordmail.tmpl
568
%%DATADIR%%/templates/pocreatepage.tmpl
569
%%DATADIR%%/templates/recentchanges.tmpl
570
%%DATADIR%%/templates/renamesummary.tmpl
571
%%DATADIR%%/templates/revert.tmpl
572
%%DATADIR%%/templates/rssitem.tmpl
573
%%DATADIR%%/templates/rsspage.tmpl
574
%%DATADIR%%/templates/searchform.tmpl
575
%%DATADIR%%/templates/searchquery.tmpl
576
%%DATADIR%%/templates/titlepage.tmpl
577
%%DATADIR%%/themes/actiontabs/style.css
578
%%DATADIR%%/themes/blueview/background_darkness.png
579
%%DATADIR%%/themes/blueview/header_background.png
580
%%DATADIR%%/themes/blueview/style.css
581
%%DATADIR%%/themes/goldtype/background_darkness.png
582
%%DATADIR%%/themes/goldtype/header_background.png
583
%%DATADIR%%/themes/goldtype/style.css
584
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IkiWiki/.packlist
585
%%SITE_PERL%%/IkiWiki.pm
586
%%SITE_PERL%%/IkiWiki/CGI.pm
587
%%SITE_PERL%%/IkiWiki/Plugin/404.pm
588
%%SITE_PERL%%/IkiWiki/Plugin/aggregate.pm
589
%%SITE_PERL%%/IkiWiki/Plugin/amazon_s3.pm
590
%%SITE_PERL%%/IkiWiki/Plugin/anonok.pm
591
%%SITE_PERL%%/IkiWiki/Plugin/attachment.pm
592
%%SITE_PERL%%/IkiWiki/Plugin/autoindex.pm
593
%%SITE_PERL%%/IkiWiki/Plugin/blogspam.pm
594
%%SITE_PERL%%/IkiWiki/Plugin/brokenlinks.pm
595
%%SITE_PERL%%/IkiWiki/Plugin/bzr.pm
596
%%SITE_PERL%%/IkiWiki/Plugin/calendar.pm
597
%%SITE_PERL%%/IkiWiki/Plugin/camelcase.pm
598
%%SITE_PERL%%/IkiWiki/Plugin/color.pm
599
%%SITE_PERL%%/IkiWiki/Plugin/comments.pm
600
%%SITE_PERL%%/IkiWiki/Plugin/conditional.pm
601
%%SITE_PERL%%/IkiWiki/Plugin/creole.pm
602
%%SITE_PERL%%/IkiWiki/Plugin/cutpaste.pm
603
%%SITE_PERL%%/IkiWiki/Plugin/cvs.pm
604
%%SITE_PERL%%/IkiWiki/Plugin/darcs.pm
605
%%SITE_PERL%%/IkiWiki/Plugin/date.pm
606
%%SITE_PERL%%/IkiWiki/Plugin/ddate.pm
607
%%SITE_PERL%%/IkiWiki/Plugin/editdiff.pm
608
%%SITE_PERL%%/IkiWiki/Plugin/editpage.pm
609
%%SITE_PERL%%/IkiWiki/Plugin/edittemplate.pm
610
%%SITE_PERL%%/IkiWiki/Plugin/embed.pm
611
%%SITE_PERL%%/IkiWiki/Plugin/external.pm
612
%%SITE_PERL%%/IkiWiki/Plugin/favicon.pm
613
%%SITE_PERL%%/IkiWiki/Plugin/filecheck.pm
614
%%SITE_PERL%%/IkiWiki/Plugin/flattr.pm
615
%%SITE_PERL%%/IkiWiki/Plugin/format.pm
616
%%SITE_PERL%%/IkiWiki/Plugin/fortune.pm
617
%%SITE_PERL%%/IkiWiki/Plugin/getsource.pm
618
%%SITE_PERL%%/IkiWiki/Plugin/git.pm
619
%%SITE_PERL%%/IkiWiki/Plugin/goodstuff.pm
620
%%SITE_PERL%%/IkiWiki/Plugin/google.pm
621
%%SITE_PERL%%/IkiWiki/Plugin/goto.pm
622
%%SITE_PERL%%/IkiWiki/Plugin/graphviz.pm
623
%%SITE_PERL%%/IkiWiki/Plugin/haiku.pm
624
%%SITE_PERL%%/IkiWiki/Plugin/highlight.pm
625
%%SITE_PERL%%/IkiWiki/Plugin/hnb.pm
626
%%SITE_PERL%%/IkiWiki/Plugin/html.pm
627
%%SITE_PERL%%/IkiWiki/Plugin/htmlbalance.pm
628
%%SITE_PERL%%/IkiWiki/Plugin/htmlscrubber.pm
629
%%SITE_PERL%%/IkiWiki/Plugin/htmltidy.pm
630
%%SITE_PERL%%/IkiWiki/Plugin/httpauth.pm
631
%%SITE_PERL%%/IkiWiki/Plugin/img.pm
632
%%SITE_PERL%%/IkiWiki/Plugin/inline.pm
633
%%SITE_PERL%%/IkiWiki/Plugin/link.pm
634
%%SITE_PERL%%/IkiWiki/Plugin/linkmap.pm
635
%%SITE_PERL%%/IkiWiki/Plugin/listdirectives.pm
636
%%SITE_PERL%%/IkiWiki/Plugin/localstyle.pm
637
%%SITE_PERL%%/IkiWiki/Plugin/lockedit.pm
638
%%SITE_PERL%%/IkiWiki/Plugin/map.pm
639
%%SITE_PERL%%/IkiWiki/Plugin/mdwn.pm
640
%%SITE_PERL%%/IkiWiki/Plugin/mercurial.pm
641
%%SITE_PERL%%/IkiWiki/Plugin/meta.pm
642
%%SITE_PERL%%/IkiWiki/Plugin/mirrorlist.pm
643
%%SITE_PERL%%/IkiWiki/Plugin/moderatedcomments.pm
644
%%SITE_PERL%%/IkiWiki/Plugin/monotone.pm
645
%%SITE_PERL%%/IkiWiki/Plugin/more.pm
646
%%SITE_PERL%%/IkiWiki/Plugin/norcs.pm
647
%%SITE_PERL%%/IkiWiki/Plugin/opendiscussion.pm
648
%%SITE_PERL%%/IkiWiki/Plugin/openid.pm
649
%%SITE_PERL%%/IkiWiki/Plugin/orphans.pm
650
%%SITE_PERL%%/IkiWiki/Plugin/otl.pm
651
%%SITE_PERL%%/IkiWiki/Plugin/pagecount.pm
652
%%SITE_PERL%%/IkiWiki/Plugin/pagestats.pm
653
%%SITE_PERL%%/IkiWiki/Plugin/pagetemplate.pm
654
%%SITE_PERL%%/IkiWiki/Plugin/parentlinks.pm
655
%%SITE_PERL%%/IkiWiki/Plugin/passwordauth.pm
656
%%SITE_PERL%%/IkiWiki/Plugin/pingee.pm
657
%%SITE_PERL%%/IkiWiki/Plugin/pinger.pm
658
%%SITE_PERL%%/IkiWiki/Plugin/po.pm
659
%%SITE_PERL%%/IkiWiki/Plugin/poll.pm
660
%%SITE_PERL%%/IkiWiki/Plugin/polygen.pm
661
%%SITE_PERL%%/IkiWiki/Plugin/postsparkline.pm
662
%%SITE_PERL%%/IkiWiki/Plugin/prettydate.pm
663
%%SITE_PERL%%/IkiWiki/Plugin/progress.pm
664
%%SITE_PERL%%/IkiWiki/Plugin/rawhtml.pm
665
%%SITE_PERL%%/IkiWiki/Plugin/recentchanges.pm
666
%%SITE_PERL%%/IkiWiki/Plugin/recentchangesdiff.pm
667
%%SITE_PERL%%/IkiWiki/Plugin/relativedate.pm
668
%%SITE_PERL%%/IkiWiki/Plugin/remove.pm
669
%%SITE_PERL%%/IkiWiki/Plugin/rename.pm
670
%%SITE_PERL%%/IkiWiki/Plugin/repolist.pm
671
%%SITE_PERL%%/IkiWiki/Plugin/rsync.pm
672
%%SITE_PERL%%/IkiWiki/Plugin/search.pm
673
%%SITE_PERL%%/IkiWiki/Plugin/shortcut.pm
674
%%SITE_PERL%%/IkiWiki/Plugin/sidebar.pm
675
%%SITE_PERL%%/IkiWiki/Plugin/signinedit.pm
676
%%SITE_PERL%%/IkiWiki/Plugin/skeleton.pm.example
677
%%SITE_PERL%%/IkiWiki/Plugin/smiley.pm
678
%%SITE_PERL%%/IkiWiki/Plugin/sortnaturally.pm
679
%%SITE_PERL%%/IkiWiki/Plugin/sparkline.pm
680
%%SITE_PERL%%/IkiWiki/Plugin/svn.pm
681
%%SITE_PERL%%/IkiWiki/Plugin/table.pm
682
%%SITE_PERL%%/IkiWiki/Plugin/tag.pm
683
%%SITE_PERL%%/IkiWiki/Plugin/template.pm
684
%%SITE_PERL%%/IkiWiki/Plugin/testpagespec.pm
685
%%SITE_PERL%%/IkiWiki/Plugin/teximg.pm
686
%%SITE_PERL%%/IkiWiki/Plugin/textile.pm
687
%%SITE_PERL%%/IkiWiki/Plugin/theme.pm
688
%%SITE_PERL%%/IkiWiki/Plugin/tla.pm
689
%%SITE_PERL%%/IkiWiki/Plugin/toc.pm
690
%%SITE_PERL%%/IkiWiki/Plugin/toggle.pm
691
%%SITE_PERL%%/IkiWiki/Plugin/transient.pm
692
%%SITE_PERL%%/IkiWiki/Plugin/txt.pm
693
%%SITE_PERL%%/IkiWiki/Plugin/typography.pm
694
%%SITE_PERL%%/IkiWiki/Plugin/underlay.pm
695
%%SITE_PERL%%/IkiWiki/Plugin/version.pm
696
%%SITE_PERL%%/IkiWiki/Plugin/websetup.pm
697
%%SITE_PERL%%/IkiWiki/Plugin/wikitext.pm
698
%%SITE_PERL%%/IkiWiki/Plugin/wmd.pm
699
%%SITE_PERL%%/IkiWiki/Receive.pm
700
%%SITE_PERL%%/IkiWiki/Render.pm
701
%%SITE_PERL%%/IkiWiki/Setup.pm
702
%%SITE_PERL%%/IkiWiki/Setup/Automator.pm
703
%%SITE_PERL%%/IkiWiki/Setup/Standard.pm
704
%%SITE_PERL%%/IkiWiki/Setup/Yaml.pm
705
%%SITE_PERL%%/IkiWiki/UserInfo.pm
706
%%SITE_PERL%%/IkiWiki/Wrapper.pm
707
bin/ikiwiki
708
bin/ikiwiki-calendar
709
bin/ikiwiki-makerepo
710
bin/ikiwiki-transition
711
bin/ikiwiki-update-wikilist
712
etc/ikiwiki/auto-blog.setup
713
etc/ikiwiki/auto.setup
714
lib/ikiwiki/plugins/proxy.py
715
lib/ikiwiki/plugins/rst
716
%%W3M%%libexec/w3m/cgi-bin/ikiwiki-w3m.cgi
717
sbin/ikiwiki-mass-rebuild
718
share/locale/bg/LC_MESSAGES/ikiwiki.mo
719
share/locale/cs/LC_MESSAGES/ikiwiki.mo
720
share/locale/da/LC_MESSAGES/ikiwiki.mo
721
share/locale/de/LC_MESSAGES/ikiwiki.mo
722
share/locale/es/LC_MESSAGES/ikiwiki.mo
723
share/locale/fr/LC_MESSAGES/ikiwiki.mo
724
share/locale/gu/LC_MESSAGES/ikiwiki.mo
725
share/locale/it/LC_MESSAGES/ikiwiki.mo
726
share/locale/pl/LC_MESSAGES/ikiwiki.mo
727
share/locale/sv/LC_MESSAGES/ikiwiki.mo
728
share/locale/tr/LC_MESSAGES/ikiwiki.mo
729
share/locale/vi/LC_MESSAGES/ikiwiki.mo
730
@dirrm etc/ikiwiki
731
@dirrm lib/ikiwiki/plugins
732
@dirrm lib/ikiwiki
733
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IkiWiki
734
@dirrm %%DATADIR%%/basewiki/ikiwiki/pagespec
735
@dirrm %%DATADIR%%/basewiki/ikiwiki/subpage
736
@dirrm %%DATADIR%%/basewiki/ikiwiki
737
@dirrm %%DATADIR%%/basewiki/templates
738
@dirrm %%DATADIR%%/basewiki/wikiicons
739
@dirrm %%DATADIR%%/basewiki
740
@dirrm %%DATADIR%%/directives/ikiwiki/directive
741
@dirrm %%DATADIR%%/directives/ikiwiki
742
@dirrm %%DATADIR%%/directives
743
@dirrm %%DATADIR%%/javascript/ikiwiki
744
@dirrm %%DATADIR%%/javascript
745
%%PO4A%%@dirrm %%DATADIR%%/locale/cs/basewiki/ikiwiki/pagespec
746
%%PO4A%%@dirrm %%DATADIR%%/locale/cs/basewiki/ikiwiki/subpage
747
%%PO4A%%@dirrm %%DATADIR%%/locale/cs/basewiki/ikiwiki
748
%%PO4A%%@dirrm %%DATADIR%%/locale/cs/basewiki
749
%%PO4A%%@dirrm %%DATADIR%%/locale/cs
750
%%PO4A%%@dirrm %%DATADIR%%/locale/da/basewiki/ikiwiki/pagespec
751
%%PO4A%%@dirrm %%DATADIR%%/locale/da/basewiki/ikiwiki/subpage
752
%%PO4A%%@dirrm %%DATADIR%%/locale/da/basewiki/ikiwiki
753
%%PO4A%%@dirrm %%DATADIR%%/locale/da/basewiki/templates
754
%%PO4A%%@dirrm %%DATADIR%%/locale/da/basewiki
755
%%PO4A%%@dirrm %%DATADIR%%/locale/da/directives/ikiwiki/directive
756
%%PO4A%%@dirrm %%DATADIR%%/locale/da/directives/ikiwiki
757
%%PO4A%%@dirrm %%DATADIR%%/locale/da/directives
758
%%PO4A%%@dirrm %%DATADIR%%/locale/da/smiley
759
%%PO4A%%@dirrm %%DATADIR%%/locale/da
760
%%PO4A%%@dirrm %%DATADIR%%/locale/de/basewiki/ikiwiki/pagespec
761
%%PO4A%%@dirrm %%DATADIR%%/locale/de/basewiki/ikiwiki/subpage
762
%%PO4A%%@dirrm %%DATADIR%%/locale/de/basewiki/ikiwiki
763
%%PO4A%%@dirrm %%DATADIR%%/locale/de/basewiki
764
%%PO4A%%@dirrm %%DATADIR%%/locale/de/directives/ikiwiki/directive
765
%%PO4A%%@dirrm %%DATADIR%%/locale/de/directives/ikiwiki
766
%%PO4A%%@dirrm %%DATADIR%%/locale/de/directives
767
%%PO4A%%@dirrm %%DATADIR%%/locale/de/smiley
768
%%PO4A%%@dirrm %%DATADIR%%/locale/de
769
%%PO4A%%@dirrm %%DATADIR%%/locale/es/basewiki/ikiwiki/pagespec
770
%%PO4A%%@dirrm %%DATADIR%%/locale/es/basewiki/ikiwiki/subpage
771
%%PO4A%%@dirrm %%DATADIR%%/locale/es/basewiki/ikiwiki
772
%%PO4A%%@dirrm %%DATADIR%%/locale/es/basewiki
773
%%PO4A%%@dirrm %%DATADIR%%/locale/es
774
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/basewiki/ikiwiki/pagespec
775
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/basewiki/ikiwiki/subpage
776
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/basewiki/ikiwiki
777
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/basewiki
778
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/directives/ikiwiki/directive
779
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/directives/ikiwiki
780
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/directives
781
%%PO4A%%@dirrm %%DATADIR%%/locale/fr/smiley
782
%%PO4A%%@dirrm %%DATADIR%%/locale/fr
783
%%PO4A%%@dirrm %%DATADIR%%/locale
784
@dirrm %%DATADIR%%/openid-selector/ikiwiki/openid
785
@dirrm %%DATADIR%%/openid-selector/ikiwiki
786
@dirrm %%DATADIR%%/openid-selector
787
@dirrm %%DATADIR%%/po/cs/basewiki/ikiwiki/pagespec
788
@dirrm %%DATADIR%%/po/cs/basewiki/ikiwiki/subpage
789
@dirrm %%DATADIR%%/po/cs/basewiki/ikiwiki
790
@dirrm %%DATADIR%%/po/cs/basewiki/templates
791
@dirrm %%DATADIR%%/po/cs/basewiki
792
@dirrm %%DATADIR%%/po/cs
793
@dirrm %%DATADIR%%/po/da/basewiki/ikiwiki/pagespec
794
@dirrm %%DATADIR%%/po/da/basewiki/ikiwiki/subpage
795
@dirrm %%DATADIR%%/po/da/basewiki/ikiwiki
796
@dirrm %%DATADIR%%/po/da/basewiki/templates
797
@dirrm %%DATADIR%%/po/da/basewiki
798
@dirrm %%DATADIR%%/po/da/directives/ikiwiki/directive
799
@dirrm %%DATADIR%%/po/da/directives/ikiwiki
800
@dirrm %%DATADIR%%/po/da/directives
801
@dirrm %%DATADIR%%/po/da/smiley
802
@dirrm %%DATADIR%%/po/da
803
@dirrm %%DATADIR%%/po/de/basewiki/ikiwiki/pagespec
804
@dirrm %%DATADIR%%/po/de/basewiki/ikiwiki/subpage
805
@dirrm %%DATADIR%%/po/de/basewiki/ikiwiki
806
@dirrm %%DATADIR%%/po/de/basewiki/templates
807
@dirrm %%DATADIR%%/po/de/basewiki
808
@dirrm %%DATADIR%%/po/de/directives/ikiwiki/directive
809
@dirrm %%DATADIR%%/po/de/directives/ikiwiki
810
@dirrm %%DATADIR%%/po/de/directives
811
@dirrm %%DATADIR%%/po/de/smiley
812
@dirrm %%DATADIR%%/po/de
813
@dirrm %%DATADIR%%/po/es/basewiki/ikiwiki/pagespec
814
@dirrm %%DATADIR%%/po/es/basewiki/ikiwiki/subpage
815
@dirrm %%DATADIR%%/po/es/basewiki/ikiwiki
816
@dirrm %%DATADIR%%/po/es/basewiki/templates
817
@dirrm %%DATADIR%%/po/es/basewiki
818
@dirrm %%DATADIR%%/po/es
819
@dirrm %%DATADIR%%/po/fr/basewiki/ikiwiki/pagespec
820
@dirrm %%DATADIR%%/po/fr/basewiki/ikiwiki/subpage
821
@dirrm %%DATADIR%%/po/fr/basewiki/ikiwiki
822
@dirrm %%DATADIR%%/po/fr/basewiki/templates
823
@dirrm %%DATADIR%%/po/fr/basewiki
824
@dirrm %%DATADIR%%/po/fr/directives/ikiwiki/directive
825
@dirrm %%DATADIR%%/po/fr/directives/ikiwiki
826
@dirrm %%DATADIR%%/po/fr/directives
827
@dirrm %%DATADIR%%/po/fr/smiley
828
@dirrm %%DATADIR%%/po/fr
829
@dirrm %%DATADIR%%/po
830
@dirrm %%DATADIR%%/smiley/smileys
831
@dirrm %%DATADIR%%/smiley
832
@dirrm %%DATADIR%%/templates
833
@dirrm %%DATADIR%%/themes/actiontabs
834
@dirrm %%DATADIR%%/themes/blueview
835
@dirrm %%DATADIR%%/themes/goldtype
836
@dirrm %%DATADIR%%/themes
837
@dirrm %%DATADIR%%
838
@dirrm %%SITE_PERL%%/IkiWiki/Plugin
839
@dirrm %%SITE_PERL%%/IkiWiki/Setup
840
@dirrm %%SITE_PERL%%/IkiWiki
841
%%W3M%%@dirrmtry libexec/w3m/cgi-bin
842
%%W3M%%@dirrmtry libexec/w3m
(-)b/www/p5-Catalyst-Model-Xapian/Makefile (+30 lines)
Added Link Here
1
# New ports collection makefile for:	www/p5-Catalyst-Model-Xapian
2
# Date created:				22 Feb 2006
3
# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
4
#
5
# $FreeBSD: ports/www/p5-Catalyst-Model-Xapian/Makefile,v 1.12 2012/01/21 17:37:34 eadler Exp $
6
#
7
8
PORTNAME=	Catalyst-Model-Xapian
9
PORTVERSION=	0.06
10
PORTREVISION=	1
11
CATEGORIES=	www perl5
12
MASTER_SITES=	CPAN
13
MASTER_SITE_SUBDIR=	CPAN:MRAMBERG
14
PKGNAMEPREFIX=	p5-
15
16
MAINTAINER=	perl@FreeBSD.org
17
COMMENT=	Catalyst model for Search::Xapian
18
19
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30:${PORTSDIR}/www/p5-Catalyst-Runtime \
20
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
21
		p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
22
		p5-Search-Xapian>=0.9.2.4:${PORTSDIR}/databases/p5-Search-Xapian
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
25
PERL_CONFIGURE=	yes
26
27
MAN3=	Catalyst::Model::Xapian.3 \
28
	Catalyst::Helper::Model::Xapian.3
29
30
.include <bsd.port.mk>
(-)b/www/p5-Catalyst-Model-Xapian/distinfo (+2 lines)
Added Link Here
1
SHA256 (Catalyst-Model-Xapian-0.06.tar.gz) = dd9b5d4821a5c5fa09d8e94fbf1dfda8898e145ae71e8877845ccc75fc0efd5b
2
SIZE (Catalyst-Model-Xapian-0.06.tar.gz) = 5634
(-)b/www/p5-Catalyst-Model-Xapian/pkg-descr (+10 lines)
Added Link Here
1
This model class wraps Search::Xapian to provide a friendly, paged
2
interface to Xapian (www.xapian.org) indexes. This class adds a little
3
extra convenience on top of the Search::Xapian class. It expects you to
4
use the QueryParser, and sets up some keywords based on the standard
5
omega keywords (id, host, date, month, year,title), so that you can do
6
searches like
7
8
      'fubar site:microsoft.com'
9
10
WWW: http://search.cpan.org/dist/Catalyst-Model-Xapian/
(-)b/www/p5-Catalyst-Model-Xapian/pkg-plist (+12 lines)
Added Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model/Xapian/.packlist
2
%%SITE_PERL%%/Catalyst/Helper/Model/Xapian.pm
3
%%SITE_PERL%%/Catalyst/Model/Xapian.pm
4
%%SITE_PERL%%/Catalyst/Model/Xapian/Result.pm
5
%%SITE_PERL%%/Catalyst/Model/sample-indexer.pl
6
@dirrmtry %%SITE_PERL%%/Catalyst/Model/Xapian
7
@dirrmtry %%SITE_PERL%%/Catalyst/Model
8
@dirrmtry %%SITE_PERL%%/Catalyst/Helper/Model
9
@dirrmtry %%SITE_PERL%%/Catalyst/Helper
10
@dirrmtry %%SITE_PERL%%/Catalyst
11
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model/Xapian
12
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model
(-)b/www/xapian-omega/Makefile (+69 lines)
Added Link Here
1
# New ports collection makefile for:	xapian-omega
2
# Date created:		05 Jul 2008
3
# Whom:			Henrik Brix Andersen <brix@FreeBSD.org>
4
#
5
# $FreeBSD: ports/www/xapian-omega/Makefile,v 1.22 2012/01/24 09:05:53 sunpoet Exp $
6
7
PORTNAME=	xapian-omega
8
PORTVERSION=	1.0.22
9
CATEGORIES=	www
10
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
11
		${MASTER_SITE_LOCAL}
12
MASTER_SITE_SUBDIR=	brix
13
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	CGI search application built on Xapian
16
17
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
18
19
LICENSE=	GPLv2
20
GNU_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
22
USE_PERL5_RUN=	yes
23
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
27
MAN1=		omindex.1 scriptindex.1
28
29
MORE_PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
30
PORTDOCS=	cgiparams.html omegascript.html overview.html \
31
		quickstart.html scriptindex.html termprefixes.html \
32
		${MORE_PORTDOCS}
33
PORTEXAMPLES=	omega.conf
34
35
OPTIONS=	ICONV "Enable iconv character set conversion support" On
36
37
PORTSCOUT=	limit:^1\.0\.
38
39
.include <bsd.port.pre.mk>
40
41
.if defined(WITH_ICONV)
42
USE_ICONV=	yes
43
CONFIGURE_ARGS+=	--with-iconv
44
.else
45
CONFIGURE_ARGS+=	--without-iconv
46
.endif
47
48
post-patch:
49
	@${REINPLACE_CMD} \
50
		-e 's|^\(dist_sysconf_DATA\ =\ omega\.conf\)|#\1|' \
51
		-e "s|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|" \
52
		 ${WRKSRC}/Makefile.in
53
.if defined(NOPORTDOCS)
54
	@${REINPLACE_CMD} \
55
		-e 's|^\(SUBDIRS\ =\ \.\) docs|\1|' \
56
		 ${WRKSRC}/Makefile.in
57
.endif
58
59
post-install:
60
.if !defined(NOPORTDOCS)
61
	${MKDIR} ${DOCSDIR}
62
	${INSTALL_DATA} ${MORE_PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR}
63
.endif
64
.if !defined(NOPORTEXAMPLES)
65
	${MKDIR} ${EXAMPLESDIR}
66
	${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${EXAMPLESDIR}
67
.endif
68
69
.include <bsd.port.post.mk>
(-)b/www/xapian-omega/distinfo (+2 lines)
Added Link Here
1
SHA256 (xapian-omega-1.0.22.tar.gz) = 99ccee86642fdbb0d1c97ffb065a4fc36541c5a39163d3540500377d14ef16c5
2
SIZE (xapian-omega-1.0.22.tar.gz) = 515922
(-)b/www/xapian-omega/pkg-descr (+6 lines)
Added Link Here
1
This package contains two index building utilities (omindex and
2
scriptindex) and a CGI search application (omega).  These use the
3
Xapian search library to provide a search over a collection of
4
documents.
5
6
WWW: http://xapian.org/
(-)b/www/xapian-omega/pkg-plist (-2 / +11 lines)
Added Link Here
0
- 
1
bin/dbi2omega
1
--
2
bin/htdig2omega
3
bin/mbox2omega
4
bin/omindex
5
bin/scriptindex
6
www/xapian-omega/cgi-bin/omega
7
share/omega/htdig2omega.script
8
share/omega/mbox2omega.script
9
@dirrm www/xapian-omega/cgi-bin
10
@dirrm www/xapian-omega
11
@dirrm share/omega
2
databases/p5-Search-Xapian10/Makefile             |   47 +++
12
databases/p5-Search-Xapian10/Makefile             |   47 +++
3
databases/p5-Search-Xapian10/distinfo             |    2 +
13
databases/p5-Search-Xapian10/distinfo             |    2 +
4
databases/p5-Search-Xapian10/pkg-descr            |   20 ++
14
databases/p5-Search-Xapian10/pkg-descr            |   20 ++
5
databases/p5-Search-Xapian10/pkg-plist            |   35 ++
15
databases/p5-Search-Xapian10/pkg-plist            |   35 ++
6
databases/xapian-bindings10/Makefile              |   63 ++++
16
databases/xapian-bindings10/Makefile              |   63 ++++
7
databases/xapian-bindings10/distinfo              |    2 +
17
databases/xapian-bindings10/distinfo              |    2 +
8
databases/xapian-bindings10/files/patch-configure |   11 +
18
databases/xapian-bindings10/files/patch-configure |   11 +
9
databases/xapian-bindings10/pkg-descr             |    4 +
19
databases/xapian-bindings10/pkg-descr             |    4 +
10
databases/xapian-bindings10/pkg-plist             |   39 +++
20
databases/xapian-bindings10/pkg-plist             |   39 +++
11
databases/xapian-core10/Makefile                  |   39 +++
21
databases/xapian-core10/Makefile                  |   39 +++
12
databases/xapian-core10/distinfo                  |    2 +
22
databases/xapian-core10/distinfo                  |    2 +
13
databases/xapian-core10/files/patch-Makefile.in   |   32 ++
23
databases/xapian-core10/files/patch-Makefile.in   |   32 ++
14
databases/xapian-core10/pkg-descr                 |   19 +
24
databases/xapian-core10/pkg-descr                 |   19 +
15
databases/xapian-core10/pkg-plist                 |  365 +++++++++++++++++++++
25
databases/xapian-core10/pkg-plist                 |  365 +++++++++++++++++++++
16
www/p5-Catalyst-Model-Xapian10/Makefile           |   30 ++
26
www/p5-Catalyst-Model-Xapian10/Makefile           |   30 ++
17
www/p5-Catalyst-Model-Xapian10/distinfo           |    2 +
27
www/p5-Catalyst-Model-Xapian10/distinfo           |    2 +
18
www/p5-Catalyst-Model-Xapian10/pkg-descr          |   10 +
28
www/p5-Catalyst-Model-Xapian10/pkg-descr          |   10 +
19
www/p5-Catalyst-Model-Xapian10/pkg-plist          |   12 +
29
www/p5-Catalyst-Model-Xapian10/pkg-plist          |   12 +
20
www/xapian-omega10/Makefile                       |   69 ++++
30
www/xapian-omega10/Makefile                       |   69 ++++
21
www/xapian-omega10/distinfo                       |    2 +
31
www/xapian-omega10/distinfo                       |    2 +
22
www/xapian-omega10/pkg-descr                      |    6 +
32
www/xapian-omega10/pkg-descr                      |    6 +
23
www/xapian-omega10/pkg-plist                      |   11 +
33
www/xapian-omega10/pkg-plist                      |   11 +
24
22 files changed, 822 insertions(+), 0 deletions(-)
34
22 files changed, 822 insertions(+), 0 deletions(-)
25
create mode 100644 databases/p5-Search-Xapian10/Makefile
35
create mode 100644 databases/p5-Search-Xapian10/Makefile
26
create mode 100644 databases/p5-Search-Xapian10/distinfo
36
create mode 100644 databases/p5-Search-Xapian10/distinfo
27
create mode 100644 databases/p5-Search-Xapian10/pkg-descr
37
create mode 100644 databases/p5-Search-Xapian10/pkg-descr
28
create mode 100644 databases/p5-Search-Xapian10/pkg-plist
38
create mode 100644 databases/p5-Search-Xapian10/pkg-plist
29
create mode 100644 databases/xapian-bindings10/Makefile
39
create mode 100644 databases/xapian-bindings10/Makefile
30
create mode 100644 databases/xapian-bindings10/distinfo
40
create mode 100644 databases/xapian-bindings10/distinfo
31
create mode 100644 databases/xapian-bindings10/files/patch-configure
41
create mode 100644 databases/xapian-bindings10/files/patch-configure
32
create mode 100644 databases/xapian-bindings10/pkg-descr
42
create mode 100644 databases/xapian-bindings10/pkg-descr
33
create mode 100644 databases/xapian-bindings10/pkg-plist
43
create mode 100644 databases/xapian-bindings10/pkg-plist
34
create mode 100644 databases/xapian-core10/Makefile
44
create mode 100644 databases/xapian-core10/Makefile
35
create mode 100644 databases/xapian-core10/distinfo
45
create mode 100644 databases/xapian-core10/distinfo
36
create mode 100644 databases/xapian-core10/files/patch-Makefile.in
46
create mode 100644 databases/xapian-core10/files/patch-Makefile.in
37
create mode 100644 databases/xapian-core10/pkg-descr
47
create mode 100644 databases/xapian-core10/pkg-descr
38
create mode 100644 databases/xapian-core10/pkg-plist
48
create mode 100644 databases/xapian-core10/pkg-plist
39
create mode 100644 www/p5-Catalyst-Model-Xapian10/Makefile
49
create mode 100644 www/p5-Catalyst-Model-Xapian10/Makefile
40
create mode 100644 www/p5-Catalyst-Model-Xapian10/distinfo
50
create mode 100644 www/p5-Catalyst-Model-Xapian10/distinfo
41
create mode 100644 www/p5-Catalyst-Model-Xapian10/pkg-descr
51
create mode 100644 www/p5-Catalyst-Model-Xapian10/pkg-descr
42
create mode 100644 www/p5-Catalyst-Model-Xapian10/pkg-plist
52
create mode 100644 www/p5-Catalyst-Model-Xapian10/pkg-plist
43
create mode 100644 www/xapian-omega10/Makefile
53
create mode 100644 www/xapian-omega10/Makefile
44
create mode 100644 www/xapian-omega10/distinfo
54
create mode 100644 www/xapian-omega10/distinfo
45
create mode 100644 www/xapian-omega10/pkg-descr
55
create mode 100644 www/xapian-omega10/pkg-descr
46
create mode 100644 www/xapian-omega10/pkg-plist
56
create mode 100644 www/xapian-omega10/pkg-plist
(-)b/databases/p5-Search-Xapian10/Makefile (+47 lines)
Added Link Here
1
# New ports collection makefile for:	databases/p5-Search-Xapian
2
# Date created:				Feb 22 2006
3
# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
4
#
5
# $FreeBSD: ports/databases/p5-Search-Xapian/Makefile,v 1.34 2012/01/24 11:33:55 culot Exp $
6
#
7
8
PORTNAME=	Search-Xapian
9
PORTVERSION=	1.0.22.0
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/1.0.22/
12
PKGNAMEPREFIX=	p5-
13
14
MAINTAINER=	perl@FreeBSD.org
15
COMMENT=	Perl XS frontend to the Xapian C++ search library
16
17
LICENSE=	ART10 GPLv1
18
LICENSE_COMB=	dual
19
20
BUILD_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
23
PERL_CONFIGURE=	yes
24
CC=		${CXX}
25
26
MAN3=	Search::Xapian.3 \
27
	Search::Xapian::BM25Weight.3 \
28
	Search::Xapian::BoolWeight.3 \
29
	Search::Xapian::Database.3 \
30
	Search::Xapian::Document.3 \
31
	Search::Xapian::Enquire.3 \
32
	Search::Xapian::MultiValueSorter.3 \
33
	Search::Xapian::PositionIterator.3 \
34
	Search::Xapian::PostingIterator.3 \
35
	Search::Xapian::QueryParser.3 \
36
	Search::Xapian::Stem.3 \
37
	Search::Xapian::TermGenerator.3 \
38
	Search::Xapian::TermIterator.3 \
39
	Search::Xapian::TradWeight.3 \
40
	Search::Xapian::ValueIterator.3 \
41
	Search::Xapian::Weight.3 \
42
	Search::Xapian::WritableDatabase.3
43
44
post-patch:
45
	@${REINPLACE_CMD} -e 's/^if (defined $$builddir/if (0/' ${WRKSRC}/Makefile.PL
46
47
.include <bsd.port.mk>
(-)b/databases/p5-Search-Xapian10/distinfo (+2 lines)
Added Link Here
1
SHA256 (Search-Xapian-1.0.22.0.tar.gz) = a74da17bce03e294d9046857cd8b6beade805f2ebc5310305e5b8a17537e21a5
2
SIZE (Search-Xapian-1.0.22.0.tar.gz) = 52663
(-)b/databases/p5-Search-Xapian10/pkg-descr (+20 lines)
Added Link Here
1
This module wraps most methods of most Xapian classes. The missing classes
2
and methods should be added in the future. It also provides a simplified,
3
more 'perlish' interface - as demonstrated above.
4
5
The Xapian library is evolving very quickly at the time of writing,
6
hence any documentation placed here would be likely to become out of
7
date quite rapidly, and I do not have the patience to write some which
8
could rapidly become redundant.
9
10
Apologies to those of you considering using this module. For the time
11
being, I would suggest garnering what you can from the tests and
12
examples provided, or reading through the Xapian documentation on
13
http://www.xapian.org/, notably the API documentation at
14
http://www.xapian.org/docs/apidoc/html/annotated.html
15
16
If you encounter problems, email either me or preferably the
17
Xapian-discuss mailing list (which I am on - subscription details can
18
be found on the Xapian web site).
19
20
WWW: http://search.cpan.org/dist/Search-Xapian/
(-)b/databases/p5-Search-Xapian10/pkg-plist (+35 lines)
Added Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so
4
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm
5
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm
6
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm
7
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm
8
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm
9
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm
10
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm
11
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm
12
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm
13
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm
14
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm
15
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MultiValueSorter.pm
16
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PerlStopper.pm
17
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm
18
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm
19
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm
20
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm
21
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm
22
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/SimpleStopper.pm
23
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pm
24
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm
25
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermGenerator.pm
26
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm
27
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TradWeight.pm
28
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm
29
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm
30
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm
31
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian
32
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search
33
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet
34
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian
35
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search
(-)b/databases/xapian-bindings10/Makefile (+63 lines)
Added Link Here
1
# New ports collection makefile for:	xapian-bindings
2
# Date created:		2007-05-26
3
# Whom:			Gea-Suan Lin <gslin@gslin.org>
4
#
5
# $FreeBSD: ports/databases/xapian-bindings/Makefile,v 1.12 2012/01/24 09:04:45 sunpoet Exp $
6
#
7
8
PORTNAME=	xapian-bindings
9
PORTVERSION=	1.0.22
10
CATEGORIES=	databases
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
12
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Bindings allowing Xapian to be used from various programming languages
15
16
RUN_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
17
BUILD_DEPENDS:=	${RUN_DEPENDS}
18
19
LICENSE=	GPLv2
20
CONFIGURE_ARGS+=	--datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \
21
		--without-csharp --without-java --without-tcl
22
GNU_CONFIGURE=	yes
23
24
.ifdef(WITHOUT_PHP)
25
CONFIGURE_ARGS+=	--without-php
26
PLIST_SUB+=	BINDING_PHP="@comment "
27
.else
28
CONFIGURE_ARGS+=	--with-php
29
CONFIGURE_ENV+=	PHP_CONFIG="${LOCALBASE}/bin/php-config"
30
PLIST_SUB+=	BINDING_PHP=""
31
USE_PHP=	yes
32
USE_PHP_BUILD=	yes
33
.endif
34
35
.ifdef(WITHOUT_PYTHON)
36
CONFIGURE_ARGS+=	--without-python
37
PLIST_SUB+=	BINDING_PYTHON="@comment "
38
.else
39
CONFIGURE_ARGS+=	--with-python
40
CONFIGURE_ENV+=	PYTHON_LIB="${PYTHON_SITELIBDIR}"
41
PLIST_SUB+=	BINDING_PYTHON=""
42
USE_PYTHON=	yes
43
.endif
44
45
.ifdef(WITHOUT_RUBY)
46
CONFIGURE_ARGS+=	--without-ruby
47
PLIST_SUB+=	BINDING_RUBY="@comment "
48
.else
49
CONFIGURE_ARGS+=	--with-ruby
50
USE_RUBY_RDOCS=	no
51
PLIST_SUB+=	BINDING_RUBY=""
52
USE_RUBY=	yes
53
.endif
54
55
post-install:
56
.ifdef(NOPORTDOCS)
57
	${RM} -fr ${DOCSDIR}
58
.endif
59
.ifndef(WITHOUT_RUBY)
60
	${RM} -fr ${DOCSDIR}/ruby/rdocs
61
.endif
62
63
.include <bsd.port.mk>
(-)b/databases/xapian-bindings10/distinfo (+2 lines)
Added Link Here
1
SHA256 (xapian-bindings-1.0.22.tar.gz) = 9790f6df53e952e95f0b343fb297540ea1785e08d06125e32975ec35919b42a2
2
SIZE (xapian-bindings-1.0.22.tar.gz) = 1071588
(-)b/databases/xapian-bindings10/files/patch-configure (+11 lines)
Added Link Here
1
--- configure.orig	2010-10-28 16:54:25.000000000 +0000
2
+++ configure	2010-10-28 16:54:39.000000000 +0000
3
@@ -15156,7 +15156,7 @@ $as_echo_n "checking for python librarie
4
 	mingw* | pw32*)
5
 	  PYTHON_LIBS=`$PYTHON -c 'import os,sys;print("-L"+os.path.join(sys.prefix,"libs").replace(os.sep,"/")+" -lpython"+sys.version[:3].replace(".",""))'` ;;
6
 	cygwin*)
7
-	  PYTHON_LIBS=`$PYTHON -c 'import os,sys;print("-L"+os.path.join(sys.path[3],"config")+" -lpython"+sys.version[:3]')` ;;
8
+	  PYTHON_LIBS=`$PYTHON -c 'import os,sys;print("-L"+os.path.join(sys.path[3],"config")+" -lpython"+sys.version[:3])'` ;;
9
 	*)
10
 	  PYTHON_LIBS= ;;
11
 	esac
(-)b/databases/xapian-bindings10/pkg-descr (+4 lines)
Added Link Here
1
SWIG and JNI bindings allowing Xapian to be used from various other
2
programming languages.
3
4
WWW:	http://www.xapian.org/
(-)b/databases/xapian-bindings10/pkg-plist (+39 lines)
Added Link Here
1
@comment $FreeBSD: ports/databases/xapian-bindings/pkg-plist,v 1.4 2009/09/19 11:58:20 miwi Exp $
2
%%BINDING_PHP%%%%DATADIR%%/php5/xapian.php
3
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php4
4
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php5
5
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php4
6
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php5
7
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php4
8
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php5
9
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/index.html
10
%%BINDING_PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so
11
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleexpand.py
12
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleindex.py
13
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplematchdecider.py
14
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplesearch.py
15
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/index.html
16
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/_xapian.so
17
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.py
18
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyc
19
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyo
20
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleexpand.rb
21
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleindex.rb
22
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplematchdecider.rb
23
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplesearch.rb
24
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/index.html
25
%%BINDING_RUBY%%%%RUBY_SITELIBDIR%%/xapian.rb
26
%%BINDING_RUBY%%%%RUBY_SITEARCHLIBDIR%%/_xapian.so
27
%%BINDING_RUBY%%@dirrmtry %%RUBY_SITELIBDIR%%
28
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby/examples
29
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby
30
%%BINDING_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%
31
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python/examples
32
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python
33
%%BINDING_PHP%%@dirrmtry lib/php/%%PHP_EXT_DIR%%
34
%%BINDING_PHP%%@dirrmtry lib/php
35
%%BINDING_PHP%%@dirrmtry %%DATADIR%%/php5
36
%%BINDING_PHP%%@dirrmtry %%DATADIR%%
37
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php/examples
38
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php
39
%%PORTDOCS%%@dirrm %%DOCSDIR%%
(-)b/databases/xapian-core10/Makefile (+39 lines)
Added Link Here
1
# New ports collection makefile for:	xapian-core
2
# Date created:				5 November 2005
3
# Whom:					J.F. Dockes
4
#
5
# $FreeBSD: ports/databases/xapian-core/Makefile,v 1.33 2012/01/24 09:05:26 sunpoet Exp $
6
#
7
8
PORTNAME=	xapian-core
9
PORTVERSION=	1.0.22
10
PORTEPOCH=	1
11
CATEGORIES=	databases
12
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
13
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A probabilistic text search database engine
16
17
LICENSE=	GPLv2
18
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
20
21
OPTIONS=	SSE2 "Use SSE2 for floating point" Off
22
23
MAN1=		quartzcheck.1 quartzcompact.1 quartzdump.1 \
24
		xapian-check.1 xapian-compact.1 xapian-config.1 \
25
		xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1
26
27
.if defined(WITHOUT_SSE2)
28
CONFIGURE_ARGS+=	--disable-sse
29
.endif
30
31
post-install:
32
.for file in delve quest copydatabase
33
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
34
.endfor
35
.ifdef(NOPORTDOCS)
36
	${RM} -rf ${DOCSDIR}
37
.endif
38
39
.include <bsd.port.mk>
(-)b/databases/xapian-core10/distinfo (+2 lines)
Added Link Here
1
SHA256 (xapian-core-1.0.22.tar.gz) = 39fc7ec7a233c2a5b3cea4954dd35c1f891841274d35bf746d23b1feac6fe511
2
SIZE (xapian-core-1.0.22.tar.gz) = 3342736
(-)b/databases/xapian-core10/files/patch-Makefile.in (+32 lines)
Added Link Here
1
--- Makefile.in.orig	Fri May 18 00:58:07 2007
2
+++ Makefile.in	Fri May 18 13:10:33 2007
3
@@ -49,7 +49,8 @@
4
 @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
5
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/languages -Ilanguages \
6
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/queryparser
7
-bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
8
+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) 
9
+noinst_PROGRAMS = \
10
 	examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
11
 	examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
12
 	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT)
13
@@ -464,7 +465,7 @@
14
 @BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
15
 @BUILD_BACKEND_REMOTE_TRUE@	bin/xapian-tcpsrv$(EXEEXT)
16
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
17
-PROGRAMS = $(bin_PROGRAMS)
18
+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
19
 am_bin_quartzcheck_OBJECTS =  \
20
 	bin/bin_quartzcheck-quartzcheck.$(OBJEXT)
21
 bin_quartzcheck_OBJECTS = $(am_bin_quartzcheck_OBJECTS)
22
@@ -909,9 +910,7 @@
23
 libxapian_la_LDFLAGS = $(XAPIAN_LDFLAGS) -no-undefined -version-info $(LIBRARY_VERSION_INFO)
24
 @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
25
 @MAINTAINER_NO_DOCS_FALSE@	$(am__append_3) $(am__append_5) \
26
-@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7) \
27
-@MAINTAINER_NO_DOCS_FALSE@	examples/copydatabase.1 \
28
-@MAINTAINER_NO_DOCS_FALSE@	examples/delve.1 examples/quest.1
29
+@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7)
30
 bin_quartzcheck_CPPFLAGS = -I$(top_srcdir)/backends/quartz
31
 bin_quartzcheck_SOURCES = bin/quartzcheck.cc
32
 bin_quartzcheck_LDADD = $(ldflags) libquartzcheck.la libxapian.la
(-)b/databases/xapian-core10/pkg-descr (+19 lines)
Added Link Here
1
Xapian is an Open Source Probabilistic Information Retrieval library,
2
released under the GPL. It's written in C++, with bindings to allow use
3
from other languages.
4
5
Xapian is designed to be a highly adaptable toolkit to allow developers to
6
easily add advanced indexing and search facilities to their own
7
applications.
8
9
Xapian features include:
10
 - Ranked probabilistic search - word importance weighting
11
 - Relevance feedback
12
 - Phrase and proximity searching
13
 - Full range of structured boolean search operators
14
 - Term stemming
15
 - Database files > 2GB
16
 - Platform independent data formats
17
 - Allows simultaneous update and searching.
18
19
WWW: http://www.xapian.org
(-)b/databases/xapian-core10/pkg-plist (+365 lines)
Added Link Here
1
@comment $FreeBSD: ports/databases/xapian-core/pkg-plist,v 1.20 2010/10/29 16:23:53 brix Exp $
2
bin/quartzcheck
3
bin/quartzcompact
4
bin/quartzdump
5
bin/xapian-check
6
bin/xapian-compact
7
bin/xapian-config
8
bin/xapian-copydatabase
9
bin/xapian-delve
10
bin/xapian-inspect
11
bin/xapian-progsrv
12
bin/xapian-quest
13
bin/xapian-tcpsrv
14
include/xapian/base.h
15
include/xapian/database.h
16
include/xapian/dbfactory.h
17
include/xapian/deprecated.h
18
include/xapian/document.h
19
include/xapian/enquire.h
20
include/xapian/error.h
21
include/xapian/errorhandler.h
22
include/xapian/expanddecider.h
23
include/xapian/positioniterator.h
24
include/xapian/postingiterator.h
25
include/xapian/query.h
26
include/xapian/queryparser.h
27
include/xapian/sorter.h
28
include/xapian/stem.h
29
include/xapian/termgenerator.h
30
include/xapian/termiterator.h
31
include/xapian/types.h
32
include/xapian/unicode.h
33
include/xapian/valueiterator.h
34
include/xapian/version.h
35
include/xapian/visibility.h
36
include/xapian.h
37
lib/libxapian.a
38
lib/libxapian.la
39
lib/libxapian.so
40
lib/libxapian.so.21
41
lib/cmake/xapian/xapian-config.cmake
42
lib/cmake/xapian/xapian-config-version.cmake
43
share/aclocal/xapian.m4
44
%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
45
%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
46
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/annotated.html
47
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError-members.html
48
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError.html
49
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError__inherit__graph.png
50
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight-members.html
51
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight.html
52
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png
53
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html
54
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html
55
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
56
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html
57
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html
58
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html
59
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError.html
60
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError__inherit__graph.png
61
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError-members.html
62
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError.html
63
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError__inherit__graph.png
64
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError-members.html
65
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError.html
66
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError__inherit__graph.png
67
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError-members.html
68
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError.html
69
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError__inherit__graph.png
70
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError-members.html
71
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError.html
72
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError__inherit__graph.png
73
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError-members.html
74
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError.html
75
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError__inherit__graph.png
76
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError-members.html
77
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError.html
78
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError__inherit__graph.png
79
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.png
80
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
81
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
82
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
83
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError-members.html
84
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError.html
85
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
86
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document-members.html
87
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document.html
88
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet-members.html
89
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet.html
90
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator-members.html
91
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator.html
92
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire-members.html
93
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire.html
94
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error-members.html
95
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error.html
96
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler-members.html
97
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler.html
98
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error__inherit__graph.png
99
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider-members.html
100
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider.html
101
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd-members.html
102
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd.html
103
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png
104
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html
105
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html
106
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png
107
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png
108
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
109
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError.html
110
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
111
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError-members.html
112
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError.html
113
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
114
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError-members.html
115
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError.html
116
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError__inherit__graph.png
117
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError-members.html
118
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError.html
119
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
120
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError-members.html
121
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError.html
122
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
123
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet-members.html
124
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet.html
125
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator-members.html
126
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator.html
127
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html
128
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html
129
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter-members.html
130
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter.html
131
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
132
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError-members.html
133
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError.html
134
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError__inherit__graph.png
135
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError-members.html
136
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError.html
137
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError__inherit__graph.png
138
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor-members.html
139
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor.html
140
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor__inherit__graph.png
141
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator-members.html
142
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html
143
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html
144
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html
145
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html
146
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html
147
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html
148
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser.html
149
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError-members.html
150
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError.html
151
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError__inherit__graph.png
152
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet-members.html
153
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet.html
154
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError-members.html
155
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError.html
156
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
157
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError-members.html
158
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError.html
159
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
160
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html
161
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html
162
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
163
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter-members.html
164
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter.html
165
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter__inherit__graph.png
166
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem-members.html
167
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem.html
168
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper-members.html
169
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper.html
170
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.png
171
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor-members.html
172
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor.html
173
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor__inherit__graph.png
174
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator-members.html
175
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator.html
176
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator-members.html
177
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator.html
178
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight-members.html
179
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight.html
180
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png
181
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError-members.html
182
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError.html
183
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png
184
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator-members.html
185
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator.html
186
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html
187
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html
188
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html
189
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html
190
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png
191
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase-members.html
192
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html
193
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
194
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html
195
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html
196
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html
197
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html
198
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h.html
199
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.css
200
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.png
201
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h.html
202
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h.html
203
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html
204
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html
205
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html
206
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_0.png
207
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_1.png
208
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_10.png
209
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_11.png
210
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_2.png
211
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_3.png
212
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_4.png
213
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_5.png
214
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_6.png
215
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_7.png
216
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_8.png
217
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_9.png
218
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html
219
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x62.html
220
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x63.html
221
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x64.html
222
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x65.html
223
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x66.html
224
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x67.html
225
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x68.html
226
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x69.html
227
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6b.html
228
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6c.html
229
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6d.html
230
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6e.html
231
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6f.html
232
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x70.html
233
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x71.html
234
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x72.html
235
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x73.html
236
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x74.html
237
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x75.html
238
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html
239
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html
240
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
241
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
242
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
243
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
244
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x63.html
245
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x64.html
246
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x65.html
247
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x66.html
248
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x67.html
249
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x68.html
250
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x69.html
251
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6b.html
252
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6c.html
253
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6d.html
254
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6e.html
255
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6f.html
256
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x70.html
257
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x71.html
258
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x72.html
259
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x73.html
260
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x74.html
261
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x75.html
262
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html
263
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html
264
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
265
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html
266
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
267
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
268
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html
269
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html
270
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html
271
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
272
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
273
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
274
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/index.html
275
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__0.png
276
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__1.png
277
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__10.png
278
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__11.png
279
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__12.png
280
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__13.png
281
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__14.png
282
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__15.png
283
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__16.png
284
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__17.png
285
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__18.png
286
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__19.png
287
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__2.png
288
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__20.png
289
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.png
290
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
291
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
292
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png
293
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png
294
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png
295
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png
296
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__6.png
297
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__7.png
298
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png
299
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png
300
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html
301
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html
302
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html
303
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Flint.html
304
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1InMemory.html
305
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Quartz.html
306
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html
307
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html
308
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html
309
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html
310
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html
311
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html
312
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html
313
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
314
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
315
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html
316
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html
317
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html
318
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/sorter_8h.html
319
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html
320
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
321
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor.html
322
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
323
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_b.gif
324
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_l.gif
325
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_r.gif
326
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tabs.css
327
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h.html
328
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h.html
329
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html
330
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html
331
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html
332
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html
333
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html
334
%%PORTDOCS%%%%DOCSDIR%%/bm25.html
335
%%PORTDOCS%%%%DOCSDIR%%/code_structure.html
336
%%PORTDOCS%%%%DOCSDIR%%/deprecation.html
337
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
338
%%PORTDOCS%%%%DOCSDIR%%/index.html
339
%%PORTDOCS%%%%DOCSDIR%%/install.html
340
%%PORTDOCS%%%%DOCSDIR%%/internals.html
341
%%PORTDOCS%%%%DOCSDIR%%/intro_ir.html
342
%%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html
343
%%PORTDOCS%%%%DOCSDIR%%/overview.html
344
%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html
345
%%PORTDOCS%%%%DOCSDIR%%/queryparser.html
346
%%PORTDOCS%%%%DOCSDIR%%/quickstart.html
347
%%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html
348
%%PORTDOCS%%%%DOCSDIR%%/quickstartindex.cc.html
349
%%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html
350
%%PORTDOCS%%%%DOCSDIR%%/remote.html
351
%%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html
352
%%PORTDOCS%%%%DOCSDIR%%/scalability.html
353
%%PORTDOCS%%%%DOCSDIR%%/sorting.html
354
%%PORTDOCS%%%%DOCSDIR%%/spelling.html
355
%%PORTDOCS%%%%DOCSDIR%%/stemming.html
356
%%PORTDOCS%%%%DOCSDIR%%/synonyms.html
357
%%PORTDOCS%%%%DOCSDIR%%/termgenerator.html
358
%%PORTDOCS%%%%DOCSDIR%%/tests.html
359
%%PORTDOCS%%%%DOCSDIR%%/valueranges.html
360
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html
361
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc
362
%%PORTDOCS%%@dirrm %%DOCSDIR%%
363
@dirrm include/xapian
364
@dirrmtry lib/cmake/xapian
365
@dirrmtry lib/cmake
(-)b/www/p5-Catalyst-Model-Xapian10/Makefile (+30 lines)
Added Link Here
1
# New ports collection makefile for:	www/p5-Catalyst-Model-Xapian
2
# Date created:				22 Feb 2006
3
# Whom:					Lars Balker Rasmussen <lbr@FreeBSD.org>
4
#
5
# $FreeBSD: ports/www/p5-Catalyst-Model-Xapian/Makefile,v 1.12 2012/01/21 17:37:34 eadler Exp $
6
#
7
8
PORTNAME=	Catalyst-Model-Xapian
9
PORTVERSION=	0.06
10
PORTREVISION=	1
11
CATEGORIES=	www perl5
12
MASTER_SITES=	CPAN
13
MASTER_SITE_SUBDIR=	CPAN:MRAMBERG
14
PKGNAMEPREFIX=	p5-
15
16
MAINTAINER=	perl@FreeBSD.org
17
COMMENT=	Catalyst model for Search::Xapian
18
19
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30:${PORTSDIR}/www/p5-Catalyst-Runtime \
20
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
21
		p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
22
		p5-Search-Xapian>=0.9.2.4:${PORTSDIR}/databases/p5-Search-Xapian
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
25
PERL_CONFIGURE=	yes
26
27
MAN3=	Catalyst::Model::Xapian.3 \
28
	Catalyst::Helper::Model::Xapian.3
29
30
.include <bsd.port.mk>
(-)b/www/p5-Catalyst-Model-Xapian10/distinfo (+2 lines)
Added Link Here
1
SHA256 (Catalyst-Model-Xapian-0.06.tar.gz) = dd9b5d4821a5c5fa09d8e94fbf1dfda8898e145ae71e8877845ccc75fc0efd5b
2
SIZE (Catalyst-Model-Xapian-0.06.tar.gz) = 5634
(-)b/www/p5-Catalyst-Model-Xapian10/pkg-descr (+10 lines)
Added Link Here
1
This model class wraps Search::Xapian to provide a friendly, paged
2
interface to Xapian (www.xapian.org) indexes. This class adds a little
3
extra convenience on top of the Search::Xapian class. It expects you to
4
use the QueryParser, and sets up some keywords based on the standard
5
omega keywords (id, host, date, month, year,title), so that you can do
6
searches like
7
8
      'fubar site:microsoft.com'
9
10
WWW: http://search.cpan.org/dist/Catalyst-Model-Xapian/
(-)b/www/p5-Catalyst-Model-Xapian10/pkg-plist (+12 lines)
Added Link Here
1
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model/Xapian/.packlist
2
%%SITE_PERL%%/Catalyst/Helper/Model/Xapian.pm
3
%%SITE_PERL%%/Catalyst/Model/Xapian.pm
4
%%SITE_PERL%%/Catalyst/Model/Xapian/Result.pm
5
%%SITE_PERL%%/Catalyst/Model/sample-indexer.pl
6
@dirrmtry %%SITE_PERL%%/Catalyst/Model/Xapian
7
@dirrmtry %%SITE_PERL%%/Catalyst/Model
8
@dirrmtry %%SITE_PERL%%/Catalyst/Helper/Model
9
@dirrmtry %%SITE_PERL%%/Catalyst/Helper
10
@dirrmtry %%SITE_PERL%%/Catalyst
11
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model/Xapian
12
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Model
(-)b/www/xapian-omega10/Makefile (+69 lines)
Added Link Here
1
# New ports collection makefile for:	xapian-omega
2
# Date created:		05 Jul 2008
3
# Whom:			Henrik Brix Andersen <brix@FreeBSD.org>
4
#
5
# $FreeBSD: ports/www/xapian-omega/Makefile,v 1.22 2012/01/24 09:05:53 sunpoet Exp $
6
7
PORTNAME=	xapian-omega
8
PORTVERSION=	1.0.22
9
CATEGORIES=	www
10
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
11
		${MASTER_SITE_LOCAL}
12
MASTER_SITE_SUBDIR=	brix
13
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	CGI search application built on Xapian
16
17
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
18
19
LICENSE=	GPLv2
20
GNU_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
22
USE_PERL5_RUN=	yes
23
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
27
MAN1=		omindex.1 scriptindex.1
28
29
MORE_PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
30
PORTDOCS=	cgiparams.html omegascript.html overview.html \
31
		quickstart.html scriptindex.html termprefixes.html \
32
		${MORE_PORTDOCS}
33
PORTEXAMPLES=	omega.conf
34
35
OPTIONS=	ICONV "Enable iconv character set conversion support" On
36
37
PORTSCOUT=	limit:^1\.0\.
38
39
.include <bsd.port.pre.mk>
40
41
.if defined(WITH_ICONV)
42
USE_ICONV=	yes
43
CONFIGURE_ARGS+=	--with-iconv
44
.else
45
CONFIGURE_ARGS+=	--without-iconv
46
.endif
47
48
post-patch:
49
	@${REINPLACE_CMD} \
50
		-e 's|^\(dist_sysconf_DATA\ =\ omega\.conf\)|#\1|' \
51
		-e "s|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|" \
52
		 ${WRKSRC}/Makefile.in
53
.if defined(NOPORTDOCS)
54
	@${REINPLACE_CMD} \
55
		-e 's|^\(SUBDIRS\ =\ \.\) docs|\1|' \
56
		 ${WRKSRC}/Makefile.in
57
.endif
58
59
post-install:
60
.if !defined(NOPORTDOCS)
61
	${MKDIR} ${DOCSDIR}
62
	${INSTALL_DATA} ${MORE_PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR}
63
.endif
64
.if !defined(NOPORTEXAMPLES)
65
	${MKDIR} ${EXAMPLESDIR}
66
	${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${EXAMPLESDIR}
67
.endif
68
69
.include <bsd.port.post.mk>
(-)b/www/xapian-omega10/distinfo (+2 lines)
Added Link Here
1
SHA256 (xapian-omega-1.0.22.tar.gz) = 99ccee86642fdbb0d1c97ffb065a4fc36541c5a39163d3540500377d14ef16c5
2
SIZE (xapian-omega-1.0.22.tar.gz) = 515922
(-)b/www/xapian-omega10/pkg-descr (+6 lines)
Added Link Here
1
This package contains two index building utilities (omindex and
2
scriptindex) and a CGI search application (omega).  These use the
3
Xapian search library to provide a search over a collection of
4
documents.
5
6
WWW: http://xapian.org/
(-)b/www/xapian-omega10/pkg-plist (-2 / +11 lines)
Added Link Here
0
- 
1
bin/dbi2omega
1
--
2
bin/htdig2omega
3
bin/mbox2omega
4
bin/omindex
5
bin/scriptindex
6
www/xapian-omega/cgi-bin/omega
7
share/omega/htdig2omega.script
8
share/omega/mbox2omega.script
9
@dirrm www/xapian-omega/cgi-bin
10
@dirrm www/xapian-omega
11
@dirrm share/omega
2
databases/p5-Search-Xapian10/Makefile   |    2 +-
12
databases/p5-Search-Xapian10/Makefile   |    2 +-
3
databases/xapian-bindings10/Makefile    |    8 ++++----
13
databases/xapian-bindings10/Makefile    |    8 ++++----
4
databases/xapian-core10/Makefile        |    6 +++---
14
databases/xapian-core10/Makefile        |    6 +++---
5
www/p5-Catalyst-Model-Xapian10/Makefile |    2 +-
15
www/p5-Catalyst-Model-Xapian10/Makefile |    2 +-
6
www/xapian-omega10/Makefile             |    8 ++++----
16
www/xapian-omega10/Makefile             |    8 ++++----
7
5 files changed, 13 insertions(+), 13 deletions(-)
17
5 files changed, 13 insertions(+), 13 deletions(-)
(-)b/databases/p5-Search-Xapian10/Makefile (-1 / +1 lines)
Lines 17-23 COMMENT= Perl XS frontend to the Xapian C++ search library Link Here
17
LICENSE=	ART10 GPLv1
17
LICENSE=	ART10 GPLv1
18
LICENSE_COMB=	dual
18
LICENSE_COMB=	dual
19
19
20
BUILD_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
20
BUILD_DEPENDS=	xapian-core10>=1.0.22:${PORTSDIR}/databases/xapian-core10
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
22
23
PERL_CONFIGURE=	yes
23
PERL_CONFIGURE=	yes
(-)b/databases/xapian-bindings10/Makefile (-4 / +4 lines)
Lines 1-11 Link Here
1
# New ports collection makefile for:	xapian-bindings
1
# New ports collection makefile for:	xapian-bindings10
2
# Date created:		2007-05-26
2
# Date created:		2007-05-26
3
# Whom:			Gea-Suan Lin <gslin@gslin.org>
3
# Whom:			Gea-Suan Lin <gslin@gslin.org>
4
#
4
#
5
# $FreeBSD: ports/databases/xapian-bindings/Makefile,v 1.12 2012/01/24 09:04:45 sunpoet Exp $
5
# $FreeBSD: ports/databases/xapian-bindings10/Makefile,v 1.12 2012/01/24 09:04:45 sunpoet Exp $
6
#
6
#
7
7
8
PORTNAME=	xapian-bindings
8
PORTNAME=	xapian-bindings10
9
PORTVERSION=	1.0.22
9
PORTVERSION=	1.0.22
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
Lines 13-19 MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ Link Here
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Bindings allowing Xapian to be used from various programming languages
14
COMMENT=	Bindings allowing Xapian to be used from various programming languages
15
15
16
RUN_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
16
RUN_DEPENDS=	xapian-core10>=1.0.22:${PORTSDIR}/databases/xapian-core10
17
BUILD_DEPENDS:=	${RUN_DEPENDS}
17
BUILD_DEPENDS:=	${RUN_DEPENDS}
18
18
19
LICENSE=	GPLv2
19
LICENSE=	GPLv2
(-)b/databases/xapian-core10/Makefile (-3 / +3 lines)
Lines 1-11 Link Here
1
# New ports collection makefile for:	xapian-core
1
# New ports collection makefile for:	xapian-core10
2
# Date created:				5 November 2005
2
# Date created:				5 November 2005
3
# Whom:					J.F. Dockes
3
# Whom:					J.F. Dockes
4
#
4
#
5
# $FreeBSD: ports/databases/xapian-core/Makefile,v 1.33 2012/01/24 09:05:26 sunpoet Exp $
5
# $FreeBSD: ports/databases/xapian-core10/Makefile,v 1.33 2012/01/24 09:05:26 sunpoet Exp $
6
#
6
#
7
7
8
PORTNAME=	xapian-core
8
PORTNAME=	xapian-core10
9
PORTVERSION=	1.0.22
9
PORTVERSION=	1.0.22
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	databases
11
CATEGORIES=	databases
(-)b/www/p5-Catalyst-Model-Xapian10/Makefile (-1 / +1 lines)
Lines 19-25 COMMENT= Catalyst model for Search::Xapian Link Here
19
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30:${PORTSDIR}/www/p5-Catalyst-Runtime \
19
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30:${PORTSDIR}/www/p5-Catalyst-Runtime \
20
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
20
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
21
		p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
21
		p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
22
		p5-Search-Xapian>=0.9.2.4:${PORTSDIR}/databases/p5-Search-Xapian
22
		p5-Search-Xapian10>=0.9.2.4:${PORTSDIR}/databases/p5-Search-Xapian10
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
24
25
PERL_CONFIGURE=	yes
25
PERL_CONFIGURE=	yes
(-)b/www/xapian-omega10/Makefile (-6 / +4 lines)
Lines 1-10 Link Here
1
# New ports collection makefile for:	xapian-omega
1
# New ports collection makefile for:	xapian-omega10
2
# Date created:		05 Jul 2008
2
# Date created:		05 Jul 2008
3
# Whom:			Henrik Brix Andersen <brix@FreeBSD.org>
3
# Whom:			Henrik Brix Andersen <brix@FreeBSD.org>
4
#
4
#
5
# $FreeBSD: ports/www/xapian-omega/Makefile,v 1.22 2012/01/24 09:05:53 sunpoet Exp $
5
# $FreeBSD: ports/www/xapian-omega10/Makefile,v 1.22 2012/01/24 09:05:53 sunpoet Exp $
6
6
7
PORTNAME=	xapian-omega
7
PORTNAME=	xapian-omega10
8
PORTVERSION=	1.0.22
8
PORTVERSION=	1.0.22
9
CATEGORIES=	www
9
CATEGORIES=	www
10
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
10
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
Lines 14-20 MASTER_SITE_SUBDIR= brix Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	CGI search application built on Xapian
15
COMMENT=	CGI search application built on Xapian
16
16
17
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
17
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core10
18
18
19
LICENSE=	GPLv2
19
LICENSE=	GPLv2
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
- 
22
--
23
databases/p5-Search-Xapian/Makefile           |   32 ++++++-
21
databases/p5-Search-Xapian/Makefile           |   32 ++++++-
24
databases/p5-Search-Xapian/distinfo           |    4 +-
22
databases/p5-Search-Xapian/distinfo           |    4 +-
25
databases/p5-Search-Xapian/pkg-plist          |   22 +++++
23
databases/p5-Search-Xapian/pkg-plist          |   22 +++++
26
databases/xapian-bindings/Makefile            |   30 ++++---
24
databases/xapian-bindings/Makefile            |   30 ++++---
27
databases/xapian-bindings/distinfo            |    4 +-
25
databases/xapian-bindings/distinfo            |    4 +-
28
databases/xapian-bindings/pkg-plist           |   38 ++++-----
26
databases/xapian-bindings/pkg-plist           |   38 ++++-----
29
databases/xapian-core/Makefile                |   27 ++++--
27
databases/xapian-core/Makefile                |   27 ++++--
30
databases/xapian-core/distinfo                |    4 +-
28
databases/xapian-core/distinfo                |    4 +-
31
databases/xapian-core/files/patch-Makefile.in |   37 ++++----
29
databases/xapian-core/files/patch-Makefile.in |   37 ++++----
32
databases/xapian-core/pkg-descr               |    2 +-
30
databases/xapian-core/pkg-descr               |    2 +-
33
databases/xapian-core/pkg-plist               |  113 +++++++++++++++++++------
31
databases/xapian-core/pkg-plist               |  113 +++++++++++++++++++------
34
www/p5-Catalyst-Model-Xapian/Makefile         |    2 +-
32
www/p5-Catalyst-Model-Xapian/Makefile         |    2 +-
35
www/xapian-omega/Makefile                     |   51 ++++++-----
33
www/xapian-omega/Makefile                     |   51 ++++++-----
36
www/xapian-omega/distinfo                     |    4 +-
34
www/xapian-omega/distinfo                     |    4 +-
37
www/xapian-omega/pkg-plist                    |    7 +-
35
www/xapian-omega/pkg-plist                    |    7 +-
38
15 files changed, 247 insertions(+), 130 deletions(-)
36
15 files changed, 247 insertions(+), 130 deletions(-)
(-)b/databases/p5-Search-Xapian/Makefile (-5 / +27 lines)
Lines 6-42 Link Here
6
#
6
#
7
7
8
PORTNAME=	Search-Xapian
8
PORTNAME=	Search-Xapian
9
PORTVERSION=	1.0.22.0
9
PORTVERSION=	1.2.7.0
10
CATEGORIES=	databases perl5
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/1.0.22/
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
13
14
MAINTAINER=	perl@FreeBSD.org
14
MAINTAINER=	perl@FreeBSD.org
15
COMMENT=	Perl XS frontend to the Xapian C++ search library
15
COMMENT=	Perl XS frontend to the Xapian C++ search library
16
16
17
LIB_DEPENDS=	xapian.26:${PORTSDIR}/databases/xapian-core
18
17
LICENSE=	ART10 GPLv1
19
LICENSE=	ART10 GPLv1
18
LICENSE_COMB=	dual
20
LICENSE_COMB=	dual
19
21
20
BUILD_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
23
PERL_CONFIGURE=	yes
22
PERL_CONFIGURE=	yes
23
CONFIGURE_ARGS=	XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
24
CC=		${CXX}
24
CC=		${CXX}
25
25
26
MAN3=	Search::Xapian.3 \
26
MAN3=	Search::Xapian.3 \
27
	Search::Xapian::AssertionError.3 \
27
	Search::Xapian::BM25Weight.3 \
28
	Search::Xapian::BM25Weight.3 \
28
	Search::Xapian::BoolWeight.3 \
29
	Search::Xapian::BoolWeight.3 \
29
	Search::Xapian::Database.3 \
30
	Search::Xapian::Database.3 \
31
	Search::Xapian::DatabaseCorruptError.3 \
32
	Search::Xapian::DatabaseCreateError.3 \
33
	Search::Xapian::DatabaseError.3 \
34
	Search::Xapian::DatabaseLockError.3 \
35
	Search::Xapian::DatabaseModifiedError.3 \
36
	Search::Xapian::DatabaseOpeningError.3 \
37
	Search::Xapian::DatabaseVersionError.3 \
38
	Search::Xapian::DocNotFoundError.3 \
30
	Search::Xapian::Document.3 \
39
	Search::Xapian::Document.3 \
31
	Search::Xapian::Enquire.3 \
40
	Search::Xapian::Enquire.3 \
41
	Search::Xapian::Error.3 \
42
	Search::Xapian::FeatureUnavailableError.3 \
43
	Search::Xapian::InternalError.3 \
44
	Search::Xapian::InvalidArgumentError.3 \
45
	Search::Xapian::InvalidOperationError.3 \
46
	Search::Xapian::LogicError.3 \
32
	Search::Xapian::MultiValueSorter.3 \
47
	Search::Xapian::MultiValueSorter.3 \
48
	Search::Xapian::NetworkError.3 \
49
	Search::Xapian::NetworkTimeoutError.3 \
33
	Search::Xapian::PositionIterator.3 \
50
	Search::Xapian::PositionIterator.3 \
34
	Search::Xapian::PostingIterator.3 \
51
	Search::Xapian::PostingIterator.3 \
35
	Search::Xapian::QueryParser.3 \
52
	Search::Xapian::QueryParser.3 \
53
	Search::Xapian::QueryParserError.3 \
54
	Search::Xapian::RangeError.3 \
55
	Search::Xapian::RuntimeError.3 \
56
	Search::Xapian::SerialisationError.3 \
36
	Search::Xapian::Stem.3 \
57
	Search::Xapian::Stem.3 \
37
	Search::Xapian::TermGenerator.3 \
58
	Search::Xapian::TermGenerator.3 \
38
	Search::Xapian::TermIterator.3 \
59
	Search::Xapian::TermIterator.3 \
39
	Search::Xapian::TradWeight.3 \
60
	Search::Xapian::TradWeight.3 \
61
	Search::Xapian::UnimplementedError.3 \
40
	Search::Xapian::ValueIterator.3 \
62
	Search::Xapian::ValueIterator.3 \
41
	Search::Xapian::Weight.3 \
63
	Search::Xapian::Weight.3 \
42
	Search::Xapian::WritableDatabase.3
64
	Search::Xapian::WritableDatabase.3
(-)b/databases/p5-Search-Xapian/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Search-Xapian-1.0.22.0.tar.gz) = a74da17bce03e294d9046857cd8b6beade805f2ebc5310305e5b8a17537e21a5
1
SHA256 (Search-Xapian-1.2.7.0.tar.gz) = 03f82021014db0f926741d5e8d55e109a859ae6fdcc0eea5ce6b65a8b12c0b37
2
SIZE (Search-Xapian-1.0.22.0.tar.gz) = 52663
2
SIZE (Search-Xapian-1.2.7.0.tar.gz) = 61743
(-)b/databases/p5-Search-Xapian/pkg-plist (+22 lines)
Lines 2-30 Link Here
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so
4
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm
4
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm
5
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/AssertionError.pm
5
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm
6
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm
6
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm
7
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm
7
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm
8
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm
9
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DatabaseCorruptError.pm
10
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DatabaseCreateError.pm
11
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DatabaseError.pm
12
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DatabaseLockError.pm
13
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DatabaseModifiedError.pm
14
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DatabaseOpeningError.pm
15
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DatabaseVersionError.pm
16
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/DocNotFoundError.pm
8
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm
17
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm
9
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm
18
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm
10
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm
19
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm
11
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm
20
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm
21
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Error.pm
22
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/FeatureUnavailableError.pm
23
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/InternalError.pm
24
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/InvalidArgumentError.pm
25
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/InvalidOperationError.pm
26
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/LogicError.pm
12
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm
27
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm
13
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm
28
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm
14
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm
29
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm
15
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MultiValueSorter.pm
30
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MultiValueSorter.pm
31
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/NetworkError.pm
32
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/NetworkTimeoutError.pm
16
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PerlStopper.pm
33
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PerlStopper.pm
17
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm
34
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm
18
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm
35
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm
19
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm
36
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm
20
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm
37
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm
38
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParserError.pm
21
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm
39
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm
40
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RangeError.pm
41
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RuntimeError.pm
42
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/SerialisationError.pm
22
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/SimpleStopper.pm
43
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/SimpleStopper.pm
23
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pm
44
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pm
24
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm
45
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm
25
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermGenerator.pm
46
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermGenerator.pm
26
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm
47
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm
27
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TradWeight.pm
48
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TradWeight.pm
49
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/UnimplementedError.pm
28
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm
50
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm
29
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm
51
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm
30
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm
52
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm
(-)b/databases/xapian-bindings/Makefile (-13 / +17 lines)
Lines 6-27 Link Here
6
#
6
#
7
7
8
PORTNAME=	xapian-bindings
8
PORTNAME=	xapian-bindings
9
PORTVERSION=	1.0.22
9
PORTVERSION=	1.2.7
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
11
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Bindings allowing Xapian to be used from various programming languages
14
COMMENT=	Bindings allowing Xapian to be used from various programming languages
15
15
16
RUN_DEPENDS=	xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
16
LIB_DEPENDS=	xapian.26:${PORTSDIR}/databases/xapian-core
17
BUILD_DEPENDS:=	${RUN_DEPENDS}
18
17
19
LICENSE=	GPLv2
18
LICENSE=	GPLv2
20
CONFIGURE_ARGS+=	--datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \
19
20
OPTIONS=	PHP     "Build PHP binding" on \
21
		PYTHON  "Build Python binding" on \
22
		RUBY    "Build Ruby binding" on
23
24
CONFIGURE_ARGS=	--datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \
21
		--without-csharp --without-java --without-tcl
25
		--without-csharp --without-java --without-tcl
22
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
23
27
24
.ifdef(WITHOUT_PHP)
28
.if defined(WITHOUT_PHP)
25
CONFIGURE_ARGS+=	--without-php
29
CONFIGURE_ARGS+=	--without-php
26
PLIST_SUB+=	BINDING_PHP="@comment "
30
PLIST_SUB+=	BINDING_PHP="@comment "
27
.else
31
.else
Lines 32-38 USE_PHP= yes Link Here
32
USE_PHP_BUILD=	yes
36
USE_PHP_BUILD=	yes
33
.endif
37
.endif
34
38
35
.ifdef(WITHOUT_PYTHON)
39
.if defined(WITHOUT_PYTHON)
36
CONFIGURE_ARGS+=	--without-python
40
CONFIGURE_ARGS+=	--without-python
37
PLIST_SUB+=	BINDING_PYTHON="@comment "
41
PLIST_SUB+=	BINDING_PYTHON="@comment "
38
.else
42
.else
Lines 42-48 PLIST_SUB+= BINDING_PYTHON="" Link Here
42
USE_PYTHON=	yes
46
USE_PYTHON=	yes
43
.endif
47
.endif
44
48
45
.ifdef(WITHOUT_RUBY)
49
.if defined(WITHOUT_RUBY)
46
CONFIGURE_ARGS+=	--without-ruby
50
CONFIGURE_ARGS+=	--without-ruby
47
PLIST_SUB+=	BINDING_RUBY="@comment "
51
PLIST_SUB+=	BINDING_RUBY="@comment "
48
.else
52
.else
Lines 52-63 PLIST_SUB+= BINDING_RUBY="" Link Here
52
USE_RUBY=	yes
56
USE_RUBY=	yes
53
.endif
57
.endif
54
58
55
post-install:
59
post-patch:
56
.ifdef(NOPORTDOCS)
60
# do not install rdoc
57
	${RM} -fr ${DOCSDIR}
61
	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' ${WRKSRC}/ruby/Makefile.in
58
.endif
62
.if defined(NOPORTDOCS)
59
.ifndef(WITHOUT_RUBY)
63
	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_docdataDATA install-dist_exampledataDATA ||' ${WRKSRC}/php/Makefile.in ${WRKSRC}/python/Makefile.in
60
	${RM} -fr ${DOCSDIR}/ruby/rdocs
64
	@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_docdataDATA||; 759 s|install-dist_exampledataDATA ||' ${WRKSRC}/ruby/Makefile.in
61
.endif
65
.endif
62
66
63
.include <bsd.port.mk>
67
.include <bsd.port.mk>
(-)b/databases/xapian-bindings/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xapian-bindings-1.0.22.tar.gz) = 9790f6df53e952e95f0b343fb297540ea1785e08d06125e32975ec35919b42a2
1
SHA256 (xapian-bindings-1.2.7.tar.gz) = c9f63ad7a032c260f0617e029327d7b05dd986d91af401032268a9f7b2eabde8
2
SIZE (xapian-bindings-1.0.22.tar.gz) = 1071588
2
SIZE (xapian-bindings-1.2.7.tar.gz) = 1447683
(-)b/databases/xapian-bindings/pkg-plist (-21 / +17 lines)
Lines 1-39 Link Here
1
@comment $FreeBSD: ports/databases/xapian-bindings/pkg-plist,v 1.4 2009/09/19 11:58:20 miwi Exp $
1
%%BINDING_PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so
2
%%BINDING_PHP%%%%DATADIR%%/php5/xapian.php
2
%%BINDING_PHP%%%%DATADIR%%/php5/xapian.php
3
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php4
4
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php5
3
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php5
5
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php4
6
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php5
4
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php5
7
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php4
5
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplematchdecider.php5
8
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php5
6
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php5
9
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/index.html
7
%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/index.html
10
%%BINDING_PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so
8
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php/examples
9
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php
10
%%BINDING_PHP%%@dirrmtry %%DATADIR%%/php5
11
%%BINDING_PHP%%@dirrmtry %%DATADIR%%
12
%%BINDING_PHP%%@dirrmtry lib/php/%%PHP_EXT_DIR%%
13
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.py
14
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyc
15
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/__init__.pyo
16
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian/_xapian.so
11
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleexpand.py
17
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleexpand.py
12
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleindex.py
18
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleindex.py
13
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplematchdecider.py
19
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplematchdecider.py
14
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplesearch.py
20
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplesearch.py
15
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/index.html
21
%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/index.html
16
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/_xapian.so
22
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python/examples
17
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.py
23
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python
18
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyc
24
%%BINDING_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%/xapian
19
%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyo
25
%%BINDING_RUBY%%%%RUBY_SITELIBDIR%%/xapian.rb
26
%%BINDING_RUBY%%%%RUBY_SITEARCHLIBDIR%%/_xapian.so
20
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleexpand.rb
27
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleexpand.rb
21
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleindex.rb
28
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleindex.rb
22
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplematchdecider.rb
29
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplematchdecider.rb
23
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplesearch.rb
30
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplesearch.rb
24
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/index.html
31
%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/index.html
25
%%BINDING_RUBY%%%%RUBY_SITELIBDIR%%/xapian.rb
26
%%BINDING_RUBY%%%%RUBY_SITEARCHLIBDIR%%/_xapian.so
27
%%BINDING_RUBY%%@dirrmtry %%RUBY_SITELIBDIR%%
28
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby/examples
32
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby/examples
29
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby
33
%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby
30
%%BINDING_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%
34
%%BINDING_RUBY%%@dirrmtry %%RUBY_SITELIBDIR%%
31
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python/examples
32
%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python
33
%%BINDING_PHP%%@dirrmtry lib/php/%%PHP_EXT_DIR%%
34
%%BINDING_PHP%%@dirrmtry lib/php
35
%%BINDING_PHP%%@dirrmtry %%DATADIR%%/php5
36
%%BINDING_PHP%%@dirrmtry %%DATADIR%%
37
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php/examples
38
%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php
39
%%PORTDOCS%%@dirrm %%DOCSDIR%%
35
%%PORTDOCS%%@dirrm %%DOCSDIR%%
(-)b/databases/xapian-core/Makefile (-8 / +19 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xapian-core
8
PORTNAME=	xapian-core
9
PORTVERSION=	1.0.22
9
PORTVERSION=	1.2.7
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	databases
11
CATEGORIES=	databases
12
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
12
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
Lines 15-39 MAINTAINER= ports@FreeBSD.org Link Here
15
COMMENT=	A probabilistic text search database engine
15
COMMENT=	A probabilistic text search database engine
16
16
17
LICENSE=	GPLv2
17
LICENSE=	GPLv2
18
19
OPTIONS=	SSE2 "Use SSE2 for floating point" Off
20
18
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
20
23
21
OPTIONS=	SSE2 "Use SSE2 for floating point" Off
24
MAN1=	xapian-check.1 \
25
	xapian-chert-update.1 \
26
	xapian-compact.1 \
27
	xapian-config.1 \
28
	xapian-inspect.1 \
29
	xapian-progsrv.1 \
30
	xapian-replicate.1 \
31
	xapian-replicate-server.1 \
32
	xapian-tcpsrv.1
22
33
23
MAN1=		quartzcheck.1 quartzcompact.1 quartzdump.1 \
34
.include <bsd.port.options.mk>
24
		xapian-check.1 xapian-compact.1 xapian-config.1 \
25
		xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1
26
35
27
.if defined(WITHOUT_SSE2)
36
.if defined(WITHOUT_SSE2)
28
CONFIGURE_ARGS+=	--disable-sse
37
CONFIGURE_ARGS+=	--disable-sse
29
.endif
38
.endif
30
39
40
post-patch:
41
.if defined(NOPORTDOCS)
42
	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in
43
.endif
44
31
post-install:
45
post-install:
32
.for file in delve quest copydatabase
46
.for file in delve quest copydatabase
33
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
47
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
34
.endfor
48
.endfor
35
.ifdef(NOPORTDOCS)
36
	${RM} -rf ${DOCSDIR}
37
.endif
38
49
39
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)b/databases/xapian-core/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xapian-core-1.0.22.tar.gz) = 39fc7ec7a233c2a5b3cea4954dd35c1f891841274d35bf746d23b1feac6fe511
1
SHA256 (xapian-core-1.2.7.tar.gz) = 6ce8cb3502f35245ec0cb0dcf579ce4f65c015a2f2e8d1b4c388c95f58278c89
2
SIZE (xapian-core-1.0.22.tar.gz) = 3342736
2
SIZE (xapian-core-1.2.7.tar.gz) = 4069085
(-)b/databases/xapian-core/files/patch-Makefile.in (-18 / +19 lines)
Lines 1-32 Link Here
1
--- Makefile.in.orig	Fri May 18 00:58:07 2007
1
--- Makefile.in.orig	2011-08-10 14:54:57.000000000 +0800
2
+++ Makefile.in	Fri May 18 13:10:33 2007
2
+++ Makefile.in	2011-09-13 09:01:08.592572769 +0800
3
@@ -49,7 +49,8 @@
3
@@ -47,7 +47,8 @@
4
 @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
4
 @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \
5
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/languages -Ilanguages \
5
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/languages -Ilanguages \
6
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/queryparser
6
 @VPATH_BUILD_TRUE@	-I$(top_srcdir)/queryparser
7
-bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
7
-bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
8
+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) 
8
+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
9
+noinst_PROGRAMS = \
9
+noinst_bin_PROGRAMS = \
10
 	examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
10
 	examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \
11
 	examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
11
 	examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
12
 	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT)
12
 	examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) \
13
@@ -464,7 +465,7 @@
13
@@ -713,7 +714,7 @@
14
 @BUILD_BACKEND_CHERT_TRUE@@BUILD_BACKEND_FLINT_TRUE@am__EXEEXT_2 = bin/xapian-chert-update$(EXEEXT)
14
 @BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
15
 @BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \
15
 @BUILD_BACKEND_REMOTE_TRUE@	bin/xapian-tcpsrv$(EXEEXT)
16
 @BUILD_BACKEND_REMOTE_TRUE@	bin/xapian-tcpsrv$(EXEEXT)
16
 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
17
-PROGRAMS = $(bin_PROGRAMS)
17
-PROGRAMS = $(bin_PROGRAMS)
18
+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
18
+PROGRAMS = $(bin_PROGRAMS) $(noinst_bin_PROGRAMS)
19
 am_bin_quartzcheck_OBJECTS =  \
19
 am__bin_xapian_check_SOURCES_DIST = bin/xapian-check.cc \
20
 	bin/bin_quartzcheck-quartzcheck.$(OBJEXT)
20
 	bin/xapian-check-brass.cc bin/xapian-check-brass.h \
21
 bin_quartzcheck_OBJECTS = $(am_bin_quartzcheck_OBJECTS)
21
 	bin/xapian-check-chert.cc bin/xapian-check-chert.h \
22
@@ -909,9 +910,7 @@
22
@@ -1323,10 +1324,7 @@
23
 libxapian_la_LDFLAGS = $(XAPIAN_LDFLAGS) -no-undefined -version-info $(LIBRARY_VERSION_INFO)
23
 	weight/tradweight.cc weight/weight.cc weight/weightinternal.cc
24
 @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
24
 @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
25
 @MAINTAINER_NO_DOCS_FALSE@	$(am__append_3) $(am__append_5) \
25
 @MAINTAINER_NO_DOCS_FALSE@	$(am__append_3) $(am__append_5) \
26
-@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7) \
26
-@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7) \
27
-@MAINTAINER_NO_DOCS_FALSE@	examples/copydatabase.1 \
27
-@MAINTAINER_NO_DOCS_FALSE@	examples/copydatabase.1 \
28
-@MAINTAINER_NO_DOCS_FALSE@	examples/delve.1 examples/quest.1
28
-@MAINTAINER_NO_DOCS_FALSE@	examples/delve.1 examples/quest.1 \
29
-@MAINTAINER_NO_DOCS_FALSE@	examples/xapian-metadata.1
29
+@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7)
30
+@MAINTAINER_NO_DOCS_FALSE@	$(am__append_7)
30
 bin_quartzcheck_CPPFLAGS = -I$(top_srcdir)/backends/quartz
31
 bin_xapian_check_CPPFLAGS = \
31
 bin_quartzcheck_SOURCES = bin/quartzcheck.cc
32
 	-I$(top_srcdir)/backends/brass\
32
 bin_quartzcheck_LDADD = $(ldflags) libquartzcheck.la libxapian.la
33
 	-I$(top_srcdir)/backends/chert\
(-)b/databases/xapian-core/pkg-descr (-1 / +1 lines)
Lines 16-19 Xapian features include: Link Here
16
 - Platform independent data formats
16
 - Platform independent data formats
17
 - Allows simultaneous update and searching.
17
 - Allows simultaneous update and searching.
18
18
19
WWW: http://www.xapian.org
19
WWW: http://www.xapian.org/
(-)b/databases/xapian-core/pkg-plist (-28 / +85 lines)
Lines 1-8 Link Here
1
@comment $FreeBSD: ports/databases/xapian-core/pkg-plist,v 1.20 2010/10/29 16:23:53 brix Exp $
2
bin/quartzcheck
3
bin/quartzcompact
4
bin/quartzdump
5
bin/xapian-check
1
bin/xapian-check
2
bin/xapian-chert-update
6
bin/xapian-compact
3
bin/xapian-compact
7
bin/xapian-config
4
bin/xapian-config
8
bin/xapian-copydatabase
5
bin/xapian-copydatabase
Lines 10-45 bin/xapian-delve Link Here
10
bin/xapian-inspect
7
bin/xapian-inspect
11
bin/xapian-progsrv
8
bin/xapian-progsrv
12
bin/xapian-quest
9
bin/xapian-quest
10
bin/xapian-replicate
11
bin/xapian-replicate-server
13
bin/xapian-tcpsrv
12
bin/xapian-tcpsrv
13
include/xapian.h
14
include/xapian/base.h
14
include/xapian/base.h
15
include/xapian/compactor.h
15
include/xapian/database.h
16
include/xapian/database.h
16
include/xapian/dbfactory.h
17
include/xapian/dbfactory.h
17
include/xapian/deprecated.h
18
include/xapian/deprecated.h
19
include/xapian/derefwrapper.h
18
include/xapian/document.h
20
include/xapian/document.h
19
include/xapian/enquire.h
21
include/xapian/enquire.h
20
include/xapian/error.h
22
include/xapian/error.h
21
include/xapian/errorhandler.h
23
include/xapian/errorhandler.h
22
include/xapian/expanddecider.h
24
include/xapian/expanddecider.h
25
include/xapian/keymaker.h
26
include/xapian/matchspy.h
23
include/xapian/positioniterator.h
27
include/xapian/positioniterator.h
24
include/xapian/postingiterator.h
28
include/xapian/postingiterator.h
29
include/xapian/postingsource.h
25
include/xapian/query.h
30
include/xapian/query.h
26
include/xapian/queryparser.h
31
include/xapian/queryparser.h
27
include/xapian/sorter.h
32
include/xapian/registry.h
28
include/xapian/stem.h
33
include/xapian/stem.h
29
include/xapian/termgenerator.h
34
include/xapian/termgenerator.h
30
include/xapian/termiterator.h
35
include/xapian/termiterator.h
31
include/xapian/types.h
36
include/xapian/types.h
32
include/xapian/unicode.h
37
include/xapian/unicode.h
33
include/xapian/valueiterator.h
38
include/xapian/valueiterator.h
39
include/xapian/valuesetmatchdecider.h
34
include/xapian/version.h
40
include/xapian/version.h
35
include/xapian/visibility.h
41
include/xapian/visibility.h
36
include/xapian.h
42
include/xapian/weight.h
43
lib/cmake/xapian/xapian-config-version.cmake
44
lib/cmake/xapian/xapian-config.cmake
37
lib/libxapian.a
45
lib/libxapian.a
38
lib/libxapian.la
46
lib/libxapian.la
39
lib/libxapian.so
47
lib/libxapian.so
40
lib/libxapian.so.21
48
lib/libxapian.so.26
41
lib/cmake/xapian/xapian-config.cmake
42
lib/cmake/xapian/xapian-config-version.cmake
43
share/aclocal/xapian.m4
49
share/aclocal/xapian.m4
44
%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
50
%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html
45
%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
51
%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf
Lines 53-58 share/aclocal/xapian.m4 Link Here
53
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html
59
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html
54
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html
60
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html
55
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
61
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
62
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Compactor-members.html
63
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Compactor.html
56
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html
64
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html
57
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html
65
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html
58
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html
66
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html
Lines 80-85 share/aclocal/xapian.m4 Link Here
80
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
88
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
81
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
89
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
82
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
90
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
91
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource-members.html
92
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource.html
93
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource__inherit__graph.png
83
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError-members.html
94
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError-members.html
84
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError.html
95
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError.html
85
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
96
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
Lines 108-113 share/aclocal/xapian.m4 Link Here
108
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
119
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
109
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError.html
120
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError.html
110
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
121
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
122
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource-members.html
123
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource.html
124
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FixedWeightPostingSource__inherit__graph.png
111
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError-members.html
125
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError-members.html
112
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError.html
126
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError.html
113
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
127
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
Lines 117-122 share/aclocal/xapian.m4 Link Here
117
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError-members.html
131
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError-members.html
118
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError.html
132
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError.html
119
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
133
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
134
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker-members.html
135
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker.html
136
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1KeyMaker__inherit__graph.png
120
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError-members.html
137
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError-members.html
121
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError.html
138
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError.html
122
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
139
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
Lines 126-131 share/aclocal/xapian.m4 Link Here
126
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator.html
143
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator.html
127
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html
144
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html
128
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html
145
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html
146
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider__inherit__graph.png
147
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy-members.html
148
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy.html
149
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchSpy__inherit__graph.png
150
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker-members.html
151
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker.html
152
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueKeyMaker__inherit__graph.png
129
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter-members.html
153
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter-members.html
130
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter.html
154
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter.html
131
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
155
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
Lines 142-147 share/aclocal/xapian.m4 Link Here
142
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html
166
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html
143
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html
167
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html
144
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html
168
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html
169
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource-members.html
170
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource.html
171
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingSource__inherit__graph.png
145
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html
172
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html
146
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html
173
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html
147
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html
174
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html
Lines 154-162 share/aclocal/xapian.m4 Link Here
154
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError-members.html
181
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError-members.html
155
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError.html
182
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError.html
156
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
183
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
184
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Registry-members.html
185
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Registry.html
157
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError-members.html
186
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError-members.html
158
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError.html
187
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError.html
159
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
188
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
189
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError-members.html
190
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError.html
191
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SerialisationError__inherit__graph.png
160
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html
192
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html
161
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html
193
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html
162
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
194
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
Lines 183-190 share/aclocal/xapian.m4 Link Here
183
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png
215
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png
184
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator-members.html
216
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator-members.html
185
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator.html
217
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator.html
218
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy-members.html
219
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy.html
220
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueCountMatchSpy__inherit__graph.png
186
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html
221
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html
187
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html
222
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html
223
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource-members.html
224
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource.html
225
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueMapPostingSource__inherit__graph.png
226
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource-members.html
227
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource.html
228
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValuePostingSource__inherit__graph.png
229
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider-members.html
230
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider.html
231
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueSetMatchDecider__inherit__graph.png
232
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource-members.html
233
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource.html
234
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueWeightPostingSource__inherit__graph.png
188
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html
235
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html
189
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html
236
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html
190
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png
237
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png
Lines 192-197 share/aclocal/xapian.m4 Link Here
192
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html
239
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html
193
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
240
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
194
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html
241
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html
242
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/closed.gif
243
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/compactor_8h.html
195
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html
244
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html
196
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html
245
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html
197
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html
246
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html
Lines 203-220 share/aclocal/xapian.m4 Link Here
203
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html
252
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html
204
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html
253
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html
205
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html
254
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html
206
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_0.png
207
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_1.png
208
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_10.png
209
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_11.png
210
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_2.png
211
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_3.png
212
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_4.png
213
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_5.png
214
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_6.png
215
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_7.png
216
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_8.png
217
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_9.png
218
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html
255
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html
219
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x62.html
256
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x62.html
220
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x63.html
257
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x63.html
Lines 238-243 share/aclocal/xapian.m4 Link Here
238
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html
275
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html
239
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html
276
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html
240
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
277
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
278
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_enum.html
241
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
279
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
242
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
280
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
243
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
281
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html
Lines 262-273 share/aclocal/xapian.m4 Link Here
262
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html
300
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html
263
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html
301
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html
264
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
302
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
303
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_rela.html
265
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html
304
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html
266
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
305
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
267
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
306
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
268
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html
307
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_defs.html
269
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html
270
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html
271
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
308
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html
272
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
309
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png
273
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
310
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html
Lines 290-295 share/aclocal/xapian.m4 Link Here
290
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
327
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png
291
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
328
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png
292
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png
329
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png
330
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.png
331
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__26.png
332
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__27.png
333
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__28.png
334
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__29.png
293
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png
335
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png
294
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png
336
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png
295
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png
337
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png
Lines 298-322 share/aclocal/xapian.m4 Link Here
298
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png
340
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png
299
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png
341
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png
300
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html
342
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html
343
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/keymaker_8h.html
344
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/matchspy_8h.html
301
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html
345
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html
302
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html
346
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html
347
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Brass.html
348
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Chert.html
303
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Flint.html
349
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Flint.html
304
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1InMemory.html
350
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1InMemory.html
305
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Quartz.html
306
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html
351
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html
307
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html
352
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html
308
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html
353
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html
354
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_enum.html
309
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html
355
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html
310
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html
356
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html
311
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html
357
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html
312
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html
358
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html
359
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/open.gif
313
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
360
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html
314
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
361
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html
315
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html
362
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html
363
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingsource_8h.html
316
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html
364
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html
317
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html
365
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html
318
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/sorter_8h.html
366
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/registry_8h.html
319
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html
367
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html
368
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1StemImplementation-members.html
369
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1StemImplementation.html
320
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
370
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
321
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor.html
371
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor.html
322
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
372
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
Lines 329-339 share/aclocal/xapian.m4 Link Here
329
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html
379
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html
330
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html
380
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html
331
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html
381
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html
382
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valuesetmatchdecider_8h.html
332
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html
383
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html
384
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/weight_8h.html
333
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html
385
%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html
334
%%PORTDOCS%%%%DOCSDIR%%/bm25.html
386
%%PORTDOCS%%%%DOCSDIR%%/bm25.html
335
%%PORTDOCS%%%%DOCSDIR%%/code_structure.html
387
%%PORTDOCS%%%%DOCSDIR%%/code_structure.html
388
%%PORTDOCS%%%%DOCSDIR%%/collapsing.html
336
%%PORTDOCS%%%%DOCSDIR%%/deprecation.html
389
%%PORTDOCS%%%%DOCSDIR%%/deprecation.html
390
%%PORTDOCS%%%%DOCSDIR%%/facets.html
337
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
391
%%PORTDOCS%%%%DOCSDIR%%/glossary.html
338
%%PORTDOCS%%%%DOCSDIR%%/index.html
392
%%PORTDOCS%%%%DOCSDIR%%/index.html
339
%%PORTDOCS%%%%DOCSDIR%%/install.html
393
%%PORTDOCS%%%%DOCSDIR%%/install.html
Lines 341-347 share/aclocal/xapian.m4 Link Here
341
%%PORTDOCS%%%%DOCSDIR%%/intro_ir.html
395
%%PORTDOCS%%%%DOCSDIR%%/intro_ir.html
342
%%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html
396
%%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html
343
%%PORTDOCS%%%%DOCSDIR%%/overview.html
397
%%PORTDOCS%%%%DOCSDIR%%/overview.html
344
%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html
398
%%PORTDOCS%%%%DOCSDIR%%/postingsource.html
345
%%PORTDOCS%%%%DOCSDIR%%/queryparser.html
399
%%PORTDOCS%%%%DOCSDIR%%/queryparser.html
346
%%PORTDOCS%%%%DOCSDIR%%/quickstart.html
400
%%PORTDOCS%%%%DOCSDIR%%/quickstart.html
347
%%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html
401
%%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html
Lines 349-355 share/aclocal/xapian.m4 Link Here
349
%%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html
403
%%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html
350
%%PORTDOCS%%%%DOCSDIR%%/remote.html
404
%%PORTDOCS%%%%DOCSDIR%%/remote.html
351
%%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html
405
%%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html
406
%%PORTDOCS%%%%DOCSDIR%%/replication.html
407
%%PORTDOCS%%%%DOCSDIR%%/replication_protocol.html
352
%%PORTDOCS%%%%DOCSDIR%%/scalability.html
408
%%PORTDOCS%%%%DOCSDIR%%/scalability.html
409
%%PORTDOCS%%%%DOCSDIR%%/serialisation.html
353
%%PORTDOCS%%%%DOCSDIR%%/sorting.html
410
%%PORTDOCS%%%%DOCSDIR%%/sorting.html
354
%%PORTDOCS%%%%DOCSDIR%%/spelling.html
411
%%PORTDOCS%%%%DOCSDIR%%/spelling.html
355
%%PORTDOCS%%%%DOCSDIR%%/stemming.html
412
%%PORTDOCS%%%%DOCSDIR%%/stemming.html
Lines 360-365 share/aclocal/xapian.m4 Link Here
360
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html
417
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html
361
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc
418
%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc
362
%%PORTDOCS%%@dirrm %%DOCSDIR%%
419
%%PORTDOCS%%@dirrm %%DOCSDIR%%
363
@dirrm include/xapian
364
@dirrmtry lib/cmake/xapian
420
@dirrmtry lib/cmake/xapian
365
@dirrmtry lib/cmake
421
@dirrmtry lib/cmake
422
@dirrm include/xapian
(-)b/www/p5-Catalyst-Model-Xapian/Makefile (-1 / +1 lines)
Lines 19-25 COMMENT= Catalyst model for Search::Xapian Link Here
19
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30:${PORTSDIR}/www/p5-Catalyst-Runtime \
19
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30:${PORTSDIR}/www/p5-Catalyst-Runtime \
20
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
20
		p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
21
		p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
21
		p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
22
		p5-Search-Xapian>=0.9.2.4:${PORTSDIR}/databases/p5-Search-Xapian
22
		p5-Search-Xapian>=1.2.7.0:${PORTSDIR}/databases/p5-Search-Xapian
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
24
25
PERL_CONFIGURE=	yes
25
PERL_CONFIGURE=	yes
(-)b/www/xapian-omega/Makefile (-24 / +27 lines)
Lines 5-42 Link Here
5
# $FreeBSD: ports/www/xapian-omega/Makefile,v 1.22 2012/01/24 09:05:53 sunpoet Exp $
5
# $FreeBSD: ports/www/xapian-omega/Makefile,v 1.22 2012/01/24 09:05:53 sunpoet Exp $
6
6
7
PORTNAME=	xapian-omega
7
PORTNAME=	xapian-omega
8
PORTVERSION=	1.0.22
8
PORTVERSION=	1.2.7
9
CATEGORIES=	www
9
CATEGORIES=	www
10
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
10
MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/
11
		${MASTER_SITE_LOCAL}
12
MASTER_SITE_SUBDIR=	brix
13
11
14
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	CGI search application built on Xapian
13
COMMENT=	CGI search application built on Xapian
16
14
17
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core
15
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
16
	xapian.26:${PORTSDIR}/databases/xapian-core
18
17
19
LICENSE=	GPLv2
18
LICENSE=	GPLv2
20
GNU_CONFIGURE=	yes
19
21
USE_LDCONFIG=	yes
20
OPTIONS=	ICONV   "Enable iconv character set conversion support" on
22
USE_PERL5_RUN=	yes
21
22
CONFIGURE_ENV=	PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \
23
	XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
23
24
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
CPPFLAGS+=	-I${LOCALBASE}/include
26
GNU_CONFIGURE=	yes
25
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
28
USE_LDCONFIG=	yes
29
USE_PERL5=	yes
26
30
27
MAN1=		omindex.1 scriptindex.1
31
MAN1=		omindex.1 scriptindex.1
28
32
29
MORE_PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
33
MORE_PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
30
PORTDOCS=	cgiparams.html omegascript.html overview.html \
34
PORTDOCS=	cgiparams.html \
31
		quickstart.html scriptindex.html termprefixes.html \
35
		index.html \
36
		omegascript.html \
37
		overview.html \
38
		quickstart.html \
39
		scriptindex.html \
40
		termprefixes.html \
32
		${MORE_PORTDOCS}
41
		${MORE_PORTDOCS}
33
PORTEXAMPLES=	omega.conf
42
PORTEXAMPLES=	omega.conf
34
43
35
OPTIONS=	ICONV "Enable iconv character set conversion support" On
44
.include <bsd.port.options.mk>
36
37
PORTSCOUT=	limit:^1\.0\.
38
39
.include <bsd.port.pre.mk>
40
45
41
.if defined(WITH_ICONV)
46
.if defined(WITH_ICONV)
42
USE_ICONV=	yes
47
USE_ICONV=	yes
Lines 48-69 CONFIGURE_ARGS+= --without-iconv Link Here
48
post-patch:
53
post-patch:
49
	@${REINPLACE_CMD} \
54
	@${REINPLACE_CMD} \
50
		-e 's|^\(dist_sysconf_DATA\ =\ omega\.conf\)|#\1|' \
55
		-e 's|^\(dist_sysconf_DATA\ =\ omega\.conf\)|#\1|' \
51
		-e "s|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|" \
56
		-e 's|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|' \
52
		 ${WRKSRC}/Makefile.in
57
		 ${WRKSRC}/Makefile.in
53
.if defined(NOPORTDOCS)
58
.if defined(NOPORTDOCS)
54
	@${REINPLACE_CMD} \
59
	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in
55
		-e 's|^\(SUBDIRS\ =\ \.\) docs|\1|' \
56
		 ${WRKSRC}/Makefile.in
57
.endif
60
.endif
58
61
59
post-install:
62
post-install:
60
.if !defined(NOPORTDOCS)
63
.if !defined(NOPORTDOCS)
61
	${MKDIR} ${DOCSDIR}
64
	${MKDIR} ${DOCSDIR}/
62
	${INSTALL_DATA} ${MORE_PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR}
65
	cd ${WRKSRC}/ && ${INSTALL_DATA} ${MORE_PORTDOCS} ${DOCSDIR}/
63
.endif
66
.endif
64
.if !defined(NOPORTEXAMPLES)
67
.if !defined(NOPORTEXAMPLES)
65
	${MKDIR} ${EXAMPLESDIR}
68
	${MKDIR} ${EXAMPLESDIR}/
66
	${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${EXAMPLESDIR}
69
	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/
67
.endif
70
.endif
68
71
69
.include <bsd.port.post.mk>
72
.include <bsd.port.mk>
(-)b/www/xapian-omega/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xapian-omega-1.0.22.tar.gz) = 99ccee86642fdbb0d1c97ffb065a4fc36541c5a39163d3540500377d14ef16c5
1
SHA256 (xapian-omega-1.2.7.tar.gz) = 867497e77ea39cde079c0a18aab1106401f6dc8bf9b5e0087d23727db4032786
2
SIZE (xapian-omega-1.0.22.tar.gz) = 515922
2
SIZE (xapian-omega-1.2.7.tar.gz) = 608920
(-)b/www/xapian-omega/pkg-plist (-5 / +4 lines)
Lines 3-11 bin/htdig2omega Link Here
3
bin/mbox2omega
3
bin/mbox2omega
4
bin/omindex
4
bin/omindex
5
bin/scriptindex
5
bin/scriptindex
6
www/xapian-omega/cgi-bin/omega
7
share/omega/htdig2omega.script
6
share/omega/htdig2omega.script
8
share/omega/mbox2omega.script
7
share/omega/mbox2omega.script
9
@dirrm www/xapian-omega/cgi-bin
8
%%WWWDIR%%/cgi-bin/omega
10
@dirrm www/xapian-omega
9
%%WWWDIR%%/cgi-bin/outlookmsg2html
10
@dirrm %%WWWDIR%%/cgi-bin
11
@dirrm %%WWWDIR%%
11
@dirrm share/omega
12
@dirrm share/omega
12
- 
13
--
14
deskutils/pinot/Makefile  |    3 ++-
13
deskutils/pinot/Makefile  |    3 ++-
15
deskutils/recoll/Makefile |    3 ++-
14
deskutils/recoll/Makefile |    3 ++-
16
www/ikiwiki/Makefile      |    1 +
15
www/ikiwiki/Makefile      |    1 +
17
3 files changed, 5 insertions(+), 2 deletions(-)
16
3 files changed, 5 insertions(+), 2 deletions(-)
(-)b/deskutils/pinot/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	pinot
8
PORTNAME=	pinot
9
PORTVERSION=	0.98
9
PORTVERSION=	0.98
10
PORTREVISION=	1
10
CATEGORIES=	deskutils
11
CATEGORIES=	deskutils
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
#MASTER_SITES=	http://colinf.chez.com/pinot/
13
#MASTER_SITES=	http://colinf.chez.com/pinot/
Lines 18-24 COMMENT= Personal search and metasearch for the Free Desktop Link Here
18
LICENSE=	GPLv2
19
LICENSE=	GPLv2
19
20
20
BUILD_DEPENDS=	update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
21
BUILD_DEPENDS=	update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
21
LIB_DEPENDS=	xapian.21:${PORTSDIR}/databases/xapian-core	\
22
LIB_DEPENDS=	xapian.26:${PORTSDIR}/databases/xapian-core	\
22
		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24	\
23
		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24	\
23
		textcat.0:${PORTSDIR}/textproc/libtextcat	\
24
		textcat.0:${PORTSDIR}/textproc/libtextcat	\
24
		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib	\
25
		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib	\
(-)b/deskutils/recoll/Makefile (-1 / +2 lines)
Lines 7-19 Link Here
7
7
8
PORTNAME=	recoll
8
PORTNAME=	recoll
9
PORTVERSION=	1.15.5
9
PORTVERSION=	1.15.5
10
PORTREVISION=	1
10
CATEGORIES=	deskutils
11
CATEGORIES=	deskutils
11
MASTER_SITES=	http://www.lesbonscomptes.com/recoll/
12
MASTER_SITES=	http://www.lesbonscomptes.com/recoll/
12
13
13
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	A personal full text search package, based on QT and Xapian
15
COMMENT=	A personal full text search package, based on QT and Xapian
15
16
16
LIB_DEPENDS=	xapian.[1-2][0-9]:${PORTSDIR}/databases/xapian-core
17
LIB_DEPENDS=	xapian.26:${PORTSDIR}/databases/xapian-core
17
18
18
USE_QT_VER=	4
19
USE_QT_VER=	4
19
QT_COMPONENTS=	gui qmake_build uic_build moc_build rcc_build \
20
QT_COMPONENTS=	gui qmake_build uic_build moc_build rcc_build \
(-)b/www/ikiwiki/Makefile (-1 / +1 lines)
Lines 6-11 Link Here
6
6
7
PORTNAME=	ikiwiki
7
PORTNAME=	ikiwiki
8
PORTVERSION=	3.20110608
8
PORTVERSION=	3.20110608
9
PORTREVISION=	1
9
CATEGORIES=	www
10
CATEGORIES=	www
10
MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL} \
11
MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL} \
11
		http://kitenet.net/~joey/debian/unstable/
12
		http://kitenet.net/~joey/debian/unstable/
12
- 

Return to bug 164460