summaryrefslogtreecommitdiff
path: root/databases/neo4j/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/neo4j: Fix run-timeJuraj Lutter2025-05-253-13/+86
| | | | | | | | | | | | | | | | | | - Assign UID and GIT to neo4j (both 369) - Instruct neo4j to run as neo4j user - Move config directory to PREFIX/etc/neo4j - Move certificates base directory to PREFIX/etc/neo4j/certificates - Move data directory to /var/db/neo4j/data - Move metrics directory to /var/db/neo4j/metrics - Move import directory to /var/db/neo4j/import - Fix rc.d script accordingly Partially based on information from [1] and [2] PR: 268526 [1] PR: 228532 [2] Sponsored by: resulta.sk
* databases/neo4j: Update to 4.4.21Wen Heping2023-06-262-9/+8
|
* databases/neo4j: Update to 4.4.16Wen Heping2022-12-291-2/+2
| | | | set NEO4J_CONF correctly
* databases/neo4j: Update to 4.4.7Wen Heping2022-05-204-71/+49
|
* databases/neo4j: Update to 4.2.16Wen Heping2022-05-115-71/+28
| | | | | | | Take maintainership PR: 263555 Reported by: wen@ Approved by: maintainer(timeout, > 14 days)
* databases/neo4j: Update to 3.5.28Wen Heping2021-07-313-66/+21
| | | | | | | - Fix run error of cypher-shell PR: 255103 Reported by: wen@ Approved by: maintainer(timeout, > 3 months)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* Update neo4j to v3.3.2.Jonathan Anderson2018-02-098-35/+157
| | | | | | | | | | | While we're here, fix up some variable names to ensure that all of the scripts work (e.g., /usr/local/etc/rc.d/neo4j). Approved by: crees Differential Revision: https://reviews.freebsd.org/D14260 Notes: svn path=/head/; revision=461285
* Update neo4j to v3.2.1.Jonathan Anderson2017-08-119-39/+77
| | | | | | | | Approved by: crees Differential Revision: https://reviews.freebsd.org/D11446 Notes: svn path=/head/; revision=447753
* Remove svn keywords from patches.Mathieu Arnold2017-05-152-4/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440939
* Correct rc script pathChris Rees2017-01-281-1/+1
| | | | | | | | | Submitted by: Radek Krejca PR: ports/216547 Submitted by: Alistair Meney <atmeney@gmail.com> Notes: svn path=/head/; revision=432630
* Neo4j is the world's leading Graph Database. It is a high performance graphChris Rees2016-08-254-0/+92
store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs. WWW: https://neo4j.com Notes: svn path=/head/; revision=420830