[137271] trunk/dports/security

ryandesign at macports.org ryandesign at macports.org
Sun Jun 7 17:45:26 PDT 2015


Revision: 137271
          https://trac.macports.org/changeset/137271
Author:   ryandesign at macports.org
Date:     2015-06-07 17:45:26 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
libclocale: new port, version 20141014 (#46075)

Added Paths:
-----------
    trunk/dports/security/libclocale/
    trunk/dports/security/libclocale/Portfile

Added: trunk/dports/security/libclocale/Portfile
===================================================================
--- trunk/dports/security/libclocale/Portfile	                        (rev 0)
+++ trunk/dports/security/libclocale/Portfile	2015-06-08 00:45:26 UTC (rev 137271)
@@ -0,0 +1,32 @@
+# -*- 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        libyal libclocale 20141014
+categories          security
+platforms           darwin
+maintainers         yahoo.fr:jul_bsd openmaintainer
+license             LGPL-3+
+
+description         Library for cross-platform C locale functions
+long_description    ${description}
+
+distname            ${name}-alpha-${version}
+worksrcdir          ${name}-${version}
+github.tarball_from releases
+
+checksums           rmd160  20f94e75daa57e2291b09dee29a439436dd6ace3 \
+                    sha256  879111ce6dc77c865bb9d5f30373e22f47e1ab293dc590be8a072f471f42a16b
+
+depends_build       port:pkgconfig
+
+depends_lib         port:gettext \
+                    port:libcerror \
+                    port:libcstring \
+                    port:libiconv
+
+configure.args      --with-libiconv-prefix=${prefix} \
+                    --with-libcstring=${prefix} \
+                    --with-libcerror=${prefix}


Property changes on: trunk/dports/security/libclocale/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/20150607/871e8736/attachment.html>


More information about the macports-changes mailing list