[139224] trunk/dports/security

jeremyhu at macports.org jeremyhu at macports.org
Fri Aug 7 15:24:02 PDT 2015


Revision: 139224
          https://trac.macports.org/changeset/139224
Author:   jeremyhu at macports.org
Date:     2015-08-07 15:24:02 -0700 (Fri, 07 Aug 2015)
Log Message:
-----------
libressl: New port (#44313)

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

Added: trunk/dports/security/libressl/Portfile
===================================================================
--- trunk/dports/security/libressl/Portfile	                        (rev 0)
+++ trunk/dports/security/libressl/Portfile	2015-08-07 22:24:02 UTC (rev 139224)
@@ -0,0 +1,38 @@
+# -*- 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           muniversal 1.0
+
+name                libressl
+version             2.2.2
+
+categories          security devel
+platforms           darwin
+license             OpenSSL SSLeay
+maintainers         openmaintainer
+
+description         LibreSSL SSL/TLS cryptography library
+long_description    LibreSSL is composed of four parts: \
+                    The openssl(1) utility, which provides tools for managing keys, certificates, etc. \
+                    libcrypto: a library of cryptography fundamentals \
+                    libssl: a TLS library, backwards-compatible with OpenSSL \
+                    libtls: a new TLS library, designed to make it easier to write foolproof applications
+homepage            http://www.libressl.org
+
+conflicts           openssl
+
+depends_lib         port:zlib
+
+master_sites        http://ftp.openbsd.org/pub/OpenBSD/LibreSSL
+checksums           md5     dd3a7cac858b7b2f6f7b8686d6562f60 \
+                    sha1    3736abaab1f5c6b933a6b6d18b59e0628ca0727a \
+                    rmd160  d0fe4d74ce9f6b9c2f913066018e904117013576 \
+                    sha256  e094b09f33d468545edbb2b16dc178f958ec2f66de1a2fc7cc2a20bd2489a114
+
+# HOST_ASM_MACOSX_X86_64 gets set when building i386 on x86_64
+set merger_configure_args(i386)     --disable-asm
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+\[a-z\]?)\\.tar\\.gz


Property changes on: trunk/dports/security/libressl/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/20150807/f7ab932c/attachment.html>


More information about the macports-changes mailing list