[27988] trunk/dports/net

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 16 23:11:07 PDT 2007


Revision: 27988
          http://trac.macosforge.org/projects/macports/changeset/27988
Author:   raimue at macports.org
Date:     2007-08-16 23:11:07 -0700 (Thu, 16 Aug 2007)

Log Message:
-----------
net/proxytunnel:
New Port, as requested in #12346
closes #12346

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

Added: trunk/dports/net/proxytunnel/Portfile
===================================================================
--- trunk/dports/net/proxytunnel/Portfile	                        (rev 0)
+++ trunk/dports/net/proxytunnel/Portfile	2007-08-17 06:11:07 UTC (rev 27988)
@@ -0,0 +1,50 @@
+# $Id$
+
+PortSystem 1.0
+
+name            proxytunnel
+version         1.7.2
+set dist_revision   161
+set dist_version    ${version}.${dist_revision}
+categories      net
+platforms       darwin
+maintainers     raimue
+
+description \
+    ProxyTunnel is a program that connects stdin and stdout \
+    to a server somewhere on the network, through a standard \
+    HTTPS proxy. This will allow you for example to access \
+    SSH servers when you normally only have http(s) access.
+
+long_description ${description}
+
+homepage        http://proxytunnel.sourceforge.net/
+master_sites    sourceforge:proxytunnel
+
+distname        ${name}-${dist_version}
+extract.suffix  .tgz
+checksums       md5 f43eebfe676fa30cba88d611e8461c2a
+
+use_configure       no
+universal_variant   no
+
+worksrcdir      ${name}-${version}
+build.target
+
+depends_build   port:pkgconfig
+depends_lib     port:openssl port:zlib
+
+
+
+patch {
+    reinplace "s|#\\(CFLAGS += -DDARWIN\\)|\\1|" ${worksrcpath}/Makefile
+    reinplace "s|REV = \$(shell ./getrev.sh)|REV = ${dist_revision}|" ${worksrcpath}/Makefile
+}
+
+# writing own destroot, fixing the install in Makefile would be too complicated
+destroot {
+    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/debian/${name}.1 ${destroot}${prefix}/share/man/man1 
+}
+
+livecheck.regex <title>${name} source tarballs ${name}-(\\d+\\.\\d+\\.\\d+)\\.\\d+ released.*</title>


Property changes on: trunk/dports/net/proxytunnel/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/1fdb6c75/attachment.html


More information about the macports-changes mailing list