[96430] trunk/dports/net

jmr at macports.org jmr at macports.org
Thu Aug 9 15:05:18 PDT 2012


Revision: 96430
          https://trac.macports.org/changeset/96430
Author:   jmr at macports.org
Date:     2012-08-09 15:05:17 -0700 (Thu, 09 Aug 2012)
Log Message:
-----------
New port: remctl, Kerberos-authenticated remote command execution (#33931)

Added Paths:
-----------
    trunk/dports/net/remctl/
    trunk/dports/net/remctl/Portfile

Added: trunk/dports/net/remctl/Portfile
===================================================================
--- trunk/dports/net/remctl/Portfile	                        (rev 0)
+++ trunk/dports/net/remctl/Portfile	2012-08-09 22:05:17 UTC (rev 96430)
@@ -0,0 +1,29 @@
+# -*- 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
+
+name                remctl
+version             3.1
+categories          net
+license             MIT
+maintainers         mit.edu:quentin
+description         Kerberos-authenticated remote command execution
+long_description    remctl implements a client/server protocol for running \
+                    single commands on a remote host using Kerberos v5 \
+                    authentication and returning the output.
+platforms           darwin
+homepage            http://www.eyrie.org/~eagle/software/remctl/
+master_sites        http://archives.eyrie.org/software/kerberos/ \
+                    http://archives.eyrie.org/software/ARCHIVE/remctl/
+
+checksums           rmd160 0880f2172b25845262574b45099a556e428a4558 \
+                    sha256 5bce856ce34b8c6a803eb52e4c2623941250099696f06b65c6f63c6133f9a636
+
+depends_lib         port:pcre port:kerberos5
+
+configure.args      --enable-reduced-depends
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\[0-9a-z.\]*)${extract.suffix}"


Property changes on: trunk/dports/net/remctl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120809/a7e7034d/attachment.html>


More information about the macports-changes mailing list