summaryrefslogtreecommitdiff
path: root/databases/libcassandra/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2020-05-14Just use C++11 std::shared_ptr instead of boost variant as dependenciesjoerg1-10/+10
do so anyway.
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-06-26Add one missing #if for C++03 vs C++11 differences.joerg1-2/+2
2013-05-30Use C++11 headers directly if in C++11 mode or when using libc++.joerg1-2/+8
2012-11-16Disable warning about C++11 usage in Boost.joerg1-2/+2
Always return a value in a non-void function.
2011-11-23Fix build with newer libthriftjoerg1-1/+3
2010-10-16Update libcassandra to version 20101010. Changes since 20100501:tonnerre1-5/+5
- Rewritten parts in C++0x - Lots of bugfixes - Added some header files
2010-05-01Remove pkgsrc hack from patch-aa, it shouldn't be there.tonnerre1-2/+2
2010-05-01Import libcassandra version 20100501.tonnerre1-0/+6
libcassandra is a C++ client API for Apache Cassandra. The standard front-end (in the sense of "language binding") for writing C++ programs that use Cassandra.