| Summary: | New port: devel/quilt a collection of bash scripts to manage a series of patches | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | doj | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
doj
2006-10-20 11:40:19 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver Take PR. State Changed From-To: open->closed New port added, thanks! 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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|