[145754] trunk
ionic at macports.org
ionic at macports.org
Mon Feb 15 17:49:03 PST 2016
Revision: 145754
https://trac.macports.org/changeset/145754
Author: ionic at macports.org
Date: 2016-02-15 17:49:03 -0800 (Mon, 15 Feb 2016)
Log Message:
-----------
sysutils/edmv: new port. Fixes: #50580.
Added Paths:
-----------
trunk/sysutils/
trunk/sysutils/edmv/
trunk/sysutils/edmv/Portfile
Added: trunk/sysutils/edmv/Portfile
===================================================================
--- trunk/sysutils/edmv/Portfile (rev 0)
+++ trunk/sysutils/edmv/Portfile 2016-02-16 01:49:03 UTC (rev 145754)
@@ -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/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/96cb0f1f/attachment.html>
More information about the macports-changes
mailing list