pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/elasticsearch



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Sep  5 13:29:30 UTC 2018

Modified Files:
        pkgsrc/databases/elasticsearch: Makefile PLIST distinfo
Added Files:
        pkgsrc/databases/elasticsearch: PLIST.Darwin-x86_64 PLIST.Linux-x86_64

Log Message:
databases/elasticsearch: Update to 6.4.0.

6.4.0 release highlights

Analysis
- Option to index phrases on text fields
- Korean analysis tools
- Add multiplexing token filter

Machine learning
- Improve your machine learning results with custom rules
- The {ml} analytics can now detect specific change points in a time
  series

Mappings
- alias field type
- _ignored meta field

Rank Eval API
- Expected Reciprocal Rank metric for Rank Eval API

Search
- Cross Cluster Search will no longer use dedicated master nodes as
  gateway nodes
- Format option for doc_value fields
- Support second level of field collapse

Security
- Kerberos authentication support is now available
- {es} now offers a FIPS 140-2 compliant mode

6.3.0 release highlights

- SQL: This experimental feature enables users who are familiar with
  SQL to use SQL statements to query {es} indices.
- Rollups: This experimental feature enables you to summarize and
  store historical data so that is still available for analysis, but
  consumes significantly less storage space.
- Java 10 Support

For full releases since 6.2.4 please see

https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.3.1.html
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.3.2.html
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.3.0.html
https://www.elastic.co/guide/en/elasticsearch/reference/6.4/release-notes-6.4.0.html


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/databases/elasticsearch/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/elasticsearch/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/elasticsearch/PLIST.Darwin-x86_64 \
    pkgsrc/databases/elasticsearch/PLIST.Linux-x86_64
cvs rdiff -u -r1.47 -r1.48 pkgsrc/databases/elasticsearch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/elasticsearch/Makefile
diff -u pkgsrc/databases/elasticsearch/Makefile:1.46 pkgsrc/databases/elasticsearch/Makefile:1.47
--- pkgsrc/databases/elasticsearch/Makefile:1.46        Mon May 21 12:53:29 2018
+++ pkgsrc/databases/elasticsearch/Makefile     Wed Sep  5 13:29:30 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2018/05/21 12:53:29 fhajny Exp $
+# $NetBSD: Makefile,v 1.47 2018/09/05 13:29:30 fhajny Exp $
 
-DISTNAME=      elasticsearch-6.2.4
-PKGREVISION=   1
+DISTNAME=      elasticsearch-6.4.0
 CATEGORIES=    textproc
 MASTER_SITES=  https://artifacts.elastic.co/downloads/elasticsearch/
 
@@ -92,6 +91,14 @@ do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/bin/elasticsearch-plugin ${DESTDIR}${PREFIX}/bin
        ${INSTALL_SCRIPT} ${WRKSRC}/bin/elasticsearch-translog ${DESTDIR}${ES_BASEDIR}/bin
        cd ${WRKSRC} && ${PAX} -rw -pp lib modules ${DESTDIR}${ES_BASEDIR}
+# Remove irrelevant precompiled binaries and libs
+       ${RM} -rf ${DESTDIR}${ES_BASEDIR}/modules/x-pack-ml/platform/windows-x86_64
+.if empty(MACHINE_PLATFORM:MDarwin-*-x86_64)
+       ${RM} -rf ${DESTDIR}${ES_BASEDIR}/modules/x-pack-ml/platform/darwin-x86_64
+.endif
+.if empty(MACHINE_PLATFORM:MLinux-*-x86_64)
+       ${RM} -rf ${DESTDIR}${ES_BASEDIR}/modules/x-pack-ml/platform/linux-x86_64
+.endif
 
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../mk/java-vm.mk"

