minor update
This commit is contained in:
parent
8475e05d19
commit
f0c8952f2f
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2008/01/21 13:36:14 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2008/10/28 17:11:43 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT= document indexer
|
||||
CATEGORIES= databases devel textproc sysutils
|
||||
SHARED_ONLY = Yes
|
||||
COMMENT = document indexer
|
||||
CATEGORIES = databases devel textproc sysutils
|
||||
|
||||
HOMEPAGE= http://strigi.sourceforge.net
|
||||
DISTNAME= strigi-0.5.7
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strigi/}
|
||||
HOMEPAGE = http://strigi.sourceforge.net
|
||||
DISTNAME = strigi-0.5.10
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=strigi/}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
SHARED_LIBS += cluceneindex 0.0 # .0.5
|
||||
SHARED_LIBS += searchclient 0.0 # .0.5
|
||||
@ -21,20 +21,19 @@ SHARED_LIBS += streams 0.0 # .0.5
|
||||
SHARED_LIBS += strigihtmlgui 0.0 # .0.5
|
||||
SHARED_LIBS += strigiqtdbusclient 0.0 # .0.5
|
||||
|
||||
LIB_DEPENDS= clucene::textproc/clucene \
|
||||
LIB_DEPENDS = clucene::textproc/clucene \
|
||||
bz2::archivers/bzip2 \
|
||||
xml2::textproc/libxml \
|
||||
lib/qt4/QtCore,lib/qt4/QtGui,lib/qt4/QtDBus::x11/qt4 \
|
||||
exiv2::graphics/exiv2
|
||||
lib/qt4/QtCore,lib/qt4/QtGui,lib/qt4/QtDBus::x11/qt4
|
||||
|
||||
WANTLIB += ICE SM X11 Xcursor Xext Xi Xinerama Xrandr Xrender
|
||||
WANTLIB += ICE SM X11 Xext Xi Xinerama Xrandr Xrender
|
||||
WANTLIB += c dbus-1 fontconfig freetype glib-2.0 gthread-2.0 iconv
|
||||
WANTLIB += m png pthread stdc++ z
|
||||
|
||||
MODULES+= devel/cmake
|
||||
CONFIGURE_STYLE= cmake
|
||||
SEPARATE_BUILD= simple
|
||||
MODULES += devel/cmake
|
||||
CONFIGURE_STYLE = cmake
|
||||
SEPARATE_BUILD = simple
|
||||
|
||||
CONFIGURE_ARGS+=-DHyperEstraier_FOUND:BOOL=0
|
||||
CONFIGURE_ARGS += -DHyperEstraier_FOUND:BOOL=0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (strigi-0.5.7.tar.bz2) = AQFRZutJpSMhnTsdfka2cg==
|
||||
RMD160 (strigi-0.5.7.tar.bz2) = VdDHQRQNnWfYf2CwZ3fHQ8g13wo=
|
||||
SHA1 (strigi-0.5.7.tar.bz2) = 1+gfTm4gQSlklHPgCyCm/Nenb2U=
|
||||
SHA256 (strigi-0.5.7.tar.bz2) = mdoVuRt3A7FBpbr1FlvcM/nZc32ppzj0cLQ6z03YSrY=
|
||||
SIZE (strigi-0.5.7.tar.bz2) = 804440
|
||||
MD5 (strigi-0.5.10.tar.bz2) = z6ohFOon8qAOZ3PDdOmOxA==
|
||||
RMD160 (strigi-0.5.10.tar.bz2) = KvmHDM2GdERQ4KuT4MNKGu+wHho=
|
||||
SHA1 (strigi-0.5.10.tar.bz2) = Au/WvXyBUUj6nJE0KHF1uK7AQJs=
|
||||
SHA256 (strigi-0.5.10.tar.bz2) = OFH4A943WUkAc8HWgtAYWSsBBDe5rCuFOU6t3GNiH68=
|
||||
SIZE (strigi-0.5.10.tar.bz2) = 876957
|
||||
|
@ -1,18 +1,18 @@
|
||||
$OpenBSD: patch-src_qclient_CMakeLists_txt,v 1.1.1.1 2007/06/10 21:46:27 espie Exp $
|
||||
--- src/qclient/CMakeLists.txt.orig Fri Jun 8 22:59:36 2007
|
||||
+++ src/qclient/CMakeLists.txt Fri Jun 8 23:00:03 2007
|
||||
$OpenBSD: patch-src_qclient_CMakeLists_txt,v 1.2 2008/10/28 17:11:43 espie Exp $
|
||||
--- src/qclient/CMakeLists.txt.orig Sun Jun 1 23:45:16 2008
|
||||
+++ src/qclient/CMakeLists.txt Wed Jul 30 16:58:05 2008
|
||||
@@ -8,15 +8,15 @@ set(qclientold_MOC_HDRS filebrowser.h)
|
||||
qt4_wrap_cpp(qclientold_MOC_SRCS ${qclientold_MOC_HDRS})
|
||||
add_executable(qclient ${qclientold_SRCS} ${qclientold_MOC_SRCS})
|
||||
add_executable(qclientold ${qclientold_SRCS} ${qclientold_MOC_SRCS})
|
||||
|
||||
-target_link_libraries(qclient streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
||||
+target_link_libraries(qclient streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_CORE_LIB_DEPENDENCIES} ${QT_GUI_LIB_DEPENDENCIES})
|
||||
-target_link_libraries(qclientold streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
||||
+target_link_libraries(qclientold streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_CORE_LIB_DEPENDENCIES} ${QT_GUI_LIB_DEPENDENCIES})
|
||||
|
||||
# archivecat
|
||||
add_executable(archivecat archivecat.cpp)
|
||||
# qclientarchivecat
|
||||
add_executable(qclientarchivecat archivecat.cpp)
|
||||
|
||||
-target_link_libraries(archivecat streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
||||
+target_link_libraries(archivecat streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_CORE_LIB_DEPENDENCIES} ${QT_GUI_LIB_DEPENDENCIES})
|
||||
-target_link_libraries(qclientarchivecat streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
|
||||
+target_link_libraries(qclientarchivecat streams archiveengine ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_CORE_LIB_DEPENDENCIES} ${QT_GUI_LIB_DEPENDENCIES})
|
||||
|
||||
# archivedialog
|
||||
add_executable(archivedialog archivedialog.cpp)
|
||||
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/01/21 13:36:14 espie Exp $
|
||||
bin/deepfind
|
||||
bin/deepgrep
|
||||
bin/luceneindexer
|
||||
bin/strigiclient
|
||||
bin/strigicmd
|
||||
bin/strigidaemon
|
||||
bin/xmlindexer
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/10/28 17:11:43 espie Exp $
|
||||
@bin bin/deepfind
|
||||
@bin bin/deepgrep
|
||||
@bin bin/luceneindexer
|
||||
@bin bin/strigiclient
|
||||
@bin bin/strigicmd
|
||||
@bin bin/strigidaemon
|
||||
@bin bin/xmlindexer
|
||||
include/strigi/
|
||||
include/strigi/analysisresult.h
|
||||
include/strigi/analyzerconfiguration.h
|
||||
@ -14,10 +14,12 @@ include/strigi/archivereader.h
|
||||
include/strigi/asyncsocket.h
|
||||
include/strigi/asyncsocketclient.h
|
||||
include/strigi/bufferedstream.h
|
||||
include/strigi/classproperties.h
|
||||
include/strigi/clientinterface.h
|
||||
include/strigi/diranalyzer.h
|
||||
include/strigi/encodinginputstream.h
|
||||
include/strigi/fieldproperties.h
|
||||
include/strigi/fieldpropertiesdb.h
|
||||
include/strigi/fieldtypes.h
|
||||
include/strigi/fileinputstream.h
|
||||
include/strigi/indexeddocument.h
|
||||
@ -67,18 +69,26 @@ lib/pkgconfig/libstreamanalyzer.pc
|
||||
lib/pkgconfig/libstreams.pc
|
||||
lib/strigi/
|
||||
lib/strigi/StrigiConfig.cmake
|
||||
lib/strigi/strigiea_jpeg.so
|
||||
lib/strigi/strigiindex_clucene.so
|
||||
lib/strigi/strigila_cpp.so
|
||||
lib/strigi/strigila_deb.so
|
||||
lib/strigi/strigila_namespaceharvester.so
|
||||
lib/strigi/strigila_txt.so
|
||||
lib/strigi/strigila_xpm.so
|
||||
lib/strigi/strigita_au.so
|
||||
lib/strigi/strigita_avi.so
|
||||
lib/strigi/strigita_dds.so
|
||||
lib/strigi/strigita_gif.so
|
||||
lib/strigi/strigita_ico.so
|
||||
lib/strigi/strigita_pcx.so
|
||||
lib/strigi/strigita_rgb.so
|
||||
lib/strigi/strigita_sid.so
|
||||
lib/strigi/strigita_wav.so
|
||||
lib/strigi/strigita_xbm.so
|
||||
share/dbus-1/services/org.freedesktop.xesam.searcher.service
|
||||
share/dbus-1/services/vandenoever.strigi.service
|
||||
share/strigi/
|
||||
share/strigi/fieldproperties/
|
||||
share/strigi/fieldproperties/strigi.rdfs
|
||||
share/strigi/fieldproperties/xesam-convenience.rdfs
|
||||
share/strigi/fieldproperties/xesam.rdfs
|
||||
|
Loading…
Reference in New Issue
Block a user