aboutsummaryrefslogtreecommitdiff
path: root/devel/quilt
Commit message (Collapse)AuthorAgeFilesLines
* - Add runtime dependencies to run_depends [1]Andrew Pantyukhin2007-01-232-2/+3
| | | | | | | | | | | - Fix plist a bit while I'm here PR: ports/107671 [1] Submitted by: Martin Kammerhofer <mkamm@gmx.net> Approved by: Dirk Jagdmann <doj@cubic.org> (maintainer timeout, 15 days) Notes: svn path=/head/; revision=183064
* quilt is a collection of bash scripts to manage a series of patches byAlejandro Pulver2006-10-315-0/+179
keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc. The key philosophical concept is that your primary output is patches. Not ".c" files, not ".h" files. But patches. So patches are the first-class object here. Quilt was originally based on Andrew Morton's patch scripts published on the linux kernel mailing list a while ago, but where heavily modified since then. WWW: http://savannah.nongnu.org/projects/quilt PR: ports/104614 Submitted by: Dirk Jagdmann <doj at cubic.org> Notes: svn path=/head/; revision=175889