parent
12921402be
commit
f9364183b9
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same license:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same license:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same license:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same license:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same license:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same license:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
Loading…
Reference in new issue