mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
FTP is a compact and handy application for file transfers
using the FTP protocol (RFC 765) WWW: http://www.nongnu.org/gap/ftp/index.html
This commit is contained in:
parent
68abe53378
commit
a15e12be30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176489
@ -36,6 +36,7 @@
|
||||
SUBDIR += ftptool
|
||||
SUBDIR += gftp
|
||||
SUBDIR += gnusget
|
||||
SUBDIR += gnustep-ftp
|
||||
SUBDIR += gollem
|
||||
SUBDIR += greed
|
||||
SUBDIR += gwget
|
||||
|
30
ftp/gnustep-ftp/Makefile
Normal file
30
ftp/gnustep-ftp/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: ftp
|
||||
# Date created: 05 Nov 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ftp
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://download.savannah.gnu.org/releases/gap/
|
||||
PKGNAMEPREFIX= gnustep-
|
||||
DISTNAME= FTP-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Compact and handy FTP client for GNUstep
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
||||
${WRKSRC}/GNUmakefile
|
||||
|
||||
.include <bsd.port.mk>
|
3
ftp/gnustep-ftp/distinfo
Normal file
3
ftp/gnustep-ftp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (FTP-0.1.tar.gz) = 8ab2c6da4e294a9f32b749d3dbf3c1f9
|
||||
SHA256 (FTP-0.1.tar.gz) = b554084c13204954146ba3bb325970fb27ed77a072155ef1ab2ce20a412342df
|
||||
SIZE (FTP-0.1.tar.gz) = 37400
|
4
ftp/gnustep-ftp/pkg-descr
Normal file
4
ftp/gnustep-ftp/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
FTP is a compact and handy application for file transfers
|
||||
using the FTP protocol (RFC 765)
|
||||
|
||||
WWW: http://www.nongnu.org/gap/ftp/index.html
|
15
ftp/gnustep-ftp/pkg-plist
Normal file
15
ftp/gnustep-ftp/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
Local/Applications/FTP.app/FTP
|
||||
Local/Applications/FTP.app/Resources/FTP.desktop
|
||||
Local/Applications/FTP.app/Resources/FTP.gorm/arrow_left.tiff
|
||||
Local/Applications/FTP.app/Resources/FTP.gorm/arrow_right.tiff
|
||||
Local/Applications/FTP.app/Resources/FTP.gorm/data.classes
|
||||
Local/Applications/FTP.app/Resources/FTP.gorm/data.info
|
||||
Local/Applications/FTP.app/Resources/FTP.gorm/objects.gorm
|
||||
Local/Applications/FTP.app/Resources/Info-gnustep.plist
|
||||
Local/Applications/FTP.app/Resources/arrow_left.tiff
|
||||
Local/Applications/FTP.app/Resources/arrow_right.tiff
|
||||
Local/Applications/FTP.app/library_paths.openapp
|
||||
Local/Applications/FTP.app/stamp.make
|
||||
@dirrm Local/Applications/FTP.app/Resources/FTP.gorm
|
||||
@dirrm Local/Applications/FTP.app/Resources
|
||||
@dirrm Local/Applications/FTP.app
|
Loading…
Reference in New Issue
Block a user