Port details |
- p5-Protocol-CassandraCQL Wire protocol support functions for Cassandra CQL3
- 0.11_2 databases
=0 0.11_2Version of this port present on the latest quarterly branch. - Maintainer: admins@perceptyx.com
 - Port Added: 2014-08-28 12:10:20
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module provides the basic constants and other support functions
required to communicate with a Cassandra database using CQL3. It is
not in itself a CQL client; it simply provides the necessary support
functions to allow one to be written.
For a complete client, see instead Net::Async::CassandraCQL.
WWW: https://metacpan.org/release/Protocol-CassandraCQL
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Protocol-CassandraCQL>0:databases/p5-Protocol-CassandraCQL
- To install the port:
- cd /usr/ports/databases/p5-Protocol-CassandraCQL/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-Protocol-CassandraCQL
- pkg install p5-Protocol-CassandraCQL
- PKGNAME: p5-Protocol-CassandraCQL
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Protocol-CassandraCQL-0.11.tar.gz) = ea260d43e421ba848c3d366457728ef4c1e0a8086404b7c0034893c9aa87d089
SIZE (Protocol-CassandraCQL-0.11.tar.gz) = 41598
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Compress-Snappy>0 : archivers/p5-Compress-Snappy
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Compress-Snappy>0 : archivers/p5-Compress-Snappy
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-Net-Async-CassandraCQL
- for Run
-
- databases/p5-Net-Async-CassandraCQL
- Configuration Options:
- No options to configure
- Options name:
- databases_p5-Protocol-CassandraCQL
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.11_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.11_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.11_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.11_2
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
30 Jun 2017 22:13:30
0.11_2
|
sunpoet  |
Remove Perl core modules
- While I'm here:
- Add LICENSE_FILE
- Add NO_ARCH
- Fix *_DEPENDS: use TEST_DEPENDS for test-only dependencies
- Bump PORTREVISION for dependency change
With hat: perl |
01 Apr 2016 14:00:57
0.11_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
11 Apr 2015 09:13:51
0.11_1
|
mat  |
These need Module::Build.
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.11_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 10:41:13
0.11
|
bapt  |
Cleanup plist |
28 Aug 2014 12:10:12
0.11
|
pi  |
New port: databases/p5-Protocol-CassandraCQL
This module provides the basic constants and other support functions
required to communicate with a Cassandra database using CQL3. It is
not in itself a CQL client; it simply provides the necessary support
functions to allow one to be written.
For a complete client, see instead Net::Async::CassandraCQL.
WWW: http://search.cpan.org/dist/Protocol-CassandraCQL/
PR: 186055
Submitted by: admins@perceptyx.com |