[46919] trunk/dports/sysutils/zmq/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Feb 17 04:19:16 PST 2009
On Feb 17, 2009, at 00:22, brett at macports.org wrote:
> Revision: 46919
> http://trac.macports.org/changeset/46919
> Author: brett at macports.org
> Date: 2009-02-16 22:22:19 -0800 (Mon, 16 Feb 2009)
> Log Message:
> -----------
> update zmq to 0.5
>
> Modified Paths:
> --------------
> trunk/dports/sysutils/zmq/Portfile
>
> Modified: trunk/dports/sysutils/zmq/Portfile
> ===================================================================
> --- trunk/dports/sysutils/zmq/Portfile 2009-02-17 06:11:22 UTC (rev
> 46918)
> +++ trunk/dports/sysutils/zmq/Portfile 2009-02-17 06:22:19 UTC (rev
> 46919)
> @@ -2,17 +2,33 @@
>
> PortSystem 1.0
>
> -name zmq
> -version 0.3
> -description Ultra-fast AMQP-compliant messaging server
> -long_description 0MQ is a lightweight messaging kernel. It
> achieves 25 \
> - microsecond end-to-end latencies and 2.8 million messages \
> - per second. It is intended to be fully AMQP-compliant.
> -maintainers brett at macports.org
> -categories sysutils
> -platforms darwin
> -homepage http://www.zeromq.org/
> -master_sites http://www.zeromq.org/local--files/area:download-v03
> -checksums sha1 9c12e9862db1aa85461515b70d3ca69abae72e9b
> -configure.args --mandir=${prefix}/share/man
> +name zmq
> +version 0.5
> +description Ultra-fast AMQP-compliant messaging server
> +long_description 0MQ is a lightweight messaging kernel. It
> achieves 25 \
> + microsecond end-to-end latencies and 2.8
> million messages \
> + per second. It is intended to be fully
> AMQP-compliant.
> +maintainers openmaintainer brett at macports.org
> +categories sysutils net
> +platforms darwin
> +homepage http://www.zeromq.org/
> +master_sites http://www.zeromq.org/local--files/
> area:download/
> +checksums sha1 2059e2118b357a491415eca4f2b8e0414466655d
> +configure.args --mandir=${prefix}/share/man
>
> +variant c description {build c language binding} {
> + configure.args-append --with-c
> +}
Is there a reason this is not enabled all the time?
> +variant python description {build Python language binding} {
> + configure.args-append --with-python
> +}
Which python is this built for?
> +variant java description {build Java language binding} {
> + depends_lib-append bin:java:kaffe
> + configure.args-append --with-java
> +}
> +
> +variant amqp description {build libzmq with AMQP extension} {
> + configure.args-append --with-c
> +}
This is the same thing as the c variant?
More information about the macports-dev
mailing list