[Lunar-commits] CVS: moonbase/x11-utils/x11-ssh-askpass BUILD, 1.2,
1.3 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Tue Sep 7 04:34:51 UTC 2004
Update of /var/cvs/lunar/moonbase/x11-utils/x11-ssh-askpass
In directory espresso.lunar-linux.org:/tmp/cvs-serv8992
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
some tweaks.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/x11-ssh-askpass/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 9 Oct 2003 17:20:21 -0000 1.2
+++ BUILD 7 Sep 2004 04:34:48 -0000 1.3
@@ -1,10 +1,9 @@
(
-./configure --libexecdir=/usr/libexec &&
-xmkmf &&
-sedit "s:/usr/local/man:/usr/share/man:" Makefile &&
-make includes &&
-make &&
-prepare_install &&
-make install &&
-make install.man
+
+ ./configure --libexecdir=/usr/libexec &&
+ xmkmf &&
+ sedit "s:/usr/local/man:/usr/share/man:" Makefile &&
+ make includes &&
+ default_make
+
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/x11-ssh-askpass/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS 21 Aug 2002 00:55:23 -0000 1.1.1.1
+++ DEPENDS 7 Sep 2004 04:34:48 -0000 1.2
@@ -1,8 +1 @@
-#add modules that are required or optionaly required here
-#required
-#depends <module>
-#optional
-#optional_depends "<module>" "<config options to include eg. --with-...>"\
-# "<config options to exclude eg. --without-...>" \
-# "<the all important reason why>"
depends openssh
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/x11-ssh-askpass/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 9 Oct 2003 17:25:23 -0000 1.4
+++ DETAILS 7 Sep 2004 04:34:48 -0000 1.5
@@ -2,15 +2,22 @@
VERSION=1.2.4.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://www.jmknoble.net/software/$MODULE/$SOURCE
- SOURCE_VFY=md5:8f2e41f3f7eaa8543a2440454637f3c3
+ SOURCE_URL=http://www.jmknoble.net/software/$MODULE/$SOURCE
+ SOURCE_VFY=sha1:78c992951685d4dbffb77536f37b83ae2a6eafc7
WEB_SITE=http://www.jmknoble.net/software/x11-ssh-askpass/index.html
ENTERED=20020727
UPDATED=20031009
- MAINTAINER=michalsc at email.uc.edu
+ MAINTAINER=michalsc at email.uc.edu
SHORT="x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH"
+
cat << EOF
-x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or other open variants of SSH. In particular, x11-ssh-askpass is useful with the Unix port of OpenSSH by Damien Miller and others, and Damien includes it in his RPM packages of OpenSSH.
-x11-ssh-askpass uses only the stock X11 libraries (libX11, libXt) for its user interface. This reduces its dependencies on external libraries (such as GNOME or Perl/Tk). See the README for further information.
-The OpenBSD folks are maintaining their own port of x11-ssh-askpass. It's available in the X11 section of OpenBSD's anonymous CVS tree.
+x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or other
+open variants of SSH. In particular, x11-ssh-askpass is useful with the
+Unix port of OpenSSH by Damien Miller and others, and Damien includes
+it in his RPM packages of OpenSSH.
+x11-ssh-askpass uses only the stock X11 libraries (libX11, libXt) for
+its user interface. This reduces its dependencies on external libraries
+(such as GNOME or Perl/Tk). See the README for further information.
+The OpenBSD folks are maintaining their own port of x11-ssh-askpass.
+It's available in the X11 section of OpenBSD's anonymous CVS tree.
EOF
More information about the Lunar-commits
mailing list