The man page has been moved to the main tree.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 96097b13a4
)
pull/92/head
parent
d8940c9fa2
commit
b1f54dfce7
@ -1 +1,4 @@
|
|||||||
|
AUTHORS
|
||||||
|
NEWS
|
||||||
|
README
|
||||||
TODO
|
TODO
|
||||||
|
@ -1,149 +0,0 @@
|
|||||||
<?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 TDE</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 tde 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 TDE 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-tde</option>
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Show TDE 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>
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
kasablanca.1
|
|
@ -1,45 +1,20 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include debian/cdbs/kde.mk
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||||
|
include debian/cdbs/debian-qt-kde.mk
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
||||||
|
|
||||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||||
&& echo xz || echo bzip2)
|
&& echo xz || echo bzip2)
|
||||||
|
|
||||||
post-patches:: debian/stamp-bootstrap
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
debian/stamp-bootstrap:
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
dh_testdir
|
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||||
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
# Regenerate build system
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
endif
|
-DBUILD_ALL="ON" \
|
||||||
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
|
||||||
endif
|
|
||||||
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
|
|
||||||
cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
|
|
||||||
endif
|
|
||||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
|
||||||
|
|
||||||
autoreconf --install && automake -f && \
|
|
||||||
$(MAKE) -f admin/Makefile.common && \
|
|
||||||
touch debian/stamp-bootstrap
|
|
||||||
|
|
||||||
build/kasablanca-trinity::
|
|
||||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
|
||||||
|
|
||||||
binary-install/kasablanca-trinity::
|
|
||||||
mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/
|
|
||||||
|
|
||||||
clean::
|
|
||||||
dh_testdir
|
|
||||||
rm -f kasablanca.1
|
|
||||||
rm -f debian/stamp-bootstrap
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# Upstream distributes it like this ATM but cleans it in next release
|
|
||||||
kasablanca-trinity source: source-contains-CVS-dir admin/CVS
|
|
@ -1 +1,4 @@
|
|||||||
|
AUTHORS
|
||||||
|
NEWS
|
||||||
|
README
|
||||||
TODO
|
TODO
|
||||||
|
@ -1,149 +0,0 @@
|
|||||||
<?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 TDE</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 tde 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 TDE 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-tde</option>
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Show TDE 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>
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
kasablanca.1
|
|
@ -1,45 +1,20 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include debian/cdbs/kde.mk
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||||
|
include debian/cdbs/debian-qt-kde.mk
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
||||||
|
|
||||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||||
&& echo xz || echo bzip2)
|
&& echo xz || echo bzip2)
|
||||||
|
|
||||||
post-patches:: debian/stamp-bootstrap
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
debian/stamp-bootstrap:
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
dh_testdir
|
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||||
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
# Regenerate build system
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
endif
|
-DBUILD_ALL="ON" \
|
||||||
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
|
||||||
endif
|
|
||||||
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
|
|
||||||
cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
|
|
||||||
endif
|
|
||||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
|
||||||
|
|
||||||
autoreconf --install && automake -f && \
|
|
||||||
$(MAKE) -f admin/Makefile.common && \
|
|
||||||
touch debian/stamp-bootstrap
|
|
||||||
|
|
||||||
build/kasablanca-trinity::
|
|
||||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
|
||||||
|
|
||||||
binary-install/kasablanca-trinity::
|
|
||||||
mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/
|
|
||||||
|
|
||||||
clean::
|
|
||||||
dh_testdir
|
|
||||||
rm -f kasablanca.1
|
|
||||||
rm -f debian/stamp-bootstrap
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# Upstream distributes it like this ATM but cleans it in next release
|
|
||||||
kasablanca-trinity source: source-contains-CVS-dir admin/CVS
|
|
@ -1 +1,4 @@
|
|||||||
|
AUTHORS
|
||||||
|
NEWS
|
||||||
|
README
|
||||||
TODO
|
TODO
|
||||||
|
@ -1,149 +0,0 @@
|
|||||||
<?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 TDE</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 tde 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 TDE 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-tde</option>
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Show TDE 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>
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
kasablanca.1
|
|
@ -1,45 +1,20 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
include debian/cdbs/kde.mk
|
include /usr/share/cdbs/1/class/cmake.mk
|
||||||
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
||||||
|
include debian/cdbs/debian-qt-kde.mk
|
||||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include
|
|
||||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
||||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
||||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
||||||
|
|
||||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||||
&& echo xz || echo bzip2)
|
&& echo xz || echo bzip2)
|
||||||
|
|
||||||
post-patches:: debian/stamp-bootstrap
|
DEB_CMAKE_EXTRA_FLAGS := \
|
||||||
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
||||||
debian/stamp-bootstrap:
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||||
dh_testdir
|
-DSYSCONF_INSTALL_DIR="/etc" \
|
||||||
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||||
# Regenerate build system
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" ""
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||||
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
-DCMAKE_SKIP_RPATH="OFF" \
|
||||||
endif
|
-DBUILD_ALL="ON" \
|
||||||
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
|
||||||
endif
|
|
||||||
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
|
|
||||||
cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
|
|
||||||
endif
|
|
||||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
|
||||||
|
|
||||||
autoreconf --install && automake -f && \
|
|
||||||
$(MAKE) -f admin/Makefile.common && \
|
|
||||||
touch debian/stamp-bootstrap
|
|
||||||
|
|
||||||
build/kasablanca-trinity::
|
|
||||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
|
||||||
|
|
||||||
binary-install/kasablanca-trinity::
|
|
||||||
mv debian/$(cdbs_curpkg)/usr/share/man debian/$(cdbs_curpkg)/opt/trinity/share/
|
|
||||||
|
|
||||||
clean::
|
|
||||||
dh_testdir
|
|
||||||
rm -f kasablanca.1
|
|
||||||
rm -f debian/stamp-bootstrap
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
# Upstream distributes it like this ATM but cleans it in next release
|
|
||||||
kasablanca-trinity source: source-contains-CVS-dir admin/CVS
|
|
Loading…
Reference in new issue