[77794] trunk/dports/science

Ryan Schmidt ryandesign at macports.org
Wed Apr 13 23:48:52 PDT 2011


On Apr 13, 2011, at 10:24, michaelld at macports.org wrote:

> Revision: 77794
>          http://trac.macports.org/changeset/77794
> Author:   michaelld at macports.org
> Date:     2011-04-13 08:24:45 -0700 (Wed, 13 Apr 2011)
> Log Message:
> -----------
> uhd: Initial Portfile checkin. Provides Ettus Research's Universal Harware Driver for Software-Defined Radio devices.
> 
> Added Paths:
> -----------
>    trunk/dports/science/uhd/
>    trunk/dports/science/uhd/Portfile
> 
> Added: trunk/dports/science/uhd/Portfile
> ===================================================================
> --- trunk/dports/science/uhd/Portfile	                        (rev 0)
> +++ trunk/dports/science/uhd/Portfile	2011-04-13 15:24:45 UTC (rev 77794)
> @@ -0,0 +1,112 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
> +# $Id: Portfile 75552 2011-01-30 00:49:38Z snc at macports.org $
> +
> +PortSystem          1.0
> +PortGroup           cmake 1.0
> +
> +name                uhd
> +version             003.000.001
> +categories          science
> +maintainers         michaelld
> +description         Universal Hardware Driver for Ettus Research products
> +long_description    ${description}
> +
> +homepage            https://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki
> +platforms           darwin
> +
> +fetch.type          git
> +git.url             http://github.com/EttusResearch/UHD-Mirror.git
> +#git.branch          ${version}

You must lock this fetch to version 003.000.001, using git.branch. Otherwise users installing the port at different times will get different versions of the software (assuming upstream is continuing to develop it), though they will all think they got version 003.000.001.






More information about the macports-dev mailing list