bareFTP is a file transfer client written for Linux desktops, available

under the terms of the GPL license. It supports the FTP, FTPS and SSH (SFTP)
protocols. bareFTP is written in pure C# for the Mono framework, using Gtk#
for the user interface.

WWW:	http://www.bareftp.org

PR:		ports/135876
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
This commit is contained in:
Dennis Herrmann 2009-06-28 22:27:03 +00:00
parent 8efb72e827
commit 102d06f88b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236745
5 changed files with 85 additions and 0 deletions

View File

@ -6,6 +6,7 @@
SUBDIR += IglooFTP
SUBDIR += axel
SUBDIR += axyftp
SUBDIR += bareftp
SUBDIR += bbftp
SUBDIR += bftpd
SUBDIR += bsdftpd-ssl

31
ftp/bareftp/Makefile Normal file
View File

@ -0,0 +1,31 @@
# Ports collection makefile for: bareftp
# Date created: Sat June 20, 2009
# Whom: Chris Petrik (chris@officialunix.com)
#
# $FreeBSD$
#
PORTNAME= bareftp
PORTVERSION= 0.2.3
CATEGORIES= ftp
MASTER_SITES= http://www.bareftp.org/release/
MAINTAINER= chris@officialunix.com
COMMENT= Ftp client made in C sharp
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" --libdir="${LOCALBASE}/lib" \
--localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include"
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_GNOME= gtksharp20 gnomesharp20
USE_GMAKE= yes
# TODO
# Ugly way but configure ignore "--localedir=" fu* ;/
pre-build:
@${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)|${PREFIX}/share|g' \
${WRKSRC}/po/Makefile
.include <bsd.port.mk>

3
ftp/bareftp/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bareftp-0.2.3.tar.gz) = bd1cdf22f6215144945b21d693b5ab0e
SHA256 (bareftp-0.2.3.tar.gz) = 15aa42386bd55a1a6f7f8a7e86f4b9bdf4b43aec993f60dfe77d2a8a28f1a0a6
SIZE (bareftp-0.2.3.tar.gz) = 540962

6
ftp/bareftp/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
bareFTP is a file transfer client written for Linux desktops, available
under the terms of the GPL license. It supports the FTP, FTPS and SSH (SFTP)
protocols. bareFTP is written in pure C# for the Mono framework, using Gtk#
for the user interface.
WWW: http://www.bareftp.org

44
ftp/bareftp/pkg-plist Normal file
View File

@ -0,0 +1,44 @@
bin/bareftp
lib/bareftp/bareFTP.Common.Utils.dll
lib/bareftp/bareFTP.Connection.dll
lib/bareftp/bareFTP.Gui.Dialog.dll
lib/bareftp/bareFTP.Gui.FileManager.dll
lib/bareftp/bareFTP.Gui.Preferences.dll
lib/bareftp/bareFTP.Gui.ProgressMonitor.dll
lib/bareftp/bareFTP.Gui.dll
lib/bareftp/bareFTP.Preferences.dll
lib/bareftp/bareFTP.Protocol.Ftp.dll
lib/bareftp/bareFTP.Protocol.Sftp.dll
lib/bareftp/bareFTP.Protocol.dll
lib/bareftp/bareftp.exe
share/locale/ca/LC_MESSAGES/bareftp.mo
share/locale/de/LC_MESSAGES/bareftp.mo
share/locale/es/LC_MESSAGES/bareftp.mo
share/locale/fr/LC_MESSAGES/bareftp.mo
share/locale/it/LC_MESSAGES/bareftp.mo
share/locale/nb/LC_MESSAGES/bareftp.mo
share/locale/pt_BR/LC_MESSAGES/bareftp.mo
share/applications/bareftp.desktop
share/icons/hicolor/16x16/apps/bareftp.png
share/icons/hicolor/22x22/apps/bareftp.png
share/icons/hicolor/24x24/apps/bareftp.png
share/icons/hicolor/32x32/apps/bareftp.png
share/icons/hicolor/36x36/apps/bareftp.png
share/icons/hicolor/48x48/apps/bareftp.png
share/icons/hicolor/scalable/apps/bareftp.svg
@dirrmtry lib/bareftp
@dirrmtry lib
@dirrmtry share/locale/ca/LC_MESSAGES
@dirrmtry share/locale/de/LC_MESSAGES
@dirrmtry share/locale/es/LC_MESSAGES
@dirrmtry share/locale/fr/LC_MESSAGES
@dirrmtry share/locale/it/LC_MESSAGES
@dirrmtry share/locale/nb/LC_MESSAGES
@dirrmtry share/locale/pt_BR/LC_MESSAGES
@dirrmtry share/locale/ca
@dirrmtry share/locale/de
@dirrmtry share/locale/es
@dirrmtry share/locale/fr
@dirrmtry share/locale/it
@dirrmtry share/locale/nb
@dirrmtry share/locale/pt_BR