the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: ccvssh
Version: 0.9.1
Revision: 2
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 2bd0072c83eeda33e0333e3cfd65ef24
PatchFile: %n.patch
PatchFile-MD5: bf6b6f4cacc52d2073da86bd6ca55df0
BuildDepends: <<
fink (>= 0.24.12),
system-openssl-dev
<<
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: --with-open-ssl=%p/lib/system-openssl
InstallScript: <<
make DESTDIR=%d install
<<
DocFiles: README COPYING AUTHORS NEWS THANKS
#
Description: Ext-to-pserver SSL bridge for CVS
DescDetail: <<
ccvssh is used to access an SSL-protected, remote CVS pserver-based
repository. The client-side CVS access method is ext (used in the
local CVSROOT setting). ccvssh wraps the CVS commands in SSL for
transport over the network.
See http://ccvssh.sourceforge.net/ for more details
<<
DescUsage: <<
Set the client-side environment variables:
export CVSROOT=:ext:username@remote.system:/cvsroot
export CVS_RSH=ccvssh
Login to the CVS server:
ccvssh login
Run CVS commands normally:
cvs checkout module
<<
DescPackaging: <<
Previous versions by David Bacher
<<
Homepage: http://ccvssh.sourceforge.net/
License: GPL
Maintainer: None
diff -Nurd -x'*~' ccvssh-0.9.1.orig/src/scramble.c ccvssh-0.9.1/src/scramble.c
--- ccvssh-0.9.1.orig/src/scramble.c 2002-07-05 00:44:36.000000000 -0400
+++ ccvssh-0.9.1/src/scramble.c 2010-11-15 21:45:42.000000000 -0500
@@ -20,7 +20,7 @@
*/
#include
-#include
+#include
#include
/* Map characters to each other randomly and symmetrically, A <--> B.