Skip to content

Commit

Permalink
Initial import of AxYftp(formerly known WxFTP) version 0.5.1.
Browse files Browse the repository at this point in the history
AxYftp is a ftp client for X window.
  • Loading branch information
Kevin Lo committed Jun 29, 2000
1 parent faa72fa commit 8adb2da
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 0 deletions.
21 changes: 21 additions & 0 deletions net/axyftp/Makefile
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>
3 changes: 3 additions & 0 deletions net/axyftp/files/md5
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
1 change: 1 addition & 0 deletions net/axyftp/pkg/COMMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ftp client for X window system
14 changes: 14 additions & 0 deletions net/axyftp/pkg/DESCR
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/
20 changes: 20 additions & 0 deletions net/axyftp/pkg/PLIST
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

0 comments on commit 8adb2da

Please sign in to comment.