Index: pkgsrc/databases/elasticsearch/PLIST
diff -u pkgsrc/databases/elasticsearch/PLIST:1.27 pkgsrc/databases/elasticsearch/PLIST:1.28
--- pkgsrc/databases/elasticsearch/PLIST:1.27   Wed Feb  7 16:26:16 2018
+++ pkgsrc/databases/elasticsearch/PLIST        Wed Sep  5 13:29:30 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2018/02/07 16:26:16 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.28 2018/09/05 13:29:30 fhajny Exp $
 bin/elasticsearch
 bin/elasticsearch-plugin
 lib/elasticsearch/bin/elasticsearch-env
@@ -9,43 +9,51 @@ lib/elasticsearch/lib/${PKGNAME}.jar
 lib/elasticsearch/lib/elasticsearch-cli-${PKGVERSION}.jar
 lib/elasticsearch/lib/elasticsearch-core-${PKGVERSION}.jar
 lib/elasticsearch/lib/elasticsearch-launchers-${PKGVERSION}.jar
+lib/elasticsearch/lib/elasticsearch-secure-sm-${PKGVERSION}.jar
+lib/elasticsearch/lib/elasticsearch-x-content-${PKGVERSION}.jar
 lib/elasticsearch/lib/hppc-0.7.1.jar
 lib/elasticsearch/lib/jackson-core-2.8.10.jar
 lib/elasticsearch/lib/jackson-dataformat-cbor-2.8.10.jar
 lib/elasticsearch/lib/jackson-dataformat-smile-2.8.10.jar
 lib/elasticsearch/lib/jackson-dataformat-yaml-2.8.10.jar
+lib/elasticsearch/lib/java-version-checker-${PKGVERSION}.jar
 lib/elasticsearch/lib/jna-4.5.1.jar
-lib/elasticsearch/lib/joda-time-2.9.9.jar
+lib/elasticsearch/lib/joda-time-2.10.jar
 lib/elasticsearch/lib/jopt-simple-5.0.2.jar
-lib/elasticsearch/lib/jts-1.13.jar
-lib/elasticsearch/lib/log4j-1.2-api-2.9.1.jar
-lib/elasticsearch/lib/log4j-api-2.9.1.jar
-lib/elasticsearch/lib/log4j-core-2.9.1.jar
-lib/elasticsearch/lib/lucene-analyzers-common-7.2.1.jar
-lib/elasticsearch/lib/lucene-backward-codecs-7.2.1.jar
-lib/elasticsearch/lib/lucene-core-7.2.1.jar
-lib/elasticsearch/lib/lucene-grouping-7.2.1.jar
-lib/elasticsearch/lib/lucene-highlighter-7.2.1.jar
-lib/elasticsearch/lib/lucene-join-7.2.1.jar
-lib/elasticsearch/lib/lucene-memory-7.2.1.jar
-lib/elasticsearch/lib/lucene-misc-7.2.1.jar
-lib/elasticsearch/lib/lucene-queries-7.2.1.jar
-lib/elasticsearch/lib/lucene-queryparser-7.2.1.jar
-lib/elasticsearch/lib/lucene-sandbox-7.2.1.jar
-lib/elasticsearch/lib/lucene-spatial-7.2.1.jar
-lib/elasticsearch/lib/lucene-spatial-extras-7.2.1.jar
-lib/elasticsearch/lib/lucene-spatial3d-7.2.1.jar
-lib/elasticsearch/lib/lucene-suggest-7.2.1.jar
+lib/elasticsearch/lib/jts-core-1.15.0.jar
+lib/elasticsearch/lib/log4j-1.2-api-2.11.1.jar
+lib/elasticsearch/lib/log4j-api-2.11.1.jar
+lib/elasticsearch/lib/log4j-core-2.11.1.jar
+lib/elasticsearch/lib/lucene-analyzers-common-7.4.0.jar
+lib/elasticsearch/lib/lucene-backward-codecs-7.4.0.jar
+lib/elasticsearch/lib/lucene-core-7.4.0.jar
+lib/elasticsearch/lib/lucene-grouping-7.4.0.jar
+lib/elasticsearch/lib/lucene-highlighter-7.4.0.jar
+lib/elasticsearch/lib/lucene-join-7.4.0.jar
+lib/elasticsearch/lib/lucene-memory-7.4.0.jar
+lib/elasticsearch/lib/lucene-misc-7.4.0.jar
+lib/elasticsearch/lib/lucene-queries-7.4.0.jar
+lib/elasticsearch/lib/lucene-queryparser-7.4.0.jar
+lib/elasticsearch/lib/lucene-sandbox-7.4.0.jar
+lib/elasticsearch/lib/lucene-spatial-7.4.0.jar
+lib/elasticsearch/lib/lucene-spatial-extras-7.4.0.jar
+lib/elasticsearch/lib/lucene-spatial3d-7.4.0.jar
+lib/elasticsearch/lib/lucene-suggest-7.4.0.jar
 lib/elasticsearch/lib/plugin-classloader-${PKGVERSION}.jar
