Revision: 102493 https://trac.macports.org/changeset/102493 Author: sean@macports.org Date: 2013-02-04 09:11:56 -0800 (Mon, 04 Feb 2013) Log Message: ----------- wiggle: add new port to help with rejected patches Added Paths: ----------- trunk/dports/devel/wiggle/ trunk/dports/devel/wiggle/Portfile Added: trunk/dports/devel/wiggle/Portfile =================================================================== --- trunk/dports/devel/wiggle/Portfile (rev 0) +++ trunk/dports/devel/wiggle/Portfile 2013-02-04 17:11:56 UTC (rev 102493) @@ -0,0 +1,28 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup github 1.0 + +github.setup neilbrown wiggle c18577548b8c26758ee73b7e995136db00b90d7e +version 0.9.1 +categories devel +platforms darwin +maintainers sean openmaintainer +description apply rejected patches and perform word-wise diffs +long_description ${description} +supported_archs noarch + +checksums rmd160 a02738d942ffa8b2c89d9bc3d26a30808865a7d3 \ + sha256 faf43687774de7ffb051bad6ce8208bcd6927fa6afb71a087538affa1677c02b + +depends_build path:libexec/gnubin/install:coreutils +depends_lib port:ncurses + +use_configure no + +build.env-append CC=${configure.cc} + +destroot.post_args-append \ + BINDIR=${prefix}/bin MANDIR=${prefix}/share/man \ + INSTALL=${prefix}/libexec/gnubin/install
participants (1)
-
sean@macports.org