diff options
author | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2008-03-17 16:21:32 +0000 |
---|---|---|
committer | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2008-03-17 16:21:32 +0000 |
commit | 76ffb781ed7a917f23b67454e9f950e5e3b83527 (patch) | |
tree | 94fa8e1ddc7cb9ef80b78ea7896a5845f074f95b /net-ftp/bbftp-client | |
parent | move stuff to root (diff) | |
download | sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.gz sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.tar.bz2 sci-76ffb781ed7a917f23b67454e9f950e5e3b83527.zip |
moved overlay to new directory
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@979 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'net-ftp/bbftp-client')
-rw-r--r-- | net-ftp/bbftp-client/ChangeLog | 9 | ||||
-rw-r--r-- | net-ftp/bbftp-client/Manifest | 4 | ||||
-rw-r--r-- | net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild | 33 | ||||
-rw-r--r-- | net-ftp/bbftp-client/metadata.xml | 10 |
4 files changed, 56 insertions, 0 deletions
diff --git a/net-ftp/bbftp-client/ChangeLog b/net-ftp/bbftp-client/ChangeLog new file mode 100644 index 000000000..de82fc25d --- /dev/null +++ b/net-ftp/bbftp-client/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-ftp/bbftp-client +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*bbftp-client-3.2.0 (01 Dec 2007) + + 01 Dec 2007; Bryan Green <bryan.d.green@nasa.gov> ChangeLog: + initial import + diff --git a/net-ftp/bbftp-client/Manifest b/net-ftp/bbftp-client/Manifest new file mode 100644 index 000000000..8a6eec8aa --- /dev/null +++ b/net-ftp/bbftp-client/Manifest @@ -0,0 +1,4 @@ +DIST bbftp-client-3.2.0.tar.gz 233948 RMD160 9c11f6734bfa66667bb3aa690dbb3e661779e8b0 SHA1 90900c672f8b68b6b0bade3b6f66931722b6a2ae SHA256 b533de28f517671adad177532b6f4ae66c30e4ce3d2f558d1d7e6b172d96bcb6 +EBUILD bbftp-client-3.2.0.ebuild 969 RMD160 71c34d6befc2d48d4e39cd03e191338b1c6ad653 SHA1 1cafaf339118a290d625c12d6d06e9d45024c884 SHA256 6a72dcf2687feb0008ea79e3bfe44244ef6fe064844753f0c86a52232a5ce469 +MISC ChangeLog 237 RMD160 e92c4f780d9539719a1c33e474c6ab372b261b66 SHA1 a5c04d39ab4e4ec6f25584e8c6e0a89cd8dcad33 SHA256 910b6190a97294ba7f678f736249069b0881c7f8a7fedf02c11d5e780e02093f +MISC metadata.xml 417 RMD160 cee5a58bdcc8778dc746f29717bad69c6d6de8a3 SHA1 d846f619290fff9989b195e6f3a4a6b381b0a7d2 SHA256 7bd69c2ffa53bba43140b5019c71d571bc024d5abb1f9a3e5b638296333324df diff --git a/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild b/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild new file mode 100644 index 000000000..0f59a9336 --- /dev/null +++ b/net-ftp/bbftp-client/bbftp-client-3.2.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="bbFTP is a file transfer software. It implements its own transfer protocol, which is optimized for large files (larger than 2GB) and secure as it does not read the password in a file and encrypts the connection information." + +HOMEPAGE="http://doc.in2p3.fr/bbftp/" +SRC_URI="http://doc.in2p3.fr/bbftp/dist/${P}.tar.gz" +S="${WORKDIR}/${P}/bbftpc" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="ssl" + +DEPEND="ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +src_compile() { + sed -i -e '/@INSTALL@\|mkdir/s:${\(prefix\|mandir\|bindir\)}:${DESTDIR}${\1}:' -e '/\/etc/d' Makefile.in + econf $(use_with ssl) --with-gzip \ + --without-rfio \ + --without-afs || die "configure failed" + emake +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + dodoc ../README ../ChangeLog ../TODO + dodoc ../doc/* + doman ../doc/bbftp.1 +} + diff --git a/net-ftp/bbftp-client/metadata.xml b/net-ftp/bbftp-client/metadata.xml new file mode 100644 index 000000000..7e915aa7e --- /dev/null +++ b/net-ftp/bbftp-client/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription> +bbFTP is a file transfer software. It implements its own transfer protocol, +which is optimized for large files (larger than 2GB) and secure as it does not +read the password in a file and encrypts the connection information. +</longdescription> +</pkgmetadata> |