[144765] trunk/dports/multimedia

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 17 11:07:48 PST 2016


Revision: 144765
          https://trac.macports.org/changeset/144765
Author:   jeremyhu at macports.org
Date:     2016-01-17 11:07:48 -0800 (Sun, 17 Jan 2016)
Log Message:
-----------
libbdplus: New port (#50349)

Added Paths:
-----------
    trunk/dports/multimedia/libbdplus/
    trunk/dports/multimedia/libbdplus/Portfile

Added: trunk/dports/multimedia/libbdplus/Portfile
===================================================================
--- trunk/dports/multimedia/libbdplus/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/libbdplus/Portfile	2016-01-17 19:07:48 UTC (rev 144765)
@@ -0,0 +1,36 @@
+# -*- 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
+
+name                libbdplus
+version             0.1.2
+categories          multimedia
+license             LGPL-2.1
+platforms           darwin
+maintainers         gmail.com:vladashram
+description         an open-source library designed implement the BD+ System
+
+long_description    A research project designed to implement the BD+ System Specification that provides an open source library
+
+homepage            http://www.videolan.org/developers/libbdplus.html
+master_sites        http://get.videolan.org/libbdplus/${version}
+
+use_bzip2           yes
+
+depends_build       port:pkgconfig \
+                    port:perl5
+
+depends_lib         port:libgcrypt \
+                    port:libgpg-error
+
+checksums           rmd160  3d2529b576b27f6c41bedb4fc2febca4b9a50e38 \
+                    sha256  a631cae3cd34bf054db040b64edbfc8430936e762eb433b1789358ac3d3dc80a
+
+configure.perl      ${prefix}/bin/perl5
+
+configure.args      --disable-examples
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     libbdplus (\[0-1.]+)


Property changes on: trunk/dports/multimedia/libbdplus/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/20160117/a53f4a13/attachment.html>


More information about the macports-changes mailing list