summaryrefslogtreecommitdiff
path: root/devel/nant
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29Honour build environment. Fixes build if $HOME is not writeable.joerg1-10/+8
2009-08-12recursive bump for icu shlib version change except already done.obache1-2/+2
2009-08-03MAKE_JOBS_SAFE=nojoerg1-1/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-16/+1
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe1-1/+2
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-01-07Import nant version 0.86beta1.jmcneill6-0/+160
NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant. NAnt is different. Instead of a model where it is extended with shell-based commands, NAnt is extended using task classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.