Re: [ITA] rcs: The Revision Control System

2007-12-11 Thread Corinna Vinschen
On Dec 10 16:35, Dr. Volker Zell wrote:
 Hi
 
 I would like to adopt and maintain the `rcs' package from Stipe Tolj.

Sure, no problem!

 wget http://volkerzell.de/cygwin/ITP/rcs/setup.hint
 wget http://volkerzell.de/cygwin/ITP/rcs/rcs-5.7-4-src.tar.bz2
 wget http://volkerzell.de/cygwin/ITP/rcs/rcs-5.7-4.tar.bz2

Looks good.  Uploaded. 

Where's Igor?  IIIGOOOR!  Another gold star for Volker, please.


Thanks for taking over,
Corinna


-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [ITA] rcs: The Revision Control System

2007-12-11 Thread Igor Peshansky
On Tue, 11 Dec 2007, Corinna Vinschen wrote:

 On Dec 10 16:35, Dr. Volker Zell wrote:
  Hi
 
  I would like to adopt and maintain the `rcs' package from Stipe Tolj.

 Sure, no problem!

  wget http://volkerzell.de/cygwin/ITP/rcs/setup.hint
  wget http://volkerzell.de/cygwin/ITP/rcs/rcs-5.7-4-src.tar.bz2
  wget http://volkerzell.de/cygwin/ITP/rcs/rcs-5.7-4.tar.bz2

 Looks good.  Uploaded.

 Where's Igor?  IIIGOOOR!  Another gold star for Volker, please.

Wha?  Sorry, I was off in the vault polishing the stars...

Done.  I put in all 3 at once (for enscript, squid, and rcs).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it. -- Rabbi Hillel


[ITA] rcs: The Revision Control System

2007-12-10 Thread Dr. Volker Zell
Hi

I would like to adopt and maintain the `rcs' package from Stipe Tolj.

 o http://www.gnu.org/software/rcs/rcs.html  (Homepage)
 o ftp://ftp.gnu.org/gnu/rcs/rcs-5.7.tar.gz  (Download location)


Here is the setup.hint file:

sdesc: The Revision Control System
ldesc: The Revision Control System (RCS) manages multiple revisions of files.
RCS automates the storing, retrieval, logging, identification, and merging of
revisions. RCS is useful for text that is revised frequently, e.g., programs,
documentation, graphics, papers, and form letters.
category: Devel
requires: cygwin

 cut here 
#!/bin/bash

mkdir rcs
cd rcs

wget http://volkerzell.de/cygwin/ITP/rcs/setup.hint
wget http://volkerzell.de/cygwin/ITP/rcs/rcs-5.7-4-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/rcs/rcs-5.7-4.tar.bz2
 cut here 

Ciao
  Volker