Bug 104614 - New port: devel/quilt a collection of bash scripts to manage a series of patches
Summary: New port: devel/quilt a collection of bash scripts to manage a series of pat...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 11:40 UTC by doj
Modified: 2006-10-31 18:10 UTC (History)
0 users

See Also:


Attachments
file.shar (6.93 KB, text/plain)
2006-10-20 11:40 UTC, doj
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description doj 2006-10-20 11:40:19 UTC
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
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-20 18:13:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Take PR.
Comment 2 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-31 18:00:19 UTC
State Changed
From-To: open->closed

New port added, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-31 18:00:49 UTC
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"