Re: mingw-pkg vs mgwport

Keith Marshall <[email protected]> Mon, 20 Jan 2014 18:40:24 +0000
Newsgroups gmane.comp.gnu.mingw.devel
Organization MinGW Project
Message-ID <[email protected]>
On 19/01/14 20:48, Sebastian Schuberth wrote:
> Would you mind sharing mingw-pkg, at least privately, with me so that I 
> can evaluate it against mgwport (which does not seem to be maintained 
> anymore) for building the packages at [1]?

Sure.  I've created a git repository here:
https://sourceforge.net/u/keithmarshall/mingw-pkg/ci/master/tree/

FYI, I manage this using Mercurial, (git's only mitigating feature,
AFAIAC, being that I can do this).  Hence, there's an .hgignore file,
but currently no .gitignore, and I've provided an hg plugin to track
patches -- somewhat kludgey ATM, but I intend to rework it to use
Mercurial Queues.  I won't write it myself, but I will be happy to
consider patches to add a similar git plugin.

FWIW, my $HOME/.mingw-pkgrc is attached.

-- 
Regards,
Keith.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk

_______________________________________________
MinGW-dvlpr mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-dvlpr
.mingw-pkgrc (text/plain, 306 B)
# Initialisation preferences for mingw-pkg tool.

AUTHOR="Keith Marshall"
AUTHOR_EMAIL="[email protected]"

host=${host-"mingw32"}
build=${build-"x86_64-pc-linux-gnu"}

load plugin hg

configure_options="`echo --build=$build --host=$host $configure_options`"

# .mingw-pkgrc: end of file