[132914] trunk/dports/devel

khindenburg at macports.org khindenburg at macports.org
Thu Feb 12 17:49:28 PST 2015


Revision: 132914
          https://trac.macports.org/changeset/132914
Author:   khindenburg at macports.org
Date:     2015-02-12 17:49:28 -0800 (Thu, 12 Feb 2015)
Log Message:
-----------
minipro: new port w/ maintainer #46689

Added Paths:
-----------
    trunk/dports/devel/minipro/
    trunk/dports/devel/minipro/Portfile

Added: trunk/dports/devel/minipro/Portfile
===================================================================
--- trunk/dports/devel/minipro/Portfile	                        (rev 0)
+++ trunk/dports/devel/minipro/Portfile	2015-02-13 01:49:28 UTC (rev 132914)
@@ -0,0 +1,43 @@
+# -*- 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        vdudouyt minipro 0.0.1
+categories          devel
+maintainers         openmaintainer gmail.com:ranauei
+platforms           darwin
+license             GPL-3
+description         Utility for the MiniPRO TL866CS and TL866A universal programmers
+long_description    Opensource tool that aims to create a complete cross-platform \
+                    replacement for the proprietary utility from autoelectric.cn. \
+                    Currently it supports more than 13000 of target devices including \
+                    AVRs, PICs as well as a huge number of other microcontrollers and \
+                    various BIOSes.
+
+checksums           rmd160  8cc7d90a90ea4a57e7f5562699049d6bfb9d9359 \
+                    sha256  6231364e7e278b2a75889b1b9764689e9361487c152621746061a6c8e5e8a658
+
+depends_build       port:pkgconfig
+
+depends_lib         port:libusb
+
+depends_run         port:srecord
+
+use_configure       no
+
+variant universal {}
+
+pre-build {
+    if {[variant_isset universal]} {
+        build.args-append CC="${configure.cc} ${configure.universal_cflags}"
+    } else {
+        build.args-append CC="${configure.cc}"
+    }
+}
+
+destroot {
+    xinstall -W ${worksrcpath} ${name} ${name}-query-db ${name}hex ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/man/${name}.1 ${destroot}${prefix}/share/man/man1
+}


Property changes on: trunk/dports/devel/minipro/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/20150212/734a581d/attachment.html>


More information about the macports-changes mailing list