cvs commit: ports/devel Makefile ports/devel/quilt Makefile distinfo pkg-descr pkg-plist ports/devel/quilt/files patch-Makefile.in

Alejandro Pulver alepulver at FreeBSD.org
Tue Oct 31 17:59:57 UTC 2006


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)


More information about the cvs-all mailing list