[139623] trunk/dports/devel
Ryan Schmidt
ryandesign at macports.org
Fri Aug 21 17:30:50 PDT 2015
> On Aug 21, 2015, at 5:46 PM, chunyang at macports.org wrote:
>
> Revision
> 139623
> Author
> chunyang at macports.org
> Date
> 2015-08-21 15:46:10 -0700 (Fri, 21 Aug 2015)
> Log Message
>
> proxychains-ng: new port, version 4.10
> Added Paths
>
> • trunk/dports/devel/proxychains-ng/
> • trunk/dports/devel/proxychains-ng/Portfile
> Diff
>
> Added: trunk/dports/devel/proxychains-ng/Portfile (0 => 139623)
>
> --- trunk/dports/devel/proxychains-ng/Portfile (rev 0)
> +++ trunk/dports/devel/proxychains-ng/Portfile 2015-08-21 22:46:10 UTC (rev 139623)
>
> @@ -0,0 +1,25 @@
>
> +# -*- 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
> +
> +github.setup rofl0r proxychains-ng 4.10 v
> +maintainers chunyang openmaintainer
> +categories devel
> +license GPL-2
> +description hook preloader
> +long_description ${name} is a ${description} which hooks calls to \
> + sockets indynamically linked programs and redirects \
> + it through one or more socks/http proxies.
> +
> +platforms darwin
> +
> +master_sites ${homepage}/archive/
> +distname ${github.tag_prefix}${version}
> +worksrcdir ${name}-${version}
Is there a specific reason why you overrode the github portgroup's defaults here?
More information about the macports-dev
mailing list