aboutsummaryrefslogtreecommitdiff
path: root/databases/neo4j
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update neo4j to v3.3.2.Jonathan Anderson2018-02-0911-98/+229
| | | | | | | | | | | 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-1112-138/+180
| | | | | | | | 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-282-2/+2
| | | | | | | | | Submitted by: Radek Krejca PR: ports/216547 Submitted by: Alistair Meney <atmeney@gmail.com> Notes: svn path=/head/; revision=432630
* Fix some more shebangsChris Rees2016-09-151-0/+3
| | | | | | | Submitted by: Amanda Strnad <amstrnad@gmail.com> Notes: svn path=/head/; revision=422194
* Readd missed newline.Chris Rees2016-09-011-1/+2
| | | | Notes: svn path=/head/; revision=421242
* Remove reference to internal variable.Chris Rees2016-08-311-2/+1
| | | | | | | No change in functionality. Notes: svn path=/head/; revision=421166
* Neo4j is the world's leading Graph Database. It is a high performance graphChris Rees2016-08-258-0/+234
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