Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 1999 13:55:48 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11463: New port: IglooFTP-0.6.1
Message-ID:  <199905030955.NAA16897@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>Number:         11463
>Category:       ports
>Synopsis:       New port: IglooFTP-0.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May  3 03:00:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
South Ural Railway ICC
>Environment:

>Description:

   This is a port of IglooFTP-0.6.1, an easy to use FTP client 
   for X Window System.

IglooFTP is a new graphical FTP client written from scratch.
Its main goals is to be easy to use and intuitive when used 
by novice,  but powerful and fully configurable in the hand 
of experienced users.

Already available features are :

Intuitive user friendly interface, graphical configurability, 
toolbar, fast-connect bar,  graphical directories browser, 
tree hierarchical site manager with site groups, user profile 
management,  local and remote prompt command,  
directories creation/deletion, recursive downloads/uploads
delete/move/chmod,  file transfert resume, resolution of 
symbolic links, support of passive and non-passive data 
connection, possibility to show / hide hidden file, 
anti-idle tool, DND support, firewall support,
own Netscape mini-toolbar and a great appearance.


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	IglooFTP-0.6.1
#	IglooFTP-0.6.1/Makefile
#	IglooFTP-0.6.1/files
#	IglooFTP-0.6.1/files/md5
#	IglooFTP-0.6.1/patches
#	IglooFTP-0.6.1/patches/patch-aa
#	IglooFTP-0.6.1/patches/patch-ab
#	IglooFTP-0.6.1/patches/patch-ac
#	IglooFTP-0.6.1/pkg
#	IglooFTP-0.6.1/pkg/PLIST
#	IglooFTP-0.6.1/pkg/COMMENT
#	IglooFTP-0.6.1/pkg/DESCR
#
echo c - IglooFTP-0.6.1
mkdir -p IglooFTP-0.6.1 > /dev/null 2>&1
echo x - IglooFTP-0.6.1/Makefile
sed 's/^X//' >IglooFTP-0.6.1/Makefile << 'END-of-IglooFTP-0.6.1/Makefile'
X# New ports collection makefile for:	IglooFTP
X# Version required:			0.6.1
X# Date created:				3 May 1999
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		IglooFTP-0.6.1.src
XPKGNAME=		IglooFTP-0.6.1
XCATEGORIES=		net
XMASTER_SITES=		${MASTER_SITE_SUNSITE} \
X			ftp://littleigloo.org/pub/iglooftp/
XMASTER_SITE_SUBDIR=	system/network/file-transfer
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XLIB_DEPENDS=		gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
X			glib12:${PORTSDIR}/devel/glib12 \
X			gmodule12:${PORTSDIR}/devel/glib12 \
X			gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
X			intl:${PORTSDIR}/devel/gettext
X
XUSE_X_PREFIX=		yes
X
XWRKSRC=			${WRKDIR}/IglooFTP-0.6.1
X
Xdo-build:
X	@ cd ${WRKSRC}/src; ${MAKE}
X
Xdo-install:
X	@ cd ${WRKSRC}/src; ${MAKE} install
X	@ ${RM} ${PREFIX}/share/IglooFTP/docs/LICENSE~
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/IglooFTP
X.for file in AUTHORS BUGS COPYRIGHT THANKS TODO
X	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IglooFTP
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-IglooFTP-0.6.1/Makefile
echo c - IglooFTP-0.6.1/files
mkdir -p IglooFTP-0.6.1/files > /dev/null 2>&1
echo x - IglooFTP-0.6.1/files/md5
sed 's/^X//' >IglooFTP-0.6.1/files/md5 << 'END-of-IglooFTP-0.6.1/files/md5'
XMD5 (IglooFTP-0.6.1.src.tar.gz) = 8e35b89ebbde67e335775f8774bfafec
END-of-IglooFTP-0.6.1/files/md5
echo c - IglooFTP-0.6.1/patches
mkdir -p IglooFTP-0.6.1/patches > /dev/null 2>&1
echo x - IglooFTP-0.6.1/patches/patch-aa
sed 's/^X//' >IglooFTP-0.6.1/patches/patch-aa << 'END-of-IglooFTP-0.6.1/patches/patch-aa'
X--- src/FTP.c	Thu Apr 15 20:05:13 1999
X+++ /home/andy/tmp/wrk/src/FTP.c	Mon May  3 12:59:56 1999
X@@ -15,12 +15,12 @@
X  */
X 
X 
X+#include <sys/types.h>
X #include <sys/socket.h>
X #include <netinet/in.h>
X #include <netdb.h>
X #include <arpa/inet.h>
X #include <arpa/telnet.h>
X-#include <sys/types.h>
X #include <sys/time.h>
X #include <resolv.h>
X 
END-of-IglooFTP-0.6.1/patches/patch-aa
echo x - IglooFTP-0.6.1/patches/patch-ab
sed 's/^X//' >IglooFTP-0.6.1/patches/patch-ab << 'END-of-IglooFTP-0.6.1/patches/patch-ab'
X--- src/Makefile	Thu Apr 15 20:05:15 1999
X+++ /home/andy/tmp/wrk/src/Makefile	Mon May  3 12:59:28 1999
X@@ -1,14 +1,15 @@
X SHELL=/bin/sh
X-CC = gcc
X-C_FLAGS = -Wall -g -O2 -m486 -fno-strength-reduce
X-GTK_CFLAGS = `gtk-config --cflags`
X-GTK_LIBS = `gtk-config --libs` 
X-LFLAGS = $(GTK_LIBS) -lresolv -lXmu -lXt -lSM -lICE
X+CC?= gcc
X+C_FLAGS = $(CFLAGS)
X+# -Wall -g -O2 -m486 -fno-strength-reduce
X+GTK_CFLAGS = `gtk12-config --cflags`
X+GTK_LIBS = `gtk12-config --libs` 
X+LFLAGS = $(GTK_LIBS) -lXmu -lXt -lSM -lICE
X PROGNAME = IglooFTP
X PROGNAME-STATIC = IglooFTP-static
X VERSION = 0.6.1
X VERSION_DATE = 1999
X-DESTDIR = /usr/local
X+DESTDIR?= /usr/X11R6
X BIN_PATH = $(DESTDIR)/bin
X MAN_PATH = $(DESTDIR)/man
X SHARE_PATH = $(DESTDIR)/share/$(PROGNAME)
X@@ -111,7 +112,7 @@
X 	@echo "#define COMPILE_TIME \"`date +%T`\"" >> version.h
X 	@echo "#define COMPILE_BY \"`whoami`\"" >> version.h
X 	@echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
X-	@echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h
X+	@echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h
X 	@echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h
X 	@echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h
X 
END-of-IglooFTP-0.6.1/patches/patch-ab
echo x - IglooFTP-0.6.1/patches/patch-ac
sed 's/^X//' >IglooFTP-0.6.1/patches/patch-ac << 'END-of-IglooFTP-0.6.1/patches/patch-ac'
X--- src/main.c	Thu Apr 15 20:05:15 1999
X+++ /home/andy/tmp/wrk/src/main.c	Mon May  3 13:42:28 1999
X@@ -20,6 +20,9 @@
X #include <stdlib.h>
X #include <unistd.h>
X #include <string.h>
X+#ifdef __FreeBSD__
X+#include <floatingpoint.h>
X+#endif
X #include "protos.h"
X 
X 
X@@ -101,6 +104,10 @@
X   GtkWidget *vbox1;
X   char IS_SPAWNED = FALSE;
X   register int f;
X+
X+#ifdef __FreeBSD__
X+  fpsetmask(0);
X+#endif
X 
X   gtk_set_locale ();
X   gtk_init (&argc, &argv);
END-of-IglooFTP-0.6.1/patches/patch-ac
echo c - IglooFTP-0.6.1/pkg
mkdir -p IglooFTP-0.6.1/pkg > /dev/null 2>&1
echo x - IglooFTP-0.6.1/pkg/PLIST
sed 's/^X//' >IglooFTP-0.6.1/pkg/PLIST << 'END-of-IglooFTP-0.6.1/pkg/PLIST'
Xbin/IglooFTP
Xshare/IglooFTP/gtkrc
Xshare/IglooFTP/app_ass/app_ass.GNOME
Xshare/IglooFTP/app_ass/app_ass.KDE
Xshare/IglooFTP/app_ass/app_ass.default
Xshare/IglooFTP/bookmarks/default.bmk
Xshare/IglooFTP/docs/ChangeLog
Xshare/IglooFTP/docs/LICENSE
Xshare/IglooFTP/docs/README
Xshare/IglooFTP/docs/welcome.msg
Xshare/IglooFTP/html/default.html
Xshare/IglooFTP/html/images/amazon_mini.gif
Xshare/IglooFTP/html/images/banner.gif
Xshare/IglooFTP/html/images/bannerbg.gif
Xshare/IglooFTP/html/images/bannerbg_bottom.gif
Xshare/IglooFTP/html/images/bgsnow.gif
Xshare/IglooFTP/html/images/bookshelf.gif
Xshare/IglooFTP/html/images/hopbanner.gif
Xshare/IglooFTP/html/images/hot100.jpg
Xshare/IglooFTP/html/images/iglooftp.gif
Xshare/IglooFTP/html/images/iglooftp_now1.gif
Xshare/IglooFTP/html/images/iglooftp_now8.gif
Xshare/IglooFTP/html/images/join.gif
Xshare/IglooFTP/html/images/nav_books.gif
Xshare/IglooFTP/html/images/nav_booksG.gif
Xshare/IglooFTP/html/images/nav_download.gif
Xshare/IglooFTP/html/images/nav_downloadG.gif
Xshare/IglooFTP/html/images/nav_home.gif
Xshare/IglooFTP/html/images/nav_homeG.gif
Xshare/IglooFTP/html/images/nav_link.gif
Xshare/IglooFTP/html/images/nav_linkG.gif
Xshare/IglooFTP/html/images/nav_museum.gif
Xshare/IglooFTP/html/images/nav_museumG.gif
Xshare/IglooFTP/html/images/nav_news.gif
Xshare/IglooFTP/html/images/nav_newsG.gif
Xshare/IglooFTP/html/images/nav_search.gif
Xshare/IglooFTP/html/images/nav_searchG.gif
Xshare/IglooFTP/html/images/nav_soft.gif
Xshare/IglooFTP/html/images/nav_softG.gif
Xshare/IglooFTP/html/images/nav_tut.gif
Xshare/IglooFTP/html/images/nav_tutG.gif
Xshare/IglooFTP/html/images/search.gif
Xshare/IglooFTP/html/images/softwares.jpg
Xshare/IglooFTP/html/images/viglooftp.gif
Xshare/IglooFTP/xpm/iglooftp.xpm
Xshare/IglooFTP/xpm/little_igloo.xpm
Xshare/doc/IglooFTP/AUTHORS
Xshare/doc/IglooFTP/BUGS
Xshare/doc/IglooFTP/COPYRIGHT
Xshare/doc/IglooFTP/THANKS
Xshare/doc/IglooFTP/TODO
X@dirrm share/IglooFTP/app_ass
X@dirrm share/IglooFTP/bookmarks
X@dirrm share/IglooFTP/docs
X@dirrm share/IglooFTP/html/images
X@dirrm share/IglooFTP/html
X@dirrm share/IglooFTP/xpm
X@dirrm share/IglooFTP
X@dirrm share/doc/IglooFTP
END-of-IglooFTP-0.6.1/pkg/PLIST
echo x - IglooFTP-0.6.1/pkg/COMMENT
sed 's/^X//' >IglooFTP-0.6.1/pkg/COMMENT << 'END-of-IglooFTP-0.6.1/pkg/COMMENT'
XEasy to use FTP client for X Window System.
END-of-IglooFTP-0.6.1/pkg/COMMENT
echo x - IglooFTP-0.6.1/pkg/DESCR
sed 's/^X//' >IglooFTP-0.6.1/pkg/DESCR << 'END-of-IglooFTP-0.6.1/pkg/DESCR'
XIglooFTP is a new graphical FTP client written from scratch.
XIts main goals is to be easy to use and intuitive when used 
Xby novice,  but powerful and fully configurable in the hand 
Xof experienced users.
X
XAlready available features are :
X
XIntuitive user friendly interface, graphical configurability, 
Xtoolbar, fast-connect bar,  graphical directories browser, 
Xtree hierarchical site manager with site groups, user profile 
Xmanagement,  local and remote prompt command,  
Xdirectories creation/deletion, recursive downloads/uploads
Xdelete/move/chmod,  file transfert resume, resolution of 
Xsymbolic links, support of passive and non-passive data 
Xconnection, possibility to show / hide hidden file, 
Xanti-idle tool, DND support, firewall support,
Xown Netscape mini-toolbar and a great appearance.
END-of-IglooFTP-0.6.1/pkg/DESCR
exit


>How-To-Repeat:

>Fix:

   Please, check and commit this port.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905030955.NAA16897>