diff options
author | jkim <jkim@FreeBSD.org> | 2013-01-29 06:25:05 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-01-29 06:25:05 +0800 |
commit | f6e099ed6d10b5506aab7f7511bc4609e8357b3c (patch) | |
tree | 9b80f7f3b07311122787645234d5af560e1d85de /deskutils | |
parent | c984ad3037bb6a1234313468893136bd1a6cdf8e (diff) | |
download | freebsd-ports-gnome-f6e099ed6d10b5506aab7f7511bc4609e8357b3c.tar.gz freebsd-ports-gnome-f6e099ed6d10b5506aab7f7511bc4609e8357b3c.tar.zst freebsd-ports-gnome-f6e099ed6d10b5506aab7f7511bc4609e8357b3c.zip |
- Re-assign textproc/clucene maintainship to office@. [1]
- Update textproc/clucene to 2.3.3.4. Note this version is required by
recent LibreOffice.
- Remove textproc/clucene-contrib because it is now integrated into
textproc/clucene. [2]
- Mark textproc/p5-Lucene as broken. There is no dependent port and it was
only written for obsolete Lucene 0.9.x API. [3]
- Update deskutils/kdepim4 and deskutils/strigi to build with the new
CLucene port. [4]
- Update misc/bibletime and misc/sword to use new CLucene 2.3.x API. [5]
Approved by: clsung (maintainer timeout) [1]
Approved by: tj (maintainer) [2]
Approved by: perl [3]
Approved by: kde [4]
Approved by: tabthorpe (maintainer timeout) [5]
Obtained from: The SWORD Project [5]
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kdepim4/Makefile | 9 | ||||
-rw-r--r-- | deskutils/strigi/Makefile | 9 | ||||
-rw-r--r-- | deskutils/strigi/pkg-plist | 4 |
3 files changed, 8 insertions, 14 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 0d7ebeb4a66f..65e13af34352 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -1,12 +1,9 @@ -# New ports collection Makefile for: kdepimp4 -# Date created: 2008-31-05 -# Whom: miwi -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ PORTNAME= kdepim PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -20,7 +17,7 @@ LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ grantlee_gui.0:${PORTSDIR}/devel/grantlee \ - clucene.0:${PORTSDIR}/textproc/clucene + clucene-core:${PORTSDIR}/textproc/clucene BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${KDE4_PREFIX}/bin/accountwizard:${PORTSDIR}/deskutils/kdepim4-runtime diff --git a/deskutils/strigi/Makefile b/deskutils/strigi/Makefile index f4ff60cd3c86..4c35ac12251c 100644 --- a/deskutils/strigi/Makefile +++ b/deskutils/strigi/Makefile @@ -1,12 +1,9 @@ -# New ports collection Makefile for: strigi -# Date created: 2008-01-11 -# Whom: arved -# +# Created by: Tilman Keskinoz <arved@FreeBSD.org> # $FreeBSD$ PORTNAME= strigi PORTVERSION= 0.7.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://rdieter.fedorapeople.org/strigi/ #MASTER_SITES= http://www.vandenoever.info/software/strigi/ \ @@ -16,7 +13,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Desktop searching program LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - clucene.0:${PORTSDIR}/textproc/clucene \ + clucene-core:${PORTSDIR}/textproc/clucene \ dbus-1:${PORTSDIR}/devel/dbus \ exiv2.12:${PORTSDIR}/graphics/exiv2 \ boost_thread:${PORTSDIR}/devel/boost-libs diff --git a/deskutils/strigi/pkg-plist b/deskutils/strigi/pkg-plist index 051ca431e484..06840610926a 100644 --- a/deskutils/strigi/pkg-plist +++ b/deskutils/strigi/pkg-plist @@ -1,6 +1,6 @@ bin/deepfind bin/deepgrep -bin/luceneindexer +bin/lucene2indexer bin/rdfindexer bin/strigiclient bin/strigicmd @@ -95,7 +95,7 @@ lib/strigi/strigiea_digest.so lib/strigi/strigiea_ffmpeg.so lib/strigi/strigiea_jpeg.so lib/strigi/strigiea_riff.so -lib/strigi/strigiindex_clucene.so +lib/strigi/strigiindex_cluceneng.so lib/strigi/strigila_cpp.so lib/strigi/strigila_deb.so lib/strigi/strigila_namespaceharvester.so |