[126923] trunk/dports/multimedia

ctreleaven at macports.org ctreleaven at macports.org
Fri Oct 17 12:01:12 PDT 2014


Revision: 126923
          https://trac.macports.org/changeset/126923
Author:   ctreleaven at macports.org
Date:     2014-10-17 12:01:11 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
mythtv-pkg.27: New port to facilitate packaging a complete Myth system.

Added Paths:
-----------
    trunk/dports/multimedia/mythtv-pkg.27/
    trunk/dports/multimedia/mythtv-pkg.27/Portfile
    trunk/dports/multimedia/mythtv-pkg.27/files/
    trunk/dports/multimedia/mythtv-pkg.27/files/README_mythtv-pkg27_MacPorts.txt

Added: trunk/dports/multimedia/mythtv-pkg.27/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv-pkg.27/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/mythtv-pkg.27/Portfile	2014-10-17 19:01:11 UTC (rev 126923)
@@ -0,0 +1,37 @@
+# -*- 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
+
+PortSystem          1.0
+
+name                mythtv-pkg.27
+version             Fixes.27-20141015
+categories          multimedia
+platforms           darwin
+supported_archs     x86_64
+license             GPL-2
+maintainers         cogeco.ca:ctreleaven openmaintainer
+
+description         personal video recorder (PVR) and media centre system package
+long_description    The ultimate Digital Video Recorder and home media \
+                    center hub. Think of it as a Free and Open Source alternative \
+                    to Windows Media Center or Tivo. \
+                    This port is used to produce the all-in-one installer \
+                    package.
+
+homepage            http://www.mythtv.org/
+master_sites
+
+depends_run         port:mariadb-server port:mythtv-core.27 port:mythweb.27 \
+                    port:MacPorts_daemondo
+
+universal_variant   no
+
+fetch {}
+checksum {}
+extract {}
+use_configure no
+build {}
+
+destroot {
+    xinstall -m 0755 ${filespath}/README_mythtv-pkg27_MacPorts.txt \
+        ${destroot}${prefix}/share/mythtv-pkg
+}


Property changes on: trunk/dports/multimedia/mythtv-pkg.27/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/multimedia/mythtv-pkg.27/files/README_mythtv-pkg27_MacPorts.txt
===================================================================
--- trunk/dports/multimedia/mythtv-pkg.27/files/README_mythtv-pkg27_MacPorts.txt	                        (rev 0)
+++ trunk/dports/multimedia/mythtv-pkg.27/files/README_mythtv-pkg27_MacPorts.txt	2014-10-17 19:01:11 UTC (rev 126923)
@@ -0,0 +1,2 @@
+See http://www.mythtv.org/wiki/MacPorts
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141017/398feae8/attachment.html>


More information about the macports-changes mailing list