Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 15:07:24 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29282: New port ftp/swiftfxp
Message-ID:  <200107281907.f6SJ7OK21062@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         29282
>Category:       ports
>Synopsis:       New port ftp/swiftfxp
>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:   Sat Jul 28 12:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #1: Fri Jul 27 19:16:07 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
SwiftFXP is a GTK based FXP Client similar to FlashFXP
>How-To-Repeat:
N/A
>Fix:
# 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:
#
#	swiftfxp
#	swiftfxp/Makefile
#	swiftfxp/distinfo
#	swiftfxp/pkg-comment
#	swiftfxp/pkg-descr
#	swiftfxp/pkg-plist
#	swiftfxp/files
#	swiftfxp/files/patch-Makefile
#
echo c - swiftfxp
mkdir -p swiftfxp > /dev/null 2>&1
echo x - swiftfxp/Makefile
sed 's/^X//' >swiftfxp/Makefile << 'END-of-swiftfxp/Makefile'
X# New ports collection makefile for:	swiftfxp
X# Date created:				Sat Jul 28 14:28:11 EDT 2001
X# Whom:					Patrick Li <pat@databits.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	swiftfxp
XPORTVERSION=	0.4.1
XCATEGORIES=	ftp net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	SwiftFXP-${PORTVERSION}
XEXTRACT_SUFX=	.tar.bz2
X
XMAINTAINER=	pat@databits.net
X
XUSE_X_PREFIX=	yes
XUSE_BZIP2=	yes
XUSE_XPM=	yes
XUSE_GTK=	yes
XUSE_GNOMELIBS=	yes
XMAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}" \
X		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
X
Xpre-patch:
X	@${PERL} -pi.orig -e 's|./icons|${DATADIR}|' \
X		${WRKSRC}/widgets.c
X
Xdo-install:
X	@${MKDIR} ${DATADIR}
X	@${INSTALL_PROGRAM} ${WRKSRC}/SwiftFXP ${PREFIX}/bin
X	@${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${DATADIR}
X
X.include <bsd.port.mk>
END-of-swiftfxp/Makefile
echo x - swiftfxp/distinfo
sed 's/^X//' >swiftfxp/distinfo << 'END-of-swiftfxp/distinfo'
XMD5 (SwiftFXP-0.4.1.tar.bz2) = a3df55d74b0acc90333da8be167f1b59
END-of-swiftfxp/distinfo
echo x - swiftfxp/pkg-comment
sed 's/^X//' >swiftfxp/pkg-comment << 'END-of-swiftfxp/pkg-comment'
XSwiftFXP is a GTK based FXP Client similar to FlashFXP
END-of-swiftfxp/pkg-comment
echo x - swiftfxp/pkg-descr
sed 's/^X//' >swiftfxp/pkg-descr << 'END-of-swiftfxp/pkg-descr'
XSwiftFXP is a GTK based FXP Client similar to FlashFXP
X
XWWW: http://sourceforge.net/projects/swiftfxp/
XAuthor: Geraint Jones <geraintj@zoom.co.uk>
X
X- Patrick Li <pat@databits.net>
END-of-swiftfxp/pkg-descr
echo x - swiftfxp/pkg-plist
sed 's/^X//' >swiftfxp/pkg-plist << 'END-of-swiftfxp/pkg-plist'
Xbin/SwiftFXP
Xshare/swiftfxp/about.xpm
Xshare/swiftfxp/cmp.xpm
Xshare/swiftfxp/conn.xpm
Xshare/swiftfxp/conn2.xpm
Xshare/swiftfxp/del.xpm
Xshare/swiftfxp/dir.xpm
Xshare/swiftfxp/file.xpm
Xshare/swiftfxp/go.xpm
Xshare/swiftfxp/link.xpm
Xshare/swiftfxp/mkd.xpm
Xshare/swiftfxp/ref.xpm
Xshare/swiftfxp/ref2.xpm
Xshare/swiftfxp/site.xpm
Xshare/swiftfxp/trans.xpm
X@dirrm share/swiftfxp
END-of-swiftfxp/pkg-plist
echo c - swiftfxp/files
mkdir -p swiftfxp/files > /dev/null 2>&1
echo x - swiftfxp/files/patch-Makefile
sed 's/^X//' >swiftfxp/files/patch-Makefile << 'END-of-swiftfxp/files/patch-Makefile'
X--- Makefile.orig	Sat Jul 28 14:39:37 2001
X+++ Makefile	Sat Jul 28 14:39:15 2001
X@@ -1,7 +1,7 @@
X CC = gcc
X-CFLAGS = -O2 -g `gtk-config --cflags`
X-LIBS = `gtk-config --libs gthread `
X-LIBPATH = -L/usr/X11R6/lib -lpthread
X+CFLAGS += `${GTK_CONFIG} --cflags` ${PTHREAD_CFLAGS}
X+LIBS = `${GTK_CONFIG} --libs gthread `
X+LIBPATH = -L/usr/X11R6/lib ${PTHREAD_LIBS}
X OBJECTS = ui.o net.o misc.o widgets.o configfile.o queue.o sort.o
X 
X all: SwiftFXP
END-of-swiftfxp/files/patch-Makefile
exit

>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?200107281907.f6SJ7OK21062>