[137023] trunk/dports/net

mf2k at macports.org mf2k at macports.org
Wed Jun 3 07:25:55 PDT 2015


Revision: 137023
          https://trac.macports.org/changeset/137023
Author:   mf2k at macports.org
Date:     2015-06-03 07:25:55 -0700 (Wed, 03 Jun 2015)
Log Message:
-----------
vpnc-scripts: New port (#47158)

Added Paths:
-----------
    trunk/dports/net/vpnc-scripts/
    trunk/dports/net/vpnc-scripts/Portfile

Added: trunk/dports/net/vpnc-scripts/Portfile
===================================================================
--- trunk/dports/net/vpnc-scripts/Portfile	                        (rev 0)
+++ trunk/dports/net/vpnc-scripts/Portfile	2015-06-03 14:25:55 UTC (rev 137023)
@@ -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
+
+name                vpnc-scripts
+version             20150314
+categories          net
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2
+
+description         connect scripts for use with vpnc and openconnect
+
+long_description    This package contains scripts used by vpnc and OpenConnect \
+                    (and possibly other programs) to provide an OS-independent \
+                    interface for various operations associated with configuring \
+                    VPNs over tun devices.
+
+homepage            http://www.infradead.org/openconnect/vpnc-script.html
+
+fetch.type          git
+git.url             git://git.infradead.org/users/dwmw2/vpnc-scripts.git
+git.branch          e8b30a2be93bf2e9930cc5a2a000d5fb4cb2312c
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall -d -m 0755 ${destroot}${prefix}/etc/${name}
+    foreach script { vpnc-script vpnc-script-ptrtd vpnc-script-sshd } {
+        xinstall -m 0755 ${worksrcpath}/${script} ${destroot}${prefix}/etc/${name}
+    }
+}


Property changes on: trunk/dports/net/vpnc-scripts/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/20150603/f6764b24/attachment.html>


More information about the macports-changes mailing list