[125430] trunk/dports/textproc

Ryan Schmidt ryandesign at macports.org
Wed Sep 17 19:03:58 PDT 2014


> On Sep 17, 2014, at 9:24 AM, g5pw at macports.org wrote:
> 
> Revision
> 125430
> Author
> g5pw at macports.org
> Date
> 2014-09-17 07:24:11 -0700 (Wed, 17 Sep 2014)
> Log Message
> 
> textproc/datamash:
>   new port
> 
> Added Paths
> 
> 	• trunk/dports/textproc/datamash/
> 	• trunk/dports/textproc/datamash/Portfile
> Diff
> 
> Added: trunk/dports/textproc/datamash/Portfile (0 => 125430)
> 
> --- trunk/dports/textproc/datamash/Portfile	                        (rev 0)
> +++ trunk/dports/textproc/datamash/Portfile	2014-09-17 14:24:11 UTC (rev 125430)
> 
> @@ -0,0 +1,24 @@
> 
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
> +# $Id$
> +
> +PortSystem          1.0
> +
> +name                datamash
> +version             1.0.6
> +maintainers         g5pw openmaintainer
> +categories          textproc
> +description         Datamash is a command-line statistical tool.
> +long_description    GNU datamash is a command-line program which performs \
> +                    basic numeric,textual and statistical operations on input \
> +                    textual data files.
> +platforms           darwin
> +license             GPL-3+
> +homepage            https://www.gnu.org/software/${name}/
> +
> +master_sites        http://ftp.gnu.org/gnu/${name}/
> +
> +checksums           rmd160  d0e850f2bb8a63f6756bdd82585c60695b5998ef \
> +                    sha256  0154c25c45b5506b6d618ca8e18d0ef093dac47946ac0df464fb21e77b504118
> +
> +livecheck.url       ${homepage}/download/
> +livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)

Please use the gnu fetch group. ("master_site gnu") That should take care of the livecheck too.





More information about the macports-dev mailing list