summaryrefslogtreecommitdiff
path: root/databases/cassandra2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing expired port:Rene Ladan2017-11-128-415/+0
| | | | | | | 2017-11-09 databases/cassandra2: Broken for more than 6 months Notes: svn path=/head/; revision=454052
* Deprecate ports broken for more than 6 monthsAntoine Brodin2017-10-081-0/+2
| | | | Notes: svn path=/head/; revision=451570
* - Use JAVALIBDIR in *_DEPENDSDmitry Marakasov2017-04-241-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=439294
* - Mark BROKEN keep on crashing with OpenJDKMartin Wilke2017-03-051-0/+2
| | | | | | | | | PR: 195099 Submitted by: Leonid Shalupov Approved by: maintainer Notes: svn path=/head/; revision=435462
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Convert USE_PYTHON -> USES leftovers missed in the previous commitsMarcus von Appen2015-01-041-2/+1
| | | | | | | | Spotted by: antoine With hat: python Notes: svn path=/head/; revision=376179
* Cleanup plistBaptiste Daroussin2014-12-091-7/+0
| | | | Notes: svn path=/head/; revision=374357
* databases/cassandra2: update 2.0.10 -> 2.1.1Bartek Rutkowski2014-11-127-150/+144
| | | | | | | | | | | - Delete obsolete patch PR: 194698 Submitted by: Aleksey Ovcharenko <admins@perceptyx.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=372507
* Cleanup plistBaptiste Daroussin2014-10-201-13/+0
| | | | Notes: svn path=/head/; revision=371255
* databases/cassandra2: fix jdk7 invocationKurt Jaeger2014-09-052-7/+13
| | | | | | | | | PR: 193236 Submitted by: toshiro.biz@gmail.com Approved by: admins@perceptyx.com (maintainer) Notes: svn path=/head/; revision=367323
* Fix ports with duplicate pkgnamesAntoine Brodin2014-08-291-0/+1
| | | | Notes: svn path=/head/; revision=366508
* New port: databases/cassandra2Kurt Jaeger2014-08-299-0/+432
Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems. Cassandra was open sourced by Facebook in 2008, where it was designed by one of the authors of Amazon's Dynamo. In a lot of ways you can think of Cassandra as Dynamo 2.0. Cassandra is in production use at Facebook but is still under heavy development. WWW: http://cassandra.apache.org/ The previous version is still available as databases/cassandra. PR: 186056 Submitted by: admins@perceptyx.com Notes: svn path=/head/; revision=366464