the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: cvsgrab
Version: 1.2
Revision: 1
Source: mirror:sourceforge:%n/%n_v%v.zip
Source-MD5: ca321ad56f2df0dcd7eccfa467eda501
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: ecc185ff392d03f0b6ab77061a3cbe8a
PatchScript: sed -e 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
CompileScript: make cvsgrab
InstallScript: <<
install -d -m 755 %i/bin %i/share/%n %i/share/doc/%n/samples
install -c -m 755 cvsgrab %i/bin/
install -c -m 644 lib/* %i/share/%n/
install -c -m 644 samples/* %i/share/doc/%n/samples/
<<
DocFiles: doc/CHANGES doc/COPYING doc/License* doc/README doc/ant.html
Description: Reads the repository via its ViewCVS web interface
DescDetail: <<
CVSGrab is another kind of CVS client. When other CVS clients use the cvs
protocol or ssh to read the repository, this utility reads the repository
via its ViewCVS web interface.
The advantage is that if you are behind a firewall that prevents you from
updating files from a remote CVS server, this program will be able to bypass
the firewall and download the latest files from the repository.
Disadvantages are that you have only read access to the repository, the
repository needs to be public and have ViewCVS set up.
It is recommended that you only use CVSGrab if you are prohibited from using
a normal CVS client, e.g. if you are behind a firewall with strict access
rules. CVSGrab is much slower than normal CVS, and adds more load to the
server.
<<
License: LGPL
Maintainer: None
DescPackaging: <<
Originally packaged by Masanori Sekino.
<<
Homepage: http://cvsgrab.sourceforge.net