Date: Tue, 31 Oct 2006 17:59:55 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/quilt Makefile distinfo pkg-descr pkg-plist ports/devel/quilt/files patch-Makefile.in Message-ID: <200610311759.k9VHxt7T066250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alepulver 2006-10-31 17:59:55 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/quilt Makefile distinfo pkg-descr pkg-plist
devel/quilt/files patch-Makefile.in
Log:
quilt is a collection of bash scripts 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 where heavily
modified since then.
WWW: http://savannah.nongnu.org/projects/quilt
PR: ports/104614
Submitted by: Dirk Jagdmann <doj at cubic.org>
Revision Changes Path
1.2489 +1 -0 ports/devel/Makefile
1.1 +39 -0 ports/devel/quilt/Makefile (new)
1.1 +3 -0 ports/devel/quilt/distinfo (new)
1.1 +67 -0 ports/devel/quilt/files/patch-Makefile.in (new)
1.1 +11 -0 ports/devel/quilt/pkg-descr (new)
1.1 +59 -0 ports/devel/quilt/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610311759.k9VHxt7T066250>