-lib/elasticsearch/lib/plugin-cli-${PKGVERSION}.jar
-lib/elasticsearch/lib/securesm-1.2.jar
 lib/elasticsearch/lib/snakeyaml-1.17.jar
-lib/elasticsearch/lib/spatial4j-0.6.jar
-lib/elasticsearch/lib/t-digest-3.0.jar
+lib/elasticsearch/lib/spatial4j-0.7.jar
+lib/elasticsearch/lib/t-digest-3.2.jar
+lib/elasticsearch/lib/tools/plugin-cli/bcpg-jdk15on-1.59.jar
+lib/elasticsearch/lib/tools/plugin-cli/bcprov-jdk15on-1.59.jar
+lib/elasticsearch/lib/tools/plugin-cli/elasticsearch-plugin-cli-${PKGVERSION}.jar
+lib/elasticsearch/lib/tools/security-cli/bcpkix-jdk15on-1.59.jar
+lib/elasticsearch/lib/tools/security-cli/bcprov-jdk15on-1.59.jar
+lib/elasticsearch/lib/tools/security-cli/elasticsearch-security-cli-${PKGVERSION}.jar
 lib/elasticsearch/modules/aggs-matrix-stats/aggs-matrix-stats-${PKGVERSION}.jar
 lib/elasticsearch/modules/aggs-matrix-stats/plugin-descriptor.properties
 lib/elasticsearch/modules/analysis-common/analysis-common-${PKGVERSION}.jar
 lib/elasticsearch/modules/analysis-common/plugin-descriptor.properties
+lib/elasticsearch/modules/ingest-common/elasticsearch-grok-${PKGVERSION}.jar
 lib/elasticsearch/modules/ingest-common/ingest-common-${PKGVERSION}.jar
 lib/elasticsearch/modules/ingest-common/jcodings-1.0.12.jar
 lib/elasticsearch/modules/ingest-common/joni-2.1.6.jar
@@ -55,7 +63,7 @@ lib/elasticsearch/modules/lang-expressio
 lib/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar
 lib/elasticsearch/modules/lang-expression/asm-tree-5.0.4.jar
 lib/elasticsearch/modules/lang-expression/lang-expression-${PKGVERSION}.jar
-lib/elasticsearch/modules/lang-expression/lucene-expressions-7.2.1.jar
+lib/elasticsearch/modules/lang-expression/lucene-expressions-7.4.0.jar
 lib/elasticsearch/modules/lang-expression/plugin-descriptor.properties
 lib/elasticsearch/modules/lang-expression/plugin-security.policy
 lib/elasticsearch/modules/lang-mustache/compiler-0.9.3.jar
@@ -101,6 +109,114 @@ lib/elasticsearch/modules/transport-nett
 lib/elasticsearch/modules/transport-netty4/transport-netty4-${PKGVERSION}.jar
 lib/elasticsearch/modules/tribe/plugin-descriptor.properties
 lib/elasticsearch/modules/tribe/tribe-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-core/LICENSE.txt
