[133570] trunk/dports/databases

pixilla at macports.org pixilla at macports.org
Thu Mar 5 08:46:59 PST 2015


Revision: 133570
          https://trac.macports.org/changeset/133570
Author:   pixilla at macports.org
Date:     2015-03-05 08:46:59 -0800 (Thu, 05 Mar 2015)
Log Message:
-----------
databases/hiredis:
- New port.

Added Paths:
-----------
    trunk/dports/databases/hiredis/
    trunk/dports/databases/hiredis/Portfile

Added: trunk/dports/databases/hiredis/Portfile
===================================================================
--- trunk/dports/databases/hiredis/Portfile	                        (rev 0)
+++ trunk/dports/databases/hiredis/Portfile	2015-03-05 16:46:59 UTC (rev 133570)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        redis hiredis 0.12.1 v
+categories          databases
+platforms           darwin
+license             BSD
+
+maintainers         pixilla openmaintainer
+
+description         Hiredis is a minimalistic C client library for the Redis database.
+long_description    ${description}
+
+checksums           rmd160  56595fa744ea3855e45943e114d80908c9e85e06 \
+                    sha256  b83303b2adba85b9d384d5db124f89ca02550ee58ecfed2502c75d06068f7406
+
+use_configure       no
+
+variant universal {}
+
+build.args-append   CC="${configure.cc} [get_canonical_archflags cc]"
+destroot.args       PREFIX=${prefix} \
+                    LIBRARY_PATH=lib


Property changes on: trunk/dports/databases/hiredis/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150305/9b8dd215/attachment.html>


More information about the macports-changes mailing list