Initial import of yafc-0.5.8
yafc is a powerful console ftp client with many features. Submitted by: Anil Madhavapeddy" <anil@recoil.org>
This commit is contained in:
parent
32620295b0
commit
0c574ed135
29
net/yafc/Makefile
Normal file
29
net/yafc/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/08/18 03:51:25 kevlo Exp $
|
||||
|
||||
DISTNAME= yafc-0.5.8
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.319
|
||||
|
||||
HOMEPAGE= http://www.stacken.kth.se/~mhe/yafc/
|
||||
MAINTAINER= anil@recoil.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://mayer.physto.se/pub/yafc/ \
|
||||
ftp://ftp.uni-klu.ac.at/pub/linux/internet/yafc/ \
|
||||
http://ftp.du.se/pub/mirrors/yafc/ \
|
||||
ftp://mayer.physto.se/pub/yafc/old/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --without-readline --with-catgets
|
||||
# doesn't work with 2.7's old readline version
|
||||
# remove the --without-readline when binutils is upgraded
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/yafc
|
||||
${INSTALL_DATA} ${WRKBUILD}/yafcrc.sample ${PREFIX}/share/examples/yafc
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/yafc/files/md5
Normal file
3
net/yafc/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (yafc-0.5.8.tar.gz) = c4102fc0bb64eaa9a2ab20c78c246a32
|
||||
RMD160 (yafc-0.5.8.tar.gz) = 762c705764f341cb139d62631bc264a00f5fa7e5
|
||||
SHA1 (yafc-0.5.8.tar.gz) = df8983bdee5dd04193b025615c2549b70c3f3be7
|
1
net/yafc/pkg/COMMENT
Normal file
1
net/yafc/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
powerful console ftp client with many features
|
8
net/yafc/pkg/DESCR
Normal file
8
net/yafc/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
YAFC stands for Yet Another FTP Client. It is a modern, powerful
|
||||
console-based program designed for frequent users of FTP.
|
||||
|
||||
Features include a directory cache, aliases, coloured ls, recursive
|
||||
get/put/ls/rm, background file transfers, multiple connections open
|
||||
simultaneously, queuing, autologin, and many configuration options.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
9
net/yafc/pkg/MESSAGE
Normal file
9
net/yafc/pkg/MESSAGE
Normal file
@ -0,0 +1,9 @@
|
||||
==============================================================
|
||||
A sample configuration file for Yafc has been installed into
|
||||
${PREFIX}/share/examples/yafc/yafcrc.sample
|
||||
|
||||
You can copy this file to /etc to establish a default set of
|
||||
options for Yafc. If it is not present here, Yafc will also
|
||||
attempt to find it in ~/.yafc/yafcrc
|
||||
==============================================================
|
||||
|
8
net/yafc/pkg/PLIST
Normal file
8
net/yafc/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/08/18 03:51:25 kevlo Exp $
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/yafc.info
|
||||
bin/yafc
|
||||
info/yafc.info
|
||||
man/man1/yafc.1
|
||||
share/examples/yafc/yafcrc.sample
|
||||
@dirrm share/examples/yafc
|
||||
@exec install-info --info-dir=%D/info %D/info/yafc.info
|
Loading…
x
Reference in New Issue
Block a user