-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial import of AxYftp(formerly known WxFTP) version 0.5.1.
AxYftp is a ftp client for X window.
- Loading branch information
Kevin Lo
committed
Jun 29, 2000
1 parent
faa72fa
commit 8adb2da
Showing
5 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# $OpenBSD: Makefile,v 1.1.1.1 2000/06/29 06:55:40 kevlo Exp $ | ||
|
||
DISTNAME= axyftp-0.5.1 | ||
CATEGORIES= net | ||
NEED_VERSION= 1.309 | ||
MASTER_SITES= ftp://ftp.wxftp.seul.org/pub/wxftp/ | ||
HOMEPAGE= http://www.wxftp.seul.org/ | ||
|
||
MAINTAINER= [email protected] | ||
|
||
PERMIT_PACKAGE_CDROM= "no fee" | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM="no fee" | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
LIB_DEPENDS= gtk.1.2::x11/gtk+ | ||
|
||
CONFIGURE_STYLE= gnu | ||
CONFIGURE_ARGS= --with-gui=gtk | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
MD5 (axyftp-0.5.1.tar.gz) = 5165d68b99d34e0633278665bdb56f60 | ||
RMD160 (axyftp-0.5.1.tar.gz) = e46d7815ed8e14d0d20aa797be5ae6e409b742a9 | ||
SHA1 (axyftp-0.5.1.tar.gz) = eb5095a3bf9c854b0798a65572d435f358e2ee7d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ftp client for X window system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
AxYftp is ftp client with intuitive graphical user interface. | ||
It is written using Motif widget set and XmAxyList Widget. | ||
GTK+ GUI implementation is also available. | ||
|
||
Already available features are : | ||
|
||
o user-friendly, intuitive interface (both GTK+ and Motif) | ||
o passive and non-passive data transfers | ||
o convenient session manager window | ||
o on-line help system | ||
o recursive downloads and uploads ith resume option | ||
o multiple delete with option to recurse | ||
|
||
WWW: http://www.wxftp.seul.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/06/29 06:55:40 kevlo Exp $ | ||
bin/axyftp | ||
share/axyftp/help/artistic.txt | ||
share/axyftp/help/axyftp.html | ||
share/axyftp/help/doc.gif | ||
share/axyftp/help/folder.gif | ||
share/axyftp/help/glossary.html | ||
share/axyftp/help/help.html | ||
share/axyftp/help/intro.html | ||
share/axyftp/help/lgpl.txt | ||
share/axyftp/help/link.gif | ||
share/axyftp/help/main.html | ||
share/axyftp/help/options.html | ||
share/axyftp/help/panels.html | ||
share/axyftp/help/problems.html | ||
share/axyftp/help/session.html | ||
share/axyftp/help/up.gif | ||
man/man1/axyftp.1 | ||
@dirrm share/axyftp/help | ||
@dirrm share/axyftp |