+lib/elasticsearch/modules/x-pack-core/NOTICE.txt
+lib/elasticsearch/modules/x-pack-core/commons-codec-1.10.jar
+lib/elasticsearch/modules/x-pack-core/commons-logging-1.1.3.jar
+lib/elasticsearch/modules/x-pack-core/httpasyncclient-4.1.2.jar
+lib/elasticsearch/modules/x-pack-core/httpclient-4.5.2.jar
+lib/elasticsearch/modules/x-pack-core/httpcore-4.4.5.jar
+lib/elasticsearch/modules/x-pack-core/httpcore-nio-4.4.5.jar
+lib/elasticsearch/modules/x-pack-core/netty-buffer-4.1.16.Final.jar
+lib/elasticsearch/modules/x-pack-core/netty-codec-4.1.16.Final.jar
+lib/elasticsearch/modules/x-pack-core/netty-codec-http-4.1.16.Final.jar
+lib/elasticsearch/modules/x-pack-core/netty-common-4.1.16.Final.jar
+lib/elasticsearch/modules/x-pack-core/netty-handler-4.1.16.Final.jar
+lib/elasticsearch/modules/x-pack-core/netty-resolver-4.1.16.Final.jar
+lib/elasticsearch/modules/x-pack-core/netty-transport-4.1.16.Final.jar
+lib/elasticsearch/modules/x-pack-core/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-core/plugin-security.policy
+lib/elasticsearch/modules/x-pack-core/transport-netty4-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-core/unboundid-ldapsdk-3.2.0.jar
+lib/elasticsearch/modules/x-pack-core/x-pack-core-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-deprecation/LICENSE.txt
+lib/elasticsearch/modules/x-pack-deprecation/NOTICE.txt
+lib/elasticsearch/modules/x-pack-deprecation/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-deprecation/plugin-security.policy
+lib/elasticsearch/modules/x-pack-deprecation/x-pack-deprecation-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-graph/LICENSE.txt
+lib/elasticsearch/modules/x-pack-graph/NOTICE.txt
+lib/elasticsearch/modules/x-pack-graph/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-graph/plugin-security.policy
+lib/elasticsearch/modules/x-pack-graph/x-pack-graph-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-logstash/LICENSE.txt
+lib/elasticsearch/modules/x-pack-logstash/NOTICE.txt
+lib/elasticsearch/modules/x-pack-logstash/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-logstash/plugin-security.policy
+lib/elasticsearch/modules/x-pack-logstash/x-pack-logstash-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-ml/LICENSE.txt
+lib/elasticsearch/modules/x-pack-ml/NOTICE.txt
+lib/elasticsearch/modules/x-pack-ml/elasticsearch-grok-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-ml/jcodings-1.0.12.jar
+lib/elasticsearch/modules/x-pack-ml/joni-2.1.6.jar
+lib/elasticsearch/modules/x-pack-ml/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-ml/plugin-security.policy
+lib/elasticsearch/modules/x-pack-ml/resources/date_time_zonespec.csv
+lib/elasticsearch/modules/x-pack-ml/resources/ml-en.dict
+lib/elasticsearch/modules/x-pack-ml/super-csv-2.4.0.jar
+lib/elasticsearch/modules/x-pack-ml/x-pack-ml-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-monitoring/LICENSE.txt
+lib/elasticsearch/modules/x-pack-monitoring/NOTICE.txt
+lib/elasticsearch/modules/x-pack-monitoring/elasticsearch-rest-client-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-monitoring/elasticsearch-rest-client-sniffer-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-monitoring/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-monitoring/plugin-security.policy
+lib/elasticsearch/modules/x-pack-monitoring/x-pack-monitoring-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-rollup/LICENSE.txt
+lib/elasticsearch/modules/x-pack-rollup/NOTICE.txt
+lib/elasticsearch/modules/x-pack-rollup/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-rollup/plugin-security.policy
+lib/elasticsearch/modules/x-pack-rollup/x-pack-rollup-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-security/LICENSE.txt
+lib/elasticsearch/modules/x-pack-security/NOTICE.txt
+lib/elasticsearch/modules/x-pack-security/cryptacular-1.2.0.jar
+lib/elasticsearch/modules/x-pack-security/guava-19.0.jar
+lib/elasticsearch/modules/x-pack-security/httpclient-cache-4.5.2.jar
+lib/elasticsearch/modules/x-pack-security/java-support-7.3.0.jar
+lib/elasticsearch/modules/x-pack-security/log4j-slf4j-impl-2.11.1.jar
+lib/elasticsearch/modules/x-pack-security/metrics-core-3.2.2.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-core-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-messaging-api-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-messaging-impl-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-profile-api-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-profile-impl-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-saml-api-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-saml-impl-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-security-api-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-security-impl-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-soap-api-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-soap-impl-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-storage-api-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-storage-impl-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-xmlsec-api-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/opensaml-xmlsec-impl-3.3.0.jar
+lib/elasticsearch/modules/x-pack-security/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-security/plugin-security.policy
+lib/elasticsearch/modules/x-pack-security/slf4j-api-1.6.2.jar
+lib/elasticsearch/modules/x-pack-security/x-pack-security-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-security/xmlsec-2.0.8.jar
+lib/elasticsearch/modules/x-pack-sql/LICENSE.txt
+lib/elasticsearch/modules/x-pack-sql/NOTICE.txt
+lib/elasticsearch/modules/x-pack-sql/aggs-matrix-stats-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-sql/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-sql/plugin-security.policy
+lib/elasticsearch/modules/x-pack-sql/sql-action-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-sql/sql-proto-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-sql/x-pack-sql-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-upgrade/LICENSE.txt
+lib/elasticsearch/modules/x-pack-upgrade/NOTICE.txt
+lib/elasticsearch/modules/x-pack-upgrade/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-upgrade/plugin-security.policy
+lib/elasticsearch/modules/x-pack-upgrade/x-pack-upgrade-${PKGVERSION}.jar
+lib/elasticsearch/modules/x-pack-watcher/LICENSE.txt
+lib/elasticsearch/modules/x-pack-watcher/NOTICE.txt
+lib/elasticsearch/modules/x-pack-watcher/activation-1.1.1.jar
+lib/elasticsearch/modules/x-pack-watcher/guava-16.0.1.jar
+lib/elasticsearch/modules/x-pack-watcher/javax.mail-1.5.6.jar
+lib/elasticsearch/modules/x-pack-watcher/owasp-java-html-sanitizer-r239.jar
+lib/elasticsearch/modules/x-pack-watcher/plugin-descriptor.properties
+lib/elasticsearch/modules/x-pack-watcher/plugin-security.policy
+lib/elasticsearch/modules/x-pack-watcher/x-pack-watcher-${PKGVERSION}.jar
 share/doc/elasticsearch/LICENSE.txt
 share/doc/elasticsearch/NOTICE.txt
 share/doc/elasticsearch/README.textile

