[Lunar-commits] CVS: moonbase/ftp/gftp DEPENDS, 1.2, 1.3 DETAILS, 1.9, 1.10

Chad Kittel v3rt1g0 at lunar-linux.org
Mon Nov 29 00:33:24 UTC 2004


Update of /var/cvs/lunar/moonbase/ftp/gftp
In directory espresso.foo-projects.org:/tmp/cvs-serv6885/gftp

Modified Files:
	DEPENDS DETAILS 
Log Message:
Added missing optional depends on openssl and added a note to the long
description about the fact that we are providing both the GTK+-2 version
and the CLI version with this module.


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/gftp/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	29 Dec 2002 22:53:03 -0000	1.2
+++ DEPENDS	29 Nov 2004 00:33:22 -0000	1.3
@@ -1,2 +1,6 @@
-depends  gtk+-2     &&
-depends  readline
+depends gtk+-2   &&
+depends readline &&
+depends ncurses  &&
+
+optional_depends "openssl" "" "--disable-ssl" "for SSL support" &&
+optional_depends "gettext" "" "--disable-nls" "for NLS support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/gftp/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	11 Nov 2004 09:04:36 -0000	1.9
+++ DETAILS	29 Nov 2004 00:33:22 -0000	1.10
@@ -14,4 +14,6 @@
 downloading of entire directories, FTP and HTTP proxy support, remote 
 directory caching, passive and non-passive file transfers,
 drag-n-drop support, a very nice connection manager, and more.
+
+This module builds the GTK+-2 (gftp-gtk) and CLI (gftp-text) versions.
 EOF



More information about the Lunar-commits mailing list