[92427] trunk/dports/net

ryandesign at macports.org ryandesign at macports.org
Sat Apr 28 01:11:12 PDT 2012


Revision: 92427
          https://trac.macports.org/changeset/92427
Author:   ryandesign at macports.org
Date:     2012-04-28 01:11:12 -0700 (Sat, 28 Apr 2012)
Log Message:
-----------
sstp-client: new port, version 1.0.7; see #34203

Added Paths:
-----------
    trunk/dports/net/sstp-client/
    trunk/dports/net/sstp-client/Portfile

Added: trunk/dports/net/sstp-client/Portfile
===================================================================
--- trunk/dports/net/sstp-client/Portfile	                        (rev 0)
+++ trunk/dports/net/sstp-client/Portfile	2012-04-28 08:11:12 UTC (rev 92427)
@@ -0,0 +1,40 @@
+# -*- 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                sstp-client
+version             1.0.7
+categories          net
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
+
+description         client implementation of Secure Socket Tunneling Protocol (SSTP)
+
+long_description    ${name} is a ${description} for Unix that allows access \
+                    via SSTP VPN to Microsoft Windows 2008 Server. It tunnels \
+                    PPP traffic over SSL.
+
+homepage            http://sstp-client.sourceforge.net/
+master_sites        sourceforge:project/sstp-client/sstp-client/${version}
+
+checksums           rmd160  71b6c4a7f6370c18ca1988f9d1b17c5bde45f882 \
+                    sha256  fa935f47812944243a31d7c64905f791634993791b974701c963ff05448c9f34
+
+depends_build       port:pkgconfig
+
+depends_lib         port:libevent \
+                    port:openssl
+
+universal_variant   no
+
+configure.args      --disable-ppp-plugin \
+                    --disable-silent-rules \
+                    --with-libevent=2 \
+                    --with-runtime-dir=${prefix}/var/macports/sstpc
+
+test.run            yes
+test.target         check
+
+destroot.args       PREFIX=${prefix}


Property changes on: trunk/dports/net/sstp-client/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/20120428/7310af50/attachment.html>


More information about the macports-changes mailing list