diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 8e91dc957775..d05d2c6b6b9a 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -1,93 +1,93 @@ PORTNAME= pinot -PORTVERSION= 1.22 -PORTREVISION= 6 +PORTVERSION= 1.23 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org COMMENT= Personal search and metasearch for the Free Desktop WWW= https://github.com/FabriceColin/pinot/ LICENSE= GPLv2 BUILD_DEPENDS= desktop-file-install:devel/desktop-file-utils \ update-mime-database:misc/shared-mime-info LIB_DEPENDS= libxapian.so:databases/xapian-core \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libexttextcat-2.0.so:textproc/libexttextcat \ libdbus-1.so:devel/dbus \ libxml++-3.0.so:textproc/libxml++30 \ libboost_thread.so:devel/boost-libs \ libharfbuzz.so:print/harfbuzz \ libnotify.so:devel/libnotify \ libexif.so:graphics/libexif \ libexiv2.so:graphics/exiv2 \ libgmime-2.6.so:mail/gmime26 \ libtag.so:audio/taglib \ libcurl.so:ftp/curl RUN_DEPENDS= update-mime-database:misc/shared-mime-info \ antiword:textproc/antiword \ xdg-open:devel/xdg-utils \ catppt:textproc/catdoc \ unrtf:textproc/unrtf \ catdvi:print/catdvi \ bash:shells/bash \ ${LOCALBASE}/libexec/xpdf/pdftotext:graphics/xpdf USE_GITHUB= yes GH_ACCOUNT= FabriceColin USES= compiler:c++11-lang autoreconf gettext gnome libarchive \ libtool localbase pkgconfig python shebangfix sqlite:3 ssl xorg USE_CXXSTD= c++11 USE_XORG= pixman USE_GNOME= atkmm cairo cairomm gdkpixbuf glibmm gtk30 gtkmm30 \ libsigc++20 libxml2 pangomm USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters SHEBANG_FILES= scripts/bash/*.sh GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive \ --enable-mempool=no --enable-libnotify CONFIGURE_ENV= MKDIR_P="${MKDIR}" TEXTCAT_LIBS="-lexttextcat-2.0" OPTIONS_DEFINE= DEBUG CHMLIB DOCS OPTIONS_SUB= yes DEBUG_CONFIGURE_ON= --enable-debug=yes CHMLIB_DESC= Support of Microsoft ITSS/CHM files CHMLIB_CONFIGURE_ON= --enable-chmlib=yes CHMLIB_CONFIGURE_OFF= --disable-chmlib CHMLIB_LIB_DEPENDS= libchm.so:misc/chmlib INSTALL_TARGET= install-strip + DOCS= AUTHORS ChangeLog ChangeLog-dijon INSTALL NEWS README TODO LM2FIX= Core/pinot-index.cpp Core/pinot-index.1 Makefile.am \ textcat31_conf.txt aclocal.m4 textcat3_conf.txt \ textcat_conf.txt textcat32_conf.txt SHR2FIX= Core/pinot-search.1 UL2FIX= Utils/xdgmime/xdgmime.c post-patch: @${REINPLACE_CMD} -e 's|CURLPROXY_|(curl_proxytype)CURLPROXY_|g' \ ${WRKSRC}/Collect/CurlDownloader.cpp pre-configure: ${REINPLACE_CMD} -e \ '//s|pdftotext|${LOCALBASE}/libexec/xpdf/pdftotext|' \ ${WRKSRC}/Tokenize/filters/external-filters.xml ${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ ${LM2FIX:S|^|${WRKSRC}/|} ${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${SHR2FIX:S|^|${WRKSRC}/|} post-install: ${TOUCH} ${STAGEDIR}${DATADIR}/stopwords/.empty_file post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/deskutils/pinot/distinfo b/deskutils/pinot/distinfo index cf71e0a6c6c9..708cb7ca53b8 100644 --- a/deskutils/pinot/distinfo +++ b/deskutils/pinot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739702745 -SHA256 (FabriceColin-pinot-1.22_GH0.tar.gz) = 2aa1f8fef692f635a1199688f27832316a9bac83bc40da0152691b1a43dbe357 -SIZE (FabriceColin-pinot-1.22_GH0.tar.gz) = 742934 +TIMESTAMP = 1763477235 +SHA256 (FabriceColin-pinot-1.23_GH0.tar.gz) = 292fedcf66ae63053e86fad7b0596d2db24fa35bba49524ce02c11a47bd70bda +SIZE (FabriceColin-pinot-1.23_GH0.tar.gz) = 753573 diff --git a/deskutils/pinot/pkg-plist b/deskutils/pinot/pkg-plist index c84103118d73..2cded85b7e3a 100644 --- a/deskutils/pinot/pkg-plist +++ b/deskutils/pinot/pkg-plist @@ -1,148 +1,149 @@ bin/pinot bin/pinot-dbus-daemon bin/pinot-index bin/pinot-label bin/pinot-prefs bin/pinot-search %%ETCDIR%%/external-filters.xml %%ETCDIR%%/globalconfig.xml %%ETCDIR%%/textcat31_conf.txt %%ETCDIR%%/textcat32_conf.txt %%ETCDIR%%/textcat3_conf.txt %%ETCDIR%%/textcat_conf.txt etc/xdg/autostart/pinot-dbus-daemon.desktop include/pinot/ActionQueue.h include/pinot/CommandLine.h include/pinot/CrawlHistory.h include/pinot/CurlDownloader.h include/pinot/DBusIndex.h include/pinot/DBusServerThreads.h include/pinot/DaemonState.h include/pinot/Document.h include/pinot/DocumentInfo.h include/pinot/DownloaderFactory.h include/pinot/DownloaderInterface.h include/pinot/FieldMapperInterface.h include/pinot/FileCollector.h include/pinot/FilterUtils.h include/pinot/FilterWrapper.h include/pinot/INotifyMonitor.h include/pinot/IndexInterface.h include/pinot/Languages.h include/pinot/MIMEScanner.h include/pinot/Memory.h include/pinot/MetaDataBackup.h include/pinot/ModuleFactory.h include/pinot/ModuleProperties.h include/pinot/MonitorEvent.h include/pinot/MonitorFactory.h include/pinot/MonitorHandler.h include/pinot/MonitorInterface.h include/pinot/NLS.h include/pinot/NeonDownloader.h include/pinot/OnDiskHandler.h include/pinot/OpenSearchParser.h include/pinot/PinotDBus_common.h include/pinot/PinotDBus_proxy.h include/pinot/PinotDBus_stub.h include/pinot/PinotSettings.h include/pinot/PluginParsers.h include/pinot/PluginWebEngine.h include/pinot/QueryHistory.h include/pinot/QueryProperties.h include/pinot/ResultsExporter.h include/pinot/SQLDB.h include/pinot/SQLiteBase.h include/pinot/SearchEngineInterface.h include/pinot/SearchPluginProperties.h include/pinot/SearchProvider_common.h include/pinot/SearchProvider_stub.h include/pinot/ServerThreads.h include/pinot/SherlockParser.h include/pinot/StringManip.h include/pinot/TextConverter.h include/pinot/TimeConverter.h include/pinot/Timer.h include/pinot/UniqueApplication.h include/pinot/Url.h include/pinot/ViewHistory.h include/pinot/Visibility.h include/pinot/WebEngine.h include/pinot/WorkerThread.h include/pinot/WorkerThreads.h include/pinot/cjkv/CJKVTokenizer.h include/pinot/filters/Filter.h include/pinot/filters/FilterFactory.h include/pinot/filters/HtmlFilter.h include/pinot/filters/HtmlParser.h include/pinot/filters/TextFilter.h include/pinot/filters/XmlFilter.h lib/pinot/backends/libxapianbackend.so lib/pinot/backends/libxapianbackend.so.1 lib/pinot/backends/libxapianbackend.so.1.0.0 lib/pinot/filters/libarchivefilter.so %%CHMLIB%%lib/pinot/filters/libchmfilter.so lib/pinot/filters/libexiv2imagefilter.so lib/pinot/filters/libexternalfilter.so lib/pinot/filters/libmboxfilter.so lib/pinot/filters/libtaglibfilter.so lib/pinot/libBasicUtils.a lib/pinot/libCollect.a lib/pinot/libCore.a lib/pinot/libFilter.a lib/pinot/libIndex.a lib/pinot/libIndexSearch.a lib/pinot/libMonitor.a lib/pinot/libSQL.a lib/pinot/libSQLDB.a lib/pinot/libSQLite.a lib/pinot/libThread.a lib/pinot/libTokenize.a lib/pinot/libUtils.a share/applications/pinot-prefs.desktop share/applications/pinot.desktop share/dbus-1/services/com.github.fabricecolin.Pinot.service %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog-dijon %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO share/gnome-shell/search-providers/com.github.fabricecolin.Pinot.search-provider.ini share/icons/hicolor/16x16/apps/pinot.png share/icons/hicolor/22x22/apps/pinot.png share/icons/hicolor/24x24/apps/pinot.png share/icons/hicolor/32x32/apps/pinot.png share/icons/hicolor/48x48/apps/pinot.png +share/icons/hicolor/64x64/apps/pinot.png share/locale/cs/LC_MESSAGES/pinot.mo share/locale/de/LC_MESSAGES/pinot.mo share/locale/es/LC_MESSAGES/pinot.mo share/locale/fr/LC_MESSAGES/pinot.mo share/locale/he/LC_MESSAGES/pinot.mo share/locale/it/LC_MESSAGES/pinot.mo share/locale/ja/LC_MESSAGES/pinot.mo share/locale/nl/LC_MESSAGES/pinot.mo share/locale/pt/LC_MESSAGES/pinot.mo share/locale/pt_BR/LC_MESSAGES/pinot.mo share/locale/ru/LC_MESSAGES/pinot.mo share/locale/sv/LC_MESSAGES/pinot.mo share/locale/zh_CN/LC_MESSAGES/pinot.mo share/locale/zh_TW/LC_MESSAGES/pinot.mo share/man/man1/pinot-dbus-daemon.1.gz share/man/man1/pinot-index.1.gz share/man/man1/pinot-label.1.gz share/man/man1/pinot-search.1.gz share/man/man1/pinot.1.gz %%DATADIR%%/engines/AmazonAPI.src %%DATADIR%%/engines/Arxiv.src %%DATADIR%%/engines/OmegaDescription.xml %%DATADIR%%/engines/UNData.src %%DATADIR%%/engines/Wikipedia.src %%DATADIR%%/extract-gtk-builder-translations.sh %%DATADIR%%/metase-gtk3.gtkbuilder %%DATADIR%%/pinot-cd.sh %%DATADIR%%/pinot-check-file.sh %%DATADIR%%/pinot-dbus-daemon.xml %%DATADIR%%/pinot-enum-index.sh %%DATADIR%%/stopwords/.empty_file