033037c5ba
Quilt is a set of scripts that allows to manage a series of patches by 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 were heavily modified since then.
64 lines
1.5 KiB
Text
64 lines
1.5 KiB
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/09 19:46:36 jmmv Exp $
|
|
bin/guards
|
|
bin/quilt
|
|
lib/quilt/backup-files
|
|
man/man1/guards.1
|
|
man/man1/quilt.1
|
|
share/doc/${PKGNAME}/README
|
|
share/doc/${PKGNAME}/README.MAIL
|
|
share/doc/${PKGNAME}/quilt.pdf
|
|
share/locale/de/LC_MESSAGES/quilt.mo
|
|
share/locale/fr/LC_MESSAGES/quilt.mo
|
|
share/locale/ja/LC_MESSAGES/quilt.mo
|
|
share/examples/quilt/bash_completion.d/quilt
|
|
share/examples/quilt/quilt.quiltrc
|
|
share/quilt/add
|
|
share/quilt/annotate
|
|
share/quilt/applied
|
|
share/quilt/compat/cp
|
|
share/quilt/compat/date
|
|
share/quilt/compat/getopt
|
|
share/quilt/compat/patch
|
|
share/quilt/compat/sed
|
|
share/quilt/compat/sendmail
|
|
share/quilt/delete
|
|
share/quilt/diff
|
|
share/quilt/edit
|
|
share/quilt/files
|
|
share/quilt/fold
|
|
share/quilt/fork
|
|
share/quilt/graph
|
|
share/quilt/grep
|
|
share/quilt/header
|
|
share/quilt/import
|
|
share/quilt/mail
|
|
share/quilt/new
|
|
share/quilt/next
|
|
share/quilt/patches
|
|
share/quilt/pop
|
|
share/quilt/previous
|
|
share/quilt/push
|
|
share/quilt/refresh
|
|
share/quilt/remove
|
|
share/quilt/rename
|
|
share/quilt/scripts/dependency-graph
|
|
share/quilt/scripts/edmail
|
|
share/quilt/scripts/inspect
|
|
share/quilt/scripts/parse-patch
|
|
share/quilt/scripts/patchfns
|
|
share/quilt/scripts/remove-trailing-ws
|
|
share/quilt/series
|
|
share/quilt/setup
|
|
share/quilt/snapshot
|
|
share/quilt/top
|
|
share/quilt/unapplied
|
|
share/quilt/upgrade
|
|
share/quilt/wrapper/patch
|
|
@dirrm share/quilt/wrapper
|
|
@dirrm share/quilt/scripts
|
|
@dirrm share/quilt/compat
|
|
@dirrm share/quilt
|
|
@dirrm share/examples/quilt/bash_completion.d
|
|
@dirrm share/examples/quilt
|
|
@dirrm share/doc/${PKGNAME}
|
|
@dirrm lib/quilt
|