[151586] trunk/dports/office

g5pw at macports.org g5pw at macports.org
Thu Aug 18 01:41:47 PDT 2016


Revision: 151586
          https://trac.macports.org/changeset/151586
Author:   g5pw at macports.org
Date:     2016-08-18 01:41:47 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
office/mdp: new port

Markdown presentation tool

Added Paths:
-----------
    trunk/dports/office/mdp/
    trunk/dports/office/mdp/Portfile

Added: trunk/dports/office/mdp/Portfile
===================================================================
--- trunk/dports/office/mdp/Portfile	                        (rev 0)
+++ trunk/dports/office/mdp/Portfile	2016-08-18 08:41:47 UTC (rev 151586)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        visit1985 mdp 1.0.8
+maintainers         g5pw openmaintainer
+categories          office
+description         A command-line based markdown presentation tool.
+long_description    ${description}
+license             GPL-3
+platforms           darwin
+
+depends_lib         port:ncurses
+
+checksums           rmd160  b919677ae9b965f43e97415fe2a7f621fe673868 \
+                    sha256  e7dc27cf3ca61990b60c9855f99ca89fc17bfa6ba9d588d1520e4fe5ee6c5ae5
+
+use_configure       no
+
+build.args-append   CC="${configure.cc} [get_canonical_archflags cc]" \
+
+destroot {
+    xinstall -m 755 -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
+    xinstall -m 644 -W ${worksrcpath} ${name}.1 ${destroot}${prefix}/share/man/man1/
+}


Property changes on: trunk/dports/office/mdp/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/20160818/81d4cac8/attachment-0001.html>


More information about the macports-changes mailing list