Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ec462ec42e7230f4eaef2be36cf168718ff59c2c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ec462ec42e7230f4eaef2be36cf168718ff59c2c)
  • Date: Tue, 15 Jan 2008 06:58:08 -0600

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 1 +
ftp/filezilla/DEPENDS | 5 +++++
ftp/filezilla/DETAILS | 29 +++++++++++++++++++++++++++++
ftp/filezilla/HISTORY | 6 ++++++
ftp/filezilla/desktop/filezilla.desktop | 10 ++++++++++
x11-toolkits/qt4/HISTORY | 7 +++++--
x11-toolkits/qt4/SUB_DEPENDS | 1 +
7 files changed, 57 insertions(+), 2 deletions(-)

New commits:
commit ec462ec42e7230f4eaef2be36cf168718ff59c2c
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

x11-toolkits/qt4: missing fi in SUB_DEPENDS

commit 130f1092c1ce72ca6a369b809f8ef0c9988b8d95
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

ftp/filezilla: new spell, multi-platform and robust GUI ftp/sftp client

diff --git a/ChangeLog b/ChangeLog
index aa2ca65..08620f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@

2008-01-14 Elisamuel Resto <ryuji AT sourcemage.org>
* http/xcache -> php-pear/xcache: xcache is a php extension
+ * ftp/filezilla: new spell, multi-platform and robust GUI ftp/sftp
client

2008-01-13 Robert Figura <template AT sourcemage.org>
* net/tinc: new spell, public key based vpn daemon
diff --git a/ftp/filezilla/DEPENDS b/ftp/filezilla/DEPENDS
new file mode 100755
index 0000000..de7e993
--- /dev/null
+++ b/ftp/filezilla/DEPENDS
@@ -0,0 +1,5 @@
+depends wxgtk &&
+depends libidn &&
+depends gnutls &&
+depends libtool &&
+depends gettext
diff --git a/ftp/filezilla/DETAILS b/ftp/filezilla/DETAILS
new file mode 100755
index 0000000..72611f0
--- /dev/null
+++ b/ftp/filezilla/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=filezilla
+ VERSION=3.0.5.2
+ SOURCE="FileZilla_${VERSION}_src.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:d0ee0605ecf32118149d6364aa9dac90ecc058f653ca9e79e1826b9c47547c8210c92cde4c4a0c6ef764fe6cf7ccec633def829cf629e363144b8853a8eb1fb4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://filezilla-project.org/";
+ LICENSE[0]=GPL
+ ENTERED=20080105
+ SHORT="FileZilla Client is a free, cross-platform, open source
FTP, FTPS and SFTP client."
+cat << EOF
+FileZilla Client is a free, cross-platform, open source FTP, FTPS and
+SFTP client.
+
+Features
+--------
+ - Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol
(SFTP)
+ - Cross-platform
+ - Available in many languages
+ - Supports resume and transfer of large files >4GB
+ - Easy to use Site Managerand transfer queue
+ - Drag & drop support
+ - Speed limits
+ - Filename filters
+ - Network configuration wizard
+ - Remote file editing
+ - Keep-alive
+ - FTP-Proxy support
+EOF
diff --git a/ftp/filezilla/HISTORY b/ftp/filezilla/HISTORY
new file mode 100644
index 0000000..799a5b5
--- /dev/null
+++ b/ftp/filezilla/HISTORY
@@ -0,0 +1,6 @@
+2008-01-13 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: added dependency on libtool; its wxgtk, not wxwidgets
+
+2008-01-05 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS, desktop, DETAILS: spell created
+
diff --git a/ftp/filezilla/desktop/filezilla.desktop
b/ftp/filezilla/desktop/filezilla.desktop
new file mode 100644
index 0000000..e1d087d
--- /dev/null
+++ b/ftp/filezilla/desktop/filezilla.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=3.0.4_src
+Name=filezilla
+Type=Application
+Comment=FileZilla Client is a free, open source FTP, FTPS and SFTP client.
+Exec=FileZilla
+Icon=FileZilla
+Categories=Applications;Internet
+Term=
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index d2f81d8..0e071c2 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,8 +1,11 @@
-20008-01-11 Treeve Jelbert <treeve AT sourcemage.org>
+2008-01-15 Elisamuel Resto <ryuji AT sourcemage.org>
+ * SUB_DEPENDS: missing fi on the global case
+
+2008-01-11 Treeve Jelbert <treeve AT sourcemage.org>
* SUB_DEPENDS: fix typo
again

-20008-01-09 Treeve Jelbert <treeve AT sourcemage.org>
+2008-01-09 Treeve Jelbert <treeve AT sourcemage.org>
* SUB_DEPENDS, PRE_SUB_DEPENDS: add QT3

2008-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
diff --git a/x11-toolkits/qt4/SUB_DEPENDS b/x11-toolkits/qt4/SUB_DEPENDS
index fee3daa..9881da3 100755
--- a/x11-toolkits/qt4/SUB_DEPENDS
+++ b/x11-toolkits/qt4/SUB_DEPENDS
@@ -19,6 +19,7 @@ TOOLS) if [[ $QT_TOOLS == "-nomake" ]]; then
QT3) if [[ $QT_QT3 == "-no-qt3support" ]];then
echo "Qt3 support requested, forcing rebuild." &&
QT_QT3="-qt3support"
+ fi
;;
*) echo unknown sub-depends!!! ; return 1 ;;
esac




Archive powered by MHonArc 2.6.24.

Top of Page