[92663] users/g5pw/dports

Ryan Schmidt ryandesign at macports.org
Thu May 3 10:17:30 PDT 2012


On May 3, 2012, at 07:22, g5pw at macports.org wrote:

> Revision: 92663
>          https://trac.macports.org/changeset/92663
> Author:   g5pw at macports.org
> Date:     2012-05-03 05:22:05 -0700 (Thu, 03 May 2012)
> Log Message:
> -----------
> textproc/icat:
> new port.
> 
> Added Paths:
> -----------
>    users/g5pw/dports/textproc/
>    users/g5pw/dports/textproc/icat/
>    users/g5pw/dports/textproc/icat/Portfile
> 
> Added: users/g5pw/dports/textproc/icat/Portfile
> ===================================================================
> --- users/g5pw/dports/textproc/icat/Portfile	                        (rev 0)
> +++ users/g5pw/dports/textproc/icat/Portfile	2012-05-03 12:22:05 UTC (rev 92663)
> @@ -0,0 +1,24 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
> +# $Id$
> +
> +PortSystem          1.0
> +PortGroup           github 1.0
> +
> +github.setup        atextor icat 3ee5b6b37a1629339ae5481a33213fcc1db10c23

The third argument to github.setup should be the version number (either assigned by the project or invented by you, possibly using a date stamp). "3ee5b6b37a1629339ae5481a33213fcc1db10c23" is not a version number; it's a commit hash.

> +use_configure       no

If no configure phase, then you probably need to handle UsingTheRightCompiler and -arch flags and add a universal variant if possible.




More information about the macports-dev mailing list