diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-08-06 19:54:11 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-08-06 19:54:11 +0000 |
commit | c02c3221e71e15ecafe932d93a04e36319a87911 (patch) | |
tree | d0d286bbd338da2cb3143907a5293b987df1a03b /deskutils | |
parent | d2c809251ae7f866ec2b198d9e347c22d652e1e4 (diff) | |
download | ports-c02c3221e71e15ecafe932d93a04e36319a87911.tar.gz ports-c02c3221e71e15ecafe932d93a04e36319a87911.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 2 | ||||
-rw-r--r-- | deskutils/pinot/pkg-plist | 77 |
2 files changed, 78 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index f3ac2b0a46d9..467f1e36d1f6 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinot PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ diff --git a/deskutils/pinot/pkg-plist b/deskutils/pinot/pkg-plist index c689c1d612ca..1b4e832b8e74 100644 --- a/deskutils/pinot/pkg-plist +++ b/deskutils/pinot/pkg-plist @@ -11,6 +11,79 @@ etc/pinot/textcat32_conf.txt etc/pinot/textcat3_conf.txt etc/pinot/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/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/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/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/WorkerThreads.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 +include/pinot/unac/unac.h +include/pinot/xdgmime/xdgmime.c +include/pinot/xdgmime/xdgmime.h +include/pinot/xdgmime/xdgmimealias.c +include/pinot/xdgmime/xdgmimealias.h +include/pinot/xdgmime/xdgmimecache.c +include/pinot/xdgmime/xdgmimecache.h +include/pinot/xdgmime/xdgmimeglob.c +include/pinot/xdgmime/xdgmimeglob.h +include/pinot/xdgmime/xdgmimeint.c +include/pinot/xdgmime/xdgmimeint.h +include/pinot/xdgmime/xdgmimemagic.c +include/pinot/xdgmime/xdgmimemagic.h +include/pinot/xdgmime/xdgmimeparent.c +include/pinot/xdgmime/xdgmimeparent.h lib/pinot/backends/libxapianbackend.so lib/pinot/backends/libxapianbackend.so.1 lib/pinot/libBasicUtils.a @@ -89,6 +162,10 @@ share/locale/zh_TW/LC_MESSAGES/pinot.mo @dirrm lib/pinot/filters @dirrm lib/pinot/backends @dirrm lib/pinot +@dirrm include/pinot/xdgmime +@dirrm include/pinot/unac +@dirrm include/pinot/filters +@dirrm include/pinot @dirrmtry etc/xdg/autostart @dirrmtry etc/xdg @dirrm etc/pinot |