From ehaupt@mx.critical.ch  Thu Sep  8 10:00:23 2005
Return-Path: <ehaupt@mx.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1D01E16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Sep 2005 10:00:23 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: from mx.critical.ch (admin.critical.ch [67.18.86.178])
	by mx1.FreeBSD.org (Postfix) with SMTP id D17D343D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Sep 2005 10:00:22 +0000 (GMT)
	(envelope-from ehaupt@mx.critical.ch)
Received: (qmail 74132 invoked by uid 1000); 8 Sep 2005 10:00:21 -0000
Message-Id: <20050908100021.74131.qmail@mx.critical.ch>
Date: 8 Sep 2005 10:00:21 -0000
From: Emanuel Haupt <ehaupt@critical.ch>
Reply-To: Emanuel Haupt <ehaupt@critical.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: ftp/weex - A non-interactive FTP client 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85862
>Category:       ports
>Synopsis:       new port: ftp/weex - A non-interactive FTP client
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 08 10:00:33 GMT 2005
>Closed-Date:    Thu Sep 08 11:15:44 GMT 2005
>Last-Modified:  Thu Sep 08 11:15:44 GMT 2005
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: ftp/weex - A non-interactive FTP client

Weex is an utility designed to automate the task of remotely maintaining a web
page or other FTP archive. It will synchronize a set of local files to a remote
server by performing uploads and remote deletes as required.

Main features:

    * easy configuration to easily maintain your remote Web sites
    * nice colour output useful for tracking mistakes before you loose files
    * caching to speed up the synchronization process

>How-To-Repeat:
>Fix:

	



--- weex.shar begins here ---
# 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:
#
#	weex
#	weex/Makefile
#	weex/pkg-descr
#	weex/distinfo
#	weex/pkg-plist
#
echo c - weex
mkdir -p weex > /dev/null 2>&1
echo x - weex/Makefile
sed 's/^X//' >weex/Makefile << 'END-of-weex/Makefile'
X# New ports collection makefile for:	weex
X# Date created:				8 Sep 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	weex
XPORTVERSION=	2.6.1.5
XCATEGORIES=	ftp
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	A non-interactive FTP client
X
XGNU_CONFIGURE=	yes
XUSE_REINPLACE=	yes
XMANCOMPRESSED=	no
X
XPORTDOCS=	ChangeLog README
XMAN1=		weex.1
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*\)debian|\1|' \
X		${WRKSRC}/Makefile.in
X
Xpost-install:
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${EXAMPLESDIR}
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-weex/Makefile
echo x - weex/pkg-descr
sed 's/^X//' >weex/pkg-descr << 'END-of-weex/pkg-descr'
XWeex is an utility designed to automate the task of remotely maintaining a web
Xpage or other FTP archive. It will synchronize a set of local files to a remote
Xserver by performing uploads and remote deletes as required.
X
XMain features:
X
X    * easy configuration to easily maintain your remote Web sites
X    * nice colour output useful for tracking mistakes before you loose files
X    * caching to speed up the synchronization process
X
XWWW: http://weex.sourceforge.net/
X
X- ehaupt
Xehaupt@critical.ch
END-of-weex/pkg-descr
echo x - weex/distinfo
sed 's/^X//' >weex/distinfo << 'END-of-weex/distinfo'
XMD5 (weex-2.6.1.5.tar.gz) = c10192608ab9f715c4c1ea63cf6ad2da
XSIZE (weex-2.6.1.5.tar.gz) = 206972
END-of-weex/distinfo
echo x - weex/pkg-plist
sed 's/^X//' >weex/pkg-plist << 'END-of-weex/pkg-plist'
Xbin/weex
Xshare/locale/de/LC_MESSAGES/weex.mo
Xshare/locale/es/LC_MESSAGES/weex.mo
Xshare/locale/fr/LC_MESSAGES/weex.mo
Xshare/locale/ja/LC_MESSAGES/weex.mo
Xshare/locale/nl/LC_MESSAGES/weex.mo
X%%EXAMPLESDIR%%/sample.weexrc
X@dirrm %%EXAMPLESDIR%%
END-of-weex/pkg-plist
exit
--- weex.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Thu Sep 8 10:40:25 GMT 2005 
Responsible-Changed-Why:  
Grabbed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85862 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Thu Sep 8 11:15:35 GMT 2005 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85862 
>Unformatted:
 >HowTo-Repeat:
 	<code/input/activities to reproduce the problem (multiple lines)>
