mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Remove expired port:
2017-03-27 ftp/bareftp: Broken for more than 6 months
This commit is contained in:
parent
aaac69a482
commit
e32a133c61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437072
1
MOVED
1
MOVED
@ -9165,3 +9165,4 @@ net-mgmt/nat||2017-03-27|Has expired: Broken for more than 6 months
|
||||
net-p2p/gnunet-gtk||2017-03-27|Has expired: Depends on expiring net-p2p/gnunet
|
||||
net-p2p/gnunet||2017-03-27|Has expired: Broken for more than 6 months
|
||||
print/abc2mtex||2017-03-27|Has expired: Depends on expiring print/musixtex
|
||||
ftp/bareftp||2017-03-27|Has expired: Broken for more than 6 months
|
||||
|
@ -7,7 +7,6 @@
|
||||
SUBDIR += R-cran-curl
|
||||
SUBDIR += atftp
|
||||
SUBDIR += axel
|
||||
SUBDIR += bareftp
|
||||
SUBDIR += bbftp
|
||||
SUBDIR += bftpd
|
||||
SUBDIR += bsdftpd-ssl
|
||||
|
@ -1,47 +0,0 @@
|
||||
# Created by: Chris Petrik (chris@officialunix.com)
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bareftp
|
||||
PORTVERSION= 0.3.12
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://www.bareftp.org/release/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= FTP client made in C sharp
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= fails to configure
|
||||
DEPRECATED= Broken for more than 6 months
|
||||
EXPIRATION_DATE= 2017-03-27
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \
|
||||
--libdir="${PREFIX}/lib" \
|
||||
--localedir="${PREFIX}/share/locale" \
|
||||
--includedir="${LOCALBASE}/include"
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
USES= cpe gettext gmake libtool pkgconfig
|
||||
USE_GNOME= gtksharp20 gnomesharp20 intltool
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= GNOMEKEYRING NLS
|
||||
OPTIONS_DEFAULT=GNOMEKEYRING
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GNOMEKEYRING_CONFIGURE_WITH= gnomekeyring
|
||||
GNOMEKEYRING_BUILD_DEPENDS= gnome-keyring-sharp>0:security/gnome-keyring-sharp
|
||||
GNOMEKEYRING_RUN_DEPENDS= gnome-keyring-sharp>0:security/gnome-keyring-sharp
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
# 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>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (bareftp-0.3.12.tar.gz) = efb22c6b03a84a74ad734e493d5fa711b2c6cfea75db1bedf68c713a31d62727
|
||||
SIZE (bareftp-0.3.12.tar.gz) = 642509
|
@ -1,12 +0,0 @@
|
||||
Work around the GNU sed-isms below with an awk script.
|
||||
--- configure.orig 2016-02-21 15:54:50 UTC
|
||||
+++ configure
|
||||
@@ -13947,7 +13947,7 @@ done
|
||||
#IT_PROG_INTLTOOL([0.35.0])
|
||||
#AC_PROG_INTLTOOL([0.21])
|
||||
|
||||
- ALL_LINGUAS=`grep -v '^#' $srcdir/po/LINGUAS | sed -r ':a;N;$!ba;s/\n/ /g; s/[ ]+/ /g'`
|
||||
+ ALL_LINGUAS=`grep -v '^#' $srcdir/po/LINGUAS | awk 'BEGIN {OR=""; ORS=" "} {print NR": "$1 }' po/LINGUAS`
|
||||
GETTEXT_PACKAGE=$PACKAGE
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
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
|
@ -1,40 +0,0 @@
|
||||
bin/bareftp
|
||||
lib/bareftp/libsftppty.a
|
||||
lib/bareftp/libsftppty.so
|
||||
libexec/bareftp/bareFTP.Common.Utils.dll
|
||||
libexec/bareftp/bareFTP.Connection.dll
|
||||
libexec/bareftp/bareFTP.Gui.Dialog.dll
|
||||
libexec/bareftp/bareFTP.Gui.FileManager.dll
|
||||
libexec/bareftp/bareFTP.Gui.Preferences.dll
|
||||
libexec/bareftp/bareFTP.Gui.ProgressMonitor.dll
|
||||
libexec/bareftp/bareFTP.Gui.dll
|
||||
libexec/bareftp/bareFTP.Preferences.dll
|
||||
libexec/bareftp/bareFTP.Protocol.Ftp.dll
|
||||
libexec/bareftp/bareFTP.Protocol.Sftp.dll
|
||||
libexec/bareftp/bareFTP.Protocol.dll
|
||||
libexec/bareftp/bareFTP.SftpPty.dll
|
||||
libexec/bareftp/bareftp.exe
|
||||
man/man1/bareftp.1.gz
|
||||
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
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/bareftp.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/bareftp.mo
|
Loading…
Reference in New Issue
Block a user