[59514] trunk/dports/devel

snc at macports.org snc at macports.org
Thu Oct 15 17:38:25 PDT 2009


Revision: 59514
          http://trac.macports.org/changeset/59514
Author:   snc at macports.org
Date:     2009-10-15 17:38:23 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
create librets, ticket #22059. remove default variant

Added Paths:
-----------
    trunk/dports/devel/librets/
    trunk/dports/devel/librets/Portfile

Added: trunk/dports/devel/librets/Portfile
===================================================================
--- trunk/dports/devel/librets/Portfile	                        (rev 0)
+++ trunk/dports/devel/librets/Portfile	2009-10-16 00:38:23 UTC (rev 59514)
@@ -0,0 +1,62 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sts=4:sw=4:ts=4
+# $Id$
+
+PortSystem 1.0
+
+name            librets
+version         1.4.0
+categories      devel
+platforms       darwin
+maintainers     josephholsten.com:joseph
+
+description     RETS client library
+long_description \
+    libRETS is RETS client library written in C++ that allows rapid \
+    development of RETS client applications. By saving the developer from \
+    dealing with the RETS protocol details, the application writer can \
+    concentrate on their application, saving them time and money in \
+    the process.
+
+homepage        http://www.crt.realtors.org/projects/rets/librets/
+master_sites    ${homepage}/files/
+
+checksums       md5 e8c5bde8897d6f3d979b5415c4392961 \
+                sha1 b398098efce28b4afbe7020bfa070f6aeb8baac2 \
+                rmd160 28673dc8e60b782ad5def9a388490befd013a7d3
+
+depends_lib     port:boost port:curl port:swig
+
+configure.args-append --disable-perl \
+               --disable-php \
+               --disable-ruby \
+               --disable-java \
+               --disable-python
+
+variant java description {Build Java bindings} {
+    configure.args-delete --disable-java
+}
+
+variant perl description {Build Perl bindings} {
+    configure.args-delete --disable-perl
+}
+
+variant php5 description {Build PHP5 bindings} {
+    configure.args-delete --disable-php
+}
+
+variant python description {Build Python bindings} {
+    configure.args-delete --disable-pithon
+}
+
+variant ruby description {Build Ruby bindings} {
+    configure.args-delete --disable-ruby
+}
+
+variant sql2dmql description {Build SQL to DMQL compiler} {
+    depends_lib port:antlr
+    configure.args-append --enable-sql-compiler
+}
+
+livecheck.type  regex
+livecheck.url   http://www.crt.realtors.org/projects/rets/librets/downloads/
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar


Property changes on: trunk/dports/devel/librets/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/f853e448/attachment.html>


More information about the macports-changes mailing list