Index: pkgsrc/databases/elasticsearch/distinfo
diff -u pkgsrc/databases/elasticsearch/distinfo:1.47 pkgsrc/databases/elasticsearch/distinfo:1.48
--- pkgsrc/databases/elasticsearch/distinfo:1.47        Mon May 21 12:53:29 2018
+++ pkgsrc/databases/elasticsearch/distinfo     Wed Sep  5 13:29:30 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.47 2018/05/21 12:53:29 fhajny Exp $
+$NetBSD: distinfo,v 1.48 2018/09/05 13:29:30 fhajny Exp $
 
-SHA1 (elasticsearch-6.2.4.tar.gz) = 8db5931278fd7a8687659ebcfaeab0d0f87f7d22
-RMD160 (elasticsearch-6.2.4.tar.gz) = a28f3c240a5d8b4e7eec72b8d72e9362820df1a5
-SHA512 (elasticsearch-6.2.4.tar.gz) = 9e6c0de8ed0d9e27fdd18ef7bada376af5a8680bb7a4f4d805926da456b349cee731ba90328b5eda5f0e62fa3f00f34646bf1c2b6c662d055f4be338d0690941
-Size (elasticsearch-6.2.4.tar.gz) = 29056810 bytes
+SHA1 (elasticsearch-6.4.0.tar.gz) = cc1d950ec2a3bbc41dc8864afc4153b1f6eb6126
+RMD160 (elasticsearch-6.4.0.tar.gz) = ac505661d231fcdc408087f78ffc98b080be3fa2
+SHA512 (elasticsearch-6.4.0.tar.gz) = 6f465378a51c487f1f6a84a0843ac1038db60170ee8a5d96874a759f6dbbf2de9f7bcbbf55616f49f28f1098c82f2e585c917267d02b8b1f43627a1984b3da66
+Size (elasticsearch-6.4.0.tar.gz) = 97901357 bytes
 SHA1 (jna-4.5.1.tar.gz) = 883e6250817ab73fbefd61320dff00f3350c896d
 RMD160 (jna-4.5.1.tar.gz) = 353462bf559cc368e739dd04a0e7652db2079911
 SHA512 (jna-4.5.1.tar.gz) = 057e185011dc492fef3e9273f8df8dc9971752337bb39b6fa1d53d305bb2ff52e8408b96bddc288cbbd2ae08c126904fa278276dd79d93801bcac361adda8300

