[Lunar-commits] CVS: moonbase/kde3-apps/lincvs BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 lincvs, NONE, 1.1 start-ssh.sh, NONE, 1.1

Florin Braescu florin at lunar-linux.org
Sat Jan 10 13:36:34 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-apps/lincvs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31414/lincvs

Added Files:
	BUILD DEPENDS DETAILS lincvs start-ssh.sh 
Log Message:
lincvs is a kde frontend for cvs, better than cervisia. cmak have created this great module.


--- NEW FILE: BUILD ---
(
	export QTDIR=/opt/lunar/qt/3
	qmake -o Makefile lincvs.pro &&
	make &&
	strip lincvs.bin &&
        cp -f $SCRIPT_DIRECTORY/lincvs  LinCVS/lincvs &&
        cp -f $SCRIPT_DIRECTORY/start-ssh.sh tools/start-ssh.sh &&
	prepare_install &&
	make install &&
	cp -Rp LinCVS /opt/lunar/
	
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends cvs &&
depends qt3 &&

optional_depends "x11-ssh-askpass" "" "" "X11 ssh password support"   &&
optional_depends "rox"             "" "" "Application Directory support"

--- NEW FILE: DETAILS ---
          MODULE=lincvs
         VERSION=1.3.0-rc2
          SOURCE=${MODULE}-${VERSION}-generic-src.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION}
   SOURCE_URL[0]=http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/20_LinCVS/hr_lincvs-1.3.0rc2/${SOURCE}
        WEB_SITE=http://www.lincvs.org/
         ENTERED=20040102
         UPDATED=20040102
           SHORT="LinCVS is a graphical Interface for the cvs client."
cat << EOF
LinCVS is a graphical Interface for the cvs client commandline tool on the
Unix, Windows and Mac OS X platform. It allows ato load modules from a server
(checkout), create modules on the server (import), as well as checking the
state of directories and individual files or updating them. Basic operations
like add, remove and commit are supported as matter of course, just like
showing the actual differences between the server version and the local
sandbox, graphical display of the version tree, and manifoldy graphical
support of project maintenance. All actions are logged on the cvs server
(configurable via history), and are therewith comprehensible.
EOF

--- NEW FILE: lincvs ---
#!/bin/sh

echo Adapt the absolute path to LinCVS/lincvs.bin
echo and copy this startscript into a directory 
echo of your PATH!

#exec "/absolute_path_to_LinCVS/AppRun" "$@"
#for instance
#exec "/usr/local/apps/LinCVS/AppRun" "$@"

exec "/opt/lunar/LinCVS/AppRun" "$@"
--- NEW FILE: start-ssh.sh ---
# sample script for setting environment variables and
# starting the modified ssh client tool. Point 
# Options/Settings/External Programs/Remote Shell to
# this script after downloading openssh, replacing
# readpass.c in the toplevel dir of openssh and recompiling.
# SSH_ASKPASS needs to point to the ssh-askpass tool,
# and the line below should point to the newly compiled
# ssh.
#

export SSH_ASKPASS=/usr/libexec/ssh-askpass
ssh "$@"



More information about the Lunar-commits mailing list