On Oct 4, 2012, at 07:52, [email protected] wrote: > Revision: 98388 > http://trac.macports.org//changeset/98388 > Author: [email protected] > 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. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