Added files:

Index: pkgsrc/databases/elasticsearch/PLIST.Darwin-x86_64
diff -u /dev/null pkgsrc/databases/elasticsearch/PLIST.Darwin-x86_64:1.1
--- /dev/null   Wed Sep  5 13:29:30 2018
+++ pkgsrc/databases/elasticsearch/PLIST.Darwin-x86_64  Wed Sep  5 13:29:30 2018
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST.Darwin-x86_64,v 1.1 2018/09/05 13:29:30 fhajny Exp $
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/bin/autoconfig
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/bin/autodetect
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/bin/categorize
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/bin/controller
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/bin/normalize
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libMlApi.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libMlConfig.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libMlCore.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libMlMaths.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libMlModel.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libboost_date_time-clang-darwin42-mt-1_65_1.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libboost_filesystem-clang-darwin42-mt-1_65_1.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libboost_iostreams-clang-darwin42-mt-1_65_1.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libboost_program_options-clang-darwin42-mt-1_65_1.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libboost_regex-clang-darwin42-mt-1_65_1.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libboost_system-clang-darwin42-mt-1_65_1.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/libboost_thread-clang-darwin42-mt-1_65_1.dylib
+lib/elasticsearch/modules/x-pack-ml/platform/darwin-x86_64/lib/liblog4cxx.10.dylib
Index: pkgsrc/databases/elasticsearch/PLIST.Linux-x86_64
diff -u /dev/null pkgsrc/databases/elasticsearch/PLIST.Linux-x86_64:1.1
--- /dev/null   Wed Sep  5 13:29:30 2018
+++ pkgsrc/databases/elasticsearch/PLIST.Linux-x86_64   Wed Sep  5 13:29:30 2018
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST.Linux-x86_64,v 1.1 2018/09/05 13:29:30 fhajny Exp $
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/autoconfig
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/autodetect
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/categorize
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controller
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/normalize
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlApi.so
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlConfig.so
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlCore.so
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlMaths.so
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libMlModel.so
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libapr-1.so.0
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libaprutil-1.so.0
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_date_time-gcc62-mt-1_65_1.so.1.65.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_filesystem-gcc62-mt-1_65_1.so.1.65.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_iostreams-gcc62-mt-1_65_1.so.1.65.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_program_options-gcc62-mt-1_65_1.so.1.65.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_regex-gcc62-mt-1_65_1.so.1.65.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_system-gcc62-mt-1_65_1.so.1.65.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libboost_thread-gcc62-mt-1_65_1.so.1.65.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libexpat.so.0
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libgcc_s.so.1
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/liblog4cxx.so.10
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libstdc++.so.6
+lib/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/libxml2.so.2



Home | Main Index | Thread Index | Old Index