[98388] trunk/dports/databases

Ryan Schmidt ryandesign at macports.org
Fri Oct 5 02:12:51 PDT 2012


On Oct 4, 2012, at 07:52, mk at macports.org wrote:

> Revision: 98388
>          http://trac.macports.org//changeset/98388
> Author:   mk at macports.org
> Date:     2012-10-04 05:52:38 -0700 (Thu, 04 Oct 2012)
> Log Message:
> -----------
> csvdb: new port

> Added: trunk/dports/databases/csvdb/Portfile
> ===================================================================
> --- trunk/dports/databases/csvdb/Portfile	                        (rev 0)
> +++ trunk/dports/databases/csvdb/Portfile	2012-10-04 12:52:38 UTC (rev 98388)
> @@ -0,0 +1,35 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
> +# $Id$
> +
> +PortSystem          1.0
> +
> +name                csvdb
> +
> +fetch.type          git
> +git.url             git://github.com/darkrose/csvdb.git
> +git.branch          afad8eca960af3b61b0a8ee3e1c3e0db4cc5c8f5
> +
> +version             0.5.1

> +homepage            http://sandbox.ltmnet.com/csvdb
> +master_sites        https://github.com/darkrose/csvdb

Please use the github portgroup, and if possible, allow it to fetch from a distfile instead of from the git repository itself.

> +pre-configure {
> +	system "cd ${worksrcpath}; autoreconf -i"
> +}

"use_autoreconf yes" is probably equivalent.




More information about the macports-dev mailing list