[145755] trunk

ionic at macports.org ionic at macports.org
Mon Feb 15 17:51:20 PST 2016


Revision: 145755
          https://trac.macports.org/changeset/145755
Author:   ionic at macports.org
Date:     2016-02-15 17:51:19 -0800 (Mon, 15 Feb 2016)
Log Message:
-----------
edmv: and move it to the correct directory.

Added Paths:
-----------
    trunk/dports/sysutils/edmv/
    trunk/dports/sysutils/edmv/Portfile

Removed Paths:
-------------
    trunk/sysutils/

Copied: trunk/dports/sysutils/edmv/Portfile (from rev 145754, trunk/sysutils/edmv/Portfile)
===================================================================
--- trunk/dports/sysutils/edmv/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/edmv/Portfile	2016-02-16 01:51:19 UTC (rev 145755)
@@ -0,0 +1,35 @@
+# -*- 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
+PortGroup               python 1.0
+
+github.setup            casey edmv 0.1.0
+github.tarball_from     releases
+
+categories              sysutils python
+platforms               darwin
+license                 permissive
+
+maintainers             rodarmor.com:casey
+description             Batch rename files with your favorite editor
+long_description        edmv allows you to interactively rename files with the \
+                        editor of your choice.
+
+checksums               rmd160  ceefdd6db98ecb69a612d368de3f8d6577e1e066 \
+                        sha256  8fbe7efc519f291f936aa001f3960dec56b6149c8fed06402a504ae993d1ce31
+
+python.default_version  35
+homepage                https://github.com/casey/edmv
+supported_archs         noarch
+use_configure           no
+build                   {}
+
+post-patch {
+    reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python3.5|" ${worksrcpath}/edmv
+}
+
+destroot {
+    xinstall -m 0755 ${worksrcpath}/edmv ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/sysutils/edmv/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/20160215/fc8f805a/attachment.html>


More information about the macports-changes mailing list