[137272] trunk/dports/security

ryandesign at macports.org ryandesign at macports.org
Sun Jun 7 17:51:40 PDT 2015


Revision: 137272
          https://trac.macports.org/changeset/137272
Author:   ryandesign at macports.org
Date:     2015-06-07 17:51:40 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
libcnotify: new port, version 20141014 (#46076)

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

Added: trunk/dports/security/libcnotify/Portfile
===================================================================
--- trunk/dports/security/libcnotify/Portfile	                        (rev 0)
+++ trunk/dports/security/libcnotify/Portfile	2015-06-08 00:51:40 UTC (rev 137272)
@@ -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 libcnotify 20141014
+categories          security
+platforms           darwin
+maintainers         yahoo.fr:jul_bsd openmaintainer
+license             LGPL-3+
+
+description         Library for cross-platform C notification functions
+long_description    ${description}
+
+github.tarball_from releases
+distname            ${name}-alpha-${version}
+worksrcdir          ${name}-${version}
+
+checksums           rmd160  0d0cfc2e066748cf16f5697132eae0c938a109c8 \
+                    sha256  a2ce69635718985d8720386e53a52a34d53a1a1ce2005e3c54f4efe283d2e67a
+
+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/libcnotify/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/db0f7a29/attachment.html>


More information about the macports-changes mailing list