This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] patcher 0.0.20040521 -- Perl script to manage patches


Include din Debian stable

  http://packages.debian.org/patcher

Jari

sdesc: "Perl script To manage patches"
ldesc: "Patcher is a patch manager that keeps track of which files you
change. It  then can generate patches  from your changes,  no need for
you to  handle the diff tool  manually. The patches can  be stacked in
series, they define  the order they have to  be applied. Patcher keeps
series information as  well as information of which  patches have been
applied and which not."
category: Utils Perl
requires: cygwin perl

a) manual

  wget        \
    http://cygwin.cante.net/patcher/patcher-0.0.20040521-1.tar.bz2 \
    http://cygwin.cante.net/patcher/setup.hint \
    http://cygwin.cante.net/patcher/patcher-0.0.20040521-1-src.tar.bz2 \

b) automatic

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir patcher ; cd patcher
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/patcher/get.sh \
          http://cygwin.cante.net/patcher/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]